@charset "UTF-8";
html {
  width: 100vw;
  text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #fff #000;
}

::-webkit-scrollbar {
  background: #000;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #fff;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  overflow-x: hidden;
  font-size: 1.6rem;
  background: url(../img/bg_bk.jpg.webp) no-repeat center/cover;
  min-height: 820px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  *font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 1.25vw;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}
a:hover {
  opacity: .7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

*::before,
*::after {
  box-sizing: border-box;
}

/*--------------------------------
### OUTER
--------------------------------*/
br.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  a[href*="tel:"]:hover {
    text-decoration: none;
  }
}

a[href*="mailto:"] {
  text-decoration: underline;
}
a[href*="mailto:"]:hover {
  text-decoration: none;
}

.hidden {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#main-bg {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  /*height:100dvh;
  z-index:-1;*/
  top: 0;
  left: 0;
  overflow: visible;
  transform: translate3d(0, 0, -1px);
}
#main-bg picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}
#main-bg picture img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}

/*@supports (-webkit-touch-callout: none) {
  #main-bg{
    height: -webkit-fill-available;
  }
}*/
#wrapper {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  z-index: 10;
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-height: auto;
  }
}

.inner {
  max-width: 450px;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .inner {
    max-width: 495px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 480px;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    max-width: 100%;
  }
}

/*--------------------------------
### HEADER
--------------------------------*/
header {
  width: calc(100vw - 660px);
  height: 100%;
  min-height: 640px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1501px) {
  header {
    width: calc(100vw - 798px);
  }
}
@media screen and (max-width: 1100px) {
  header {
    width: calc(100vw - 390px);
  }
}
@media screen and (max-width: 768px) {
  header {
    width: auto;
    max-height: 720px;
    height: 100dvh;
    position: relative;
  }
}
header:before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 204.6px;
  background: #0c0c0c;
  background: linear-gradient(180deg, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.5) 30%, rgba(12, 12, 12, 0.8) 100%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  header:before {
    position: absolute;
    height: 34px;
    background: #6C553B;
    mix-blend-mode: darken;
    z-index: 3;
  }
}
header h1 {
  position: absolute;
  /*top:50%;*/
  bottom: 0;
  left: 50%;
  width: 888px;
  height: 960px;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (min-width: 1501px) {
  header h1 {
    top: -60px;
    bottom: auto;
    width: 65.5737704918vw;
    height: 77.9672131148vw;
  }
}
@media screen and (max-width: 1100px) {
  header h1 {
    width: 740px;
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 640px;
    height: 652px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-49%, 0);
    z-index: 2;
  }
}
@media screen and (max-height: 920px) and (min-width: 1101px) {
  header h1 {
    top: -60px;
    bottom: auto;
    transform: translate(-50%, 0);
  }
}
header p {
  position: absolute;
  bottom: 35px;
  left: 50%;
  background: url(../img/eden_logo.svg) no-repeat center/contain;
  width: 375px;
  height: 120px;
  transform: translate(-50%, 0);
  z-index: 3;
}
@media screen and (min-width: 1101px) {
  header p {
    bottom: 38.5px;
    width: 412.5px;
    height: 132px;
  }
}
@media screen and (max-width: 768px) {
  header p {
    background: url(../img/eden_logo_sp.svg) no-repeat center/contain;
    width: 366px;
    height: 86px;
    bottom: auto;
    top: 12px;
    z-index: 1;
  }
}
header .sp-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  header .sp-nav {
    display: block;
  }
}
header .sp-nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 480px;
  width: 100vw;
  margin: 0 auto;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
  height: 34px;
  z-index: 10;
}
header .sp-nav a p {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: static;
  transform: translate(0, 0);
}
header .sp-nav a p:nth-child(1) {
  background-image: url(../img/cosmetics_sp.svg);
  width: 195px;
  height: 12px;
}
header .sp-nav a p:nth-child(2) {
  background-image: url(../img/scroll_sp.svg);
  width: 76px;
  height: 12px;
}

/*--------------------------------
### NAVIGATION
--------------------------------*/
#header-menu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  width: 48px;
  height: 48px;
  background-color: #000;
  cursor: pointer;
  transition: 0.3s ease;
  opacity: 1;
}
@media screen and (min-width: 1101px) {
  #header-menu {
    display: none;
  }
}
#header-menu:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #header-menu.is-hidden {
    opacity: 0;
  }
}
#header-menu a {
  display: block;
  position: absolute;
  width: 22px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header-menu a span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #E2D1BB;
  left: 0;
  transition: 0.3s ease;
  border-radius: 10px;
}
#header-menu a span:nth-child(1) {
  top: 0;
}
#header-menu a span:nth-child(2) {
  top: 8px;
}
#header-menu a span:nth-child(3) {
  bottom: 0;
}
#header-menu.is-active a span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-405deg);
  transform: translateY(8px) rotate(-405deg);
}
#header-menu.is-active a span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
#header-menu.is-active a span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(405deg);
  transform: translateY(-8px) rotate(405deg);
}

nav#gnavi {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: calc(-100vw + 100%);
  min-height: 640px;
  width: 210px;
  overflow: auto;
}
@media screen and (min-width: 1501px) {
  nav#gnavi {
    width: 348px;
  }
}
@media screen and (max-width: 1100px) {
  nav#gnavi {
    right: -256px;
    width: 256px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    min-height: 100%;
  }
}
nav#gnavi.is-active {
  right: calc(-100vw + 100%);
}
@media screen and (max-width: 768px) {
  nav#gnavi.is-hidden {
    opacity: 0;
  }
}
nav#gnavi .wrap {
  padding: 0 0 0 43px;
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap {
    /*padding:0 0 0 vw(43);*/
  }
}
nav#gnavi .wrap ul.gnavi-menu {
  position: absolute;
  top: 40%;
  left: 43px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap ul.gnavi-menu {
    /*left:vw(43);*/
  }
}
nav#gnavi .wrap ul.gnavi-menu li {
  padding: 10px 0;
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap ul.gnavi-menu li {
    /*padding:vw(10) 0;*/
  }
}
nav#gnavi .wrap ul.gnavi-menu li a {
  display: inline-block;
  position: relative;
  font-family: "Castoro", serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1;
  opacity: .6;
  color: #DCD3C7;
  background: -webkit-linear-gradient(0deg, #DCD3C7, #C7B299);
  background: linear-gradient(0deg, #DCD3C7, #C7B299);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap ul.gnavi-menu li a {
    /*font-size:vw(22);*/
  }
}
nav#gnavi .wrap ul.gnavi-menu li a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E2D1BB;
  position: absolute;
  top: 50%;
  left: -.65em;
  transform: translate(0, -50%);
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap ul.gnavi-menu li a:before {
    /*width:vw(6);
    height:vw(6);*/
  }
}
nav#gnavi .wrap ul.gnavi-menu li a:hover {
  opacity: 1;
}
nav#gnavi .wrap ul.gnavi-menu li a:hover:before {
  opacity: 1;
}
nav#gnavi .wrap ul.gnavi-menu li a.is-active {
  opacity: 1;
}
nav#gnavi .wrap ul.gnavi-menu li a.is-active:before {
  opacity: 1;
}
nav#gnavi .wrap ul.gnavi-foot {
  position: absolute;
  bottom: 40px;
  left: 43px;
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap ul.gnavi-foot {
    /*bottom:vw(40);
    left:vw(43);*/
  }
}
nav#gnavi .wrap ul.gnavi-foot li {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px 0 0;
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap ul.gnavi-foot li {
    /*margin:vw(20) 0 0;*/
  }
}
nav#gnavi .wrap ul.gnavi-foot li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
nav#gnavi .wrap ul.gnavi-foot li.gnavi-foot__icouleur {
  background-image: url(../img/icouleur.svg);
  width: 80px;
  height: 15px;
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap ul.gnavi-foot li.gnavi-foot__icouleur {
    /*width:vw(80);
    height:vw(15);*/
  }
}
nav#gnavi .wrap ul.gnavi-foot li.gnavi-foot__loveliner {
  background-image: url(../img/loveliner.svg);
  width: 88px;
  height: 28px;
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap ul.gnavi-foot li.gnavi-foot__loveliner {
    /*width:vw(88);
    height:vw(28);*/
  }
}
nav#gnavi .wrap ul.gnavi-foot li.gnavi-foot__timesecret {
  background-image: url(../img/timesecret.svg);
  width: 85px;
  height: 29px;
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap ul.gnavi-foot li.gnavi-foot__timesecret {
    /*width:vw(85);
    height:vw(29);*/
  }
}

