/* CSS Reset */
*,:after,:before{box-sizing:border-box}html{line-sizing:normal}body{margin:0}[hidden]{display:none}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.17rem}h4{font-size:1rem}h5{font-size:.83rem}h6{font-size:.67rem}h1{margin:.67em 0}pre{white-space:pre-wrap}hr{border-style:solid;border-width:1px 0 0;color:inherit;height:0;overflow:visible}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle;max-width:100%}audio:not([controls]){display:none}picture{display:contents}source{display:none}canvas,img,svg,video{height:auto}audio{width:100%}img{border-style:none}svg{overflow:hidden}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
html {
    font-size: 10px;
    min-height: 100vh;
    height: 100%;
}
*:focus {
  outline: none;
}
body {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    position: relative;
    background: #ededee;
    color: #333;
    font-family: a-otf-gothic-mb101-pr6n, "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 1.4rem;
    line-height: 1.86;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    width: 100%;
    min-height: 100vh;
    height: 100%;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    text-decoration: none;
    list-style-type: none;
}
ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}
img {
    max-width: 100%;
    height: auto;
}
img[src$=".svg"] {
    width: 100%;
    height: auto;
}
form {
  margin-bottom: 30px;
}

#wrapper {
    position: relative;
    width: 100%;
    background: #ededee;
    background-image: url(../img/bgbg.jpg);
    background-repeat:  repeat;
    background-position: center center;      
}

.grain-overlay {
  animation: grain 9s steps(10) infinite;
  background-image: url(../img/grainy4.png);
  content: "";
  height: 300%;
  left: -50%;
  opacity: 0.4;
  position: fixed;
  top: -110%;
  width: 300%;
  z-index: 0;
  pointer-events: none;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@keyframes grain {
  0%, 100% { transform:translate(0, 0) }
  10% { transform:translate(-5%, -10%) }
  20% { transform:translate(-15%, 5%) }
  30% { transform:translate(7%, -25%) }
  40% { transform:translate(-5%, 25%) }
  50% { transform:translate(-15%, 10%) }
  60% { transform:translate(15%, 0%) }
  70% { transform:translate(0%, 15%) }
  80% { transform:translate(3%, 35%) }
  90% { transform:translate(-10%, 10%) }
}

.blur-login {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255 255 255 / 80%);
  z-index: 7;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .6s ease;
}
.blur-login.is-blur {
  opacity: 1;
  visibility: visible;
  transition: all .6s ease;
}
.blur-login-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.blur-login-btn {
  position: relative;
  width: 240px;
  height: auto;
  color: #3e3a39;
  font-size: 15px;
  font-family: trajan-pro-3, serif;
  line-height: 1;
  letter-spacing: .26em;
  font-weight: 600;
  text-align: center;
  border: 1px solid #3e3a39;
  padding: 18px 0;
  margin: 60px auto 40px;
  transition: all .3s ease;
}
.blur-login-btn:hover {
    background: #3e3a39;
    color: #fff;

}
.blur-login-signup {
  color: #3e3a39;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  letter-spacing: .2em;
  font-weight: 600;
  transition: all .3s ease;
}
.blur-login-signup:hover {
    opacity: .7;
    text-decoration: underline;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 10;
    transition: all .5s ease;
}
header.is-animation {
    background: #fff;
    transition: all .5s ease;
}
.header-wrap {
  position: relative;
  display: flex;
  padding: 20px 30px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.moss-logo {
    min-width: 50px;
    width: 50px;
    max-width: 100%;
    height: 50px;
    transition: all .5s ease;
    opacity: 1;
    z-index: 10;
    margin-right: 30px;
}

.moss-logo-link {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.moss-logo-bg {
    width: 50px;
    height: 50px;
    opacity: 1;
    background: url(../img/logo-moss.svg) no-repeat center center;
    background-size: cover;
    transition: all .5s ease-out;
}

.fanclub-logo {
    width: 130px;
    height: 50px;
    transition: all .5s ease;
    opacity: 1;
    z-index: 10;
    margin-right: auto;
}

.fanclub-logo-link {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.fanclub-logo-bg {
    width: 130px;
    height: 50px;
    opacity: 1;
    background: url(../img/logo-fanclub.svg) no-repeat center center;
    background-size: cover;
    transition: all .5s ease-out;
}

.header-login-wrap {
  position: relative;
  display: flex;
  width: 120px;
  height: 50px;
  opacity: 1;
  z-index: 10;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.header-login-link {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: auto;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 5px 25px 5px 40px;
}
.header-login-link::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3e3a39;
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-login-link:hover::after {
  width: 100%;
}

.header-login-txt {
    position: relative;
    color: #3e3a39;
    font-size: 12px;
    width: auto;
    height: auto;
    opacity: 1;
    transition: all .5s ease-out;
    text-align: center;
}

.header-login-txt::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 1;
  background: url(../img/icon-login.svg) no-repeat center center;
  background-size: cover;
  top: 2px;
  left: -25px;
  animation: fade 3s infinite;
}

@keyframes fade {
    0%,100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 0.2;
    }
}


.header-account-wrap {
  position: relative;
  display: flex;
  width: 80px;
  height: 50px;
  opacity: 1;
  z-index: 10;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.header-account-link {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: auto;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 5px 30px;
}
.header-account-link::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3e3a39;
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-account-link:hover::after {
  width: 100%;
}
.header-account-icon {
  width: 20px;
  height: 20px;
  opacity: 1;
  background: url(../img/icon-user.svg) no-repeat center center;
  background-size: cover;
}

.header-cart-wrap {
  position: relative;
  display: flex;
  width: 80px;
  height: 50px;
  opacity: 1;
  z-index: 10;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.header-cart-link {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: auto;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 5px 30px;
}
.header-cart-link::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3e3a39;
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-cart-link:hover::after {
  width: 100%;
}
.header-cart-icon {
  width: 20px;
  height: 20px;
  opacity: 1;
  background: url(../img/icon-cart.svg) no-repeat center center;
  background-size: cover;
}
.cart-num {
position: absolute;
  top: 5px;
  right: 15px;
  font-size: 9px;
  color: #fff;
  background: #333;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: all .5s ease;
}







.header-sign-wrap {
  position: relative;
  display: flex;
  width: 120px;
  height: 50px;
  opacity: 1;
  z-index: 10;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.header-sign-link {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: auto;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 5px 25px 5px 40px;
}
.header-sign-link::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3e3a39;
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-sign-link:hover::after {
  width: 100%;
}

.header-sign-txt {
    position: relative;
    color: #3e3a39;
    font-size: 12px;
    width: auto;
    height: auto;
    opacity: 1;
    transition: all .5s ease-out;
    text-align: center;
}

.header-sign-txt::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 1;
  background: url(../img/icon-user.svg) no-repeat center center;
  background-size: cover;
  top: 2px;
  left: -25px;
}

.nav-wrapper {
    position: relative;
    margin-left: 30px;
}

.hamburger {
  position: relative;
  width: 40px;
  height: 50px;
  cursor: pointer;
  z-index: 40;
  padding: 20px 0;
}

.hamburger__line {
  position: absolute;
  width: 40px;
  height: 1px;
  right: 0;
  background-color: #000;
  transition: all 0.5s ease;
}

.hamburger__line--1 {
  top: 20px;
}

.hamburger__line--3 {
  top: 30px;
}

.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 25px;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 25px;
}

.sp-nav {
  position: fixed;
  right: -110%;
  top: 0;
  width: 320px;
  height: 100vh;
  background-color: #fff;
  transition: all 0.5s ease-out;
  z-index: 30;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  padding: 60px 0 0;
}

.sp-nav-ul {
    position: relative;
    width: 100%;
    padding: 40px 30px 0;
}
.sp-nav-ul.login {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sp-nav-title {
  width: 100%;
  height: auto;
  color: #3e3a39;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  font-weight: 600;
  margin: 0 auto 10px;
  padding: 0;
}
.sp-nav-list {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}
.sp-nav-list.login {
  width: 47%;
  margin: 0;
}
.sp-nav-link {
    position: relative;
    display: inline-block;
  width: 100%;
  height: auto;
  color: #3e3a39;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  margin: 0 auto;
  padding: 8px 0;
  transition: all .3s ease;
}

.sp-nav-link:hover {
    color: #999;
}
.sp-nav-link.login {
  border: 1px solid #999;
  text-align: center;
  padding: 10px 0px 10px 20px;
}
.sp-nav-link.login:hover {
    opacity: .7;
}
.sp-nav-link.login::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 1;
  background: url(../img/icon-login.svg) no-repeat center center;
  background-size: cover;
  top: 7px;
  left: 25px;
}
.sp-nav-link.signup {
  border: 1px solid #999;
  text-align: center;
  padding: 10px 0px 10px 20px;
}
.sp-nav-link.signup:hover {
    opacity: .7;
}
.sp-nav-link.signup::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 1;
  background: url(../img/icon-user.svg) no-repeat center center;
  background-size: cover;
  top: 7px;
  left: 25px;
}


.sp-nav-link.account {
  border: 1px solid #999;
  text-align: center;
  padding: 10px 0px 10px 20px;
}
.sp-nav-link.account:hover {
    opacity: .7;
}
.sp-nav-link.account::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 1;
  background: url(../img/icon-user.svg) no-repeat center center;
  background-size: cover;
top: 6px;
  left: 20px;
}
.sp-nav-link.cart {
  border: 1px solid #999;
  text-align: center;
  padding: 10px 0px 10px 20px;
}
.sp-nav-link.cart:hover {
    opacity: .7;
}
.sp-nav-link.cart::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 1;
  background: url(../img/icon-cart.svg) no-repeat center center;
  background-size: cover;
  top: 6px;
  left: 25px;
}












.open .sp-nav {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 20;
  transition: all .6s ease;
}

.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

.main-wrap {
  position: relative;
  width: 100%;
}

.main-wrap.underlayer {
  position: relative;
  width: 100%;
  padding-top: 90px;
}
.main-inner {
  position: relative;
  width: calc(100% - 110px);
  height: 100%;
  margin: -90px auto 0;
  background: #fff;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .6s ease;
}
.main-inner.underlayer {
  margin: 90px auto 0;
}

.main-inner.is-blur {
  -webkit-filter: blur(12px);
  filter: blur(12px);
}

.main-inner.underlayer {
    margin: 0px auto 0;
}

.main-inner.toppage {
  background: rgb(255 255 255 / 0%);
}
.main-inner.underlayer.cart {
  background: rgb(255 255 255 / 0%);
}

.section-wrap {
  position: relative;
  width: 100%;
}
.section-inner {
  position: relative;
  width: 100%;
}

