@charset "UTF-8";

#luxy {
  position: relative !important;
  -webkit-transform: inherit !important;
      -ms-transform: inherit !important;
          transform: inherit !important;
}
@media screen and (max-width: 768px) {
  #luxy {
    overflow: hidden;
  }
}

.section {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .section.studiolist {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-inner {
    margin-right: 17px;
    margin-left: 17px;
  }
}
.section .section-body {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.section .section-body.report {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 22px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section .section-body.report {
    gap: 20px 0;
  }
}
.section .section-body.report .reportBlock {
  width: calc((100% - 44px) / 3);
  border: 1px solid #D3D3D3;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .section .section-body.report .reportBlock:hover {
    background-color: #fdf5f8;
  }
  .section .section-body.report .reportBlock:hover .thumbnails img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width: 768px) {
  .section .section-body.report .reportBlock {
    width: 100%;
  }
}
.section .section-body.report .reportBlock a {
  display: block;
  padding: 15px;
  color: #504C4D;
}
.section .section-body.report .reportBlock a h3 .title {
  display: block;
  color: #F45581;
  font-weight: 700;
  line-height: 22px;
}
.section .section-body.report .reportBlock a h3 .studioname {
  display: block;
  margin: 5px 0 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.section .section-body.report .reportBlock a .thumbnails {
  margin: 0 0 12px;
  overflow: hidden;
}
.section .section-body.report .reportBlock a .thumbnails img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .section .section-body.report .reportBlock a .thumbnails img {
    width: 100%;
  }
}
.section .section-body.report .reportBlock a ul li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .section .section-body.report .reportBlock a ul li:not(:first-child) {
    margin-top: 2px;
  }
}
.section .section-body.report .reportBlock a ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin-right: 4px;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 768px) {
  .section .section-body.report .reportBlock a ul li:before {
    font-size: 16px;
    margin-right: 5px;
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.section .section-body.report .reportBlock a ul li.location:before {
  content: "\e904";
}
.section .section-body.report .reportBlock a ul li.date:before {
  content: "";
  width: 15px;
  height: 16px;
  background-image: url("../img/studioreport/ico_date.svg");
  background-size: cover;
}
.section .section-body.report .reportBlock a ul li.label:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../img/studioreport/ico_label.svg");
  background-size: cover;
}
.section .butotn-area.report .button {
  padding: 13px 46px;
}
@media screen and (max-width: 768px) {
  .section .butotn-area.report .button {
    padding: 13px 36px;
  }
}
@media screen and (max-width: 768px) {
  .section .butotn-area.report .button span {
    font-size: 16px;
  }
}
.section header {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}
.section header h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 55px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section header h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .section header h2:before {
    width: 78px;
    height: 42px;
  }
}
.section header h2:not(.noicon):before {
  display: block;
  content: "";
  width: 106px;
  height: 57px;
  margin: 0 auto;
  background-image: url("../img/icon_ttl_camera.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.section header h2 small {
  display: block;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  color: #F45581;
}
.section header p {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .section header p {
    line-height: 25px;
    margin-top: 25px;
  }
}
.section footer {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}
.section.is-illust header:before, .section.is-illust header:after {
  display: block;
  content: "";
  width: 223px;
  height: 176px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 40px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .section.is-illust header:before, .section.is-illust header:after {
    width: 169px;
    height: 134px;
    top: -24px;
  }
}
.section.is-illust header:before {
  left: 0;
  -webkit-transform: translateX(calc(-100% + 108px));
      -ms-transform: translateX(calc(-100% + 108px));
          transform: translateX(calc(-100% + 108px));
  background-image: url("../img/img_ttl_left.svg");
}
@media screen and (max-width: 768px) {
  .section.is-illust header:before {
    -webkit-transform: translateX(calc(-100% + 66px)) rotateZ(12deg);
        -ms-transform: translateX(calc(-100% + 66px)) rotate(12deg);
            transform: translateX(calc(-100% + 66px)) rotateZ(12deg);
  }
}
.section.is-illust header:after {
  right: 0;
  -webkit-transform: translateX(calc(100% - 108px));
      -ms-transform: translateX(calc(100% - 108px));
          transform: translateX(calc(100% - 108px));
  background-image: url("../img/img_ttl_right.svg");
}
@media screen and (max-width: 768px) {
  .section.is-illust header:after {
    -webkit-transform: translateX(calc(100% - 66px)) rotateZ(-12deg);
        -ms-transform: translateX(calc(100% - 66px)) rotate(-12deg);
            transform: translateX(calc(100% - 66px)) rotateZ(-12deg);
  }
}

.logoArea {
  background-color: #F45581;
  border-radius: 0 0 20px 0;
  width: 210px;
  padding: 17px 26px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 2000;
}
@media screen and (min-width: 769px) {
  .logoArea {
    left: 50%;
    -webkit-transform: translateX(-501px);
        -ms-transform: translateX(-501px);
            transform: translateX(-501px);
  }
}
@media screen and (max-width: 1024px) {
  .logoArea {
    left: 0;
    width: 180px;
    padding: 17px 18px 9px;
    border-radius: 0 0 10px 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.logoArea .img {
  width: 144px;
}
@media screen and (max-width: 768px) {
  .logoArea .img {
    width: 139px;
  }
}
.logoArea .text {
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .logoArea .text {
    width: 170%;
    -webkit-transform: scale(0.65) translateX(-27%);
        -ms-transform: scale(0.65) translateX(-27%);
            transform: scale(0.65) translateX(-27%);
    margin-top: 2px;
  }
}

.header {
  max-width: 1000px;
  margin: 0 auto;
  padding: 8px 50px 8px 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 28px 50px 28px 220px;
  }
}
.header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .header ul {
    display: none;
  }
}
.header li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.header a {
  display: block;
  color: inherit;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 769px) {
  .header a:hover {
    color: #F45581;
  }
}
.header a.current {
  border-bottom: 1px solid #F45581;
  color: #F45581;
}
.header .humbergerBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 64px;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  z-index: 5100;
}
@media screen and (min-width: 769px) {
  .header .humbergerBlock {
    right: 50%;
    -webkit-transform: translateX(500px);
        -ms-transform: translateX(500px);
            transform: translateX(500px);
  }
}
@media screen and (max-width: 1024px) {
  .header .humbergerBlock {
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.header .humbergerBlock button {
  background-color: transparent;
  cursor: pointer;
}
.header .humbergerBlock span {
  display: block;
  width: 22px;
  height: 4px;
  border-radius: 100px;
  background-color: #707070;
  margin: 4px 0;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .humbergerBlock:before, .header .humbergerBlock:after {
  display: block;
  content: "";
  width: 22px;
  height: 4px;
  border-radius: 100px;
  background-color: #707070;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .humbergerBlock.active span {
  opacity: 0;
}
.header .humbergerBlock.active:before {
  -webkit-transform: translateY(8px) rotate(-40deg);
      -ms-transform: translateY(8px) rotate(-40deg);
          transform: translateY(8px) rotate(-40deg);
  width: 30px;
}
.header .humbergerBlock.active:after {
  -webkit-transform: translateY(-8px) rotate(40deg);
      -ms-transform: translateY(-8px) rotate(40deg);
          transform: translateY(-8px) rotate(40deg);
  width: 30px;
}

#heroArea {
  width: 900px;
  height: 575px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #heroArea {
    width: calc(100% - 34px);
    height: auto;
    margin-top: 33px;
  }
}
#heroArea header {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  text-align: center;
  -webkit-transform: translate(-50%, calc(-50% + 47px));
      -ms-transform: translate(-50%, calc(-50% + 47px));
          transform: translate(-50%, calc(-50% + 47px));
}
@media screen and (max-width: 768px) {
  #heroArea header {
    -webkit-transform: translate(-50%, calc(-50% + 40px));
        -ms-transform: translate(-50%, calc(-50% + 40px));
            transform: translate(-50%, calc(-50% + 40px));
  }
}
#heroArea header h1 {
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6156862745);
}
@media screen and (max-width: 768px) {
  #heroArea header h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
#heroArea header p {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 1.08px;
  color: #ffffff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7882352941);
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  #heroArea header p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 7px;
  }
}
#heroArea .slideBlock {
  position: relative;
}
#heroArea .slideBlock li {
  position: absolute;
  top: 0;
  left: 0;
}
#heroArea .slideBlock li.slick-slide {
  position: relative;
}
@media screen and (min-width: 769px) {
  #heroArea .slideBlock li img.sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #heroArea .slideBlock li img.pc {
    display: none;
  }
}
#heroArea .hero_search {
  position: absolute;
  top: 487px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 201;
}
#heroArea .hero_search.active {
  z-index: 2002;
}
@media screen and (max-width: 768px) {
  #heroArea .hero_search {
    top: calc(100% - 72px);
  }
}
#heroArea .hero_search .searchWrapArea {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d3d3d3;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  #heroArea .hero_search .searchWrapArea {
    max-width: 90%;
  }
}
#heroArea .hero_search .searchWrapArea.active {
  max-width: 778px;
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #heroArea .hero_search .searchWrapArea.active {
    max-width: 90%;
  }
}
#heroArea .hero_search .searchWrapArea.active .searchButton:after {
  -webkit-transform: translateY(-50%) rotateZ(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotateZ(180deg);
}
#heroArea .hero_search .searchButton {
  cursor: pointer;
  padding: 17px;
  position: relative;
}
#heroArea .hero_search .searchButton p {
  position: relative;
  padding-left: 46px;
}
#heroArea .hero_search .searchButton p:before {
  display: block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  width: 1em;
  height: 1em;
  line-height: 1;
  content: "\e90a";
  color: #F45581;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #heroArea .hero_search .searchButton p:before {
    font-size: 24px;
    left: 5px;
  }
}
#heroArea .hero_search .searchButton:after {
  display: block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  width: 1em;
  height: 1em;
  line-height: 1;
  content: "\e906";
  color: #d3d3d3;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #heroArea .hero_search .searchButton:after {
    right: 20px;
  }
}
#heroArea .hero_search .selectWrap {
  display: none;
  width: 100%;
  -webkit-filter: none;
          filter: none;
  top: inherit;
  left: 0;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