/*--------------------------------
### MAIN COMMON
--------------------------------*/
#main-content {
  width: 450px;
  margin: 0;
  transform: translate(calc(100vw - 660px), 0);
  position: relative;
}
@media screen and (min-width: 1501px) {
  #main-content {
    transform: translate(calc(100vw - 798px), 0);
  }
}
@media screen and (max-width: 1100px) {
  #main-content {
    transform: translate(calc(100vw - 390px), 0);
    width: 390px;
  }
}
@media screen and (max-width: 768px) {
  #main-content {
    width: auto;
    margin: 0 auto;
    transform: translate(0, 0);
    background-color: transparent;
  }
}
@media screen and (max-width: 480px) {
  #main-content {
    width: auto;
    max-width: none;
    margin: 0;
  }
}
#main-content .inner {
  width: auto;
  padding: 0 32px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  #main-content .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #main-content .inner {
    margin: 0 auto;
  }
}

.section-content {
  padding: 50px 0 0;
}
@media screen and (min-width: 1101px) {
  .section-content {
    padding: 55px 0 0;
  }
}

.main-content-title {
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (min-width: 1101px) {
  .main-content-title {
    margin: 0 0 44px;
  }
}
.main-content-title h2 {
  font-size: 32px;
  display: inline-block;
  position: relative;
  font-family: "Castoro", serif;
  font-style: italic;
  line-height: 1;
  color: #DCD3C7;
  background: -webkit-linear-gradient(0deg, #DCD3C7, #C7B299);
  background: linear-gradient(0deg, #DCD3C7, #C7B299);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1101px) {
  .main-content-title h2 {
    font-size: 35.2px;
  }
}
.main-content-title p {
  padding: 20px 0;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1101px) {
  .main-content-title p {
    padding: 22px 0;
    font-size: 15.4px;
  }
}
.main-content-title p img {
  width: 24px;
}
@media screen and (min-width: 1101px) {
  .main-content-title p img {
    width: 26.4px;
  }
}

.main-content-body h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #E2D1BB;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px;
}
.main-content-body p {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 30px;
}

.logo-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
}
.logo-list li {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 10px;
}
.logo-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.logo-list li.gnavi-foot__icouleur {
  background-image: url(../img/icouleur_wh.svg);
  width: 80px;
  height: 15px;
}
@media screen and (min-width: 1101px) {
  .logo-list li.gnavi-foot__icouleur {
    width: 88px;
    height: 16.5px;
  }
}
.logo-list li.gnavi-foot__loveliner {
  background-image: url(../img/loveliner_wh.svg);
  width: 88px;
  height: 28px;
}
@media screen and (min-width: 1101px) {
  .logo-list li.gnavi-foot__loveliner {
    width: 96.8px;
    height: 30.8px;
  }
}
.logo-list li.gnavi-foot__timesecret {
  background-image: url(../img/timesecret_wh.svg);
  width: 85px;
  height: 29px;
}
@media screen and (min-width: 1101px) {
  .logo-list li.gnavi-foot__timesecret {
    width: 93.5px;
    height: 31.9px;
  }
}

.main-content__slider .slider-main {
  background: url(../img/lineup_bg.png.webp) no-repeat top center/contain;
}
.main-content__slider .slider-main .slider-main__item {
  text-align: center;
}
.main-content__slider .slider-main .slider-main__item p {
  color: #E2D1BB;
  font-weight: bold;
  font-size: 16px;
  padding: 1em 0 0;
  margin: 0 0 .2em;
}
@media screen and (min-width: 1101px) {
  .main-content__slider .slider-main .slider-main__item p {
    font-size: 17.6px;
  }
}
.main-content__slider .slider-main .slider-main__item small {
  font-size: 14px;
  display: block;
}
@media screen and (min-width: 1101px) {
  .main-content__slider .slider-main .slider-main__item small {
    font-size: 15.4px;
  }
}
.main-content__slider .slider-btn {
  padding: 20px 0 0;
}
@media screen and (min-width: 1101px) {
  .main-content__slider .slider-btn {
    padding: 22px 0 0;
  }
}
.main-content__slider .slider-btn .slider-btn__wrap .slider-btn__item {
  padding: 0 60px;
}
@media screen and (min-width: 1101px) {
  .main-content__slider .slider-btn .slider-btn__wrap .slider-btn__item {
    padding: 0 66px;
  }
}
.main-content__slider .slider-btn .slider-btn__wrap .slick-prev {
  background: url(../img/slide-arrow-left.svg) no-repeat center/contain;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 10;
}
@media screen and (min-width: 1101px) {
  .main-content__slider .slider-btn .slider-btn__wrap .slick-prev {
    width: 49.5px;
    height: 49.5px;
  }
}
.main-content__slider .slider-btn .slider-btn__wrap .slick-next {
  background: url(../img/slide-arrow-right.svg) no-repeat center/contain;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 10;
}
@media screen and (min-width: 1101px) {
  .main-content__slider .slider-btn .slider-btn__wrap .slick-next {
    width: 49.5px;
    height: 49.5px;
  }
}
.main-content__slider .slider-btn .slider-btn__wrap .slick-dots {
  padding: 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1101px) {
  .main-content__slider .slider-btn .slider-btn__wrap .slick-dots {
    padding: 22px 0 0;
  }
}
.main-content__slider .slider-btn .slider-btn__wrap .slick-dots li {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 3px;
  transition: 0.3s ease;
}
@media screen and (min-width: 1101px) {
  .main-content__slider .slider-btn .slider-btn__wrap .slick-dots li {
    width: 8.8px;
    height: 8.8px;
    border-radius: 8.8px;
    margin: 0 3.3px;
  }
}
.main-content__slider .slider-btn .slider-btn__wrap .slick-dots li.slick-active {
  width: 37px;
  background-color: #E2D1BB;
}
@media screen and (min-width: 1101px) {
  .main-content__slider .slider-btn .slider-btn__wrap .slick-dots li.slick-active {
    width: 40.7px;
  }
}

.btn-common {
  display: block;
  font-size: 16px;
  color: #4F2F21;
  text-align: center;
  border-radius: 40px;
  background: -webkit-linear-gradient(0deg, #DCD3C7, #C7B299);
  font-weight: bold;
  padding: .7em 0;
}
@media screen and (min-width: 1101px) {
  .btn-common {
    font-size: 17.6px;
    border-radius: 44px;
    padding: .675em 0;
  }
}
.btn-common.btn-arrow span {
  display: inline-block;
  background: url(../img/btn-arrow.svg) no-repeat center right/9px auto;
  padding: 0 1.25em 0 0;
}
@media screen and (min-width: 1101px) {
  .btn-common.btn-arrow span {
    background-size: 9.9px auto;
  }
}
.btn-common.btn-disabled {
  color: #838383;
  background: #474747;
}
.btn-common.btn-disabled:hover {
  opacity: 1;
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-20%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(44px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInUp_sp {
  0% {
    opacity: 0;
    transform: translateY(10.2564102564vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0vw);
  }
}
/*#pagetop{
  position:fixed;
  right:vw(-52);
  bottom:vw(80);
  width:vw(52);
  height:vw(160);
  border-top:solid $black vw(1);
  border-bottom:solid $black vw(1);
  border-left:solid $black vw(1);
  border-radius:vw(10) 0 0 vw(10);
  background-color:$white;
  overflow:hidden;
  transition:$ts;
  z-index:10000;
  
  @include pc{
    right:-52px;
    bottom:80px;
    width:52px;
    height:160px;
    border-top:solid $black 1px;
    border-bottom:solid $black 1px;
    border-left:solid $black 1px;
    border-radius:10px 0 0 10px;
  }
  
  @include sp{
    right:sw(-70);
    bottom:sw(80);
    width:sw(70);
    height:sw(214);
    border-top:solid $black sw(1.4);
    border-bottom:solid $black sw(1.4);
    border-left:solid $black sw(1.4);
    border-radius:sw(10) 0 0 sw(10);
  }
  
  &.is-active{
    right:vw(0);
  }
  
  a{
    display:block;
    width:100%;
    height:100%;
    background:url(../images/pagetop.svg) no-repeat center /vw(18) auto;
    transition:$ts;
    
    @include pc{
      background:url(../images/pagetop.svg) no-repeat center /18px auto;
    }
    
    @include sp{
      background:url(../images/pagetop.svg) no-repeat center /sw(25) auto;
    }
    
    &:hover{
      opacity:.7;
    }
  }
}*/
/*--------------------------------
### FOOTER
--------------------------------*/
footer {
  padding: 30px 0 20px;
  font-family: "Castoro", serif;
}
@media screen and (min-width: 1101px) {
  footer {
    padding: 33px 0 22px;
  }
}
footer small {
  display: flex;
  justify-content: center;
  font-size: 10px;
}
@media screen and (min-width: 1101px) {
  footer small {
    font-size: 11px;
  }
}
footer small span {
  margin: 0 .2em;
}

/*--------------------------------
### SECTION
--------------------------------*/
/* #About ----------------------*/
/* #Line-up ----------------------*/
#main-lineup .main-content-body .main-content__slider .slider-main__item a:hover {
  opacity: 1;
}
#main-lineup .main-content-body .main-content__slider .slider-main__item figure {
  height: 234px;
}
@media screen and (min-width: 1101px) {
  #main-lineup .main-content-body .main-content__slider .slider-main__item figure {
    height: 257.4px;
  }
}
@media screen and (max-width: 768px) {
  #main-lineup .main-content-body .main-content__slider .slider-main__item figure {
    height: 234px;
  }
}
#main-lineup .main-content-body .main-content__slider .slider-main__item figure.anim .anim-cover {
  width: 350px;
}
@media screen and (min-width: 1101px) {
  #main-lineup .main-content-body .main-content__slider .slider-main__item figure.anim .anim-cover {
    width: 386px;
  }
}
@media screen and (max-width: 768px) {
  #main-lineup .main-content-body .main-content__slider .slider-main__item figure.anim .anim-cover {
    max-width: 440px;
    width: calc(100vw - 40px);
  }
}

