@charset "utf-8";

/*
cmp_style.css
*/
* { margin: 0; padding: 0; outline: 0; }
html, body { min-width: 320px; }
body{
  padding:0 0 92px;
  text-align: center;
  background: rgb(255, 255, 255);
  color: rgb(85, 85, 85);
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro',sans-serif;
}
img{ width:100%; height:auto; }

.pc body{ padding-top: 0; overflow-x: hidden; }

#header {
  position: relative;
  top: 0;
  width: 100%;
  min-width: 320px;
  height: 55px;
  background-color: #fff;
  z-index: 9999;
}
#header_inner {
  text-align: left;
  padding: 0;
  margin: 0 auto;
}
#header_left {
  width: 130px;
  float: left;
  padding: 6px 0 0 7px;
}
#header_left a {
  padding: 10px 0;
  display: block;
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
}
.move_left {
  width: 125px;
  height: auto;
}

#header_center {
  float: left;
  padding: 12px 0 0 10px;
}

.pc_900 { display: inherit; }
.mb_900 { display: none; }

h1 {
  font-size: 10px;
  font-weight: 400;
  padding: 0px 0px 0px 0px;
  color: rgb(110, 110, 110);
  line-height: 16px;
  z-index: 1;
  position: relative;
}
.pc h1 span {
  display: block;
}

/* KV */
#kv_area{
  height: auto;
  background-image:url(/campaign/cmp_images_202602/kv_bk_cmp.jpg);
  background-size: 100%;
  background-position: 50% 50%;

}
.kv_img_1{
  position:relative;
  margin: 0 auto;
  padding: 30px 0 15px;
  max-width: 934px;
}
.modalBtn{
  display: block;
  margin: 0 auto;
  max-width: 126px;
  position: absolute;
  right: calc(50% - 63px);
  bottom: 6%;
  border-radius: 100px;
  overflow: hidden;
}
.modalBtn:hover { opacity: .7; }
#mid_area {
  margin: 0;
  padding: 0 4% 40px;
  background: #f1f1f1;
}
#mid_area h2 {
  max-width: 796px;
  margin: 0 auto;
}
#mid_area h2 img{ margin-left:-105px; }
#mid_area .box_01 {
  display: flex;
  gap: 40px;
  max-width: 900px;
  margin: 40px auto 0;
}
#mid_area .box_02 {
  margin: 40px auto 0;
  padding: 40px;
  max-width: 900px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
#mid_area .box_02 h3{
  margin: 0 0 1em;
  font-size: 100%;
  color: #008CD7;
  letter-spacing:-.05em;
}

#mid_area .list{
  list-style: none;
  text-align:left;
}
#mid_area .list li{
  padding: 1em;
  border-top:2px solid #EEE;
}
#mid_area .list li:nth-last-child(1){ border-bottom:2px solid #EEE; }
#mid_area .list dl{
  display:flex;
}
#mid_area .list dt{flex:3; font-size: 90%; font-weight:500;}
#mid_area .list dd{flex:7; font-size: 85%; color:#666;}

#under_area {
  padding: 60px 4% 0;
}
#under_area h3{margin: 0 auto; max-width:291px;}
#under_area .wrap{
  display: flex;
  gap: 25px;
  max-width: 900px;
  margin: -40px auto 0;
  padding: 80px 30px 30px 60px;
  border: 1px solid #008CD7;
  border-radius: 10px;
  box-sizing: border-box;
}
#under_area .box_01{
  flex: 3;
}
#under_area .box_02{
  flex: 7;
  text-align: left;
  word-break: break-all;
}
#under_area .box_02 .num_01{
  margin: 0 0 35px;
  font-size: 85%;
  font-weight:500;
  letter-spacing: -.05em;
  color: #008CD7;
}
#under_area .box_02 .num_02{
  font-size: 70%;
  color:#666;
  line-height: 1.8;
  letter-spacing: -.05em;
}

/* shops */
.title .upper {
  display: block;
  margin-bottom: 20px;
}
.title .upper i {
  display: inline-block;
  padding: 10px 0;
  letter-spacing: .15em;
  font-size: 20px;
  font-family: 'Times New Roman',serif;
  color: rgb(155, 155, 155);
  font-weight: 400;
  transform: scale(0.85,1);
}

