body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif, arial;
}

* {
    box-sizing: border-box;
}

a {
  text-decoration: none !important;
  color: #333;
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.content_index {
    position: relative;
}

.banner_MB {
  display: none !important;
}

.banner_PC {
  display: block !important;
}

.slick-next, .slick-prev {
  font-size: 0;
  border: 0;
}

.slick_area .slick-next {
  position: absolute;
  top: calc( 50% - 15px );
  right: -30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../images/next.svg") center no-repeat;
  background-size: contain;
}

.slick_area .slick-prev {
  position: absolute;
  top: calc( 50% - 15px );
  left: -55px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../images/prev.svg") center no-repeat;
  background-size: contain;
}


.slick-disabled {
  opacity: 0;
}

.footer {
  padding: 0;
}

.branch {
  position: relative;
  display: block;
  max-height: calc(100% - 50px);
  overflow-y: scroll;
}

.branch::-webkit-scrollbar {
    width: 7.5px;
    background: transparent;
}
   
.branch::-webkit-scrollbar-track {
    background: transparent;
}
   
.branch::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 5px;
}

.branch_canpus_frame {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.9);
	z-index: 999999999;
}

.branch_canpus_frame iframe {
	width: 100%;
	height: 100%;
	background: transparent;
}

.logining .branch_canpus_frame {
	padding-right: 16px !important;
}

.content1_list_area img,
.content2_list_area img,
.content3_list_area img,
.content4_list_area img,
.content5_list_area img,
.content6_list_area img {
  width: 100%;
}

/*button*/

.content_button_area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
}

.content_button_area a + a {
  margin-left: 25px;
}

.content_button_radius {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  min-width: 250px;
  height: 40px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  border-radius: 50px;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
}

.type_color_a {
  background: #b61e57 !important;
}

.type_color_a:hover {
  top: -3px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

.type_color_b {
  background: #B9B9B9 !important;
  cursor: ;
}

.type_color_b:hover {
  
}

.cannot {
  cursor: default !important;
}

.content_button_content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.login_button {
  padding: 7.5px 20px;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
}

/*blooper_reel*/

.blooper_reel_input_system_area {
  width: 100%;
}

.blooper_reel_title {
  font-size: 25px;
  line-height: 25px;
  font-weight: 900 !important;
  text-align: center;
  padding: 15px 25px;
}

.blooper_reel_input_system {
  overflow: hidden;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
}

.blooper_reel_input_system > .column {
  overflow: hidden;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  width: calc(100% - 200px);
}

.blooper_reel_input_system > .column .blooper_reel_input_system .title {
  width: auto;
}

.blooper_reel_input_system > .column .blooper_reel_input_system input {
  width: calc(100% - 56px);
}

.blooper_reel_input_system .title {
  float: left;
  width: 200px;
  text-align: right;
  padding: 15px 12px;
}

.blooper_reel_input_system input {
  float: left;
  width: calc(100% - 200px);
}

.blooper_reel_input_system input.box {
  background: #fff;
  border: #ddd 1px solid;
}

.blooper_reel_half_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.blooper_reel_half_area .button_square {
  position: relative;
  display: block;
  width: calc(50% - 0px);
  line-height: 45px;
  height: 45px;
  padding: 10px 15px;
  color: #b61e57;
  border: #b61e57 solid 1px;
  cursor: pointer;
  transition: 0.2s;
}

.blooper_reel_half_area .left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.blooper_reel_half_area .right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.blooper_reel_button_content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.blooper_reel_half_area .button_square:hover,
.blooper_reel_half_area .button_square.active {
  background: #b61e57;
  border: #b61e57 solid 0px;
  color: #fff;
}

.blooper_reel_input_system select {
  width: calc(100% / 2 - 21px / 3);
  background: url(../images/down2.svg) center right no-repeat !important;
  background-size: 25px !important;
  background: #fff;
  border: #ddd 1px solid;
}

.blooper_reel_input_system select + select {
  margin: 0px 0px 0px 10px;
}

.blooper_reel_input_system .promotion_list {
  padding: 0;
}

.blooper_reel_input_system .cart_table_promotion {
  padding: 15px 0px 0px 0px;
}

.blooper_reel_input_system .button_area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0px;
}

.blooper_reel_input_system .button_area a + a {
  margin-left: 25px;
}