/* #Popup-event ----------------------*/
#main-event {
  padding: 70px 0 0;
}
@media screen and (min-width: 1101px) {
  #main-event {
    padding: 77px 0 0;
  }
}
#main-event .event-introduction {
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (min-width: 1101px) {
  #main-event .event-introduction {
    margin: 0 0 44px;
  }
}
#main-event .event-introduction figure {
  margin: 0 -32px 25px;
  height: 213px;
}
@media screen and (min-width: 1101px) {
  #main-event .event-introduction figure {
    margin: 0 -32px 27.5px;
    height: 246px;
  }
}
@media screen and (max-width: 1100px) {
  #main-event .event-introduction figure {
    margin: 0 -20px 25px;
  }
}
@media screen and (max-width: 768px) {
  #main-event .event-introduction figure {
    max-height: 262px;
    height: 54.583vw;
  }
}
#main-event .event-introduction figure.anim .anim-cover {
  width: 390px;
}
@media screen and (min-width: 1101px) {
  #main-event .event-introduction figure.anim .anim-cover {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  #main-event .event-introduction figure.anim .anim-cover {
    width: 480px;
    max-width: 100vw;
  }
}
#main-event .event-introduction figure.anim.is-active {
  width: 450px;
}
@media screen and (max-width: 768px) {
  #main-event .event-introduction figure.anim.is-active {
    width: calc(100% + 40px);
  }
}
#main-event .event-introduction p {
  font-size: 16px;
  margin: 0 0 1em;
}
@media screen and (min-width: 1101px) {
  #main-event .event-introduction p {
    font-size: 17.6px;
  }
}
#main-event .event-introduction p strong {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  background-color: #6C543C;
  padding: 0 .2em;
  margin: .5em 0;
}
@media screen and (min-width: 1101px) {
  #main-event .event-introduction p strong {
    font-size: 22px;
  }
}
#main-event .event-introduction small {
  font-size: 16px;
  margin: 0 0 1em;
  display: block;
  line-height: 1.6;
}
@media screen and (min-width: 1101px) {
  #main-event .event-introduction small {
    font-size: 17.6px;
  }
}
#main-event .event-introduction .btn {
  margin: 0 0 20px;
}
@media screen and (min-width: 1101px) {
  #main-event .event-introduction .btn {
    margin: 0 0 22px;
  }
}
#main-event .event-introduction .box {
  background: -webkit-linear-gradient(135deg, rgba(220, 211, 199, 0.1), rgba(199, 178, 153, 0.1));
  background: linear-gradient(135deg, rgba(220, 211, 199, 0.1), rgba(199, 178, 153, 0.1));
  font-size: 14px;
  padding: 1em 1em .5em;
}
@media screen and (min-width: 1101px) {
  #main-event .event-introduction .box {
    font-size: 15.4px;
  }
}
#main-event .event-introduction .box dl {
  line-height: 1.6;
}
#main-event .event-introduction .box dl dt {
  color: #E2D1BB;
  font-weight: bold;
}
#main-event .event-introduction .box dl dd {
  margin: 0 0 .5em;
}
#main-event .event-sale {
  margin: 0 0 30px;
}
@media screen and (min-width: 1101px) {
  #main-event .event-sale {
    margin: 0 0 33px;
  }
}
#main-event .event-sale h4 {
  font-size: 18px;
  font-weight: bold;
  color: #E2D1BB;
  position: relative;
  margin: 0 0 1.25em;
  text-align: center;
}
@media screen and (min-width: 1101px) {
  #main-event .event-sale h4 {
    font-size: 19.8px;
  }
}
#main-event .event-sale h4 small {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 .5em;
}
@media screen and (min-width: 1101px) {
  #main-event .event-sale h4 small {
    font-size: 15.4px;
  }
}
#main-event .event-sale h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6em;
  height: 1px;
  background-color: #E2D1BB;
}
#main-event .event-sale h4:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6em;
  height: 1px;
  background-color: #E2D1BB;
}
#main-event .event-sale h4.h4_2:before {
  width: 4em;
}
#main-event .event-sale h4.h4_2:after {
  width: 4em;
}
#main-event .event-sale figure {
  margin: 0 0 3em;
  text-align: center;
}
#main-event .event-sale figure figcaption {
  padding: .8em 0 0;
  font-size: 13px;
}
@media screen and (min-width: 1101px) {
  #main-event .event-sale figure figcaption {
    font-size: 14.3px;
  }
}
#main-event .event-sale figure .anim .anim-cover {
  width: 350px;
}
@media screen and (min-width: 1101px) {
  #main-event .event-sale figure .anim .anim-cover {
    width: 386px;
  }
}
@media screen and (max-width: 768px) {
  #main-event .event-sale figure .anim .anim-cover {
    width: 440px;
    max-width: calc(100vw - 40px);
  }
}
#main-event .event-sale figure:nth-child(2) {
  height: 114px;
}
@media screen and (min-width: 1101px) {
  #main-event .event-sale figure:nth-child(2) {
    height: 126px;
  }
}
@media screen and (max-width: 768px) {
  #main-event .event-sale figure:nth-child(2) {
    max-height: 144px;
    height: 30vw;
  }
}
#main-event .event-sale figure:nth-child(3) {
  height: 125px;
  margin: 0 0 4em;
}
@media screen and (min-width: 1101px) {
  #main-event .event-sale figure:nth-child(3) {
    height: 138px;
  }
}
@media screen and (max-width: 768px) {
  #main-event .event-sale figure:nth-child(3) {
    max-height: 157px;
    height: 32.708vw;
  }
}
#main-event .event-sale .additinal {
  background: -webkit-linear-gradient(135deg, rgba(220, 211, 199, 0.2), rgba(199, 178, 153, 0.2));
  background: linear-gradient(135deg, rgba(220, 211, 199, 0.2), rgba(199, 178, 153, 0.2));
  font-size: 14px;
  padding: .5em .25em .25em;
  text-align: center;
  margin: 0 0 25px;
}
@media screen and (min-width: 1101px) {
  #main-event .event-sale .additinal {
    font-size: 15.4px;
    margin: 0 0 27.5px;
  }
}
#main-event .event-sale .additinal .additinal-image .anim {
  height: 84px;
  margin: 0 0 0 calc(100% - 288px);
}
@media screen and (min-width: 1101px) {
  #main-event .event-sale .additinal .additinal-image .anim {
    height: 92.4px;
    margin: 0 0 0 calc(100% - 316.8px);
  }
}
@media screen and (max-width: 768px) {
  #main-event .event-sale .additinal .additinal-image .anim {
    margin: 0 0 0 calc(100% - 330px);
  }
}
@media screen and (max-width: 480px) {
  #main-event .event-sale .additinal .additinal-image .anim {
    height: 21.5384615385vw;
    margin: 0 0 0 calc(100vw - 86vw);
  }
}
#main-event .event-sale .additinal .additinal-image img {
  width: 228px;
  max-width: none;
}
@media screen and (min-width: 1101px) {
  #main-event .event-sale .additinal .additinal-image img {
    width: 250.8px;
  }
}
@media screen and (max-width: 480px) {
  #main-event .event-sale .additinal .additinal-image img {
    width: 58.4615384615vw;
  }
}
#main-event .event-sale .additinal p {
  font-size: 11px;
  margin: 0;
  padding: .5em 0 0;
}
@media screen and (min-width: 1101px) {
  #main-event .event-sale .additinal p {
    font-size: 12.1px;
  }
}
#main-event .event-sale .event-sale__item .item-row {
  display: flex;
  justify-content: space-between;
}
#main-event .event-sale .event-sale__item .item-row .col {
  width: 167px;
}
@media screen and (min-width: 1101px) {
  #main-event .event-sale .event-sale__item .item-row .col {
    width: 183.7px;
  }
}
@media screen and (max-width: 768px) {
  #main-event .event-sale .event-sale__item .item-row .col {
    width: 48%;
  }
}
#main-event .event-sale .event-sale__item .item-row .col figure {
  margin: 0;
}
#main-event .event-notice .notice-acd dl {
  border: solid #E2D1BB 1px;
  cursor: pointer;
}
@media screen and (min-width: 1101px) {
  #main-event .event-notice .notice-acd dl {
    border-width: 1.1px;
  }
}
#main-event .event-notice .notice-acd dl dt {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #E2D1BB;
  padding: 1.125em 1.5em;
}
@media screen and (min-width: 1101px) {
  #main-event .event-notice .notice-acd dl dt {
    font-size: 15.4px;
  }
}
#main-event .event-notice .notice-acd dl dt span {
  position: absolute;
  top: 26px;
  right: 20px;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 1101px) {
  #main-event .event-notice .notice-acd dl dt span {
    top: 28.6px;
    right: 22px;
    width: 17.6px;
    height: 17.6px;
  }
}
#main-event .event-notice .notice-acd dl dt span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 1.5px;
  background-color: #E2D1BB;
  border-radius: 2px;
}
@media screen and (min-width: 1101px) {
  #main-event .event-notice .notice-acd dl dt span:before {
    width: 17.6px;
    height: 1.65px;
    border-radius: 2.2px;
  }
}
#main-event .event-notice .notice-acd dl dt span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 1.5px;
  background-color: #E2D1BB;
  border-radius: 2px;
  transform: rotate(90deg);
  transition: 0.3s ease;
}
@media screen and (min-width: 1101px) {
  #main-event .event-notice .notice-acd dl dt span:after {
    width: 17.6px;
    height: 1.65px;
    border-radius: 2.2px;
  }
}
#main-event .event-notice .notice-acd dl dt.is-active span:after {
  transform: rotate(-360deg);
}
#main-event .event-notice .notice-acd dl dd {
  display: none;
  padding: 0 1em;
}
#main-event .event-notice .notice-acd dl dd h4 {
  font-size: 14px;
  font-weight: bold;
  margin: .75em 0 .5em;
  text-align: center;
  color: #E2D1BB;
}
@media screen and (min-width: 1101px) {
  #main-event .event-notice .notice-acd dl dd h4 {
    font-size: 15.4px;
  }
}
#main-event .event-notice .notice-acd dl dd a {
  text-decoration: underline;
}
#main-event .event-notice .notice-acd dl dd a:hover {
  text-decoration: none;
}
#main-event .event-notice .notice-acd dl dd ul li {
  font-size: 13px;
  margin: 0 0 1em;
  padding: 0 0 0 1em;
  position: relative;
}
@media screen and (min-width: 1101px) {
  #main-event .event-notice .notice-acd dl dd ul li {
    font-size: 14.3px;
  }
}
#main-event .event-notice .notice-acd dl dd ul li:before {
  content: "・";
  top: 0;
  left: 0;
  position: absolute;
}
#main-event .event-notice .notice-acd dl dd p {
  font-size: 13px;
  margin: 0 0 1em;
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 1101px) {
  #main-event .event-notice .notice-acd dl dd p {
    font-size: 14.3px;
  }
}
#main-event .event-notice .notice-acd dl dd p.center {
  text-align: center;
}

