@charset "UTF-8";
:root {
  --main-color: linear-gradient(
    45deg,
    #aea500 0%,
    #ecff50 45%,
    #aeba00 70%,
    #c2bd00 85%,
    #d4d800 90% 100%
  );
  --secondary-color: #fffee5;
  --acsent-color: #5d4d20; /* 写メ日記フレーム色など */
  --background-color: #fcf0f3;
  --menu-bg: #938d00;
  --tab-color: #dfce00;
  --border-color: #b1a700;
}

/* 月替わり背景画像 */
.bg-monthly-01{ background-image: url(../img/bg-monthly/monthly01.jpg) !important; }
.bg-monthly-02{ background-image: url(../img/bg-monthly/monthly02.jpg) !important; }
.bg-monthly-03{ background-image: url(../img/bg-monthly/monthly03.jpg) !important; }
.bg-monthly-04{ background-image: url(../img/bg-monthly/monthly04.jpg) !important; }
.bg-monthly-05{ background-image: url(../img/bg-monthly/monthly05.jpg) !important; }
.bg-monthly-06{ background-image: url(../img/bg-monthly/monthly06.jpg) !important; }
.bg-monthly-07{ background-image: url(../img/bg-monthly/monthly07.jpg) !important; }
.bg-monthly-08{ background-image: url(../img/bg-monthly/monthly08.jpg) !important; }
.bg-monthly-09{ background-image: url(../img/bg-monthly/monthly09.jpg) !important; }
.bg-monthly-10{ background-image: url(../img/bg-monthly/monthly10.jpg) !important; }
.bg-monthly-11{ background-image: url(../img/bg-monthly/monthly11.jpg) !important; }
.bg-monthly-12{ background-image: url(../img/bg-monthly/monthly12.jpg) !important; }

/* ↑の弊害回避 */
.bg-white{
  background-color: rgba(255, 255, 255, .8) !important;
}


body {
  background-size: contain;
  background-repeat: repeat;
  font-family: "Vollkorn", serif;
}

@media screen and (min-width: 767px) {
  main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 5%;
  }
  #prof main {
    padding: 20px;
  }
  /* 20211209追加 TOPのスライドとサイドバーの非表示 */
  #top section.sp-slides {
    display: none !important;
  }
  /* 20211209追加 ここまで */
}
@media screen and (min-width: 1200px) {
  main {
    max-width: 1200px;
    padding: 0 40px;
  }
  #prof main {
    padding: 60px;
  }
}

.pc {
  display: block;
}
.sp {
  display: none;
}
.top_ttl {
  background: var(--main-color);
  color: #fff;
  background: var(--main-color);
  color: #fff;
  font-size: 3.5rem;
  position: relative;
}
h2 {
  font-size: 3.5rem;
}
.red {
  color: red;
}
.ent {
  font-size: 4.5rem;
}
.info_top .scroll {
  padding-top: 0px;
  position: absolute;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  top: 115%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.info_top .scroll span {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fef000;
  border-bottom: 2px solid #fef000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.info_top .scroll span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.info_top .scroll span:nth-of-type(2) {
  top: 35px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.info_top .scroll span:nth-of-type(3) {
  top: 50px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/***追従するトップへ戻るボタン***/
#page-top {
  position: fixed;
  right: -50px;
  top: 40%;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 2rem;
  line-height: 5rem;
  color: #b1a700;
  padding: 0 70px 0 70px;
  border: solid 2px;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  z-index: 100;
}
#page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 20px;
  width: 25px;
  border-top: solid 3px;
  transform: rotate(35deg);
  transform-origin: left top;
}
#page-top::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 20px;
  width: 150px;
  border-top: solid 3px;
  /* transform: rotate(90deg); */
  transform-origin: left top;
}
#page-top.pc:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.6s;
}

/***トップへ戻るボタンここまで***/
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
        ----------------------
        Start ハンバーガーメニュー
        ----------------------
        */
