@charset "euc-jp";

/* style.css ここから */
.clearfix,
section,
ul {
  zoom: 1;
}
.clearfix:after,
section:after,
ul:after {
  content: "";
  display: block;
  clear: both;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 834px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  list-style: none;
  font-family: "Open Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
header a.logo {
    z-index: 1000;
    position: absolute !important;
    top: 17px;
    width: 240px;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
}
a#menu {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  height: 21px;
  width: 30px;
  z-index: 120;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
}
a#menu.active span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 20px;
  width: 30px;
  height: 1px;
  background-color: #000;
}
a#menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  top: 20px;
}
a#menu.active span:nth-of-type(2) {
  opacity: 0;
  top: 30px;
}
a#menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  bottom: 20px;
}
.hcbb {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: fixed;
  z-index: 1000;
  right: 10px;
  top: 10px;
}
.hcbb img {
  max-width: 100%;
  width: 20px;
  position: absolute;
  height: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
:focus {
  outline: 0;
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
small {
  font-size: 90%;
}

/* Structure
----------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  zoom: 1;
}
html,
body {
  color: #000;
  /*    background: rgb(0, 0, 0);*/
  -webkit-text-size-adjust: 100%;
  text-align: center;
  height: 100%;
  font-size: 14px;
  line-height: 1.75;
}
#page {
  min-width: 768px;
}
a,
a img {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

input,
button {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn,
input.purchase_submit_button {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 8px 20px;
  margin: 0 auto;
  color: #fff;
  background: #69de8c;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.btn:hover {
  background: #fff;
}
input.purchase_submit_button {
  width: 100%;
  font-weight: bold;
}
input.search_box {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  padding: 0 0;
  width: 70px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  /*    background-color: rgba(0, 0, 0, 0.9);*/
  text-transform: uppercase;
}
.header-fix ul li a.fci.cart span {
  display: inline-block;
  padding-left: 5px;
}
input.ssi_btn {
  width: 18px;
  position: relative;
  top: 4px;
}
a:hover {
  text-decoration: none;
  opacity: .5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
h2 {
  font-size: 32px;
  line-height: 1;
  margin: 0 0 20px;
}
.home #header {
  display: none;
}
#header,
#footer {
  text-align: center;
  position: fixed;
  width: 100%;
  color: #fff;
  font-weight: bold;
  height: 20px;
  padding: 30px 0;
  line-height: 20px;
  z-index: 100;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
#header:hover,
#footer:hover {
  /*    background-color: rgba(87, 89, 159,0.9);*/
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
header .logo img {
  max-width: 100%;
}
#header ul li {
  display: inline-block;
}
#header ul {
}
#header ul li:after {
  content: " / ";
}
#header ul li:last-child:after {
  content: "";
}
#footer {
  font-size: 12px;
  bottom: 0;
  letter-spacing: 0.12em;
  background-color: rgba(0, 0, 0, 1);
}
#header ul li a,
#footer li a {
  /*    color: #fff;*/
}
#footer li a {
  color: #fff;
}
#footer ul li {
  display: inline-block;
}
#footer ul li img {
  margin: 0 0 -4px;
}
#footer ul li:after {
  content: " / ";
  opacity: 0.4;
  color: transparent;
}
#footer ul li:last-child:after {
  content: "";
}
#footer li span {
  opacity: 0.2;
}
#header ul li a:hover {
  opacity: .5;
}
#footer ul#area {
  position: absolute;
  top: 16px;
  left: 40px;
}
#footer ul#lang {
  position: absolute;
  bottom: 20px;
  left: 40px;
}
.en #footer ul#lang .en a,
.ch #footer ul#lang .ch a,
.kr #footer ul#lang .kr a {
  opacity: 1;
}
#footer ul#sns {
  position: absolute;
  right: 40px;
  bottom: 32px;
}
#footer ul#sns li {
  margin: 0 0 0 4px;
}
#footer ul#sns li:after {
  content: "";
}
#footer ul#sns li:first-child:after {
  content: "|";
  position: relative;
  left: 5px;
}
#footer ul#lang li a {
  position: relative;
  padding: 0 0 0 25px;
}
#footer ul#lang li a:before {
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 18px;
  height: 18px;
}
#footer li .fci.cart span {
  opacity: 1;
  color: #fff;
  background: #020202;
  border-radius: 10px;
  width: 15px;
  display: inline-block;
  height: 15px;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 0 0 0 5px;
  font-size: 10px;
}
#footer ul#lang li a.login:before {
  background: url(https://file001.shop-pro.jp/PA01318/341/images/login.png) no-repeat center center;
  background-size: contain;
}
#footer ul#lang li a.cart:before {
  background: url(https://file001.shop-pro.jp/PA01318/341/images/shopping-cart.png) no-repeat center center;
  background-size: contain;
}
#footer ul#lang li a.search:before {
  background: url(https://file001.shop-pro.jp/PA01318/341/images/magnifying-glass.png) no-repeat center center;
  background-size: contain;
}
.footmenu {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 999;
  padding: 10px 0;
}
.footmenu ul {
  text-align: center;
}
.footmenu ul li {
  display: inline-block;
}
.footmenu ul li a {
  color: #fff;
  padding: 0 5px;
  text-transform: uppercase;
}
.free-cat ul li,
.free-brand ul li {
  border-bottom: 1px solid #ffffff0f;
}
.free-brand ul li.alpha {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  box-sizing: border-box;
  padding: 10px 20px;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.2);
  text-align: left;
}
.free-cat ul li a.btn,
.free-brand ul li a.btn {
  display: block;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
  background: none;
  letter-spacing: 2px;
}
.content {
  width: 100%;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  margin: 0 auto;
  text-align: left;
  position: relative;
  top: 50%;
}
#page .btn.book {
  width: 360px;
  font-size: 18px;
  padding: 20px 0;
  cursor: pointer;
  display: block;
  margin: 60px auto 40px;
  background: #fff;
}
#page .btn.book:hover,
#top .content .btn:hover {
  color: #fff;
}