.blooper_reel_input_system .button_system {
  display: inline-block;
  position: relative;
  top: 0;
  line-height: 20px;
  font-size: 15px;
  padding: 5px 10px;
  margin: 2.5px 0;
  margin-right: 0px;
  width: 100%;
  border-radius: 25px;
  transition: 0.2s;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.blooper_reel_input_system .focus {
  background: #b61e57;
  color: #fff;
  padding: 10px;
  margin-bottom: 15px;
}

.blooper_reel_input_system .focus:hover {
  top: -3px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

.blooper_reel_img {
  border: 0;
  border-radius: 5px;
  /*line-height: 50px;*/
  padding: 10px 15px 0px 15px !important;
  background: #f2f2f2;
  border: #ddd 1px solid;
}

/***photo_list***/


.photo_list {
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
}

.photo_item {
    display: inline-block;
    height: 125px;
    border-radius: 5px;
    overflow: hidden;
}

.photo_item + .photo_item {
    margin-left: 10px;
}

.photo_item img {
    width: auto;
    height: 100%;
}

.photo_list::-webkit-scrollbar {
    height: 10px;
    background: transparent;
}
   
.photo_list::-webkit-scrollbar-track {
    background: transparent;
}
   
.photo_list::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.15);
    border-radius: 10px;
}

.blooper_reel_img p {
  font-size: 16px;
  text-align: center;
  margin: 50px auto;
}

.blooper_reel_color {
  background: #b61e57;
}

.blooper_reel_type {
  background: #fff;
  border: #b61e57 1px solid;
  color: #b61e57;
}

.blooper_reel_color:hover,
.blooper_reel_type:hover {
  top: -3px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

/*banner*/

.top_banner_index {
  display: flex;
  overflow: hidden;
  position: relative;
}

.top_banner_index img {
  width: 100%;
}

.top_banner_index_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5% 15%;
}

.top_banner_index_box_col {
  position: relative;
  float: left;
  width: 50%;
  padding: 15px;
}

.top_banner_index_box_col_title {
  position: absolute;
  left: 0;
  bottom: 0;
}

.top_banner_index_mv img {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
}

.banner_index_mv .slick-next {
  position: absolute;
  bottom: calc(50% - 20px);
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  cursor: pointer;
  background: #fff url("../images/next_t.svg") center no-repeat;
  background-size: 20px 20px;
  z-index: 99;
}

.banner_index_mv .slick-prev {
  position: absolute;
  bottom: calc(50% - 20px);
  left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  cursor: pointer;
  background: #fff url("../images/prev_t.svg") center no-repeat;
  background-size: 20px 20px;
  z-index: 99;
}

.banner_index_mv .slick-list {
  border-radius: 8px;
}

.banner_index_mv .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px;
}

.banner_index_mv .slick-dots li button {
  border: 0;
  font-size: 0;
  outline: none;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
}

.banner_index_mv .slick-dots li.slick-active button {
  background: #2c2c2b;
}

.branch_list_area {
  padding: 30px 0;
  background: #fff;
}

.coverInfo {
  display: flex;
  justify-content: center;
  overflow-x: scroll;
  overflow: overlay;
}

.coverInfo ul {
  list-style: none;
  display: -webkit-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  padding: 5px 0;
  margin-bottom: 0;
}

.coverInfo::-webkit-scrollbar-track {
  background-color: transparent;
}

.coverInfo::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.coverInfo::-webkit-scrollbar-button {
  background-color: transparent;
}

/* .branch_level {
  display: flex;
  justify-content: center;
  align-items: center;
} */

.branch_level li {
  margin: 0 12.5px;
  padding: 8px 35px;
  border: #b61e57 2px solid;
  border-radius: 50px;
  color: #b61e57;
  transition: 0.2s;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
}

.branch_level li a{
  color: #b61e57;
}

.branch_level li:hover,
.branch_level li.active,
.branch_level li a:hover,
.branch_level li a.active {
  background: #b61e57;
  border-color: #b61e57;
  color: #fff;
}

.inside_title {
  position: relative;
  padding: 12.5px 0;
  margin-bottom: 50px;
  font-weight: 900;
  text-align: center;
  border-bottom: #b61e57 1px solid;
  font-size: 40px;
  font-weight: 600 !important;
}

.inside_title:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: calc(50% - 150px);
  width: 300px;
  height: 10px;
  border-radius: 10px;
  background-color: #b61e57;
}

/*content1*/