@media screen and (max-width: 768px) {
  #heroArea .hero_search .selectWrap {
    height: 500px;
    overflow-y: auto;
  }
}
#heroArea .hero_search .selectWrap .todouhuken_parent {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  #heroArea .hero_search .selectWrap .todouhuken_parent {
    padding: 21px 0 23px 21px;
  }
}
@media screen and (max-width: 768px) {
  #heroArea .hero_search .selectWrap .todouhuken_parent {
    padding: 0 9px 10px;
  }
}
#heroArea .hero_search .selectWrap .todouhuken_parent li {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
@media screen and (min-width: 769px) {
  #heroArea .hero_search .selectWrap .todouhuken_parent li {
    margin-top: 22px;
  }
  #heroArea .hero_search .selectWrap .todouhuken_parent li:first-child {
    margin-right: 94px;
  }
  #heroArea .hero_search .selectWrap .todouhuken_parent li:nth-child(1), #heroArea .hero_search .selectWrap .todouhuken_parent li:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #heroArea .hero_search .selectWrap .todouhuken_parent li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 5px;
  }
  #heroArea .hero_search .selectWrap .todouhuken_parent li:first-child {
    margin-top: 0;
  }
}
#heroArea .hero_search .selectWrap .todouhuken_parent li p.parent_name {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #heroArea .hero_search .selectWrap .todouhuken_parent li p.parent_name {
    font-size: 12px;
    width: 42px;
    -webkit-transform: translateY(12px);
        -ms-transform: translateY(12px);
            transform: translateY(12px);
  }
}
#heroArea .hero_search .selectWrap .todouhuken_parent li .child {
  margin-top: 4px;
}
#heroArea .hero_search .selectWrap .todouhuken_parent li .child li {
  margin-right: 6px;
  margin-top: 0;
  width: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #heroArea .hero_search .selectWrap .todouhuken_parent li .child li {
    margin-top: 6px;
  }
}
#heroArea .hero_search .selectWrap .todouhuken_parent li .child li.disable {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #heroArea .hero_search .selectWrap .todouhuken_parent li .child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
#heroArea .hero_search .selectWrap .todouhuken_parent li input[type=checkbox] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#heroArea .hero_search .selectWrap .todouhuken_parent li input[type=checkbox]:checked + label {
  background: #5fbef0;
  color: #ffffff;
}
#heroArea .hero_search .selectWrap .todouhuken_parent li label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 83px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  padding: 3px;
  border: 1px solid #5fbef0;
  border-radius: 100px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#heroArea .hero_search .selectWrap .todouhuken_parent li label.disable {
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  #heroArea .hero_search .selectWrap .todouhuken_parent li label:hover {
    background-color: #5fbef0;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #heroArea .hero_search .selectWrap .todouhuken_parent li label {
    width: 54px;
    height: 32px;
    font-size: 10px;
    margin-top: 0;
    padding: 0;
    border-radius: 10px;
  }
}
#heroArea .hero_search .selectWrap #top_formbtn {
  display: block;
  width: 176px;
  height: 36px;
  border-radius: 100px;
  background-color: #5fbef0;
  border: 1px solid #5fbef0;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  padding: 7;
  margin: 5px auto 24px;
}
@media screen and (max-width: 768px) {
  #heroArea .hero_search .selectWrap #top_formbtn {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 9px;
    width: calc(100% - 18px);
  }
}
#heroArea .scroll {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  height: 575px;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
@media screen and (max-width: 768px) {
  #heroArea .scroll {
    display: none;
  }
}
#heroArea .scroll.active {
  opacity: 1;
}
#heroArea .scroll .scroll-box {
  position: absolute;
  bottom: -2px;
  left: -20px;
  width: 9px;
  height: 128px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
