/*
Theme Name: western25_07
Description: ウエスタンワンダーランド専用テンプレート（2025/07）
*/

html,body{
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ', 'ヒラギノ角ゴ Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
body {
  padding-bottom: min(10.4166vw, 200px);
}

a{
  transition-property: opacity, color, background;
  transition-duration: .3s;
}
a:hover{
  opacity: .7;
}
@media screen and (max-width: 750px) {
  img {
      max-width: 100%;
  }
}

header.main_header {
  width: 100%;
  height: 50px;
  background-color: #fff;
  position: fixed;
  z-index: 9999;
}
header.main_header .header_icon {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 12px 0;
  text-align: left;
}
header.main_header .header_icon img {
  max-width: 115px;
}
header.main_header .header_icon img:hover {
  opacity: .5;
}

.body_wrap {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  overflow: hidden;
}

.main.tag_archive {
  display: block;
}
.main.tag_archive .main_article{
  max-width: 100%;
  width: 100%;
}

.tag-a { /*葛西店*/
  background-color: #ff55b3;
}

.tag-b { /*環七南葛西店*/
  background-color: #f98821;
}

.tag-c { /*西葛西店*/
  background-color: #d5ae01;
}

.tag-d { /*一之江店*/
  background-color: #86bf00;
}

.tag-e { /*浦安やなぎ通り店*/
  background-color: #33b566;
}

.tag-f { /*浦安駅前店*/
  background-color: #3399ff;
}

.tag-g { /*行徳店*/
  background-color: #6070ff;
}

.tag-h { /*佐倉店*/
  background-color: #9900ff;
}

.tag-i { /*SANSA西葛西店*/
  background-color: #FF5964;
}

.tag-with-town {
  background-color: #FF6400;
}

/********************************
GLOBAL NAVIATION
*********************************/
.gnav{
  background-image: linear-gradient(0deg, #a87e21, #f8e6bb 50%, #a87e21);
}
.gnav ul{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  column-gap: 10px;
  grid-row-gap: 10px;
}
.gnav li{
  
}
.gnav li img{
  max-height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .gnav ul {
    flex-wrap: wrap;
    height: auto;
    padding: 15px 0;
  }
  .gnav li {
    height: 6.68vw;
    
  }
}

/********************************
FOOTER
*********************************/
#content_top_btn{
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: clamp(60px, 12vw, 120px);
  transition: .3s;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
#content_top_btn.is-header{
  opacity: 0;
  visibility: hidden;
}
#content_top_btn.is-footer{
  bottom: calc(5px + min(10.4166vw, 200px));
}

footer.main_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: min(10.4166vw, 200px);
  background-color: #000000;
  z-index: 999;
}

#copyright {
  text-align: center;
}

#copyright .copy {
  font-size: 14px;
  color: #FFFFFF;
  line-height: min(10.4166vw, 200px);
}

@media screen and (max-width: 750px) {
  footer.main_footer {
      bottom: 0;
      height: auto;
    }
  #copyright .copy {
    font-size: 12px;
    padding: 2vw 0;
    margin: 0 auto;
    line-height: 9.3vw;
  }
}

/********************************
SECTION
*********************************/
.sec_title{
  width: 820rem;
  width: clamp(340px, 75vw, 660px);
  margin: 0 auto;
}
.sec_wrap {
  max-width: 1060px;
  /*width: 1560rem;*/
  width: 100%;
  margin: 0 auto;
}

/*********************************
タグアーカイブ
**********************************/
.main.tag_archive h1 {
  margin: calc(15 / 1000 * 100%) auto calc(30 / 1000 * 100%);
  color: #3200A0;
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .main.tag_archive h1 {
    font-size: 5.4vw;
  }
}