ul li .wrap .content {
  position: relative;
  z-index: 99;
}

/* #info */
#page #info.active,
#page #info ,#page #footbtm {
  color: #000;
  font-size: 14px;
  clear: both;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 40px 0 90px;
  letter-spacing: 0.12em;
  background: #fff;
}
#info .content {
  text-align: center;
}
#info .rstore {
  width: 124px;
  height: auto;
  margin: 10px 0;
}
#info .btn.book {
  margin: 0 auto;
}
#info a {
  color: #000;
  text-transform: uppercase;
}

#page div.container {
  width: 100%;
  height: 100%;
  position: relative;
  clear: both;
}
.flogo {
  display: inline-block;
  margin-bottom: 10px;
}
.flogo img {
  width: 240px;
  max-width: 100%;
}
/* Swiper Custom */
.swiper-wrapper p img {
  max-width: 100%;
}
.ssi_btn.pc {
  display: inline-block !important;
}

@media screen and (max-width: 834px) {
  header {
    height: 64px;
  }
  header a.logo {
    position: fixed !important;
    width: 100%;
    top: 19px;
    max-width: 160px;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
  #page {
    min-width: 100%;
    line-height: 1.75;
  }
  h2 {
    font-size: 32px;
    line-height: 1.5;
    margin: 0 0;
  }
  .content {
    width: 90%;
    margin: auto;
    text-align: left;
    position: relative;
    top: 50%;
  }
  .home #header {
    display: block;
  }
  #header,
  #footer {
    position: relative;
  }
  #navigation {
    width: 80%;
    padding: 0 10%;
    height: 100%;
    visibility: hidden;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    background-color: rgba(0, 0, 0, 0.96);
  }
  #navigation.active #header,
  #navigation.active #footer {
  }
  #navigation.active,
  #book.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
  }
  #header,
  #footer {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0 0;
    line-height: 20px;
  }
  #header:hover,
  #footer:hover {
    background: none;
  }
  #header ul {
    height: 100%;
  }
  #navigation ul li {
    display: block;
    font-size: 14px;
  }
  #navigation ul {
    margin: 0 0 20px;
  }
  #header,
  #footer {
    position: relative;
    top: 40%;
  }
  #header ul li {
    margin: 10px 0;
  }
  #header ul li:after {
    content: "";
  }
  #footer {
    bottom: auto;
    font-size: 16px;
    background: none;
  }
  #header ul li a,
  #footer li a {
    color: #fff;
    text-transform: uppercase;
  }

  #footer ul#area {
    position: relative;
    top: auto;
    left: auto;
  }
  #footer ul#lang {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
  }
  #footer ul#sns {
    position: relative;
    right: auto;
    bottom: auto;
  }
  #footer ul#sns li.instagram {
    margin-top: 20px;
  }
  #footer ul#sns li {
    margin: 0 0 0 4px;
  }
  #footer ul li {
    display: inline-block;
  }
  #footer ul li img {
    margin: 0 0 -4px;
  }
  .flogo img {
    width: 140px;
  }
  .content {
    width: 100%;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 0 auto;
    text-align: left;
    position: relative;
    top: 50%;
  }
  a#menu {
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    height: 20px;
    width: 100%;
    z-index: 999;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
    background: rgba(255, 255, 255, 0.8);
  }
  a#menu span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    width: 30px;
    height: 1px;
    background-color: #000;
  }
  a#menu span:nth-of-type(1) {
    top: 20px;
  }
  a#menu span:nth-of-type(2) {
    top: 30px;
  }
  a#menu span:nth-of-type(3) {
    bottom: 20px;
  }
  a#menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  a#menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  a#menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  /* #info */
  #page #info.active,
  #page #info {
    color: #000;
    font-size: 14px;
    clear: both;
    margin: 0 auto;
    padding: 30px 10px 50px;
    box-sizing: border-box;
  }
  #info .content {
    text-align: center;
  }
  #footer li .fci.cart span {
    padding: 0 0 0 1px;
    color: #030303;
    background: #ffffff;
  }
  input.search_box {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .ssi_btn.sp {
    display: inline-block !important;
  }
  #footer ul#lang li a.cart:before {
    background: url(https://file001.shop-pro.jp/PA01318/341/images/shopping-cart-sp.png) no-repeat center center;
    background-size: contain;
  }
  #footer ul#lang li a.login:before {
    background: url(https://file001.shop-pro.jp/PA01318/341/images/login-sp.png) no-repeat center center;
    background-size: contain;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 12px;
  }
  h2 {
    font-size: 24px;
    margin: 0;
  }
}