#heroArea .scroll .scroll-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #5fbef0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#heroArea .scroll .scroll-line {
  position: absolute;
  top: 51px;
  left: 0;
  width: 12px;
  height: 79px;
  overflow: hidden;
}
#heroArea .scroll .scroll-line:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 8px;
  height: 8px;
  background-color: #5fbef0;
  border-radius: 6px;
  -webkit-animation: moveDot 4s linear infinite;
          animation: moveDot 4s linear infinite;
}
#heroArea .scroll .scroll-line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 2px;
  height: 100%;
  background-color: #5fbef0;
}

.search_back {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2001;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.search_back.active {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes moveDot {
  0% {
    top: -20px;
  }
  100% {
    top: calc(100% + 20px);
  }
}

@keyframes moveDot {
  0% {
    top: -20px;
  }
  100% {
    top: calc(100% + 20px);
  }
}
#catchArea {
  margin-top: 49px;
  text-align: center;
  color: #F45581;
}
@media screen and (max-width: 768px) {
  #catchArea {
    margin-top: 19px;
  }
}
#catchArea .txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  #catchArea .txt {
    font-size: 15px;
    line-height: 22px;
  }
}
#catchArea .cooy {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #catchArea .cooy {
    font-size: 23px;
    margin-top: 7px;
  }
}