.back{
    width: 100%;
    margin: calc(90 / 1000 * 100%) auto 0;
    border: 0 none;
  display: flex;
  column-gap: 10px;
}
.back.single{
  display: block;
}
.back:hover {
    opacity: 1;
}
.back a{
  display: block;
  padding: 0;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  background-color: #fff;
  /*width: calc(420 / 1000 * 100%);*/
  border: 1px solid #505050;
  flex: 1;
  transition: opacity .3s;
  position: relative;
}
.back a:hover {
    opacity: .75;
}
.back a::before {
    content: "";
    width: 14px;
    height: 14px;
    border-left: 1px solid #505050;
    border-bottom: 1px solid #505050;
    display: inline-block;
    transform: rotate(-135deg);
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -7px;
}
.back.single a.back-home{
  max-width: 33.33%;
  margin-left: auto;
  margin-right: auto;
}
.back a span{
  margin: 0 30px;
  line-height: 3.3rem;
}

@media screen and (max-width: 1000px) {
  .back {
    flex-direction: column;
    grid-row-gap: 10px;
  }
  .back a{
    font-size: 16px;
  }
  .back a span{
    line-height: 2.5rem;
  }
  .back.single a.back-home{
    max-width: 100%;
  }
}

.store_info.single {
  display: none;
}

/********************************
出玉情報
*********************************/
#dedama {
	background-image: linear-gradient(90deg, transparent, #ffffffb3 30%, #ffffff 50%, #ffffffb3 70%, transparent);
  background-size: auto;
	position: relative;
	padding: 50rem;
}
.dedama-nav {
  margin-top: 50rem;
}
.dedama-nav_area{
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  column-gap: 1%;
}
.dedama-nav .dedama-nav_area.pc_none{
  display: none;
}
.dedama-nav .dedama-nav_area.sp_none{
  display: flex;
}
.dedama-nav_area + .dedama-nav_area{
  margin-top: .5%;
}
.dedama-nav_area .nav{
  display: flex;
  column-gap: 1%;
}

@media screen and (max-width: 768px){
  .dedama-nav .dedama-nav_area.sp_none{
    display: none;
  }
  .dedama-nav .dedama-nav_area.pc_none{
    display: flex;
  }
}

/********************************
最新情報
*********************************/
#news {
  background: transparent;
  padding: 150rem 0 75rem;
}
.slider{
  /*width: 580px;*/
  max-width: 580px;
  width: 94.81%;
  border: 25.64rem solid #fff;
  border-radius: 25.64rem;
  position: relative;
  z-index: 1;
}
.slider::after{
  content: "";
  display: block;
  position: absolute;
  top: -25.64rem;
  left: -25.64rem;
  width: calc(100% + 51.28rem);
  height: calc(100% + 51.28rem);
  border-radius: 25.64rem;
  box-shadow: 9px 9px 11px rgba(0,0,0,.75);
  mix-blend-mode: multiply;
  z-index: 0;
}
.slider .slick-dots{
  bottom: -60px;
}

/********************************
新台情報
*********************************/
#shindai {
  background: transparent;
  padding: 75rem 0;
}

/********************************
INFORMATION
*********************************/
#information .info_contents{
  background: #f4f0eb;
  border-radius: 20rem;
  padding: min(5vw, 50px);
}
#information .wrap{
  max-width: 1000px;
}
@media screen and (max-width:750px){
  #information .info_contents{
    padding: 10px;
  }
}

#information .tabs {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#information .tab {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  margin: 0 auto calc(30 / 1000 * 100%);
}

#information .tab li {
  /*width: calc(200 / 1000 * 100%);*/
  width: 33.33%;
  border: solid 1px #a87e21;
  font-size: 20px;
  height: 40px;
  font-weight: 500;
  border-radius: 20rem 20rem 0 0;
  text-align: center;
  color: #a87e21;
  display: table;
  background: #fff;
  transition: background .3s;
}

@media screen and (max-width: 750px) {
  #information .tab li {
    font-size: 2.6vw;
    height: 6.0vw;
  }
}
#information .tab li .br {
  display: inline-block;
}
#information .tab li p {
  display: table-cell;
  vertical-align: middle;
  padding: calc(30 / 1000 * 100%);
  line-height: calc(1.4 * 100%);
  text-decoration: none;
  color: #a87e21;
  cursor: pointer;
  transition: color .3s;
}
#information .tab li:hover,
#information .tab .active {
  background-color: #a87e21;
  /*opacity: .5;*/
}
#information .tab li:hover p,
#information .tab .active p {
  color: #fff;
}
#information .tab .active:hover {
  opacity: 1;
}
@media screen and (max-width: 980px) {
  #information .tab li p br.pc_none{
    display: block;
  }
}
@media screen and (max-width: 750px) {
  #information .tab li p {
    line-height: 1.1;
    padding: 3px;
  }
}

