@charset "euc-jp";

#page-wrapper {
  position: relative;
}
#wrapper {
}
#container {
  clear: both;
}
.container {
  max-width: 934px;
}

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 {
  display: flex; 
  flex-wrap: wrap; 
  justify-content: space-between;
}
  .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;
  }
    .headline {
      margin: 0 0 10px 0;
    }
    .headline li {
      list-style: none; 
      color:#666; 
      font-size:12px; 
      margin: 0 0 10px 0;
    }

.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: 1em 0;
  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.8em 0.9em 0.2em;
}
#header-global-nav .inline a {
  text-decoration: none;
  color: #aaa;
}
#header-global-nav .inline a:hover {
  text-decoration: none;
  color: #444;
}

/* add */
#header-global-nav .inline > li.have_child{
  position: relative;
}
#header-global-nav .inline > li.have_child:hover{
  background: rgba(21,21,21,0.8);
}
#header-global-nav .inline > li.have_child:hover > a{
  border-bottom: none;
  color: #ffffff;
}
#header-global-nav .inline > li.have_child:hover > .header-grobal-nav-cont,
#header-global-nav .inline > li .header-grobal-nav-cont:hover{
  display: flex;
}
#header-global-nav .inline > li .header-grobal-nav-cont{
  width: 300px;
  margin: 0.2em 0 0;
  padding: calc(0.9em + 18px) 0.9em;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: none;
  justify-content: center;
  flex-direction: column;
  background: rgba(21,21,21,0.8);
  transition: all 0.3s;
}
#header-global-nav .inline > li .header-grobal-nav-cont li{
  list-style: none;
  font-size: 14px;
}
#header-global-nav .inline > li .header-grobal-nav-cont li a{
  color: #ffffff;
  border-bottom-color: transparent;
}
#header-global-nav .inline > li .header-grobal-nav-cont li a:hover{
  border-bottom-color: #ffffff;
}

#header-global-nav .inline > li .header-grobal-nav-cont li + li{
  margin-top: 16px;
}
/* /add */

/* 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;
  list-style: none;
}
.social-nav li{
  display: inline-block;
}
.social-nav li:last-child{
  margin: 0;
}
.social-nav li img{
  width: 100%;
}
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;
  }
  /*
  span.prd-lst-span {
    font-size: 11px;
  }
  */
  .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 ;
  }
  .social-nav ul{
    margin: 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-youtube { background-position: -128px -160px; }
.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; }





/***** ÄÉ²Ã 2021renewal*****/
@media screen and (max-width: 767px) {
  body {
    margin-top: 75px;
  }
}

a {
  color: #4d4d4d;
}
a:hover {
  text-decoration: underline;
}

.google-font {
  font-family: "Josefin Sans", "Yu Gothic Medium", "&#222;&#226;\¡­\&#183;\&#195;\&#175; Medium", YuGothic, "&#222;&#226;\¡­\&#183;\&#195;\&#175;&#194;&#206;", "\&#210;\&#233;\&#174;\&#206;&#179;&#209;\¡­ ProN W3", "Hiragino Kaku Gothic ProN", "\&#225;\&#164;\&#234;\&#170;", "Meiryo", "Lucida Grande", sans-serif;
  font-weight: 300;
}

.ttl-h2 {
  font-size: 21px;
}

.breadcrumb br {
  display: none;
}

/***** header *****/
#header-top {
  padding-bottom: 30px;
}

#header-wrapper {
  display: block;
}
@media screen and (max-width: 767px) {
  #header-wrapper {
    display: none;
  }
}

.shop-name {
  text-align: center;
}
.shop-name img {
  width: 270px;
}
.shop-name a {
  display: inline-block;
}

.shop-logos {
  margin-top: 0;
}

.header-line-nav a {
  color: #4d4d4d;
}
.header-line-nav a:hover span {
  text-decoration: underline;
}

