@charset "euc-jp";
.t_u{text-transform:uppercase;}
#page-wrapper {
  position: relative;
}
#wrapper {
}
#container {
  clear: both;
  margin:70px 0 100px 0;
}
@media (max-width: 768px) {
  #container{ margin:90px 0 50px 0;}
}
.container {
  /*max-width: 934px;*/
  width: 1080px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

.muted {
  color: #999;
}

body {
  color: #444;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/bg.gif);
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #3d9ddd;
}
a:hover{
  color: #2c88c5;
  text-decoration: none;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

h2 {
  margin: 2em 0;
  text-align: left;
  font-size: 15px;
}
  .ttl-h2 {
    padding: 0 1.4%;
  }

.btn-01 {
  border: 1px solid #fff;
  background-color: #fff;
  color: #444;
  *background-color: #fff;
  width: 100%;
  border-radius: 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  margin: 30px 0 0;
  padding: 20px 0;
  display: block;
}
.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #ddd;
  color: #444;
  *background-color: #ddd;
}

/*
 * web font
 */
.google-font {
  text-transform: uppercase;
  letter-spacing: .6px;
  font-weight: 400;
  font-family: 'Sintony', sans-serif;
}
  .google-font.fwb {
    font-weight: 700;
  }

/*
 * header
 */
#header-wrapper {
  padding: 0 1.4%;
}
#header-top{
  padding: 1em 0 4em;
}
#header-top .col{
  padding: 0;
}
.header-link a {
  color: #aaa;
}
  .header-link a:hover span {
    color: #444;
    text-decoration: none;
  }
.header-link i {
  vertical-align: middle;
}

/* header-line-nav */

.header-line-nav {
  text-align: right;
}
  .header-line-nav .inline{
    margin: 0;
  }
  .header-line-nav .inline li {
    padding: 0;
    margin-left: 25px;
    position: relative;
    vertical-align: middle;
  }
  .header-line-nav a {
    cursor: pointer;
    display: block;
  }
  .header-line-nav span {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 12px;
    padding: 0 0 0 7px;
  }

.view-cart {
  position: relative;
  top: -6px;
  left: 50px;
  padding-top: 0 !important;
}
.cart-count {
  font-size: 17px;
  padding: 0 0 0 7px;
  vertical-align: -2px;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
}

/* header logo */

.shop-logos {
  margin: 3.5em 0 0;
  min-width: 10%;
  max-width: 100%;
}
.shop-name {
  margin: 0;
  font-size: 21px;
}
  .shop-name a{
    color: #444;
    text-decoration: none;
    display: block;
  }
    .shop-name a:hover{
      color: #aaa;
    }
.shop-description {
  font-size: 13px;
  font-weight: normal;
  color: #444;
  margin: 0;
}

/* header global nav */

#header-global-nav {
  padding: 1.8em 0 1.2em;
  text-align: left;
  font-size: 15px;
  clear: both;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
  #header-global-nav .inline > li {
    padding: 0 1.8em 0 0;
  }
  #header-global-nav .inline a {
    text-decoration: none;
    color: #aaa;
  }
    #header-global-nav .inline a:hover {
      text-decoration: none;
      color: #444;
    }

/* incart delivery */
.incart-delivery {
  text-align: left;
  margin: 3.5em 0 0;
}
  .incart-delivery ul {
    margin: 0;
    list-style: none;
    font-size: 11px;
  }

/*
 * product list
 */
.prd-lst-unit {
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  padding: 0;
  margin: 0 0 3.4%;
}
.prd-lst-link{
  display: block;
  /*color: #fff;*/
  max-width: 100%;
  padding: 0 3.2%;
}
.unit-inner{
  width: 100%;
  height: 100%;
  position: relative;
  clear: both;
}
.prd-lst-cap {
    background: transparent;
   /* position: absolute;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.prd-lst-cap-inner{
  padding: 15px;
}
.prd-lst-img {
  display: block;
}
span.prd-lst-span {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  margin: .3em 0;
  font-size: 13px;
 /* color: #fff;*/
  width: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha( opacity=0 );
  /*opacity: 0;
  * display: none;*/
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #FFF;
  font-weight: bold;
}
/*
.unit-inner:hover .prd-lst-cap{
  background: url("https://img.shop-pro.jp/tmpl_img/74/blur.png");
  background-repeat : repeat;
  background-position: left;
}
.unit-inner:hover span.prd-lst-span{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
  * display: block;
}
*/
/* product list sort */
.prd-lst-sort {
  margin: 28px 0;
  color: #444;
  text-align: right;
  font-size: 13px;
}
.prd-lst-sort a{
  color: #aaa;
}
.prd-lst-sort a:hover{
  color: #444;
}

/* prduct list pager */
.prd-lst-pager {
  padding: 30px 0 20px;
  text-align: center;
}
  .prd-lst-pager .inline li {
    padding: 0 1.4%;
  }
    .prd-lst-pager .inline li span {
     color: #ddd;
    }
    .prd-lst-pager .inline li a {
      color: #444
    }
      .prd-lst-pager .inline li a:hover {
        color: #aaa;
      }
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}
.thumb-active img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
}