/* #Live ----------------------*/
#main-live .main-content-title {
  margin: 0 0 30px;
}
@media screen and (min-width: 1101px) {
  #main-live .main-content-title {
    margin: 0 0 33px;
  }
}
#main-live .live-promotion h3 {
  margin: 0 0 .2em;
}
#main-live .live-promotion p {
  margin: 0 0 1em;
}
#main-live .live-promotion figure {
  height: 206px;
}
@media screen and (min-width: 1101px) {
  #main-live .live-promotion figure {
    height: 227px;
  }
}
@media screen and (max-width: 768px) {
  #main-live .live-promotion figure {
    max-height: 259px;
    height: 53.958vw;
  }
}
#main-live .live-promotion figure iframe {
  width: 100%;
  height: 100%;
}
#main-live .live-promotion figure.anim .anim-cover {
  width: 350px;
}
@media screen and (min-width: 1101px) {
  #main-live .live-promotion figure.anim .anim-cover {
    width: 386px;
  }
}
@media screen and (max-width: 768px) {
  #main-live .live-promotion figure.anim .anim-cover {
    width: 440px;
    max-width: calc(100vw - 40px);
  }
}

/* #Items ----------------------*/
#main-items .items-notice {
  background: -webkit-linear-gradient(15deg, #dcd3c7, #c7b299);
  background: linear-gradient(15deg, #dcd3c7, #c7b299);
  padding: 1px;
  margin: 0 0 30px;
}
@media screen and (min-width: 1101px) {
  #main-items .items-notice {
    padding: 1.1px;
    margin: 0 0 33px;
  }
}
#main-items .items-notice h3 {
  color: #4F2F21;
  font-size: 16px;
  font-weight: bold;
  padding: .5em 0;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 1101px) {
  #main-items .items-notice h3 {
    font-size: 17.6px;
  }
}
#main-items .items-notice p {
  background-color: #000;
  padding: .5em;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 1101px) {
  #main-items .items-notice p {
    font-size: 17.6px;
  }
}
#main-items .items-notice p strong {
  display: block;
  color: #E2D1BB;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 .3em;
}
@media screen and (min-width: 1101px) {
  #main-items .items-notice p strong {
    font-size: 22px;
  }
}
#main-items .items-notice p span.dark {
  display: block;
  opacity: .4;
}
#main-items .items-official h3 {
  font-size: 18px;
  font-weight: bold;
  color: #E2D1BB;
  position: relative;
  margin: 0 0 1.25em;
  text-align: center;
}
@media screen and (min-width: 1101px) {
  #main-items .items-official h3 {
    font-size: 19.8px;
  }
}
#main-items .items-official h3 small {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 .5em;
}
@media screen and (min-width: 1101px) {
  #main-items .items-official h3 small {
    font-size: 15.4px;
  }
}
#main-items .items-official h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4.5em;
  height: 1px;
  background-color: #E2D1BB;
}
#main-items .items-official h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4.5em;
  height: 1px;
  background-color: #E2D1BB;
}
#main-items .items-official__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0 0 20px;
}
@media screen and (min-width: 1101px) {
  #main-items .items-official__cont {
    margin: 0 0 22px;
  }
}
#main-items .items-official__cont .txt {
  width: 214px;
  text-align: left;
}
@media screen and (min-width: 1101px) {
  #main-items .items-official__cont .txt {
    width: 235.4px;
  }
}
@media screen and (max-width: 768px) {
  #main-items .items-official__cont .txt {
    width: 60%;
  }
}
#main-items .items-official__cont .txt h4 {
  font-size: 13px;
  letter-spacing: -.02em;
}
@media screen and (min-width: 1101px) {
  #main-items .items-official__cont .txt h4 {
    font-size: 14.3px;
  }
}
#main-items .items-official__cont .txt p {
  font-size: 12px;
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 1101px) {
  #main-items .items-official__cont .txt p {
    font-size: 13.2px;
  }
}
#main-items .items-official__cont .txt p strong {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1101px) {
  #main-items .items-official__cont .txt p strong {
    font-size: 15.4px;
  }
}
#main-items .items-official__cont .txt .btn {
  width: 107px;
  padding: 10px 0 0;
}
@media screen and (min-width: 1101px) {
  #main-items .items-official__cont .txt .btn {
    width: 117.7px;
    padding: 11px 0 0;
  }
}
#main-items .items-official__cont .txt .btn a {
  font-size: 12px;
  padding: .6em 0;
}
@media screen and (min-width: 1101px) {
  #main-items .items-official__cont .txt .btn a {
    font-size: 13.2px;
  }
}
#main-items .items-official__cont .txt .btn a span {
  background-size: 8px auto;
}
@media screen and (min-width: 1101px) {
  #main-items .items-official__cont .txt .btn a span {
    background-size: 8.8px auto;
  }
}
#main-items .items-official__cont .txt.lt p {
  line-height: 2;
}
#main-items .items-official__cont .txt.lt .btn {
  padding: 15px 0 0;
}
@media screen and (min-width: 1101px) {
  #main-items .items-official__cont .txt.lt .btn {
    padding: 16.5px 0 0;
  }
}
#main-items .items-official__cont figure {
  width: 120px;
}
@media screen and (min-width: 1101px) {
  #main-items .items-official__cont figure {
    width: 132px;
  }
}
@media screen and (max-width: 768px) {
  #main-items .items-official__cont figure {
    width: 35%;
  }
}