.content1_list_area {
  display: block;
  overflow: hidden;
  padding: 50px 0;
  background: #f3f3f3 url("../images/content-hand.png") center bottom no-repeat;
  background-size: contain;
}

.content1_list {
  overflow: hidden;
  float: left;
  width: 50%;
  text-align: center;
  padding: 15px;
}

.content1_list img {
  padding: 0 30px;
}

.content1_list_sub {
  width: 100%;
  margin: 0 auto;
}

.content1_list .content1_list_sub p {
  font-size: 36px;
  font-weight: 900 !important;
  padding: 5px;
  background: linear-gradient(#ffffff 50%, #fff799 50%);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.3;
}

.content1_list p {
  font-size: 36px;
  font-weight: 700 !important;
  padding: 5px;
  font-style: italic;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.3;
}

.content1_list_box {
  width: 85%;
  line-height: 2.5;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 50px 50px 50px;
  margin: 0 auto;
  text-align: right;
  border-radius: 8px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  margin-top: 45px;
}

.content1_list_box font {
  color: #b61e57;
}

.content1_button_area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 25px 0px;
}

.content1_button_area a + a {
  margin-left: 25px;
}

.content1_button_radius {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 100%;
  height: 40px;
  padding: 0 25px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 50px;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
}

.type_color {
  background: #B61E57 !important;
}

