@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFF;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:active, a.active {
  color: #AA5A57;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
i {
  font-style: normal;
}
form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}
br.brsp {
  display: none;
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.75s ease-out;
}
#loader.hide {
  opacity: 0;
}
#loader .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .inner h2 {
  width: 180px;
  height: 55px;
  background-image: url(../images/logo_iena.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: #E5E9ED;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}
header {
  width: 100%;
  background-color: #FFF;
  position: fixed;
  top: -300px;
  left: 0px;
  z-index: 999;
  transition: all 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
header.on {
  top: 0px;
}
header .inner {
  width: 100%;
  padding: 15px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
header .inner ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
header .inner ul li {
  width: 100px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.2s ease-in 0s;
}
header .inner ul li:hover {
  opacity: 0.7;
}
header .inner ul li:not(:first-child) {
  margin-left: 25px;
}
header .inner ul li > div {
  width: 100%;
  margin-bottom: 10px;
}
header .inner ul li dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
header .inner ul li dl dt {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
header .inner ul li dl dd {
  color: #000;
  font-family: "Cormorant", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
main {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
main section#visual {
  width: 100%;
  position: relative;
}
main section#visual.on .title {
  opacity: 1;
}
main section#visual .title {
  width: 400px;
  height: 400px;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 200px);
  left: calc(50% - 455px);
  z-index: 5;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#visual .title .intitle {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main section#visual .title .intitle h1 {
  width: 180px;
  height: 55px;
  background-image: url(../images/logo_iena.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
main section#visual .title .intitle h3 {
  width: 243px;
  height: 39px;
  background-image: url(../images/text_wishlist.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
main section#visual .title .intitle h4 {
  width: 320px;
  height: 58px;
  background-image: url(../images/text_date.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main section#visual .title .intitle p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main section#visual .swiper {
  width: 100%;
  clip-path: inset(0 0 1px 0);
}
main section#visual .swiper.sld2, main section#visual .swiper.sld3 {
  margin-top: -2px;
}
main section#visual .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
main section#lead {
  width: 100%;
  background-color: #E5E9ED;
  position: relative;
  transform: translateY(-2px);
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#lead.on {
  opacity: 1;
}
main section#lead > div {
  width: 100%;
  padding: 60px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#lead > div p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
main section#lead > div p:not(:last-child) {
  margin-bottom: 30px;
}
main section#lead > div p.notice {
  font-size: 1.4rem;
}
main section#lead > div p.notice span {
  color: #AA5A57;
}
main section#anchor {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#anchor.on {
  opacity: 1;
}
main section#anchor .inner {
  width: 100%;
  padding: 100px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#anchor .inner ul {
  width: 910px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main section#anchor .inner ul:not(:last-child) {
  margin-bottom: 30px;
}
main section#anchor .inner ul li {
  width: 150px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.2s ease-in 0s;
}
main section#anchor .inner ul li:hover {
  opacity: 0.7;
}
main section#anchor .inner ul li:not(:nth-child(5n+1)) {
  margin-left: 40px;
}
main section#anchor .inner ul li:not(:nth-child(n+6)) {
  margin-bottom: 40px;
}
main section#anchor .inner ul li > div {
  width: 100%;
  margin-bottom: 10px;
}
main section#anchor .inner ul li dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#anchor .inner ul li dl dt {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
main section#anchor .inner ul li dl dd:nth-child(1) {
  color: #000;
  font-family: "Cormorant", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
main section#anchor .inner ul li dl dd:nth-child(3) {
  color: #000;
  font-family: "Cormorant", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
