/** Shopify CDN: Minification failed

Line 1615:0 Unexpected "}"

**/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("reset.css");
/*basic*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 990px) {
  .pc-s {
    display: none !important;
  }
}

@media screen and (min-width: 991px) {
  .sp-s {
    display: none !important;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Zen Kaku Gothic New',"游ゴシック体", YuGothic,"Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
  color: #000;
  line-height: 1.6;
  font-size: 1.8rem;
}

@media screen and (max-width: 990px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

a {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a {
    box-shadow: 0 0 1px transparent;
    transition-duration: 0.3s;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.5;
    cursor: pointer;
  }
  a img {
    -webkit-transition: 0.3s;
  }
}

::selection {
  background: #dededf;
  color: black;
}

::-moz-selection {
  background: #dededf;
  color: black;
}

.mln {
  margin-left: -0.5em;
}

h1, h2, h3, h4, h5, h5, p {
  font-feature-settings: "palt";
}
h2.normal{
    text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 2.5rem;
}
img {
  max-width: 100%;
  height: auto;
}

.bold {
  font-weight: 700;
}

.zen {
  font-family: 'Zen Kaku Gothic New',"游ゴシック体", YuGothic,"Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

#medium, #shop {
  margin-top: -80px;
  padding-top: 80px;
}

.site-main {
  overflow: hidden;
  position: relative;
}

.top-video-area{
position: relative;	
width: 100vw;
height: 100vh;
overflow: hidden;
height: -webkit-fill-available;
}
.top-video-area video{
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
min-width: 100%;
min-height: 100%;	
}

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  transition: .8s;
  height: auto;
}

.site-header .head-wrap{
max-width: 1280px;
margin: auto;
position: relative;	
height: 100%;
}

@media screen and (max-width: 990px) {
  .site-header .head-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 28px;
  }
}
@media (max-width: 767px) {
  .site-header .head-wrap {
    padding: 25px;
  }
}


.site-header .site-logo {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
.header__shopping-cart-links-container li button{
    line-height: normal !important;
    height: auto !important;
}
.site-header .site-logo a{
	line-height: 1;
	display: block;
}
@media screen and (max-width: 990px) {
  .site-header .site-logo {
    padding-top: 0;
    display: block;
    width: 205px;
    margin-bottom: 0;
  }
  .site-header .site-logo img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .site-header .site-logo {
    width: 125px;
    padding-top: 7px;
  }

}

.site-header .ico-area {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  transition: .5s;
}

.site-header .ico-area a {
  display: block;
  margin: 0 50px;
}
@media (max-width: 767px) {
.site-header .ico-area a {
  margin: 0 25px;
	}
}

.site-header .ico-area a:first-child {
  position: relative;
  margin-top: -1px;
}

.site-header .g-nav {
  display: flex;
  justify-content: center;
  margin: 60px 0 20px;
  list-style-type: none;
}

@media screen and (max-width: 990px) {
  .site-header .g-nav {
    display: none;
  }
}
.site-header .g-nav li{
  margin: 0 25px;
  text-align: center;
}

/* ドロップダウンメニュー */
.site-header .g-nav li.drop{
	transition: .5s;
	position: relative;
}