/* #Novelty ----------------------*/
#main-novelty .main-content-title {
  margin: 0 0 20px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .main-content-title {
    margin: 0 0 22px;
  }
}
#main-novelty .novelty-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0 -32px;
}
@media screen and (max-width: 1100px) {
  #main-novelty .novelty-cont {
    margin: 0 -20px;
  }
}
#main-novelty .novelty-cont .txt {
  width: 206px;
  padding: 0 32px 0 0;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-cont .txt {
    width: 226.6px;
    padding: 0 35.2px 0 0;
  }
}
@media screen and (max-width: 1100px) {
  #main-novelty .novelty-cont .txt {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #main-novelty .novelty-cont .txt {
    width: 50%;
  }
}
#main-novelty .novelty-cont .txt h3 {
  text-align: left;
  margin: 0 0 .5em;
}
#main-novelty .novelty-cont .txt h3 small {
  font-size: 13px;
  font-weight: normal;
  display: block;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-cont .txt h3 small {
    font-size: 14.3px;
  }
}
#main-novelty .novelty-cont .txt h3 strong {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-cont .txt h3 strong {
    font-size: 19.8px;
  }
}
#main-novelty .novelty-cont .txt p {
  text-align: left;
  font-size: 12px;
  margin: 0;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-cont .txt p {
    font-size: 13.2px;
  }
}
#main-novelty .novelty-cont figure {
  width: 206.5px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-cont figure {
    width: 227.15px;
  }
}
@media screen and (max-width: 768px) {
  #main-novelty .novelty-cont figure {
    width: 50%;
  }
}
#main-novelty .novelty-cont figure .anim {
  height: 253px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-cont figure .anim {
    height: 295px;
  }
}
@media screen and (max-width: 768px) {
  #main-novelty .novelty-cont figure .anim {
    max-height: 311px;
    height: 64.792vw;
  }
}
#main-novelty .novelty-cont figure .anim .anim-cover {
  width: 206.5px;
  height: 253px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-cont figure .anim .anim-cover {
    width: 227.15px;
    height: 295px;
  }
}
@media screen and (max-width: 768px) {
  #main-novelty .novelty-cont figure .anim .anim-cover {
    max-width: 240px;
    width: 50vw;
    max-height: 311px;
    height: 64.792vw;
  }
}
#main-novelty .novelty-cont:nth-child(even) {
  flex-direction: row;
  transform: translate(0, -20px);
}
#main-novelty .novelty-cont:nth-child(even) .txt {
  padding: 0 0 0 32px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-cont:nth-child(even) .txt {
    padding: 0 0 0 35.2px;
  }
}
@media screen and (max-width: 1100px) {
  #main-novelty .novelty-cont:nth-child(even) .txt {
    padding: 0 0 0 20px;
  }
}
#main-novelty .novelty-cont:nth-child(even) .anim {
  height: 247px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-cont:nth-child(even) .anim {
    height: 288px;
  }
}
@media screen and (max-width: 768px) {
  #main-novelty .novelty-cont:nth-child(even) .anim {
    max-height: 304px;
    height: 63.333vw;
  }
}
#main-novelty .novelty-cont:nth-child(even) .anim .anim-cover {
  width: 206.5px;
  height: 247px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-cont:nth-child(even) .anim .anim-cover {
    width: 227.15px;
    height: 288px;
  }
}
@media screen and (max-width: 768px) {
  #main-novelty .novelty-cont:nth-child(even) .anim .anim-cover {
    max-width: 240px;
    width: 50vw;
    max-height: 304px;
    height: 63.333vw;
  }
}

/* #Members ----------------------*/
#main-members .main-content-title {
  margin: 0 0 20px;
}
@media screen and (min-width: 1101px) {
  #main-members .main-content-title {
    margin: 0 0 22px;
  }
}
#main-members .members-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13.2px 0;
  border-bottom: solid #E2D1BB 1px;
}
#main-members .members-cont .txt {
  width: 228px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont .txt {
    width: 250.8px;
  }
}
@media screen and (max-width: 768px) {
  #main-members .members-cont .txt {
    width: 68%;
  }
}
#main-members .members-cont .txt h3 {
  text-align: left;
  margin: 0 0 .25em;
}
#main-members .members-cont .txt p {
  text-align: left;
  font-size: 12px;
  letter-spacing: -.02em;
  margin: 0;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont .txt p {
    font-size: 13.2px;
  }
}
#main-members .members-cont .txt ul {
  padding: 12px 0 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont .txt ul {
    padding: 13.2px 0 0;
  }
}
#main-members .members-cont .txt ul li {
  margin: 0 10px 0 0;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont .txt ul li {
    margin: 0 11px 0 0;
  }
}
#main-members .members-cont .txt ul li img {
  vertical-align: top;
}
#main-members .members-cont .txt ul li:nth-child(1) img {
  width: 28px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont .txt ul li:nth-child(1) img {
    width: 30.8px;
  }
}
#main-members .members-cont .txt ul li:nth-child(2) img {
  width: 19px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont .txt ul li:nth-child(2) img {
    width: 20.9px;
  }
}
#main-members .members-cont figure {
  width: 110px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont figure {
    width: 121px;
  }
}
@media screen and (max-width: 768px) {
  #main-members .members-cont figure {
    width: 30%;
  }
}
#main-members .members-cont figure .anim {
  height: 140px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont figure .anim {
    height: 154px;
  }
}
@media screen and (max-width: 768px) {
  #main-members .members-cont figure .anim {
    height: 168px;
    max-height: 35vw;
  }
}
#main-members .members-cont figure .anim .anim-cover {
  width: 110px;
  height: 140px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont figure .anim .anim-cover {
    width: 121px;
    height: 154px;
  }
}
@media screen and (max-width: 768px) {
  #main-members .members-cont figure .anim .anim-cover {
    width: 144px;
    max-width: 30vw;
    height: 168px;
    max-height: 35vw;
  }
}
#main-members .members-cont:nth-child(1) {
  border-top: solid #E2D1BB 1px;
}
#main-members .members-cont:nth-child(even) {
  flex-direction: row-reverse;
}

/* #Notice ----------------------*/
#main-notice .main-content-title {
  margin: 0 0 20px;
}
@media screen and (min-width: 1101px) {
  #main-notice .main-content-title {
    margin: 0 0 22px;
  }
}
#main-notice .notice-cont {
  border-bottom: solid #E2D1BB 1px;
  margin: 0 0 20px;
}
@media screen and (min-width: 1101px) {
  #main-notice .notice-cont {
    margin: 0 0 22px;
  }
}
#main-notice .notice-cont h3 {
  text-align: left;
  font-size: 14px;
  margin: 0 0 1em;
}
@media screen and (min-width: 1101px) {
  #main-notice .notice-cont h3 {
    font-size: 15.4px;
  }
}
#main-notice .notice-cont dl {
  border-top: solid #E2D1BB 1px;
  cursor: pointer;
}
@media screen and (min-width: 1101px) {
  #main-notice .notice-cont dl {
    border-width: 1.1px;
  }
}
#main-notice .notice-cont dl dt {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #E2D1BB;
  padding: 1.125em 1.5em 1.125em 0;
}
@media screen and (min-width: 1101px) {
  #main-notice .notice-cont dl dt {
    font-size: 15.4px;
  }
}
#main-notice .notice-cont dl dt span {
  position: absolute;
  top: 26px;
  right: 10px;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 1101px) {
  #main-notice .notice-cont dl dt span {
    top: 28.6px;
    right: 11px;
    width: 17.6px;
    height: 17.6px;
  }
}
#main-notice .notice-cont dl dt span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 1.5px;
  background-color: #E2D1BB;
  border-radius: 2px;
}
@media screen and (min-width: 1101px) {
  #main-notice .notice-cont dl dt span:before {
    width: 17.6px;
    height: 1.65px;
    border-radius: 2.2px;
  }
}
#main-notice .notice-cont dl dt span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 1.5px;
  background-color: #E2D1BB;
  border-radius: 2px;
  transform: rotate(90deg);
  transition: 0.3s ease;
}
@media screen and (min-width: 1101px) {
  #main-notice .notice-cont dl dt span:after {
    width: 17.6px;
    height: 1.65px;
    border-radius: 2.2px;
  }
}
#main-notice .notice-cont dl dt.is-active span:after {
  transform: rotate(-360deg);
}
#main-notice .notice-cont dl dd {
  display: none;
  padding: 0;
}
#main-notice .notice-cont dl dd h4 {
  font-size: 14px;
  font-weight: bold;
  margin: .75em 0 .5em;
  text-align: center;
  color: #E2D1BB;
}
@media screen and (min-width: 1101px) {
  #main-notice .notice-cont dl dd h4 {
    font-size: 15.4px;
  }
}
#main-notice .notice-cont dl dd ul li {
  font-size: 13px;
  margin: 0 0 1em;
  padding: 0 0 0 1em;
  position: relative;
}
@media screen and (min-width: 1101px) {
  #main-notice .notice-cont dl dd ul li {
    font-size: 14.3px;
  }
}
#main-notice .notice-cont dl dd ul li:before {
  content: "・";
  top: 0;
  left: 0;
  position: absolute;
}
#main-notice .notice-cont dl dd p {
  font-size: 13px;
  margin: 0 0 1em;
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 1101px) {
  #main-notice .notice-cont dl dd p {
    font-size: 14.3px;
  }
}
#main-notice .notice-cont dl dd p.center {
  text-align: center;
}