#recommend {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #recommend {
    padding-top: 0;
  }
}
#recommend .section-inner {
  padding-top: 154px;
}
@media screen and (max-width: 768px) {
  #recommend .section-inner {
    padding-top: 69px;
  }
}
@media screen and (min-width: 769px) {
  #recommend header h2 {
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  #recommend header:before {
    -webkit-transform: translate(calc(-100% + 137px), -256px) rotateZ(12deg);
        -ms-transform: translate(calc(-100% + 137px), -256px) rotate(12deg);
            transform: translate(calc(-100% + 137px), -256px) rotateZ(12deg);
    width: 342px;
    height: 270px;
  }
  #recommend header:after {
    -webkit-transform: translate(calc(100% - 91px), -375px);
        -ms-transform: translate(calc(100% - 91px), -375px);
            transform: translate(calc(100% - 91px), -375px);
    width: 304px;
    height: 240px;
  }
}
#recommend .section-body {
  margin-top: 31px;
}
@media screen and (max-width: 768px) {
  #recommend .section-body {
    margin-top: 17px;
  }
}
#recommend .section-body .recommendBlock {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #recommend .section-body .recommendBlock {
    width: 320px;
  }
}
#recommend .section-body .recommendBlock h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #F45581;
}
@media screen and (max-width: 768px) {
  #recommend .section-body .recommendBlock h3 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
}
#recommend .section-body .recommendBlock .txt {
  font-size: 14px;
  line-height: 30px;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  #recommend .section-body .recommendBlock .txt {
    line-height: 25px;
    margin-top: 8px;
  }
}
#recommend .section-body .recommendBlock .age {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
  padding-left: 2px;
}
@media screen and (max-width: 768px) {
  #recommend .section-body .recommendBlock .age {
    font-size: 13px;
    margin-top: 24px;
    padding-left: 0;
  }
}
#recommend .section-body .recommendBlock .age:before {
  display: block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-size: 31px;
  width: 1em;
  height: 1em;
  color: #333333;
  line-height: 1;
  content: "\e901";
  margin-right: 7px;
}
@media screen and (max-width: 768px) {
  #recommend .section-body .recommendBlock .age:before {
    font-size: 25px;
  }
}
#recommend .section-body .recommendBlock .priceBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #recommend .section-body .recommendBlock .priceBox {
    margin-top: -5px;
  }
}
#recommend .section-body .recommendBlock .priceBox small {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #recommend .section-body .recommendBlock .priceBox small {
    font-size: 14px;
  }
}
#recommend .section-body .recommendBlock .priceBox small.tl {
  font-size: 18px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 768px) {
  #recommend .section-body .recommendBlock .priceBox small.tl {
    font-size: 12px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
#recommend .section-body .recommendBlock .priceBox .price {
  font-family: "Roboto";
  font-size: 63px;
  font-weight: bold;
  color: #F45581;
  -webkit-transform: translate(3px, 14px);
      -ms-transform: translate(3px, 14px);
          transform: translate(3px, 14px);
  letter-spacing: -2px;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  #recommend .section-body .recommendBlock .priceBox .price {
    font-size: 42px;
    -webkit-transform: translate(3px, 6px);
        -ms-transform: translate(3px, 6px);
            transform: translate(3px, 6px);
    margin-right: 9px;
  }
}
#recommend .section-body .recommendBlock .priceBox .num {
  position: relative;
  font-size: 16px;
  padding-left: 20px;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  #recommend .section-body .recommendBlock .priceBox .num {
    font-size: 11px;
    font-weight: bold;
    padding-left: 13px;
    margin-left: 6px;
  }
}
#recommend .section-body .recommendBlock .priceBox .num:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon_slash.svg");
  width: 17px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #recommend .section-body .recommendBlock .priceBox .num:before {
    width: 11px;
    height: 15px;
  }
}
#recommend .section-body .photoBlock {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #recommend .section-body .photoBlock {
    position: absolute;
    top: -198px;
    right: -145px;
    width: 615px;
    height: 609px;
  }
}
@media screen and (max-width: 768px) {
  #recommend .section-body .photoBlock {
    width: 342px;
    height: 304px;
    position: relative;
    margin-top: 20px;
  }
}
#recommend .section-body .photoBlock figure {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  transition: 0.65s;
}
#recommend .section-body .photoBlock figure.fadeUp {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
#recommend .section-body .photoBlock figure:nth-child(1) {
  width: 401px;
  height: 447px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #recommend .section-body .photoBlock figure:nth-child(1) {
    width: 247px;
    height: 447px;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#recommend .section-body .photoBlock figure:nth-child(2) {
  width: 237px;
  height: 207px;
  right: 84px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  #recommend .section-body .photoBlock figure:nth-child(2) {
    width: 123px;
    height: 112px;
    right: 16px;
    top: 0;
  }
}
#recommend .section-body .photoBlock figure:nth-child(3) {
  width: 303px;
  height: 315px;
  left: -53px;
  bottom: -83px;
}
@media screen and (max-width: 768px) {
  #recommend .section-body .photoBlock figure:nth-child(3) {
    width: 149px;
    height: 84px;
    left: 13px;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #recommend .section-body .butotn-area {
    position: absolute;
    bottom: -6px;
    right: 8px;
  }
  #recommend .section-body .butotn-area a {
    min-width: 202px;
  }
}
@media screen and (max-width: 768px) {
  #recommend .section-body .butotn-area {
    margin-top: 24px;
  }
}
#recommend .luxy-bg-01 {
  top: -238px;
  left: 320px;
  width: 254px;
}
@media screen and (max-width: 768px) {
  #recommend .luxy-bg-01 {
    top: 265px;
    left: 10px;
    width: 129px;
  }
}
#recommend .luxy-bg-02 {
  bottom: 101px;
  right: -92px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  #recommend .luxy-bg-02 {
    bottom: 211px;
    right: 12px;
    width: 130px;
  }
}

#location {
  padding-bottom: 11px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #location {
    padding-top: 50px;
  }
}
#location.hide {
  display: none;
}
@media screen and (min-width: 769px) {
  #location header:before {
    -webkit-transform: translate(calc(-100% + 62px), -11px) rotateZ(12deg);
        -ms-transform: translate(calc(-100% + 62px), -11px) rotate(12deg);
            transform: translate(calc(-100% + 62px), -11px) rotateZ(12deg);
    width: 240px;
    height: 190px;
  }
  #location header:after {
    display: none;
  }
}
#location .section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
  margin-top: 75px;
}
@media screen and (min-width: 769px) {
  #location .section-body {
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #location .section-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 15px;
    margin-top: 46px;
  }
}
#location .luxy-bg-01 {
  top: 167px;
  left: 50%;
  width: 295px;
  mix-blend-mode: multiply;
  margin-left: -610px;
}
@media screen and (max-width: 768px) {
  #location .luxy-bg-01 {
    top: 108px;
    left: 0px;
    width: 146px;
  }
}
#location .luxy-bg-02 {
  top: 212px;
  left: 50%;
  margin-left: 270px;
  width: 216px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  #location .luxy-bg-02 {
    bottom: -147px;
    right: 19px;
    width: 107px;
    top: auto;
  }
}
#location .luxy-bg-03 {
  top: 359px;
  left: 50%;
  margin-left: -590px;
  width: 320px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  #location .luxy-bg-03 {
    top: 215px;
    left: 20px;
    width: 169px;
  }
}

