.fs-l-main,
.fs-l-pageMain {
max-width: inherit !important;
margin: 0 auto;
}
#fs_CustomPage .fs-l-main {
padding: 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (min-width: 821px) and (max-width: 1536px) {
  html {
    font-size: 0.65vw;
  }
}

body {
  animation: fadein 3s forwards;
}

.lp_style * {
  box-sizing: border-box;
}

.lp_style {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1;
  letter-spacing: .05em;
  list-style: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  overflow: hidden;
  color: #000000;
  font-weight: 400;
}

.lp_style button {
  background: transparent;
  padding: 0;
  margin: 0;
}

.lp_style img {
  max-width: 100%;
  height: auto;
}

.lp_style ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp_style ul.size{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 40px 0 0;
}
.lp_style ul.size li{
  margin: auto;
}
.lp_style ul.size a{
  font-size: 18px;
  width: 260px;
  aspect-ratio: 26/5;
  background: #000;
  border-radius: 25px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.lp_style ul.size a::after{
  content: '';
  width: 7px;
  aspect-ratio: 1/1;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width:1440px) and (min-width:821px){
  .lp_style ul.size li{
    width: 70%;
  }
  .lp_style ul.size a{
    width: 100%;
    border-radius: 40px;
  }
  .col-04 ul.size li{
    width: 100%;
  }
}
@media screen and (max-width:821px) {
  .lp_style ul.size{
    margin: 5vw 0 0;
  }
  .lp_style ul.size li{
    width: 60%;
  }
  .lp_style ul.size a{
    width: 100%;
    font-size: 3.7vw;
    border-radius: 10vw;
  }
  .lp_style ._logo img{
    width: 60%;
  }
  .contents ._title{
    margin: 0 0 10vw;
  }
  .mokopan ._catch span{
    font-size: 4.8vw;
  }
}

.lp_style a {
  text-decoration: none;
}

@media screen and (max-width:1440px) and (min-width:821px),
print {
  .lp_style .container {
    padding: 0 8px;
  }
}

.sp_only {
  display: none !important;
}


@media screen and (min-width:821px),
print {
  ._inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (min-width:641px),
print {
  .pc_only {
    display: block !important;
  }
}

@media screen and (max-width:820px),
print {
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }
}


.txtblock {
  display: inline-block;
}

.bold {
  font-weight: bold;
}

.main-bg {
  background: #f4f3ee;
}

/* ------------------------------
  Mainvisual
-------------------------------- */
.Mainvisual img {
  width: 100%;
}

/* ------------------------------
  Introduction
-------------------------------- */
#Introduction {
  padding: 60px 0;
}

@media screen and (min-width:821px),
print {
  #Introduction {
    padding: 120px 0;
  }
}

#Introduction ._inner {
  padding: 0 20px;
}

@media screen and (min-width:641px),
print {
  #Introduction ._inner {
    padding: 0 40px;
  }
}

@media screen and (min-width:821px),
print {
  #Introduction ._inner {
    padding: 0;
  }
}

#Introduction ._container {
  max-width: 1057px;
  margin: 0 auto;
  background: url(https://fukuskeonline.itembox.design/item/lp/adult_ghibli/img/intro-bg-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 70px 0;
}

@media screen and (min-width:821px),
print {
  #Introduction ._container {
    max-width: 1057px;
    margin: 0 auto;
    background: url(https://fukuskeonline.itembox.design/item/lp/adult_ghibli/img/intro-bg.png?1);
    background-repeat: no-repeat;
    background-position: center;
    height: 585px;
    padding: 110px 0 96px 0;
  }
}


#Introduction ._cacth {
  font-size: 16px;
  text-align: center;
  line-height: 1.43;
  margin-bottom: 24px;
}

@media screen and (min-width:641px),
print {
  #Introduction ._cacth {
    font-size: 32px;
    line-height: 1.43;
    margin-bottom: 48px;
  }
}


@media screen and (min-width:821px),
print {
  #Introduction ._cacth {
    font-size: 32px;
    line-height: 1.43;
    text-align: center;
    margin-bottom: 30px;

  }
}

