@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap');

body {
    font-size: 14px;
    font-family: "ten-mincho-text", serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    line-height: 200%;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
    letter-spacing: 0.5px;
}
* {
    box-sizing: border-box;
}
a {
    color: #333;
    transition: .3s;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
a:hover img {
    opacity: .7;
}
a.border-link {
    color: #967E67;
    border-bottom: 1px solid #967E67;
    transition: .3s;
    text-decoration: none;
    cursor: pointer;
    margin: 0 5px;
}
img {
    pointer-events: none;
    vertical-align: bottom;
}

/* text */
::-moz-selection {
    background-color: #C5AC95;
    color: #FFF;
}
::selection {
    background-color: #C5AC95;
    color: #FFF;
}

/* list */
ul,li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pc {
    display: none !important;
}
.inner {
    padding: 0 20px;
}

/* breadcrumbs */
.fs-c-breadcrumb {
    margin: 20px 20px 30px 20px;
    padding: 0;
    font-size: 12px;
    line-height: 160%;
}
.fs-c-breadcrumb ol {
    margin: 0;
    padding: 0;
}

/* btn */
button.fs-c-button--primary,
a.fs-c-button--primary {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    padding: 15px 20px;
    border: 1px solid #967E67;
    background: #FFF;
    border-radius: 0;
    width: 100%;
    transition: .3s;
    color: #967E67;
}
button.fs-c-button--primary::before,
a.fs-c-button--primary::before {
    content: "";
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23967E67%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E) no-repeat 95% 50%;
    background-size: 15px;
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.btn a {
    padding: 10px 20px;
    border: 1px solid #967E67;
    color: #967E67;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.btn a::before {
    content: "";
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23967E67%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 95% 50%;
    background-size: 15px;
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 0.5em;
}
.btn a:hover {
    text-decoration: none;
    color: #FFF;
    background: #967E67;
}
.btn a:hover::before {
    content: "";
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFFFF%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 95% 50%;
    background-size: 15px;
    display: block;
    width: 15px;
    height: 15px;
}

/* ttl */
h2.subttl {
    font-size: 24px;
    line-height: 160%;
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}
h2.subttl::before {
    content: "";
    border-top: 1px solid #D2D2D2;
    width: 25px;
    margin-right: 1em;
}

/* scrollbar */
::-webkit-scrollbar {
   width: 7px;
   height: 7px;
}
::-webkit-scrollbar-track {
   background-color: none;
}
::-webkit-scrollbar-thumb {
   background-color: #ADA593;
}


/* -------------------------
header
------------------------- */
header,
.header {
    padding: 20px 60px 20px 20px;
    display: flex;
    justify-content: space-between;
    background: rgba(255,255,255,.9);
    width: 100%;
    z-index: 1000;
}
.header_system {
    padding: 20px;
    justify-content: space-between;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo,
.header_system .logo,
.header .logo {
    width: 60%;
}
header .logo a,
.header_system .logo a,
.header .logo a {
    display: block;
}
header ul.gNav li,
.header_system ul.gNav li,
.header ul.gNav li {
    margin: 0 0 10px 0;
    padding: 0;
}
header ul.gNav li a,
.header_system ul.gNav li a,
.header ul.gNav li a {
    text-decoration: none;
    position: relative;
}
header ul.gNav li a::after,
.header_system ul.gNav li a::after,
.header ul.gNav li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
header ul.gNav li a:hover::after,
.header_system ul.gNav li a:hover::after,
.header ul.gNav li a:hover::after {
    transform: scale(1, 1);
}
header ul.ico,
.header_system ul.ico,
.header ul.ico {
    display: flex;
    justify-content: flex-start;
}
header ul.ico li,
.header_system ul.ico li,
.header ul.ico li {
    width: 31px;
    margin: 0;
}
header ul.ico li.search,
.header_system li.search,
.header li.search {
    margin: 0 20px 0 0 !important;
}
header ul.ico li.search a,
header ul.ico li.cart a,
.header_system li.search a,
.header_system li.cart a,
.header li.search a,
.header li.cart a {
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 31px;
}
header ul.ico li.search a,
.header_system li.search a,
.header li.search a {
    background: url("../img/common/header/ico_search.png") no-repeat;
}
header ul.ico li.cart a,
.header_system li.cart a,
.header li.cart a {
    background: url("../img/common/header/ico_cart.png") no-repeat;
}
header ul.ico li a:hover,
.header_system li a:hover,
.header li a:hover {
    opacity: .7;
}

.nav-button {
	display: none;
	margin: 5px 0;
	width: 20%; 
}
.nav {
  a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
  }
  li {
    display: inline-block;
    margin: 0 10px;
  }
}
.nav-wrap.open {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    padding-bottom: 30px;
}
.nav-wrap.close {
    display: none;
}
@media screen and (min-width: 767px) {
  .nav-wrap {
        display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 70px;
    display: none;
    z-index: 1001;
    background: #FFF; 
    width: 100%;
    height: calc( 100% - 70px );
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	}
    .nav-wrap .nav {
      height: 100%;
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
    }
    .nav-wrap li {
      display: block;
      margin: 0;
	 }

  /*メニューボタン*/
	.nav-button,
	.nav-button span {
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;
	}
	.nav-button {
		z-index: 1002;
		position: absolute;
		width: 25px;
		height: 21px;
		top: 20px;
		right: 20px;
		padding: 0;
	}
	.nav-button span {
		position: absolute;
		left: 50%;
		width: 25px;
		height: 1px;
		background-color: #000;
		border-radius: 10px;
		margin: 0 0 0 -25%;
	}
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 10px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span {
    background-color: #000;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    top: 1px;
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
}

/* gnav */
.nav-wrap.open .member {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #967E67;
    border-bottom: 1px solid #967E67;
    margin-bottom: 30px;
}
.nav-wrap.open .member li {
    width: 50%;
}
.nav-wrap.open .member li:first-child {
    border-right: 1px solid #967E67;
}
.nav-wrap.open .member li a {
    display: block;
    text-align: center;
    padding: 10px;
}
.nav-wrap.open .links h3 {
    background: #967E67;
    color: #FFF;
    font-size: 16px;
    line-height: 160%;
    padding: 10px 20px;
    margin: 0;
}
.nav-wrap.open .links ul li a {
    display: block;
    border-bottom: 1px solid #967E67;
    padding: 10px 20px;
}
.nav-wrap.open .sns {
    display: flex;
    justify-content: center;
    margin: 30px 0 0 0;
}
.nav-wrap.open .sns li:not(last-child) {
    margin-right: 15px;
}
.nav-wrap.open .sns li a {
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
}
.nav-wrap.open .sns li.fb a {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23000000%22%20class%3D%22bi%20bi-facebook%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M16%208.049c0-4.446-3.582-8.05-8-8.05C3.58%200-.002%203.603-.002%208.05c0%204.017%202.926%207.347%206.75%207.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017%201.195-3.131%203.022-3.131.876%200%201.791.157%201.791.157v1.98h-1.009c-.993%200-1.303.621-1.303%201.258v1.51h2.218l-.354%202.326H9.25V16c3.824-.604%206.75-3.934%206.75-7.951z%22%2F%3E%3C%2Fsvg%3E) no-repeat;
    background-size: 30px;
}
.nav-wrap.open .sns li.ig a {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23000000%22%20class%3D%22bi%20bi-instagram%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M8%200C5.829%200%205.556.01%204.703.048%203.85.088%203.269.222%202.76.42a3.917%203.917%200%200%200-1.417.923A3.927%203.927%200%200%200%20.42%202.76C.222%203.268.087%203.85.048%204.7.01%205.555%200%205.827%200%208.001c0%202.172.01%202.444.048%203.297.04.852.174%201.433.372%201.942.205.526.478.972.923%201.417.444.445.89.719%201.416.923.51.198%201.09.333%201.942.372C5.555%2015.99%205.827%2016%208%2016s2.444-.01%203.298-.048c.851-.04%201.434-.174%201.943-.372a3.916%203.916%200%200%200%201.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99%2010.445%2016%2010.173%2016%208s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926%203.926%200%200%200-.923-1.417A3.911%203.911%200%200%200%2013.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01%2010.172%200%207.998%200h.003zm-.717%201.442h.718c2.136%200%202.389.007%203.232.046.78.035%201.204.166%201.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275%201.485.039.843.047%201.096.047%203.231s-.008%202.389-.047%203.232c-.035.78-.166%201.203-.275%201.485a2.47%202.47%200%200%201-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478%202.478%200%200%201-.92-.598%202.48%202.48%200%200%201-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233%200-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24%201.485-.276.738-.034%201.024-.044%202.515-.045v.002zm4.988%201.328a.96.96%200%201%200%200%201.92.96.96%200%200%200%200-1.92zm-4.27%201.122a4.109%204.109%200%201%200%200%208.217%204.109%204.109%200%200%200%200-8.217zm0%201.441a2.667%202.667%200%201%201%200%205.334%202.667%202.667%200%200%201%200-5.334z%22%2F%3E%3C%2Fsvg%3E) no-repeat;
    background-size: 30px;
}