/* Start ヘッダー */
#top header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0 4%;
  z-index: 10;
  background: none;
}
.headerNavOuter {
  margin-bottom: 0;
  position: relative;
}
.headerNavOuter.-sub h1 {
  margin-bottom: 2%;
  padding: 0 4%;
}
.siteIcon {
  margin: 0;
}
.siteIcon img {
  width: 60px;
  height: 60px;
}
/* End ヘッダー */

/* Start ナビゲーション */
.headerNav {
  position: fixed;
  right: -300px;
  top: 0;
  width: 300px;
  height: 100vh;
  padding-top: 150px;
  background-color: #c2bd006e;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 20;
  overflow-y: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.headerNav ul {
  /* display: flex; */
  flex-wrap: wrap;
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 0;
  text-align: left;
}
.headerNav ul li {
  width: 90%;

  padding: 5px;
  margin: 5px;
}
.headerNav ul li a:hover {
  background: #9b9b9b;
}
.headerNav ul li a {
  /* color: var(--menu-bg); */
  color: #fff;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.headerNav p {
  font-size: 16px;
}
.navList {
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
}
.navItem {
  padding: 1rem 1rem 0;
}
.navItem a {
  display: block;
  border-bottom: 1px solid #eee;
  color: #707070;
  padding: 4rem 0 1rem;
  width: 100%;
  margin: 0 auto;
}
/* End ナビゲーション */

/* Start ハンバーガーボタン(三本線の実装) */
.hamburger_btn {
  position: fixed;
  right: 40px;
  top: 20px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 30;
}
.hamburger_line {
  position: absolute; /*.headerNavOuterを基準にして、絶対配置*/
  left: 8px;
  width: 60px;
  height: 8px;
  background-color: #ffeb00;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.hamburger_line_1 {
  top: 20px;
}
.hamburger_line_2 {
  top: 40px;
}
.hamburger_line_3 {
  top: 60px;
}
.hamburger_txt {
  position: absolute;
  top: 70px;
  left: 8px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  font-size: 19px;
}
/* End ハンバーガーボタン(三本線の実装) */

/*ハンバーガーメニュをクリックした後に現れる半透明の背景*/
.black-bg {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #000;
  opacity: 0;
  visibility: hidden; /* 非表示にしておきます */
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}

/* Start ハンバーガーボタンをクリックした際の動き */
/* ナビゲーションが現れる */
.nav-open .headerNav {
  right: 0;
}

/* 半透明の背景を表示させます。 */
.nav-open .black-bg {
  opacity: 0.8;
  visibility: visible;
}

/* 三本線のハンバーガーを、バッテンにします */
.nav-open .hamburger_line_1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 35px;
}
.nav-open .hamburger_line_2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger_line_3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 35px;
}
/* End ハンバーガーボタンをクリックした際の動き */
/*
      ----------------------
      End ハンバーガーメニュー
      ----------------------
      */

/*----------------------------　ハンバーガーボタンここまで　---------------------*/
header {
  background: var(--main-color);
  padding: 2% 0 0;
  color: #fff;
  height: auto;
}
header .inner {
  max-width: 1500px;
}
.info_top {
  font-size: 1.2rem;
}
.main-image {
  position: relative;
}
.main-image .swiper-container {
  width: 100%;
  height: 100%;
}
.main-image .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.main-image .swiper-container .swiper-slide {
  margin: 0 auto;
  height: auto;
}
.main-image .swiper-container .swiper-slide img {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  box-sizing: border-box;
}