#shops {
  margin: 60px auto 0;
  padding: 40px 4%;
  background-color: rgb(255, 255, 255);
  border-top: 2px solid rgb(242, 242, 242);
}
#shops .flex_box{ max-width: 980px; margin: 0 auto; }
#shops .flex_box ul {
  display: flex;
  flex-wrap: wrap;
  list-style:none;
}
#shops .flex_box .col_2 li {
  width: 50%;
}

#shops .num1 .inner{ padding: 0 15% 0 4%; text-align: left; color: rgb(0, 0, 0); line-height: 2; }
#shops .num1 .inner .title{ margin-bottom: 10px; padding: 0; text-align: left; line-height: 2; font-size: 115%; font-weight: 700; letter-spacing: .1em; }
#shops .num1 .inner .txt{ font-size: 12px; line-height: 2; color: rgb(85, 85, 85); }

#shops .num2{ padding-top: 90px; }
#shops .num2 .wrap{ padding: 0 4%; }
#shops .num2 .wrap .txt{ padding: .5em 0; color: #fff; background-color: rgb(57, 61, 70); font-size: 65%; font-weight: bold; letter-spacing: .05em; }
#shops .num2 .wrap .txt span{ display: block; }

#shops .num2 .wrap .txt.two{ line-height:3.8em; }

#shops .num2 .shop li{ margin:10px 0 0; width:100%; }
#shops .num2 .shop li:nth-child(1){ margin:0; }
#shops .img-box{ width: 170px; }
#shops .num2 .shop .wrap{ display: flex; text-align:left; }
#shops .num2 .shop .txt {width: 100%;}
#shops .num2 .shop .txt{ margin:0; padding: 5px 15px 0; font-size: 12px; box-sizing:border-box; }
#shops .num2 .shop .zip{ margin:5px 0 0; font-size:80%; line-height: 1.5; }
#shops .num2 .shop .add{ font-size:80%; line-height: 1.5; }
.shop_sub{ font-size: 12px; padding: 0 0 0 2em; text-align:left; }


#footer {
  width: 100%;
  height: auto;
  color: rgb(136, 136, 136);
  margin: 0px 0px -5px 0px;
  padding: 10px 0px 20px 0px;
  text-align: center;
  font-size: 12px;
  background-color: rgb(244, 244, 244);
}

#fixedFooterCta {
  position: fixed;
  margin: 0;
  padding-bottom: 8px;
  width:100%;
  background: #008CD7;
  bottom: 0;
}

#CtaLink {
  width: 88%;
  max-width: 560px;
  display: inline-block;
  margin: -15px auto 0;
  border-radius:73px 50px 30px 30px;
}
#CtaLink:hover{ opacity:.7; }

/* efect */

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: both;
}

.zoomIn {
    animation: zoomIn 0.5s ease-out forwards;
}

.reflection{
  position: relative;
  display: inline-block;
  overflow: hidden;
  isolation: isolate;
}
.reflection::before{
  content: "";
  position: absolute;
  top: 12px;
  left: -60%;
  margin: 12px 0 0;
  width: 40%;
  height: 80%;
  transform: skewX(-20deg);
  background: linear-gradient(
    to right,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.55) 50%,
    rgba(255,255,255,0) 100%
  );
  pointer-events: none;
  z-index: 2;
  animation: reflection-sweep 2.5s infinite;
}


@media screen and (max-width: 1400px) {
  #kv_area{
    height: auto;
    background-size: auto 100%;
    background-position: 50% 50%;
  }
}

@media screen and (max-width: 900px) {
  #header_left {
    padding-top: 13px;
  }
  .pc_900 { display: none; }
  .mb_900 { display: inherit; }

  h1.mb_900 {
    position: absolute;
    top: 4px;
    left: 8px;
  }
  .modalBtn{ width: 14%; right: calc(50% - 7vw); }
  #mid_area h2 img{ margin-left:-13%; }
  #mid_area .box_01{ gap:4%; }
  #under_area{ padding: 50px 6% 0; }
  #under_area .wrap{ padding: 80px 3% 30px 6%;}
  #under_area .box_01 {
    margin: 0 auto 25px;
    width: 50%;
    min-width: 190px;
  }
  #under_area .box_02 .num_01{ font-size: 100%; }
  #under_area .box_02 .num_02{ font-size: 60%; }
  #shops .num1 .inner{ padding: 0 8% 0 4%; }
  #footer {
    padding: 10px 0 20px;
  }
}