#information .tabIn {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  margin: calc(30 / 1000 * 100%) auto;
}

#information .tabIn li {
  width: calc(1 / 9 * 100%);
  border: solid 1px #fff;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: table;
}

#information .tabIn li p {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  height: 33px;
  margin: 0;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  #information .tabIn li p {
    font-size: 1.3vw;
    height: 3.3vw;
  }
}

#information .tabIn .active {
  background-color: #fff;
}

#information .tabIn .stList {
  background-color: #fff;
  border: solid 1px #009DD8;
}

#information .tabIn .st_w > p {
  color: #FF6400;
}

#information .tabIn .st_w > p:hover {
  color: #fff;
  background-color: #FF6400;
  opacity: .5;
}

#information .tabIn .search_item2 > p:hover{
  color: #fff;
  opacity: .5;
}
#information .tabIn .st_00 > p {
  color: #000000;
}
#information .tabIn .st_00 > p:hover {
  background-color: #000000;
}

#information .tabIn .st_01 > p {
  color: #ff55b3;
}
#information .tabIn .st_01 > p:hover {
  background-color: #ff55b3;
}

#information .tabIn .st_02 > p {
  color: #f98821;
}
#information .tabIn .st_02 > p:hover {
  background-color: #f98821;
}

#information .tabIn .st_03 > p {
  color: #d5ae01;
}
#information .tabIn .st_03 > p:hover {
  background-color: #d5ae01;
}

#information .tabIn .st_04 > p {
  color: #86bf00;
}
#information .tabIn .st_04 > p:hover {
  background-color: #86bf00;
}

#information .tabIn .st_05 > p {
  color: #33b566;
}
#information .tabIn .st_05 > p:hover {
  background-color: #33b566;
}

#information .tabIn .st_06 > p {
  color: #3399ff;
}
#information .tabIn .st_06 > p:hover {
  background-color: #3399ff;
}

#information .tabIn .st_07 > p {
  color: #6070ff;
}
#information .tabIn .st_07 > p:hover {
  background-color: #6070ff;
}

#information .tabIn .st_08 > p {
  color: #9900ff;
}
#information .tabIn .st_08 > p:hover {
  background-color: #9900ff;
}

#information .tabIn .st_09 > p {
  color: #FF5964;
}

#information .tabIn .st_09 > p:hover {
  background-color: #FF5964;
}

#information .tabIn .stList.active2 > p {
  color: #fff;
}

#information .tabIn .st_w.active2 {
  border: solid 1px #FF6400;
  background-color: #FF6400;
}

#information .tabIn .st_00.active2 {
  border: solid 1px #000000;
  background-color: #000000;
}

#information .tabIn .st_01.active2 {
  border: solid 1px #ff55b3;
  background-color: #ff55b3;
}

#information .tabIn .st_02.active2 {
  border: solid 1px #f98821;
  background-color: #f98821;
}

#information .tabIn .st_03.active2 {
  border: solid 1px #d5ae01;
  background-color: #d5ae01;
}

#information .tabIn .st_04.active2 {
  border: solid 1px #86bf00;
  background-color: #86bf00;
}

#information .tabIn .st_05.active2 {
  border: solid 1px #33b566;
  background-color: #33b566;
}

#information .tabIn .st_06.active2 {
  border: solid 1px #3399ff;
  background-color: #3399ff;
}

#information .tabIn .st_07.active2 {
  border: solid 1px #6070ff;
  background-color: #6070ff;
}

#information .tabIn .st_08.active2 {
  border: solid 1px #9900ff;
  background-color: #9900ff;
}

#information .tabIn .st_09.active2 {
  border: solid 1px #FF5964;
  background-color: #FF5964;
}

.news_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

.news_list .news_list_con {
  width: calc(240 / 1000 * 100%);
  margin: 0 0 calc(20 / 1000 * 100%);
  list-style: none;
}