/* .info_top .inner {
  display: flex;
  width: 90%;
  margin: auto;
  margin-top: 10vh;
  position: relative;
} */
/* .info_top .mov_wrap {
  width: 50%;
  background-color: #000;
  position: relative;
  display: flex;
  align-items: flex-end;
  max-width: 780px;
} */
.info_top .mov_wrap #video {
  width: 100%;
}
.mov_wrap div {
  margin: 60px 20px 20px;
}
.info_txt {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 35%;
}
.info_txt img {
  padding-bottom: 2rem;
}
.info_txt p {
  color: #4a4a4a;
  font-size: 2vw;
  font-family: "Noto Serif JP", serif;
}
.contents {
  padding: 20px;
}
.pc_menu ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0px auto;
  font-size: 1.2vw;
  background: #fffee5;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #b1a700;
}
@media screen and (min-width: 1200px) {
  .pc_menu ul {
    font-size: 1vw;
  }
}
.pc_menu li {
  padding: 10px 5px;
  border-right: 1px solid #b1a700;
  width: 10%;
}
.pc_menu li:last-child {
  border-right: none;
}
.pc_menu ul a {
  color: black;
  display: block;
}
.pc_menu ul a:hover {
  opacity: 0.5;
  transition: all 0.6s;
  cursor: pointer;
}
.pc_menu ul span {
  color: var(--tab-color);
}
.footer-icon {
  background: #fffddb;
  text-align: center;
  padding: 30px 0;
  font-size: 12px;
  color: #3e3e3e;
}
.footer-icon p {
  padding: 1rem 0;
}

.footer-icon a:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.6s;
}

.footer-contents-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}
.footer-contents-list.-first {
  padding: 10px 0 0;
}
.footer-contents-list.-first iframe {
  width: 300px;
  height: 270px;
  margin-right: 60px;
}
.footer-contents-list.-second {
  padding: 10px 0;
}
.footer-contents-list.-second iframe {
  width: 320px;
  height: 270px;
}

@media screen and (max-width: 992px) {
  .footer-contents-list.-first iframe {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer-contents-container {
    flex-flow: column wrap;
  }
  .footer-contents-list.-first {
    margin: 0 auto;
    padding: 0;
  }
  .footer-contents-list.-first iframe {
    margin-right: 0;
    margin-bottom: 10px;
    width: 320px;
    height: 320px;
  }
}
@media screen and (max-width: 576px) {
  .footer-contents-list.-second {
    margin: 0 auto;
    padding: 0;
  }
  .footer-contents-list.-second iframe {
    height: 350px;
  }
}



/*----------------------------　language　-------------------------------------------*/
.d_menu_wrap {
  display: flex;
  flex-flow: row nowrap;
}
.d_menu_left {
  width: 100%;
  /*width: 50%;*/
  margin: 0 20px 0 0;
  font-size: 2.4rem;
}
.d_menu_left p a {
  color: black;
}
.d_menu_left p a:hover{
  opacity: 0.5;
  transition: all 0.5s;
  cursor: pointer;
}
.d_menu_left.sp {
  font-size: 1.8rem;
  margin: 0;
  color: black;
}
.d_menu_left.sp p a:hover{
  opacity: 0.5;
  transition: all 0.5s;
  cursor: pointer;
}
.d_menu_right {
  width: 50%;
  margin: 0 auto;
}
.d_menu {
  position: relative;
  float: right;
  height: 50px;
  margin: 0 auto;
}
.d_menu:before, .d_menu:after {
  content: " ";
  display: table;
}
.d_menu:after {
  clear: both;
}
.d_menu > li.menu__single {
  position: relative;
}
.d_menu > li {
  float: left;
  height: 50px;
  line-height: 50px;
  background: rgb(29, 33, 19);
}
.d_menu > li:hover {
  background: #072a24;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.d_menu > li a {
  display: block;
  color: #fff;
  width: 150px;
  padding-left: 15px;
}
.d_menu > li a:hover {
    color: #999;
}
.d_menu > li a img , .init-bottom img {
  width:23%;
  padding-right:10px;
}
.init-bottom img {
  vertical-align: middle;
  padding-bottom: 5px;
}
.init-bottom:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0 1px 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #072a24;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
li.menu__single:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.menu__second-level li {
  border-top: 1px solid #111;
}
.menu__second-level li a:hover {
  background: #111;
}




/*----------------------------　h2　---------------------*/

.ttl {
  float: left;
  padding-left: 25px;
  padding-top: 5px;
}
.ttl_link {
  background: var(--secondary-color);
  color: #937117;
  float: right;
  padding: 20px 40px;
  font-size: 2rem;
}
.ttl_link:hover {
  opacity: 0.8;
}
.arrow {
  position: relative;
}
.arrow::before {
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  left: 0;
  transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 5px solid transparent;
  border-left: 8px solid #c2bd00;
}
/*----------------------------　h2ここまで　---------------------*/

/*----------------------------schedule---------------------*/
#schedule {
  display: flex;
  text-align: center;
  padding: 5px 0;
}
#schedule li {
  width: 15%;
  background: #4b4b4b;
  color: #fff;
  padding: 2%;
  border: 1px solid #fff;
  font-size: 1vw;
}
#schedule li a {
  color: #fff;
}
#schedule li.active {
  background: var(--tab-color);
}
#schedule li:hover {
  background: var(--tab-color);
  color: #fff;
}
/*----------------------------　キャスト　---------------------*/

