@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Josefin+Sans&family=Noto+Serif+JP:wght@400;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
*/
/* RESET
----------------------------------------------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.8em;
  color: #020202;
  height: 100%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  background: #fff;
  position: relative;
  letter-spacing: .4px;
}

sup,sub {
  font-size: 70%;
}
small {
  font-size: 80%;
}
.en {
  font-family: 'Cormorant Garamond', serif;
}
.en_gosic {
  font-family: 'Josefin Sans', sans-serif;
}
.gosic {
  font-family: BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", "游ゴシック Medium",YuGothic, "游ゴシック体", Verdana, Meiryo, sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
}
.gosic_jp_en_mix {
  font-family: 'Josefin Sans', "Yu Gothic Medium", "游ゴシック Medium",YuGothic, "游ゴシック体", Verdana, Meiryo, sans-serif;
}

@media only screen and ( max-width : 767px ) {
  body {font-size: 13px;}
}


table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #000;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.clr {
  zoom:1;
  display:inline-table;
}
.clr:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;
  }

* html .clr {
  height:1%;
  display:inline-table;
  display:block;
  height:1%;
}
.clr {
  display:block;
}

input,textarea {
    border-radius:0;
    line-height: 1em;
}
input[type="text"],textarea,input[type="tel"],input[type="email"],input[type="number"]{
  padding:10px;
  border: none;
  margin:0;
  display: block;
  background: #fff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  border: 1px solid #e9e9e9;
  width: 100%;
  border-radius: 5px;
}

input.short_input {
  width: 5em;
  display: inline-block;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  height: 7em;
  width: 100%;
  display: block;
  resize: vertical;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

label input[type="checkbox"] + span::before {
  border-color: #00acc1;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #00acc1;
}
label input[type="checkbox"] + span,
label input[type="radio"] + span {
  position: relative;
  padding: 0 8px 5px 22px;
}
label {
  position: relative;
  /*display: block;*/
  display: inline-block;
  word-break: break-all;
}
label span {
  display: inline-block;
}
label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px #c4c4c4 solid;
  background: #fff;
}
label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 2px 5px;
  width: 6px;
  height: 9px;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #ef9457;
  border: 1px #ef9457 solid;
}
label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
}
label input[type="radio"] + span::before {
  z-index: 0;
  top: 2px;
  left: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px #c4c4c4 solid;
  background: #fff;
}
label input[type="radio"]:checked + span::before {
  border: 4px #ef9457 solid;
}

.select-wrap {
    position: relative;
}
.select-wrap:before {
  content: "\f078";
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -0.5em;
    height: 1em;
    line-height: 1em;
    pointer-events: none;
    font-family: "Font Awesome 5 Pro";
    color: #878c91;
    font-size: 11px;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 34px 8px 12px;
    border: none;
    color:#878c91;
    width:100%;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *behavior:url(./scripts/boxsizing.htc);
}

@media(max-width:767px){
  .sp_none{display:none !important;}
}
@media print, screen and ( min-width : 768px ) {
  .sp{
    display:none;
  }
}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {display: block;}
img {
    max-width: 100%;
    height: auto;
}