main section.style {
  width: 100%;
  padding: 100px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.style#style1, main section.style#style3, main section.style#style5, main section.style#style7, main section.style#style9 {
  background-color: #E5E9ED;
}
main section.style .myhead {
  width: 1220px;
  margin-bottom: 120px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section.style .myhead.on {
  opacity: 1;
}
main section.style .myhead h3 {
  width: 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section.style .myhead h3 span {
  color: #000;
  font-family: "Cormorant", serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  transform: rotate(180deg);
}
main section.style .myhead .photo {
  width: 120px;
  padding: 10px 0;
}
main section.style .myhead .photo img {
  border-radius: 60px;
}
main section.style .myhead .prof {
  width: 255px;
  padding: 0px;
}
main section.style .myhead .prof dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
main section.style .myhead .prof dl dt {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main section.style .myhead .prof dl dd {
  color: #000;
  font-family: "Cormorant", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main section.style .myhead .prof dl dd.link {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section.style .myhead .prof dl dd.link::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url(../images/icon_insta.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main section.style .myhead .prof dl dd.link a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main section.style .myhead .text {
  width: calc(100% - 50px - 120px - 255px);
  border-left: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section.style .myhead .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
main section.style .look {
  width: 1220px;
  margin-bottom: 120px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section.style .look.on {
  opacity: 1;
}
main section.style .look.on .inner .deco {
  opacity: 1;
}
main section.style .look .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
main section.style .look .inner .photo.main {
  width: 480px;
  overflow: hidden;
  order: 2;
}
main section.style .look .inner .photo.main .myswiper .swiper-wrapper .swiper-slide.sp {
  display: none;
}
main section.style .look .inner .photo.main .myswiper .swiper-wrapper .swiper-slide p {
  display: none;
}
main section.style .look .inner .photo.sub1 {
  width: 190px;
  order: 1;
}
main section.style .look .inner .photo.sub2 {
  width: 190px;
  order: 3;
}
main section.style .look .inner .photo > div {
  width: 100%;
}
main section.style .look .inner .photo > div:not(:last-child) {
  margin-bottom: 15px;
}
main section.style .look .inner .photo p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
}
main section.style .look .inner .photo p span {
  color: #FF0000;
}
main section.style .look .inner .set {
  width: 190px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  order: 3;
}
main section.style .look .inner .set .photo {
  width: 100%;
}
main section.style .look .inner .set .photo:nth-child(2) {
  margin-top: auto;
}
main section.style .look .inner .deco {
  position: absolute;
  z-index: 3;
  opacity: 0;
}
main section.style .look .inner .deco.d1 {
  transition: all 0.25s ease-in 0.25s;
}
main section.style .look .inner .deco.d2 {
  transition: all 0.25s ease-in 0.35s;
}
main section.style .look .inner .deco.d3 {
  transition: all 0.25s ease-in 0.45s;
}
main section.style .look .inner .deco.d4 {
  transition: all 0.25s ease-in 0.55s;
}
main section.style .look .inner .deco.d5 {
  transition: all 0.25s ease-in 0.65s;
}
main section.style .look .inner .deco.d6 {
  transition: all 0.25s ease-in 0.75s;
}
main section.style .look .inner .deco.d7 {
  transition: all 0.25s ease-in 0.85s;
}
main section.style .look .inner .deco > div {
  width: 100%;
}
main section.style .look .inner .deco p {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main section.style .look .inner .deco p::before {
  content: "";
  width: 24px;
  height: 26px;
  background-image: url(../images/icon_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
main section.style .look .inner .deco p > span {
  color: #000;
  font-family: "Cormorant", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section.style .look .inner .deco p > span.star {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.style .look .inner .deco p > span.star::after {
  content: "★";
  color: #AA5A57;
  margin-left: 5px;
  /*display: inline-block;*/
  display: none;
}
main section.style .look .forsp {
  display: none;
}
main section.style .credits {
  width: 1220px;
  padding: 30px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section.style .credits.on {
  opacity: 1;
}
main section.style .credits > div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.style .credits > div:not(:first-child)::before {
  content: "/";
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  padding: 0 10px;
  display: inline-block;
}
main section.style .credits > div.item-d-none dl dd a {
  display: none;
}
main section.style .credits > div.item-d-none dl dd span {
  display: inline-block;
}
main section.style .credits > div.item-d-none dl dd:empty {
  display: none;
}
main section.style .credits > div dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.style .credits > div dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main section.style .credits > div dl dt span {
  color: #AA5A57;
  display: none;
}
main section.style .credits > div dl dd {
  margin-left: 5px;
}
main section.style .credits > div dl dd a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  text-decoration: underline;
  transition: all 0.1s ease-in;
}
main section.style .credits > div dl dd a:hover {
  color: #AA5A57;
}
main section.style .credits > div dl dd span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  display: none;
}
main section.style#style1 .look .inner .photo.main {
  padding-top: 65px;
}
main section.style#style1 .look .inner .photo.sub1 {
  transform: translateY(220px);
}
main section.style#style1 .look .inner .set .photo:nth-child(2) {
  transform: translateY(-50px);
}
main section.style#style1 .look .inner .deco.d1 {
  width: 229px;
  top: 10px;
  left: 115px;
}
main section.style#style1 .look .inner .deco.d1 p {
  position: absolute;
  top: 150px;
  left: -75px;
}
main section.style#style1 .look .inner .deco.d2 {
  width: 283px;
  top: 345px;
  left: 190px;
}
main section.style#style1 .look .inner .deco.d2 > div {
  margin-bottom: 10px;
}
main section.style#style1 .look .inner .deco.d2 p {
  justify-content: center;
}
main section.style#style1 .look .inner .deco.d3 {
  width: 154px;
  top: 0px;
  left: 345px;
}
main section.style#style1 .look .inner .deco.d4 {
  width: 266px;
  top: 40px;
  left: 755px;
}
main section.style#style1 .look .inner .deco.d4 > div {
  margin-bottom: 10px;
}
main section.style#style1 .look .inner .deco.d4 p {
  left: 155px;
}
main section.style#style1 .look .inner .deco.d5 {
  width: 149px;
  top: 510px;
  left: 830px;
}
main section.style#style1 .look .inner .deco.d5 > div {
  margin-bottom: 10px;
}
main section.style#style1 .look .inner .deco.d5 p {
  left: 125px;
}
main section.style#style1 .look .inner .deco.d6 {
  width: 147px;
  top: 360px;
  left: 810px;
}
main section.style#style2 .look .inner .set .photo:nth-child(2) {
  transform: translateY(-30px);
}
main section.style#style2 .look .inner .deco.d1 {
  width: 236px;
  top: -50px;
  left: 205px;
}
main section.style#style2 .look .inner .deco.d1 > div {
  margin-bottom: 10px;
}
main section.style#style2 .look .inner .deco.d1 p {
  justify-content: center;
}
main section.style#style2 .look .inner .deco.d2 {
  width: 202px;
  top: 330px;
  left: 130px;
}
main section.style#style2 .look .inner .deco.d2 > div {
  margin-bottom: 10px;
}
main section.style#style2 .look .inner .deco.d2 p {
  justify-content: center;
}
main section.style#style2 .look .inner .deco.d3 {
  width: 244px;
  top: -35px;
  left: 745px;
}
main section.style#style2 .look .inner .deco.d4 {
  width: 244px;
  top: 290px;
  left: 780px;
}
main section.style#style2 .look .inner .deco.d4 > div {
  margin-bottom: 10px;
}
main section.style#style2 .look .inner .deco.d4 p {
  left: 170px;
}
main section.style#style2 .look .inner .deco.d5 {
  width: 223px;
  top: 485px;
  left: 785px;
}
main section.style#style2 .look .inner .deco.d5 > div {
  margin-bottom: 10px;
}
main section.style#style2 .look .inner .deco.d5 p {
  justify-content: center;
}
main section.style#style2 .look .inner .deco.d6 {
  width: 162px;
  top: 100px;
  left: 770px;
}
main section.style#style3 .look .inner .set {
  order: 1;
}
main section.style#style3 .look .inner .set .photo:nth-child(1) {
  margin-bottom: 25px;
}
main section.style#style3 .look .inner .set .photo:nth-child(2) {
  margin-top: 0;
}
main section.style#style3 .look .inner .deco.d1 {
  width: 261px;
  top: -30px;
  left: 190px;
  z-index: 5;
}
main section.style#style3 .look .inner .deco.d1 p {
  margin-top: -10px;
  justify-content: center;
}
main section.style#style3 .look .inner .deco.d2 {
  width: 164px;
  top: 380px;
  left: 195px;
}
main section.style#style3 .look .inner .deco.d2 > div {
  margin-bottom: 10px;
}
main section.style#style3 .look .inner .deco.d2 p {
  justify-content: center;
}
main section.style#style3 .look .inner .deco.d3 {
  width: 237px;
  top: -30px;
  left: 820px;
}
main section.style#style3 .look .inner .deco.d3 > div {
  margin-bottom: 10px;
}
main section.style#style3 .look .inner .deco.d3 p {
  justify-content: center;
}
main section.style#style3 .look .inner .deco.d4 {
  width: 143px;
  top: 110px;
  left: 870px;
}
main section.style#style3 .look .inner .deco.d5 {
  width: 202px;
  top: 260px;
  left: 760px;
}
main section.style#style3 .look .inner .deco.d5 > div {
  margin-bottom: 10px;
}
main section.style#style3 .look .inner .deco.d5 p {
  justify-content: center;
}
main section.style#style3 .look .inner .deco.d6 {
  width: 237px;
  top: 375px;
  left: 975px;
}
main section.style#style3 .look .inner .deco.d6 > div {
  margin-bottom: 10px;
}
main section.style#style3 .look .inner .deco.d6 p {
  justify-content: center;
}
main section.style#style3 .look .inner .deco.d7 {
  width: 78px;
  top: -60px;
  left: 425px;
}
main section.style#style4 .look .inner .photo.sub1 {
  transform: translateY(250px);
}
main section.style#style4 .look .inner .set .photo:nth-child(1) {
  margin-bottom: 25px;
}
main section.style#style4 .look .inner .set .photo:nth-child(2) {
  margin: 0px;
}
main section.style#style4 .look .inner .deco.d1 {
  width: 180px;
  top: -60px;
  left: 115px;
}
main section.style#style4 .look .inner .deco.d2 {
  width: 239px;
  top: 270px;
  left: 185px;
}
main section.style#style4 .look .inner .deco.d2 > div {
  margin-bottom: 10px;
}
main section.style#style4 .look .inner .deco.d2 p {
  left: -95px;
}
main section.style#style4 .look .inner .deco.d3 {
  width: 114px;
  top: -85px;
  left: 335px;
}
main section.style#style4 .look .inner .deco.d4 {
  width: 300px;
  top: -25px;
  left: 740px;
}
main section.style#style4 .look .inner .deco.d4 > div {
  margin-bottom: 10px;
}
main section.style#style4 .look .inner .deco.d4 p {
  left: 130px;
}
main section.style#style4 .look .inner .deco.d5 {
  width: 146px;
  top: 300px;
  left: 830px;
}
main section.style#style4 .look .inner .deco.d6 {
  width: 233px;
  top: 495px;
  left: 810px;
}
main section.style#style4 .look .inner .deco.d6 > div {
  margin-bottom: 10px;
}
main section.style#style4 .look .inner .deco.d6 p {
  justify-content: center;
}
main section.style#style5 .look .inner .photo.main {
  padding-top: 65px;
}
main section.style#style5 .look .inner .photo.sub1 {
  transform: translateY(65px);
}
main section.style#style5 .look .inner .deco.d1 {
  width: 103px;
  top: 405px;
  left: 50px;
}
main section.style#style5 .look .inner .deco.d2 {
  width: 224px;
  top: 125px;
  left: 205px;
}
main section.style#style5 .look .inner .deco.d2 > div {
  margin-bottom: 10px;
}
main section.style#style5 .look .inner .deco.d2 p {
  justify-content: center;
}
main section.style#style5 .look .inner .deco.d3 {
  width: 243px;
  top: 340px;
  left: 170px;
}
main section.style#style5 .look .inner .deco.d3 > div {
  margin-bottom: 10px;
}
main section.style#style5 .look .inner .deco.d3 p {
  justify-content: center;
}
main section.style#style5 .look .inner .deco.d4 {
  width: 143px;
  top: 10px;
  left: 350px;
}
main section.style#style5 .look .inner .deco.d5 {
  width: 246px;
  top: 80px;
  left: 740px;
}
main section.style#style5 .look .inner .deco.d5 > div {
  margin-bottom: 10px;
}
main section.style#style5 .look .inner .deco.d5 p {
  left: 140px;
}
main section.style#style5 .look .inner .deco.d6 {
  width: 144px;
  top: 470px;
  left: 860px;
}
main section.style#style5 .look .inner .deco.d6 > div {
  margin-bottom: 10px;
}
main section.style#style5 .look .inner .deco.d6 p {
  justify-content: center;
}
main section.style#style6 .look .inner .photo.sub1 {
  transform: translateY(280px);
}
main section.style#style6 .look .inner .deco.d1 {
  width: 204px;
  top: 10px;
  left: 10px;
}
main section.style#style6 .look .inner .deco.d1 > div {
  margin-bottom: 10px;
}
main section.style#style6 .look .inner .deco.d1 p {
  justify-content: center;
}
main section.style#style6 .look .inner .deco.d2 {
  width: 126px;
  top: 0px;
  left: 235px;
}
main section.style#style6 .look .inner .deco.d3 {
  width: 160px;
  top: 210px;
  left: 205px;
}
main section.style#style6 .look .inner .deco.d3 > div {
  margin-bottom: 10px;
}
main section.style#style6 .look .inner .deco.d3 p {
  justify-content: center;
}
main section.style#style6 .look .inner .deco.d4 {
  width: 105px;
  top: -60px;
  left: 375px;
}
main section.style#style6 .look .inner .deco.d5 {
  width: 212px;
  top: -20px;
  left: 785px;
}
main section.style#style6 .look .inner .deco.d5 > div {
  margin-bottom: 10px;
}
main section.style#style6 .look .inner .deco.d6 {
  width: 140px;
  top: 380px;
  left: 870px;
}
main section.style#style6 .look .inner .deco.d6 > div {
  margin-bottom: 10px;
}
main section.style#style7 .look .inner .photo.sub1 {
  transform: translateY(255px);
}
main section.style#style7 .look .inner .set .photo:nth-child(1) {
  margin-bottom: 50px;
}
main section.style#style7 .look .inner .set .photo:nth-child(2) {
  margin: 0px;
}
main section.style#style7 .look .inner .deco.d1 {
  width: 183px;
  top: 0px;
  left: 0px;
}
main section.style#style7 .look .inner .deco.d2 {
  width: 191px;
  top: -60px;
  left: 235px;
}
main section.style#style7 .look .inner .deco.d2 > div {
  margin-bottom: 10px;
}
main section.style#style7 .look .inner .deco.d2 p {
  justify-content: center;
}
main section.style#style7 .look .inner .deco.d3 {
  width: 184px;
  top: 225px;
  left: 235px;
}
main section.style#style7 .look .inner .deco.d3 > div {
  margin-bottom: 10px;
}
main section.style#style7 .look .inner .deco.d3 p {
  justify-content: center;
}
main section.style#style7 .look .inner .deco.d4 {
  width: 156px;
  top: -60px;
  left: 725px;
}
main section.style#style7 .look .inner .deco.d5 {
  width: 299px;
  top: 120px;
  left: 715px;
}
main section.style#style7 .look .inner .deco.d5 > div {
  margin-bottom: 10px;
}
main section.style#style7 .look .inner .deco.d5 p {
  justify-content: center;
}
main section.style#style7 .look .inner .deco.d6 {
  width: 221px;
  top: 415px;
  left: 825px;
}
main section.style#style7 .look .inner .deco.d6 > div {
  margin-bottom: 10px;
}
main section.style#style7 .look .inner .deco.d6 p {
  justify-content: center;
}
main section.style#style8 .look .inner .set .photo:nth-child(1) {
  margin-bottom: 35px;
}
main section.style#style8 .look .inner .set .photo:nth-child(2) {
  margin: 0px;
}
main section.style#style8 .look .inner .deco.d1 {
  width: 153px;
  top: 375px;
  left: 30px;
}
main section.style#style8 .look .inner .deco.d2 {
  width: 232px;
  top: 60px;
  left: 225px;
}
main section.style#style8 .look .inner .deco.d3 {
  width: 280px;
  top: 170px;
  left: 210px;
}
main section.style#style8 .look .inner .deco.d3 > div {
  margin-bottom: 10px;
}
main section.style#style8 .look .inner .deco.d3 p {
  justify-content: center;
}
main section.style#style8 .look .inner .deco.d4 {
  width: 116px;
  top: 460px;
  left: 230px;
}
main section.style#style8 .look .inner .deco.d5 {
  width: 195px;
  top: -10px;
  left: 820px;
}
main section.style#style8 .look .inner .deco.d5 > div {
  margin-bottom: 10px;
}
main section.style#style8 .look .inner .deco.d5 p {
  justify-content: center;
}
main section.style#style8 .look .inner .deco.d6 {
  width: 94px;
  top: 295px;
  left: 745px;
}
main section.style#style8 .look .inner .deco.d6 p {
  white-space: nowrap;
  width: auto;
  position: absolute;
  left: 94px;
  bottom: 0px;
}
main section.style#style8 .look .inner .deco.d7 {
  width: 180px;
  top: 275px;
  left: 840px;
}
main section.style#style8 .look .inner .deco.d7 > div {
  margin-bottom: 10px;
}
main section.style#style9 .look .inner .photo.main {
  padding-top: 20px;
}
main section.style#style9 .look .inner .photo.sub1 {
  transform: translateY(310px);
}
main section.style#style9 .look .inner .set .photo:nth-child(1) {
  margin-bottom: 25px;
}
main section.style#style9 .look .inner .set .photo:nth-child(2) {
  margin: 0px;
}
main section.style#style9 .look .inner .deco.d1 {
  width: 186px;
  top: -10px;
  left: 35px;
}
main section.style#style9 .look .inner .deco.d1 > div {
  margin-bottom: 10px;
}
main section.style#style9 .look .inner .deco.d1 p {
  justify-content: center;
}
main section.style#style9 .look .inner .deco.d2 {
  width: 180px;
  top: 220px;
  left: 210px;
}
main section.style#style9 .look .inner .deco.d2 > div {
  margin-bottom: 10px;
}
main section.style#style9 .look .inner .deco.d2 p {
  white-space: nowrap;
  justify-content: center;
}
main section.style#style9 .look .inner .deco.d3 {
  width: 138px;
  top: -35px;
  left: 385px;
}
main section.style#style9 .look .inner .deco.d4 {
  width: 280px;
  top: 0px;
  left: 735px;
}
main section.style#style9 .look .inner .deco.d4 > div {
  margin-bottom: 10px;
}
main section.style#style9 .look .inner .deco.d4 p {
  justify-content: center;
}
main section.style#style9 .look .inner .deco.d5 {
  width: 169px;
  top: 350px;
  left: 785px;
}
main section.style#style9 .look .inner .deco.d5 p {
  white-space: nowrap;
  width: auto;
  position: absolute;
  top: 115px;
  left: 135px;
}
main section.style#style9 .look .inner .deco.d6 {
  width: 200px;
  top: 540px;
  left: 810px;
}
footer {
  width: 100%;
  padding: 100px 0;
}
footer .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
footer .inner .line {
  width: 80px;
  margin-bottom: 40px;
}
footer .inner .text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .inner .text:not(:last-child) {
  margin-bottom: 40px;
}
footer .inner .text > p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
footer .inner .text > p:not(:last-child) {
  margin-bottom: 20px;
}
footer .inner .btn {
  width: 300px;
}
footer .inner .btn:not(:last-child) {
  margin-bottom: 40px;
}
footer .inner .btn a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 50px;
  border: solid 1px #000;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in 0s;
}
footer .inner .btn a:hover {
  color: #06c455;
  border: solid 1px #06c455;
}
footer .inner .link ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .inner .link ul:not(:last-child) {
  margin-bottom: 40px;
}
footer .inner .link ul li a {
  color: #000;
  font-family: "Cormorant", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}