@media screen and (max-width: 768px){
.news_list .news_list_con {
    width: calc(480 / 1000 * 100%);
    margin: 0 0 calc(30 / 1000 * 100%);
  }
}

.news_list .news_list_con .news_list_img {
  margin: 0;
  display: block;
  align-items: center;
  overflow: hidden;
  background: #fff;
  /*height: 145px;*/
  padding-top: 60.46%;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .news_list .news_list_con .news_list_img {
    /*height: 14.5vw;*/
  }
}

.news_list .news_list_con .news_list_img img {
  width: 100%;
  transition-duration: 0.5s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.news_list .news_list_con:hover {
  cursor: pointer;
}

.news_list .news_list_con:hover img {
  opacity: 0.7;
  transform: scale(1.05);
}

.news_list .news_list_con a {
  text-decoration: none;
}
.news_list .news_list_con a:hover{
  opacity: 1;
}

.news_list .news_list_con h2 {
  margin: calc(35 / 1000 * 100%);
  text-align: left;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  .news_list .news_list_con h2 {
    margin: 7px 5px;
    font-size: 10px;
  }
}

.news_list .news_list_con .news_list_txt {
  background-color: #fff;
  color: #000;
  margin: 0 0 calc(35 / 1000 * 100%);
  padding: 10px 0 0 10px;
}

.news_list .news_list_con .news_list_txt .news_list_con_ttl {
  margin: 0;
  width: calc(100% - 10px);
  text-align: left;
  height: 6.23em;/*81px;*/
  font-size: 13px;
  font-feature-settings: "palt";
  line-height: 1.2;
}

@media screen and (max-width: 750px) {
  .news_list .news_list_con .news_list_txt .news_list_con_ttl {
    /*height: 8.1vw;*/
    height: 5em;
    font-size: 11px;
  }
}

.news_list .news_list_con .news_list_txt .news_list_con_ttl p {
  color: #000;
  margin: 0;
}

.news_list .news_list_con .news_list_txt .news_list_con_bt {
  display: flex;
  position: relative;
}

.news_list .news_list_con .news_list_txt .news_list_con_bt .news_icon_new {
  position: absolute;
  bottom: 2px;
  width: calc(210 / 1000 * 100%);
}

@media screen and (max-width: 750px) {
  .news_list .news_list_con .news_list_txt .news_list_con_bt .news_icon_new {
    bottom: .2vw;
  }
}

.news_list .news_list_con .news_list_txt .news_list_con_bt .news_icon_new img {
  width: 100%;
  transform: scale(1);
}

.news_list .news_list_con .news_list_txt .news_list_con_date {
  color: #000;
  font-size: 11px;
  margin: 0 0 0 auto;
  padding-right: calc(35 / 1000 * 100%);
  padding-bottom: calc(23 / 1000 * 100%);
}

@media screen and (max-width: 750px) {
  .news_list .news_list_con .news_list_txt .news_list_con_date {
    font-size: 10px;
  }
}

.news_list::after {
  content: "";
  display: block;
  width: calc(240 / 1000 * 100%);
  height: 0;
}

.news_list::before {
  content: "";
  display: block;
  width: calc(240 / 1000 * 100%);
  height: 0;
  order: 1;
}

.news_list .news_list_non {
  width: 100%;
  margin: calc(30 / 1000 * 100%) auto;
}

.news_list .news_list_non p {
  margin: 0 auto;
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .news_list .news_list_non p {
    font-size: 2.0vw;
  }
}

#information .list-btn{
  margin-top: 20rem;
}
#information .list-btn {
  margin: calc(30 / 1000 * 100%) auto 0;
}
#information .list-btn button {
  background-color: #fff;
  color: #29abe2;
  border: solid 1px #29abe2;
  border-radius: .75em;
  cursor: pointer;
  outline: none;
  padding: 0;
  font-weight: 700;
  width: fit-content;
  height: 1.7em;
  line-height: 1.7em;
  font-size: 20px;
}
#information .list-btn button span {
  margin: 0 1em;
}
/*#information .list-btn button::after {
  content: "";
  width: 2vw;
  height: 2vw;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  transform: rotate(-45deg);
}*/