#cast {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 1px; */
  padding-bottom: 40px;
}
#cast li {
  width: 24.5%;
  height: 100%;
  margin-bottom: 10px;
  border: 3px solid var(--border-color);
  background: var(--border-color);
  border-image: linear-gradient(
    45deg,
    #9f992d 0%,
    #b3ad47 45%,
    #aeba00 70%,
    #c2bd00 85%,
    #fcff64 90% 100%
  );
  font-family: "Noto Serif JP", serif;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}
#cast .dummy {
  height: 0;
  border: none;
}

#cast .txt {
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  color: #606060;
}
.nick {
  background: var(--main-color);
  padding: 5px 0;
}
.btn_wrap {
  padding: 5px 0px;
  background: #f1f1f1;
  min-height: 35px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.btn {
  width: 30%;
  padding: 3px 0;
  margin: 2px;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  height: 20px;
  vertical-align: middle;
  letter-spacing: -1.5px;
}
.new {
  background: #007296;
}
.vip {
  display: none;
}
.mov {
  background: #157949;
}
.gra {
  background: #70079e;
}
.rec {
  background: #c00875;
}
.diy {
  background: #b40005;
}
.name {
  background: #f1f1f1;
  font-size: 1.5rem;
}
.size {
  background: #f1f1f1;
  padding: 5px 0;
}
.time {
  background: #f1f1f1;
  color: var(--main-color);
  padding: 10px 0;
  font-size: 1.7rem;
}
/*----------------- new_cast ---------------------*/

#new_cast {
  padding-bottom: 40px;
}
.swiper-bg {
  background-image: url(../img/swiper-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px auto;
}
.swiper-container {
  width: 50%;
}
/* 全体のスタイル */
.swiper-wrapper {
  width: 100%;
  /* height: 250px; */
  height: auto;
}
/* 全スライド共通スタイル */
.swiper-slide {
  color: #ffffff;
  width: 100%;
  /* height: 100%; */
  text-align: center;
  margin: 20px auto;
  /* line-height: 250px; */
}
.swiper-slide a img:hover {
  filter: drop-shadow(0px 0px 10px rgba(255,255,255,0.8));
  cursor: pointer;
}


.swiper-button-next,
.swiper-button-prev {
  top: 50%;
}
.swiper-slide img {
  position: relative;
  width: 100%;
  border: 2px solid #b1a700;
  box-sizing: border-box;
}
.swiper-slide .info {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  color: black;
  font-size: 1.3rem;
  font-weight: bold;
}
.swiper-slide .info .time {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px 0;
  font-size: 2rem;
}
.swiper-slide .info .name {
  background: #0000008f;
  padding: 20px 0;
  color: #fff;
}

/*----------------------------　more btn　---------------------*/
.original-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  width: 320px;
  height: 60px;
  font-weight: bold;
  transition: 0.3s;
  margin: 15px auto;
  background-image: radial-gradient(
    circle at 100% 0%,
    #00e7ff 15%,
    rgb(0 166 193)
  );
  border: 3px solid #fff;
}
.original-button:hover {
  opacity: 0.5;
}
.original-button.full {
  width: 100%;
  background: #b40005;
}
/*----------------------------photo_diary　---------------------*/
#photo_diary iframe {
  border: none;
}
.pt_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  padding: 20px 0;
}
.pt_wrap li {
  width: 24%;
  background-color: rgb(255, 255, 255);
  font-size: 1.5rem;
  position: relative;
}
.pt_wrap li::before {
  background-image: url(../img/flame.png);
  background-repeat: no-repeat;
}
.pt_wrap li img {
  padding: 10px;
  border-radius: 20px;
}
.blue_card {
  border: 5px solid #63147a;
}
.blue_card a:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.6s;
}
.blue_card .name {
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  background: #63147a;
}
.blue_card .txt {
  background: #63147a;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.pink_card {
  border: 5px solid var(--main-color);
}
.pink_card .name {
  color: #fff;
  background: var(--main-color);
  position: absolute;
  top: -20px;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 15px;
  font-size: 1.5rem;
  text-align: center;
}
.footer-pc-menu ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.footer-pc-menu ul li {
  width: 49.5%;
  border: 2px solid var(--border-color);
  font-size: 1.8rem;
  background: #fffeed;
  line-height: 180%;
  position: relative;
  box-sizing: border-box;
  margin: 0 1% 1% 0;
  &:nth-child(2n) {
    margin: 0 0 1%;
  }
}
.footer-pc-menu ul .btm-border {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

.footer-pc-menu ul .btm-border:before {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 20px);
  width: 40px;
  height: 1px;
  content: "";
  background: #5d4d20;
  transition: 0.6s;
}
.footer-pc-menu ul a:hover {
  background: #c7bb2d;
  color: #fff;
}
.footer-pc-menu ul a:hover .btm-border::before {
  width: 200px;
  left: calc(50% - 100px);
  background: #fff;
}
.footer-pc-menu ul li a {
  color: #5d4d20;
  display: block;
  padding: 4rem 0;
  transition: 0.4s;
}
footer address {
  color: #545a00;
  background: var(--main-color);
  text-align: center;
  padding: 30px;
  font-size: 16px;
}