#main-contact {
  padding: 70px 0 0;
}
@media screen and (min-width: 1101px) {
  #main-contact {
    padding: 77px 0 0;
  }
}
#main-contact .main-content-title {
  margin: 0 0 30px;
}
@media screen and (min-width: 1101px) {
  #main-contact .main-content-title {
    margin: 0 0 33px;
  }
}
#main-contact .contact-cont {
  text-align: center;
}
#main-contact .contact-cont h3 {
  font-size: 14px;
  margin: 0 0 .3em;
  color: #fff;
}
@media screen and (min-width: 1101px) {
  #main-contact .contact-cont h3 {
    font-size: 15.4px;
  }
}
#main-contact .contact-cont p {
  font-size: 12px;
  margin: 0;
}
@media screen and (min-width: 1101px) {
  #main-contact .contact-cont p {
    font-size: 13.2px;
  }
}
#main-contact .contact-cont .contact-cont__row {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 40px 0 20px;
}
@media screen and (min-width: 1101px) {
  #main-contact .contact-cont .contact-cont__row {
    gap: 44px;
    padding: 44px 0 22px;
  }
}
#main-contact .contact-cont .contact-cont__row .col h4 {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#main-contact .contact-cont .contact-cont__row .col h4.icouleur {
  background-image: url(../img/icouleur_wh.svg);
  width: 88px;
  height: 18px;
}
@media screen and (min-width: 1101px) {
  #main-contact .contact-cont .contact-cont__row .col h4.icouleur {
    width: 96.8px;
    height: 19.8px;
  }
}
#main-contact .contact-cont .contact-cont__row .col h4.loveliner {
  background-image: url(../img/loveliner_wh.svg);
  width: 105.5px;
  height: 32px;
}
@media screen and (min-width: 1101px) {
  #main-contact .contact-cont .contact-cont__row .col h4.loveliner {
    width: 116.05px;
    height: 35.2px;
  }
}
#main-contact .contact-cont .contact-cont__row .col h4.timesecret {
  background-image: url(../img/timesecret_wh.svg);
  width: 101.1px;
  height: 32px;
}
@media screen and (min-width: 1101px) {
  #main-contact .contact-cont .contact-cont__row .col h4.timesecret {
    width: 111.21px;
    height: 35.2px;
  }
}
#main-contact .contact-cont .contact-cont__row .col ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
}
@media screen and (min-width: 1101px) {
  #main-contact .contact-cont .contact-cont__row .col ul {
    padding: 11px 0 0;
  }
}
#main-contact .contact-cont .contact-cont__row .col ul li {
  margin: 0 8px;
}
@media screen and (min-width: 1101px) {
  #main-contact .contact-cont .contact-cont__row .col ul li {
    margin: 0 8.8px;
  }
}
#main-contact .contact-cont .contact-cont__row .col ul li:nth-child(1) img {
  width: 24px;
}
@media screen and (min-width: 1101px) {
  #main-contact .contact-cont .contact-cont__row .col ul li:nth-child(1) img {
    width: 26.4px;
  }
}
#main-contact .contact-cont .contact-cont__row .col ul li:nth-child(2) img {
  width: 24px;
}
@media screen and (min-width: 1101px) {
  #main-contact .contact-cont .contact-cont__row .col ul li:nth-child(2) img {
    width: 26.4px;
  }
}
#main-contact .contact-cont .contact-cont__row .col ul li img {
  vertical-align: top;
}

/*--------------------------------
### MODAL
--------------------------------*/
.modal-open {
  	/*position: fixed;
  	display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
  	width: 300px;
  	height: 50px;
  	font-weight: bold;
  	color: #fff;
  	background: #000;
  	margin: auto;
  	cursor: pointer;
  	transform: translate(-50%,-50%);*/
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.3s ease;
  z-index: 20000;
  opacity: 0;
  visibility: hidden;
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.is-active {
  opacity: 1;
  visibility: visible;
}
.modal-container.is-active .modal-container-wrap {
  height: 100%;
}

.modal-container-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100vw - 660px);
  width: 450px;
  transition: 0.3s ease;
  /*overflow-x:hidden;
  overflow-y:auto;*/
  height: 0;
}
@media screen and (min-width: 1501px) {
  .modal-container-wrap {
    left: calc(100vw - 798px);
  }
}
@media screen and (max-width: 1100px) {
  .modal-container-wrap {
    left: calc(100vw - 390px);
    width: 390px;
  }
}
@media screen and (max-width: 768px) {
  .modal-container-wrap {
    left: 0;
    width: 100vw;
  }
}

.modal-close {
  /*position: absolute;*/
  position: fixed;
  top: 20px;
  /*right:32px;*/
  right: calc(32px + 210px + (-100vw + 100%));
  width: 46px;
  height: 46px;
  cursor: pointer;
  background: url(../img/close.svg) no-repeat center/contain;
  z-index: 10;
}
@media screen and (min-width: 1501px) {
  .modal-close {
    right: calc(32px + 348px + (-100vw + 100%));
  }
}
@media screen and (max-width: 1100px) {
  .modal-close {
    right: calc(20px + (-100vw + 100%));
  }
}
@media screen and (max-width: 768px) {
  .modal-close {
    right: calc(20px + 100vw - (480px + ((100vw - 480px) / 2)) + (-100vw + 100%));
  }
}
@media screen and (max-width: 480px) {
  .modal-close {
    right: calc(20px + (-100vw + 100%));
  }
}

.modal-container__content {
  text-align: center;
  padding: 90px 32px 90px;
  background: #000;
  /*height:100%;*/
}
@media screen and (max-width: 1100px) {
  .modal-container__content {
    max-width: 480px;
    margin: 0 auto;
    padding: 90px 20px 90px;
    position: relative;
  }
}

.category-select {
  width: 322px;
  /*position:absolute;*/
  position: fixed;
  top: 20px;
  left: 32px;
  z-index: 10;
  transform: translate(calc(100vw - 660px), 0);
}
@media screen and (min-width: 1501px) {
  .category-select {
    transform: translate(calc(100vw - 798px), 0);
  }
}
@media screen and (max-width: 1100px) {
  .category-select {
    width: calc(390px - 100px);
    left: 20px;
    transform: translate(calc(100vw - 390px), 0);
  }
}
@media screen and (max-width: 768px) {
  .category-select {
    transform: translate(calc(100vw - (480px + ((100vw - 480px) / 2))), 0);
  }
}
@media screen and (max-width: 480px) {
  .category-select {
    width: 75.641025641vw;
    transform: translate(0, 0);
  }
}
.category-select .category-select-wrap {
  border: solid #E2D1BB 1px;
  border-radius: 30px;
  font-size: 14px;
  color: #E2D1BB;
  text-align: left;
  position: relative;
  background-color: #000;
}
.category-select .category-select-wrap.show .category-select__current:after {
  transform: rotate(180deg);
}
.category-select .category-select-wrap .category-select__current {
  padding: .85em 1.5em;
}
.category-select .category-select-wrap .category-select__current:after {
  content: "";
  background: url(../img/select.svg) no-repeat center/contain;
  width: 16px;
  height: 10px;
  position: absolute;
  top: 18px;
  right: 20px;
  transition: 0.3s ease;
}
.category-select .category-select-wrap .category-select__list {
  padding: 0 1.5em;
  display: none;
}
.category-select .category-select-wrap .category-select__list ul li {
  margin: 0 0 1em;
}