@media only screen and ( max-width : 767px ) {
  .container {
    padding: 0 6%;
  }
  .sp_inner {
    padding: 0 6%;
  }
  .sp_box {
    margin-bottom: 40px;
  }
  .sp_sbox {
    margin-bottom: 20px;
  }
  .sp_ssbox {
    margin-bottom: 10px;
  }
  .sp_inner {
    padding: 0 20px;
  }
  .section {
    padding: 40px 0;
    margin-bottom: 0;
  }
  .br_pc {
    display: none;
  }
  .box {
    margin-bottom: 40px;
  }
  .sbox {
    margin-bottom: 20px;
  }
  .ssbox {
    margin-bottom: 10px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .posL {
    float: left;
  }
  .posR {
    float: right;
  }
  .br_sp {
    display: none;
  }
  .section {
    padding: 80px 0;
  }
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
}



/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: .3s;
  /*color: #fff;*/
  position: relative;
  position: sticky;
}
#gmenu_btn {
  /*top: 0;
  right: 0;*/
  transition: .5s;
  cursor: pointer;
  /*position: absolute;*/
  z-index: 9999;
  width: 70px;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  right: auto;
}
/*#gmenu_btn.active {
  position: absolute;
  top: 0;
  right: 200px;
}*/
.grobal_overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity .5s;
}
.grobal_overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#main {
  min-height: 100%;
  transition: all .5s;
}
#gmenu_btn .menu-trigger {
  width: 24px;
  height: 18px;
  position: relative;
}
#gmenu_btn .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #717071;
  transition: all .5s;
}
#gmenu_btn.active .menu-trigger span {
  background-color: #717071;
}
#gmenu_btn .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#gmenu_btn.active .menu-trigger span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
#gmenu_btn .menu-trigger span:nth-of-type(2) {
  top: 8px;
}
#gmenu_btn.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
#gmenu_btn .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#gmenu_btn.active .menu-trigger span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
#gNav {
  font-family: 'Josefin Sans', "Yu Gothic Medium", "游ゴシック Medium",YuGothic, "游ゴシック体", Verdana, Meiryo, sans-serif;
  width: 270px;
  height: 100%;
  overflow: auto;
  padding: 90px 0 0 0;
  background-color: rgba(255,255,255,.9);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  transform: translate(270px);
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#gNav.open {
  transform: translateZ(0);
}
.member_menu {
  position: absolute;
  align-items: center;
  height: 80px;
  left: 25px;
  top: 0;
  z-index: 99;
}
.member_menu li {
  font-size: 9px;
  margin-right: 15px;
}
.member_menu li:last-child {
  margin-right: 0;
}
.member_menu li a {
  display: block;
  color: #717071;
}
.member_menu li i {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
}
#gNav .nav {
  padding: 0 30px;
  margin-bottom: 50px;
}
#gNav .nav li {
  border-bottom: 1px solid #cac180;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#gNav .nav li:last-child {
  margin-bottom: 0;
}
#gNav .nav li .sub-menu {
  display: none;
}
#gNav .nav li.menu-item-has-children .sub-menu.open {
  display: block;
}
#gNav .nav li .sub-menu li {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 1em;
}
#gNav .nav li a {
  font-weight: bold;
  color: #717071;
  display: block;
  padding: 0.2em 0;
  position: relative;
}
#gNav .nav .menu-item-has-children > a {
  padding-left: 20px;
}
#gNav .nav .menu-item-has-children > a:after,#gNav .nav .menu-item-has-children > a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0; 
  left : 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #717071;
  transition: .2s;
}
#gNav .nav .menu-item-has-children > a:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#gNav .nav .menu-item-has-children > a.open:before{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
#gNav .nav .menu-item-has-children > a.open:after{
  background: transparent;
}
.h_menu_bottom {
  position: relative;
  /*left: 0;
  bottom: 0;
  width: 100%;*/
  background: #a4b7ad;
}
.h_menu_bottom a {
  color: #fff;
  flex: auto;
  font-size: 11px;
  padding: 0 5px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.h_menu_bottom .h_menu_bottom_contact {
  font-size: 13px;
}
.h_menu_bottom a:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -.5px;
}
.h_menu_bottom a:last-child:after {
  content: none;
}
.h_menu_bottom a i {
  font-size: 13px;
  margin-right: 0.5em;
  display: inline-block;
}
@media only screen and ( max-width : 991px ) {
  #header {
    height: 80px;
    /*background: #fff;
    border-bottom: 1px solid #e9e9e9;*/
  }
  /*#header.is-fixed {
    background: #fff;
  }*/
  #h_logo {
    width: 155px;
    /*position: absolute;
    left: 15px;
    top: 20px;
    z-index: 99;*/
    padding-left: 15px;
  }
  /*.fixed #header {
    background: #fff;
  }*/
  #fixed_contact {
    display: none;
  }
  
}