/*----------------------------　system　-------------------------------------------*/

.price_img {
  margin: 20px auto;
  display: block;
}
h1 {
  font-size: 4rem;
}
#system table {
  font-size: 2rem;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 40px;
  text-align: center;
}
#system table th {
  background: var(--tab-color);
  color: #fff;
  padding: 10px;
  border: 1px solid var(--tab-color);
}
#system table td {
  padding: 10px;
  border: 1px solid;
  background: #fff;
}

#system .service {
  font-size: 1.8rem;
  padding-top: 10px;
  background-color: #ffd300;
  border-radius: 15px;
  margin: 1%;
  padding: 2.5%;
  font-weight: bold;
}
#system .caution-list {
  padding: 20px;
}
#system .caution-list li {
  padding: 0.5rem 0;
}

/*----------------------------　event　-------------------------------------------*/

.event_wrap {
  padding: 20px;
}
.event_wrap .event_box{
  padding-top: 80px;
}
.event_wrap img{
  display: block;
  margin: 0 auto;
}
#event h2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 1000px;
  margin: 0 auto;
}
#event p {
  font-size: 1.8rem;
  padding-top: 10px;
}
#event .d_menu_left p {
  font-size: 1.6rem;
  padding-top: 0;
}

/*マジックミラーポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  max-width: 800px;
  width: 82%;
  height: fit-content;
  padding: 30px 15px 15px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  z-index: -10000;
}

.close_btn {
  position: absolute;
  top: 20px;
  right: 0px;
  font-size: 45px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  padding-top: 10px;
  cursor: pointer;
  color: var(--tab-color);
}
/* .open_btn:hover{
    background:#000;
    color:#fff;
    transition: .3s ease;
} */
/*ポップアップココまで*/

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    メイリオ, YuGothic, "游ゴシック sans-serif";
}