.site-header .g-nav li.drop:hover > a{
	color: black;
}
.site-header .g-nav li ul{
	width: 200px;
	margin: 0;
	list-style-type: none;
	position: absolute;
	left: 50%;
	padding-top: 2em;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.site-header .g-nav li ul li{
	height: 0;
    overflow: hidden;
    transition: .5s;
    position: relative;

}

.site-header .g-nav li:hover > ul > li{
    overflow: visible;
    height: 3em;
}
.site-header .g-nav a {
  font-size: 1.4rem;
  letter-spacing: 2px;
  display: block;
}

.site-header.scroll {
  background: white;
  height: 75px;
}

.site-header.scroll .site-logo {
  padding-top: 0;
}

@media screen and (max-width: 990px) {
  .site-header.scroll .site-logo {
    margin-top: 0;
    padding-top: 7px;
  }
}

.site-header.scroll .h-menu{
	top: 15px;
}

/*
.site-header.scroll .ico-area {
  margin-top: -100px;
}
*/

@media screen and (max-width: 990px) {
  .site-header.scroll .ico-area {
    margin-top: 0;
  }
}

.site-header.scroll .nav li a.contact {
  color: white;
}

.site-header.scroll .h-menu span.l-t {
  top: -6px;
  background-color: #000;
}

.site-header.scroll .h-menu span.l-b {
  bottom: -6px;
  background-color: #000;
}

.h-menu {
	display: block;
	cursor: pointer;
	height: 47px;
	width: 47px;
	z-index: 92;
	padding: 22px 4px 0;
	right: 5%;
	top: 65px;  
	position: absolute;    
}
@media (max-width: 990px) {
.h-menu {
	top: 13px;
	}
}

/*
@media (max-width: 991px) {
  .h-menu {
    display: block;
    position: absolute;
    right: 5%;
    top: 20px;
  }
}
*/

@media (max-width: 500px) {
  .h-menu {
    top: 14px;
  }
}

.h-menu span {
  height: 1px;
  transition: all 0.6s;
  width: 100%;
  display: block;
  position: relative;
}

.h-menu span.l-t {
  top: -6px;
  background-color: #666;
}

.h-menu span.l-c {
  background-color: transparent;
}

.h-menu span.l-b {
  bottom: -6px;
  background-color: #666;
}

.p-menu-area {
  overflow-y: auto;
  position: fixed;
  width: 500px;
  height: 100%;
  transition: .6s;
  z-index: 90;
  transition: .5s;
  visibility: hidden;
  transform:translateX(70px) translateY(-100%);
  margin: auto;
  background: white;
  left: 50%;
}
@media (max-width: 990px) {
.p-menu-area {
  width: 100%;
  height: 100%;
  transform:translateX(0) translateY(-100%);
  left: 0;
	}
}


.p-menu-area .wrap {
  display: none;
}

.menu-overlay {
/*   background: white; */
  cursor: pointer;
  opacity: 0;
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: .6s;
  visibility: hidden;
  z-index: 90;
}

body.nav-open .h-menu span.l-t {
  transform: rotate(45deg);
  top: -1px;
}
@media (max-width: 767px) {
body.nav-open .h-menu span.l-t {
  top: -2px;
	}
}

body.nav-open .site-header.scroll .h-menu span.l-t{
  top: 0;
}

body.nav-open .h-menu span.l-c {
  width: 0;
}

body.nav-open .h-menu span.l-b {
  transform: rotate(-45deg);
  bottom: 4px;
}
body.nav-open .site-header.scroll .h-menu span.l-b{
  bottom: 1px;
}

body.nav-open header.scroll .h-menu span.l-t {
  top: 0;
}

body.nav-open .p-menu-area {
  visibility: visible;
  z-index: 90;
  top: 75px;
  left: 50%;
  transform:translateX(70px)  translateY(0);
}
@media (max-width: 990px) {
body.nav-open .p-menu-area {
  top: 75px;
  left: 0;
  transform:translateX(0)  translateY(0);
	}

}


body.nav-open .p-menu-area .wrap {
  display: block;
  padding-top: 70px;
}

body.nav-open .p-menu-area .wrap .sp-nav {
  width: 100%;
  display: block;
  text-align: center;
  list-style: none;
}

body.nav-open .p-menu-area .wrap .sp-nav li {
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
body.nav-open .p-menu-area .wrap .sp-nav li {
  margin-bottom: 60px;
	}
}

body.nav-open .p-menu-area .wrap .sp-nav a {
  text-align: center;
  display: block;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1;
}

body.nav-open .p-menu-area .wrap .sp-nav li .acc-btn{
	width: 100%;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
/*
body.nav-open .p-menu-area .wrap .sp-nav li .acc-btn::before{
	content: "";
	width: 12px;
    height: 12px;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: block;
    margin: 0 15px 10px 0;
    transition: .2s;
    position: absolute;
    right: 0px;
    top: -1px;
}
body.nav-open .p-menu-area .wrap .sp-nav li .acc-btn.current::before{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 3px;
}
*/
body.nav-open .p-menu-area .wrap .sp-nav li ul.dropnav{
	display: none;
	list-style-type: none;
	
}
body.nav-open .p-menu-area .wrap .sp-nav li ul.dropnav li{
	margin-bottom: 0;
	margin-top: 60px;
	width: 100%;
}
@media (max-width: 767px) {
body.nav-open .p-menu-area .wrap .sp-nav li ul.dropnav li{
	margin-top: 35px;
	}
}

/*
body.nav-open .p-menu-area .wrap .sp-nav li ul.dropnav li a::before{
	content: "・";
}
*/
body.nav-open .menu-overlay {
  opacity: 1;
  visibility: visible;
}

.site-content {
  padding-top: 180px;
}

@media screen and (max-width: 990px) {
  .site-content {
    padding-top: 75px;
  }
}

.site-content.lower {
  padding-top: 290px;
}

@media screen and (max-width: 990px) {
  .site-content.lower {
    padding-top: 90px;
  }
}

.index .global__section{
margin-top: 0;	
}
.top.sec-schedule .list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.top.sec-schedule .list li {
  width: calc(100% / 5);
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 55px;
  position: relative;
}

@media screen and (max-width: 990px) {
  .top.sec-schedule .list li {
    width: calc(100% / 3);
    margin-bottom: 0;
  }
}

.top.sec-schedule .list li .thumb {
  width: 100%;
/*   margin-bottom: 15px; */
}

.top.sec-schedule .list li .thumb img {
  width: 100%;
  height: auto;
}

.top.sec-schedule .list li time {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 990px) {
.top.sec-schedule .list li time {
  font-size: 1.3rem;
  display: block;
  text-align: center;
  margin-bottom: 30px;
	}
}

.top.sec-schedule .list li h3 {
  margin-bottom: 10px;
  font-size:14px;
}
@media screen and (max-width: 990px) {
.top.sec-schedule .list li h3 {
  font-size:13px;
	}
}
.top.sec-schedule .list li p {
  line-height: 1.8;
  padding: 0 10%;
  opacity: 0;
  transition: 1s;
  position: absolute;
  left: 50%;
  top: 50%;
  color: white;
  transform: translateX(-50%) translateY(-40%);
}

@media (max-width: 500px) {
  .top.sec-schedule .list li p {
    text-align: left;
    padding: 0 10px;
    line-height: 1.5;
  }
}
.top.sec-schedule .list li:hover::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1;
}
.top.sec-schedule .list li:hover p{
	opacity: 1;
	z-index: 2;
	transform: translateX(-50%) translateY(-50%);
}
.top.sec-item {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

@media screen and (max-width: 990px) {
  .top.sec-item {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

.top.sec-item h2,.top.sec-schedule h2  {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
.top.sec-item h2,.top.sec-schedule h2 {
  font-size: 11px;
  margin-bottom: 20px;
}
}

.top.sec-item .product-index{
  padding: 0 !important;
}
.top.sec-item .list {
  display: flex;
  flex-wrap: wrap;
}

.top.sec-item .product-index  {
/*   width: calc(100vw / 5); */
  width: calc(100vw / 3);
  margin-bottom:0;
}

@media screen and (max-width: 990px) {
  .top.sec-item .product-index {
    width: calc(100vw / 3);
  }
}

.top.sec-item .product-index a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.top.sec-item .product-index a .thumb {
  width: 100%;
}

.top.sec-item .product-index a .thumb img {
  width: 100%;
  height: auto;
}

.top.sec-item .product-index a .mask {
  opacity: 0;
  transition: .5s ease-in;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top.sec-item .product-index a .mask .name {
  transform: translateY(60%);
  opacity: 0;
  transition: 1s;
  color: white;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 990px) {
  .top.sec-item .product-index a .mask .name {
    font-size: 1.2rem;
  }
}

.top.sec-item .product-index a:hover, .top.sec-item .product-index a:active {
  opacity: 1;
}

@media (min-width: 992px) {
  .top.sec-item .product-index a:hover .mask, .top.sec-item .product-index a:active .mask {
    opacity: 1;
  }
  .top.sec-item .product-index a:hover .mask .name, .top.sec-item .product-index a:active .mask .name {
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (max-width: 990px) {
  .top.sec-item .product-index a:active .mask {
    opacity: 1;
  }
  .top.sec-item .product-index a:active .mask .name {
    transform: translateY(0);
    opacity: 1;
  }
}

.base-btn {
  width: calc(100% / 3);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 990px) {
  .base-btn {
    width: calc(100% / 3);
  }
}

.base-btn.selfs{
	margin-top: 25px;
}
@media (max-width: 767px) {
.base-btn.selfs{
	margin-top: 12px;
	}
}

.base-btn a {
  background: black;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: white !important;
  font-size: 1.3rem;
  font-weight: bold;
  height: 50px;
}
@media screen and (max-width: 990px) {
.base-btn a {
  height: 25px;
  font-size: 1.1rem;
	}
}

.base-btn.selfs a {
  background: white;
  border: 1px solid black;
  color: black !important;
}
@media screen and (max-width: 990px) {
.base-btn.selfs a {
  font-size: .9rem;
	}
}
@media screen and (max-width: 990px) {
#shopify-section-template--15153271931033__16292336094808a55f .base-btn.mt60{
margin-top: 0;	
	}
}


.mt60 {
  margin-top: 60px;
}

.top.sec-medium {
  text-align: center;
  margin-bottom: 130px;
}

@media screen and (max-width: 990px) {
  .top.sec-medium {
    margin-bottom: 50px;
  }
}

.top.sec-medium h2 {
  font-size: 2.0rem;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
.top.sec-medium h2 {
  font-size: 1.2rem;
  margin-bottom: 25px;
	}
}

.top.sec-medium h3 {
  margin-bottom: 30px;
}

.top.sec-medium h3 + p {
  font-size: 1.4rem;
  line-height: 2.21429;
  letter-spacing: 1px;
}

.top.sec-medium .list {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}

.top.sec-medium .list li {
  margin: 0 27px;
  position: relative;
  height: 110px;
  text-align: center;
  min-width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .top.sec-medium .list li {
    min-width: 60px;
    height: 60px;
    margin: 0 18px;
  }
}

.top.sec-medium .list li::after {
  z-index: -1;
  content: "";
  width: 110px;
  height: 110px;
  background: #dededf;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media (max-width: 767px) {
  .top.sec-medium .list li::after {
    width: 60px;
    height: 60px;
  }
}

.top.sec-medium .txt {
  font-size: 1.4rem;
  letter-spacing: 3px;
  line-height: 2.2;
  margin: 0;
}

@media (max-width: 767px) {
 .top.sec-medium .txt {
    font-size: .9rem;
    letter-spacing: 2px;
  }
}

.top.sec-medium .list p {
  font-size: 1.4rem;
  letter-spacing: 3px;
  line-height: 2.2;
  margin: 0;
}

@media (max-width: 767px) {
 .top.sec-medium .list p {
    font-size: 1.1rem;
    letter-spacing: 2px;
  }
}

.top.sec-shop {
  text-align: center;
}

.top.sec-shop h2 {
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 18px;
}
@media (max-width: 767px) {
.top.sec-shop h2 {
  font-size: 12px;
  margin-bottom: 25px;
	}
}

.top.sec-shop h2 + p {
  font-size: 1.4rem;
  line-height: 2.21429;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
.top.sec-shop h2 + p {
  font-size:.9rem;
}
}

.top.sec-shop .contact-area {
  margin: 130px 0;
}

@media screen and (max-width: 990px) {
  .top.sec-shop .contact-area {
    margin: 50px 0;
  }
}

.top.sec-shop .contact-area p {
  display: flex;
  justify-content: center;
}

.top.sec-shop .contact-area a {
  font-size: 1.6rem;
  letter-spacing: 2px;
  display: block;
  text-decoration: none;
}
@media (max-width: 767px) {
.top.sec-shop .contact-area a {
  font-size: 1.1rem;
	}
}

.top.sec-shop .contact-area a.mail {
  font-size: 2.2rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
.top.sec-shop .contact-area a.mail {
  font-size: 1.6rem;
  margin-bottom: 0;
	}
}

.top.sec-shop .draw {
  margin-bottom: 130px;
}

@media screen and (max-width: 990px) {
  .top.sec-shop .draw {
    margin-bottom: 50px;
    padding: 0 75px;
  }
  .top.sec-shop .draw img {
    width: 100%;
    height: auto;
  }
}

.pagetop {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  margin: 100px auto;
}

@media screen and (max-width: 990px) {
  .pagetop {
    margin: 0 auto 30px;
  }
}

.pagetop a {
  display: block;
}

@media screen and (max-width: 990px) {
  .pagetop a {
    width: 7px;
  }
  .pagetop a img {
    width: 100%;
    height: auto;
  }
}

.site-footer {
  background: black;
  padding: 85px 0 15px;
  text-align: center;
}

@media screen and (max-width: 990px) {
  .site-footer {
    padding: 50px 0 30px;
  }
}

.site-footer .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 990px) {
  .site-footer .list {
    margin-bottom: 40px;
  }
}

.site-footer .list li {
  margin: 0 20px;
}

@media screen and (max-width: 990px) {
  .site-footer .list li {
    margin: 0 10px 20px;
  }
}

.site-footer .list li a {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
}

@media screen and (max-width: 990px) {
  .site-footer .list li a {
    font-size: 1.3rem;
  }
}

.site-footer h3 {
  text-align: center;
  margin: 0 0 40px;
}

.site-footer .copy {
  font-size: 1.2rem;
  font-family: "游ゴシック体", YuGothic,"Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
}

.site-h2 {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 2.5rem;
  margin-bottom: 165px;
}

@media (max-width: 1170px) {
  .site-h2 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 990px) {
  .site-h2 {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .site-h2 {
    margin-bottom: 60px;
  }
}

.template-collection .site-h2::after {
  display: block;
  content: "";
  width: 100vw;
  margin: 40px calc(50% - 50vw) 0;
  background: black;
  height: 1px;
}

@media (max-width: 767px) {
.template-collection .site-h2::after {
    margin-top: 30px;
  }
}

.schedule.sec-schedule .list {
  max-width: 1170px;
  margin: auto;
}

@media (max-width: 1170px) {
  .schedule.sec-schedule .list {
    padding: 0 20px;
  }
}

@media screen and (max-width: 990px) {
  .schedule.sec-schedule .list {
    padding: 0 4%;
  }
}

.schedule.sec-schedule .list article {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1170px) {
  .schedule.sec-schedule .list article {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .schedule.sec-schedule .list article {
    display: block;
  }
}

.schedule.sec-schedule .list article:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 990px) {
  .schedule.sec-schedule .list article:not(:last-child) {
    margin-bottom: 60px;
  }
}

.schedule.sec-schedule .list article .thumb {
  width: 50%;
}

@media (max-width: 1170px) {
  .schedule.sec-schedule .list article .thumb {
    width: 40%;
  }
}

@media screen and (max-width: 990px) {
  .schedule.sec-schedule .list article .thumb {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .schedule.sec-schedule .list article .thumb {
    width: 100%;
  }
}

.schedule.sec-schedule .list article .thumb img {
  width: 100%;
  height: auto;
}

.schedule.sec-schedule .list article .detail-area {
  width: 50%;
  box-sizing: border-box;
  padding: 0 100px 0 85px;
}

@media (max-width: 1170px) {
  .schedule.sec-schedule .list article .detail-area {
    width: 60%;
    padding: 0 50px;
    margin-top: -.5em;
  }
}

@media screen and (max-width: 990px) {
  .schedule.sec-schedule .list article .detail-area {
    width: 70%;
    padding: 0 0 0 30px;
  }
}

@media (max-width: 767px) {
  .schedule.sec-schedule .list article .detail-area {
    width: 100%;
    padding: 0 4%;
    margin-top: 3em;
  }
}

.schedule.sec-schedule .list article .detail-area .sche-titie {
  font-size: 2.6rem;
  margin-bottom: 50px;
  letter-spacing: 3px;
}

@media (max-width: 1170px) {
  .schedule.sec-schedule .list article .detail-area .sche-titie {
    margin-bottom: 1em;
  }
}

.schedule.sec-schedule .list article .detail-area  .txt-body {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.92857;
  margin-bottom: 25px;
}
.schedule.sec-schedule .list article .detail-area  .txt-body .txt-body{
  margin-bottom:0;
}
.schedule.sec-schedule .list article .detail-area > .txt-body p,
.schedule.sec-schedule .list article .detail-area > .txt-body h2,
.schedule.sec-schedule .list article .detail-area > .txt-body h3,
.schedule.sec-schedule .list article .detail-area > .txt-body h4{
  margin-bottom: 0;
}

.schedule.sec-schedule .list article .detail-area .p-ttl {
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-feature-settings: "palt";
  margin-bottom:0;
}

.schedule.sec-schedule .list article .detail-area .p-txt, .schedule.sec-schedule .list li .detail-area p {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.92857;
}

.schedule.sec-schedule .list article .detail-area table {
  margin-top: 2.5em;
  font-size: 1.4rem;
  letter-spacing: 2px;
  width: auto;
}

@media (max-width: 1170px) {
  .schedule.sec-schedule .list article .detail-area table {
    margin-top: 1.5em;
  }
}

.schedule.sec-schedule .list article .detail-area table th {
  font-weight: normal;
  min-width: 50px;
}

.schedule.sec-schedule .list article .detail-area table td {
  font-feature-settings: "palt";
}

.site-pagenation {
  margin: 150px auto 0;
}
.index section[data-section-type="featured-collection"] .row{
  width: 100%;
}
.collection-topbar.grid__wrapper{
      grid-row-gap: 0;
  position: relative;
}
.collection-topbar::after {
    display: block;
    content: "";
    width: 100vw;
  margin: 0 calc(50% - 50vw) 0;
    background: #000;
    height: 1px;
  bottom: 0;
  left: 0;
  position:absolute;
}
.collection-topbar .collection__topbar-controls{
  margin-bottom: 0;
}
.grid__wrapper.span-15{
      grid-template-columns: repeat(15, 1fr);
}
@media (max-width: 767px) {
.grid__wrapper.span-15{
      grid-column-gap: 10px;
}
}
#main-collection-product-grid{
  margin-top: 60px;
}
.recently-all-item-btn{
  text-align: center;
}
.recently-all-item-btn a{
  border: 1px solid #000;
  padding: 6px 20px 6px 30px;
  background: url(recently-all-item-btn.svg) no-repeat 20px center/6px;
}
.schedule_group{
  display: none;
}
.schedule_group.active{
  display: block;
}
.page_nation{
  margin-top: 90px;
}
@media (max-width: 767px) {
  .page_nation{
    margin-top: 40px;
  }
}
.page_nation ul{
  display: flex;
  justify-content: center;
  list-style: none;
}
.page_nation ul li a{
  border: 1px solid #000;
  font-size: 20px;
  padding: 5px 15px;
    margin: 0 3px;
}
.page_nation ul li.active a{
  background: #000;
  color:#FFF;
}

.page-agreement h2{
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 18px;
}
.agreement-width{
  width: 90%;
  max-width: 1170px;
  margin: auto;
}
.page-agreement section{
  margin-top: 70px;
}
.page-agreement table{
  width: auto;
  margin: auto;
}
.page-agreement table th,
.page-agreement table td{
  padding: 5px 8px;
  letter-spacing: 2px;
}
.page-agreement article:not(:last-child){
  margin-bottom: 50px;
}
.page-agreement article h3{
  margin-bottom: 40px;
  letter-spacing: 2px;
  font-size: 16px;
  position: relative;
}
.page-agreement article h3:after{
  content:"";
  height: 1px;
  width: 50px;
  background: #000;
  bottom: -20px;
  left: 0;
  position: absolute;
}
.page-agreement article p{
  line-height: 1.8;
}
.page-contact #contactFormWrapper .column{
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.page-contact #contactFormWrapper .column:first-of-type{
  border-top: 1px solid #ddd;
}
.page-contact #contactFormWrapper .column  p{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.page-contact #contactFormWrapper .column  p .th{
  width: 148px;
}
.page-contact #contactFormWrapper .column  p input{
  width: 50%;
  margin-bottom: 0;
  margin-right: 20px;
}
.page-contact #contactFormWrapper .column  p select{
  width: 70%;
  margin-bottom: 0;
}
.page-contact #contactFormWrapper .column  p textarea{
  width: calc(100% - 148px);
  margin-bottom: 0;
}
.page-contact #contactFormWrapper input[type="submit"]{
  margin-top: 30px;
}
.price-item{
white-space: nowrap;
}
@media (max-width: 768px){
  .page-contact #contactFormWrapper .column  p .th,
  .page-contact #contactFormWrapper .column  p input,
  .page-contact #contactFormWrapper .column  p select,
  .page-contact #contactFormWrapper .column  p textarea{
    width: 100%;
    margin-right: 0;
  }
  #full-width-filter.grid__wrapper{
    display: block !important;
  }

}