@media screen and (max-width: 750px){
  #information .list-btn {
    margin: calc(20 / 1000 * 100%) auto;
  }
  #information .list-btn button {
    font-size: 3.8vw;
    height: 1.7em;
    line-height: 1.7em;
    border-radius: .85em;
  }
  #information .list-btn button span {
    margin: 0 1em;
  }
}

#information .tabContents .tabContentsIn {
  display: none;
}

#information .tabContents .store_individual {
  max-width: 1000px;
  width: 100%;
  background-color: #fff;
}

#information .tabContents .store_individual .store_individual_name {
  max-width: 1000px;
  width: 100%;
  color: #fff;
  text-align: left;
  margin: 0 0 calc(30 / 1000 * 100%);
}

#information .tabContents .store_individual .store_individual_name p {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  padding: calc(10 / 1000 * 100%) calc(20 / 1000 * 100%);
}

@media screen and (max-width: 750px) {
  #information .tabContents .store_individual .store_individual_name p {
    font-size: 1.7vw;
  }
}

#information .tabContents .store_individual .store_individual_con {
  display: flex;
  margin: 0 auto calc(35 / 1000 * 100%);
}

#information .tabContents .store_individual .store_individual_con .store_individual_img {
  margin: 0 auto calc(25 / 1000 * 100%);
  width: calc(520 / 1000 * 100%);
}

#information .tabContents .store_individual .store_individual_con .store_individual_img img {
  width: calc(459 / 520 * 100%);
}

#information .tabContents .store_individual .store_individual_con .store_individual_txt {
  width: calc(440 / 1000 * 100%);
  padding: 0 calc(30 / 1000 * 100%) 0 calc(10 / 1000 * 100%);
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#information .tabContents .store_individual .store_individual_con .store_individual_txt p {
  margin: 0;
  font-size: 13px;
}

@media screen and (max-width: 750px) {
  #information .tabContents .store_individual .store_individual_con .store_individual_txt p {
    font-size: 1.3vw;
  }
}

#information .tabContents .store_individual .store_individual_con .store_individual_txt p a {
  text-decoration: none;
  color: #000;
}

#information .tabContents .store_individual .store_individual_con .store_individual_txt .store_comment {
  margin: calc(50 / 1000 * 100%) 0 0;
}

#information .tabContents .store_individual .store_individual_con .store_individual_txt_link {
  margin: calc(39 / 1000 * 100%) 0 0;
}

#information .tabContents .store_individual .store_individual_con .store_individual_txt_link a {
  margin: 0 calc(50 / 1000 * 100%) 0 0;
}

#information .tabContents .store_individual .store_individual_con .store_individual_txt_link a img {
  width: calc(70 / 450 * 100%);
}

#information .tabContents.active {
  animation-name: fade;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}


/********************************
キャラクター紹介
*********************************/
.chara_sec {
	background: transparent;
	position: relative;
}
.chara_box {
	width: 100%;
  height: 0;
	padding-top: 134%;
  padding-top: min(132vw,1400px);
	background-image: url(./assets/img/chara_box.webp);
	background-size: 98% auto;
	background-repeat: no-repeat;
  background-position: top right;
	position: relative;
	margin-top: 0;
}
.chara_box_title {
  max-width: 850px!important;
	width: 84%;
  min-width: 316px;
	position: absolute;
	top: 6%;
	left: 1rem;
	right: 1rem;
	margin: auto;
}
.chara_box_txt {
	font-size: min(45rem, 32px);
	font-weight: bold;
	position: absolute;
	top: 13%;
	left: 10%;
	right: 10%;
	margin: auto;
	text-align: center;
  font-feature-settings: "palt";
}
.chara_box .chara_box_img {
	position: absolute;
	top: 19%;
	width: 37%;
  max-width: 407px;
	cursor: pointer;
  transition: opacity .3s;
}
.chara_box .chara_box_img:hover {
  opacity: .7;
}
.cbi_1 {
	left: 11%;
}
.cbi_2 {
	right: 10%;
}
.chara_movie_box{
  position: absolute;
  top: 51%;
  padding-top: 55.17%;
  width: 78.54%;
  max-width: 864px;
  left: 11%;
}
.chara_movie_box video{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}