/*ボタン周りの余白用*/
.btn-wrap {
  position: fixed;
  bottom: 90px;
  z-index: 1;
  background-color: rgb(255 255 255 / 48%);
  padding-top: 15px;
}

.btn-coupon {
  line-height: 1.2;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 220px;
  height: 80px;
  margin: 0 auto;
  padding: 0;
  margin-left: 45px;
}

.btn-coupon .left {
  width: 80%;
  padding-top: 15px;
  margin-left: 10px;
  -webkit-transition: all 0.6s;

  transition: all 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;

  border: 2px solid var(--menu-bg);
  border-right: 0;
  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

.btn-coupon .left span {
  font-size: 1rem;
}

.btn-coupon .left span.txt1 {
  font-size: 2rem;
  color: var(--menu-bg);
}

.btn-coupon .left em {
  font-size: 2rem;
  font-style: normal;

  display: block;

  color: var(--menu-bg);
}

.btn-coupon .right {
  position: relative;
  width: 20%;
  height: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;

  color: #fff;
  border-left: 2px dotted #fff;
  background: var(--menu-bg);

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

.btn-coupon .right span {
  font-size: 1.5rem;
  line-height: 1;

  position: absolute;
  top: -0.2rem;
  left: calc(50% - 0.8rem);

  display: inline-block;

  -webkit-transform: rotate(90deg);

  transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

a.btn-coupon:hover .left {
  -webkit-transform: rotateX(-20deg);
  transform: rotateX(-20deg);
}

a.btn-coupon:hover .right {
  -webkit-transform: rotateX(-20deg) rotateY(75deg);
  transform: rotateX(-20deg) rotateY(75deg);
}

.slideConts {
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.slideContsL {
  transform: translate(-800px, 0);
}
.slideContsR {
  background-color: lightblue;
  transform: translate(800px, 0);
}
.slideContsL.show {
  transform: translate(-50px, 0) !important;
}
.slideContsR.show {
  transform: translate(50px, 0) !important;
}

#dli-close {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 2em;
  height: 0.3em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
  margin-left: 90%;
  margin-bottom: 10px;
}

#dli-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}



/* 20220819 pcヘッダー追加 */
#pc-gheader{
  padding: 5px 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: var(--secondary-color);
  font-size: 16px !important;
}

#pc-gheader h1{
  width: 140px;
  height: 100%;
  font-size: unset;
}


#pc-gheader a h1:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.6s;
}

@media screen and (max-width: 768px) {
  #pc-gheader{
    display: none !important;
  }
}

.attention-container {
  max-width: 760px;
  margin: 0 auto 1rem;
}
.attention-box {
  background: #ffff99;
  color: #333;
  text-align: center;
  margin: 1rem auto 1.5rem;
  padding: 0.5rem 0;
  font-weight: bold;
  font-size: 16px;
}

.bnr-box {
  max-width: 700px;
  margin: 0 auto;
}

.bnr-box img{
  max-width: 468px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.attention-wrap {
  color: #000;
  text-align: center;
}
.attention-wrap .title {
  font-size: 16px;
  font-weight: bold;
}
.attention-wrap .group-box {
  border: 1px solid #000;
  padding: 1rem;
  border-radius: 20px;
}

.group-logo-wrap {
  margin: 0 auto;
  padding: 0;
  width: 200px;
}

.group-logo-wrap a:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.6s;
}

.group-logo-wrap.-mt {
  margin: 0 auto;
}

.group-logo-wrap.-mb {
  margin: 0 auto 1rem;
}

.group-logo-wrap.-mtb {
  margin: 1rem auto;
}