footer .inner .link ul li a:hover {
  opacity: 0.7;
}
footer .inner .link ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .inner .link p {
  color: #000;
  font-family: "Cormorant", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .pgtop {
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 0px;
}
footer .inner .pgtop p {
  color: #000;
  font-family: "Cormorant", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  text-align: right;
}
/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }
  #loader .inner h2 {
    width: 100px;
    height: 31px;
  }
  #loader .bar {
    height: 5px;
  }
  header {
    width: 100%;
    background-color: #FFF;
    position: fixed;
    top: -300px;
    left: 0px;
    z-index: 999;
    transition: all 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  }
  header.on {
    top: 0px;
  }
  header .inner {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  header .inner ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  header .inner ul li {
    width: calc((100% - 40px) / 5);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.2s ease-in 0s;
  }
  header .inner ul li:hover {
    opacity: 1;
  }
  header .inner ul li:not(:first-child) {
    margin-left: 0px;
  }
  header .inner ul li:not(:nth-child(5n+1)) {
    margin-left: 10px;
  }
  header .inner ul li:not(:nth-child(n+6)) {
    margin-bottom: 10px;
  }
  header .inner ul li > div {
    width: 100%;
    margin-bottom: 0px;
  }
  header .inner ul li dl {
    display: none;
  }
  main {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
  }
  main section#visual {
    width: 100%;
    position: relative;
  }
  main section#visual .title {
    width: 220px;
    height: 220px;
    top: calc(50% - 110px);
    left: calc(50% - 110px);
  }
  main section#visual .title .intitle {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main section#visual .title .intitle h1 {
    width: 100px;
    height: 31px;
    margin-bottom: 30px;
  }
  main section#visual .title .intitle h3 {
    width: 134px;
    height: 22px;
    margin-bottom: 10px;
  }
  main section#visual .title .intitle h4 {
    width: 160px;
    height: 29px;
  }
  main section#visual .title .intitle p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 30px;
  }
  main section#lead > div {
    padding: 60px 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#lead > div p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: justify;
  }
  main section#lead > div p br {
    display: none;
  }
  main section#lead > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#lead > div p.notice {
    font-size: 1.2rem;
  }
  main section#lead > div p.notice span {
    color: #AA5A57;
  }
  main section#anchor .inner {
    padding: 60px 0;
  }
  main section#anchor .inner ul {
    width: calc(100% - 40px);
  }
  main section#anchor .inner ul li {
    width: calc((100% - 30px) / 3);
  }
  main section#anchor .inner ul li:not(:nth-child(5n+1)) {
    margin-left: 0px;
  }
  main section#anchor .inner ul li:not(:nth-child(n+6)) {
    margin-bottom: 0px;
  }
  main section#anchor .inner ul li:not(:nth-child(3n+1)) {
    margin-left: 15px;
  }
  main section#anchor .inner ul li:not(:nth-child(n+7)) {
    margin-bottom: 15px;
  }
  main section#anchor .inner ul li:hover {
    opacity: 1;
  }
  main section#anchor .inner ul li > div {
    width: 100%;
    margin-bottom: 10px;
  }
  main section#anchor .inner ul li dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#anchor .inner ul li dl dt {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
  }
  main section#anchor .inner ul li dl dd:nth-child(1) {
    color: #000;
    font-family: "Cormorant", serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
  }
  main section#anchor .inner ul li dl dd:nth-child(3) {
    color: #000;
    font-family: "Cormorant", serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  main section.style {
    width: 100%;
    padding: 60px 0;
  }
  main section.style .myhead {
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main section.style .myhead h3 {
    width: 50px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section.style .myhead h3 span {
    color: #000;
    font-family: "Cormorant", serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    transform: rotate(180deg);
  }
  main section.style .myhead .photo {
    width: 90px;
    padding: 25px 0;
  }
  main section.style .myhead .photo img {
    border-radius: 45px;
  }
  main section.style .myhead .prof {
    width: calc(100% - 140px);
    padding: 0px;
  }
  main section.style .myhead .prof dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  main section.style .myhead .prof dl dt {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main section.style .myhead .prof dl dd {
    color: #000;
    font-family: "Cormorant", serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main section.style .myhead .prof dl dd.link {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section.style .myhead .prof dl dd.link::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-image: url(../images/icon_insta.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  main section.style .myhead .prof dl dd.link a {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.style .myhead .text {
    width: 100%;
    padding: 40px 20px;
    border-top: solid 1px #000;
    border-left: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section.style .myhead .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: left;
  }
  main section.style .myhead .text p br {
    display: none;
  }
  main section.style .look {
    width: 100%;
    margin-bottom: 40px;
  }
  main section.style .look .inner {
    width: 100%;
    height: 185vw;
    display: block;
    position: relative;
    overflow: hidden;
  }
  main section.style .look .inner .photo {
    display: none;
  }
  main section.style .look .inner .set {
    display: none;
  }
  main section.style .look .inner .deco {
    position: absolute;
    z-index: 3;
  }
  main section.style .look .inner .deco > div {
    width: 100%;
  }
  main section.style .look .inner .deco p {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
  }
  main section.style .look .inner .deco p::before {
    content: "";
    width: 24px;
    height: 26px;
    background-image: url(../images/icon_check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  main section.style .look .inner .deco p > span {
    color: #000;
    font-family: "Cormorant", serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 5px;
  }
  main section.style .look .inner .deco p > span.star {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main section.style .look .inner .deco p > span.star::after {
    content: "★";
    color: #AA5A57;
    margin-left: 5px;
    /*display: inline-block;*/
    display: none;
  }
  main section.style .look .forsp {
    width: 100%;
    overflow: hidden;
    display: block;
  }
  main section.style .look .forsp .swiper-slide > div {
    width: 100%;
    margin-bottom: 20px;
  }
  main section.style .look .forsp .swiper-slide p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: left;
    width: 100%;
    padding: 0 20px;
  }
  main section.style .look .forsp .swiper-slide p br {
    display: none;
  }
  main section.style .credits {
    width: 100%;
    padding: 30px 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.style .credits > div {
    width: 100%;
  }
  main section.style .credits > div:not(:first-child)::before {
    content: none;
  }
  main section.style .credits > div:not(:last-child) {
    margin-bottom: 5px;
  }
  main section.style .credits > div.item-d-none dl dd a {
    display: none;
  }
  main section.style .credits > div.item-d-none dl dd span {
    display: inline-block;
  }
  main section.style .credits > div.item-d-none dl dd:empty {
    display: none;
  }
  main section.style .credits > div dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main section.style .credits > div dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main section.style .credits > div dl dt span {
    color: #AA5A57;
    display: none;
  }
  main section.style .credits > div dl dd {
    margin-left: 10px;
  }
  main section.style .credits > div dl dd a {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
    text-decoration: underline;
    transition: all 0.1s ease-in;
  }
  main section.style .credits > div dl dd a:hover {
    color: #AA5A57;
  }
  main section.style .credits > div dl dd span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    display: none;
  }
  main section.style#style1 .look .inner .deco.d1 {
    width: 50%;
    top: 170px;
    left: 20px;
  }
  main section.style#style1 .look .inner .deco.d1 p {
    top: -35px;
    left: 25%;
  }
  main section.style#style1 .look .inner .deco.d2 {
    width: 55%;
    top: 375px;
    left: 30px;
    z-index: 0;
  }
  main section.style#style1 .look .inner .deco.d2 > div {
    margin-bottom: 10px;
  }
  main section.style#style1 .look .inner .deco.d2 p {
    justify-content: flex-start;
  }
  main section.style#style1 .look .inner .deco.d3 {
    width: 30%;
    top: 40px;
    left: calc(50% - 110px);
  }
  main section.style#style1 .look .inner .deco.d4 {
    width: 53.5%;
    top: 165px;
    left: calc(50% - 25px);
  }
  main section.style#style1 .look .inner .deco.d4 > div {
    margin-bottom: 0px;
  }
  main section.style#style1 .look .inner .deco.d4 p {
    top: -80px;
    left: 60px;
  }
  main section.style#style1 .look .inner .deco.d5 {
    width: 30%;
    top: 400px;
    left: calc(50% + 35px);
  }
  main section.style#style1 .look .inner .deco.d5 > div {
    margin-bottom: 0px;
  }
  main section.style#style1 .look .inner .deco.d5 p {
    top: 180px;
    left: 20px;
  }
  main section.style#style1 .look .inner .deco.d6 {
    width: 30%;
    top: 305px;
    left: calc(50% - 40px);
    z-index: 5;
  }
  main section.style#style2 .look .inner .deco.d1 {
    width: 50%;
    top: 170px;
    left: calc(50% - 15px);
  }
  main section.style#style2 .look .inner .deco.d1 > div {
    margin-bottom: 0px;
  }
  main section.style#style2 .look .inner .deco.d1 p {
    top: -30px;
    left: 40px;
  }
  main section.style#style2 .look .inner .deco.d2 {
    width: 46.5%;
    top: 300px;
    left: 10px;
  }
  main section.style#style2 .look .inner .deco.d2 > div {
    margin-bottom: 0px;
  }
  main section.style#style2 .look .inner .deco.d2 p {
    bottom: -30px;
    left: 10px;
  }
  main section.style#style2 .look .inner .deco.d3 {
    width: 48%;
    top: 50px;
    left: calc(50% - 100px);
  }
  main section.style#style2 .look .inner .deco.d4 {
    width: 50%;
    top: 140px;
    left: 15px;
  }
  main section.style#style2 .look .inner .deco.d4 > div {
    margin-bottom: 10px;
  }
  main section.style#style2 .look .inner .deco.d4 p {
    bottom: -25px;
    left: 60px;
  }
  main section.style#style2 .look .inner .deco.d5 {
    width: 45%;
    top: 420px;
    left: calc(50% - 10px);
  }
  main section.style#style2 .look .inner .deco.d5 > div {
    margin-bottom: 0px;
  }
  main section.style#style2 .look .inner .deco.d5 p {
    left: 40px;
    bottom: -30px;
  }
  main section.style#style2 .look .inner .deco.d6 {
    width: 33%;
    top: 350px;
    left: calc(50% + 40px);
    z-index: 3;
  }
  main section.style#style3 .look .inner .deco.d1 {
    width: 56%;
    top: 165px;
    left: 10px;
  }
  main section.style#style3 .look .inner .deco.d1 p {
    left: 50px;
  }
  main section.style#style3 .look .inner .deco.d2 {
    width: 32%;
    top: 435px;
    left: 60px;
  }
  main section.style#style3 .look .inner .deco.d2 p {
    justify-content: center;
  }
  main section.style#style3 .look .inner .deco.d3 {
    width: 50%;
    top: 280px;
    right: 10px;
    left: auto;
    z-index: 5;
  }
  main section.style#style3 .look .inner .deco.d3 > div {
    margin-bottom: 10px;
  }
  main section.style#style3 .look .inner .deco.d3 p {
    width: 100%;
    justify-content: center;
  }
  main section.style#style3 .look .inner .deco.d4 {
    width: 28%;
    top: 55px;
    left: calc(50% - 120px);
  }
  main section.style#style3 .look .inner .deco.d5 {
    width: 41.5%;
    top: 375px;
    left: 50%;
  }
  main section.style#style3 .look .inner .deco.d5 > div {
    margin-bottom: 10px;
  }
  main section.style#style3 .look .inner .deco.d5 p {
    justify-content: center;
  }
  main section.style#style3 .look .inner .deco.d6 {
    width: 46.5%;
    top: 50px;
    left: calc(50% - 10px);
    z-index: 5;
  }
  main section.style#style3 .look .inner .deco.d6 > div {
    margin-bottom: 0px;
  }
  main section.style#style3 .look .inner .deco.d6 p {
    width: 100%;
    top: 50px;
  }
  main section.style#style3 .look .inner .deco.d7 {
    width: 14%;
    top: 120px;
    left: 20px;
  }
  main section.style#style4 .look .inner .deco.d1 {
    width: 37%;
    top: 260px;
    left: calc(50% - 15px);
    z-index: 5;
  }
  main section.style#style4 .look .inner .deco.d2 {
    width: 47.5%;
    top: 355px;
    left: 20px;
  }
  main section.style#style4 .look .inner .deco.d2 > div {
    margin-bottom: 10px;
  }
  main section.style#style4 .look .inner .deco.d2 p {
    left: 20px;
  }
  main section.style#style4 .look .inner .deco.d3 {
    width: 22.5%;
    top: 70px;
    right: 10px;
    left: auto;
  }
  main section.style#style4 .look .inner .deco.d4 {
    width: 62.5%;
    top: 160px;
    left: 20px;
  }
  main section.style#style4 .look .inner .deco.d4 > div {
    margin-bottom: 0px;
  }
  main section.style#style4 .look .inner .deco.d4 p {
    top: -40px;
    left: 20px;
  }
  main section.style#style4 .look .inner .deco.d5 {
    width: 24%;
    top: 70px;
    left: calc(50% + 20px);
  }
  main section.style#style4 .look .inner .deco.d6 {
    width: 49%;
    top: 495px;
    left: calc(50% - 25px);
  }
  main section.style#style4 .look .inner .deco.d6 > div {
    margin-bottom: 10px;
  }
  main section.style#style4 .look .inner .deco.d6 p {
    width: 100%;
  }
  main section.style#style5 .look .inner .deco.d1 {
    width: 21%;
    top: 385px;
    left: calc(50% - 15px);
    z-index: 5;
  }
  main section.style#style5 .look .inner .deco.d2 {
    width: 46.5%;
    top: 190px;
    left: 15px;
  }
  main section.style#style5 .look .inner .deco.d2 > div {
    margin-bottom: 10px;
  }
  main section.style#style5 .look .inner .deco.d2 p {
    width: 100%;
  }
  main section.style#style5 .look .inner .deco.d3 {
    width: 50%;
    top: 355px;
    left: 10px;
  }
  main section.style#style5 .look .inner .deco.d3 > div {
    margin-bottom: 10px;
  }
  main section.style#style5 .look .inner .deco.d3 p {
    width: 100%;
  }
  main section.style#style5 .look .inner .deco.d4 {
    width: 25%;
    top: 70px;
    left: calc(50% - 115px);
  }
  main section.style#style5 .look .inner .deco.d5 {
    width: 52%;
    top: 140px;
    left: calc(50% - 20px);
  }
  main section.style#style5 .look .inner .deco.d5 > div {
    margin-bottom: 0px;
  }
  main section.style#style5 .look .inner .deco.d5 p {
    top: -80px;
    left: 40px;
  }
  main section.style#style5 .look .inner .deco.d6 {
    width: 30%;
    top: 380px;
    right: 20px;
    left: auto;
  }
  main section.style#style5 .look .inner .deco.d6 > div {
    margin-bottom: 10px;
  }
  main section.style#style5 .look .inner .deco.d6 p {
    width: 100%;
    justify-content: flex-end;
  }
  main section.style#style6 .look .inner .deco.d1 {
    width: 46.5%;
    top: 70px;
    left: calc(50% - 10px);
  }
  main section.style#style6 .look .inner .deco.d1 > div {
    margin-bottom: 10px;
  }
  main section.style#style6 .look .inner .deco.d1 p {
    width: 100%;
  }
  main section.style#style6 .look .inner .deco.d2 {
    width: 28%;
    top: 15px;
    left: calc(50% - 90px);
  }
  main section.style#style6 .look .inner .deco.d3 {
    width: 36%;
    top: 300px;
    left: calc(50% + 25px);
  }
  main section.style#style6 .look .inner .deco.d3 > div {
    margin-bottom: 10px;
  }
  main section.style#style6 .look .inner .deco.d3 p {
    white-space: nowrap;
    left: -10px;
  }
  main section.style#style6 .look .inner .deco.d4 {
    width: 17.5%;
    top: 310px;
    left: calc(50% - 50px);
    z-index: 5;
  }
  main section.style#style6 .look .inner .deco.d5 {
    width: 44%;
    top: 180px;
    left: 25px;
  }
  main section.style#style6 .look .inner .deco.d5 > div {
    margin-bottom: 0px;
  }
  main section.style#style6 .look .inner .deco.d5 p {
    top: -55px;
    left: -10px;
  }
  main section.style#style6 .look .inner .deco.d6 {
    width: 29.5%;
    top: 445px;
    left: 25px;
  }
  main section.style#style6 .look .inner .deco.d6 > div {
    margin-bottom: 10px;
  }
  main section.style#style6 .look .inner .deco.d6 p {
    white-space: nowrap;
    width: 150%;
    left: -10px;
  }
  main section.style#style7 .look .inner .deco.d1 {
    width: 44%;
    top: 435px;
    left: 50%;
  }
  main section.style#style7 .look .inner .deco.d2 {
    width: 37.25%;
    top: 140px;
    left: 25px;
  }
  main section.style#style7 .look .inner .deco.d2 > div {
    margin-bottom: 10px;
  }
  main section.style#style7 .look .inner .deco.d2 p {
    top: -55px;
    left: 0px;
  }
  main section.style#style7 .look .inner .deco.d3 {
    width: 40%;
    top: 320px;
    left: 20px;
  }
  main section.style#style7 .look .inner .deco.d3 > div {
    margin-bottom: 10px;
  }
  main section.style#style7 .look .inner .deco.d3 p {
    justify-content: center;
  }
  main section.style#style7 .look .inner .deco.d4 {
    width: 24%;
    top: 25px;
    left: calc(50% - 55px);
  }
  main section.style#style7 .look .inner .deco.d5 {
    width: 58.5%;
    top: 105px;
    left: calc(50% - 55px);
  }
  main section.style#style7 .look .inner .deco.d5 > div {
    margin-bottom: 10px;
  }
  main section.style#style7 .look .inner .deco.d5 p {
    width: 100%;
    justify-content: flex-end;
  }
  main section.style#style7 .look .inner .deco.d6 {
    width: 44%;
    top: 350px;
    left: calc(50% + 10px);
  }
  main section.style#style7 .look .inner .deco.d6 > div {
    margin-bottom: 10px;
  }
  main section.style#style7 .look .inner .deco.d6 p {
    top: 0px;
    left: 0px;
  }
  main section.style#style8 .look .inner .deco.d1 {
    width: 32%;
    top: 460px;
    left: 15px;
  }
  main section.style#style8 .look .inner .deco.d2 {
    width: 48%;
    top: 25px;
    left: calc(50% - 145px);
  }
  main section.style#style8 .look .inner .deco.d3 {
    width: 61.25%;
    top: 120px;
    left: 5px;
  }
  main section.style#style8 .look .inner .deco.d3 > div {
    margin-bottom: 0px;
  }
  main section.style#style8 .look .inner .deco.d3 p {
    top: -30px;
    left: 5px;
  }
  main section.style#style8 .look .inner .deco.d4 {
    width: 24%;
    top: 320px;
    left: 20px;
  }
  main section.style#style8 .look .inner .deco.d5 {
    width: 44%;
    top: 110px;
    left: 50%;
  }
  main section.style#style8 .look .inner .deco.d5 > div {
    margin-bottom: 0px;
  }
  main section.style#style8 .look .inner .deco.d5 p {
    top: -40px;
    left: 60px;
  }
  main section.style#style8 .look .inner .deco.d6 {
    width: 20%;
    top: 285px;
    left: calc(50% - 60px);
  }
  main section.style#style8 .look .inner .deco.d6 p {
    left: 0px;
    bottom: -60px;
  }
  main section.style#style8 .look .inner .deco.d7 {
    width: 40%;
    top: 315px;
    left: calc(50% + 10px);
  }
  main section.style#style8 .look .inner .deco.d7 p {
    left: 50px;
  }
  main section.style#style9 .look .inner .deco.d1 {
    width: 38.5%;
    top: 85px;
    left: 50%;
  }
  main section.style#style9 .look .inner .deco.d1 > div {
    margin-bottom: 10px;
  }
  main section.style#style9 .look .inner .deco.d1 p {
    width: 100%;
    top: -30px;
  }
  main section.style#style9 .look .inner .deco.d2 {
    width: 37%;
    top: 295px;
    left: 25px;
  }
  main section.style#style9 .look .inner .deco.d2 > div {
    margin-bottom: 10px;
  }
  main section.style#style9 .look .inner .deco.d2 p {
    white-space: nowrap;
    justify-content: flex-start;
  }
  main section.style#style9 .look .inner .deco.d2 p > span.star::after {
    position: relative !important;
    transform: translateX(-40px) !important;
  }
  main section.style#style9 .look .inner .deco.d3 {
    width: 25%;
    top: 55px;
    left: 20px;
  }
  main section.style#style9 .look .inner .deco.d4 {
    width: 58.5%;
    top: 275px;
    left: auto;
    right: 10px;
  }
  main section.style#style9 .look .inner .deco.d4 > div {
    margin-bottom: 10px;
  }
  main section.style#style9 .look .inner .deco.d4 p {
    width: 100%;
  }
  main section.style#style9 .look .inner .deco.d5 {
    width: 34.5%;
    top: 100px;
    left: 15.5%;
  }
  main section.style#style9 .look .inner .deco.d5 p {
    top: calc(100% + 10px);
    left: 40px;
  }
  main section.style#style9 .look .inner .deco.d6 {
    width: 48%;
    top: 540px;
    left: calc(50% - 10px);
  }
  footer {
    width: 100%;
    padding: 100px 0;
  }
  footer .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  footer .inner .line {
    width: 80px;
    margin-bottom: 40px;
  }
  footer .inner .text {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner .text:not(:last-child) {
    margin-bottom: 40px;
  }
  footer .inner .text > p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  footer .inner .text > p:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .inner .btn {
    width: 300px;
  }
  footer .inner .btn:not(:last-child) {
    margin-bottom: 40px;
  }
  footer .inner .btn a {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 50px;
    border: solid 1px #000;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in 0s;
  }
  footer .inner .btn a:hover {
    color: #06c455;
    border: solid 1px #06c455;
  }
  footer .inner .link ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner .link ul:not(:last-child) {
    margin-bottom: 40px;
  }
  footer .inner .link ul li a {
    color: #000;
    font-family: "Cormorant", serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.2s ease-in 0s;
  }
  footer .inner .link ul li a:hover {
    opacity: 0.7;
  }
  footer .inner .link ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .inner .link p {
    color: #000;
    font-family: "Cormorant", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .pgtop {
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: -60px;
  }
  footer .inner .pgtop p {
    color: #000;
    font-family: "Cormorant", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    text-align: right;
  }
}
/*# sourceMappingURL=style.css.map */