.chara_big_box {
	position: absolute;
	/*bottom: 16rem;*/
  top: 8%;
	left: -10rem;
	width: 99%;
	display: none;
}
.chara_big_box img {
	cursor: pointer;
}
.in_poyon {
	animation: poyon 1s;
}
@keyframes poyon {
	0% {
		transform: scale(1, 1) translate(0%, 0%);
	}
	15% {
		transform: scale(0.9, 0.9) translate(0%, 5%);
	}
	30% {
		transform: scale(1.3, 0.8) translate(0%, 10%);
	}
	50% {
		transform: scale(0.8, 1.3) translate(0%, -10%);
	}
	70% {
		transform: scale(1.1, 0.9) translate(0%, 5%);
	}
	100% {
		transform: scale(1, 1) translate(0%, 0%);
	}
}

.balloon_ml,
.balloon_mr {
	position: absolute;
	width: 300rem;
	z-index: 1000;
	animation: jouge 5s infinite;
}
@keyframes jouge {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(20rem);
	}
	100% {
		transform: translateY(0);
	}
}
.chara_sec .balloon_ml {
	top: 100rem;
	left: 100rem;
}
.chara_sec .balloon_mr {
	bottom: -200rem;
	right: 100rem;
}

@media screen and (max-width: 768px){
  .chara_box_title {
    top: 5%;
  }
  .chara_box_txt {
    top: 10%;
  }
  .chara_movie_box{
    top: 50rem;
    width: 82%;
    left: 9%;
    position: relative;
  }
}


/********************************
ウエスタンチャンネル
*********************************/
#channel {
  margin-bottom: 100rem;
}
#channel .sec_wrap {
  padding: calc(20 / 1000 * 100%) 0;
  /*margin: calc(33 / 1000 * 100%) auto;*/
  
  padding-top: 25.48%;
  padding-top: min(40vw, 440px);
	background-image: url(./assets/img/channel_box.webp);
	background-size: 99% auto;
	background-repeat: no-repeat;
  background-position: top right;
	position: relative;
}

.channel_con {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  margin: calc(90 / 940 * 100%) auto calc(112 / 940 * 100%);
  padding: 0 calc(50 / 940 * 100%);
  width: 90%;
}

.channel_con > figure {
  margin: 0;
}

.channel_con .wp-block-embed {
  width: calc(400 / 870 * 100%);
  aspect-ratio: 16 / 9;
}

.channel_con .wp-block-embed__wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
  z-index: 3;
}

.channel_con .wp-block-embed__wrapper iframe, .channel_con .wp-block-embed__wrapper video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px){
  #channel .sec_wrap{
    padding-top: 128%;
    background-image: url(./assets/img/sp_channel_box.webp);
    background-size: 100% auto;
    background-size: 106% auto;
    background-position: 20% 0;
    margin-top: -30rem;
  }
  .channel_con{
    display: block;
    margin-top: calc(145 / 940 * 100%);
  }
 .channel_con .wp-block-embed {
    width: 100%;
    margin: 0 auto;
  }
 .channel_con .wp-block-embed + .wp-block-embed {
    margin-top: calc(50 / 750 * 100vw);
  }
}

/********************************
公式X
*********************************/
#tw_x .sec_wrap {
  margin-top: -20rem;
  padding: calc(20 / 1000 * 100%) 0;
  /*margin: calc(33 / 1000 * 100%) auto;*/
  
  padding-top: 38.03%;
  padding-top: min(51.23vw, 510px);
	background-image: url(./assets/img/x_box.webp);
	background-size: 99% auto;
	background-repeat: no-repeat;
  background-position: top right;
	position: relative;
}

#tw_x .twitter_con {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 calc(30 / 1000 * 100%) 0 calc(30 / 1000 * 100%);
  
  top: 50%;
  transform: translateY(-60%);
}

#tw_x .twitter_con img {
  width: 100%;
  height: auto;
}
#tw_x .twitter_con .twitter_con_ttl {
  max-width: 220px;
  width: 320rem;
  margin: 30px auto 15px;
}