/* freepage */
.freepage {
  word-break: break-all;
  /*padding: 2em 0;*/
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/*
 * footer
 */

#footer-wrapper {
  margin-top: 30px;
  padding: 0 1.4%;
}

/* footer nav */
.footer-top{
  border-top: 1px solid #ddd;
}
.footer-nav {
  list-style: none;
  margin: 0;
}
  ul.footer-nav > li {
    margin: 1em 2.5% 1em 0;
    padding-left: 0 ;
  }
.footer-primary {
  padding-top: 16px;
}
  .footer-primary a {
    color: #444;
  }
    .footer-primary a:hover {
      color: #aaa;
    }
.freepage-nav {
  margin-bottom: 1.5em;
  padding-bottom: .8em;
  border-bottom: 1px solid #ddd;
}
.footer-secondary {
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 18px;
}
  .footer-secondary li {
    margin-right: 2.5%;
  }
  .footer-secondary a {
    color: #aaa;
  }
    .footer-secondary a:hover {
      color: #444;
    }

/* footer-bottom */
.footer-bottom{
    padding: 2.5em 0 1.5em;
}

/* social icon */
.social-nav {
  text-align: right;
  margin: -4px 0 0 0;
  padding: 0;
}
ul.social-nav > li {
  padding-right: 0;
  vertical-align: bottom;
}

/* copyright */
.copyright {
  text-align: left;
  font-size: 12px;
  padding: 0;
  word-break: break-word;
}
  .copyright a{
    color: #aaa;
  }
    .copyright a:hover{
      color: #444;
    }
  .copyright span{
    float: left;
    margin: 0 15px 0 0;
  }

.powered {
  display: block;
  width: 180px;
  height: auto;
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
}

/*
 * slider
 */
.slider {
  margin-top: 2em;
  padding: 0 1.4%;
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}

/*
 * info & freespace
 */
.info, .free-space{
  margin-top: 1.8em;
  margin-bottom: 1.8em;
}
  .info .col , .free-space .col {
    padding: 0 1.4%;
  }

/*
 * search
 */
  .srh-header {
  padding: 0 0.5%;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  background: #fff;
  display: block;
  text-align: center;
  width: auto;
  padding: 17px;
  border: solid 1px #ddd;
}


@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
  }
  .col-ex-size{
    width: 48.25%;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding: 3em 1.4em 0;
  }
  .container {
    width: auto;
  }
  #header-wrapper{
    padding: 0 .1%;
  }
  #header-top{
    padding: 2.2em 0 1.5em;
   }
  .shop-logos{
     margin: 2.5em 0 0 ;
   }
  .shop-name{
    padding: 0 1%;
    text-align: center
  }
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #ddd;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 12px;
      color: #444;
    }
    .header-dropdown .btn-dropdown {
      padding-left: 34px;
      font-size: 15px;
      line-height: 1.6;
    }
    .header-dropdown .btn-dropdown-close {
      background: #ddd;
    }
  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: #fff;
      color: #444;
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
  .incart-delivery {
    margin: 0 0 1em;
  }
  .ttl-h2 {
     padding: 0 1.3%;
   }
  .prd-lst-cap{
    position: static;
    background: transparent;
    background-image: none;
  }
   /* 
  .unit-inner:hover .prd-lst-cap{
      background: transparent;
      background-image: none;
    }
  */
    span.prd-lst-span{
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha( opacity=100 );
      opacity: 1;
      * display: block;
      color: #444;
      -webkit-backface-visibility: visible;
      backface-visibility: visible;
    }
  /*
    .unit-inner:hover span.prd-lst-span{
      color: #444;
    }
  */
  .prd-lst-cap-inner {
    position: static;
    padding: 15px 0;
  }
  .prd-lst-sort {
    font-size: 13px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }
  .freepage-nav{
    border-bottom: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
  }
    .footer-nav li {
      margin: 0;
      font-size: 13px;
      border-bottom: 1px solid #ddd;
    }
    ul.footer-nav > li{
      margin: 0;
    }
      .footer-nav li:before {
        display: none;
      }
    .footer-nav a {
      display: block;
      padding: 1em 0;
      font-size: 13px;
    }
      .footer-nav a:hover {
        text-decoration: none;
      }
  .footer-bottom{
     padding: 1em 0 1.5em;
   }
  .copyright{
    text-align: center;
    margin: 0;
  }
  .copyright span{
    float: none;
  }
  .powered{
    float: none;
    margin: 1em auto 0;
  }
  .social-nav{
    text-align: center;
    margin: 1.5em 0 0 ;
  }
  ul.social-nav > li{
    padding: 0 1%;
  }
  .slider {
    padding: 0 .1%;
  }
}
@media (max-width: 480px) {
  .prd-lst-unit {
    margin-bottom: 1.4em;
    height: auto !important;
  }
  .prd-lst-link {
     padding: 0 2.1%;
   }
  .prd-lst-unit .prd-lst-cap{
    display: block;
    top: 0;
    left: 0;
  }
  .prd-lst-sort{
    text-align: left;
    margin: 0 0 3em;
  }
}