#loc-studio {
  padding: 73px 0 11px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #loc-studio {
    padding-top: 40px;
  }
}
#loc-studio.hide {
  display: none;
}
@media screen and (min-width: 769px) {
  #loc-studio header:before {
    -webkit-transform: translate(calc(-100% + 62px), -11px) rotateZ(12deg);
        -ms-transform: translate(calc(-100% + 62px), -11px) rotate(12deg);
            transform: translate(calc(-100% + 62px), -11px) rotateZ(12deg);
    width: 240px;
    height: 190px;
  }
  #loc-studio header:after {
    display: none;
  }
}
#loc-studio .section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  #loc-studio .section-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 15px;
    margin-top: 17px;
  }
}
@media screen and (max-width: 768px) {
  #loc-studio .section-body figure {
    height: 85.8vw;
  }
}
#loc-studio .luxy-bg-01 {
  top: 167px;
  left: 50%;
  width: 295px;
  mix-blend-mode: multiply;
  margin-left: -610px;
}
@media screen and (max-width: 768px) {
  #loc-studio .luxy-bg-01 {
    top: 108px;
    left: 0px;
    width: 146px;
  }
}
#loc-studio .luxy-bg-02 {
  top: 212px;
  left: 50%;
  margin-left: 270px;
  width: 216px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  #loc-studio .luxy-bg-02 {
    bottom: -147px;
    right: 19px;
    width: 107px;
    top: auto;
  }
}
#loc-studio .luxy-bg-03 {
  top: 359px;
  left: 50%;
  margin-left: -590px;
  width: 320px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  #loc-studio .luxy-bg-03 {
    top: 215px;
    left: 20px;
    width: 169px;
  }
}

