@charset "UTF-8";
/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}
body{
    font-size: 3.5vw;
    color:#fff;
    background-color:#010512;
}
a:hover{
    opacity:.6;
    transition: opacity 300ms;
}
a:visited {
  color: #fff;
}
.pc{display:none !important;}
.sp{display:block !important;}

.moto{
    position: absolute;
z-index: 9999999;
opacity: .5;
left: 0;
right: 0;
top: 0;
}
.l-wrapper{
}
.so-note{
font-size: 80%;opacity: 0.8;color: #666;margin-top: 20px;
}
.footer{margin:0;}

.specialBanner{
width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  display:none;
  opacity: 0;
  transition: opacity ease .3s,visibility ease .3s;
}
.specialBanner.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.c-section_btn2{
width: 66vw;
  margin: -4vw auto 0;
  padding-bottom: 5vw;
}
.pagetop {
bottom:73px;
}
/* ---------------------------------------------
*   ページ内リンクのズレ調整
--------------------------------------------- */
#anchor-2{
    padding-top: 130px;
    margin-top:-130px;
}
#anchor-nav1{
    padding-top: 30px;
    margin-top:-30px;
}
#anchor-sec2{

}
#anchor-nav5{
    padding-top: 90px;
    margin-top:-90px;
}
.l-contents{
    background-color:;
}
.l-contents2{
    padding-top:20vw;
    padding-bottom: 20vw;
    background-color:;
}
.sp_tnav_kind{
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.sp_tnav_kind::after{
  position: absolute;
  top: 0;
  bottom:0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;   /* arrow size */
  height: 0.5em;  /* arrow size */
  border-top: 1px solid #fff;  /* thickness, color */
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sp_tnav_price{
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.sp_tnav_price::after{
  position: absolute;
  top: 0;
  bottom:0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;   /* arrow size */
  height: 0.5em;  /* arrow size */
  border-top: 1px solid #fff;  /* thickness, color */
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.l-header-nav__item li a{
    padding:2vw 4vw !important;
}
.l-header-nav__item ul{
    padding-bottom:25px;
}
.sp_nav_kind,.sp_nav_price{
    display:none !important;
}
.sp_tnav_kind.active::after{
  position: absolute;
  top: -35vw;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;   /* arrow size */
  height: 0.5em;  /* arrow size */
  border-top: 1px solid #fff;  /* thickness, color */
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);   
}
.sp_tnav_price.active::after{
  position: absolute;
  top: -43.5vw;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;   /* arrow size */
  height: 0.5em;  /* arrow size */
  border-top: 1px solid #fff;  /* thickness, color */
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);   
}

 .sample{
  position: absolute;
  top: 40px;
  z-index: 9;
  opacity: .5;
  /*display:none;*/
 }
 .float-button__wrap,.float-button__wrap2{
    display:none !important;
 }
 .float-button__wrap3 {
    display:none;
    width:103vw;
    position: fixed;
bottom: -5vw;
    left:0;
    z-index: 10;
}

.float-button__wrap4 {
    display:none;
    width:103vw;
    position: fixed;
bottom: -5vw;
    left:0;
    z-index: 20;
}
 /* ---------------------------------------------
*   open close
--------------------------------------------- */
nav{display:none;}
.set-open,.set-open2,.set-open3,.set-open4{
    display:block;
    cursor: pointer;
}
.btn_close,.btn_close2,.btn_close3,.btn_close4,.dnone{
    display:none !important;
}
.btn_close.selected,.btn_close2.selected,.btn_close3.selected,.btn_close4.selected{
    display:flex !important;
}
.c-section-02.bksize{height:1179vw !important;}
.c-section-03.bksize{height:797vw !important;}
.c-section-04.bksize{height:880vw !important;}

.btn_open,.btn_open2,.btn_open3{
width: 72vw;
  margin: 16vw auto 3vw;
  display: block;
}

.btn_close,.btn_close2,.btn_close3{
width: 68vw;
  margin: 0vw auto 7.4vw;
}


.js-fadein-up-sp {
  opacity: 0;
  transform: translateY(30px);
}

/* ---------------------------------------------
*   c-section-01
--------------------------------------------- */
.c-section-01 {
  position: relative;
  height: 100vh !important;
  overflow: hidden;
        z-index:9;
}
.c-section-01 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-section-01 .overlay {
  position: absolute;
  inset: 0;
  background: black;
  opacity: 0;
  transition: none; /* JSで制御するので不要 */
}
.c-section-01 .title-img {
  position: absolute;
bottom: 30%;
  left: 5%;
  right: 5%;
  opacity: 0;
}

.scroll-hint {
  position: absolute;
  top :60px;
  left: 20px;
  writing-mode: vertical-rl; /* 縦書き */
  text-orientation: mixed;
  font-size: 14px;
  font-family: sans-serif;
  color: #fff;
  z-index: 9999;
  pointer-events: none;
  text-align: center;
  letter-spacing: 2px;
}

.scroll-hint .text {
  display: block;
  margin-bottom: 8px;
}

.scroll-hint .line {
  display: block;
  width: 1px;
  height: 115px;
  margin: 0 auto;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.9) 50%,
    rgba(255,255,255,0) 100%
  );
  background-size: 100% 200%;
  animation: lineFlow 2s infinite;
}