#header-global-nav {
  border-top: 1px dashed #c3c3c3;
  border-bottom: 1px dashed #c3c3c3;
  text-align: center;
}
#header-global-nav .inline {
  margin-bottom: 5px;
}
#header-global-nav .inline li {
  font-size: 18px;
}
#header-global-nav .inline li:last-child {
  padding-right: 0;
}
#header-global-nav .inline a {
  display: inline-block;
  font-weight: 300;
  color: #666666;
  border-bottom: 1px solid #ffffff;
}
#header-global-nav .inline a:hover {
  border-color: #c3c3c3;
  color: #000000;
  text-decoration: none;
}
#header-global-nav .inline li.have_child > a,
#header-global-nav .inline li.have_child:hover > a,
#header-global-nav .inline li.have_child > a:hover{
  border-bottom: none;
}
#header-global-nav .inline li.have_child:hover > a,
#header-global-nav .inline li.have_child > a:hover{
  color: #ffffff;
}

/* SP header */
.sp-header {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-header {
    display: block;
  }
}

.sp-header-main {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 75px;
  background: #ffffff;
}

.sp-header-main__logo {
  display: block;
}
.sp-header-main__logo.is-on {
  display: none;
}

.sp-header-main__cart {
  position: absolute;
  top: 0;
  right: 60px;
}
.sp-header-main__cart a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 45px;
}

.sp-header-main__btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 60px;
  height: 70px;
  border: 0;
  z-index: 1000;
  background: transparent;
}
.sp-header-main__btn span {
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background: #4d4d4d;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.sp-header-main__btn span:nth-child(1) {
  top: 30px;
  right: 15px;
}
.sp-header-main__btn span:nth-child(2) {
  bottom: 30px;
  right: 15px;
}
.sp-header-main__btn.is-on span:nth-child(1) {
  top: 35px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sp-header-main__btn.is-on span:nth-child(2) {
  bottom: 34px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sp-header-navi {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  overflow-y: scroll;
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  height: calc(100vh - 75px);
}
.sp-header-navi.is-on {
  display: block;
}

.sp-header-overlay {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background: #ffffff;
}
.sp-header-overlay.is-on {
  display: block;
  -webkit-animation: anime-overlay 0.2s ease forwards;
          animation: anime-overlay 0.2s ease forwards;
}

@-webkit-keyframes anime-overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anime-overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sp-header-navi__account a {
  display: block;
  border: 1px solid #808080;
  margin-bottom: 5px;
  padding: 15px;
  font-size: 15px;
  font-weight: 300;
  font-family: "Josefin Sans", "Yu Gothic Medium", "&#222;&#226;\¡­\&#183;\&#195;\&#175; Medium", YuGothic, "&#222;&#226;\¡­\&#183;\&#195;\&#175;&#194;&#206;", "\&#210;\&#233;\&#174;\&#206;&#179;&#209;\¡­ ProN W3", "Hiragino Kaku Gothic ProN", "\&#225;\&#164;\&#234;\&#170;", "Meiryo", "Lucida Grande", sans-serif;
  text-align: center;
}

.sp-header-navi-list {
  margin-top: 30px;
  margin-left: 0;
  list-style: none;
}

.sp-header-navi-list__link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 15px;
  width: 100%;
  border: 0;
  border-bottom: 1px dashed #c3c3c3;
  font-size: 14px;
  font-weight: bold;
  font-family: "Josefin Sans", "Yu Gothic Medium", "&#222;&#226;\¡­\&#183;\&#195;\&#175; Medium", YuGothic, "&#222;&#226;\¡­\&#183;\&#195;\&#175;&#194;&#206;", "\&#210;\&#233;\&#174;\&#206;&#179;&#209;\¡­ ProN W3", "Hiragino Kaku Gothic ProN", "\&#225;\&#164;\&#234;\&#170;", "Meiryo", "Lucida Grande", sans-serif;
  color: #818181;
  background: transparent;
  text-align: left;
}
.sp-header-navi-list__link.is-btn {
  position: relative;
}
.sp-header-navi-list__link.is-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 1px;
  margin-top: -1px;
  background: #4d4d4d;
}
.sp-header-navi-list__link.is-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1px;
  width: 16px;
  height: 1px;
  border: 0;
  background: #4d4d4d;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.sp-header-navi-list-sub {
  display: none;
  list-style: none;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #c3c3c3;
}