#Introduction ._cacth ._txt {
  display: block;
}

@media screen and (min-width:821px),
print {
  #Introduction ._cacth ._txt {
    display: block;
    font-weight: bold;
  }

}

/* #Introduction ._txtbox{} */

#Introduction ._paragraph {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (min-width:641px),
print {
  #Introduction ._paragraph {
    font-size: 24px;
  }
}



@media screen and (min-width:821px),
print {
  #Introduction ._paragraph {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
}

#Introduction ._paragraph .txtblock {
  display: block;
}

@media screen and (min-width:821px),
print {
  #Introduction ._paragraph .txtblock {
    display: block;
  }
}

#Introduction ._paragraph:not(:first-child) {
  margin-top: 1em;
}

@media screen and (min-width:821px),
print {
  #Introduction ._paragraph:not(:first-child) {
    margin-top: 1em;
  }
}




/* ------------------------------
  pagenav
-------------------------------- */
.pagenav {
  margin-bottom: 40px;
}

@media screen and (min-width:641px),
print {
  .pagenav {
    margin-bottom: 80px;
  }
}

@media screen and (min-width:821px),
print {
  .pagenav {
    margin-bottom: 80px;
  }
}

.pagenav ._list {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width:821px),
print {
  .pagenav ._list {
    max-width: 1300px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.pagenav ._list ._item {
  width: calc((100% / 3) - 10px);
}


.pagenav ._list ._item.fadein:nth-of-type(1) {
  transition-duration: 400ms;
}

.pagenav ._list ._item.fadein:nth-of-type(2) {
  transition-duration: 800ms;
}

.pagenav ._list ._item.fadein:nth-of-type(3) {
  transition-duration: 1200ms;
}




@media screen and (min-width:821px),
print {
  .pagenav ._list ._item {
    width: 420px;
  }
}

.pagenav ._list ._item:not(:first-child) {
  margin-left: 10px;
}
@media screen and (min-width:821px){
  .pagenav ._list ._item:not(:first-child) {
    margin-left: 20px;
  }
}


#adult_Ghibli .contents {
  padding: 40px 0;
}

@media screen and (min-width:641px),
print {
  #adult_Ghibli .contents {
    padding: 80px 0;
  }
}

@media screen and (min-width:821px),
print {
  #adult_Ghibli .contents {
    padding: 80px 0;
  }
}


/*--------------------------------------- 
  contents
--------------------------------------- */

.contents ._title {
  margin: 0 auto 40px;
  text-align: center;
}

@media screen and (min-width:641px),
print {
  .contents ._title {
    margin: 0 auto 80px;
  }
}

#My-Neighbor-Totoro ._title ._logo img {
  width: 58.8vw;
}

#Castle-in-the-Sky ._title ._logo img {
  width: 62.6vw;
}

#Spirited-Away ._title ._logo img {
  width: 65.8vw;
}

@media screen and (min-width:641px),
print {

  #My-Neighbor-Totoro ._title ._logo img,
  #Castle-in-the-Sky ._title ._logo img,
  #Spirited-Away ._title ._logo img {
    width: auto;
  }
}

.sex:not(:first-of-type) {
  margin-top: 30px;
}

@media screen and (min-width:641px),
print {
  .sex:not(:first-of-type) {
    margin-top: 60px;
  }
}

@media screen and (min-width:821px),
print {
  .sex:not(:first-of-type) {
    margin-top: 80px;
  }
}

.sex ._head {
  position: relative;
  text-align: center;
  margin: 0 auto 30px;
}

@media screen and (min-width:641px),
print {
  .sex ._head {
    margin: 0 auto 30px;
  }
}

@media screen and (min-width:821px),
print {
  .sex ._head {
    margin: 0 auto 40px;
  }
}

.sex ._head ._txt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sex ._head ._txt picture {
  display: inline-block;
  flex: none;
  padding: 0 18px;
}

.sex ._head ._txt picture img {
  width: 80.5px;
}