@media screen and (max-width: 834px) and (max-height: 414px) {
  #navigation ul li {
    display: inline-block;
  }
  body,
  html,
  section,
  #page {
    min-height: 480px;
  }
  #page #info.active,
  #page #info {
    width: auto;
    min-height: auto;
    height: auto;
    margin: 0;
    padding: 30px 0;
  }
}

@media screen and (max-height: 736px) and (max-width: 414px) {
  body,
  html,
  section,
  #page {
    min-height: auto;
  }
}

@media screen and (min-width: 835px) and (max-height: 768px) {
}

@media screen and (min-width: 835px) {
  #footer {
    padding: 15px 0;
  }
  #footer ul#lang {
    position: relative;
    bottom: 0;
    left: 40px;
    text-align: left;
    z-index: 9;
    width: 270px;
  }
  #footer ul#sns {
    position: relative;
    right: 30px;
    bottom: auto;
    float: right;
  }
  #footer ul#area {
    position: absolute;
    width: 100%;
    text-align: center;
    right: auto;
    left: auto;
  }
  #footer ul#lang li a:hover,
  #footer ul#area li a:hover,
  #footer ul#sns li a:hover {
    opacity: 0.5;
  }
}

.header-fix {
  text-align: left;
  box-sizing: border-box;
  padding: 20px 30px;
}