.sp-header-navi-list-sub__item {
  margin-top: 30px;
  margin-left: 30px;
}

.sp-header-navi-help {
  list-style: none;
  margin-top: 50px;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 0;
  padding: 40px 25px;
  background: #f2f2f2;
}

.sp-header-navi-help__link {
  display: block;
  padding: 15px;
  border-bottom: 1px dashed #c3c3c3;
}

/***** main *****/
#page-wrapper {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 0;
  }
}

.breadcrumb li {
  display: inline;
  margin-right: 5px;
  font-size: 11px;
}
.breadcrumb li p {
  display: inline;
}

/***** footer *****/
@media screen and (max-width: 767px) {
  #footer-wrapper {
    margin-left: -1.4em;
    margin-right: -1.4em;
    padding-left: 1.4em;
    padding-right: 1.4em;
    background: #f2f2f2;
  }
}

.footer-top {
  margin-top: 60px;
  border-top: 1px dashed #ddd;
}
@media screen and (max-width: 767px) {
  .footer-top {
    border-top: 0;
  }
}

.footer-link-list {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-link-list {
    text-align: left;
  }
}

.footer-link-list__item {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .footer-link-list__item {
    display: block;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px dashed #c4c4c4;
  }
}

@media screen and (max-width: 767px) {
  .footer-link-list__link {
    display: block;
    padding: 15px;
  }

}

.copyright {
  text-align: center;
}
.copyright span {
  float: none;
}
.copyright img {
  display: none;
}

.u-pc-only {
  display: block;
}

.u-pc-only-inline {
  display: inline;
}

.u-pc-only-inlineBlock {
  display: inline-block;
}

.u-pc-only-Flex {
  display: flex;
}

.u-sp-only {
  display: none;
}

.u-sp-only-inline {
  display: none;
}

.u-sp-only-inline-block {
  display: none;
}

.u-sp-only-flex {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }

  .u-pc-only-inline {
    display: none;
  }

  .u-pc-only-inlineBlock {
    display: none;
  }

  .u-pc-only-Flex {
    display: none;
  }

  .u-sp-only {
    display: block;
  }

  .u-sp-only-inline {
    display: inline;
  }

  .u-sp-only-inline-block {
    display: inline-block;
  }

  .u-sp-only-flex {
    display: flex;
  }
}
.u-mbs {
  margin-bottom: 15px;
}

.u-mbm {
  margin-bottom: 30px;
}

.u-mbl {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .u-mbl {
    margin-bottom: 60px;
  }
}

.u-hidden {
  overflow: hidden;
}

.u-opa img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.u-opa img:hover {
  opacity: 0.8;
}