.content1_button_content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.content1_button_radius:hover {
  top: -3px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

/*content2*/

.content2_list_area {
  display: block;
  overflow: hidden;
  padding: 50px 0;
  background: url("../images/bg02.jpg") center no-repeat;
  background-size: cover;
}

.content2_list_area .inside_title {
  border-bottom: #b61e57 1px solid;
  font-size: 40px;
  font-weight: 600 !important;
}

.content2_list_area .inside_title:after {
  /*width: 150px;
  left: calc(50% - 78px );*/
  background-color: #b61e57;
}

.content2_list_col12 {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 25px;
}

.content2_list_box {
  overflow: hidden;
  width: 100%;
}

.content2_list_box .slick-next {
  position: absolute;
  bottom: calc(50% - 20px);
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("../images/next_t.svg") center no-repeat;
  background-size: 20px 20px;
  z-index: 99;
}

.content2_list_box .slick-prev {
  position: absolute;
  bottom: calc(50% - 20px);
  left: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("../images/prev_t.svg") center no-repeat;
  background-size: 20px 20px;
  z-index: 99;
}

.content2_list_col3 {
  float: left;
  width: calc(100%/3 - 30px);
  padding: 15px 30px;
  text-align: center;
}

.content2_list_col3:hover{
  margin-top: -3px;
  margin-left: -3px;
}

.content2_list_col4 {
  float: left;
  width: 20%;
  padding: 10px;
}

.content2_list_col4 p {
  font-size: 20px;
  padding: 15px;
  color: #fff;
  background: #333333;
  text-align: center;
  border-radius: 5px;
}

.content2_list_col8 {
  float: left;
  width: 80%;
  padding: 15px;
}

.content2_list_table {
  width: 100%;
  border: #ccc solid 1px;
  border-radius: 5px;
  padding: 2% 3%;
  margin-bottom: 15px;
}

.content2_list_table_col12 {
  overflow: hidden;
  width: 100%;
  border-bottom: #ccc solid 1px;
  padding: 15px;
  text-align: left;
}

.content2_list_table_line {
  border-bottom: none !important;
}

.content2_list_table_col4 {
  float: left;
  width: 20%;
  font-weight: 600 !important;
  color: #b61e57;
  font-size: 20px;
}

.content2_list_table_col8 {
  float: left;
  width: 80%;
  font-size: 18px;
}

.content2_list_col3_top {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 600 !important;
  color: #fff;
  text-align: center;
  background: #b61e57;
  border-radius: 8px;
  padding: 10px 15px;
}

.content2_list_col3 img {
  padding: 10% 5%;
}

.content2_list_col3 span {
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}

/*content3*/

.content3_list_area {
  display: block;
  overflow: hidden;
  padding: 50px 0;
  background: #fff;
}

.content3_list_area .inside_title {
  border-bottom: #b61e57 1px solid;
  font-size: 40px;
  font-weight: 600 !important;
}

.content3_list_area .inside_title:after {
 /* width: 150px;
  left: calc(50% - 78px );*/
  background-color: #b61e57;
}

.content3_list_col12 img {
  width: 100%;
  margin-top: 25px;
  border-radius: 5px;
}

.content3_list_table {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 2% 3%;
  margin-bottom: 15px;
}

.content3_list_table_col12 {
  float: left;
  width: 100%;
}

.content3_list_table_col12_title {
  float: left;
  width: 100%;
  border-bottom: #ccc solid 1px;
  padding: 15px 0;
  text-align: left;
  display: flex;
  flex-direction: row;
}

.content3_list_table_line {
  border-bottom: none !important;
}

.content3_list_table_col2 {
  float: left;
  width: 30%;
}

.content3_list_table_col2 span {
  font-size: 16px;
  color: #fff;
  padding: 5px 10px;
  background: #333;
  border-radius: 3px;
  margin-right: 10px;
}

.content3_list_table_col3 {
  float: left;
  width: 70%;
  font-size: 18px;
  font-weight: 600;
}

.content3_list_table_col3 span {
  font-size: 16px;
  color: #fff;
  padding: 5px 10px;
  background: #B0B0B0;
  border-radius: 3px;
  margin-right: 15px;
}

.content3_list_table_col3 > .content3_list_table_col3 + .content3_list_table_col3 {
  margin-top: 15px;
}

/*content4*/

.content4_list_area {
  display: block;
  overflow: hidden;
  padding: 50px 0;
  background: #FFFFFF;
}

.content4_list_area img {
  border-radius: 5px;
  margin: 15px;
}

.content4_list_area .inside_title {
  border-bottom: #b61e57 1px solid;
  font-size: 40px;
  font-weight: 600 !important;
}

.content4_list_area .inside_title:after {
  /*width: 150px;
  left: calc(50% - 78px );*/
  background-color: #b61e57;
}

.content4_list_table_col12 {
  float: left;
  width: 50%;
}

.content4_list_open {
  display: none;
}

.content4_list_close {
  display: block;
}

/*content5*/

.content5_list_area {
  display: block;
  overflow: hidden;
  padding: 50px 0;
  background: #F2F2F2;
}

.content5_list_area .inside_title {
  border-bottom: #b61e57 1px solid;
  font-size: 40px;
  font-weight: 600 !important;
}

.content5_list_area .inside_title:after {
  /*width: 150px;
  left: calc(50% - 78px );*/
  background-color: #b61e57;
}

.content5_list_area_padding {
  padding: 0 15px;
  font-size: 16px;
}

.branch_font_color {
  color: #b61e57 !important;
}

.branch_input {
  border-radius: 25px !important;
}

.branch_background {
  background: #b61e57 !important;
  border-radius: 25px !important;
}

.branch_background:before {
  background: #ce2766;
  border-radius: 25px !important;
}

/*content6*/

.content6_list_area {
  display: block;
  overflow: hidden;
  padding: 50px 0;
  background: #fff;
}

.content6_list_area .inside_title {
  border-bottom: #b61e57 1px solid;
  font-size: 40px;
  font-weight: 600 !important;
}

.content6_list_area .inside_title:after {
  /*width: 180px;
  left: calc(50% - 78px );*/
  background-color: #b61e57;
}

.content6_list_area_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.content6_list_area_item {
  position: relative;
  top: 0;
  width: calc(33.33333333% - 50px / 3);
  margin-left: 25px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: .2s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  padding: 20px;
}

.content6_list_area_item:nth-child(3n+1) {
  margin-left: 0px;
}



.content6_list_area_item_logo {
  float: left;
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
}

.content6_list_area_item_logo img {
  width: 30%;
}

.content6_list_area_item_school {
  position: relative;
  float: right;
  margin-bottom: 15px;
  text-align: right;
  font-size: 16px;
  color: #2c2c2b;
  align-items: center;
}

.content6_list_area_item_name {
  position: relative;
  float: left;
  margin-bottom: 15px;
  text-align: right;
  font-size: 16px;
  color: #2c2c2b;
  align-items: center;
}

.content6_list_area_item_name span {
  font-size: 20px;
}

.content6_list_area_item_school span img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 20px;
}

.content6_list_area_item_school span {
  text-align: right;
  padding-left: 25px;
}

.content6_list_area_item_pic {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 15px;
}

.content6_list_area_item_pic {
  background: #fff;
  aspect-ratio: 1280/720;
}