/* -------------------------
footer
------------------------- */
footer {
    background: #967E67;
    padding: 80px 0 0 0;
    font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 180%;
    color: #FFF;
    position: relative;
}
footer a {
    color: #FFF;
}
footer .ttl {
    text-align: center;
    margin-bottom: 80px;
}
footer .ttl .sp a {
    width: 40%;
    margin: 0 auto;
    display: block;
}
footer .ttl　a:hover {
    opacity: .7;
}
footer h2 {
    text-indent: -9999px;
    margin: 0;
}
footer h2 a {
    background: url("../img/common/footer/logo.png") no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 310px;
    height: 55px;
    display: block;
}
footer .sns {
    display: flex;
    margin: 0;
    position: absolute;
    top: 30px;
    right: 10px;
}
footer .sns li:not(last-child) {
    margin-right: 15px;
}
footer .sns li a {
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
}
footer .sns li.fb a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23ffffff%22%20class%3D%22bi%20bi-facebook%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M16%208.049c0-4.446-3.582-8.05-8-8.05C3.58%200-.002%203.603-.002%208.05c0%204.017%202.926%207.347%206.75%207.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017%201.195-3.131%203.022-3.131.876%200%201.791.157%201.791.157v1.98h-1.009c-.993%200-1.303.621-1.303%201.258v1.51h2.218l-.354%202.326H9.25V16c3.824-.604%206.75-3.934%206.75-7.951z%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    background-size: 30px;
}
footer .sns li.ig a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFFFF%22%20class%3D%22bi%20bi-instagram%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M8%200C5.829%200%205.556.01%204.703.048%203.85.088%203.269.222%202.76.42a3.917%203.917%200%200%200-1.417.923A3.927%203.927%200%200%200%20.42%202.76C.222%203.268.087%203.85.048%204.7.01%205.555%200%205.827%200%208.001c0%202.172.01%202.444.048%203.297.04.852.174%201.433.372%201.942.205.526.478.972.923%201.417.444.445.89.719%201.416.923.51.198%201.09.333%201.942.372C5.555%2015.99%205.827%2016%208%2016s2.444-.01%203.298-.048c.851-.04%201.434-.174%201.943-.372a3.916%203.916%200%200%200%201.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99%2010.445%2016%2010.173%2016%208s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926%203.926%200%200%200-.923-1.417A3.911%203.911%200%200%200%2013.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01%2010.172%200%207.998%200h.003zm-.717%201.442h.718c2.136%200%202.389.007%203.232.046.78.035%201.204.166%201.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275%201.485.039.843.047%201.096.047%203.231s-.008%202.389-.047%203.232c-.035.78-.166%201.203-.275%201.485a2.47%202.47%200%200%201-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478%202.478%200%200%201-.92-.598%202.48%202.48%200%200%201-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233%200-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24%201.485-.276.738-.034%201.024-.044%202.515-.045v.002zm4.988%201.328a.96.96%200%201%200%200%201.92.96.96%200%200%200%200-1.92zm-4.27%201.122a4.109%204.109%200%201%200%200%208.217%204.109%204.109%200%200%200%200-8.217zm0%201.441a2.667%202.667%200%201%201%200%205.334%202.667%202.667%200%200%201%200-5.334z%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    background-size: 30px;
}

footer h3 {
    margin: 0 0 10px 0;
}
footer .flexbox .box {
    margin-bottom: 30px;
}
footer .flexbox .box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .flexbox .box ul li {
    margin-bottom: 5px;
    width: 50%;
}
footer .flexbox .box ul li::before {
    content: "・";
}
footer .flexbox .box ul li a {
    text-decoration: none;
    position: relative;
}
footer .flexbox .box ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #FFF;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
footer .flexbox .box ul li a:hover::after {
    transform: scale(1, 1);
}
footer .copy {
    text-align: center;
    font-size: 12px;
    line-height: 160%;
    padding: 20px;
}

.floatbnr a {
    background: url("../img/common/ar_btn.png") no-repeat center;
    background-size: cover;
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-indent: -9999px;
}