@media only screen and ( max-width : 320px ) {
  /*#h_logo {
    width: 100px;
    left: 10px;
    top: 25px;
  }*/
}


@media print, screen and ( min-width : 992px ) {
  #sp_link {
    display: none;
  }
  #header {
    padding: 20px 20px 20px 40px;
    position: sticky;
    top: 0;
    transition: .5s;
  }
  #header.is-fixed {
    /*padding: 15px 0;*/
    /*border-bottom: 1px solid #e9e9e9;
    background: #fff;*/
  }
  #h_logo {
    width: 232px;
    transition: .5s;
  }
  #gmenu_btn {
    /*top: 18px;
    right: 18px;*/
  }
  .member_menu {
    left: 40px;
    top: 18px;
  }
  #gNav {
    padding-top: 140px;
    width: 320px;
    transform: translate(320px);
  }
  #gNav .nav {
    padding: 0 40px;
  }
  
  #fixed_contact {
    position: fixed;
    z-index: 99;
    writing-mode: vertical-rl;
    top: 50%;
    right: 0;
    margin-top: -100px;
  }

  #fixed_contact a {
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing: 0.25em;
    position: relative;
    height: 200px;
    background: #8CA891;
  }
  #fixed_contact a span {
    position: relative;
    display: inline-block;
    line-height: 45px;
    width: 45px;
    margin-top: -30px;
    transform: rotate(180deg);
  }
  #fixed_contact a span:before {
    content: "";
    width: 1px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -0.5px;
  }
}



/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #fff;
  position: relative;
  color: #717071;
}
#footer a {
  color: #717071;
}
#footer p {
  line-height: 2em;
}
#footer .copy {
  text-align: center;
  padding: 15px;
  /*color: #fff;
  background: #201f1f;*/
  font-size: 11px;
}
.f_sns_nav li a {
  font-size: 30px;
}