.category-item-header {
  text-align: left;
  line-height: 1.6;
  margin: 0 0 1em;
}
.category-item-header small {
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 1101px) {
  .category-item-header small {
    font-size: 15.4px;
  }
}
.category-item-header h2 {
  font-size: 18px;
  font-weight: bold;
  color: #E2D1BB;
  margin: 0 0 .2em;
}
@media screen and (min-width: 1101px) {
  .category-item-header h2 {
    font-size: 19.8px;
  }
}
.category-item-header p {
  font-size: 14px;
}
@media screen and (min-width: 1101px) {
  .category-item-header p {
    font-size: 15.4px;
  }
}
.category-item-header p strong {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 1101px) {
  .category-item-header p strong {
    font-size: 19.8px;
  }
}

.category-item-slider figure .anim-modal {
  height: 312px;
}
@media screen and (min-width: 1101px) {
  .category-item-slider figure .anim-modal {
    height: 344px;
  }
}
@media screen and (max-width: 768px) {
  .category-item-slider figure .anim-modal {
    max-height: 392px;
    height: 81.667vw;
  }
}
.category-item-slider figure .anim-modal .anim-cover {
  width: 350px;
}
@media screen and (min-width: 1101px) {
  .category-item-slider figure .anim-modal .anim-cover {
    width: 386px;
  }
}
@media screen and (max-width: 768px) {
  .category-item-slider figure .anim-modal .anim-cover {
    width: 440px;
    max-width: calc(100vw - 40px);
  }
}
.category-item-slider .slick-prev {
  background: url(../img/slide-arrow-left_s.svg) no-repeat center/contain;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: -18px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 10;
  transform: translate(0, -50%);
}
@media screen and (min-width: 1101px) {
  .category-item-slider .slick-prev {
    width: 39.6px;
    height: 39.6px;
    left: -19.8px;
  }
}
.category-item-slider .slick-next {
  background: url(../img/slide-arrow-right_s.svg) no-repeat center/contain;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: -18px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 10;
  transform: translate(0, -50%);
}
@media screen and (min-width: 1101px) {
  .category-item-slider .slick-next {
    width: 39.6px;
    height: 39.6px;
    right: -19.8px;
  }
}

.category-item-desc {
  padding: 1em 0 0;
}
.category-item-desc p {
  text-align: left;
  font-size: 14px;
  margin: 0 0 1em;
}
@media screen and (min-width: 1101px) {
  .category-item-desc p {
    font-size: 15.4px;
  }
}
.category-item-desc p strong {
  font-weight: bold;
}
.category-item-desc .category-item-desc__detail {
  border: solid #fff 1px;
  padding: .5em;
  margin: 0 0 1em;
}
.category-item-desc .category-item-desc__detail p {
  font-size: 12px;
  font-weight: normal;
}
@media screen and (min-width: 1101px) {
  .category-item-desc .category-item-desc__detail p {
    font-size: 13.2px;
  }
}
.category-item-desc .category-item-desc__detail h4 {
  padding: 0 0 .2em;
  font-size: 12px;
  text-align: left;
}
@media screen and (min-width: 1101px) {
  .category-item-desc .category-item-desc__detail h4 {
    font-size: 13.2px;
  }
}
.category-item-desc .category-item-desc__detail ul {
  display: flex;
}
.category-item-desc .category-item-desc__detail ul li {
  width: 72px;
  padding: 0 4px;
  margin: 0 12px 0 0;
}
@media screen and (min-width: 1101px) {
  .category-item-desc .category-item-desc__detail ul li {
    width: 79.2px;
    padding: 0 4.4px;
    margin: 0 13.2px 0 0;
  }
}
.category-item-desc .category-item-desc__detail ul li:last-child {
  margin: 0;
}
.category-item-desc .category-item-desc__detail ul li small {
  display: block;
  font-size: 10px;
  line-height: 1.2;
  padding: .2em 0 0;
}
@media screen and (min-width: 1101px) {
  .category-item-desc .category-item-desc__detail ul li small {
    font-size: 11px;
  }
}
.category-item-desc .category-item-desc__detail.center {
  border-color: #E2D1BB;
}
.category-item-desc .category-item-desc__detail.center p {
  text-align: center;
  margin: 0;
}

.category-item-limited .category-item-limited__event {
  padding: 0 0 36px;
  margin: 0 0 20px;
  background: url(../img/plus.svg) no-repeat center bottom/16px auto;
}
@media screen and (min-width: 1101px) {
  .category-item-limited .category-item-limited__event {
    background-size: 17.6px;
  }
}
.category-item-limited .category-item-limited__event h3 {
  color: #4F2F21;
  background: -webkit-linear-gradient(15deg, #dcd3c7, #c7b299);
  background: linear-gradient(15deg, #dcd3c7, #c7b299);
  padding: .5em;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 .5em;
}
@media screen and (min-width: 1101px) {
  .category-item-limited .category-item-limited__event h3 {
    font-size: 17.6px;
  }
}
.category-item-limited .category-item-limited__event p {
  font-size: 11px;
  text-align: left;
}
@media screen and (min-width: 1101px) {
  .category-item-limited .category-item-limited__event p {
    font-size: 12.1px;
  }
}
.category-item-limited .category-item-limited__sale {
  background: -webkit-linear-gradient(15deg, #dcd3c7, #c7b299);
  background: linear-gradient(15deg, #dcd3c7, #c7b299);
  padding: 1px;
  margin: 0 0 40px;
}
@media screen and (min-width: 1101px) {
  .category-item-limited .category-item-limited__sale {
    padding: 1.1px;
    margin: 0 0 44px;
  }
}
.category-item-limited .category-item-limited__sale h3 {
  color: #4F2F21;
  font-size: 16px;
  font-weight: bold;
  padding: .5em 0;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 1101px) {
  .category-item-limited .category-item-limited__sale h3 {
    font-size: 17.6px;
  }
}
.category-item-limited .category-item-limited__sale dl {
  background-color: #000;
  padding: .5em;
  font-size: 16px;
  text-align: center;
  margin: 0;
  line-height: 1.6;
}
@media screen and (min-width: 1101px) {
  .category-item-limited .category-item-limited__sale dl {
    font-size: 17.6px;
  }
}
.category-item-limited .category-item-limited__sale dl dt {
  font-weight: bold;
}
.category-item-limited .category-item-limited__sale dl dd small {
  font-size: 12px;
}
@media screen and (min-width: 1101px) {
  .category-item-limited .category-item-limited__sale dl dd small {
    font-size: 13.2px;
  }
}
.category-item-limited .category-item-limited__sale.nomg {
  margin: 0;
}

.category-item-novelty h3 {
  font-size: 18px;
  font-weight: bold;
  color: #E2D1BB;
  position: relative;
  margin: 0 0 1.25em;
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty h3 {
    font-size: 19.8px;
  }
}
.category-item-novelty h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.5em;
  height: 1px;
  background-color: #E2D1BB;
}
.category-item-novelty h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5.5em;
  height: 1px;
  background-color: #E2D1BB;
}
.category-item-novelty .category-item-novelty__ttl {
  margin: 0 0 20px;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty .category-item-novelty__ttl {
    margin: 0 0 22px;
  }
}
.category-item-novelty .category-item-novelty__ttl p {
  font-size: 14px;
  color: #E2D1BB;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty .category-item-novelty__ttl p {
    font-size: 15.4px;
  }
}
.category-item-novelty .category-item-novelty__ttl h4 {
  font-size: 20px;
  font-weight: bold;
  color: #E2D1BB;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty .category-item-novelty__ttl h4 {
    font-size: 22px;
  }
}
.category-item-novelty .category-item-novelty__ttl small {
  font-size: 12px;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty .category-item-novelty__ttl small {
    font-size: 13.2px;
  }
}
.category-item-novelty .category-item-novelty__img {
  margin: 0 0 40px;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty .category-item-novelty__img {
    margin: 0 0 44px;
  }
}
.category-item-novelty .category-item-novelty__img figure {
  margin: 0 0 20px;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty .category-item-novelty__img figure {
    margin: 0 0 22px;
  }
}
.category-item-novelty .category-item-novelty__img figure .anim-modal {
  height: 145px;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty .category-item-novelty__img figure .anim-modal {
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .category-item-novelty .category-item-novelty__img figure .anim-modal {
    max-height: 183px;
    height: 38.125vw;
  }
}
.category-item-novelty .category-item-novelty__img figure .anim-modal .anim-cover {
  width: 350px;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty .category-item-novelty__img figure .anim-modal .anim-cover {
    width: 386px;
  }
}
@media screen and (max-width: 768px) {
  .category-item-novelty .category-item-novelty__img figure .anim-modal .anim-cover {
    width: 440px;
    max-width: calc(100vw - 40px);
  }
}
.category-item-novelty .category-item-novelty__img p {
  text-align: center;
  font-size: 11px;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty .category-item-novelty__img p {
    font-size: 12.1px;
  }
}

.category-item-novelty__exp .exp-ttl {
  padding: 0 0 2em;
  border-bottom: solid #E2D1BB 1px;
}
.category-item-novelty__exp .exp-ttl h4 {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty__exp .exp-ttl h4 {
    font-size: 19.8px;
  }
}
.category-item-novelty__exp .exp-ttl h4 strong {
  font-weight: bold;
}
.category-item-novelty__exp .exp-ttl h4 small {
  font-size: 85%;
  padding: 0;
}
.category-item-novelty__exp .exp-ttl small {
  font-size: 12px;
  display: block;
  padding: .5em 0 0;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty__exp .exp-ttl small {
    font-size: 13.2px;
  }
}
.category-item-novelty__exp .exp-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: solid #E2D1BB 1px;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty__exp .exp-cont {
    padding: 13.2px 0;
  }
}
.category-item-novelty__exp .exp-cont .txt {
  width: 210px;
  text-align: left;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty__exp .exp-cont .txt {
    width: 231px;
  }
}
.category-item-novelty__exp .exp-cont .txt h4 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 .2em;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty__exp .exp-cont .txt h4 {
    font-size: 13.2px;
  }
}
.category-item-novelty__exp .exp-cont .txt p {
  font-size: 12px;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty__exp .exp-cont .txt p {
    font-size: 13.2px;
  }
}
.category-item-novelty__exp .exp-cont .txt p strong {
  color: #E2D1BB;
}
.category-item-novelty__exp .exp-cont figure {
  width: 117px;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty__exp .exp-cont figure {
    width: 128.7px;
  }
}
.category-item-novelty__exp .exp-cont.cont2 .txt {
  width: 170px;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty__exp .exp-cont.cont2 .txt {
    width: 187px;
  }
}
.category-item-novelty__exp .exp-cont.cont2 figure {
  width: 150px;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty__exp .exp-cont.cont2 figure {
    width: 165px;
  }
}
.category-item-novelty__exp .exp-cont.cont3 .txt {
  width: 186px;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty__exp .exp-cont.cont3 .txt {
    width: 204.6px;
  }
}
.category-item-novelty__exp .exp-cont.cont3 figure {
  width: 139px;
}
@media screen and (min-width: 1101px) {
  .category-item-novelty__exp .exp-cont.cont3 figure {
    width: 152.9px;
  }
}