@media screen and (min-width:821px),
print {
  .sex ._head ._txt picture {
    display: inline-block;
    flex: none;
    padding: 0 36px;
  }

  .sex ._head ._txt picture img {
    width: auto;
  }
}

@media screen and (min-width:821px),
print {
  .sex ._head ._txt picture {
    display: block;
    flex: none;
    padding: 0 30px;
  }
}

.sex ._head ._txt::before,
.sex ._head ._txt::after {
  content: "";
  display: block;
  height: 1px;
  width: 550px;
  background: #000000;
}

@media screen and (min-width:821px),
print {

  .sex ._head ._txt::before,
  .sex ._head ._txt::after {
    content: "";
    top: 50%;
    height: 1px;
    width: 550px;
    background: #000000;
  }
}

@media screen and (min-width:821px),
print {

  .sex ._head ._txt::before {
    left: 0;
  }

  .sex ._head ._txt::after {
    right: 0;
  }
}

.contents ._list.col-03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 20px;
  gap: 10vw 0;
}

@media screen and (min-width:641px),
print {
  .contents ._list.col-03 {
    padding: 0 40px;
  }
}

@media screen and (min-width:821px),
print {
  .contents ._list.col-03 {
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
  }
}

@media screen and (min-width:821px),
print {
  .contents ._list.col-03 ._item {
    max-width: 420px;
  }
}

.contents ._list.col-03 ._item.main {
  width: 100%;
  order: 1;
  margin: 0 auto 30px;
}

@media screen and (min-width:641px),
print {
  .contents ._list.col-03 ._item.main {
    margin: 0 auto 60px;
  }
}

@media screen and (min-width:821px),
print {
  .contents ._list.col-03 ._item.main {
    order: 0;
    margin: 0;
  }
}


.contents ._list.col-03 ._item.left {
  order: 2;
}

.contents ._list.col-03 ._item.right {
  order: 3;
}


@media screen and (min-width:821px),
print {

  .contents ._list.col-03 ._item.main,
  .contents ._list.col-03 ._item.left,
  .contents ._list.col-03 ._item.right {
    order: 0;
  }

}


@media screen and (min-width:821px),
print {
  .contents ._list.col-03 ._item.main {
    width: 100%;
  }
}

.contents ._list.col-03 ._item {
  width: 100%;
}


@media screen and (min-width:821px),
print {
  .contents ._list.col-03 ._item {
    width: calc((100% / 2) - 10px);
  }
}

.contents ._list.col-03 ._item.right {
  margin-left: 10px;
}

@media screen and (min-width:641px),
print {
  .contents ._list.col-03 ._item.right {
    margin-left: 20px;
  }
}

@media screen and (min-width:821px),
print {
  .contents ._list.col-03 ._item.left {
    margin-left: 20px;
  }
}

@media screen and (min-width:821px),
print {
  .contents ._list.col-03 ._item {
    max-width: 420px;
    width: 100%;
  }
}

@media screen and (min-width:821px),
print {

  .contents ._list.col-03 ._item:not(:first-of-type) {
    margin-left: 20px;
  }

  .contents ._list.col-03 ._item:first-of-type {
    margin-left: 0;
  }

}

.contents ._list.col-03 ._thumbnail {
  margin: 0 auto 10px;
}

@media screen and (min-width:641px),
print {
  .contents ._list.col-03 ._thumbnail {
    margin: 0 auto 20px;
  }
}

.contents ._list.col-03 ._thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.contents ._list.col-03 ._name {
  font-size: 14px;
  line-height: 1.5;
  height: 3em;
}
@media screen and (max-width:641px){
  .contents ._list.col-03 ._name{
    height: auto;
  }
}

.contents ._list.col-03 ._name .txtblock {
  display: inline;
}

@media screen and (min-width:821px),
print {
  .contents ._list.col-03 ._name {
    font-size: 28px;
    line-height: 1.5;
  }

  .contents ._list.col-03 ._name .txtblock {
    display: inline-block;
  }
}

@media screen and (min-width:821px),
print {
  .contents ._list.col-03 ._name {
    font-size: 18px;
    line-height: 1.5;
  }
}