@media only screen and ( max-width : 991px ) {
  #f_content {
    padding: 40px 0;
  }
  #f_logo .f_logo_img {
    width: 160px;
    display: block;
    margin: 0 auto 40px;
  }
  #f_nav {
  }
  #f_nav li {
    margin: 0 10px;
  }
  #f_nav li a {
    display: block;
    padding: 5px 0;
  }
  .f_sns_nav {
    margin-top: 20px;
  }
  #f_sp_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
  }

  #sp_fixed_menu {
    position: fixed;
    background: #a4b7ad;
    z-index: 9999;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
  }
  #sp_fixed_menu a {
    justify-content: center;
  }
  #sp_fixed_menu a i {
    margin-right: 5px;
  }

  .sp_overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: opacity .5s;
  }
  .sp_overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    height: 100%;
    transition: all .5s;
  }
  #sp_menu_btn {
    cursor: pointer;
    font-size: 11px;
    color: #fff;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
    #sp_menu_btn i {
      font-size: 18px;
      margin-right: 5px;
    }
   
  #spNav {
    width: 250px;
    overflow: auto;
    padding: 20px;
    background-color: #fff;
    position: fixed;
    right: 0;
    z-index: 101;
    transform: translate(250px);
    transition: all .8s;
    bottom: 50px;
  }
  #spNav.open {
    transform: translateZ(0);
  }
  #spNav li {
    padding: 0 15px;
    width: 50%;
  }
  #spNav li a {
    position: relative;
    padding: 5px 0;
    display: block;
    color: #ccc;
  }

  #sp_menu_icon {
    /*width: calc(100% - 70px);*/
    width: 56%;
    position: relative;
    padding-left: 4%;
  }
  #sp_menu_icon:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #fff;
    right: -4%;
    top: 50%;
    transform: translateY(-50%);
  }
  #sp_fixed_menu .sp_icon_link a,#sp_fixed_menu .sp_nav_contact a {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 8px 0;
  }
  #sp_fixed_menu .sp_icon_link a {
    font-size: 16px;
    color: #fff;
  }
  #sp_fixed_menu .sp_icon_link {
    /*width: 20%;*/
    text-align: center;
    flex: 1;
  }
  #sp_fixed_menu .sp_icon_link i {
    font-size: 18px;
    margin-right: 5px;
    /*display: block;*/
  }
  #sp_fixed_menu .sp_icon_link i img {
    display: block;
  }
  #sp_fixed_menu .sp_icon_link i.fa-shopping-cart {
    font-size: 16px;
  }
  #sp_fixed_menu .sp_nav_contact {
    /*width: 40%;*/
    /*flex: auto;*/
    width: 100px;
    border-left: 1px solid #bdbdbd;
  }
  #sp_fixed_menu .sp_nav_contact span {
    /*display: block;*/
    text-align: center;
  }
  #footer p {
    text-align: center;
    margin-bottom: 1em;
  }
}
@media only screen and ( max-width : 767px ) {
}
@media only screen and ( max-width : 320px ) {
  /*#sp_fixed_menu .sp_nav_contact {
    width: 80px;
  }
  #sp_fixed_menu .sp_nav_contact span.en {
    font-size: 12px;
  }
  #sp_menu_btn {
    width: 60px;
  }
  #sp_menu_icon {
    width: calc(100% - 60px);
  }*/


}
@media print, screen and ( min-width : 768px ) {
}
@media print, screen and ( min-width : 992px ) {
  #f_content {
    padding: 60px 0;
  }
  #f_nav li {
    margin-right: 20px;
    font-size: 13px;
  }
  #f_nav li:last-child {
    margin-right: 0;
  }
  #sp_fixed_menu {
    display: none;
  }
  #footer p {
    margin-top: 1em;
  }
  
}




/* ---------------------------------------------------------------------------------------------

　   固定ボタン

--------------------------------------------------------------------------------------------- */
#pagetop {
  right: 0;
  bottom: 0;
  z-index: 99;
}
#pagetop a {
  display: block;
  text-align: center;
  background: #9BAFA5;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  overflow: hidden;
  font-size: 20px;
}

@media only screen and ( max-width : 767px ) {
  #pagetop {
    display: none !important;
  }
}


/* ---------------------------------------------------------------------------------------------

　   BUTTON

--------------------------------------------------------------------------------------------- */
.btn {
  display: block;
  background: #aa9c80;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #aa9c80;
}
.btn02 {
  display: block;
  background: #fff;
  color: #aa9c80;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #aa9c80;
}
.btn i,.btn02 i {
  margin-right: 5px;
}
.btn03 {
  display: block;
  background: #cac180;
  color: #fff;
  text-align: center;
  border: 1px solid #cac180;
  max-width: 200px;
  padding: 12px;
  margin: 0 auto;
}
.link_btn {
  display: inline-block;
  letter-spacing: 0.15em;
  position: relative;
  padding-bottom: 0.5em;
}
.link_btn:after {
  content: "";
  height: 2px;
  width: 40px;
  background: #222;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: .3s;
}
.link_btn:hover:after {
  right: calc(100% - 40px);
}

@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
  .btn,.btn02 {
    padding: 15px;
    max-width: 240px;
  }
  .link_btn {
    font-size: 17px;
  }

}