/* IE */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}

/* icons */

.icon-b {
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility:hidden;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b.png);
}
.hov-li:hover .icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b_hover.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-b {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_2x_b.png);
  }
  .hov-li:hover .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_2x_b_hover.png);
  }
}

.icon-user { background-position: -208px -0px; }
.icon-login { background-position: -48px -80px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-cart { background-position: -176px -64px; }
.icon-twitter { background-position: -96px -176px; }
.icon-facebook { background-position: -128px -176px; }
.icon-instagram { background-position: -112px -192px; }
.icon-mail { background-position: -64px -0px; }

.icon-lg-b {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_b_hover.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_2x_b_hover.png);
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
}

.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-b.icon-cart { background-position: -264px -95px; }
.icon-lg-b.icon-circled_minus { background-position: -216px -120px; }
.icon-lg-b.icon-paper_plane { background-position: -120px -0px; }








/*common.css*/
.cf {
	zoom:1;/*for IE 5.5-7*/
}
.cf:after {/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
a img{transition: all 0.3s;}
img{width: 100%;vertical-align: bottom;}
body{font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";color: #000;}
a{color: #000;}
a:hover{opacity: 0.7;color: #000;}
a:hover img{opacity: 0.7;}
h1, h2, h3{margin: 0;font-size: inherit;}
dt {font-weight: 100;}
ul{margin: 0;padding: 0;}
li{list-style-type: none;}
p{margin: 0;}
dt, dd {line-height: inherit;}
.btn00 a:hover, .btn01 a:hover, .gnav a:hover{opacity: 1;}
.en{font-family: 'EB Garamond', serif;}
.t_a_c{text-align: center;}
.f_c_w{color: #fff;}
.f_c_w a{color: #fff;}
.mgt20{margin: 20px 0 0 0;}
.mgt25{margin: 25px 0 0 0;}
.mgt30{margin: 30px 0 0 0;}
.mgt40{margin: 40px 0 0 0;}
.mgt50{margin: 50px 0 0 0;}

.invisible {
    visibility: hidden;
}
.btn00, .btn01{position: relative;width: 100%; max-width: 180px;height: 42px;white-space: nowrap;text-align: center;transition: all 0.3s;}
.btn01:hover{background: #fff;}
.btn00{border: 1px solid #000;display: inline-block;}
.btn00:hover{background: #000;}
.btn00 a{color: #000;display: block;font-size: 14px;line-height: 40px;}


.btn01{border: 1px solid #fff;display: inline-block;}
.btn01 a{color: #fff;display: block;font-size: 14px;line-height: 40px;}

/*ボタンアクション*/
	.btn00:hover a{color: #fff;}
    .btn01:hover a{color: #000;}
.btn01 a:before{background: #000;}
  /*.btn00 a:hover:before, .btn01 a:hover:before{
    transform: scaleX(1);
    transform-origin: left;
  }
*/

#sec03 ul li.c01 span{background: #c60000;}
#sec03 ul li.c02 span{background: #f6bf23;}
#sec03 ul li.c03 span{background: #e4b9be;}
#sec03 ul li.c04 span{background: #f74885;}
#sec03 ul li.c05 span{background: #f4591c;}
#sec03 ul li.c06 span{background: #92b8db;}
#sec03 ul li.c07 span{background: #7aa24e;}
#sec03 ul li.c08 span{background: #472940;}
#sec03 ul li.c09 span{background: #26302f;}
#sec03 ul li.c10 span{background: #67827c;}
#sec03 ul li.c11 span{background: #000;}
#sec03 ul li.c12 span{background: #e8dfd9;}
#sec03 ul li.c13 span{background: #fff6c2;}
#sec03 ul li.c14 span{background: #f4f8ea;}
#sec03 ul li.c15 span{background: #e4eeed;}
#sec03 ul li.c16 span{background: #efe8eb;}
#sec03 ul li.c17 span{background: #701a1a;}
#sec03 ul li.c18 span{background: #f55454;}
#sec03 ul li.c19 span{background: #55bbf5;}
#sec03 ul li.c20 span{background: #c46d44;}
#sec03 ul li.c21 span{background: #9fa1a0;}
#sec03 ul li.c22 span{background: #655688;}
#sec03 ul li.c23 span{background: #5080df;}
#sec03 ul li.c24 span{background: #1aa076;}
#sec03 ul li.c25 span{background: #e9333c;}
#sec03 ul li.c26 span{background: #fff;border: 1px solid #d3d3d3;}
#sec03 ul li.c27 span{background: #2a3f59;}
#sec03 ul li.c28 span{background: #f6d5bc;}
#sec03 ul li.c29 span{background: #c09a6d;}







/*pc.css*/
@media screen and (min-width:768px){
body{overflow-x: hidden;}
.pc{display: block;}
.sp{display: none;}
.wrap{width: 1080px;margin: 0 auto;}

.t_a_c_pc{text-align: center;}

.a_d02_pc{animation-delay: 0.2s;}
.a_d04_pc{animation-delay: 0.4s;}
.a_d06_pc{animation-delay: 0.6s;}
.a_d08_pc{animation-delay: 0.8s;}
.a_d10_pc{animation-delay: 1.0s;}

h2{font-size: 30px;}
h3{font-size: 30px;font-weight: normal;}
h3.sub{font-size: 24px;position: relative;}
h3.sub02{font-size: 18px;line-height: 35px;font-weight: normal;position: relative;margin: 90px 0 110px 0;}
h3.sub02 a{border-bottom: 1px solid #000;padding: 0 0 2px 0;}
header{width: 100%;height: 100px;}
header .wrap{position: relative;width: 100%;min-width: 1220px;}
header h1{width: 338.5px;top: 40px;left: 45px;position: absolute;}
header .gnav{display: flex;justify-content: space-between;width: 480px;position: absolute;top: 40px;right: 310px; font-weight: 400;font-size: 17px;}
header .gnav li a {
color: #000;
position: relative;
display: inline-block;
transition: .3s;
}
header .gnav li a::after {
position: absolute;
bottom: -4px;
left: 50%;
content: '';
width: 0;
height: 1px;
background-color: #000;
transition: .3s;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
header .gnav li a:hover::after {width: 100%;}
header .gnav li.mega_menu:hover a::after {width: 100%;}
header .gnav li.mega_menu:hover .menu_contents li a::after {width: 0;}
header .snav{display: flex;justify-content: space-between;position: absolute;width: 226px;top:40px;right: 40px;}
header .snav li{width: 23px;}
header .snav li.g_line{width: 1px;height: 18px;background: #707070;margin: 3px 12px 0 12px;}
	
	
li.mega_menu{padding: 0 0 40px 0;pointer-events: auto;}
.menu_contents{
background: #f7f7f7;
display: none;
position: absolute;
top: 54px;
right: -310px;
z-index: 100;
}

.menu_contents.m01{
width: 100vw;
}

.menu_contents.m01 ul {
display: flex;justify-content: space-between;width: 1080px;margin: 0 auto;
}	
.menu_contents.m01 li {
width: 250px;
padding: 55px 0;
text-align: center;
}
.menu_contents.m01 li img{margin: 0 0 20px 0;}

#line {
    position: fixed;
    top: 50px;
    right: 30px;
    width: 140px;
	z-index: 10;
}
	
#content{min-height: calc(100vh - 435px);}

.headline{font-weight: 400;font-size: 30px;position: relative;margin: 0 0 120px 0;}

.headline:before{content: "";display: block;width: 1px;height: 40px;background: #000;position: absolute;
top: 70px; /*親要素を起点に上から50%*/
left: 50%;  /*親要素を起点に左から50%*/
transform: translateY(0) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
-webkit-transform: translateY(0) translateX(-50%);}

.headline.v02, .headline.v03{margin: 0 0 40px 0;}
.headline.v02:before{content: "";display: block;width: 40px;height: 1px;background: #000;position: absolute;
top: 50%; /*親要素を起点に上から50%*/
left: 125px;  /*親要素を起点に左から50%*/
transform: translateY(-50%) translateX(0); /*要素の大きさの半分ずつを戻す*/
-webkit-transform: translateY(-50%) translateX(0);}
.headline.v03:before{content: "";display: block;width: 40px;height: 1px;background: #000;position: absolute;
top: 50%; /*親要素を起点に上から50%*/
left: 190px;  /*親要素を起点に左から50%*/
transform: translateY(-50%) translateX(0); /*要素の大きさの半分ずつを戻す*/
-webkit-transform: translateY(-50%) translateX(0);}
.headline.v04{margin: 0;}
.headline.v05{padding: 80px 0 30px;margin: 0;}
.headline.v04:before, .headline.v05:before{content: none;}


#sec01{position: relative;width: 100%;height: 700px;}
#sec01 .box01{padding: 95px 0 0 0;position:relative;z-index: 10;}
#sec01 h1{font-size: 58px;font-weight: 400;text-align: center;}
#sec01 h1 span{font-size: 28px;display: block;}

/*#fv_slider02 div{width: calc(100vw / 6);}*/
#fv_slider02 div{width: 200px;}
#fv_slider02 .slick-list {overflow: visible;}

#sec02{padding:120px 0 140px;}
#sec02 .box01{width: 710px;margin: 0 0 0 -160px;float: left;}
#sec02 .box02{float: right;width: 440px;margin: 70px 0 0 0;}
#sec02 .box02 h3{font-size: 30px;font-weight: 100;line-height: 48px;margin: 0 0 20px 0;}
#sec02 .box02 .text01{font-size: 14px; line-height: 26px;}

#sec03{padding:0 0 100px;}
#sec03 ul{margin: 50px 0 0 0;}
#sec03 ul li{width: 80px;margin: 0 30px 30px 0;float: left; text-align: center;font-size: 14px;}
#sec03 ul li span{width: 80px;height: 80px;border-radius: 40px;margin: 0 0 10px 0;display: block;}

#sec03 ul li.c26 span{width: 78px;height: 78px;}
#sec03 ul li:nth-child(10n){margin: 0 0 30px 0;}

#sec04{padding: 0 0 120px;}
.item_l ul{display: flex;justify-content: space-between;}
.item_l ul li{width: 250px;}
.item_l ul li span{display: block;margin: 15px 0 5px 0;}
.item_l ul li span + span{margin: 0;}

.item_l ul li:nth-child(2){animation-delay: 0.1s;}
.item_l ul li:nth-child(3){animation-delay: 0.2s;}
.item_l ul li:nth-child(4){animation-delay: 0.3s;}

#sec05{padding: 0 0 140px 0;}
#sec05 ul{display: flex;flex-wrap: wrap; justify-content: space-between;}
#sec05 ul li{width: 50%;height: 330px;position: relative;background: url("https://file003.shop-pro.jp/PA01459/815/img/image03.jpg") center center;background-size: cover;display: flex;}
#sec05 ul li:nth-child(2){background: url("https://file003.shop-pro.jp/PA01459/815/img/menu02.jpg") center center;background-size: cover;}
#sec05 ul li:nth-child(3){background: url("https://file003.shop-pro.jp/PA01459/815/img/image05.jpg") center center;background-size: cover;}
#sec05 ul li:nth-child(4){background: url("https://file003.shop-pro.jp/PA01459/815/img/image_tsuika02.jpg") center center;background-size: cover;}
#sec05 ul li:before{position: absolute;content: "";display: block;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);}
#sec05 ul li a{font-size:24px;color: #fff;
width: 100%;height: 100%;cursor: pointer;display: flex; align-items:center;justify-content: center;position: absolute;
}

.ad01{animation-delay: 0.2s;}

#sec06{padding: 0 0 150px 0;}


#sec07{margin: 140px 0 0 0;}
#sec07 .wrap{position: relative;height: 840px;}
#sec07 .box01{position: absolute;width: 711px;top:0;right: -160px;}
#sec07 .box03{position: absolute;width: 440px;top:0;left: 0;}
#sec07 .box03 .text01{margin: 30px 0 40px 0; font-size: 14px; line-height: 26px;}
#sec07 .box04{position: absolute;width: 426px;bottom:0;right: 70px;}
#sec07 .box06{position: absolute;width: 332px;top:420px;left: 110px;z-index: -1;}

/*パララックス */
#sec08{
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
height: 300px;
position: relative;
}

#sec08:before{position: absolute;content: "";display: block;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);}
	
.parallax-bg {
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 50%;
}
/*各背景の画像*/
.img-bg-01 {
background-image: url("https://file003.shop-pro.jp/PA01459/815/img/image12.jpg");
}

#sec09{margin: 0 0 120px 0;text-align: center;}
#sec09 .wrap{display: flex;justify-content: space-between;}
#sec09 .sns_bnr a{width: 530px;display: block;position: relative;height: 200px;}
#sec09 .sns_bnr a img{position: absolute;}
#sec09 .wrap + .wrap{margin: 40px auto 0;}
#sec09 .wrap + .wrap a:last-child{width: 1080px;}

.sns_bnr a:hover img{opacity: 0;}
.sns_bnr a:hover{opacity: 1;}
.sns_bnr a:hover img.back{opacity: 1;}
	
#sec10{background: url("https://file003.shop-pro.jp/PA01459/815/img/image15.jpg") no-repeat center center;background-size: cover;height: 390px;position: relative;}
#sec10:before{position: absolute;content: "";display: block;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);z-index: 0;}
#sec10 .btn01{margin: 40px 0 0 0;}

#sec11{margin: 100px 0;}
	
#totop{background: #dedede;padding: 50px 0 20px;width: 100%;}
#totop a{position: relative;}
#totop a:before{position: absolute;content: "";display: inline-block;
width: 12px;
height: 12px;
top: -18px;
left: calc(50% - 6px);
border-top: 1px solid #000;
border-left: 1px solid #000;
transform: rotate(45deg);}


li.f_line{width: 1px;height: 13px;background: #000;margin: 3px 0 0 0;}
footer{padding: 0 0 40px;}
footer ul{display: flex;justify-content: space-between;width: 680px;margin: 0 auto;font-size: 13px;padding: 40px 0 30px 0;}
footer ul li + li a{position: relative;}
footer ul li + li a:before{content: "";display: block;width: 1px;height: 14px;background: #fff;position: absolute;left: -18%;}
footer small{font-size: 13px;}

#f01{margin: 70px 0 140px 0;}	
#f01 h3.sub02{margin: 90px 0 55px 0;}
#f01 .btn00{margin: 0 0 80px 0;}

#f02 .headline02{font-weight: 400;font-size: 30px;position: relative;color: #fff;height: 300px;line-height: 300px; background: url('https://file003.shop-pro.jp/PA01459/815/img/story_image01.jpg') center center;background-size: cover;}
#f02 .box00{position: relative;height: 1574px;}
#f02 .box01{position: absolute;width: 711px;top:0;left: -60px;}
#f02 .box02{position: absolute;width: 370px;top:48px;right: -30px;}
#f02 .box03{position: absolute;width: 811px;top:550px;right: 30px;}
#f02 .box04{position: absolute;width: 520px;bottom: 110px;left: 0;}
#f02 .box05{position: absolute;width: 520px;bottom:0;right: 0;}
#f02 .btn00{margin: 100px 0 70px 0;max-width: 360px;height: 60px;}
#f02 .btn00 a{line-height: 59px;font-size: 18px;}
	
#f03{margin: 70px 0 0 0;}
#f03 .s_box01{border-bottom: 1px solid #bfbfbf;padding: 0 0 40px 0;margin: 0 0 75px 0;}
#f03 .s_box01 li{display: flex;justify-content: space-between;margin: 0 0 60px 0;}
#f03 .s_box01 li .box01{width: 460px;}
#f03 .s_box01 li .box02{width: 565px;}
#f03 .s_box01 li .box02 .text01{font-size: 18px;margin: 0 0 24px 0;}
#f03 .s_box01 li .box02 .text02{font-size: 14px;line-height: 24px;}
	
#f03 .s_box02{margin: 0 0 120px 0;}
#f03 .s_box02 h2{font-size: 22px;text-align: center;font-weight: normal;}
#f03 .s_box02 .s_navi{display: flex;justify-content: space-between;font-size: 16px; width: 745px;margin: 35px auto 0;}
#f03 .s_box02 .s_navi a{border-bottom: none;transition: all 0s;padding: 0 0 5px 0;}
#f03 .s_box02 .s_navi a:hover{border-bottom: 1px solid #000;}
#f03 .s_box02 h3{font-size: 18px;font-weight: normal;border-bottom: 1px solid #bfbfbf;padding: 0 0 15px 0;margin: 90px 0 0 0;}
#f03 .s_box02 h3 + ul li{border-bottom: 1px solid #bfbfbf;display: flex;justify-content: space-between;padding: 32px 0;}
#f03 .s_box02 li .text01{font-size: 16px;line-height: 26px;margin: 0 0 24px 0;width: 450px;}
#f03 .s_box02 li .text02{font-size: 14px;line-height: 24px;width: 630px;}

dt{margin: 0;}
	dd{margin: 0;}
	#f04 dl{line-height:;font-size: 16px;}
	#f04 dt{width: 150px;float: left;}
	#f04 dd{width: calc(100% - 150px);float: left;}
	#f04 dt, #f04 dd{border-bottom: 1px solid #d2d2d2;padding: 30px 0;}
	#f04 dl{border-top: 1px solid #d2d2d2;display: inline-block;}
  
/*スライダーレイアウト*/
.prev-arrow, .next-arrow{
font-size: 0;
line-height: 0;
position: absolute;
top: 140px;
display: block;
width: 20px;
padding: 0;
cursor: pointer;
border: none;
outline: 0;
background: 0 0;}
.prev-arrow{left: -40px;}
.next-arrow{right: -40px;}
}






/*sp.css*/
@media screen and (max-width:768px){
body{overflow-x: hidden;}

.pc{display: none;}
.sp{display: block;}
.wrap{width: 80vw;margin: 0 auto;}
.t_a_c_sp{text-align: center;}
header{background: #fff;width: 100%;position: fixed;top: 0;height: 60px;z-index: 100;}
header .wrap{position: relative;}
header h1{max-width: 210px;width: 70%;margin: 0 auto;height: 60px;display: flex;align-items: center;}
header .cart{width: 20px;position: fixed;left: 20px;top:20px;}
#content{margin: 60px 0 0 0;}
	


.headline{font-weight: 400;font-size: 5vw;position: relative;margin: 0 0 19vw 0;text-align: center;}
.headline:before{content: "";display: block;width: 1px;height: 20px;background: #000;position: absolute;
top: 13vw; /*親要素を起点に上から50%*/
left: 50%;  /*親要素を起点に左から50%*/
transform: translateY(0) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
-webkit-transform: translateY(0) translateX(-50%);}
.headline.v04:before, .headline.v05:before{content: none;}
	
h3{font-size: 5vw;font-weight: normal;text-align: center;}
h3.sub{font-size: 4vw;line-height: 7vw;font-weight: 400; position: relative;text-align: center;}
h3.sub02{font-size: 3.6vw;line-height: 7vw;font-weight: normal;text-align: left; margin: 20vw 0 15vw;}
h3.sub02 a{border-bottom: 1px solid #000;padding: 0 0 2px 0;}
#sec01{width: 100%;height: 108.4vw;margin: 60px 0 0 0;}
#fv_slider_sp{display: block;position: absolute; width: 100%;height: 108.4vw;;top:0;z-index: 0;margin:60px 0 0 0;}
#fv_slider_sp div{height: 108.4vw;}
#fv_slider_sp .slider01{background: url("https://file003.shop-pro.jp/PA01459/815/img/mv_sp.jpg") center center;background-size: cover;}
#fv_slider_sp .slider02{background: url("https://file003.shop-pro.jp/PA01459/815/img/mv_sp.jpg") center center;background-size: cover;}

	
#line {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 16vw;
	z-index: 10;
}
	
#sec01 .wrap{height: 100%;padding: 13vw 0 0 0;}
#sec01 h1{font-size: 9.5vw;line-height: 10vw; font-weight: 400;text-align: center;}
#sec01 h1 span{font-size: 5vw;display: block;line-height: 1.4;margin: 2vw 0 0 0;}

#fv_slider02{width: 100vw;overflow-x: hidden;}
#fv_slider02 div{width: 160px;}
#fv_slider02 .slick-list {overflow: visible;}

#sec02{padding: 10vw 0 15vw 0;}
#sec02 .box02 h3{margin: 12vw 0 9vw 0;;}
#sec02 .box02 .text01{font-size: 3.5vw; line-height: 6vw;}

#sec03{padding:0 0 15vw;}
#sec03 ul{margin: 50px 0 0 0;display: flex;flex-wrap: wrap;justify-content: space-around;}
#sec03 ul li{width: 15vw;margin: 0 2vw 30px 2vw;text-align: center;font-size: 2.5vw;}
#sec03 ul li span{width: 15vw;height: 15vw;border-radius: 7.5vw;margin: 0 0 10px 0;display: block;}

#sec04{padding: 0 0 15vw;}
.item_l ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.item_l ul li{width: 48%;margin: 0 0 30px 0;font-size: 3vw;}
.item_l ul li span{display: block;margin: 15px 0 5px 0;}
.item_l ul li span + span{margin: 0;}

#sec05{padding: 0 0 15vw 0;}
#sec05 .wrap{width: 100%;}
#sec05 ul{display: flex;flex-wrap: wrap; justify-content: space-between;}
#sec05 ul li{width: 100%;height: 56vw;position: relative;background: url("https://file003.shop-pro.jp/PA01459/815/img/image03.jpg") center center;background-size: cover;display: flex;}
#sec05 ul li:nth-child(2){background: url("https://file003.shop-pro.jp/PA01459/815/img/menu02.jpg") center center;background-size: cover;}
#sec05 ul li:nth-child(3){background: url("https://file003.shop-pro.jp/PA01459/815/img/image05.jpg") center center;background-size: cover;}
#sec05 ul li:nth-child(4){background: url("https://file003.shop-pro.jp/PA01459/815/img/limited_image01.jpg") center center;background-size: cover;}
#sec05 ul li:before{position: absolute;content: "";display: block;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);}
#sec05 ul li a{font-size:5.5vw;color: #fff;
width: 100%;height: 100%;cursor: pointer;display: flex; align-items:center;justify-content: center;position: absolute;
}
	
#sec07{padding: 15vw 0 0 0;}
#sec07 .wrap{width: 100vw;}
#sec07 .box01{width: 90vw;margin:15vw 0 10vw 10vw;}
#sec07 .box03{width: 80vw;margin: 0 auto;}
#sec07 .box03 .text01{margin: 8vw 0;}
#sec07 .box04{width: 66vw;margin: 0 0 10vw 34vw;}
#sec07 .box06{width: 56vw;margin: 10vw 0 10vw 0;}

#sec08{background: none;height: 50vw;display: flex;align-items: center;justify-content: center;}
.headline.v04{margin: 0;}
#sec09{padding: 15vw 0;text-align: center;}
#sec09 a:nth-child(2){display: block; margin: 30px 0;}


#sec10{background: url("https://file003.shop-pro.jp/PA01459/815/img/image15.jpg") no-repeat center center;background-size: cover;height: 77vw;position: relative;}
#sec10:before{position: absolute;content: "";display: block;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);z-index: 0;}
.headline.v05{padding: 13vw 0 8vw 0;margin: 0;}
#sec10 .btn01{margin: 8vw 0 0 0;}

#sec11{margin: 60px 0;}
	
#totop{background: #dedede;width: 100%;}
#totop a{position: relative;padding: 50px 0 20px;display: block;}
#totop a:before{position: absolute;content: "";display: inline-block;
width: 12px;
height: 12px;
top: 32px;
left: calc(50% - 6px);
border-top: 1px solid #000;
border-left: 1px solid #000;
transform: rotate(45deg);}

footer{background: #fff;padding: 0 0 30px;}
footer small{font-size: 2.5vw;padding: 20px 0 0 0;display: block;}

#f01{margin: 25vw 0 15vw;}
#f01 .btn00{margin: 0 0 20vw 0;}
	
#f02 .headline02{font-weight: 400;font-size: 5vw;position: relative;color: #fff;height: 38.6vw;line-height: 38.6vw; background: url('https://file003.shop-pro.jp/PA01459/815/img/s_bg.jpg') center center;background-size: cover;}
#f02 .box00.wrap{width: 100vw;}
  #f02 h3.sub02{margin:12vw 0;}
#f02 .box01{width: 93vw;margin: 0 0 30px 0;}
#f02 .box02{width: 66vw;margin: 0 0 30px 34vw;}
#f02 .box03{width: 100vw;margin: 0 0 30px 0;}
#f02 .box04{width: 66vw;margin: 0 0 30px 0;}
#f02 .box05{width: 93vw;margin: 0 0 30px 7vw;}
#f02 .btn00{margin: 50px 0 70px 0;}


#f03{margin: 25vw 0 0;}
#f03 .s_box01{border-bottom: 1px solid #bfbfbf;padding: 0;margin: 0 0 60px 0;}
#f03 .s_box01 li{margin: 0 0 60px 0;}

#f03 .s_box01 li .box02 .text01{font-size: 18px;margin: 30px 0 24px 0;}
#f03 .s_box01 li .box02 .text02{font-size: 14px;line-height: 24px;}
	
#f03 .s_box02{margin: 0 0 120px 0;}
#f03 .s_box02 h2{font-size: 22px;text-align: center;font-weight: normal;}
#f03 .s_box02 .s_navi{font-size: 3.2vw; width: 90%;margin: 35px auto 70px;}
#f03 .s_box02 .s_navi > li{float: left;width: 20%;text-align: center;margin: 0 0 12px 0;white-space: nowrap;}
#f03 .s_box02 h3{font-size: 18px;font-weight: normal;border-bottom: 1px solid #bfbfbf;padding: 0 0 15px 0;margin: 90px 0 0 0;text-align: left;}
#f03 .s_box02 h3 + ul li{border-bottom: 1px solid #bfbfbf;padding: 32px 0;}
#f03 .s_box02 li .text01{font-size: 16px;line-height: 26px;margin: 0 0 24px 0;}
#f03 .s_box02 li .text02{font-size: 14px;line-height: 24px;}

dt{margin: 0;}
dd{margin: 0;}
#f04 dt, #f04 dd{border-bottom: 1px solid #d2d2d2;padding: 15px 0 20px 0;}
#f04 dl{border-top: 1px solid #d2d2d2;display: inline-block;}
  
#f04 dt, #f04 dd{width: 100%;float: left;}
#f04 dt{border:none;padding: 20px 0 0 0;}

/*ハンバーガーメニュー*/
#nav-toggle {
position: fixed;
cursor: pointer;
top:22px;
right: 20px;
}
#nav-toggle p{margin: 55px auto 0;font-size: 20px;letter-spacing: 1px;}
#nav-toggle > div {
position: relative;
width: 20px;
}
#nav-toggle span {
width: 100%;
height: 1px;
left: 0;
display: block;
background: #000;
position: absolute;
transition: top .5s ease, -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out, top .5s ease;
transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
top: 0;
}
#nav-toggle span:nth-child(2) {
top: 7px;
}
#nav-toggle span:nth-child(3) {
top: 14px;
}


.open #nav-toggle span {
background: #000;
}
.open #nav-toggle span:nth-child(1) {
top: 8px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
top: 8px;
width: 0;
left: 50%;
}
.open #nav-toggle span:nth-child(3) {
top: 8px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
z-index: 1000;
height: 20px;
}

#container {
z-index: 900;
}

#gloval-nav {
background: #fff;
color: #000;
font-weight: 500;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 990;
text-align: center;
display: flex;
visibility: hidden;
flex-direction: column;
/*justify-content: center;*/
align-items: center;
font-size: 3vw;
opacity: 0;
transition: opacity .6s ease, visibility .6s ease;
overflow-y: scroll;
text-align: start;
}
#gloval-nav nav{
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
width: 70vw;
margin: 0 auto;
}
#gloval-nav a {
color: #000;
text-decoration: none;
transition: color .6s ease;
}
#gloval-nav ul a {font-size: 4vw;}
#gloval-nav ul + ul a {font-size: 3vw;margin: 0 3vw 0 0;}
#gloval-nav a:hover {
color: #666;
}
#gloval-nav ul#category{
display: flex;
justify-content: space-between;
}
#gloval-nav ul{
width: 80%;
margin: 80px auto 40px;
}
#gloval-nav ul + ul{margin: 0 auto;}
#gloval-nav ul li {
text-align: left;
float: left;
opacity: 0;
width: 100%;
padding: 10px 0;
float: left;
}
#gloval-nav ul li img{width: 8%;}
/* open */
.open {
overflow: hidden;
}
.open #gloval-nav {
visibility: visible;
opacity: 1;
}
.open #gloval-nav li {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
transition: opacity .9s ease, -webkit-transform 1s ease;
transition: transform 1s ease, opacity .9s ease;
transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}




/*スライダーレイアウト*/
.prev-arrow, .next-arrow{
font-size: 0;
line-height: 0;
position: absolute;
top: 24%;
display: block;
width: 20px;
padding: 0;
cursor: pointer;
border: none;
outline: 0;
background: 0 0;}
}


#f02{margin:-90px 0 0 0;}
@media (max-width: 768px) {
#f02{margin:-70px 0 0 0;}
}

@media screen and (max-width:768px){

#gloval-nav .sp_sns_icon{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin-top:8px;
    gap:10px;
    text-align:left !important;
}

  #gloval-nav .sp_sns_icon a{
    display:flex;
    align-items:center;
  }

  #gloval-nav .sp_sns_icon img{
    width:auto;
    height:28px;
    display:block;
  }

  #gloval-nav .sp_sns_icon img.youtube_icon{
    width:90px !important;
    height:auto !important;
  }

}