.u-opa-all {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-opa-all:hover {
  opacity: 0.8;
}

.u-img-scale {
  display: block;
  overflow: hidden;
  position: relative;
}
.u-img-scale img {
  display: inline-block;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .u-img-scale img {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
}
.u-img-scale:hover img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
@media screen and (max-width: 767px) {
  .u-img-scale:hover img {
    -webkit-transform: none;
            transform: none;
  }
}

.unit-inner {
  position: static;
}

/* overflow slide */
@media screen and (max-width: 767px) {
  .u-overflow-slide {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .u-overflow-slide.is-product-thumb {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .u-overflow-slide.is-option-tbl {
    padding-bottom: 15px;
  }
}

.u-overflow-slide::-webkit-scrollbar {
  height: 5px;
}

.u-overflow-slide::-webkit-scrollbar-track {
  background: #eeeeee;
}

.u-overflow-slide::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d6ece1;
}

.u-mincho {
  font-family: YakuHanMP_Noto, "Baskerville", "Libre Baskerville", "Noto Serif JP", "&#222;&#226;&#204;&#192;&#196;&#171;&#194;&#206;", "Yu Mincho", YuMincho, serif;
}

.u-gothic-noto {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Yu Gothic Medium", "&#222;&#226;\¡­\&#183;\&#195;\&#175; Medium", YuGothic, "&#222;&#226;\¡­\&#183;\&#195;\&#175;&#194;&#206;", "\&#210;\&#233;\&#174;\&#206;&#179;&#209;\¡­ ProN W3", "Hiragino Kaku Gothic ProN", "\&#225;\&#164;\&#234;\&#170;", "Meiryo", "Lucida Grande", sans-serif;
}

.u-accent-txt {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  padding: 5px;
  background: #c6b386;
  font-family: "Josefin Sans", "Yu Gothic Medium", "&#222;&#226;\¡­\&#183;\&#195;\&#175; Medium", YuGothic, "&#222;&#226;\¡­\&#183;\&#195;\&#175;&#194;&#206;", "\&#210;\&#233;\&#174;\&#206;&#179;&#209;\¡­ ProN W3", "Hiragino Kaku Gothic ProN", "\&#225;\&#164;\&#234;\&#170;", "Meiryo", "Lucida Grande", sans-serif;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
}
.u-accent-txt.is-l {
  font-size: 26px;
  font-weight: bold;
  padding: 8px 10px;
}

.u-iframe-content {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}
.u-iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/******************************/
/* popup animation */
/******************************/
/* overlay at start */
.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* custom */
.mfp-iframe-holder .mfp-close {
  top: -20px;
}

.mfp-image-holder .mfp-close .mfp-close,
.mfp-iframe-holder .mfp-close .mfp-close {
  right: 0 !important;
  width: 15px;
  height: 15px;
  top: -20px;
}

.mfp-bottom-bar {
  font-family: YakuHanMP_Noto, "Baskerville", "Libre Baskerville", "Noto Serif JP", "&#222;&#226;&#204;&#192;&#196;&#171;&#194;&#206;", "Yu Mincho", YuMincho, serif;
}

/******************************/
/* fade animation */
/******************************/
.fadeIn {
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(0.07, 0.92, 0.46, 0.95) 0.7s;
  transition: all 1.5s cubic-bezier(0.07, 0.92, 0.46, 0.95) 0.7s;
}

.fromLeft {
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
}

.fromRight {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}

.fromTop {
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
}

.fromBottom {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}

.fromForeground {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.faded {
  opacity: 1;
}

.fadedWithTransform {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

/******************************/
/* Free Page */
/******************************/
.p-free {
  color: #989898;
}

/***** 01 *****/
.p-free-fv__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 calc(50% - 50vw) 5px calc(50% - 50vw);
  width: 100vw;
  height: calc(100vh - 55px);
  max-height: 775px;
  color: #ffffff;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-free-fv__box {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-free-fv__box.is-01 {
    height: calc(100vh - 55px);
  }
}
.p-free-fv__box.is-02, .p-free-fv__box.is-03, .p-free-fv__box.is-04 {
  display: block;
  min-height: 680px;
}
@media screen and (max-width: 767px) {
  .p-free-fv__box.is-02, .p-free-fv__box.is-03, .p-free-fv__box.is-04 {
    min-height: inherit;
  }
}

.p-free-fv-center {
  padding: 0 30px;
}

.p-free-fv-center__ttl {
  font-size: 24px;
  font-weight: 300;
  font-family: "Josefin Sans", "Yu Gothic Medium", "&#222;&#226;\¡­\&#183;\&#195;\&#175; Medium", YuGothic, "&#222;&#226;\¡­\&#183;\&#195;\&#175;&#194;&#206;", "\&#210;\&#233;\&#174;\&#206;&#179;&#209;\¡­ ProN W3", "Hiragino Kaku Gothic ProN", "\&#225;\&#164;\&#234;\&#170;", "Meiryo", "Lucida Grande", sans-serif;
  text-align: center;
}

.p-free-fv-center__body {
  line-height: 2;
  text-align: center;
}

.p-free-fv__in {
  margin: 0 auto;
  padding: 80px 15px;
  max-width: 1020px;
}
@media screen and (max-width: 767px) {
  .p-free-fv__in {
    padding: 0;
  }
}

.p-free-fv__ttl {
  font-size: 28px;
  font-weight: 300;
  font-family: "Josefin Sans", "Yu Gothic Medium", "&#222;&#226;\¡­\&#183;\&#195;\&#175; Medium", YuGothic, "&#222;&#226;\¡­\&#183;\&#195;\&#175;&#194;&#206;", "\&#210;\&#233;\&#174;\&#206;&#179;&#209;\¡­ ProN W3", "Hiragino Kaku Gothic ProN", "\&#225;\&#164;\&#234;\&#170;", "Meiryo", "Lucida Grande", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-free-fv__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 75vw;
    text-align: center;
  }
}

.p-free-fv__ttl-sub {
  font-size: 18px;
  font-weight: normal;
}

.p-free-fv__txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-free-fv__txt {
    padding: 50px 20px 80px 20px;
    width: auto;
    color: #989898;
  }
}
.p-free-fv__txt.is-right {
  margin-left: auto;
}
.p-free-fv__txt.is-left {
  margin-right: auto;
}

.p-free-fv__body {
  line-height: 2;
}

/***** FV sub *****/
.p-free-fv-sub {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-free-fv-sub {
    padding-top: 0;
  }
}

.p-free-container {
  padding: 0 90px;
}
@media screen and (max-width: 767px) {
  .p-free-container {
    padding: 0;
  }
}

.p-free-fv-sub__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 767px) {
  .p-free-fv-sub__wrap {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-free-fv-sub__img,
.p-free-fv-sub__txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-free-fv-sub__img,
.p-free-fv-sub__txt {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.p-free-fv-sub__img img,
.p-free-fv-sub__txt img {
  width: auto;
}

@media screen and (max-width: 767px) {
  .p-free-fv-sub__img {
    margin-bottom: 40px;
  }
}

.p-free-fv-sub__ttl {
  margin-top: 0;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-free-fv-sub__ttl {
    text-align: center;
  }
}

.p-free-fv-sub__body {
  line-height: 2;
}

/***** 03 *****/
.p-free-03 {
  position: relative;
  padding-top: 19px;
  padding-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .p-free-03 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-free-03:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 1px;
    background: #e3e3e6;
  }
}

.p-free-03__ttl {
  margin-top: 0;
  font-size: 16px;
  font-weight: normal;
}

.p-free-03__body {
  line-height: 2;
}

.p-free-03-box {
  padding: 34px 0;
  border-bottom: 1px solid #e3e3e6;
}
.p-free-03-box:last-child {
  border-bottom: 0;
}

.p-free-03-txt {
  margin: 0 auto;
  width: 83.333%;
}
.p-free-03-txt .p-free-03__ttl {
  text-align: center;
}

.p-free-03-media {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 767px) {
  .p-free-03-media {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-free-03-media.is-reverse .p-free-03-media__img {
  order: -1;
}

.p-free-03-media__img,
.p-free-03-media__txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-free-03-media__img,
.p-free-03-media__txt {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.p-free-03-media__img img,
.p-free-03-media__txt img {
  width: auto;
}

@media screen and (max-width: 767px) {
  .p-free-03-media__txt {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.p-free-03-img {
  margin-bottom: 34px;
}
.p-free-03-end {
	margin-top: 50px;
	text-align: center;
}


/***** 04 *****/
.p-free-04 {
  position: relative;
  padding: 94px 0;
}
@media screen and (max-width: 767px) {
  .p-free-04 {
    padding: 60px 0;
  }
}
.p-free-04:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  background: #e3e3e6;
}

.p-free-04__ttl {
  margin-top: 0;
  font-size: 28px;
  font-weight: 300;
  font-family: "Josefin Sans", "Yu Gothic Medium", "&#222;&#226;\¡­\&#183;\&#195;\&#175; Medium", YuGothic, "&#222;&#226;\¡­\&#183;\&#195;\&#175;&#194;&#206;", "\&#210;\&#233;\&#174;\&#206;&#179;&#209;\¡­ ProN W3", "Hiragino Kaku Gothic ProN", "\&#225;\&#164;\&#234;\&#170;", "Meiryo", "Lucida Grande", sans-serif;
  text-align: center;
}

.p-free-04-slider {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 767px) {
  .p-free-04-slider {
    display: block;
    margin: 24px 0 0 0;
  }
}

.p-free-04-slider-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  width: 58.33333%;
}
@media screen and (max-width: 767px) {
  .p-free-04-slider-img {
    padding: 0;
    width: auto;
  }
}

.p-free-04-slider-txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  width: 41.66667%;
}
@media screen and (max-width: 767px) {
  .p-free-04-slider-txt {
    padding: 0;
    width: auto;
  }
}

.p-free-04-slider-txt__ttl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px 0 10px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  min-height: 91px;
  font-size: 16px;
  font-weight: normal;
}
.p-free-04-slider-txt__ttl span {
  display: block;
  font-size: 14px;
}

.p-free-04-slider-txt__body {
  line-height: 2;
}

/* slick */
@media screen and (max-width: 767px) {
  .p-free-04-slider-img .slick-slide {
    height: auto;
  }
}
.p-free-04-slider-img .slick-dots {
  bottom: 20px;
  width: calc(100% - 24px);
}
.p-free-04-slider-img .slick-dots li {
  width: auto;
  height: auto;
}
.p-free-04-slider-img .slick-dots li button {
  width: 8px;
  height: 8px;
}
.p-free-04-slider-img .slick-dots li button:before {
  color: #ffffff;
}
.p-free-04-slider-img .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff;
}
.p-free-04-slider-img .slick-prev, .p-free-04-slider-img .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: none;
  background: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
.p-free-04-slider-img .slick-prev:before, .p-free-04-slider-img .slick-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-free-04-slider-img .slick-prev {
  left: 20px;
}
.p-free-04-slider-img .slick-next {
  right: 20px;
}
.p-free-04-slider-img .slick-next:before {
  left: 12px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.p-free-04-end {
  margin-top: 80px;
  text-align: center;
}

.p-free-04-end__body {
  margin-bottom: 28px;
}

.p-free-btn {
  display: inline-block;
  padding: 13px 8px 8px 8px;
  min-width: 200px;
  border: 1px solid #989898;
  line-height: 1.6;
  font-size: 14px;
  font-family: "Josefin Sans", "Yu Gothic Medium", "&#222;&#226;\¡­\&#183;\&#195;\&#175; Medium", YuGothic, "&#222;&#226;\¡­\&#183;\&#195;\&#175;&#194;&#206;", "\&#210;\&#233;\&#174;\&#206;&#179;&#209;\¡­ ProN W3", "Hiragino Kaku Gothic ProN", "\&#225;\&#164;\&#234;\&#170;", "Meiryo", "Lucida Grande", sans-serif;
  font-weight: 300;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}
.p-free-btn:hover {
  text-decoration: none !important;
  background: #f5f5f5;
  color: #787878;
}

/***** 05 *****/
.p-free-05 {
  position: relative;
  padding: 94px 0;
}
@media screen and (max-width: 767px) {
  .p-free-05 {
    padding: 60px 0;
  }
}
.p-free-05:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  background: #e3e3e6;
}

.p-free-05__ttl {
  margin-top: 0;
  font-size: 18px;
  font-family: "Josefin Sans", "Yu Gothic Medium", "&#222;&#226;\¡­\&#183;\&#195;\&#175; Medium", YuGothic, "&#222;&#226;\¡­\&#183;\&#195;\&#175;&#194;&#206;", "\&#210;\&#233;\&#174;\&#206;&#179;&#209;\¡­ ProN W3", "Hiragino Kaku Gothic ProN", "\&#225;\&#164;\&#234;\&#170;", "Meiryo", "Lucida Grande", sans-serif;
  font-weight: 300;
  text-align: center;
}

.p-free-05__body {
  line-height: 2;
}

.p-free-05__btn {
  margin-top: 28px;
  text-align: center;
}

/******************************/
/* Video */
/******************************/
.u-container-free {
  padding-left: 1.4%;
  padding-right: 1.4%;
}

.c-free-head__ttl {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 24px;
  font-family: "Josefin Sans", "Yu Gothic Medium", "&#222;&#226;\¡­\&#183;\&#195;\&#175; Medium", YuGothic, "&#222;&#226;\¡­\&#183;\&#195;\&#175;&#194;&#206;", "\&#210;\&#233;\&#174;\&#206;&#179;&#209;\¡­ ProN W3", "Hiragino Kaku Gothic ProN", "\&#225;\&#164;\&#234;\&#170;", "Meiryo", "Lucida Grande", sans-serif;
  font-weight: 300;
  text-align: center;
}

.p-video__ttl {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
  font-size: 21px;
  font-family: "Josefin Sans", "Yu Gothic Medium", "&#222;&#226;\¡­\&#183;\&#195;\&#175; Medium", YuGothic, "&#222;&#226;\¡­\&#183;\&#195;\&#175;&#194;&#206;", "\&#210;\&#233;\&#174;\&#206;&#179;&#209;\¡­ ProN W3", "Hiragino Kaku Gothic ProN", "\&#225;\&#164;\&#234;\&#170;", "Meiryo", "Lucida Grande", sans-serif;
  font-weight: 300;
}
.p-video__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  margin-top: -3px;
  width: 100%;
  border-top: 2px dotted #c3c3c3;
}
.p-video__ttl span {
  display: inline-block;
  padding-right: 10px;
  background: #ffffff;
}

.p-video-new__wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-video-new__wrap {
    display: block;
  }
}