.category-item-others {
  padding: 40px 0 0;
}
@media screen and (min-width: 1101px) {
  .category-item-others {
    padding: 44px 0 0;
  }
}
.category-item-others h3 {
  text-align: left;
  font-size: 18px;
  margin: 0 0 1em;
  font-weight: bold;
  color: #E2D1BB;
}
@media screen and (min-width: 1101px) {
  .category-item-others h3 {
    font-size: 19.8px;
  }
}
.category-item-others .category-item-others__list {
  margin: 0 -32px;
}
@media screen and (max-width: 1100px) {
  .category-item-others .category-item-others__list {
    margin: 0 -20px;
  }
}
.category-item-others .category-item-others__list ul {
  overflow: auto;
  white-space: nowrap;
  padding: 0 32px 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 1100px) {
  .category-item-others .category-item-others__list ul {
    padding: 0 20px 10px;
  }
}
.category-item-others .category-item-others__list ul::-webkit-scrollbar {
  display: none;
}
.category-item-others .category-item-others__list ul li {
  display: inline-block;
  vertical-align: top;
  width: 144px;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 1101px) {
  .category-item-others .category-item-others__list ul li {
    width: 158.4px;
    margin: 0 11px 0 0;
  }
}
.category-item-others .category-item-others__list ul li:last-child {
  margin: 0;
}
.category-item-others .category-item-others__list ul li p {
  font-size: 13px;
  line-height: 1.6;
  padding: .2em 0 0;
  white-space: wrap;
  text-align: left;
}
@media screen and (min-width: 1101px) {
  .category-item-others .category-item-others__list ul li p {
    font-size: 14.3px;
  }
}

.category-cartbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 450px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 10px 32px;
  transform: translate(calc(100vw - 660px), 0);
  z-index: 10;
}
@media screen and (min-width: 1501px) {
  .category-cartbtn {
    transform: translate(calc(100vw - 798px), 0);
  }
}
@media screen and (max-width: 1100px) {
  .category-cartbtn {
    transform: translate(calc(100vw - 390px), 0);
    width: 390px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .category-cartbtn {
    width: 480px;
    left: calc(50% + (50vw - 50%));
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 480px) {
  .category-cartbtn {
    width: 100vw;
  }
}

/*--------------------------------
### ANIMATION
--------------------------------*/
html, body {
  overflow: hidden;
}
html.end, body.end {
  overflow-x: hidden;
  overflow-y: auto;
}

header {
  width: 100vw;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header:before {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
@media screen and (max-width: 768px) {
  header:before {
    opacity: 1;
    width: 0%;
    overflow: hidden;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 1s;
  }
}
header h1 .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  transition: 0.7s cubic-bezier(0.32, 0, 0.67, 0);
}
@media screen and (max-width: 768px) {
  header h1 .wrap {
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
header h1 .wrap:before {
  content: "";
  position: absolute;
  background: url(../img/top_img.png.webp) no-repeat center/contain;
  top: 0;
  left: 0;
  width: 888px;
  height: 960px;
  z-index: 1;
}
@media screen and (min-width: 1501px) {
  header h1 .wrap:before {
    width: 65.5737704918vw;
    height: 77.9672131148vw;
  }
}
@media screen and (max-width: 1100px) {
  header h1 .wrap:before {
    width: 740px;
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  header h1 .wrap:before {
    background-image: url(../img/top_img_sp.png.webp);
    width: 640px;
    height: 652px;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
header p {
  opacity: 0;
  transform: translate(-50%, 35px);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
@media screen and (min-width: 1101px) {
  header p {
    transform: translate(-50%, 38.5px);
  }
}
@media screen and (max-width: 768px) {
  header p {
    transform: translate(-50%, 12px);
  }
}
header .sp-nav {
  position: absolute;
  width: 0%;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 1s;
  bottom: 0;
  left: 0;
  height: 34px;
}
header .sp-nav .sp-nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
header.start:before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  header.start:before {
    width: 100%;
  }
}
header.start .sp-nav {
  width: 100%;
}
header.start h1 .wrap {
  width: 888px;
}
@media screen and (min-width: 1501px) {
  header.start h1 .wrap {
    width: 65.5737704918vw;
  }
}
@media screen and (max-width: 1100px) {
  header.start h1 .wrap {
    width: 740px;
  }
}
@media screen and (max-width: 768px) {
  header.start h1 .wrap {
    width: 640px;
  }
}
header.start p {
  bottom: 35px;
  opacity: 1;
  transform: translate(-50%, 0);
}
header.pros {
  width: calc(100vw - 660px);
}
@media screen and (min-width: 1501px) {
  header.pros {
    width: calc(100vw - 798px);
  }
}
@media screen and (max-width: 1100px) {
  header.pros {
    width: calc(100vw - 390px);
  }
}
@media screen and (max-width: 768px) {
  header.pros {
    width: auto;
  }
}

nav {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
nav.start {
  opacity: 1;
  visibility: visible;
}
nav.end {
  transition: 0.3s ease;
  opacity: 1;
}

#main-content:before {
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #main-content:before {
    background-color: transparent;
  }
}
#main-content .inner {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
#main-content.start:before {
  width: 100%;
}
#main-content.start .inner {
  opacity: 1;
  visibility: visible;
}

#header-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
#header-menu.start {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  #header-menu.start.is-hidden {
    opacity: 0;
  }
}
#header-menu.end {
  transition: 0.3s ease;
}

.fadeInUp {
  opacity: 0;
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.fadeInUp.is-active {
  opacity: 1;
}

.anim,
.anim-modal {
  width: 0%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.anim .anim-cover,
.anim-modal .anim-cover {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.anim.is-active,
.anim-modal.is-active {
  width: 100%;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.25s;
}

/*# sourceMappingURL=style.css.map */