.header-fix ul li,
.header-fix ul li form {
  display: inline-block;
  position: relative;
}
.header-fix ul li a {
  position: relative;
  padding: 0 0 0 25px;
  text-transform: uppercase;
}
.header-fix ul li:after {
  position: relative;
  content: " / ";
  opacity: 0.4;
  color: #fff;
  top: 0;
  left: 0;
  padding: 0 5px;
}
.header-fix ul li:last-child:after {
  content: none;
}
.header-fix ul#lang li a:before {
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 18px;
  height: 18px;
}
.header-fix ul#lang {
  float: right;
}
.header-fix ul#area {
    top: 10px;
    left: 0;
    right: 0;
    width: 320px;
}

/*右寄せ*/
.header-fix ul#area {
  left: 0;
  right: auto;
}

.header-fix ul#area li a {
  padding: 0 0 0;
}
.header-fix ul#lang li a.login:before {
  background: url(https://file001.shop-pro.jp/PA01318/341/images/login.png) no-repeat center center;
  background-size: contain;
}
.header-fix ul#lang li a.cart:before {
  background: url(https://file001.shop-pro.jp/PA01318/341/images/shopping-cart.png) no-repeat center center;
  background-size: contain;
}
/* style.css ここまで */

/* modaal追加 ここから */
.modaal-wrapper {
  z-index: 9999999!important;
}
.mcat .modaal-container,
.mbrand .modaal-container {
  background: none;
  box-shadow: none;
}
.mabout .modaal-container {
  background: #fff;
  max-width: 680px;
  padding: 40px 30px;
}
.mabout .modaal-container .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
.mabout .modaal-container .dsc {
  margin-bottom: 20px;
}
.mabout .modaal-container img {
  max-width: 100%;
  margin-bottom: 10px;
}
.mabout .modaal-container:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #fff;
  z-index: -1;
}
.modaal-close:focus, .modaal-close:hover {
    background: none!important;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
    background: #fff!important;
}
@media screen and (max-width: 768px) {
  .mabout .modaal-container {
    padding: 25px 15px;
  }
}
/* modaal追加 ここまで */