#costume {
  position: relative;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  #costume:not(.notside):before {
    position: absolute;
    content: "";
    top: 0;
    left: calc(50% - 710px);
    width: 338px;
    height: 100%;
    background-image: url("../img/img_costume_left.png");
    background-size: contain;
    background-repeat: repeat-y;
  }
  #costume:not(.notside):after {
    position: absolute;
    content: "";
    top: 0;
    right: calc(50% - 598px);
    width: 245px;
    height: 100%;
    background-image: url("../img/img_costume_right.png");
    background-size: contain;
    background-repeat: repeat-y;
  }
}
@media screen and (max-width: 768px) {
  #costume {
    padding-top: 72px;
  }
}
@media screen and (min-width: 769px) {
  #costume header::before, #costume header::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #costume header p {
    text-align: left;
  }
}
#costume .section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 33px;
  width: 724px;
}
@media screen and (max-width: 768px) {
  #costume .section-body {
    width: 100%;
    margin-top: 23px;
  }
}
#costume .costumeBlock {
  width: 326px;
  margin-top: 79px;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  transition: 0.65s;
}
#costume .costumeBlock .comingsoon .kikaku_thumb::before {
  opacity: 0.5;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media screen and (max-width: 768px) {
  #costume .costumeBlock .comingsoon .kikaku_thumb::before {
    opacity: 0.6;
    background-color: #000;
  }
}
#costume .costumeBlock .comingsoon .kikaku_thumb::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 20px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #costume .costumeBlock .comingsoon .kikaku_thumb::after {
    width: calc(100% - 28px);
    font-size: 18px;
  }
}
#costume .costumeBlock.fadeUp {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
#costume .costumeBlock:nth-child(1), #costume .costumeBlock:nth-child(2) {
  margin-top: 0;
}
#costume .costumeBlock:nth-child(even) {
  margin-left: 72px;
}
#costume .costumeBlock:nth-child(4n+1) figure,
#costume .costumeBlock:nth-child(4n+1) .kikaku_thumb {
  -webkit-mask-image: url("../img/img_costume_01_mask.png");
          mask-image: url("../img/img_costume_01_mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
}
#costume .costumeBlock:nth-child(4n+1) figure:before,
#costume .costumeBlock:nth-child(4n+1) .kikaku_thumb:before {
  background-image: url("../img/img_costume_01_mask.png");
}
#costume .costumeBlock:nth-child(4n+2) figure,
#costume .costumeBlock:nth-child(4n+2) .kikaku_thumb {
  -webkit-mask-image: url("../img/img_costume_02_mask.png");
          mask-image: url("../img/img_costume_02_mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
}
#costume .costumeBlock:nth-child(4n+2) figure:before,
#costume .costumeBlock:nth-child(4n+2) .kikaku_thumb:before {
  background-image: url("../img/img_costume_02_mask.png");
}
#costume .costumeBlock:nth-child(4n+3) figure,
#costume .costumeBlock:nth-child(4n+3) .kikaku_thumb {
  -webkit-mask-image: url("../img/img_costume_03_mask.png");
          mask-image: url("../img/img_costume_03_mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
}
#costume .costumeBlock:nth-child(4n+3) figure:before,
#costume .costumeBlock:nth-child(4n+3) .kikaku_thumb:before {
  background-image: url("../img/img_costume_03_mask.png");
}
#costume .costumeBlock:nth-child(4n+4) figure,
#costume .costumeBlock:nth-child(4n+4) .kikaku_thumb {
  -webkit-mask-image: url("../img/img_costume_04_mask.png");
          mask-image: url("../img/img_costume_04_mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
}
#costume .costumeBlock:nth-child(4n+4) figure:before,
#costume .costumeBlock:nth-child(4n+4) .kikaku_thumb:before {
  background-image: url("../img/img_costume_04_mask.png");
}
#costume .costumeBlock .kikaku_box {
  position: relative;
  padding-top: 58px;
}
#costume .costumeBlock a:hover h3 {
  color: #5fbef0;
}
#costume .costumeBlock a:hover figure img,
#costume .costumeBlock a:hover .kikaku_thumb img {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}
#costume .costumeBlock a:hover figure .kikaku_thumb_child,
#costume .costumeBlock a:hover .kikaku_thumb .kikaku_thumb_child {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}
#costume .costumeBlock a:hover figure:before,
#costume .costumeBlock a:hover .kikaku_thumb:before {
  opacity: 0.25;
}
@media screen and (max-width: 768px) {
  #costume .costumeBlock {
    width: calc(50% - 17px);
  }
  #costume .costumeBlock:nth-child(even) {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #costume .costumeBlock {
    width: calc(50% - 9px);
    margin-top: 25px;
  }
}
#costume .costumeBlock figure,
#costume .costumeBlock .kikaku_thumb {
  overflow: hidden;
  position: relative;
}
#costume .costumeBlock figure:before,
#costume .costumeBlock .kikaku_thumb:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 326px;
  height: 326px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  mix-blend-mode: multiply;
  z-index: 1;
}
#costume .costumeBlock figure img,
#costume .costumeBlock .kikaku_thumb img {
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#costume .costumeBlock .kikaku_thumb {
  width: 100%;
  aspect-ratio: 1;
}
#costume .costumeBlock .kikaku_thumb_child {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#costume .costumeBlock .buttonarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px 12px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #costume .costumeBlock .buttonarea {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 10px;
  }
}
#costume .costumeBlock .buttonarea a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 12px) / 2);
  padding: 6px 7px 6px 10px;
  border: 1px solid #F45581;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #costume .costumeBlock .buttonarea a {
    width: 100%;
    padding: 14px 11px 14px 10px;
  }
}
@media screen and (min-width: 769px) {
  #costume .costumeBlock .buttonarea a:hover {
    background-color: #F45581;
  }
  #costume .costumeBlock .buttonarea a:hover .ico .def {
    opacity: 0;
  }
  #costume .costumeBlock .buttonarea a:hover .ico .hov {
    opacity: 1;
  }
  #costume .costumeBlock .buttonarea a:hover .text {
    color: #fff;
  }
  #costume .costumeBlock .buttonarea a:hover svg path {
    fill: #fff;
  }
}
#costume .costumeBlock .buttonarea a .ico {
  position: relative;
}
#costume .costumeBlock .buttonarea a .ico .hov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#costume .costumeBlock .buttonarea a .ico img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#costume .costumeBlock .buttonarea a .text {
  margin-left: 6px;
  color: #F45581;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#costume .costumeBlock .buttonarea a svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#costume .costumeBlock .buttonarea a svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#costume .costumeBlock .buttonarea a .arrow {
  margin-left: auto;
}
#costume .costumeBlock h3.label {
  position: absolute;
  top: 10px;
  left: 0;
  width: calc(100% - 40px);
  padding: 6px 16px;
  background-color: #f8f8f8;
  font-size: 14px;
  color: #504C4D;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  letter-spacing: 0.035em;
  -webkit-transform: rotate(-5deg) translateY(18px);
      -ms-transform: rotate(-5deg) translateY(18px);
          transform: rotate(-5deg) translateY(18px);
  z-index: 15;
}
@media screen and (max-width: 768px) {
  #costume .costumeBlock h3.label {
    top: 0;
    left: 50%;
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
    -webkit-transform: rotate(-5deg) translate(-50%, 18px);
        -ms-transform: rotate(-5deg) translate(-50%, 18px);
            transform: rotate(-5deg) translate(-50%, 18px);
  }
}
#costume .costumeBlock h3:not(.label) {
  font-size: 20px;
  font-weight: bold;
  color: #F45581;
  margin-top: 26px;
  text-align: center;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#costume .butotn-area {
  margin-top: 100px;
}
#costume .luxy-bg-01 {
  top: 615px;
  left: 50%;
  margin-left: -490px;
  width: 166px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  #costume .luxy-bg-01 {
    top: 589px;
    left: -10px;
    width: 106px;
  }
}
#costume .luxy-bg-02 {
  top: 254px;
  left: 50%;
  margin-left: 265px;
  width: 228px;
}
@media screen and (max-width: 768px) {
  #costume .luxy-bg-02 {
    display: none;
  }
}
#costume .luxy-bg-03 {
  top: 1156px;
  left: 50%;
  margin-left: 222px;
  width: 182px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  #costume .luxy-bg-03 {
    display: none;
  }
}
#costume .luxy-bg-04 {
  top: 1051px;
  left: 50%;
  margin-left: 338px;
  width: 131px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  #costume .luxy-bg-04 {
    display: none;
  }
}
#costume .luxy-bg-05 {
  top: 2215px;
  left: 50%;
  margin-left: -490px;
  width: 166px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  #costume .luxy-bg-05 {
    top: 589px;
    left: -10px;
    width: 106px;
  }
}
#costume .luxy-bg-06 {
  top: 1854px;
  left: 50%;
  margin-left: 265px;
  width: 228px;
}
@media screen and (max-width: 768px) {
  #costume .luxy-bg-06 {
    display: none;
  }
}
#costume .luxy-bg-07 {
  top: 2856px;
  left: 50%;
  margin-left: 222px;
  width: 182px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  #costume .luxy-bg-07 {
    display: none;
  }
}
#costume .luxy-bg-08 {
  top: 2751px;
  left: 50%;
  margin-left: 338px;
  width: 131px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  #costume .luxy-bg-08 {
    display: none;
  }
}
#costume .luxy-bg-09 {
  top: 3815px;
  left: 50%;
  margin-left: -490px;
  width: 166px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  #costume .luxy-bg-09 {
    top: 589px;
    left: -10px;
    width: 106px;
  }
}
#costume .luxy-bg-10 {
  top: 3454px;
  left: 50%;
  margin-left: 265px;
  width: 228px;
}
@media screen and (max-width: 768px) {
  #costume .luxy-bg-10 {
    display: none;
  }
}
#costume .luxy-bg-11 {
  top: 4456px;
  left: 50%;
  margin-left: 222px;
  width: 182px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  #costume .luxy-bg-11 {
    display: none;
  }
}
#costume .luxy-bg-12 {
  top: 4351px;
  left: 50%;
  margin-left: 338px;
  width: 131px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  #costume .luxy-bg-12 {
    display: none;
  }
}