@media screen and (max-width: 768px) {
  body{ padding:0 0 92px; }
  .title .upper{ margin-bottom:0; }
  #shops .num1 .inner .title{ text-align:center; }
  #shops .num1 .inner .txt{ font-size:14px; }
  #shops .flex_box ul{ display:inherit; }
  #shops .flex_box .col_2 li{ width:auto; }
  #shops .num1 .inner { padding: 0; }
  #shops .wrap .img_box {
    display: table-cell;
    width: 35%;
  }
  #shops .num2{ padding-top:1.5em; }
  #shops .num2 .wrap{ padding:0; }
  #shops .num2 .wrap .txt {
    display: table-cell;
    padding: 2em 0 0 1.5em;
    width: 65%;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    line-height:2;
  }
}


@media screen and (max-width: 658px) {
  body{ padding:0 0 84px; }
  #kv_area {
    background-image: url(/campaign/cmp_images_202602/kv_bk_cmp_sp.jpg);
    background-size: 100% auto;
  }
  .kv_img_1 {
    position: relative;
    padding: 10vw 0 8vw;
  }
  .kv_img_1 .kv1 img{ margin: 0 0 0 -7%; width: 95%; }
  .modalBtn{
    position:inherit;
    margin:-5.5vw auto 0;
    width: 20%;
    right:auto;
  }
  #mid_area{ padding-top:10%; }
  #mid_area h2{ width:90%; }
  #mid_area h2 img{ margin: 0 auto; }
  #mid_area .box_01{
    display:inherit;
    margin: 10% auto 0;
    padding: 0 4% 0;
  }
  #mid_area .ct_left {
    margin: 0 0 8%;
  }
  #mid_area .box_02{
    margin: 8% 4% 0;
    padding: 5%;
  }
  #mid_area .list dl{ display:inherit; }
  #mid_area .list dt{ margin:0 0 .8em; }
  #under_area .wrap{
    display:inherit;
    margin: 30px auto 0;
    padding: 0;
    border: 0;
  }
  #shops .num1 .inner .title{ font-size: 100%; }
  #shops .num2 .wrap .txt {
    padding: .7em .5em 0 .7em;
    font-size:2.8vw;
  }
  #fixedFooterCta{ padding: 8px 0 8px; }
  #CtaLink { max-width:352px; }
}

@media screen and (max-width: 400px) {
  body{ padding: 0 0 20vw; }
  #CtaLink { border-radius:55px 55px 25px 25px; }
  .reflection::before{
    top: 6px;
    margin: 6px 0 0;
  }
}

/*---- YouTube modal ---- */
.yt-modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
.yt-modal.is-open{ display: block; }

.yt-modal__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
}

.yt-modal__box{
  position: relative;
  width: min(92vw, 960px);
  margin: 8vh auto 0;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

/* デフォルト 16:9 */
.yt-modal__player{
  aspect-ratio: 16 / 9;
  width: 100%;
}
.yt-modal__player iframe{
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.yt-modal__close{
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 5;
  font-size: 28px;
  line-height: 1;
  background: transparent;
  color: #fff;
  border: 0;
  cursor: pointer;
}

/*---- short ---- */
/* box */
.yt-modal.is-short .yt-modal__box{
  width: min(88vw, 420px);
  padding: 0;
  background: #000;
}
/* player */
.yt-modal.is-short .yt-modal__player{
  aspect-ratio: 9 / 16;
  width: 100%;
  max-height: 80vh;
  background: #000;
}

/* close */
.yt-modal.is-short .yt-modal__close{
  top: 8px;
  right: 8px;
  width: 44px;
  height: 44px;
  line-height: 44px;
}

/*---- トリガー ---- */
.js-yt-modal{ cursor: pointer; }

/* keyframes */
@keyframes fadeIn{
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes reflection-sweep {
  0%   { transform: translateX(0) skewX(-20deg); opacity: 0; }
  5%  { opacity: .3; }
  10%  { opacity: 1; }
  40%  { transform: translateX(380%) skewX(-20deg); opacity: 0; }
  100% { transform: translateX(380%) skewX(-20deg); opacity: 0; }
}