@keyframes lineFlow {
  0%   { background-position: 0% 0%; }
  100% { background-position: 0% 100%; }
}






/*
.c-section-01 {
    position: relative;
    overflow: hidden;
    height:94.5vh;
    display: flex;
  justify-content: center;
  align-items: center;
}

.c-section-01__ttl-outer {
width: 69vw;
}

.main-visual-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
*/
/* ---------------------------------------------
*   c-section-02
--------------------------------------------- */
.c-section-02 {
    position: relative;
    background: url(../img/sp/sec2-1.webp) 0 0 ;
     background-size: cover;
  width: 100%;
    height: 174vw;
    margin-top:-0.1vw;
          z-index:9;
}
.c-section-02 h2{
width: 61.5vw;
  padding-top: 21vw;
  margin: auto;
}
.c-section-02 .note{
width: 46.1vw;
  margin: 97vw auto 0;
}
/* ---------------------------------------------
*   c-section-03
--------------------------------------------- */
.c-section-03 {
    position: relative;
     background-size: cover;
  width: 100%;
    height: 260vw;
}
.c-section-03 h2{
width: 76vw;
  padding-top: 21.5vw;
  margin: 0 auto 14vw;
  position: relative;
}
.c-section-03 .txt1 {
width: 75vw;
  margin: 0 auto 14.5vw;
  position: relative;
}
.c-section-03 .txt2 {
width: 79vw;
  margin: 0 auto;
  position: relative;
}
.c-section-03 .bg-image-clip {
  position: absolute;
  left: 0;
  width: 100%;
    height: 260vw;
  clip-path: inset(0); /* 切り抜き */

}
.c-section-03  {
  .bg-image-fixed {
    background-image: url(../img/sp/sec11-1.webp);
  }
}
.c-section-03 .overlay {
  position: absolute;
  top:0; left:0;
  width:100%; 
  height: 260vw;
  background: rgba(0,12,35,1);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.c-section-03{
  position: relative;
  background-size: cover;
  background-position: center;
    height: 260vw;
  width: 100%;
  overflow: hidden;
}
/* ---------------------------------------------
*   c-section-04
--------------------------------------------- */
.c-section-04 {
    position: relative;
    background: url(../img/sp/sec4-1.webp) 0 0;
     background-size: cover;
  width: 100%;
    background-color:;
    height:330vw;
}
.c-section-04 h2{
width: 68.5vw;
  padding-top: 23vw;
  margin: 0 auto 23vw;
}
.c-section-04 .txt1 {
width: 92vw;
  margin-left: 6vw;
}
.c-section-04 .txt2 {
width: 68vw;
  margin: 11vw auto 0;
}

/* ---------------------------------------------
*   c-section-05
--------------------------------------------- */
.c-section-05 {
    position: relative;
    background: url(../img/sp/sec5-1.webp) 0 0;
     background-size: cover;
  width: 100%;
    background-color:;
    height:152vw;
}

.c-section-05 .txt1 {
width: 80vw;
  margin: auto;
  padding-top: 26.5vw;
}
.c-section-05 .txt2 {
width: 79vw;
  margin: 16vw auto 0;
}

/* ---------------------------------------------
*   c-section-06
--------------------------------------------- */
.c-section-06 {
    position: relative;
    background: url(../img/sp/sec6-1.webp) 0 0;
     background-size: cover;
  width: 100%;
    background-color:;
    height:281vw;
}
.c-section-06 .txt1 {
width: 96vw;
  margin: auto;
  padding-top: 27.9vw;
}
.c-section-06 .txt2 {
width: 68vw;
  margin: 11vw auto 0;
}

/* ---------------------------------------------
*   c-section-07
--------------------------------------------- */
.c-section-07 {
    position: relative;
    background: url(../img/sp/sec7-1.webp) 0 0;
     background-size: cover;
  width: 100%;
    background-color:;
    height:141vw;
}

.c-section-07 .txt1 {
width: 80vw;
  margin: auto;
  padding-top: 29.5vw;
}
.c-section-07 .txt2 {
width: 79vw;
  margin: 16vw auto 0;
}

/* ---------------------------------------------
*   c-section-08
--------------------------------------------- */
.c-section-08 {
    position: relative;
    background: url(../img/sp/sec8-1.webp) 0 0;
     background-size: cover;
  width: 100%;
    background-color:;
    height:293vw;
}
.c-section-08 .txt1 {
width: 99vw;
  margin: auto;
  padding-top: 29.9vw;
}
.c-section-08 .txt2 {
width: 68vw;
  margin: 11vw auto 0;
}

/* ---------------------------------------------
*   c-section-09
--------------------------------------------- */
.c-section-09 {
    position: relative;
    background: url(../img/sp/sec9-1.webp) 0 0;
     background-size: cover;
  width: 100%;
    background-color:;
    height:130vw;
}

.c-section-09 .txt1 {
width: 80vw;
  margin: auto;
  padding-top: 29.5vw;
}
.c-section-09 .txt2 {
width: 62vw;
  margin: 15vw 0 0 10vw;
}


/* ---------------------------------------------
*   c-section-10
--------------------------------------------- */
.c-section-10 {
    position: relative;
    background: #374c5e;
  width: 100%;
    background-color:;
    height:578.2vw;
}

.c-section-10 .txt1 {
width: 90vw;
  padding-top: 22.3vw;
  margin: auto;
}
.c-section-10 .txt2 {
width: 89vw;
  padding-top: 19.3vw;
  margin: auto;
}
.c-section-10 .txt3 {
width: 89vw;
  padding-top: 19.3vw;
  margin: auto;
}
.c-section-10 .txt4 {
width: 33vw;
  padding-top: 14.3vw;
  margin: auto;
}
.c-section-10 .txt5 {
width: 89vw;
  padding-top: 16.3vw;
  margin: auto;
}

/* ---------------------------------------------
*   Morris
--------------------------------------------- */
/* ---------------------------------------------
*   パララックス
--------------------------------------------- */
.section-wrapper {
  position: relative;
}
.bg-image-fixed {
  position: fixed; /* 背景を固定 */
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.l-contents3 .bg-image-clip {
  position: absolute;
  left: 0;
  width: 100%;
  height: 327.8vw;
  clip-path: inset(0); /* 切り抜き */

}
.l-contents3  {
  .bg-image-fixed {
    background-image: url(../img/sp/sec11-1.webp);
  }
}
.l-contents3 .overlay {
  position: absolute;
  top:0; left:0;
  width:100%; height: 327.8vw;
  background: rgba(0,12,35,1);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.l-contents3{
  position: relative;
  background-size: cover;
  background-position: center;
  height: 347.8vw;
  width: 100%;
  overflow: hidden;
}



.l-contents3 .morris_area{
	text-align:center;

}

/*
.l-contents3 {
position: relative;
    background: url(../img/sp/sec11-2.webp) 0 0 no-repeat;
     background-size: cover;
  width: 100%;
    background-color:#eeebe5;
    height: 347.8vw;
}
.l-contents3 .morris_area{
	text-align:center;
}
*/

.l-contents3 h2{
width: 69.8vw;
  margin: auto;
  
     padding-top: 22vw;
}
.l-contents3 .txt1{
width: 68vw;
  margin: 16.5vw auto 6vw;
}
.l-contents3 .txt2{
width: 59vw;
  margin: 0 auto 15vw;
}
.l-contents3 .txt3{
width: 68vw;
  margin: auto;
}

/* ---------------------------------------------
*   100年後も、美しい世界へ。
--------------------------------------------- */
.l-contents4 {
osition: relative;
  background: #2e3c49;
  width: 100%;
  height: 153vw;
  padding-top: 21.5vw;
}
.l-contents4 .txt1{
width: 73.5vw;
  margin: auto;
}

/* ---------------------------------------------
*   c-section-12
--------------------------------------------- */
.c-section-12 li{
    cursor: pointer;
}
.c-section-12 li:hover{
    opacity:.6;
}
.c-section-12 .nav_area{
    margin-bottom:7vw;
}
.c-section-12 .nav_area ul{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #001E62;
}
.c-section-12 .nav_area ul li{
    width:44vw;
}
.c-section-12 .nav_area ul.nav2{
}
.c-section-12 .nav_area .nav2_box{
    display:none;
}
.c-section-12 .nav_area_sub{
    margin-bottom: 15vw;
}
.c-section-12 .nav_area_sub ul{
  display: flex;
  justify-content: start;
}
.c-section-12 .nav_area_sub ul.nav1 li{
    width: 30.6vw;
     border-left: 1px solid #fff;
}

.c-section-12 .nav_area_sub ul.nav1 li img{
    width: 22vw;
    margin: auto;
    display: block;
}
.c-section-12 .nav_area_sub ul.nav1 li:nth-child(2) img{
    width: 25.8vw;
}
.c-section-12 .nav_area_sub ul.nav1 li:nth-child(3) img{
    width: 19.2vw;
}
.c-section-12 .nav_area_sub ul.nav1 li:last-child{
     border-right: 1px solid #fff;
}
.c-section-12 .nav_area_sub ul.nav2 li:nth-child(1) img{
    margin-top:2vw;
}
.c-section-12 .nav_area_sub ul.nav2 li:nth-child(4) img{
    margin-top:2vw;
    width:14vw;
}
.c-section-12 .nav_area_sub .nav2_sub_box{
    display:none;
}
.c-section-12 .nav_area_sub ul.nav2 li{
    width:23vw;
    border-left: 1px solid #fff;
}
.c-section-12 .nav_area_sub ul.nav2 li img{
    width: 13vw;
    margin: auto;
    display: block;
}
.c-section-12 .nav_area_sub ul.nav2 li:last-child{
     border-right: 1px solid #fff;
}

.c-section-12 ul {
   width:92vw;
  display:flex;
  flex-wrap: wrap;
  margin:2vw auto;
  justify-content: start;
}
.c-section-12 .product_list ul li{
   width:42vw;
   background-color:#fff;
   margin:2vw;
   padding: 4vw;
}
.c-section-12 .product_list ul li .copy{
    color:#001E62;
    text-align:center;
    font-size: 2.8vw;
    font-family: 'plantin', 'ten-mincho-text', serif;
}
.c-section-12 .product_list  ul li .name,.c-section-12 .product_list ul li .price{
    color: #6D6B6A;
    text-align: center;
    font-size: 2.8vw;
    margin-top: 2vw;
}
.c-section-12 .product_list  ul li .day{
    color: #6D6B6A;
    text-align: center;
    font-size: 0.65em;
    margin: 0.6vw auto -0.7vw;
    border: 1px solid;
    width: 9em;
}
.c-section-12 .product_list .title-kind{
    text-align: center;
    color: #fff;
    font-size: 4.8vw;
    margin-top:5vw;
    font-family: 'plantin', 'ten-mincho-text', serif;
}
.c-section-12 .product_list .title-price{
    text-align: center;
    color: #fff;
    font-size: 4.8vw;
    margin-top:5vw;
    font-family: 'plantin', 'ten-mincho-text', serif;
}
.price_list{
    display:none;
}

.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    background-color: #004d80;
    height: 60px;
    transition: all .3s;
    position: relative;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3492d1;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #003558;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}
.c-section-12__bnr img{
  width: 100vw;
    margin: 10vw auto;
    padding-left: 3vw;
}
/* ---------------------------------------------
*   footer
--------------------------------------------- */

.shop_footer{
	font-family: 'Noto Sans JP', sans-serif  !important;

}
.en {
  font-family: 'plantin', serif;
}
.site_list .fa-angle-right::before {
  content: "";
}

.arrow-r i.fa.fa-angle-right{
  font-size: 0.8rem;
margin-left: 2px;
margin-right: 7px;
margin-top: -16px;
}

.mg-t30{
  margin-top: 30px;
}

.site_list.site_list-bt{
  border-top: 0px;
}

#guide02,#guide03,#guide04,#guide05,#guide06,#guide07,#guide08,#guide09 {
	padding-top:60px;
	margin-top:-60px;
}
.mb60 {
  margin-bottom: 60px;
}
/*フッター*/

.top_to_link {
	width:100%;
	text-align:center;

}

.top_to_link a {
	display: block;
width: 100%;
background: #edeaf4;
font-size: 30px !important;
height: 60px;
color: #102d65;
line-height: 2.2;
}

.top_to_link a:hover {
	opacity:0.7;
}

.shop_footer {
	width:100%;
	background:#102d65;
	padding:40px 0;
	text-align:center;
	color:#fff;
}

.shop_footer .site_list a,
.shop_footer .other_list .site_list a{
	font-size: 0.75rem;
}

.shop_footer a {
	color:#fff;
	text-decoration:none;
}

.shop_footer a:hover {
	text-decoration:underline;
}

.shop_footer .button {
	color:#fff;
	border:1px solid #fff;
	font-size:14px;
	font-size:1.4rem;
	width:300px;
	height:50px;
	line-height:50px;
}

.foot_inner {
	width:1024px;
	margin:0 auto;
}

.foot_info {
	border-bottom:1px solid #48618c;
	padding-bottom:40px;
}

.foot_inner .left {
	float:left;
	text-align: left;
	font-size:14px;
	font-size:1.4rem;
	vertical-align:top;
}

.foot_inner .left img {
	margin-left:20px;
}

.foot_inner .left strong{
	margin-left:10px;
	font-size:22px;
	font-size:2.2rem;
}

.foot_inner .mini {
	font-size:12px;
	font-size:1.2rem;
}

.foot_inner .right {
	float:right;
}

.foot_nav {
	font-size:0;
	width:100%;
	padding-top:40px;
	text-align:left;
}

.foot_nav ul {
	display:inline-block;
	width:25%;
	text-align:left;
	vertical-align:top;
}

.foot_nav ul:nth-child(n + 5) {
	margin-top:30px;
}

.foot_nav .cate_ttl {
	font-size:1.4rem;
	margin-bottom:10px;
}

.foot_nav .arrow-r a{
  font-size: 0.8rem;
line-height: 2;
font-weight: normal;
font-family: 'Noto Sans JP', sans-serif;
}

.foot_nav  a {
	font-style:14px;
	font-size:1.4rem;
}

.site_list {
	border-top:1px solid #48618c;
	border-bottom:1px solid #48618c;
	text-align:center;
	padding:24px 0 ;
	font-size:0;
}

.site_list li {
	display:inline-block;
	margin-right:25px;
	font-size:14px;
	font-size:1.4rem;
}

.site_list li:last-child {
	margin-right:0px;
}

.sns_list {
	padding:30px 0 ;
	font-size:0;
}

.sns_list li {
	display:inline-block;
	margin-right:25px;
	font-size:30px;
}

.sns_list li:last-child {
	margin-right:0px;
}

.sns_list li a:hover {
	opacity:0.7;
}

.other_list {
	font-size:0;
	padding:10px 0 40px;
}

.other_list li {
	display:inline-block;
	margin-right:25px;
	font-size:0.75px;
	font-size:0.75rem;
}

.other_list li:last-child {
	margin-right:0;
}

address {
	font-size:0.75px;
	font-size:0.75rem;
}

.shop_footer .button:hover {
	text-decoration:none;
}

	.shop_footer .foot_info{
		border: 0;
		padding-bottom: 10px;
	}
	.shop_footer .foot_inner{
		width: 100%;
	}
	.foot_inner .left img{
		margin-left: 10px;
	}
	.shop_footer .foot_inner .left p{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.shop_footer .foot_inner .left img{
		width: 17px;
	}
	.shop_footer .foot_inner .left strong{
		font-size: 15px;
		font-size: 1.5rem;
	}
	.shop_footer .foot_inner .left .mini{
		font-size: 9px;
		font-size: .9rem;
	}
	.shop_footer .foot_inner .left{
		padding: 0 4%;
		float: none;
		margin-bottom: 20px;
	}
	.shop_footer .foot_inner .right{
		padding: 0 4%;
		float: none;
	}
	.shop_footer .site_list{
		padding: 0;
		border: 0;
	}
	.shop_footer .site_list:nth-of-type(1) li{
		display: block;
		margin: 0;
		padding: 20px 4%;
		text-align: left;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	.shop_footer .site_list li a{
		font-size: 0.85rem;
		display:block;
		width:100%;
	}
	.shop_footer .site_list li span{
		position: absolute;
		top: 20px;
		right: 4%;
	}
	.shop_footer .site_list:nth-of-type(2) li{
		display: block;
		margin: 0;
		padding: 20px 4% 0 4%;
		text-align: left;
	}
	.shop_footer .other_list{
		padding: 10px 0 30px 0;
	}
	.shop_footer .other_list li{
		margin-right: 10px;
	}
	.shop_footer .other_list a{
		font-size: .6rem;
	}
	.shop_footer .sns_list li:nth-of-type(3) a{
		width: 27px;
		height: auto;
		display: block;
	}
	.shop_footer .sns_list li:nth-of-type(3) a img{
		width: 100%;
	}
	/**********/
	/**footer B**/
	/**********/
	.sh-B-foo .foot_inner{
		width: 100%;
	}
	.sh-B-foo .other_list{
		padding: 10px 0 30px 0;
	}
	.sh-B-foo .other_list li{
		margin-right: 10px;
	}
	.sh-B-foo .other_list a{
		font-size: 9px;
		font-size: .9rem;
	}

/* ---------------------------------------------
*   open close
--------------------------------------------- */
.dnone{
    display:none !important;
}
.dblock{
    display:block !important;
}

/**********/
	/**GIFT**/
	/**********/
.gift-00,.l-contents-gift {
    background-color:#646C90;
}
.gift-00 .sp2{
width: 92vw;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 15vw;
}
.gift-00 .sp3{
width: 49vw;
  margin: auto;
}
	/**********/
	/**GIFT**/
	/**********/
	

	
.gift-00,.l-contents-gift {
    background-color:#646C90;
}
.gift-lead{
width: 88vw;
  margin-top: 3.7vw;
  display: block;
  margin-left: 3vw;
  margin-bottom: 7.5vw;
}
.gift-h{
    width: 19vw;
  display: block;
  margin: auto;
}
.pro-lead{
    width:57vw;
      display: block;
  margin: auto;
}
/* ---------------------------------------------
*   g-section-00
--------------------------------------------- */
.g-section-00{
     background-color:#646C90;
}
.g-section-00 .title{
width: 84vw;
  margin: auto;
  padding: 21vw 0 11.3vw;
}
.g-section-00 .lead{
width: 79vw;
  margin: auto;
  padding-bottom: 7.5vw;
}
.g-section-00 .price{
width: 42.5vw;
  margin: auto;
  padding-bottom: 7.2vw;
}
.g-section-00 .gift-btn{
width: 68vw;
  margin: auto;
  padding-bottom: 16vw;
}
.g-section-00 .detail{
width: 92vw;
  margin: auto;
  padding-bottom: 17.5vw;
}
.gift-000 {
    position: relative;
    background: url(../img/sp/gift_02-01.png) 0 0;
     background-size: contain;
  width: 100%;
    background-color:#eeebe5;
    height: 125vw;
}
.gift-000 .lead{
width: 70vw;
  margin: auto;
  padding-top: 32.5vw;
}
/* ---------------------------------------------
*   g-section-01
--------------------------------------------- */
.g-section-01 {
    position: relative;
    background-color:#424975;

}
.g-section-01 .title{
width: 49vw;
  margin: auto;
  padding: 22vw 0 18vw;
}
.g-section-01 .lead{
width: 82vw;
  margin: auto;
  padding-bottom: 9.5vw;
}
.g-section-01 .item_area{

}
.g-section-01 .ser_img .item{
width: 51vw;
  margin: auto;
  padding-bottom: 7vw;
}
.g-section-01 .set_text {

}
.g-section-01 .set_text .name{
margin: auto;
  width: 71vw;
  padding-bottom: 6.3vw;
}
.g-section-01 .set_text .gift-btn{
width: 68vw;
  margin: auto;
  padding-bottom: 7vw;

}
.g-section-01 .set_text .note{
width: 72vw;
  margin: auto;
  padding-bottom: 22vw;
}

/* ---------------------------------------------
*   g-section-02
--------------------------------------------- */
.g-section-02 {
    position: relative;
    background: url(../img/sp/gift_04-01.png) 0 0;
     background-size: contain;
  width: 100%;
    background-color:#eeebe5;
}
.g-section-02 .title{
width: 81vw;
  margin: auto;
  padding: 22vw 0 4vw;
}
.g-section-02 .item_area{

}
.g-section-02 .ser_img .item{
width: 70vw;
  margin-left: 9vw;
}
.g-section-02 .set_text {

}
.g-section-02 .set_text .name{
width: 43.5vw;
  padding-bottom: 8.5vw;
  margin: 5vw auto 0;
}
.g-section-02 .set_text .gift-btn{
width: 68vw;
  margin: auto;
  padding-bottom: 22vw;
}

/* ---------------------------------------------
*   g-section-03
--------------------------------------------- */
.g-section-03 {
    position: relative;
    background-color:#424975;
}
.g-section-03 .title{
width: 70vw;
  margin: auto;
  padding: 22vw 0 10.5vw;
}
.g-section-03 .item_area{

}
.g-section-03 .ser_img{

}
.g-section-03 .ser_img .item{
width: 57vw;
  margin: auto;
  padding-bottom: 5vw;
}
.g-section-03 .set_text {

}
.g-section-03 .set_text .name{
width: 62.7vw;
  padding-bottom: 8.2vw;
  margin: auto;

}
.g-section-03 .set_text .gift-btn{
width: 68vw;
  margin: auto;
  padding-bottom: 22vw;
}

/* ---------------------------------------------
*   g-section-04
--------------------------------------------- */
.g-section-04 {
    position: relative;
    background: url(../img/sp/gift_06-01.png) 0 0;
     background-size: contain;
  width: 100%;
    background-color:#eeebe5;

}
.g-section-04 .title{
width: 74vw;
  margin: auto;
  padding: 22vw 0 6.5vw;
}
.g-section-04 .item_area{

}
.g-section-04 .ser_img{

}
.g-section-04 .ser_img .item{
width: 48.5vw;
  margin: auto;
  padding-bottom: 6vw;
}
.g-section-04 .set_text {

}
.g-section-04 .set_text .name{
width: 57.6vw;
  padding-bottom: 8vw;
  margin: auto;
}
.g-section-04 .set_text .gift-btn{
width: 68vw;
  margin: auto;
  padding-bottom: 7vw;
}
.g-section-04 .set_text .note{
width: 69vw;
  margin: auto;
  padding-bottom: 22vw;
}

/* ---------------------------------------------
*   g-section-05
--------------------------------------------- */
.g-section-05 {
    position: relative;
    background-color:#424975;
}
.g-section-05 .title{
width: 79vw;
  margin: auto;
  padding: 21vw 0 5vw;
}
.g-section-05 .item_area{

}
.g-section-05 .ser_img{

}
.g-section-05 .ser_img .item{
width: 39vw;
  margin: auto;
  padding-bottom: 7vw;
}
.g-section-05 .set_text {

}
.g-section-05 .set_text .name{
width: 55.5vw;
  padding-bottom: 8.2vw;
  margin: auto;
}
.g-section-05 .set_text .gift-btn{
width: 68vw;
  margin: auto;
  padding-bottom: 22vw;
}
/* ---------------------------------------------
*   g-section-06
--------------------------------------------- */
.g-section-06 {
    position: relative;
    background: url(../img/sp/gift_08-01.png) 0 0;
     background-size: contain;
  width: 100%;
    background-color:#eeebe5;

}
.g-section-06 .title{
width: 72vw;
  margin: auto;
  padding: 22vw 0 15.5vw;
}
.g-section-06 .item_area{
}
.g-section-06 .ser_img{
}
.g-section-06 .ser_img .item{
width: 41vw;
  margin: auto;
  padding-bottom: 7vw;
}
.g-section-06 .set_text {
}
.g-section-06 .set_text .name{
width: 71vw;
  margin: auto;
  padding-bottom: 5vw;
}
.g-section-06 .set_text .gift-btn{
width: 68vw;
  margin: auto;
  padding-bottom: 22vw;
}
.g-section-06 .set_text .note{
width: 29.4vw;
  margin: auto;
  padding-bottom: 7vw;
}