#join {
  position: relative;
}
@media screen and (max-width: 768px) {
  #join {
    padding-top: 69px;
    padding-bottom: 54px;
  }
}
@media screen and (min-width: 769px) {
  #join header:before {
    -webkit-transform: translate(calc(-100% + 108px), 12px);
        -ms-transform: translate(calc(-100% + 108px), 12px);
            transform: translate(calc(-100% + 108px), 12px);
  }
  #join header:after {
    -webkit-transform: translate(calc(100% - 97px), 12px);
        -ms-transform: translate(calc(100% - 97px), 12px);
            transform: translate(calc(100% - 97px), 12px);
  }
}
@media screen and (max-width: 768px) {
  #join header p {
    margin-top: 14px;
  }
}
#join .section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 29px;
  max-width: 917px;
}
@media screen and (max-width: 768px) {
  #join .section-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
  }
}
#join .joinBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 277px;
  height: 252px;
  background-image: url("../img/bg_join.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  transition: 0.65s;
}
#join .joinBlock.fadeUp {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (min-width: 769px) {
  #join .joinBlock {
    margin-left: 43px;
  }
  #join .joinBlock:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #join .joinBlock {
    width: 268px;
    height: 244px;
    margin-top: 72px;
  }
  #join .joinBlock:first-child {
    margin-top: 0;
  }
}
#join .joinBlock:after {
  display: block;
  content: "";
  width: 16px;
  height: 28px;
  background-image: url("../img/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 769px) {
  #join .joinBlock:after {
    top: 50%;
    right: -30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  #join .joinBlock:after {
    width: 23px;
    height: 40px;
    bottom: -57px;
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg);
  }
}
#join .joinBlock:last-child:after {
  display: none;
}
#join .joinBlock dt {
  text-align: center;
}
#join .joinBlock dt::after {
  display: block;
  content: "";
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #join .joinBlock:nth-child(1) dt img {
    width: 76px;
  }
}
#join .joinBlock:nth-child(1) dt::after {
  width: 45px;
  height: 66px;
  background-image: url("../img/img_join_01.svg");
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  #join .joinBlock:nth-child(1) dt::after {
    width: 41px;
    height: 60px;
  }
}
#join .joinBlock:nth-child(2) dt::after {
  width: 77px;
  height: 79px;
  background-image: url("../img/img_join_02.svg");
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #join .joinBlock:nth-child(2) dt::after {
    width: 70px;
    height: 71px;
  }
}
#join .joinBlock:nth-child(2) dd {
  margin-top: 8px;
}
#join .joinBlock:nth-child(3) dt::after {
  width: 140px;
  height: 60px;
  background-image: url("../img/img_join_03.svg");
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  #join .joinBlock:nth-child(3) dt::after {
    width: 126px;
    height: 54px;
  }
}
#join .joinBlock:nth-child(3) dd {
  margin-top: 18px;
}
#join .joinBlock dd {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  #join .joinBlock dd {
    line-height: 24px;
  }
}
#join .luxy-bg-01 {
  top: 235px;
  left: 17px;
  width: 92px;
}
@media screen and (min-width: 769px) {
  #join .luxy-bg-01 {
    display: none;
  }
}
#join .luxy-bg-02 {
  top: 484px;
  left: 5px;
  width: 135px;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) {
  #join .luxy-bg-02 {
    display: none;
  }
}
#join .luxy-bg-03 {
  top: 832px;
  right: 30px;
  width: 93px;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) {
  #join .luxy-bg-03 {
    display: none;
  }
}