.section-hero {
  position: relative;
  width: 100%;
}
.hero-wrap {
  position: relative;
  width: 100%;
}
.hero-img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url(../img/bg_2024.jpg?3) no-repeat center center;
    background-size: cover;
    pointer-events: none;
    transition: all .6s ease;
    padding-top: 66.6666%;
}
.hero-img.hero-shop {
    background: url(../img/PB-005.jpg) no-repeat center center;
    background-position: center 80%;
    background-size: cover;
}




.section-toppage {
  position: relative;
  width: 100%;toppage-subtitle-top
}

.toppage-wrap {
  position: relative;
  width: 100%;
}
.toppage-inner {
  position: relative;
  width: 100%;
  background: #fff;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.toppage-title-wrap {
  position: relative;
  width: 640px;
  padding: 240px 0 360px;
  margin: 0 auto;
  max-width: 100%;
}

.toppage-subtitle-top {
  position: relative;
  width: 100%;
  height: auto;
  color: #3e3a39;
  font-size: 32px;
  font-family: trajan-pro-3, serif;
  line-height: 1;
  letter-spacing: .26em;
  text-align: left;
  font-weight: 600;
  margin: 0 auto 50px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.toppage-maintitle {
  position: relative;
  width: 100%;
  height: auto;
  color: #3e3a39;
  font-size: 76px;
  font-family: trajan-pro-3, serif;
  line-height: 1.3;
  letter-spacing: .26em;
  text-align: left;
  font-weight: 600;
  margin: 0 auto 50px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.toppage-subtitle-middle {
  position: relative;
  width: 100%;
  height: auto;
  color: #3e3a39;
  font-size: 32px;
  font-family: trajan-pro-3, serif;
  line-height: 1;
  letter-spacing: .26em;
  text-align: left;
  font-weight: 600;
  margin: 0 auto 80px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.toppage-subtitle-bottom {
  position: relative;
  width: 100%;
  height: auto;
  color: #3e3a39;
  font-size: 16px;
  font-family: trajan-pro-3, serif;
  line-height: 1;
  letter-spacing: .26em;
  text-align: left;
  font-weight: 600;
  margin: 0 auto 70px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.circle-text-wrap {
    position: absolute;
    width: 120px; /* 直径 */
    height: 120px; /* 直径 */
    bottom: 30%;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.circle-text-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.notice-num {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 10px;
  color: #fff;
  background: #0065FE;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.circle-text {
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120px; /* 直径 */
    height: 120px; /* 直径 */
    font-size: 10px;
    text-align: center;
    margin: 0;
    transform-origin: center center;
}

.play-btn {
    z-index: 10;
    opacity: 1;
    transition: all .8s ease;
    transform-origin: center center;
    cursor: pointer;
}
.play-btn:hover {
    opacity: 0.8;
}
.play-btn.vi {
    z-index: 0;
    opacity: 0;
    transition: all .8s ease;
    transform-origin: center center;
    cursor: pointer;
}
.stop-btn {
    z-index: 0;
    opacity: 0;
    transition: all .8s ease;
    transform-origin: center center;
    cursor: pointer;
}
.stop-btn.vi {
    z-index: 10;
    opacity: 1;
    transition: all .8s ease;
    animation: rotate-anime 8s linear infinite;
    transform-origin: center center;
    cursor: pointer;
}
.circle-link {
    transition: all .8s ease;
}
.circle-link:hover {
    transition: all .3s ease;
}
.circle-link:active {
    transition: all .3s ease;
}

@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}

.circle-text span {
    position: absolute;
    top: 0;
    left: calc(50% - 5px); /* 中心点、、文字サイズ分ずらす */
    display: inline-block;
    width: 10px; /* 文字サイズより小さくしない */
    height: 60px; /* 半径 */
    transform-origin: center bottom; /* 回転の基準点 */
/*  border: solid 1px; */
}


.circle-text span:nth-child(1) {
    transform: rotate(0deg);
}

.circle-text span:nth-child(2) {
    transform: rotate(8deg);
}

.circle-text span:nth-child(3) {
    transform: rotate(16deg);
}

.circle-text span:nth-child(4) {
    transform: rotate(24deg);
}

.circle-text span:nth-child(5) {
    transform: rotate(32deg);
}

.circle-text span:nth-child(6) {
    transform: rotate(40deg);
}

.circle-text span:nth-child(7) {
    transform: rotate(48deg);
}

.circle-text span:nth-child(8) {
    transform: rotate(56deg);
}

.circle-text span:nth-child(9) {
    transform: rotate(64deg);
}

.circle-text span:nth-child(10) {
    transform: rotate(72deg);
}

.circle-text span:nth-child(11) {
    transform: rotate(80deg);
}

.circle-text span:nth-child(12) {
    transform: rotate(88deg);
}

.circle-text span:nth-child(13) {
    transform: rotate(96deg);
}

.circle-text span:nth-child(14) {
    transform: rotate(104deg);
}

.circle-text span:nth-child(15) {
    transform: rotate(112deg);
}

.circle-text span:nth-child(16) {
    transform: rotate(120deg);
}

.circle-text span:nth-child(17) {
    transform: rotate(128deg);
}

.circle-text span:nth-child(18) {
    transform: rotate(136deg);
}

.circle-text span:nth-child(19) {
    transform: rotate(144deg);
}

.circle-text span:nth-child(20) {
    transform: rotate(152deg);
}

.circle-text span:nth-child(21) {
    transform: rotate(160deg);
}

.circle-text span:nth-child(22) {
    transform: rotate(168deg);
}

.circle-text span:nth-child(23) {
    transform: rotate(176deg);
}

.circle-text span:nth-child(24) {
    transform: rotate(184deg);
}

.circle-text span:nth-child(25) {
    transform: rotate(192deg);
}

.circle-text span:nth-child(26) {
    transform: rotate(200deg);
}

.circle-text span:nth-child(27) {
    transform: rotate(208deg);
}

.circle-text span:nth-child(28) {
    transform: rotate(216deg);
}

.circle-text span:nth-child(29) {
    transform: rotate(224deg);
}

.circle-text span:nth-child(30) {
    transform: rotate(232deg);
}

.circle-text span:nth-child(31) {
    transform: rotate(240deg);
}
.circle-text span:nth-child(32) {
    transform: rotate(248deg);
}
.circle-text span:nth-child(33) {
    transform: rotate(256deg);
}
.circle-text span:nth-child(34) {
    transform: rotate(264deg);
}
.circle-text span:nth-child(35) {
    transform: rotate(272deg);
}
.circle-text span:nth-child(36) {
    transform: rotate(280deg);
}
.circle-text span:nth-child(37) {
    transform: rotate(288deg);
}
.circle-text span:nth-child(38) {
    transform: rotate(296deg);
}
.circle-text span:nth-child(39) {
    transform: rotate(304deg);
}
.circle-text span:nth-child(40) {
    transform: rotate(312deg);
}

.toppage-news-wrap{
  position: relative;
  width: 100%;
  height: auto;
}
.toppage-news-inner{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 30px;
}
.news-card-wrap {
  position: relative;
  width: 25%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.card-link {
display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
}
.news-card-meta .card-link:hover,
.news-list-meta .card-link:hover {
    text-decoration: underline;
}
.news-card-link{
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin: 0 0 50px;
  transition: all .5s ease;
}

.news-card-link:hover {
    opacity: .6;
}
.news-card-thumb {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
}
.news-card-img{
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding-top: 66.6666%;
}
.news-card-meta{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
.news-card-title{
    width: 70%;
    color: #3e3a39;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    margin: 0 0 10px;
}
.news-card-category{
    width: 30%;
    color: #3e3a39;
    font-size: 10px;
    line-height: 1;
    text-align: right;
    margin: 0 0 10px;
}
.news-card-date{
    width: 50%;
    color: #9d9d9e;
    font-size: 10px;
    line-height: 1;
    text-align: left;
}
.news-card-keyword{
    width: 50%;
    color: #9d9d9e;
    font-size: 10px;
    line-height: 1;
    text-align: right;
}
.news-card-wrap.wide {
    width: 50%;
}
.news-list-wrap{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 15px;
}
.news-list-link {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #9d9d9e;
  transition: all .5s ease;
}
.news-list-link:hover {
    opacity: .6;
}
.news-list-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 5px;
    background: #9d9d9e;

}
.news-list-meta{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4% 0;
}
.news-list-title{
    width: 70%;
    color: #3e3a39;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    margin-right: auto;
}
.news-list-date{
    width: 15%;
    color: #9d9d9e;
    font-size: 10px;
    line-height: 1;
    text-align: center;
}
.news-list-keyword{
    width: 15%;
    color: #9d9d9e;
    font-size: 10px;
    line-height: 1;
    text-align: right;
}
.news-list-bottom{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
}
.news-list-others{
    width: 50%;
    color: #3e3a39;
    font-size: 10px;
    line-height: 1;
    text-align: left;
}
.news-list-category{
    width: 50%;
    color: #9d9d9e;
    font-size: 10px;
    line-height: 1;
    text-align: right;
}

.news-card-thumb {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
}
.news-card-img{
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding-top: 66.6666%;
}

.move-icon {
  position: absolute;
  width: 80px;
  height: 105px;
  bottom: 170px;
  right: 170px;
}
.move-icon.shop-move-icon {
  bottom: 240px;
  right: 50px;
}
.move-icon-wrap {
    position: relative;
  width: 80px;
  height: 105px;
}
.move-icon-img {
  position: relative;
  background: url(../img/icon-pop.svg) no-repeat center center;
  background-size: cover;
  width: 80px;
  height: 105px;
}
.move-icon-link {
    width: 100%;
    height: auto;
    display: inline-block;
}
.move-icon-link:hover {
    opacity: .6;
    transition: all .4s ease;
}

.section-message {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
}

.bottom-message-wrap {
  position: relative;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 auto;
  padding: 120px 0;
}
.bottom-message-img {
  position: relative;
  width: 100%;
  max-width: 360px;
  pointer-events: none;
}

.section-footermenu {
  position: relative;
  width: 100%;
  background: #fff;
}

.footermenu-wrap {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 120px;
}

.footermenu-left {
    width: 33.3333%;
}

.footermenu-center {
    width: 33.3333%;
}

.footermenu-right {
    width: 33.3333%;
}
.footermenu-title {
    width: 100%;
    color: #3e3a39;
    font-size: 10px;
    line-height: 1;
    text-align: left;
    font-weight: 700;
    margin-bottom: 20px;
}
.footermenu-list {
    width: 100%;
}
.footermenu-center .footermenu-title,
.footermenu-right .footermenu-title {
    padding-left: 15px;
}
.footermenu-center .footermenu-list,
.footermenu-right .footermenu-list {
    border-left: 1px solid #9d9d9e;
    padding-left: 15px;
}

.footermenu-link {
    display: block;
    width: 100%;
    color: #3e3a39;
    font-size: 10px;
    line-height: 1;
    text-align: left;
    padding: 15px 0;
}
.footermenu-link:hover {
    text-decoration: underline;
}
.footer {
  position: relative;
  width: 100%;
  height: auto;
}
.footer-wrap {
  position: relative;
  width: 100%;
  height: auto;
  position: relative;
  width: calc(100% - 210px);
  height: 100%;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-box {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.footer-box-title{
  width: 100%;
  color: #3e3a39;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  margin-bottom: 15px;
}
.footer-box-text{
  width: 100%;
  color: #3e3a39;
  font-size: 10px;
  line-height: 1;
  text-align: left;
  margin-bottom: 10px;
}

.footer-box-link{
  display: block;
  width: 100%;
  color: #3e3a39;
  font-size: 10px;
  transition: all .3s ease;
}
.footer-box-link:hover {
color: #999;
}
.footer-sns{
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}
.footer-sns-icon{
  position: relative;
  width: 30px;
  margin-right: 40px;
}
.footer-sns-link{
  display: block;
  width: 100%;
  color: #3e3a39;
  font-size: 10px;
}
.footer-sns-img{
  position: relative;
  width: 100%;
  height: auto;
  transition: all .3s ease;
}
.footer-sns-img:hover {
    opacity: .6;
}
.footer-copyright{
  width: 50%;
}
.footer-copyright-wrap{
  position: relative;
  width: 100%;
  height: auto;
}
.footer-copyright-text{
  width: 100%;
  color: #3e3a39;
  font-size: 10px;
  line-height: 1;
  text-align: right;
}


.shop-number {
  position: relative;
  width: 640px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 80px 0 360px;
}

.shop-number-text {
  width: 100%;
  color: #3e3a39;
  font-size: 12px;
  line-height: 1;
  text-align: left;
}

.shop-title-wrap {
  position: relative;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 80px;
  padding: 0;
}
@media screen and (max-width: 900px) {
	.shop-title-wrap {
  	width: 640px;
	}
}
.shop-title-number {
  position: relative;
  width: 100%;
  height: auto;
  color: #9d9d9e;
  font-size: 32px;
  font-family: trajan-pro-3, serif;
  line-height: 1;
  letter-spacing: .26em;
  text-align: left;
  font-weight: 600;
  margin: 0 auto 30px;
}

.shop-title-main {
  position: relative;
  width: 100%;
  height: auto;
  color: #3e3a39;
  font-size: 64px;
  font-family: trajan-pro-3, serif;
  line-height: 1.3;
  letter-spacing: .2em;
  text-align: center;
  font-weight: 600;
  margin: 0 auto 240px;
  text-align:center;
}
@media screen and (max-width: 900px) {
	.shop-title-main {
  	font-size: 52px;
	}
}

.shop-title-sub {
  position: relative;
  width: 640px;
  max-width:100%;
  height: auto;
  color: #3e3a39;
  font-size: 36px;
  font-family: trajan-pro-3, serif;
  line-height: 1.3;
  letter-spacing: .26em;
  text-align: center;
  font-weight: 600;
  margin: 0 auto 50px;
}
.shop-title-reserve {
  position: relative;
  width: 640px;
  max-width:100%;
  height: auto;
  color: #9d9d9e;
  line-height: 1.3;
  font-size: 16px;
  text-align: left;
  margin: 0 auto 20px;
}

.shop-card-wrap{
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 180px;
}
.shop-card-inner {
  position: relative;
  width: 640px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
/*  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;*/
}
.shop-card-box{
  position: relative;
  width: 60%;
  height: auto;
  margin:240px auto;
}
.shop-card-link {
    display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
}
.shop-card-thumb{
  position: relative;
  width: 100%;
  height: auto;
}
.shop-card-thumb-img{
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  opacity: 1;
  transition: all 0.3s;
}
.shop-card-link:hover .shop-card-thumb-img {
  opacity: 0;
  transition: all 0.3s;
}
.shop-card-thumb-imghover{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.shop-card-link:hover .shop-card-thumb-imghover {
  opacity: 1;
  transition: all 0.3s;
}
.shop-card-meta{
  position: relative;
  width: 100%;
  height: auto;
  margin: 20px auto 20px;
}
.shop-card-title{
  width: 100%;
  color: #3e3a39;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}
.shop-card-price{
  width: 100%;
  color: #9d9d9e;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}

.section-toppage {
  position: relative;
  width: 100%;
}

.page-wrap {
  position: relative;
  width: 100%;
}
.page-inner {
  position: relative;
  width: 100%;
}

.page-title-wrap {
  position: relative;
  width: 640px;
  padding: 240px 0 30px;
  margin: 0 auto;
}

.page-maintitle {
  position: relative;
  width: 100%;
  height: auto;
  color: #3e3a39;
  font-size: 76px;
  font-family: trajan-pro-3, serif;
  line-height: 1;
  letter-spacing: .26em;
  text-align: left;
  font-weight: 600;
  margin: 0 auto;
}

.news-archive-wrap {
  position: relative;
  width: 640px;
  padding: 0;
  margin: 0 auto 240px;
}
.news-archive-wrap.videos {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto 240px;
}

.news-archive-inner {
  position: relative;
  width: 100%;
}

.news-archive-box {
    width: 100%;
}

.news-archivelist-wrap{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
.news-archivelist-link {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #9d9d9e;
}
.news-archivelist-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 5px;
    background: #9d9d9e;

}
.news-archivelist-meta{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0;
}
.news-archivelist-title{
    width: 70%;
    color: #3e3a39;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    margin-right: auto;
    transition: all 0.5s ease;
}
.news-archivelist-link:hover .news-archivelist-title {
    color: #9d9d9e;
}
.news-archivelist-date{
    width: 15%;
    color: #9d9d9e;
    font-size: 10px;
    line-height: 1;
    text-align: center;
}
.news-archivelist-keyword{
    width: 15%;
    color: #9d9d9e;
    font-size: 10px;
    line-height: 1;
    text-align: right;
}
.news-archivelist-bottom{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
}
.news-archivelist-others{
    width: 50%;
    color: #3e3a39;
    font-size: 10px;
    line-height: 1;
    text-align: left;
}
.news-archivelist-category{
    width: 50%;
    color: #9d9d9e;
    font-size: 10px;
    line-height: 1;
    text-align: right;
}

.tab-menu {
display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid #9d9d9e;
}
.tab-menu.videos {
    width: 640px;
    max-width: 100%;
    margin: 0 auto 90px;
    padding-top: 30px;
    border-top: 1px solid #9d9d9e;

}

.tab-menu__item {
  box-sizing: border-box;
  padding: 0;
}
.tab-menu__slash {
  box-sizing: border-box;
  padding: 0 15px;
}
.tab-span {
    font-size: 12px;
    color: #9d9d9e;
  text-align: center;
  cursor: none;
  display: block;
  transition: all 0.5s ease;
}

.tab-trigger {
    font-size: 12px;
    color: #9d9d9e;
  text-align: center;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
  padding: 0 2px;
}
.tab-trigger:hover {
color: #3e3a39;
}

.tab-trigger.is-active {
color: #3e3a39;
  border-bottom: 1px solid #3e3a39;
}

.tab-content {
transition: all 0.3s ease;
}
.tab-content__item {
  box-sizing: border-box;
  display: none;
  text-align: left;
}
.tab-content__item.is-active {
  display: block;
  animation: fade 0.5s ease;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.single-title-meta {
  position: relative;
  width: 640px;
  padding: 70px 0 60px;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #9d9d9e;
}
.single-title-h1 {
    width: 70%;
    color: #3e3a39;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    margin-right: auto;
    transition: all 0.5s ease;
}
.single-title-date {
    width: 15%;
    color: #9d9d9e;
    font-size: 10px;
    line-height: 1;
    text-align: center;
}
.single-title-keyword {
    width: 15%;
    color: #9d9d9e;
    font-size: 10px;
    line-height: 1;
    text-align: right;
}

.single-eyecatch-wrap {
  position: relative;
  width: 640px;
  padding: 0;
  margin: 0 auto 120px;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}

.single-eyecatch-inner {
  position: relative;
  width: 100%;
  height: auto;
}

.single-eyecatch-img {
  position: relative;
  background: url(../img/single-1.jpg) no-repeat center center;
  background-size: contain;
  width: 100%;
  padding-top: 66.6666%;
}

.single-content-wrap {
  position: relative;
  width: 680px;
  padding: 0;
  margin: 0 auto 120px;
  height: auto;
}
.single-content-wrap a {
	text-decoration:underline;
}
.single-content-wrap p {
	margin:0 0 10px;
}

.single-img-wrap {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 120px;
}

.single-img {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
}

.single-content-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.single-content-p {
    width: 100%;
    color: #3e3a39;
    font-size: 12px;
    line-height: 2;
    text-align: left;
    margin: 0 auto 30px;
}

.single-content-link {
    width: 100%;
    color: #9d9d9e;
    font-size: 12px;
    line-height: 2;
    text-align: left;
    margin: 0 auto 30px;
}

.single-column-2 {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.single-column-img {
  width: 48%;
  margin-bottom: 30px;
}

.single-column-img .single-content-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.single-info {
  position: relative;
  display: flex;
  width: 100%;
  border: 1px solid #999;
  padding: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}

.single-info-title {
    width: 100%;
    color: #3e3a39;
    font-size: 12px;
    line-height: 2;
    text-align: left;
    margin: 0 auto 30px;
    font-weight: 700;
}
.single-info-box {
    width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}

.single-content-img.harf {
    width: 46%;
}

.single-back-wrap {
    position: relative;
    width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  margin: 100px auto 0;
}

.single-back-link {
    width: 100%;
    color: #3e3a39;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    margin: 0 auto;
    padding: 20px 0;
    transition: all 0.3s ease;
}

.single-back-link:hover {
    color: #9d9d9e;
}

.dropdown {
margin: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}
.dropdown__btn {
display: flex;
  width: 160px;
  padding: 18px 10px 15px 5px;
  background: none;
  border: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #9d9d9e;
  line-height: 1;
color: #3e3a39;
    font-size: 12px;
font-family: a-otf-gothic-mb101-pr6n, "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.dropdown__btn.is-open::after {
  content: "";
  width: 100%;
  height: 100%;
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.dropdown__btn.is-open + .dropdown__body {
  display: block;
  z-index: 5;
}
.dropdown__body {
  display: none;
  width: 160px;
  background: #fff;
  box-shadow: 0 2px 6px 2px rgb(60 64 67 / 6%), 0 1px 2px 0 rgb(60 64 67 / 18%);
  /* border-radius: 4px; */
  overflow: hidden;
  position: absolute;
  top: 46px;
  right: 0;
}
.dropdown__list {
  margin: 0;
  padding: 0;
}
.dropdown__item {
  display: block;
}
.dropdown__item-link {
  display: flex;
  padding: 18px 10px 15px 5px;
  line-height: 1;
  color: #3e3a39;
  font-size: 12px;
  text-decoration: none;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.dropdown__item-link:hover {
  background: #ebebeb;
}

.toppage-title-wrap.note {
    padding:140px 0 0px;
}

.note-archive-wrap {
  position: relative;
  width: 640px;
  padding: 0;
  margin: 0 auto 120px;
  height: auto;
  border-top: 1px solid #9d9d9e;
}

.note-archive-inner {
  position: relative;
  width: 100%;
}
.dropdown_month {
  padding-right: 35px;
}
.dropdown_year {

}
.dropdown_arrow {
  transform: rotate(90deg);
  margin-left: auto;
}


.note-wrap{
  position: relative;
  width: 100%;
  height: auto;
}
.note-inner{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 30px;
}
.note-card-wrap {
  position: relative;
  width: 25%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

.note-card-box {
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin: 0 0 50px;
}
.note-card-thumb {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
}
.note-card-img{
  position: relative;
  background: url(../img/news.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-top: 66.6666%;
}
.note-card-meta{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
.note-card-title{
    width: 70%;
    color: #3e3a39;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    margin: 0 0 10px;
}

.note-card-date{
    width: 50%;
    color: #9d9d9e;
    font-size: 10px;
    line-height: 1;
    text-align: left;
}

.note-card-figure {
    margin: 0;
}
.video-modal-link {
    width: 100%;
    height: auto;
    display: inline-block;
}

[data-cropped] img {

}

figcaption {
    display: none;
}

.videos-card-meta{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}

.videos-card-title{
    width: 70%;
    color: #3e3a39;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    margin: 0 0 10px;
}
.videos-card-category{
    width: 30%;
    color: #3e3a39;
    font-size: 10px;
    line-height: 1;
    text-align: right;
    margin: 0 0 10px;
}
.videos-card-date{
    width: 50%;
    color: #9d9d9e;
    font-size: 10px;
    line-height: 1;
    text-align: left;
}
.videos-card-keyword{
    width: 50%;
    color: #9d9d9e;
    font-size: 10px;
    line-height: 1;
    text-align: right;
}
.videos-card-wrap.wide {
    width: 50%;
}

.shopsingle-title-wrap {
  position: relative;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 80px;
  padding: 200px 0 0;
}
@media screen and (max-width: 900px) {
	.shopsingle-title-wrap {
  	width: 640px;
	}
}

.shopsingle-title-number {
  position: relative;
  width: 100%;
  height: auto;
  color: #9d9d9e;
  font-size: 32px;
  font-family: trajan-pro-3, serif;
  line-height: 1;
  letter-spacing: .26em;
  text-align: left;
  font-weight: 600;
  margin: 0 auto 30px;
}

.shopsingle-title-main {
  position: relative;
  width: 100%;
  height: auto;
  color: #3e3a39;
  font-size: 64px;
  font-family: trajan-pro-3, serif;
  line-height: 1.3;
  letter-spacing: .2em;
  text-align: center;
  font-weight: 600;
  margin: 0 auto 80px;
}
@media screen and (max-width: 900px) {
	.shopsingle-title-main {
  	font-size: 52px;
	}
}

.shopsingle-title-sub {
  position: relative;
  width: 100%;
  height: auto;
  color: #3e3a39;
  font-size: 36px;
  font-family: trajan-pro-3, serif;
  line-height: 1.3;
  letter-spacing: .26em;
  text-align: center;
  font-weight: 600;
  margin: 0 auto 50px;
  text-align:center;
}

.shopsingle-content-wrap {
  position: relative;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 80px;
}

.shopsingle-content-inner {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}

.shopsingle-box {
    width: 47%;
    margin-bottom: 20px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}  
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0!important;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-next {
  right: 0px;
  left: auto;
}
.swiper-button-prev {
  right: auto;
  left: 0px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: '→';
  color: #000;
  font-size: 20px;
  line-height: 1;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: '←';
  color: #000;
  font-size: 20px;
  line-height: 1;
}
.swiper-button-next .arrow span {
  display: block;
  width: 80px;
  height: 1px;
  background-color: #e3c7a4;
  position: relative;
  transform: scale(0, 1);
    transform-origin: top left;
    animation: arrow01 3s ease infinite forwards;
}
@keyframes arrow01 {
    0% { 
        transform: scale(0, 1);
        opacity: 1;
     }
    30% { 
        transform: scale(1, 1); 
    }
    30.1%, 70% { 
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        opacity: 0;
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}
.swiper-button-next .arrow span::after {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  border-right: 1px solid #e3c7a4;
  transform: rotate(-45deg) scale(1, 1);
  transform-origin: right bottom;
  position: absolute;
  bottom: 2px;
  right: 1px;
}

.swiper-button-prev .arrow p {
  margin: 0 0 10px;
  padding-left: 5px;
    color: #e3c7a4;
    font-size: 9px;
    font-family: trajan-pro-3, serif;
    line-height: 1;
    letter-spacing: .1em;
    padding-left: 0.1em;
    text-align: right;
}
.swiper-button-prev .arrow span {
  display: block;
  width: 80px;
  height: 1px;
  background-color: #e3c7a4;
  position: relative;
  transform: scale(0, 1);
    transform-origin: top right;
    animation: arrow02 3s ease infinite forwards;
}
@keyframes arrow02 {
    0% { 
        transform: scale(0, 1);
        opacity: 1;
     }
    30% { 
        transform: scale(1, 1); 
    }
    30.1%, 70% { 
        transform: scale(1, 1);
        transform-origin: 100% 0;
    }
    100% {
        opacity: 0;
        transform: scale(1, 0);
        transform-origin: 100% 0;
    }
}
.swiper-button-prev .arrow span::after {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  border-right: 1px solid #e3c7a4;
  transform: rotate(45deg) scale(1, 1);
  transform-origin: left bottom;
  position: absolute;
  bottom: 4px;
  left: 0px;
}

.swiper-pagination {
  position: absolute;
  text-align: left;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
    font-size: 10px;
    line-height: 1;
}

.shopsingle-swiper {
    margin-bottom: 0px;
}

.shopsingle-swiper .swiper-slide {
    width: 100%;
    max-width: 100%;

}

.shopsingle-swiper-slider {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.shopsingle-swiper-img {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  opacity: 1;
  transition: all 0.3s;
}

.slide-iframe {
    position: relative;
    width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
}
.slide-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.gallery-img {
    width: 100%;
    height: auto;
    max-width: 100%;

}

.swiper-custom-fraction {
  text-align: right;
  font-size: 12px;
  line-height: 1;
  color: #999;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 1px;
  display: inline-block;
  border-radius: 0;
  background: #999;
  opacity: .5;
  margin: 0 1px 0 0;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #333;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1px;
}

.shopitem-notice {
    width: 100%;
  font-size: 10px;
  line-height: 1;
  color: #999;
  margin-bottom: 30px;
}
.shopitem-h1 {
    width: 100%;
  font-size: 14px;
  line-height: 1;
  color: #333;
  margin-bottom: 30px;
}
.shopitem-price {
    width: 100%;
  font-size: 12px;
  line-height: 1;
  color: #333;
  margin-bottom: 30px;
}

.shopitem-color {
    width: 100%;
  font-size: 12px;
  line-height: 1;
  color: #333;
  margin-bottom: 10px;
}

.shopitem-size {
    width: 100%;
  font-size: 12px;
  line-height: 1;
  color: #333;
  margin-bottom: 10px;
}
.color-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.color-list-item {
  position: relative;
  margin-right: 15px;
  width: 80px;
  height: 80px;
  text-align: center;
  color: #999;
}
.color-list-item:hover {
}

.color-list-link {
  display: inline-block;
  border: 1px solid #999;
  padding: 5px;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  opacity: .7;
}
.color-list-link.active {
    border: 1px solid #333;
    opacity: 1;
}
.color-list-link:hover {
    border: 1px solid #333;
    opacity: 1;
}
.color-list-img {
position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  opacity: 1;
  transition: all 0.3s;
}

.size-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.size-list-item {
  cursor: pointer;
  border: 1px solid #999;
  padding: 10px 0;
  line-height: 1;
  font-size: 12px;
  margin-right: 15px;
  width: 60px;
  text-align: center;
  color: #999;
}
.size-list-item.active {
    color: #333;
    border: 1px solid #333;
}
.size-list-item:hover {
border: 1px solid #333;
color: #333;
transition: all .3s ease;
}

.item-selector-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.item-selector {
  display: inline-flex;
  align-items: center;
  border: 1px solid #999;
  white-space: nowrap;

}
.selector-btn {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 20px;
  background-color: #fff;
  margin: 0em;
  border-width: 0;
  border-style: outset;
  border-color: #fff;
  border-image: initial;
  overflow: visible;
  background: 0 0;
  border: none;
  border-radius: 0;
  font-size: 12px;
  color: #999;
  font-weight: 300;
  line-height: 1;
  font-family: a-otf-gothic-mb101-pr6n, "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  transition: all .3s ease;
}
.selector-btn:hover {
color: #333;
}
.current {
display: inline-block;
  width: 20px;
  padding: 0;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  text-align: center;
  letter-spacing: normal;
  background: 0 0;
  width: 35px;
  font-size: 12px;
  line-height: 1;
  border-width: 0;
  border-style: outset;
  border-color: #fff;
  border-image: initial;
  overflow: visible;
  background: 0 0;
  border: none;
  border-radius: 0;
  color: #333;
  font-family: a-otf-gothic-mb101-pr6n, "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.shopitem-cart-btn {
    width: 100%;
    height: auto;
}
.shopitem-cart-btn-link {
  position: relative;
  display: inline-block;
  padding: 13px 13px;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  letter-spacing: .2em;
  background-color: #3e3a39;
  transition: all .4s ease;
  z-index: 1;
  width: 100%;
  color: #fff;
}
.shopitem-cart-btn-link:hover {
background: #999; 
  color: #fff;
}


.shopsingle-card-wrap {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

.shopsingle-card-link{
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 0 50px;
}
.shopsingle-card-thumb {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
}
.shopsingle-card-img{
  position: relative;
  background: url(../img/news.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-top: 66.6666%;
}
.shopsingle-card-meta{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
.shopsingle-card-title{
    width: 70%;
    color: #3e3a39;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    margin: 0 0 10px;
}
.shopsingle-card-category{
    width: 30%;
    color: #3e3a39;
    font-size: 10px;
    line-height: 1;
    text-align: right;
    margin: 0 0 10px;
}
.shopsingle-card-date{
    width: 50%;
    color: #9d9d9e;
    font-size: 10px;
    line-height: 1;
    text-align: left;
}
.shopsingle-card-keyword{
    width: 50%;
    color: #9d9d9e;
    font-size: 10px;
    line-height: 1;
    text-align: right;
}

.shopsingle-box-title {
    width: 100%;
  font-size: 10px;
  line-height: 1;
  color: #333;
  margin-bottom: 30px;
  padding: 15px 0 15px;
  border-bottom: 1px solid #999;
}


.accordion {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.aco-toggle {
display: none;
}
.aco-option {
position: relative;
margin-bottom: 1em;
}
.aco-title,
.aco-content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.aco-title {
border-bottom: solid 1px #999;
padding: 15px 0;
display: block;
color: #333;
  font-size: 10px;
  line-height: 1;
  cursor:pointer;
}
.aco-title::after,
.aco-title::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 38%;
  width: 1px;
  height: 10px;
  background-color: #999;
  transition: all 0.2s;
}
.aco-title::after {
transform: rotate(90deg);
}
.aco-content {
max-height: 0;
overflow: hidden;
margin: 0 auto;
}
.aco-inner {
overflow: hidden;
padding: 30px 0;
}
.aco-p {
margin: 0 0 0;
  padding: 0;
font-size: 10px;
line-height: 2;
color: #333;
}
.aco-p.right-p {
    text-align: right;
}
.aco-toggle:checked + .aco-title + .aco-content {
max-height: 1200px;
transition: all 1.5s;
}
.aco-toggle:checked + .aco-title::before {
transform: rotate(90deg) !important;
}

table , td, th {
    border: none;
    border-collapse: collapse;
}
.size-t {
  width: 100%;
  border: none;
  margin-bottom: 30px;
}
td, th {
    position: relative;
    padding: 10px;
    min-width: 30px;
    min-height: 25px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
}
td::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 5px;
  background: #9d9d9e;
}
tr {
    border-bottom: 1px solid #9d9d9e;
}
.tr-first {
    border-bottom: none;

}
th {

}
.even {
    background: #fbf8f0;
}
.odd {
    background: #fefcf9;
}

.main-inner.underlayer.photos {
  background: rgb(255 255 255 / 0%);
}

.photos-maintitle {
    width: 100%;
    color: #3e3a39;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    margin: 0 0 30px;
}
.photos-dates {
    width: 100%;
    color: #3e3a39;
    font-size: 10px;
    line-height: 1;
    text-align: left;
    margin: 0 0 40px;
}

.photos-wrap {
    position: relative;
    width: 100%;
    height: auto;
}

.photos-inner {
  position: relative;
  width: 640px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.photos-img {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 140px;
}

/*# modal   min-height: calc(var(--vh, 1vh) * 100);　*/
.modal {
  position: fixed;
  display: flex;
  align-items: center;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: none;
  opacity: 0;
  z-index: -1;
  transition: all .5s ease;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.modal.is-open {
  width: 100vw;
  opacity: 1;
}



.modal .btn-inner {
  margin-top: 23.5px;
}

.modal-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.modal-outer {
    position: relative;
    width: 100vw;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.modal-inner {
  width: 100vw;
  max-width: 800px;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  padding: 30px;
  z-index: 1;
}

.modal-list-logo {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 25px;
  text-align: center;
}
.modal-list-logo p {
  margin-top: 15px;
  font-size: 1.2rem;
}

.modal-title {
    display: block;
    color: #7a6a56;
    font-size: 18px;
    font-family: trajan-pro-3, serif;
    line-height: 1;
    letter-spacing: .4em;
    text-align: center;
    padding: 0px;
}

.modal-content {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.modal-sns-link {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    transition: all .5s ease;

}
.modal-sns-img {
    width: 100%;
    height: auto;
    max-width: 240px;
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.modal-sns-link:hover .modal-sns-img {
      filter: brightness(2);
}

.modal-contact-link {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin: 10px auto;
    transition: all .5s ease;
}
.modal-contact-img {
    width: 100%;
    height: auto;
    max-width: 320px;
    transition: all .5s ease;
}
.modal-contact-link:hover .modal-contact-img {
      filter: brightness(2);
}

.modal-close-wrap {
  position: absolute;
  top: -120px;
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 30;
}

.modal-close-wrap.close-contact {
  bottom: 28px;
  right: 32px;
}

.modal-close-btn {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}

.modal-close-img {
    width: 100%;
    height: auto;
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.modal-close-btn:hover .modal-close-img{
    filter: brightness(2);
}

.modal.is-open {
  animation: modal_open 0.2s ease forwards;
}

.modal.is-close {
  animation: modal_close 0.2s ease forwards;
}


@keyframes modal_open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 100;
  }
}
@keyframes modal_inner_open {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modal_close {
  0% {
    z-index: 10000;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal_inner_close {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}

.under_support_area{
position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0;
  margin: 0 auto;
}
.under_support_area p {
  position: relative;
  width: 100%;
  height: auto;
  color: #3e3a39;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  margin: 0 auto 20px;
}
.support_detail_ttl{
  position: relative;
  width: 100%;
  height: auto;
  color: #3e3a39;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  margin: 0 auto 30px;
}
.support_detail_inner{
    position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 30px;
}
.support_detail_inner_ttl{
    position: relative;
  width: 100%;
  height: auto;
  color: #3e3a39;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  margin: 0 auto 10px;
}
.support_detail_inner_p {
    position: relative;
  width: 100%;
  height: auto;
  color: #3e3a39;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  margin: 0 auto 20px;
}
.support_detail_inner h5 {
    position: relative;
  width: 100%;
  height: auto;
  color: #3e3a39;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  margin: 0 auto 10px;
}
.support_detail_inner p {
    position: relative;
  width: 100%;
  height: auto;
  color: #3e3a39;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  margin: 0 auto 20px;
}
.support_detail_inner p a, .support_detail_inner_p a {
  text-decoration: underline;
}

.site_law{
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
  height: auto;
  color: #3e3a39;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
}
.site_law dt {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
.site_law dd {
  width: 60%;
  display: inline-block;
  margin: 0 0 1em;
  vertical-align: top;
}
.contact-wrap {
    border-top: 1px solid #999;
  position: relative;
  width: 640px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto 240px;
}
.contact-inner {
  position: relative;
  width: 100%;
}

.fc_form_area {
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}
body.fc_support .fc_form_area p.alert{
    padding-bottom: 10px;
}
.fc_form_area dl{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}
.fc_form_area dt,
.fc_form_area dd{
    margin: 0;
    padding: 0 0 10px 0;
}
.fc_form_area input[type="text"],
.fc_form_area input[type="email"],
.fc_form_area input[type="tel"],
.fc_form_area input[type="date"],
.fc_form_area input[type="password"],
textarea{
    background: #eee;
    color: #666;
    border: 0;
    border-radius: 4px;
    outline: none;
    margin: 0 1% 2% 0;
    padding: 10px;
    width: auto;
    min-width: 48%;
    max-width: 100%;
}
.fc_form_area input.fullwidth,
.fc_form_area textarea.fullwidth{
    margin: 0 2% 0 0;
    width: 98%;
}
.fc_form_area input.zip01{
    margin: 0 4px 0 0;
    width: 12%;
    min-width: 12%;
}
.fc_form_area input.zip02{
    margin: 0 4px;
    width: 16%;
    min-width: 16%;
}
.fc_form_area input.tel01{
    margin: 0 4px 0 0;
    width: 16%;
    min-width: 12%;
}
.fc_form_area input.tel02{
    margin: 0 4px;
    width: 16%;
    min-width: 16%;
}
.fc_form_area input.tel03{
    margin: 0 0 0 4px;
    width: 16%;
    min-width: 16%;
}
.fc_form_area .select_payment{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.fc_form_area .select_payment li{width:100%;}
.fc_form_area li label input[type="radio"]{
    margin: 0 20px 0 0;
}
.fc_form_area select{
    background: #eee;
    color: #666;
    border: 0;
    border-radius: 4px;
    outline: none;
    margin: 0 1% 0 0;
    padding: 10px;
}
.fc_form_area select.pref{
    width: 20%;
}
.fc_form_area a.btn.btn_zip{
    margin: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #FFF;
    width: 110px;
    height: 30px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 100%;
}
#input-detail{display:none;}
.fc_form_area dl#input-detail dd.flex-row{
    display: flex;
    justify-content: flex-start;
}
.fc_form_area dl#input-detail dd.flex-row label{
    width: 40%;
}

@media screen and (max-width: 767px){
    #content_ec .ec_shop_cart__title{
        padding: 20px 0;
    }
    #content_ec .ec_shop_cart__title h3{
        font-size: 15px;
        padding: 0 0 15px 0;
    }
    .fc_form_area,
    .fc_form_area{
        padding: 0 0 15px 0;
    }
    .fc_form_area select.pref{
        width: 50%;
    }
}


body.fc_support .fc_form_area .alert,
body.fc_support .fc_form_area .req{
    color: #ff3300;
    letter-spacing: 2px;
    font-size: 10px;
}



/* button area*/
.form_btn_wrap{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}
.form_btn_wrap.center{
    justify-content: center;
}
.form_btn_wrap.fc-form-half {
    display:block;
    letter-spacing:-.8em;
}
.form_btn_wrap.fc-form-half .fc-form-half-box {
    display:inline-block;
    margin:0 10px;
    width:40%;
    max-width:245px;
    letter-spacing:normal;
}
.btn:hover,
a.btn:hover span,
.form_btn_wrap .btn:hover{
    text-decoration: none;
}
/* forward button */
body.fc_support .form_btn_wrap .btn.btn_fwd{
    display: inline-block;
    width: 255px;
    height: 50px;
    line-height: 46px;
    color: #FFF;
    text-align: center;
    letter-spacing: 2px;
    border: 1px solid #333;
    background: #333;
    max-width: 100%;
}
body.fc_support .form_btn_wrap .btn.btn_fwd:hover{
    opacity: .8;
}
/* back button */
body.fc_support .form_btn_wrap .btn.btn_back{
    display: inline-block;
    width: 245px;
    height: 50px;
    color: #888;
    text-align: center;
    letter-spacing: 2px;
    border: 1px solid #888;
    background: #eee;
    max-width: 100%;
}
body.fc_support .form_btn_wrap .btn.btn_back:hover{
    opacity: .8;
}

@media screen and (max-width: 767px){
    .form_btn_wrap{
        flex-direction: column;
    }
    body.fc_support .form_btn_wrap .btn.btn_fwd,
    body.fc_support .form_btn_wrap .btn.btn_back{
        width: 100%;
        margin-bottom: 10px;
    }
}


.cart-p {
  width: 100%;
  color: #3e3a39;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  margin-top: 20px;
  transition: all 0.5s ease;
}

.cart-wrap {
position: relative;
  width: 100%;
  height: auto;
  padding: 30px 60px;
  margin: 0 auto;
  min-height: 600px;
}
.cart-inner {
position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.cart-ul{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}
.cart-li{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
  padding: 10px 0;
}
.cart-meta {
  position: relative;
  width: 45%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
}

.cart-li.total{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
}
.cart-li::before {
  content: '';
  position: absolute;
  top: 0;
  right: 9%;
  width: 18%;
  height: 1px;
  background: #999;
}
.cart-thumb{
    position: relative;
  width: 100px;
  height: 100px;
    min-width: 100px;
    max-width: 100%;
}
.cart-thumb-link{
}
.cart-img{

}
.cart-title{
    min-width: 100px;
    padding: 0 30px;
}
.cart-title-p{
}
.cart-color{
    min-width: 80px;
    padding: 0 30px;
}
.cart-color-p{
}
.cart-size{
    min-width: 80px;
    padding: 0 30px;
}
.cart-size-p{
}
.cart-price{
    min-width: 100px;
    padding: 0 30px;
}
.cart-price-p{
}
.cart-selector{
    min-width: 150px;
    text-align: center;
}
.cart-selector-wrap{
  border: 1px solid #999;
}
.selector-btn{
}
.cart-totalprice{
    min-width: 100px;
}
.cart-totalprice-p{
    text-align: right;
}
.cart-delete{
  width: 50px;
  text-align: right;
}
.cart-delete-a{
}

.cart-btn-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-evenly;
  align-items: center;
}
.form-li {
  color: #3e3a39;
  font-size: 12px;
  line-height: 1;
}

.form-li label {
  color: #3e3a39;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 15px;
    display: inline-block;
}

.cart-backto-btn {
  position: relative;
  display: inline-block;
  padding: 20px 13px;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  letter-spacing: .2em;
  background-color: none;
  transition: all .4s ease;
  z-index: 1;
  width: 260px;
  max-width: 100%;
  color: #3e3a39;
  border: 1px solid #3e3a39;
  margin: 0 10px;
  transition: all .3s ease;
}
.cart-backto-btn:hover {
    opacity: .6;
}

.cart-buy-btn {
  position: relative;
  display: inline-block;
  padding: 20px 13px;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  letter-spacing: .2em;
  background-color: #3e3a39;
  transition: all .4s ease;
  z-index: 1;
  width: 260px;
  max-width: 100%;
  color: #fff;
  border: 1px solid #3e3a39;
  margin: 0 10px;
  transition: all .3s ease;
}
.cart-buy-btn:hover {
    opacity: .6;
}

.cart-inner.regist {
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
}

.regist .back {
  display:block;
  margin:0 0 25px;
  padding:0 15px;
}
.regist .back a,
.regist .back button {
  display:inline-block;
  padding:0 0 0 35px;
  background-image:url(../images/common/arrow-left-gr-01.png);
  background-position:left bottom;
  background-repeat:no-repeat;
  background-size:28px;
  font-size:1.4rem;
  color:#918d9a;
}
.regist .terms {
  margin:70px 0 0;
  border:1px #cdcad6 solid;
  overflow-y:scroll;
  width:100%;
  height:326px;
}
.regist .terms .inner {
  padding:30px;
  font-size:1.3rem;
  line-height:2.4rem;
}
.regist .terms .inner p {
  margin:15px 0 0;
}
.regist .terms .inner p:first-child {
  margin:0;
}
.regist .terms .inner p.note {
  margin:20px 0 0;
  font-size:1.2rem;
  line-height:2rem;
}
.regist .terms .inner > div {
  margin:50px 0 0;
}
.regist .terms .inner > div em {
  font-size:1.5rem;
  font-style:normal;
  font-weight:700;
}
.regist .terms .inner > div > ol {
  margin:15px 0 0;
}
.regist .terms .inner > div > ol > li {
  padding:0 0 0 20px;
  position:relative;
}
.regist .terms .inner > div > ol.brackets > li {
  padding:0 0 0 40px;
  position:relative;
}
.regist .terms .inner > div > ol > li span {
  position:absolute;
  top:0;
  left:0;
}
.regist .terms .inner > div > ol > li > ol > li {
  padding:0 0 0 35px;
  position:relative;
}
.regist .terms .inner > div > ol > li > ol > li span {
  position:absolute;
  top:0;
  left:0;
}
.regist .terms .inner a {
  display:inline-block;
  position:relative;
}
.regist .terms .inner a:after {
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  border-bottom:1px #000 solid;
  transition:all 0.2s ease-in-out;
  opacity:0;
}
.regist .terms .inner a:hover:after {
  opacity:1;
}
.regist .terms .inner .right {
  margin:80px 0 0;
  text-align:right;
}
.regist .note {
  margin:20px 0 0;
  font-size:1.3rem;
  line-height:1.5;
}
.regist .agree {
  margin:40px 0 0;
}
.regist .back {
  display:block;
  margin:0 0 25px;
  padding:0 15px;
}
.regist .back a {
  display:inline-block;
  padding:0 0 0 35px;
  background-image:url(../images/common/arrow-left-gr-01.png);
  background-position:left bottom;
  background-repeat:no-repeat;
  background-size:28px;
  font-size:1.4rem;
  color:#918d9a;
}
.regist .input.box {
  max-width:515px;
  margin:40px auto 0;
}
.regist .input > div + div {
  margin:20px 0 0;
}
.regist .input > div p {
  font-size:1.3rem;
  margin:0 0 5px;
  display:flex;
  align-items:center;
  color: #333;
}
.regist .input > div p span {
  font-size:1.2rem;
  margin:0 0 0 10px;
}
.regist .input > div input[type="text"],
.regist .input > div input[type="tel"],
.regist .input > div input[type="email"],
.regist .input > div input[type="password"],
.regist .input > div select {
  border:1px #cdcad6 solid;
  height:48px;
  line-height:26px;
  padding:10px 15px;
  width:100%;
  font-size:1.3rem;
  margin-bottom: 10px;
}
.regist .input > div select {
  background-position:right 24px center;
  background-repeat:no-repeat;
  background-size:15px;
}
.regist .input > div.zipcode {
  display:flex;
  flex-wrap:wrap;
}
.regist .input > div.zipcode p {
  width:100%;
}
.regist .input > div.zipcode input {
  width:calc(100% - 127px);
}
.regist .input > div.zipcode button {
  width:117px;
  margin:0 0 0 8px;
  background-color:#3e3a39;
  height:48px;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#fff;
  font-size:1.3rem;
}
.regist .input > div.ymd  {
  display:flex;
  flex-wrap:wrap;
}
.regist .input > div.ymd p {
  width:100%;
}
.regist .input > div.ymd select {
  width:calc(33.333333% - 12px);
}
.regist .input > div.ymd select + select {
  margin:0 0 0 18px;
}
.regist .input > div .indent {
  padding:10px 15px;
  display:inline-block;
}
.regist div.btn {
  margin:50px 0 0 !important;
}
.table-regist {
  margin:60px auto 0;
}
.table-regist th {
  width:130px;
  font-size:1.3rem;
  line-height:2rem;
  padding:8px 0;
}
.table-regist td {
  font-size:1.3rem;
  line-height:2rem;
  padding:8px 0;
}
.regist .mes {
  font-size:1.8rem;
  font-weight:700;
  text-align:center;
  line-height:1.5;
  margin:-0.25em 0 0;
}
.regist .home {
  margin:80px 0 0;
}
.regist .input > div p span.common-text-error {
  font-size:1.2rem;
  margin:5px 0 0 0;
}

/* MYPAGE */
.mypage_detail_ttl{

}
.mypage_detail_inner_ttl{
  border-left: solid 10px #999;
  padding-left: 1em;
  font-size: 20px;
  margin-bottom: 30px;
}
.mypage_detail_inner p, .under_mypage_area>div p{
  font-size: 14px;
  line-height: 1.6em;
  padding: 10px 0;
}

/* MYPAGE */

.under_title_mypage_area{
  background: -webkit-gradient(linear, left top, left bottom, from(#f1e9d9), color-stop(50%, #f1e9d9), color-stop(50%, #f6f6f6), to(#f6f6f6));
  background: linear-gradient(to bottom, #f1e9d9 0%, #f1e9d9 50%, #f6f6f6 50%, #f6f6f6 100%);
}
.mypage_flex li a{
  color: #b5a179;
  font-weight: 500;
}

.mypage_flex{
  opacity: 0;
}
.mypage_prof_list li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #999;
}

.mypage_btn_area .mypage_btn01 li a{
  background: #333;
}
.mypage_btn_area .mypage_btn02 li a{
  background: #999;
}
  
  .mypage_flex{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

  }
  .mypage_flex .mypage_side_nav{
    width:calc(100% - 850px);
  }

  .mypage_side_nav li{
    margin-bottom: 35px;
  }

  .mypage_side_nav li a{
    display: block;
    padding-left: 23px;
    font-size: 15px;
    position: relative;

    opacity: 1;
  }
  .mypage_side_nav li a:hover{
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0.5;
  }

  .mypage_side_nav li a::before{
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    background: #202020;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top:5px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }

  .mypage_side_nav li a:hover::before{
    opacity: 1;
  }

  .mypage_side_nav li.active a{
    color: #202020;
  }
  .mypage_side_nav li.active a::before{
    opacity: 1;
  }
  .mypage_side_nav li.active a:hover{
    opacity: 1;
  }

  .under_mypage_area{
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 0 60px;
    background: #fff;
  }
  
  .mypage_prof_list li{
  padding: 30px 0 30px;
  font-size: 15px;
  }
  
  .mypage_prof_list li .ttl{
    width: 185px;
  }
  .mypage_prof_list li .prof{
    width: calc(100% - 185px);
  }

  .mypage_btn_area{
    width: 590px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mypage_btn_area.mypage_btn_area_small {
    width:275px; 
  }
  .mypage_btn_area .mypage_btn{
    width:275px; 
  }
  .mypage_btn_area .mypage_btn li{
    margin-top: 30px;
    text-align: center;
  }
  .mypage_btn_area .mypage_btn li a{
  display: inline-block;
  width: 245px;
  height: auto;
  color: #FFF;
  text-align: center;
  letter-spacing: 2px;
  transition: all .4s ease;
  font-size: 16px;
  line-height: 1;
  padding: 20px;
  }
  .mypage_btn_area .mypage_btn li a:hover{
    opacity: 0.5;
  }
  .mypage_btn_area .mypage_btn li a span{
    display: inline-block;
    position: relative;
  }

  .mypage_detail_ttl{
  font-size: 18px;
  padding: 20px 0;
  margin-bottom: 30px;
  line-height: 1;
  }





/*# sal.css */
[data-sal]{transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease)}[data-sal][data-sal-duration="200"]{transition-duration:.2s}[data-sal][data-sal-duration="250"]{transition-duration:.25s}[data-sal][data-sal-duration="300"]{transition-duration:.3s}[data-sal][data-sal-duration="350"]{transition-duration:.35s}[data-sal][data-sal-duration="400"]{transition-duration:.4s}[data-sal][data-sal-duration="450"]{transition-duration:.45s}[data-sal][data-sal-duration="500"]{transition-duration:.5s}[data-sal][data-sal-duration="550"]{transition-duration:.55s}[data-sal][data-sal-duration="600"]{transition-duration:.6s}[data-sal][data-sal-duration="650"]{transition-duration:.65s}[data-sal][data-sal-duration="700"]{transition-duration:.7s}[data-sal][data-sal-duration="750"]{transition-duration:.75s}[data-sal][data-sal-duration="800"]{transition-duration:.8s}[data-sal][data-sal-duration="850"]{transition-duration:.85s}[data-sal][data-sal-duration="900"]{transition-duration:.9s}[data-sal][data-sal-duration="950"]{transition-duration:.95s}[data-sal][data-sal-duration="1000"]{transition-duration:1s}[data-sal][data-sal-duration="1050"]{transition-duration:1.05s}[data-sal][data-sal-duration="1100"]{transition-duration:1.1s}[data-sal][data-sal-duration="1150"]{transition-duration:1.15s}[data-sal][data-sal-duration="1200"]{transition-duration:1.2s}[data-sal][data-sal-duration="1250"]{transition-duration:1.25s}[data-sal][data-sal-duration="1300"]{transition-duration:1.3s}[data-sal][data-sal-duration="1350"]{transition-duration:1.35s}[data-sal][data-sal-duration="1400"]{transition-duration:1.4s}[data-sal][data-sal-duration="1450"]{transition-duration:1.45s}[data-sal][data-sal-duration="1500"]{transition-duration:1.5s}[data-sal][data-sal-duration="1550"]{transition-duration:1.55s}[data-sal][data-sal-duration="1600"]{transition-duration:1.6s}[data-sal][data-sal-duration="1650"]{transition-duration:1.65s}[data-sal][data-sal-duration="1700"]{transition-duration:1.7s}[data-sal][data-sal-duration="1750"]{transition-duration:1.75s}[data-sal][data-sal-duration="1800"]{transition-duration:1.8s}[data-sal][data-sal-duration="1850"]{transition-duration:1.85s}[data-sal][data-sal-duration="1900"]{transition-duration:1.9s}[data-sal][data-sal-duration="1950"]{transition-duration:1.95s}[data-sal][data-sal-duration="2000"]{transition-duration:2s}[data-sal][data-sal-delay="50"]{transition-delay:.05s}[data-sal][data-sal-delay="100"]{transition-delay:.1s}[data-sal][data-sal-delay="150"]{transition-delay:.15s}[data-sal][data-sal-delay="200"]{transition-delay:.2s}[data-sal][data-sal-delay="250"]{transition-delay:.25s}[data-sal][data-sal-delay="300"]{transition-delay:.3s}[data-sal][data-sal-delay="350"]{transition-delay:.35s}[data-sal][data-sal-delay="400"]{transition-delay:.4s}[data-sal][data-sal-delay="450"]{transition-delay:.45s}[data-sal][data-sal-delay="500"]{transition-delay:.5s}[data-sal][data-sal-delay="550"]{transition-delay:.55s}[data-sal][data-sal-delay="600"]{transition-delay:.6s}[data-sal][data-sal-delay="650"]{transition-delay:.65s}[data-sal][data-sal-delay="700"]{transition-delay:.7s}[data-sal][data-sal-delay="750"]{transition-delay:.75s}[data-sal][data-sal-delay="800"]{transition-delay:.8s}[data-sal][data-sal-delay="850"]{transition-delay:.85s}[data-sal][data-sal-delay="900"]{transition-delay:.9s}[data-sal][data-sal-delay="950"]{transition-delay:.95s}[data-sal][data-sal-delay="1000"]{transition-delay:1s}[data-sal][data-sal-easing=linear]{transition-timing-function:linear}[data-sal][data-sal-easing=ease]{transition-timing-function:ease}[data-sal][data-sal-easing=ease-in]{transition-timing-function:ease-in}[data-sal][data-sal-easing=ease-out]{transition-timing-function:ease-out}[data-sal][data-sal-easing=ease-in-out]{transition-timing-function:ease-in-out}[data-sal][data-sal-easing=ease-in-cubic]{transition-timing-function:cubic-bezier(.55,.055,.675,.19)}[data-sal][data-sal-easing=ease-out-cubic]{transition-timing-function:cubic-bezier(.215,.61,.355,1)}[data-sal][data-sal-easing=ease-in-out-cubic]{transition-timing-function:cubic-bezier(.645,.045,.355,1)}[data-sal][data-sal-easing=ease-in-circ]{transition-timing-function:cubic-bezier(.6,.04,.98,.335)}[data-sal][data-sal-easing=ease-out-circ]{transition-timing-function:cubic-bezier(.075,.82,.165,1)}[data-sal][data-sal-easing=ease-in-out-circ]{transition-timing-function:cubic-bezier(.785,.135,.15,.86)}[data-sal][data-sal-easing=ease-in-expo]{transition-timing-function:cubic-bezier(.95,.05,.795,.035)}[data-sal][data-sal-easing=ease-out-expo]{transition-timing-function:cubic-bezier(.19,1,.22,1)}[data-sal][data-sal-easing=ease-in-out-expo]{transition-timing-function:cubic-bezier(1,0,0,1)}[data-sal][data-sal-easing=ease-in-quad]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-sal][data-sal-easing=ease-out-quad]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-sal][data-sal-easing=ease-in-out-quad]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-sal][data-sal-easing=ease-in-quart]{transition-timing-function:cubic-bezier(.895,.03,.685,.22)}[data-sal][data-sal-easing=ease-out-quart]{transition-timing-function:cubic-bezier(.165,.84,.44,1)}[data-sal][data-sal-easing=ease-in-out-quart]{transition-timing-function:cubic-bezier(.77,0,.175,1)}[data-sal][data-sal-easing=ease-in-quint]{transition-timing-function:cubic-bezier(.755,.05,.855,.06)}[data-sal][data-sal-easing=ease-out-quint]{transition-timing-function:cubic-bezier(.23,1,.32,1)}[data-sal][data-sal-easing=ease-in-out-quint]{transition-timing-function:cubic-bezier(.86,0,.07,1)}[data-sal][data-sal-easing=ease-in-sine]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-sal][data-sal-easing=ease-out-sine]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-sal][data-sal-easing=ease-in-out-sine]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-sal][data-sal-easing=ease-in-back]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-sal][data-sal-easing=ease-out-back]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-sal][data-sal-easing=ease-in-out-back]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-sal|=fade]{opacity:0;transition-property:opacity}[data-sal|=fade].sal-animate,body.sal-disabled [data-sal|=fade]{opacity:1}[data-sal|=slide]{opacity:0;transition-property:opacity,transform}[data-sal=slide-up]{transform:translateY(20%)}[data-sal=slide-down]{transform:translateY(-20%)}[data-sal=slide-left]{transform:translateX(20%)}[data-sal=slide-right]{transform:translateX(-20%)}[data-sal|=slide].sal-animate,body.sal-disabled [data-sal|=slide]{opacity:1;transform:none}[data-sal|=zoom]{opacity:0;transition-property:opacity,transform}[data-sal=zoom-in]{transform:scale(.5)}[data-sal=zoom-out]{transform:scale(1.1)}[data-sal|=zoom].sal-animate,body.sal-disabled [data-sal|=zoom]{opacity:1;transform:none}[data-sal|=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform}[data-sal=flip-left]{transform:perspective(2000px) rotateY(-91deg)}[data-sal=flip-right]{transform:perspective(2000px) rotateY(91deg)}[data-sal=flip-up]{transform:perspective(2000px) rotateX(-91deg)}[data-sal=flip-down]{transform:perspective(2000px) rotateX(91deg)}[data-sal|=flip].sal-animate,body.sal-disabled [data-sal|=flip]{transform:none}
@media all and (-ms-high-contrast: none){
    [data-sal|=fade],
    [data-sal|=fade].sal-animate {
      opacity: 1!important;
    }
}





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

@media screen and (max-width: 768px) {
header {
  width: 100%;
  height: 70px;
}
.hamburger {
  width: 30px;
  height: 40px;
  padding: 10px 0;
}
.hero-img {
  background: url(../img/bg_2024_sp.jpg?4) no-repeat;
  background-size: cover;
  padding-top: 180%;
  background-position: left;
}
.header-account-wrap,
.header-cart-wrap,
.header-login-wrap,
.header-sign-wrap {
  display: none;
}
.header-wrap {
  padding: 15px;
}
.moss-logo {
  min-width: 40px;
  width: 40px;
  height: 40px;
  margin-right: 0px;
}
.moss-logo-bg {
  width: 40px;
  height: 40px;
}
.fanclub-logo {
  width: 100px;
  height: 40px;
  margin-right: 0;
}
.fanclub-logo-bg {
  width: 100px;
  height: 40px;
}
.nav-wrapper {
  margin-left: 0px;
}
.hamburger__line {
  width: 30px;
  height: 1px;
}
.hamburger__line--1 {
  top: 17px;
}
.hamburger__line--3 {
  top: 23px;
}
.sp-nav {
  width: 100%;
  height: 100vh;
  padding: 60px 0 0;
}
.main-inner {
  width: calc(100% - 30px);
  margin: -60px auto 0;
}
.toppage-title-wrap {
  width: 100%;
  padding: 150px 20px 200px;
}
.toppage-subtitle-top {
  font-size: 22px;
  margin: 0 auto 30px;
}
.toppage-maintitle {
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: .26em;
  margin: 0 auto 30px;
}
.toppage-subtitle-middle {
  font-size: 22px;
  line-height: 1;
  letter-spacing: .26em;
  margin: 0 auto 40px;
}
.toppage-subtitle-bottom {
  font-size: 12px;
  letter-spacing: .26em;
  margin: 0px auto 30px;
}
.circle-text-wrap {
  width: 120px;
  height: 120px;
  bottom: 20%;
  right: 30px;
}
.circle-text {
  width: 120px;
  height: 120px;
  font-size: 8px;
}
.toppage-news-inner {
  padding: 0 20px;
}
.news-card-wrap {
  width: 100%;
}
.news-card-link {
    display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0 0 80px;
}
.news-card-wrap.wide {
  width: 100%;
  margin-bottom: 80px;
}
.news-list-wrap {
  width: 100%;
  padding: 0;
}
.news-list-meta {
  padding: 30px 0;
}
.news-list-title {
  width: 100%;
}
.news-list-date {
  width: 50%;
  font-size: 10px;
  text-align: left;
}
.news-list-title {
  width: 100%;
  font-size: 12px;
  line-height: 2;
  text-align: left;
  margin-right: 0;
  padding-bottom: 10px;
}
.news-list-keyword {
  width: 50%;
  font-size: 10px;
  text-align: right;
}
.move-icon {
  width: 60px;
  height: 70px;
  bottom: 0px;
  right: 40%;
}
.move-icon-wrap {
  width: 60px;
  height: 70px;
}
.move-icon-img {
  width: 60px;
  height: 70px;
}
.toppage-news-wrap {
  padding-bottom: 240px;
}
.bottom-message-wrap {
  width: 100%;
  max-width: 100%;
  padding: 60px 120px 60px 20px;
}

.footermenu-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 20px 60px;
}
.footermenu-left {
  width: 100%;
}
.footermenu-center {
  width: 100%;
}
.footermenu-right {
  width: 100%;
}
.footermenu-center .footermenu-title, .footermenu-right .footermenu-title {
  padding-left: 0;
}
.footermenu-center .footermenu-list, .footermenu-right .footermenu-list {
  border-left: 0px solid #9d9d9e;
  padding-left: 0px;
}
.footermenu-link {
  font-size: 10px;
  padding: 10px 0;
}
.footermenu-title {
  font-size: 10px;
  margin: 40px auto 10px;
}
.footer-wrap {
  width: 100%;
  width: calc(100% - 70px);
  padding: 50px 0;
}
.footer-sns-icon {
  width: 25px;
  margin-right: 40px;
}
.footer-copyright-text {
  font-size: 10px;
  line-height: 25px;
}
.page-title-wrap {
  width: 100%;
  padding: 90px 0 20px;
  margin: 0 auto;
}
.page-maintitle {
  font-size: 26px;
}
.news-archive-wrap {
  width: 100%;
  margin: 0 auto 120px;
}
.page-inner {
  padding: 20px;
}
.tab-menu {
 width: 100%;
  justify-content: space-between;
  padding-bottom: 30px;
}

.tab-trigger {
  font-size: 10px;
  padding: 0 1px;
}
.tab-menu__slash {
  padding: 0 10px;
}
.news-archivelist-title {
  width: 100%;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 5px;
}
.news-archivelist-date {
  width: 50%;
  font-size: 10px;
  text-align: left;
}
.news-archivelist-keyword {
  width: 50%;
  font-size: 10px;
  text-align: right;
}
.main-inner.underlayer {
  margin: 0px auto 0;
}
.main-wrap.underlayer {
  padding-top: 70px;
}

.single-title-meta {
    width: 100%;
  padding: 40px 0 40px;
}
.single-title-h1 {
  width: 100%;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.single-title-date {
  width: 50%;
  font-size: 10px;
  text-align: left;
}

.single-title-keyword {
  width: 50%;
  text-align: right;
}
.single-eyecatch-wrap {
  width: 100%;
  padding: 0;
  margin: 0 auto 40px;
}

.single-content-wrap {
  width: 100%;
}
.single-img-wrap {
  width: 100%;
  margin: 0 auto 40px;
}
.single-content-p {
  font-size: 12px;
  line-height: 1.8;
  margin: 0 auto 30px;
}
.single-info {
  padding: 15px;
}
.single-info-box .single-content-p {
  font-size: 10px;
  line-height: 1.6;
  margin: 0 auto 15px;
}
.toppage-title-wrap.note {
  padding: 80px 0 0px;
}
.note-archive-wrap {
  width: 100%;
  margin: 0 auto 60px;
}
.note-inner {
  padding: 0 0px;
}
.note-card-wrap {
  width: 100%;
}
.note-card-box {
  width: 100%;
  padding: 0;
  margin: 0 0 80px;
}
.hero-img.hero-shop {
  background-position: center 70%;
  padding-top: 180%;
  background-size: cover;
}

.shop-number {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 20px 280px;
}

.move-icon.shop {
  bottom: 120px;
  right: 10%;
}
.shop-title-wrap {
  position: relative;
  width: 100%;
}
.shop-title-number {
  font-size: 20px;
  letter-spacing: .26em;
  margin: 0 auto 20px;
}
.shop-title-main {
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: .2em;
  margin: 0 auto 120px;
  text-align:center;
}
.shop-title-sub {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: .26em;
  margin: 0 auto 40px;
  text-align:center;
}
.shop-title-wrap {
  margin: 0 auto 40px;
  padding: 0 20px;
}
.shop-card-inner {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
}
.shopsingle-title-wrap {
  width: 100%;
  margin: 0 auto 40px;
  padding: 120px 20px 0;
}

.shopsingle-title-number {
  font-size: 20px;
  letter-spacing: .26em;
  margin: 0 auto 20px;
}
.shopsingle-title-main {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: .2em;
  margin: 0 auto 80px;
}
.shopsingle-title-sub {
  font-size: 20px;
  letter-spacing: .26em;
  margin: 0px auto 60px;
}
.shopsingle-content-inner {
    padding: 0 20px;
}
.shopsingle-box {
  width: 100%;
  margin-bottom: 30px;
}
.shopitem-cart-btn-link {
  padding: 23px 13px;
}

.shopsingle-card-title {
  width: 80%;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 10px;
}
.shopsingle-card-category {
  width: 20%;
  color: #3e3a39;
  font-size: 10px;
  line-height: 20px;
  text-align: right;
  margin: 0 0 10px;
}
.shopsingle-card-link {
  margin: 0px 0 30px;
}
.single-back-link {
  font-size: 12px;
  padding: 20px;
}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  font-size: 12px;
}
.swiper-custom-fraction {
  font-size: 10px;

}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  font-size: 12px;
}

.tab-menu.videos {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 60px;
  padding-top: 30px;
}
.page-inner.photos {
    padding: 0;
}
.photos-img {
    margin-bottom: 100px;
}
.photos-maintitle {
    font-size: 10px;
    padding: 0 20px;
    margin: 0 0 15px;
}
.photos-dates {
    font-size: 9px;
    padding: 0 20px;
}
.cart-wrap {
    padding: 0;
}
.cart-thumb {
  position: relative;
  width: 50px;
  min-width: 50px;
  max-width: 100%;
}
.cart-li {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between
  align-items: center;
  font-size: 10px;
  text-align: left;
  line-height: 1.5;
  padding: 15px 0;
}
.cart-meta {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}
.cart-title, .cart-color, .cart-size,.cart-price {
    min-width: 40px;
    width: auto;
    padding: 0;
}

.cart-selector .selector-btn {
      padding: 5px;
font-size: 10px;
}
.current {
  padding: 0;
  width: 15px;
  font-size: 10px;
}
.cart-selector {
  min-width: 60px;
}
.cart-totalprice {
  min-width: 30px;
}
.cart-delete {
  width: 20px;
  text-align: right;
}
.cart-totalprice-p {
  text-align: right;
  font-size: 10px;
}

.cart-backto-btn, .cart-buy-btn {
    width: 100%;
    margin-bottom: 20px;
}

  .mypage_flex{
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .under_mypage_area{

  }
  .mypage_prof_list li{
  padding: 10px 0;
  font-size: 14px;
  }
  .mypage_prof_list li .ttl{
    width: 120px;
  }
  .mypage_prof_list li .prof{
    width: calc(100% - 110px);
  }
  
  .mypage_btn_area{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  flex-wrap: wrap;
  flex-direction: column;
    
  }
.mypage_btn_area .mypage_btn {
  width: 100%;
}
  .mypage_btn_area .mypage_btn li{
    margin-top: 15px;
    text-align: center;
  }
  .mypage_btn_area .mypage_btn li a{
  display: inline-block;
  width: 245px;
  height: auto;
  color: #FFF;
  text-align: center;
  letter-spacing: 2px;
  transition: all .4s ease;
  font-size: 14px;
  line-height: 1;
  padding: 15px;
  }
  .mypage_btn_area .mypage_btn li a:hover{
    opacity: 0.5;
  }
  .mypage_btn_area .mypage_btn li a span{
    display: inline-block;
    position: relative;
  }
  .mypage_side_nav{
    
  }
  .mypage_side_nav li{
    border-bottom: solid 1px #707070;
  }
  .mypage_side_nav li a{
    display: block;
    padding: 25px 0 15px;
    position: relative;
    font-weight: bold;
    color: #aca696;
  }
  
  .mypage_side_nav li a::after{
    content: "";
    display: block;
    background: url(../img/top/icon_cheviron_r_2x.png) right center no-repeat;
    background-size: 8px auto;
    width: 20px;
    height: 20px;
    line-height: 100%;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
  }
  .mypage_detail_ttl{
    font-size: 1.1em;
    padding: 15px 0 25px;
    margin-bottom: 30px;
  }



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

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

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

}





button, input[type="submit"] {
	cursor:pointer;
}

.text_format {
	font-size: 13px;
	line-height: 1.7;
	text-align: left;
}
.text_format p {
	margin: 0 auto 20px;
}
.text_format ul {
	margin: 0 auto 20px;
}
.text_format dl {
	margin: 0 auto 20px;
}


.text_format p.l {
	font-size:18px;
	font-weight:bold;
}
.text_format p.m {
	font-size:15px;
	font-weight:bold;
}
.text_format p.s {
	font-size:10px;
}

.text_format ul.disc li {
	margin-left:2em;
	list-style-type:disc;
}
.text_format dl dt {
	font-weight:bold;
}
.text_format dl dt:before {
	content:"・";
}
.text_format dl dd {
	margin-inline-start:5px;
}








































