.p-video-new__img {
  margin-right: 15px;
  width: 62%;
  max-width: 565px;
}
@media screen and (max-width: 767px) {
  .p-video-new__img {
    margin-bottom: 30px;
    margin-right: 0;
    width: auto;
    max-width: inherit;
  }
}
.p-video-new__img img {
  width: 100%;
}

.p-video-new__txt {
  flex: 1;
  border-top: 3px solid #c3c3c3;
  border-bottom: 3px solid #c3c3c3;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-video-new__txt {
    padding-bottom: 20px;
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
}

.p-video-new-tbl {
  width: 100%;
  font-family: "Josefin Sans", "Yu Gothic Medium", "&#222;&#226;\¡­\&#183;\&#195;\&#175; Medium", YuGothic, "&#222;&#226;\¡­\&#183;\&#195;\&#175;&#194;&#206;", "\&#210;\&#233;\&#174;\&#206;&#179;&#209;\¡­ ProN W3", "Hiragino Kaku Gothic ProN", "\&#225;\&#164;\&#234;\&#170;", "Meiryo", "Lucida Grande", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-video-new-tbl {
    font-size: 15px;
  }
}
.p-video-new-tbl th {
  padding: 8px 0;
  border-bottom: 1px dotted #c3c3c3;
  width: 105px;
  font-weight: 300;
  font-style: italic;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-video-new-tbl th {
    padding: 15px 0;
  }
}
.p-video-new-tbl td {
  padding: 8px 0;
  border-bottom: 1px dotted #c3c3c3;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-video-new-tbl td {
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-video-new-quantity {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.p-video-new-quantity__ttl {
  margin: 10px 0 5px 0;
  font-family: "Josefin Sans", "Yu Gothic Medium", "&#222;&#226;\¡­\&#183;\&#195;\&#175; Medium", YuGothic, "&#222;&#226;\¡­\&#183;\&#195;\&#175;&#194;&#206;", "\&#210;\&#233;\&#174;\&#206;&#179;&#209;\¡­ ProN W3", "Hiragino Kaku Gothic ProN", "\&#225;\&#164;\&#234;\&#170;", "Meiryo", "Lucida Grande", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-video-new-quantity__ttl {
    margin-top: 20px;
    width: 105px;
  }
}

.p-video-new-quantity__body {
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .p-video-new-quantity__body {
    flex: 1;
    margin-top: 20px;
  }
}

.p-video-new-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -3px 0 -3px;
  padding: 0;
  list-style: none;
}

.p-video-new-thumb-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3px;
  padding-right: 3px;
  width: 50%;
}