#tw_x .twitter_shop_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  width: calc(716/880*100%);
  margin: 0 auto;
  padding: 0;
  column-gap: 3.8%;
}

#tw_x .twitter_shop_list > li {
  width: 22.15%;
  margin-top: 16px;
}
#tw_x .twitter_shop_list > li a:hover {
  opacity: .7;
}

@media screen and (max-width: 1000px) {
  #tw_x .twitter_con iframe {
    overflow: hidden;
    height: 80.0vw !important;
  }
}
@media screen and (max-width: 768px) {
  #tw_x .sec_wrap {
    padding-top: 119.4%;
    background-image: url(./assets/img/sp_x_box.webp);
    background-size: 106% auto;
    background-position: 20% 0;
    margin-top: -30rem;
  }
  #tw_x .twitter_con{
    top: 5%;
    top: 50%;
    transform: translateY(-55%);
  }
  #tw_x .twitter_con .twitter_con_ttl{
    margin-bottom: 0;
  }
  #tw_x .twitter_shop_list {
    width: 90%;
  }
  #tw_x .twitter_shop_list > li {
    width: 47.61%;
  }
}

/********************************
店舗一覧
*********************************/
.shop_sec {
	position: relative;
	padding: 100rem;
  padding: 100rem 0;
}
.shop_box {
  max-width: 1100px;
  width: 100%;
	padding: min(38vw, 380px) 80rem 130rem;
	margin-bottom: 30rem;
  margin-top: max(-38vw, -380px);
  
  background-image: url(./assets/img/shops_box.webp);
	background-size: 100% auto;
	background-repeat: no-repeat;
  background-position: top right;
	position: relative;
  min-height: 1860rem;
  min-height: min(155vw,1880px);
  
  height: min(169vw, 1880px);
}
.shops_header {
	position: relative;
	/*height: 300rem;*/
  margin: 0 auto;
  z-index: 1;
  max-width: 1060px;
}
.shops_header > img,
.shops_header .shops_txt {
	/*position: absolute;*/
}
.shops_header > img:nth-of-type(1) {
	width: 450rem;
	top: 0rem;
	left: 0rem;
}
.shops_header > img:nth-of-type(2) {
	width: 400rem;
	top: -50rem;
	right: -65rem;
}
.shops_header .shops_map {
  width: 80.63%;
  margin: -30rem auto 20rem;
}
.shops_header .shops_txt {
	font-size: clamp(16px,3.2vw,32px);
	text-align: center;
	line-height: 1.4em;
	font-weight: bold;
  font-feature-settings: "palt";
  margin-bottom: 30rem;
}
.shops_con_ttl {
  max-width: 230px;
  width: 320rem;
  margin: 50px auto min(30rem, 30px);
}
.shops_con_ttl:first-child {
  margin-top: min(50rem, 50px);
}
.shop_list {
	display: flex;
	list-style: none;
	flex-direction: column;
	margin-left: auto;
  margin-right: auto;
  padding-right: 2%;
	width: 98%;
  max-width: calc(900px + 2%);
}
.shop_list li.sansa {
	background-image: url(../img/shops_back_s.png);
}
.shop_list li {
	background: #fff;
  
	width: calc(900rem - 14px);
	/*height: calc(139rem - 14px);*/
  
  width: 1040rem;
  width: 100%;
  max-width: 900px;
	/*height: 120rem;*/
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 40rem 0 120rem;
  padding: calc(7rem + 1.2%) calc(7rem + 3%) calc(7rem + 1.2%) calc(7rem + 1.2%);
	margin: 0 auto;
  position: relative;
  border-radius: 53px;
  z-index: 0;
  
  border-radius: 60px;
  border-radius: 90rem;
  background-image: linear-gradient(90deg, #a87e21 0%, #f8e6bb 30%, #bfa033 60%, #e3c380 80%, #a87e21 100%);
}
.shop_list li > *{
  z-index: 3;
  position: relative;
}
.shop_list li::before{
  content: "";
  display: block;
  position: relative;
  left: 17px;
  left: calc(7rem + 1.25%);
  top: 50%;
  margin-top: -4.75%;
  background: url(./assets/img/shops_icon.png) 0 0 no-repeat;
  background-size: contain;
  width: 9.5%;/*86px;*/
  padding-top: 9.5%;
  
  width: clamp(30px, 9.5vw, 86px);
  padding-top: clamp(30px, 9.5vw, 86px);
  
  width: min(9.5vw, 86px);
  padding-top: min(9.5vw, 86px);
  left: 0;
  top: 0;
  margin-top: 0;
  margin-right: 1.2%;
  
  z-index: 2;
  flex-shrink: 0;
}
.shop_list li::after{
  content: "";
  display: block;
  position: absolute;
  top: min(7rem,7px);
  left: min(7rem,7px);
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  
  width: calc(100% - min(14rem,14px));
	height: calc(100% - min(14rem,14px));
  border-radius: 60px;
  border-radius: 90rem; /*53px;*/
  /*border-radius: 53px;*/
  background: #fff;
  z-index: 1;
}
.shop_list li + li {
	margin-top: 20rem;
}
.shop_list li .shop_names {
  margin-right: 2%;
}
.shop_list li .icons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
  width: 56.5%;
  /*padding-left: 3.8%;*/
  flex-shrink: 0;
  margin-left: auto;
}
.shop_list li .icons a {
	margin-left: 0;
  flex: 1;
  display: block;
}
.shop_list li .icons img {
	height: auto;
	width: 93rem;
  width: 80px;
  display: block;
}
.shop_sec .balloon_ml {
	bottom: 200rem;
	left: 100rem;
}
.shop_sec .balloon_mr {
	top: 500rem;
	right: 100rem;
}
.shop_names {
	height: 37rem;
  height: 37px;
}
li#shoplist-5 .shop_names {
  height: 42rem;
  height: 42px;
}

