body {
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

a img, a {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a:hover img { opacity: 0.7; }
a:hover { opacity: 0.7; }
.pc { display: inline-block; }
.sp { display: none; }

h1, h2, h3{
  color: #141414;
  font-weight: bold;
}
h3 {
  font-size: 35px;
  margin-bottom: 20px;
}
h3 span { font-size: 30px; }

.drawer-menu-contents { display: none; }
.drawer-menu-contents {
 position: fixed;
 z-index: 100;
 text-align: center;
 display: none;
 padding-bottom: 40px;
 width: 100%;
 height: 10000px;
 top: 0px;
 left: 0px;
}
.menu {
 z-index: 1000;
 -webkit-transition: opacity 500ms;
 transition: opacity 500ms;
}
.menu:hover { opacity: 0.6; }
.drawer-menu.on { height: 100%; }
.drawer-menu-contents {
 background: #C1DB62;
 display: none;
 z-index: 100;
}
.drawer-menu-contents ul { margin-top: 80px; }
.drawer-menu-contents ul li {
 margin-bottom: 25px;
 font-size: 18px;
 font-weight: bold;
}
.drawer-menu-contents ul li a { color: #fff; }
.inner{
 width: 1100px;
 margin: 0 auto;
}

.global-header .logo{
 position: absolute;
 z-index: 2;
 left: 30px;
 top: 30px;
}
.menu {
 position: fixed;
 right: 30px;
 top: 30px;
 z-index: 1000;
}
.main-vis .inner{ position: relative; }

.campaign-block .inner{
 background: #fff;
 border-radius: 20px;
 padding-bottom: 80px;
}

h2 {
 font-size: 42px;
 margin: 0 auto 40px;
 font-weight: bold;
 text-align: center;
}
.small{
 font-size: 12px;
 line-height: 1.4em;
}
.attention{
 font-size: clamp(1.25rem, 0.79rem + 0.11vw, 1.4rem);
 line-height: 1.6;
}
.attention span {
 font-size: 75%;
 letter-spacing: 0.08em;
}


/********** outline-block **********/

.campaign-block{
  background: #C1DB62;
  padding: 80px 0 120px;
}

.campaign-link {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 244px;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #efefef;
}

.campaign-link:after{
  content:"";
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url("../img/or.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 108px;
  margin-left: -28px;
}

.campaign-link li{
  width: 50%;
  text-align: center;
}

.campaign-link li:first-child{
  border-right: 1px dotted #efefef;
}

.otoku{
  color: #F160A7;
  border: 1px solid #F160A7;
  padding: 10px;
  font-size: 14px;
}

.high-attention{
  text-align: right;
  font-size: 13px;
  padding: 20px;
}

.plan01, .plan02{
  width: 900px;
  margin: 0 auto;
}

.plan01 {
  margin-bottom: 60px;
}

.plan01 .small a{
  color: #C1DB62;
  font-weight: bold;
}

h3{
  font-size: 36px;
  display: flex;
  align-items: center;
}

h3 .time{
  font-size: 15px;
  padding: 10px 15px;
  margin-left: 10px;
  font-weight: normal;
  background: #F3F3F3;
}

.plan01 h3:before{
  content:"";
  display: inline-block;
  width: 58px;
  height: 70px;
  margin-right: 10px;
  background: url("../img/01.png") 0 0 no-repeat;
}

.plan02 h3:before{
  content:"";
  display: inline-block;
  width: 58px;
  height: 70px;
  margin-right: 10px;
  background: url("../img/02.png") 0 0 no-repeat;
}


.plan02{
  margin-bottom: 60px;
}

.koukou-box{
  text-align: center;
  margin-bottom: 40px;
}

.koukou-box dt{
  margin-bottom: 20px;
}

.contact-btn, .product-btn{
  text-align: center;
}

.product-btn{
  line-height: 2.5rem;
  z-index: 2;
  letter-spacing: 0.05em;
  color: #FFF;
  font-size: 18px;
  width: 264px;
  margin: 20px auto 0;
  box-sizing: border-box;
  border-radius: 40px;
  background-color: #000;
  border: 2px solid #000;
}

.product-btn a{
  display: block;
  padding: 15px 0px;
}

.product-btn:hover{
  opacity: 0.5;
}

.contact-btn{
  margin-bottom: 20px;
}

.price-box{
  font-weight: bold;
  padding-bottom: 10px;
}

.price-box .price{
  color: #F160A7;
  font-size: 32px;
}
.price .small {
 font-size: 16px;
 color: #141414;
}
.price-box .price .taxin {
 font-size: 30%;
 color:#141414;
 letter-spacing: 0.05em;
}
.price-box .stx {
 font-size: 50%;
 letter-spacing: 0.08em;
}

.outline-block h2{
  background: url("../img/campaign-ttl.png") 0 0 no-repeat;
  width: 884px;
  height: 94px;
  display:block;
  text-indent: -9999px;
  margin: 0 auto 40px;
}

.product-list{
  margin-top: 30px;
  margin-bottom: 20px;
}

.product-list li{
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 10px;
  position: relative;
}

.product-list li:after{
  content:"";
  width: 39px;
  height: 39px;
  background: url("../img/plus-icon.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  z-index: 2;
  bottom: -19.5px;
  margin-left: -19.5px;
}

.product-list li .attention{
  padding-bottom: 10px;
}

.product-list li:last-child:after{
  display: none;
}

.product-list li .left-img-block{
  display: table;
}

.product-list li .left-img-block .img{
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}

.product-list li .left-img-block .list-ttl{
  display: table-cell;
  vertical-align: middle;
}

.recommend{
  display: table;
}

.recommend dt{
  display: table-cell;
  vertical-align:middle;
  padding-right:10px;
}

.recommend dd{
  display: table-cell;
  vertical-align:middle;
  font-weight: bold;
}


.list-ttl{
  font-weight: bold;
  font-size: 24px;
}

.list-ttl .small{
  font-weight: normal;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4em;
}

.bg-bottom{
 margin-bottom: -200px; 
}




.gallery-box {
  margin-bottom: 40px;
}

.gallery-box h3 {
  text-align: center;
  margin-bottom: 40px;
}

.gallery-box ul {
  margin-bottom: 50px;
}

.gallery-box ul li {
  padding: 10px;
  display: inline-block;
}



.item-box {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.item-box .img {
  position: relative;
  padding-left: 30px;
  width: 515px;
  vertical-align: middle;
}

.item-box .img .star {
  position: absolute;
  right: -40px;
  top: -40px;
}

.item-box .text-box {
  text-align: left;
  vertical-align: middle;
}

.item-box .sub-ttl {
  margin-bottom: 10px;
}

.item-box .text-box .text {
  margin-bottom: 10px;
}

.item-box .text-box .text .copy {
  font-size: 18px;
}

.item-box .text-box .text .item-list {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.8em;
}

.item-box .text-box .text span:first-child {
  display: block;
  margin-bottom: 20px;
}

.item-box .text-box .text span:last-child {
  font-size: 21px;
}

.item-box .text-box .attention {
  margin-bottom: 20px;
}

.voice-block{
  padding-top: 150px;
}

.voice-block .pink-box {
  background: #FEFFE3;
  height: auto;
  padding: 50px 0 20px;
  font-size: 18px;
  margin-bottom: 90px;
}

  .voice-block .inner{
    background: #FFF;
    border-radius: 15px;
    padding: 50px 35px;
  }


.voice-block .pink-box ul li {
  text-align: left;
  border-bottom: 2px dotted #CCC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.voice-block .pink-box dl dt {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: bold;
}

.voice-block .pink-box dl dt .num{
  color: #C1DB62;
}

.voice-block .pink-box dl dt .name {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
  font-size: 15px;
  color: #000;
  background: #f3f3f3;
  padding: 3px 10px;
}

.pink-box {
  position: relative;
}

.pink-box label {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 99%);
}

.pink-box input:checked+label {
  background: inherit;
  /* 髢九＞縺滓凾縺ｫ繧ｰ繝ｩ繝��繧ｷ繝ｧ繝ｳ繧呈ｶ医☆ */
}

.pink-box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 50%;
  content: 'もっと見る';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #F160A7;
  font-size: 21px;
  width: 264px;
  padding: 15px 0px;
  box-sizing: border-box;
  border-radius: 40px;
  background-color: #FFF;
  border: 2px solid #F160A7;
}

.pink-box input {
  display: none;
}

.pink-box .cp_container {
  overflow: hidden;
  height: 255px;
  transition: all 0.5s;
}

.pink-box .cp_container li {
  margin-bottom: 30px;
}

.pink-box input:checked+label:after {
  content: '閉じる';
  background-color: #F160A7;
  color: #FFF;
}

.pink-box input:checked~.cp_container {
  height: auto;
  padding-bottom: 80px;
  transition: all 0.5s;
}

.qa-block {
  margin-bottom: 100px;
}

.qa-block .inner {
  width: 800px;
}

.qa-block .inner ul li {
  border-bottom: 2px dotted #666;
  text-align: left;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

.qa-block .inner ul li dl dt {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  cursor: pointer;
}

.qa-block .inner ul li dl dt .q{
  color: #C1DB62;
}

.qa-block .qa-box dl dd {
  display: none;
}

.qa-block .qa-box dl.accordion.active dt {
  color: #F160A7;
}

.qa-block .qa-box dl.accordion dd a{
  text-decoration: underline;
}

.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  float: right;
  margin-top: 10px;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}

.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.qa-block .qa-box dl.accordion.active .dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #F160A7;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
}

.qa-block .qa-box dl.accordion.active .dli-plus:before {
  display: none;
}

.qa-block .inner ul li dl dd {
  display: none;
}

.global-footer {
  padding: 100px 0px 30px;
  text-align: center;
  font-size: 12px;
}

.global-footer .inner {
  align-items: center;
}

.global-footer .foot-logo {
  padding-right: 30px;
}

.global-footer .contact-btn a {
  background: #FFF;
  border-radius: 4px;
  font-size: 21px;
  margin-right: 20px;
  display: block;
  line-height: 100px;
  width: 400px;
  height: 100px;
  padding-left: 40px;
  position: relative;
}

.global-footer .contact-btn a:before {
  content: "";
  background: url("../img/haru24.png") 0 0 no-repeat;
  background-size: contain;
  width: 46px;
  height: 34px;
  display: block;
  position: absolute;
  top: 33px;
  left: 90px;
}

.global-footer .access-btn a {
  background: #999999;
  color: #FFF;
  border-radius: 4px;
  font-size: 21px;
  display: block;
  line-height: 100px;
  width: 400px;
  height: 100px;
  padding-left: 40px;
  position: relative;
}

.global-footer .access-btn a:before {
  content: "";
  background: url("../img/haru23.png") 0 0 no-repeat;
  background-size: contain;
  width: 32px;
  height: 47px;
  display: block;
  position: absolute;
  top: 26.5px;
  left: 70px;
}


/* ------------------------------------------------------------------
/**
* c-gallery
* ----------------------------------
*/

.c-gallery {
  width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.c-gallery__item {
  margin: 1% 0.5%;
  width: 24%;
}

.c-gallery__img {
  width: 100%;
}

.c-gallery__img img {
  width: 100%;
  height: auto;
}

.js-galleryTrigger {
  cursor: pointer;
}

.c-galleryPopup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2000;
  top: 0;
  left: 0;
}

.c-galleryPopup__bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.c-galleryPopup__outer {
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: center;
}

.c-galleryPopup__inner {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-galleryPopup__init {
  width: auto;
  max-height: 715px;
  max-width: 90vw;
}

.c-gallery__item {
  opacity: 1;
}

.c-gallery__item.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -1;
}

.list-btn {
  text-align: center;
  position: relative;
  width: 264px;
  margin: 0 auto 120px;
  line-height: 2.5rem;
    z-index: 2;
    letter-spacing: 0.05em;
    color: #F160A7;
    font-size: 21px;
    padding: 15px 0px;
    box-sizing: border-box;
    border-radius: 40px;
    background-color: #FFF;
    border: 2px solid #F160A7;
}

.list-btn.is-btn-hidden {
  display: none;
}

.list-btn button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.c-galleryPopup__close {
  pointer-events: all;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/memorial/gallery/close@2x.png);
  background-size: contain;
}

.access-block {
  margin-bottom: 60px;
}

.access-block ul{
  display: flex;
  width: 900px;
  align-items: top;
  flex-wrap: wrap;
  margin: 0 auto;
}

.access-block ul li{
  width: 425px;
  margin-bottom: 30px;
}

.shop-ttl{
  position: relative;
  padding-left: 58px;
}
.shop-ttl:before{
  content:"";
  width: 48px;
  height: 36px;
  display: inline-block;
  background: url("../img/access-sakura.png") 0 0px no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: -5px;
}

.address{
  font-size: 16px;
}

.tel{
  color: #C1DB62;
  font-size: 22px;
  padding-bottom: 10px;
}

.alert{
  color: #F160A7;
  border: 1px solid #F160A7;
  display: inline-block;
  padding: 1px 10px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.access-block ul li .img{
  margin-bottom: 20px;
}

.access-block ul li .shop-ttl{
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}

.access-block ul li:nth-child(2n){
  margin-left: 50px;
}


@media (max-width: 750px) {
  body {
    font-size: 13px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  .bg-top{
    position: relative;
    z-index: -1;
  }
  .wrapper {
    overflow-x: hidden;
  }
  .fix-btn {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .drawer-menu-contents {
    position: fixed;
    z-index: 100;
    text-align: center;
    display: none;
    padding-bottom: 40px;
    width: 100%;
    height: 10000px;
    top: 0px;
    left: 0px;
  }
  .menu {
    z-index: 1000;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
  }
  .menu:hover {
    opacity: 0.6;
  }
  .drawer-menu.on {
    height: 100%;
  }
  .global-header .drawer-menu .menu {
    position: fixed;

    top: 10px;
    right: 10px;
    width: 37px;
    height: 37px;
    background: url("../img/menu-btn.png") no-repeat 0 0;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
  }
  .global-header .drawer-menu .menu a {
    width: 37px;
    height: 37px;
            margin-left: -37px;
  }
  .drawer-menu-contents {
    background: #C1DB62;
    display: none;
    z-index: 100;
  }
  .drawer-menu-contents ul {
    margin-top: 50px;
  }
  .drawer-menu-contents ul li {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .drawer-menu-contents ul li a {
    color: #FFF;
  }
  h2, h3 {
    color: #141414;
    font-weight: bold;
  }

  h2{
    font-size: 24px;
    margin-bottom: 25px;
  }

  h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  h3 span {
    font-size: 15px;
  }

  .inner {
    margin: 0 auto;
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
    position: relative;
    text-align: center;
  }

  .global-header .logo {
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .global-header .logo img {
    width: 90px;
  }
  .global-header .insta {
    position: absolute;
    right: 50px;
    top: 10px;
  }
  .global-header .insta img {
    width: 21.5px;
    height: auto;
  }
  .global-header ul {
    display: none;
  }
  .global-header li {
    display: inline-block;
    font-size: 16px;
  }
  .global-header li a {
    text-decoration: none;
    color: #FFF;
  }


  .main-vis{
    margin-bottom: -40px;
  }

  .main-vis .inner{
    padding: 0;
  }




/***** outline-block *****/

.campaign-block{
  background: #C1DB62;
  padding: 40px 0 60px;
}

.campaign-link {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 135px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #efefef;
}

.campaign-link:after{
  content:"";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../img/or.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -14px;
}


.campaign-link li{
  width: 50%;
  text-align: center;
}

.campaign-link li:first-child{
  border-right: 1px dotted #efefef;
}

.high-attention{
  text-align: right;
  font-size: 11px;
  padding: 10px;
}

.otoku{
  color: #F160A7;
  border: 1px solid #F160A7;
  padding: 5px;
  display: inline-block;
  font-size: 13px;
  margin: 10px 0px;
}

.plan01, .plan02{
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}

.plan01 {
  margin-bottom: 60px;
}

h3{
  font-size:20px;
  display: block;
  align-items: none;
  position: relative;
}

h3 .time{
  font-size: 12px;
  padding: 3px 8px;
  margin-left: 0px;
  margin-top: 10px;
  font-weight: normal;
  background: #F3F3F3;
}

.plan01 h3:before{
  content:"";
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -14.5px;
  display: inline-block;
  width: 29px;
  height: 35px;
  margin-right: 0px;
  background: url("../img/01.png") 0 0 no-repeat;
  background-size: contain;
}

.plan02 h3:before{
  content:"";
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -14.5px;
  display: inline-block;
  width: 29px;
  height: 35px;
  margin-right: 0px;
  background: url("../img/02.png") 0 0 no-repeat;
  background-size: contain;
}


.plan02{
  margin-bottom: 60px;
}

.koukou-box{
  text-align: center;
  margin-bottom: 40px;
}

.koukou-box dt{
  margin-bottom: 20px;
}

.contact-btn, .product-btn{
  text-align: center;
}

.product-btn{
  line-height: 2.5rem;
  z-index: 2;
  letter-spacing: 0.05em;
  color: #FFF;
  font-size: 14px;
  width: 180px;
  margin: 20px auto 0;
  box-sizing: border-box;
  border-radius: 40px;
  background-color: #000;
  border: 2px solid #000;
}

.product-btn a{
  display: block;
  padding: 7px 0px;
}

.product-btn:hover{
  opacity: 0.5;
}

.contact-btn{
  margin-bottom: 20px;
}


.outline-block h2{
  background: url("../img/campaign-ttl-sp.png") 0 0 no-repeat;
  width: 320.5px;
  height: 72.5px;
  background-size: contain;
  display:block;
  text-indent: -9999px;
  margin: 0 auto 20px;
}

.product-list{
  margin-top: 30px;
  margin-bottom: 20px;
}

.product-list li{
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
}

.product-list li:after{
  content:"";
  width: 20px;
  height: 20px;
  background: url("../img/plus-icon.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  z-index: 2;
  bottom: -15px;
  margin-left: -10px;
}

.product-list li .attention{
  padding-bottom: 10px;
}

.product-list li:last-child:after{
  display: none;
}

.product-list li .left-img-block{
  display: table;
}

.product-list li .left-img-block .img{
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}

.product-list li .left-img-block .list-ttl{
  display: table-cell;
  vertical-align: middle;
}

.recommend{
  display: table;
}

.recommend dt{
  display: table-cell;
  padding-right:10px;
  vertical-align: top;
}

.recommend dd{
  text-align: left;
  display: table-cell;
  font-weight: normal;
    vertical-align: top;
}


.list-ttl{
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  padding-bottom: 10px;
}

.center .list-ttl{
  text-align: center;
}

.list-ttl .small{
  font-weight: normal;
  display: inline-block;
  font-size: 12px;
  line-height: 1.4em;
}

.bg-bottom{
 margin-bottom: -100px; 
}


.price-box .price{
  display: block;
  padding-top: 10px;
}
.price-box .price .taxin {
 display: block;
 margin-top: 7px;
}
.price-box .stx {
 font-size: 70%;
 letter-spacing: 0.08em;
}

  .data-box {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column-reverse;
  }
  .data-box .img {
    display: block;
    padding-right: 0px;
    margin-bottom: 10px;
    width: 100%;
    vertical-align: middle;
  }
  .data-box .img img {
    width: 80%;
  }
  .data-box .text-box {
    display: block;
    text-align: left;
    vertical-align: middle;
  }
  .data-box .icon-wrap{
    margin-bottom: 20px;
  }
  .data-box .icon-wrap img:first-child{
    width: 258px;
  }
  .data-box .icon-wrap img:last-child{
    width: 197px;
  }
  .data-box .sub-ttl {
    margin-bottom: 10px;
  }
  .data-box .sub-ttl img {
    width: 151.5px;
  }
  .data-box .text-box .text {
    margin-bottom: 10px;
  }
  .data-box .text-box .attention {
    margin-bottom: 25px;
  }
  .campaign-box1 {
    margin-bottom: 0px;
}
  .campaign-box h2 {
      color: #323256;
      font-size: 25px;
      font-weight: bold;
      margin-bottom: 10px;
  }

.campaign-box2 .img{
  width: 100%;
  overflow-x: scroll;
}

.campaign-box2 .img img{
   width: 850px;
   max-width: initial;
}

.campaign-box1:after{
  content:"";
  width: 29.5px;
  height: 29px;
  display: inline-block;
  background: url("../img/plus.png") 0 0 no-repeat;
  margin: 20px auto 20px;
  background-size: contain;
}

  .campaign-box2 .copy{
    margin-top: 0px;
  }
  .icon-wrap img {
    padding-bottom: 15px;
  }
  .gallery-box {
    margin-bottom: 30px;
  }
  .gallery-box h3 {
    margin-bottom: 40px;
  }
  .gallery-box h3 img {
    width: 77.5px;
  }
  .gallery-box ul {
    margin-bottom: 25px;
  }
  .gallery-box ul li {
    width: 32%;
    padding: 1%;
    display: inline-block;
    display: inline-block;
  }
  .c-gallery {
    width: 100%;
  }
  .add-btn {
    width: 132px;
    display: inline-block;
  }
  .item-box {
    margin-top: 50px;
    margin-bottom: 60px;
    display: block;
  }
  .item-box .sub-ttl {
    width: 148px;
  }
  .item-box .img {
    position: relative;
    display: block;
    padding-left: 0px;
    width: 100%;
    vertical-align: middle;
  }
  .item-box .img img {
    width: 80%;
    margin-left: 10%;
  }
  .item-box .img img.star {
    width: 32.5px;
  }
  .item-box .img .star {
    position: absolute;
    right: -10px;
    top: -10px;
  }
  .item-box .text-box {
    display: block;
    text-align: left;
    vertical-align: middle;
  }
  .item-box .sub-ttl {
    margin-bottom: 10px;
  }
  .item-box .text-box .text {
    margin-bottom: 10px;
  }
  .item-box .text-box .text .copy {
    font-size: 12px;
  }
  .item-box .text-box .text .item-list {
    font-size: 12px;
    font-weight: bold;
  }
  .item-box .text-box .text span:first-child {
    display: block;
    margin-bottom: 10px;
  }
  .item-box .text-box .text span:last-child {
    font-size: 12px;
  }
  .item-box .text-box .attention {
    margin-bottom: 20px;
  }
  .pink-box label:after {
    width: 132px;
    font-size: 12px;
    padding: 5px 0px;
  }
  
  .voice-block .pink-box {
    background: #efefef;
    padding: 20px 0 25px;
    font-size: 10px;
    margin-bottom: 60px;
  }


  .voice-block .pink-box ul li {
    text-align: left;
  }
  .voice-block .pink-box dl dt {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .voice-block .pink-box dl dt .name {
    padding-top: 5px;
    display: block;
    font-weight: normal;
    font-size: 10px;
  }
  .voice-block .pink-box dl dt .num {
    color: #F160A7;
  }

  .qa-block {
    margin-bottom: 100px;
  }
  .qa-block .inner {
    width: 100%;
  }
  .qa-block .inner ul li {
    border-bottom: 2px dotted #666666;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .qa-block .inner ul li dl dt {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: bold;
  }
 
  .qa-block .inner ul li dl dd {
    display: none;
  }

  .access-block ul{
    width: 100%;
  }
.access-block ul li:nth-child(2n){
  margin-left: 0;
}
.access-block ul li{
  width: 100%;
  margin-bottom: 20px;
}

  .access-block dl{
    display: table;
  }
 .access-block dt{
    display: table-cell;
    width: 35%;
  }
 .access-block dd{
  padding-left: 10px;
  text-align: left;
    display: table-cell;
  }

  .global-footer {
    display: none;
    background: #F160A7;
    padding: 30px 0px;
  }
  .global-footer .inner {
    display: block;
    align-items: center;
  }
  .global-footer .foot-logo {
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .global-footer .foot-logo img {
    width: 198px;
  }
  .global-footer .contact-btn a {
    background: #FFF;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 0px;
    margin-bottom: 10px;
    display: block;
    line-height: 50px;
    width: 100%;
    height: 50px;
  }
  .global-footer .access-btn a {
    background: #999999;
    color: #FFF;
    border-radius: 4px;
    font-size: 12px;
    display: block;
    line-height: 50px;
    width: 100%;
    height: 50px;
  }
  .c-gallery__item {
    width: 31%;
    margin-left: 1.5%;
    margin-bottom: 5px;
  }
  .c-galleryPopup__init {
    max-height: 80vh;
  }
  .c-galleryPopup__close {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }
  .list-btn img {
    width: 132px;
  }
  .sp-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .sp-fix img {
    width: 100%;
  }
  .sp-fix .contact-btn-sp {
    width: 77%;
    display: inline-block;
  }
  .sp-fix .studio-btn-sp {
    width: 23%;
    display: inline-block;
  }
}




/**** LINE popup ****/
  .top-btn {
    position: fixed;
    z-index: 20002;
    bottom: 40px;
    right: 40px;
    transition: all .3s;
    visibility: visible;
}

  .fix-contact-btn {
    position: fixed;
    z-index: 20002;
    bottom: 40px;
    right: 220px;
    transition: all .3s;
    visibility: visible;
}

    .open {
    cursor:pointer;
}
    .open img{
        display: inline-block;
        border-radius: 100px;
    box-shadow: 20px 10px 30px rgb(0 0 0 / 10%);
}
#pop-up {
    display: none;
}
.overlay {
    display: none;
}
#pop-up:checked + .overlay {
    display: block;
    z-index: 9999;
    background-color: #00000090;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.window {
    width:40%;
    max-width: auto;
    height: auto;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.window ul{
    text-align: center;
}

.window ul li {
    text-align: left;
    display: inline-block;
    margin: 0 20px 30px;
    width: 200px;
}

.window ul li dl{
    margin-bottom: 30px;
}

.window ul li dl dt{
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 10px;
}

.text {
    font-size: 18px;
    margin: 0;
}
.close {
    cursor:pointer;
    position: absolute;
    top: -50px;
    right: -150px;
    opacity: 1;
    color: #FFF;
    font-size: 100px;
}

.form-contents h3{
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
.window {
    width: 100%;

}
.window ul li dl dt {
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 5px;
}
.window ul li {
  text-align: center;
    width: 100%;
    display: inline-block;
    margin: 0 0px 10px;
}

.window ul li dl {
    margin-bottom: 15px;
}


.window ul li img {
  height: 50px;
}

.top-btn {
  right: 20px;
  bottom: 20px;
}

.fix-contact-btn {
  right: 100px;
  bottom: 20px;
}

    .fix-contact-btn img{
        width: 75px;
    }

    .open img{
        width: 75px;
    }

.close {
    cursor: pointer;
    position: absolute;
    top: initial;
    bottom: -30px;
    margin-right: -31px;
    right: 50%;
    opacity: 1;
    color: #FFF;
    font-size: 60px;
}
.form-menu, .form-time01, .form-time02{
   border:1px solid #8E8E8E;
   border-radius: 4px;
}

.tel{
  font-size: 18px;
}

.access-block ul li .shop-ttl {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 29px;
}

.shop-ttl:before{
  content:"";
  width: 24px;
  height: 18px;
  display: inline-block;
  background: url("../img/access-sakura.png") 0 0px no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 2px;
}


.list-btn{
  font-size: 14px;
  width: 180px;
  padding: 7px 0px;
}

.list-btn a{
  display: block;
 
}

.global-footer {
    display: block;
    background: #F160A7;
    color: #FFF;
    font-size: 10px;
    padding: 10px 0px;
}

.bg-bottom{
  display: none;
}

.voice-block {
    padding-top: 70px;
}

.center-img-block .small{
  text-align: left;
}
} 