.category_cta {
  padding: 0 20px 40px;
}

@media screen and (min-width:641px),
print {
  .category_cta {
    padding: 0 40px 80px;
  }
}

@media screen and (min-width:821px),
print {
  .category_cta {
    padding: 0 0 80px;
  }
}


.category_cta>a {
  position: relative;
  width: 92%;
  height: 70px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 11px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  background: #519c3c;
  border-radius: 60px;
  margin: 0 auto;
}

@media screen and (min-width:641px),
print {
  .category_cta>a {
    font-size: 22px;
    height: 140px;
  }
}

@media screen and (min-width:821px),
print {
  .category_cta>a {
    position: relative;
    width: 620px;
    height: 100px;
    font-size: 20px;
    line-height: 1.8;
    border-radius: 60px;
    margin: 0 auto;
  }
}




.category_cta>a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
  border-radius: 60px;
}


.category_cta>a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 13.5px;
  height: 8.5px;
  background: url(https://fukuskeonline.itembox.design/item/lp/adult_ghibli/img/ctg_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width:641px),
print {
  .category_cta>a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 27px;
    height: 17px;
    background: url(https://fukuskeonline.itembox.design/item/lp/adult_ghibli/img/ctg_arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}


aside {
  padding: 40px 0;
}

@media screen and (min-width:641px),
print {
  aside {
    padding: 80px 0;
  }
}

@media screen and (min-width:821px),
print {
  aside {
    padding: 80px 0;
  }
}




aside ._inner {
  padding: 0 20px;
}

@media screen and (min-width:641px),
print {
  aside ._inner {
    padding: 0 40px;
  }
}

@media screen and (min-width:821px),
print {
  aside ._inner {
    padding: 0;
  }
}

aside ._catch {
  margin: 0 auto 30px;
  font-size: 15px;
  line-height: 1.53;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width:641px),
print {
  aside ._catch {
    margin: 0 auto 60px;
    font-size: 30px;
  }
}

@media screen and (min-width:821px),
print {
  aside ._catch {
    margin: 0 auto 60px;
    font-size: 30px;
    line-height: 1.53;
    font-weight: bold;
    text-align: center;
  }
}



aside ._catch .txtblock {
  display: block;
}

aside ._list.col-04 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (min-width:821px),
print {
  aside ._list.col-04 {
    flex-wrap: nowrap;
  }
}

aside ._list.col-04 ._item {
  width: calc((100% / 2) - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

aside ._list.col-04 ._item:nth-of-type(n+3) {
  margin: 25px 0 0 0;
}

@media screen and (min-width:641px),
print {
  aside ._list.col-04 ._item:nth-of-type(n+3) {
    margin: 50px 0 0 0;
  }
}

@media screen and (min-width:821px),
print {
  aside ._list.col-04 ._item:nth-of-type(n+3) {
    margin: 0;
  }
}



aside ._list.col-04 ._item:nth-of-type(odd) {
  margin-right: 10px;
}


aside ._list.col-04 ._item:nth-of-type(even) {
  margin-left: 10px;
}

@media screen and (min-width:821px),
print {
  aside ._list.col-04 ._item {
    width: 310px;
  }
}


@media screen and (min-width:821px),
print {
  aside ._list.col-04 ._item:not(:first-of-type) {
    margin-left: 20px;
  }
}

aside ._list.col-04 ._thumbnail {
  margin: 0 auto 20px;
}

aside ._list.col-04 ._name {
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
  letter-spacing: .05em;
}

aside ._list.col-04 ._name .txtblock {
  display: inline;
}

@media screen and (min-width:641px),
print {
  aside ._list.col-04 ._name {
    font-size: 24px;
    line-height: 1.5;
  }

  aside ._list.col-04 ._name .txtblock {
    display: inline-block;
  }
}

@media screen and (min-width:821px),
print {
  aside ._list.col-04 ._name {
    font-size: 18px;
    line-height: 1.5;
  }
}


aside ._catch ._shape {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (min-width:821px),
print {
  aside ._catch ._shape {
    align-items: center;
  }
}

._shape::before,
._shape::after {
  content: "";
  display: block;
  width: 18px;
  height: 30px;
  bottom: 0;
}

@media screen and (min-width:641px),
print {

  ._shape::before,
  ._shape::after {
    content: "";
    display: block;
    width: 36px;
    height: 60;
    bottom: 0;
  }
}

@media screen and (min-width:821px),
print {

  ._shape::before,
  ._shape::after {
    content: "";
    display: block;
    width: 17px;
    height: 26px;
    bottom: 0;
  }
}

._shape::before {
  background: url(https://fukuskeonline.itembox.design/item/lp/adult_ghibli/img/catch_shape-l-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  margin-right: 10px;
}

@media screen and (min-width:641px),
print {
  ._shape::before {
    margin-right: 20px;
  }
}


@media screen and (min-width:821px),
print {
  ._shape::before {
    background: url(https://fukuskeonline.itembox.design/item/lp/adult_ghibli/img/catch_shape-r.png);
  }
}

._shape::after {
  background: url(https://fukuskeonline.itembox.design/item/lp/adult_ghibli/img/catch_shape-r-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  margin-left: 10px;
}

@media screen and (min-width:641px),
print {
  ._shape::after {
    margin-left: 20px;
  }

}

@media screen and (min-width:821px),
print {
  ._shape::after {
    background: url(https://fukuskeonline.itembox.design/item/lp/adult_ghibli/img/catch_shape-l.png);
  }
}

@media screen and (min-width:641px),
print {

  ._shape::before,
  ._shape::after {
    content: "";
    display: block;
    width: 17px;
    height: 26px;
    bottom: 0;
  }
}

.copyright {
  padding: 40px 0 60px;
}

@media screen and (min-width:641px),
print {
  .copyright {
    padding: 80px 0 80px;
  }
}

@media screen and (min-width:821px),
print {
  .copyright {
    padding: 80px 0 100px;
  }
}


.copyright>small {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (min-width:641px),
print {
  .copyright>small {
    font-size: 24px;
  }
}

@media screen and (min-width:821px),
print {
  .copyright>small {
    font-size: 18px;
  }
}

@media screen and (min-width:821px),
print {

  .category_cta>a::before {
    opacity: 0;
    transition: opacity .4s ease-in-out;
  }

  .category_cta>a:hover::after {
      animation-name: scroll-right;/*1で解説*/
      animation-fill-mode:backwards;/*2で解説*/
      animation-duration:1.5s;/*3で解説*/
      animation-iteration-count:infinite;/*4で解説*/
      animation-timing-function:ease;/*5で解説*/
      animation-delay: 1s;/*6で解説*/
      animation-direction:normal;/*7で解説*/
  }

  .category_cta>a:hover::before {
    opacity: 1;
    transition: opacity .4s ease-in-out;
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-100%,-50%);
  }
  100% {
    transform: translate(100%,-50%);
  }
}


.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 800ms cubic-bezier(.17,.67,.67,.91);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}


/* 2023 */
.mokopan ._catch span{
  margin: 0 0 60px;
  font-size: 32px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mokopan .col-03{
  display: flex;
}
.mokopan ._list.col-03 ._item:not(:first-of-type){
  margin: 0 0 0 40px;
}
.mokopan ._list.col-03 ._item{
  max-width: 630px;
  width: 100%;
}
.mokopan ._list.col-03 ._item > img{
  width: 290px;
  margin: 0 auto 30px;
  display: block;
}

@media screen and (max-width:821px) {
  .mokopan ._catch span{
    font-size: 4.8vw;
    margin: 0 0 10vw;
  }
  .mokopan ._list.col-03 ._item:not(:first-of-type){
    margin: 0;
  }
  .mokopan ._list.col-03 ._item > img{
    width: 60%;
    margin: 0 auto 3vw;
  }
  
  .contents ._list.col-03 ._name{
    font-size: 3.7vw;
  }
  .col-04 ul.size li{
    width: 100%;
  }
}