#photogoods {
  padding-top: 83px;
  padding-bottom: 64px;
  background-color: #ffeded;
}
@media screen and (max-width: 768px) {
  #photogoods {
    padding-top: 56px;
    padding-bottom: 33px;
  }
}
#photogoods .section-body {
  margin-top: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #photogoods .section-body {
    margin-top: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#photogoods .photogoodsBlock {
  width: 266px;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  transition: 0.65s;
}
#photogoods .photogoodsBlock.fadeUp {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 768px) {
  #photogoods .photogoodsBlock {
    width: 100%;
    margin-top: 30px;
  }
  #photogoods .photogoodsBlock:first-child {
    margin-top: 0;
  }
}
#photogoods .photogoodsBlock .photogoodsBox-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #F45581;
  text-align: center;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  #photogoods .photogoodsBlock .photogoodsBox-title {
    font-size: 23px;
    line-height: 34px;
    margin-top: 8px;
  }
}
#photogoods .photogoodsBlock .photogoodsBox-text {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  #photogoods .photogoodsBlock .photogoodsBox-text {
    margin-top: 6px;
  }
}
#photogoods footer {
  border-top: 1px solid #d6d6d6;
  margin-top: 46px;
  padding-top: 19px;
}
@media screen and (max-width: 768px) {
  #photogoods footer {
    margin-top: 36px;
    padding-top: 9px;
  }
}
#photogoods footer .txt {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #photogoods footer .txt {
    font-size: 12px;
    line-height: 25px;
  }
}

#faq {
  position: relative;
}
@media screen and (max-width: 768px) {
  #faq {
    padding-top: 58px;
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 769px) {
  #faq header:before {
    -webkit-transform: translate(calc(-100% + 108px), -17px);
        -ms-transform: translate(calc(-100% + 108px), -17px);
            transform: translate(calc(-100% + 108px), -17px);
  }
  #faq header:after {
    -webkit-transform: translate(calc(100% - 97px), -17px);
        -ms-transform: translate(calc(100% - 97px), -17px);
            transform: translate(calc(100% - 97px), -17px);
  }
}
#faq .section-body {
  margin-top: 57px;
}
@media screen and (max-width: 768px) {
  #faq .section-body {
    margin-top: 15px;
  }
}
#faq .butotn-area {
  margin-top: 25px;
}
#faq .question-list {
  border-top: 1px solid #d6d6d6;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  transition: 0.65s;
}
#faq .question-list:last-child {
  border-bottom: 1px solid #d6d6d6;
}
#faq .question-list.fadeUp {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
#faq .question-list .question-title,
#faq .question-list .question-answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 27px 15px;
  padding-left: 36px;
}
@media screen and (max-width: 768px) {
  #faq .question-list .question-title,
  #faq .question-list .question-answer {
    padding: 23px 0px;
    padding-left: 0;
  }
}
#faq .question-list .question-title span,
#faq .question-list .question-answer span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#faq .question-list .question-title::before,
#faq .question-list .question-answer::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-family: "Roboto";
  font-size: 26px;
  font-weight: normal;
  width: 48px;
  height: 48px;
  margin-right: 23px;
}
@media screen and (max-width: 768px) {
  #faq .question-list .question-title::before,
  #faq .question-list .question-answer::before {
    font-size: 23px;
    width: 42px;
    height: 42px;
    margin-right: 10px;
  }
}
#faq .question-list .question-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 38px;
  color: #F45581;
  background-color: #fff;
  cursor: pointer;
  padding-right: 90px;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  #faq .question-list .question-title {
    font-size: 16px;
    padding-right: 40px;
  }
}
#faq .question-list .question-title::before {
  border: 1px solid #F45581;
  color: #F45581;
  content: "Q";
}
#faq .question-list .question-title .mark {
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  position: absolute;
  top: 50%;
  right: 57px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#faq .question-list .question-title .mark:before, #faq .question-list .question-title .mark:after {
  display: block;
  content: "";
  width: 35px;
  height: 2px;
  background-color: #F45581;
  position: absolute;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  #faq .question-list .question-title .mark:before, #faq .question-list .question-title .mark:after {
    width: 29px;
    height: 1px;
  }
}
#faq .question-list .question-title .mark:before {
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
}
@media screen and (max-width: 768px) {
  #faq .question-list .question-title .mark {
    right: 30px;
  }
}
#faq .question-list .question-answer {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}
@media screen and (max-width: 768px) {
  #faq .question-list .question-answer {
    line-height: 25px;
  }
}
#faq .question-list .question-answer::before {
  background-color: #F45581;
  content: "A";
  color: #fff;
}
#faq .question-list .question-answer span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#faq .question-list.open .question-title .mark:before {
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
}
#faq .question-list.open .question-answer {
  visibility: visible;
  height: auto;
  padding-bottom: 26px;
}
@media screen and (max-width: 768px) {
  #faq .question-list.open .question-answer {
    padding-bottom: 18px;
  }
}
#faq .luxy-bg-01 {
  top: 401px;
  left: 50%;
  margin-left: -500px;
  width: 179px;
}
@media screen and (max-width: 768px) {
  #faq .luxy-bg-01 {
    display: none;
  }
}
#faq .luxy-bg-02 {
  top: 388px;
  left: 50%;
  margin-left: 183px;
  width: 182px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  #faq .luxy-bg-02 {
    display: none;
  }
}
#faq .luxy-bg-03 {
  top: 545px;
  left: 50%;
  margin-left: 320px;
  width: 131px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  #faq .luxy-bg-03 {
    display: none;
  }
}

.butotn-area {
  text-align: center;
  margin-top: 50px;
}

[class^=luxy-bg-] {
  position: absolute;
  z-index: -1;
}