/* add-header ここから */
.swiper {
    height: 70vw;
    padding-bottom: 35px!important;
}
.swiper-slide img {
    opacity: 1;
}
@media screen and (min-width: 835px) {
    #g-nav {display: none!important;}
}
@media screen and (max-width: 834px) {
    .swiper {
        height: 150vw;
    }
    a#menu {
        width: 30px;
    }
    .hcbb {
        left: 10px;
        right: auto;
    }
    header#Main.top + .openbtn1 > span {
        background: #F7C53C;
    }
    header#Main.top + .openbtn1.active > span {
        background: #000;
    }
    .openbtn1 {
        position: fixed;
        z-index: 99999;
        top: 5px;
        right: 0px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }
    .openbtn1 span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 2px;
        border-radius: 2px;
        background-color: #000;
        width: 45%;
    }
    .openbtn1 span:nth-of-type(1) {
        top:15px;
    }
    .openbtn1 span:nth-of-type(2) {
        top:23px;
    }
    .openbtn1 span:nth-of-type(3) {
        top:31px;
    }
    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 40%;
    }
    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
    }
    .openbtn1.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 40%;
    }

    #g-nav {
        position: fixed;
        top: 0;
        right: -120%;
        width: 80%;
        height: 100vh;
        background: #fff;
        transition: all 0.6s;
        text-align: left;
        z-index: 99998;
        overflow-y: scroll;
    }
    #g-nav.panelactive{
        right: 0;
        box-shadow: 0 0 18px #0000006e;
    }
    #g-nav #g-nav-list {
        padding: 80px 0 40px 40px;
    }
    #g-nav ul {
        z-index: 999;
    }
    #g-nav li{}
    #g-nav li > a,
    #g-nav li > span {
        color: #000;
        text-decoration: none;
        padding:10px;
        display: block;
        letter-spacing: 0.1em;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
    }
    #g-nav li > ul > li > a {
        text-transform: none;
    }
    #g-nav li > span.toggle_btn {
        position: relative;
        transition: all .5s;
    }
    #g-nav li > span.toggle_btn:after {
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        width: 14px;
        height: 24px;
        line-height: 1;
        font-size: 20px;
        transition: all .5s;
    }
    #g-nav li > span.toggle_btn.open:after {
        transform: rotate(225deg);
    }
    #g-nav #g-nav-list {
        padding: 60px 0 20px 20px;
    }
    #g-nav.panelactive #g-nav-list {
        position: relative;
        z-index: 999;
        width: 88%;
        -webkit-overflow-scrolling: touch;
        background: #fff;
    }
    #g-nav ul {
        z-index: 999;
        padding: 0;
    }
    #g-nav-list > ul > li.two a {
        position: relative;
        padding: 10px 10px 10px 25px;
        display: block;
    }
    #g-nav-list > ul > li:nth-child(2),
    #g-nav-list > ul > li:nth-child(7){
        margin: 0 0 25px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 25px;
    }
    #g-nav-list > ul > li.two a:before {
        content: '';
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 18px;
        height: 18px;
        background: url(https://file001.shop-pro.jp/PA01318/341/images/login.png)no-repeat center center;
        background-size: contain;
    }
    #g-nav-list > ul > li:nth-child(2) form > input.search_box {
        background-color: transparent;
        color: #000;
        font-size: 16px;
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        width: 80%;
    }
    #g-nav-list > ul > li:nth-child(2) > form {
        padding: 10px 10px 10px 3px;
    }
    #g-nav-list > ul > li:nth-child(2) form > input.ssi_btn {
        top: 0px;
    }
    #g-nav ul > li > ul {
        width: 100%;
    }
    #g-nav li > ul > li > a {
        font-size: 14px;
        padding: 0px 0 15px 20px;
        font-weight: normal;
    }
    #g-nav-list ul.sns-list-two {
        padding: 0 0 0 5px;
        margin: 20px 0 0;
    }
    #g-nav-list ul.sns-list-two > li {
        display: inline-block;
        margin: 0;
        padding: 0;
        border: none;
    }
    #g-nav-list ul.sns-list-two > li > a {
        display: block;
        width: 20px;
        padding: 5px;
    }
    #g-nav-list ul.sns-list-two > li > a > img {
        max-width: 100%;
    }
    h2.ttl-na {
        margin-top: 30px;
    }
}

a.more-btn {
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    background: #69de8c;
    transition: all .3s linear;
    font-size: 18px;
    width: 100%;
    max-width: 320px;
}
a.more-btn:hover {
    opacity: .7;
    color: #fff;
}
/* add-header ここまで */

.prd-lst-unit > a {
  display: block;
  margin-bottom: 5px;
}
.hcbb span {
    background: #313131;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 33px;
}

.ttl-h2 {
    margin-top: 40px;
    font-size: 24px;
}
span.copy {
  display: block;
  margin-top: 5px;
}
#page #footbtm {
  padding-bottom: 60px;
}
@media screen and (max-width: 640px) {
.ttl-h2 {
    font-size: 20px;
}
  span.copy {
    font-size: 10px;
}
  #page #footbtm {
  padding-bottom: 50px;
}
}

.def_lst {
    padding: 40px 20px;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}

.modaal-content-container ul li {
  border-bottom: 1px solid #ffffff0f;
}

.modaal-content-container ul li.alpha {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  box-sizing: border-box;
  padding: 10px 20px;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.2);
}