.content6_list_area_item_pic img {
  width: auto;
  max-height: 208px;
}

.show_box .content6_list_area_item_pic img {
  width: auto;
  max-height: 312px;
}

.content6_list_area_item_pic iframe {
  width: 100%;
  aspect-ratio: 1280/720;
}

.content6_list_area_item_pic .top_banner_index_box_col {
  position: relative;
  float: left;
  height: -webkit-fill-available;
  padding: 0px;
  width: 100%;
}

.content6_list_area_item_pic .banner_index_mv .slick-dots {
    display: none !important;
}

.content6_list_area_item_pic .banner_index_mv .slick-slide img {
  display: inline;
}

.content6_list_area_item_social {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content6_list_area_item_social .thumbs_up {
  position: relative;
  display: flex;
  width: 100%;
  font-size: 16px;
  color: #2c2c2b;
  text-align: left;
  align-items: center;
}

.content6_list_area_item_social .thumbs_up span {
  position: absolute;
  left: 30px;
  font-size: 20px;
}

.content6_list_area_item_social .thumbs_up img {
  width: 25px;
  text-align: left;
  cursor: pointer;
  margin-right: 5px;
}

.content6_list_area_item_social .plus {
  color: #b61e57;
}

.content6_list_area_item_social .share img {
  width: 25px;
  text-align: left;
  cursor: pointer;
  margin-right: 5px;
  cursor: pointer;
}

.content6_list_area_item_button {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 50px;
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
}

.content6_list_area_item_button a {
  color: #fff;
}

.content6_list_area_box .slick-next, .show_box .content6_list_area_item .slick-next {
  position: absolute;
  bottom: calc(50% - 20px);
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #fff url(../images/next_t.svg) center no-repeat;
  background-size: 10px 10px;
  z-index: 99;
}

.content6_list_area_box .slick-prev, .show_box .content6_list_area_item .slick-prev {
  position: absolute;
  bottom: calc(50% - 20px);
  left: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #fff url("../images/prev_t.svg") center no-repeat;
  background-size: 10px 10px;
  z-index: 99;
}

.show_box .content6_list_area_item {
  width: 100% !important;
  margin-bottom: 0px;
}
/*
.content6_list_area_item:hover {
  top: -3px;
  left: -3px;
}*/

.profile_rule li {
  font-size: 20px;
  font-weight: 400;
  list-style-type: disc;
  margin-left: 25px;
  line-height: 32px;
}

.content_rule li {
  font-size: 18px;
  font-weight: 400;
  list-style-type: disclosure-closed;
  margin: 0px 20px 0px 50px;
  line-height: 32px;
}

.content_rule li a {
  text-decoration: underline !important;
  color: #B61E57;
  word-break: break-word;
}

@media screen and (max-width: 1299px) {
  .content1_list_sub {
    width: 65%;
  }

  .content1_list_box {
    width: 60%;
  }
}

@media screen and (max-width: 1280px) {
  .content1_list_box {
    width: 100%;
  }
  .content1_list_sub {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {

  body {
    font-size: 16px;
    line-height: 20px;
  }

  p {
    line-height: 22px;
  }

  .wrapper {
    width: calc(100% - 50px);
  }

  .banner_MB {
    display: none !important;
  }

  .banner_PC {
    display: block !important;
  }

	.logining .branch_canpus_frame {
		padding-right: 0px !important;
	}

  .blooper_reel_input_system {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }

  .blooper_reel_input_system > .column {
    width: 100%;
    margin-bottom: 0px;
  }

  .blooper_reel_input_system > .column .blooper_reel_input_system input {
    width: 100%;
  }

  .blooper_reel_input_system .promotion_list {
    display: flex;
    flex-direction: column;
  }

  .blooper_reel_input_system .button_system {
    max-width: 100%;
  }

  .blooper_reel_input_system .title {
    width: 100%;
    text-align: left;
    padding: 0px 0px 5px 0px;
  }

  .blooper_reel_half_area .button_square {
    height: 35px;
  }

  .blooper_reel_input_system input {
    width: 100%;
  }

  .blooper_reel_input_system select {
    height: 35px !important;
    line-height: 35px !important;
    margin: 0px 0px 0px 0px;
    width: 100%;
  }

  .blooper_reel_input_system select + select {
    margin: 10px 0px 0px 0px;
  }

  .blooper_reel_input_system .button_area {
    width: 100%;
  }

  .blooper_reel_input_system .button_system {
    height: 35px;
  }

  .blooper_reel_input_system .button_area a + a {
    margin-left: 15px;
  }

  .blooper_reel_input_system .focus {
    padding: 7px;
  }

  .blooper_reel_color,
  .blooper_reel_type {
    height: 35px;
  }
}

@media screen and (max-width: 1023px) {
  /*banner*/

  .banner_PC {
    display: none !important;
  }

  .banner_MB {
    display: block !important;
  }

  .banner_index_mv .slick-next {
    /*width: 40px;
    height: 40px;*/
  }

  .banner_index_mv .slick-prev {
    /*width: 40px;
    height: 40px;*/
  }

  .top_banner_index_box {
    padding: 5%;
  }

  .top_banner_index_box_col {
    width: 100%;
  }

  /* .branch_level {
    flex-wrap: wrap;
    justify-content: flex-start;
  } */

  .branch_level li {
    margin: 5px;
    padding: 5px 15px;
  }

  .content1_list {
    width: 100%;
  }

  .content4_list_table_col12 {
    width: 100%;
  }

  .content4_list_open {
    display: block;
  }

  .content4_list_close {
    display: none;
  }

  .content6_list_area_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .content6_list_area_item {
    width: 100%;
    margin-left: 0px;
  }

  .content6_list_area_item_pic .banner_index_mv {
    aspect-ratio: 1280/720;
  }

  .content6_list_area_item_pic {
    display: inline-block;
  }

  .content6_list_area_item_pic img {
    max-height: 524px;
    height: -webkit-fill-available;
  }

  .show_box .content6_list_area_item_pic {
    display: inline-block;
  }

  .show_box .content6_list_area_item_pic img {
    height: -webkit-fill-available;
  }

  .show_box .content6_list_area_item_pic .banner_index_mv .slick-slide {
    aspect-ratio: 1280/720;
  }

  .content6_list_area_item_pic iframe {
    width: 100%;
    aspect-ratio: 1280/720;
  }

  .content6_list_area_item_pic .banner_index_mv .slick-slide {
    aspect-ratio: 1280/720;
  }

  .branch {
    padding: 25px;
    max-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .coverInfo {
    justify-content: left;
  }
  .blooper_reelt_detail {
    padding: 0px;
  }

  .inside_title {
    font-size: 24px;
    line-height: 35px;
  }

  .inside_title:after {
    width: 150px;
    left: calc(50% - 75px);
  }

  .content1_list_box {
    width: 100%;
    padding: 15px 30px;
  }

  .content1_list .content1_list_sub p {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .content1_list p {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .content1_list img {
    padding: 0;
  }

  .content2_list_col12 {
    display: block;
  }

  .content2_list_col4 {
    width: 100%;
    padding: 0;
  }

  .content2_list_col4 p {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .content2_list_col8 {
    width: 100%;
    padding: 0;
  }

  .content2_list_table {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .content2_list_table_col4 {
    font-size: 18px;
  }

  .content2_list_table_col8 {
    line-height: 22px;
    font-size: 16px;
  }

  .content2_list_table_col8 ul li {
    margin-left: 25px;
  }

  .content2_list_area .inside_title {
    font-size: 32px;
  }

  .content3_list_table_col12 {
    width: 100%;
  }

  .content3_list_table_col2 {
    width: 100%;
    padding: 10px;
  }

  .content3_list_table_col3 {
    width: 100%;
    padding: 10px;
  }

  .content3_list_table_col3 > .content3_list_table_col3 {
    padding-left: 0px;
  }

  .content3_list_area .inside_title {
    font-size: 32px;
  }

  .content4_list_area .inside_title {
    font-size: 32px;
  }

  .content5_list_area .inside_title {
    font-size: 32px;
  }

  .content6_list_area .inside_title {
    font-size: 32px;
  }

  .profile_rule li {
    font-size: 18px;
    line-height: 28px;
  }
  .content3_list_table_col12_title {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 575px) {

  .blooper_reel_color,
  .blooper_reel_type {
    min-width: 120px;
  }

  .content1_list_sub {
    width: 100%;
  }

  .content1_list {
    padding: 15px 0;
  }

  .content2_list_table_col4 {
    width: 30%;
  }

  .content2_list_table_col8 {
    width: 70%;
  }

  .content2_list_col3 {
    width: 100%;
  }
}