@media print, screen and ( min-width : 768px ) {
  .btn,.btn02 {
    padding: 15px;
    max-width: 300px;
  }
  .link_btn {
    font-size: 22px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   TITLE

--------------------------------------------------------------------------------------------- */

.sec_title span,.page_title span {
  display: block;
  letter-spacing: 0.1em;
}
.page_title span {
  text-align: center;
}

@media only screen and ( max-width : 767px ) {
  .sec_title,.page_title {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
  }
  .sec_title span.jp,.page_title span.jp {
    font-size: 12px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .sec_title,.page_title {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .sec_title span.jp,.page_title span.jp {
    font-size: 13px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
.bg_gry {
  background: #fdfdfd;
}
.bg_yellow {
  background: #fcf8f0;
}

.decimal li {
  list-style: decimal;
  margin-left: 1.4em;
}
.disc li {
  list-style: disc;
  margin-left: 1.4em;
}
.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}
#breadcrumb {
  font-size: 11px;
}
#breadcrumb li:after {
  content: "\f054";
    font-family: "Font Awesome 5 Pro";
    margin: 0 15px;
    font-size: 8px;
}
#breadcrumb li:last-child:after {
  content: none;
}
@media only screen and ( max-width : 991px ) {
  #main {
    /*margin-top: 80px;*/
  }
  #breadcrumb {
    padding-top: 20px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   INFORMATION

--------------------------------------------------------------------------------------------- */
#information {
  position: relative;
}
#information:before {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background: #222222;
  margin: 0 auto;
  /*left: 50%;
  margin-left: -1px;*/
}
.information_inner {
  background: #fff;
}
.information_inner h2 .en {
  letter-spacing: 0.1em;
}
.information_inner h2 span {
  display: block;
  text-align: center;
}
.information_inner li i {
  display: block;
  text-align: center;
}
.information_inner li i img {
  display: block;
  margin: 0 auto;
}
.information_inner li a {
  display: block;
  text-align: center;
}
.information_inner li a span {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and ( max-width : 991px ) {
  #information:before {
    margin-bottom: 30px;
    height: 24px;
  }
  .information_inner {
    padding: 50px 15px;
  }
  .information_inner h2 {
    margin-top: -65px;
    margin-bottom: 40px;
  }
  .information_inner h2 .en {
    font-size: 24px;
  }
  .information_inner h2 .jp {
    font-size: 12px;
  }
  .information_inner li {
    width: 50%;
    margin-top: 40px;
  }
  .information_inner li:nth-child(1),.information_inner li:nth-child(2) {
    margin-top: 0;
  }
  .information_inner li i {
    margin-bottom: 15px;
  }
  .information_inner li i img {
    width: 34px;
  }
  .information_inner li a span {
    font-size: 18px;
  }
  .information_inner li a {
    font-size: 12px;
  }
}
@media print, screen and ( min-width : 992px ) {
  #information:before {
    margin-bottom: 80px;
  }
  .information_inner {
    padding: 100px 80px;
  }
  .information_inner h2 {
    margin-top: -130px;
    margin-bottom: 80px;
  }
  .information_inner h2 .en {
    font-size: 44px;
  }
  .information_inner h2 .jp {
    font-size: 13px;
  }

  .information_inner li {
    width: 25%;
  }
  .information_inner li a {
    font-size: 13px;
  }
  .information_inner li i {
    margin-bottom: 30px;
  }
  .information_inner li a span {
    font-size: 20px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   商品一覧（PC5列）

--------------------------------------------------------------------------------------------- */

.items_box {
  width: 18.4%;
  margin-right: 2%;
}
.items_box:nth-child(5n) {
  margin-right: 0;
}
.items_thumb {
  position: relative;
}
.items_thumb .rank_num {
  position: absolute;
  z-index: 2;
  border: 1px solid #d8d9dd;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
.items_name {
  margin: 1.2em 0 0.8em 0;
}
.items_price {
  color: #878c91;
}
.items_price small {
  /*margin-left: 0.5em;*/
  display: block;
}
@media only screen and ( max-width : 991px ) {
  .items_thumb .rank_num {
    width: 22px;
    height: 22px;
    font-size: 12px;
    top: 6px;
    left: 6px;
  }
}
@media only screen and ( max-width : 767px ) {
  .sp_scroll_wrap {
    overflow: auto;
    margin-right: -6%;
  }
  .sp_scroll_wrap .items_list {
    min-width: 760px;
    padding-right: 20px;
  }
}
@media only screen and ( max-width : 320px ) {
  .sp_scroll_wrap .items_list {
    min-width: 700px;
    padding-right: 10px;
  }
}
@media print, screen and ( min-width : 991px ) {
  .items_thumb .rank_num {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    top: 10px;
    left: 10px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   商品詳細

--------------------------------------------------------------------------------------------- */
#slider {
  margin-bottom: 10px;
}
.slide-item img {
  width: 100%;
}
#slider{
  opacity: 0;
  transition: opacity .3s linear;
}
#slider.slick-initialized{
  opacity: 1;
}
#thumbnail-list {
  display: flex;
  flex-wrap: wrap;
}
#item_single p {
  line-height: 2em;
}