@media screen and (max-width: 1040px) {
  .shop_names{
    height: 37rem;
  }
  li#shoplist-5 .shop_names {
    height: 42rem;
  }
}
@media screen and (max-width: 1040px) {
  .shop_box {
    background-image: url(./assets/img/sp_shops_box.webp);
    background-size: 105% auto;
    background-position: 20% 0;
    height: 196vw;
  }
}
@media screen and (max-width: 768px) {
  .shop_sec {
    padding-left: 0;
    padding-right: 0;
  }
  .shop_list li::before{
    width: 30px;
    padding-top: 30px;
  }
  /*.shop_names {
    height: 40rem;
  }
  li#shoplist-5 .shop_names {
    height: 48rem;
  }*/
}

/********************************
MOVIE CONTENTS
*********************************/
.movie {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.movie_wrap{
  margin: 0 auto calc(150 / 1000 * 100%);
  padding: 50rem;

  background-color: #f4f0eb;
  border-radius: 24rem;
}
.movie_ttl {
  text-align: center;
  margin-bottom: 30rem;
}
.movie_ttl img {
  max-width: 430px;
  width: 100%;
  
  
}

@media screen and (max-width: 768px) {
  .movie {
    padding: 0;
  }
  .movie_ttl p {
  }
  .movie_ttl img {
    width: 62.6%;
  }
}

.movie_con {
  display: flex;
  height: 177px;
}

@media screen and (max-width: 1000px) {
  .movie_con {
    height: 15.5vw;
  }
  .movie .movie_wrap .movie_con {
    padding: 0;
    height: 15.5vw;
  }
}

.video_list_itm_box_img {
  cursor: pointer;
}
.video_list_itm_box_img img{
  transition-duration: 0.5s;
}
.video_list_itm_box_img:hover {
  cursor: pointer;
}
.video_list_itm_box_img:hover img {
  opacity: 0.7;
  transform: scale(1.05);
}

.movie_box {
  width: calc(1 / 3 * 100%);
  overflow: hidden;
}

.movie_box .comming_txt {
  margin: calc(255 / 1000 * 100%) auto 0;
  width: calc(157 / 333 * 100%);
}

.movie_box img {
  width: 100%;
  height: auto;
}

.sn02 {
  background-color: #3ECD9F;
}

.sn03 {
  background-color: #FF95B5;
}