.page-policy h2{
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 18px;
}
.page-policy section{
  margin-top: 70px;
}
.page-policy article:not(:last-child){
  margin-bottom: 50px;
}
.page-policy article h3{
  margin-bottom: 40px;
  letter-spacing: 2px;
  font-size: 16px;
  position: relative;
}
.page-policy article h3:after{
  content:"";
  height: 1px;
  width: 50px;
  background: #000;
  bottom: -20px;
  left: 0;
  position: absolute;
}
.page-policy article p{
  line-height: 1.8;
}

.product input[type="submit"].secondary-button{
	background: #C5B396 !important;
}

input[type=text].custom-txt-box{
height: 2.5em;
width: 310px;	
}

@media (max-width: 767px) {
input[type=text].custom-txt-box{
width:100%;	
	}
}

.custom-field-wrap{
display: none;	
}
/*
.selfs .custom-field-wrap{
display: block;	
}
*/
.selfs .product-add,.selfs #sticky-cart.show{
display: none !important;
}
.selfs .selfs-link-btn{
margin-bottom: 30px;
}
.selfs .selfs-link-btn a{
background: #C5B396;
padding: 0 40px;
width: 310px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
color: white;	
text-align: center;
}
/* 商品一覧のレイアウトボタン非表示 */
#full-width-filter{
  display:none;
}
.template-collection .site-h2:after{
  content:none;
}
/* カートページの ーorー を非表示 */
.or-divider{
display:none;
}
}