.thumbnail-item {
  /*flex: 0 1 20%;*/
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
  width: 23.5%;
  margin-right: 2%;
}
.thumbnail-item:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}
.due_date_area {
  margin-bottom: 20px;
}
.due_date_cat span {
  font-size: 12px;
  color: #aa9c80;
  border: 1px solid #aa9c80;
  padding: 2px 10px;
  margin-right: 5px;
}
.due_date_cat span:last-child {
  margin-right: 0;
}
.due_date a {
  color: #878c91;
  font-size: 13px;
}
.due_date a span {
  text-decoration: underline;
}
.due_date a i {
  margin-right: 5px;
}
#item_single .items_price {
  font-size: 24px;
  /*margin-bottom: 30px;*/
}
#item_single .items_price small {
  font-size: 13px;
}
/*.purchase_criteria {
  border-top: 1px solid #ddd;
}*/
.purchase_criteria dl {
  margin-top: 30px;
}
.purchase_criteria dt {
  position: relative;
}
.purchase_criteria dt .moss_required {
  position: absolute;
  font-size: 10px;
  padding: 1px 10px;
  border: 1px solid #aa9c80;
  color: #aa9c80;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.item_detail_table {
  background: #fdfdfd;
  font-size: 12px;
  color: #878c91;
}
.item_detail_table th,.item_detail_table td {
  vertical-align: middle;
  padding: 10px 20px;
  text-align: left;
}
.links li {
  margin-bottom: 0.5em;
}
.links li:last-child {
  margin-bottom: 0;
}
.links li a {
  /*text-decoration: underline;*/
  color: #878c91;
  font-size: 13px;
  display: inline-block;
  position: relative;
  padding-left: 1em;
}
.links li a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.items_left .item_accordion {
  margin: 40px 0;
  border-top: 1px solid #ccc;
}
.items_left .item_switch {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 10px 20px 10px 0;
  position: relative;
  color: #777;
}
.items_left .item_switch:before,.items_left .item_switch:after {
  content: "";
  display: block;
  position: absolute;
  top: 0; 
  right : 10px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #717071;
  transition: .2s;
}
.items_left .item_switch:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.items_left .item_switch.open:before{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.items_left .item_switch.open:after{
  background: transparent;
}
.items_left .item_contentWrap {
  display: none;
  padding: 15px 0;
  border-bottom: 1px solid #111;
}
.cart_btn li a {
  letter-spacing: .15em;
  font-size: 20px;
}
@media only screen and ( max-width : 991px ) {
  .items_left {
    margin-bottom: 30px;
  }
}
@media only screen and ( max-width : 767px ) {

  .thumbnail-item:nth-child(4n) {
    margin-right: 0;
  }
  .purchase_criteria {
    /*margin-top: 50px;
    padding-top: 25px;*/
  }
  .purchase_criteria dt {
    background: #fafafa;
    padding: 10px;
  }
  .purchase_criteria dd {
    padding: 20px 10px;
  }
  .purchase_criteria dt .moss_required {
    right: 10px;
  }
  .purchase_criteria dd:last-of-type {
    padding-bottom: 0;
  }
  #item_single h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .cart_btn {
    /*margin-top: 20px;*/
  }
  .cart_btn li {
    width: 100%;
    margin-bottom: 15px;
  }
  .cart_btn li:last-child {
    margin-bottom: 0;
  }
  .cart_btn li a {
    margin: 0 auto;
    max-width: 280px;
  }
  .item_detail_table th {
    width: 110px;
  }
  .items_price {
    text-align: center;
  }
}
@media print, screen and ( min-width : 768px ) {
  .thumbnail-item {
    width: 13.4285714286%;
    margin-right: 1%;
    margin-bottom: 7px;
  }
  .thumbnail-item:nth-child(7n) {
    margin-right: 0;
  }
  #item_single h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .purchase_criteria {
    /*margin-top: 80px;
    padding-top: 40px;*/
  }
  .purchase_criteria dt,.purchase_criteria dd {
    margin-bottom: 20px;
  }
  .purchase_criteria dt:last-of-type,.purchase_criteria dd:last-of-type {
    margin-bottom: 0;
  }
  .purchase_criteria dt {
    width: 10em;
    margin-right: 1.5em;
    padding-right: 45px;
  }
  .purchase_criteria dd {
    width: calc(100% - 11.5em);
  }
  .cart_btn {
    /*margin-top: 40px;*/
  }
  .cart_btn li {
    width: 49%;
  }
  .cart_btn li a {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }
  .cart_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .item_detail_table th {
    width: 160px;
  }
}
@media print, screen and ( min-width : 992px ) {
  .items_left,.items_right {
    width: 48%;
  }
  .items_left .purchase_criteria {
    margin-top: -65px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   Category

--------------------------------------------------------------------------------------------- */
.category__menu li {
  opacity: .4;
}
.category__menu li.current {
  opacity: 1;
}
.category__menu li:last-child {
  margin-right: 0;
}
.category__box .fit {
  height: 100%;
}
.category__box {
  padding: 5px;
}
.category__box a {
  display: block;
  position: relative;
  height: 100%;
}
.category__box a .category__link__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34,34,34,.4);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: .5s;
}
.category__box a:hover {
  opacity: 1;
}
.category__link__text p {
  text-align: center;
}
.category__link__text .category__link__itemname {
  font-size: 13px;
}
.category__link__text .category__link__itemprice {
  font-size: 18px;
  margin: 10px 0;
}
.category__link__text .category__link__itemmore {
  font-size: 12px;
}