.p-video-new-thumb-list__item img {
width:100%;
}

.p-video-new-thumb-list__item:nth-child(n+3)
{
margin: 8px 0 0 0;
}

.p-video-gallery {
  margin-top: 40px;
}

.p-video-gallery-list {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .p-video-gallery-list {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.p-video-gallery-list .slick-slide {
  height: auto;
}
.p-video-gallery-list .slick-track {
  margin: 0;
}
.p-video-gallery-list .slick-arrow {
  z-index: 10;
  background: #b3b2b3;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.p-video-gallery-list .slick-arrow:hover, .p-video-gallery-list .slick-arrow:focus, .p-video-gallery-list .slick-arrow:active {
  background: #909090;
}
.p-video-gallery-list .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-video-gallery-list .slick-next {
  right: -2px;
}
@media screen and (max-width: 767px) {
  .p-video-gallery-list .slick-next {
    right: -8px;
  }
}
.p-video-gallery-list .slick-prev {
  left: -2px;
}
@media screen and (max-width: 767px) {
  .p-video-gallery-list .slick-prev {
    left: -8px;
  }
}
.p-video-gallery-list .slick-prev:before {
  margin-left: -3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.p-video-gallery-list__item {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-video-gallery-list__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.p-video-gallery-list__txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 5px 3px 5px;
  min-height: 44px;
  font-size: 12px;
  background: #aeaeae;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-video-gallery-list__txt {
    font-size: 11px;
  }
}

.p-video-gallery-list__img img {
  width: 100%;
}

/*add20220622*/

  .footer-link-list__item.last {
    margin-top: -14px;
  }
  
  @media screen and (max-width: 767px) {
    .pc {
      display: none;
    }
    .sp.insta {
      display: inline-block;
      padding-left: 10px;
    }
    .pc.insta {
      display: none;
    }
    .footer-link-list__item.last .footer-link-list__link {
      padding-top: 30px;
    }

    
  }
  @media screen and (min-width: 768px) {
    .sp {
      display: none;
    }
    .sp.insta {
      display: none;
    }
    .pc.insta {
      display: inline-block;
    }
  }

.l-header-cart-btn__count {
box-sizing: border-box;
position: absolute;
top: 5px;
left: -6px;
padding: 3px 2px 3px 2px!important;
height: 16px;
min-width: 16px;
border-radius: 12px;
line-height: 1;
font-size: 10px;
background: #aaaaaa;
color: #ffffff;
text-align: center;
}


.header-line-nav a.cart_btn:hover {
text-decoration: none;

}
.header-line-nav a.cart_btn:hover span.l-header-cart-btn__count {
text-decoration: none;
color: #ffffff;
}
    
.l-sp-header-cart-btn__count {
    box-sizing: border-box;
    position: absolute;
    top: 34px;
    left: -2px;
    padding: 3px 2px 3px 2px!important;
    height: 16px;
    min-width: 16px;
    border-radius: 12px;
    line-height: 1;
    font-size: 10px;
    background: #aaaaaa;
    color: #ffffff;
    text-align: center;
}

    .header-line-nav a.cart_btn:hover {
      text-decoration: none;
      
    }
    .header-line-nav a.cart_btn:hover span.l-header-cart-btn__count {
      text-decoration: none;
      color: #ffffff;
    }
/*    .header-line-nav a:hover span.cart_btn {
    text-decoration: none;
    }*/
  
    