@media only screen and ( max-width : 991px ) {
  /*.category_page {
    margin-top: 80px;
  }*/
  .category__box {
    height: 220px;
  }
}
@media only screen and ( max-width : 767px ) {
  .category__menu li {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .category__block__inner01 .category__block__left,.category__block__inner01 .category__block__right {
    width: 100%;
  }
  .category__box {
    width: 100%;
  }
}
@media print, screen and ( min-width : 768px ) {
  .category__menu li {
    margin-right: 40px;
    margin-bottom: 15px;
  }
  .category__block__inner01 .category__block__left {
    width: 33.333333333333333%;
  }
  .category__block__inner01 .category__block__right {
    width: 66.666666666666667%;
  }
  .category__box01 {
    height: 100% !important;
  }
  .category__box02 {
    width: 100%;
  }
  .category__box03,.category__box04 {
    width: 50%;
  } 
  .category__box05 {
    width: 66.666666666666667%;
  }
  .category__box06 {
    width: 33.333333333333333%;
  }
  .category__box07,.category__box08,.category__box09 {
    width: 33.333333333333333%;
  }
  .category__box a .category__link__text {
    opacity: 0;
  }
  .category__box a:hover .category__link__text {
    opacity: 1;
  }
}
@media print, screen and ( min-width : 992px ) {
  /*.category_page {
    margin-top: 250px;
  }*/
  .category__box {
    height: 340px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
