@charset "UTF-8";
@import url("https://use.typekit.net/uiz6ycy.css");
@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;
  }
}
@keyframes moveleft {
  0% {
    left: 100vw;
  }
  100% {
    left: -200vw;
  }
}
@keyframes moveright {
  0% {
    left: -200vw;
  }
  100% {
    left: 100vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "span", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #707070;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: auto;
}
body.looking {
  overflow: hidden;
}

a {
  color: #707070;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #E2E2E0;
}

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: #E2E2E0;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .logo {
  width: 150px;
  height: 58px;
  background-image: url(../images/logo.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: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #0F3770;
  display: block;
}

header {
  width: 100%;
  padding: 135px 0 25px 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
}
header .inner {
  width: calc(100% - 86px);
  margin: 0 auto;
}
header .inner h1 {
  width: 800px;
  margin: 0 auto 30px auto;
}
header .inner h1 span {
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 82px;
  display: block;
  clip-path: inset(0 100% 0 0);
}
header .inner h1.koma1 span {
  clip-path: inset(0 93% 0 0);
}
header .inner h1.koma2 span {
  clip-path: inset(0 86% 0 0);
}
header .inner h1.koma3 span {
  clip-path: inset(0 79% 0 0);
}
header .inner h1.koma4 span {
  clip-path: inset(0 72% 0 0);
}
header .inner h1.koma5 span {
  clip-path: inset(0 66% 0 0);
}
header .inner h1.koma6 span {
  clip-path: inset(0 61% 0 0);
}
header .inner h1.koma7 span {
  clip-path: inset(0 54% 0 0);
}
header .inner h1.koma8 span {
  clip-path: inset(0 51% 0 0);
}
header .inner h1.koma9 span {
  clip-path: inset(0 44% 0 0);
}
header .inner h1.koma10 span {
  clip-path: inset(0 38% 0 0);
}
header .inner h1.koma11 span {
  clip-path: inset(0 28% 0 0);
}
header .inner h1.koma12 span {
  clip-path: inset(0 22% 0 0);
}
header .inner h1.koma13 span {
  clip-path: inset(0 16% 0 0);
}
header .inner h1.koma14 span {
  clip-path: inset(0 10% 0 0);
}
header .inner h1.koma15 span {
  clip-path: inset(0 4.5% 0 0);
}
header .inner h1.koma16 span {
  clip-path: inset(0 0% 0 0);
}
header .inner h2 {
  width: 100%;
  padding: 30px 0 0 0;
  border-top: solid 3px #0F3770;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s ease-in 0s;
}
header .inner h2.on {
  clip-path: inset(0 0 0 0);
}
header .inner h2.on span {
  clip-path: inset(0 0 0 0);
}
header .inner h2 span {
  background-image: url(../images/subtitle.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 498px;
  height: 25px;
  display: block;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s ease-in 0.5s;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 20px;
  right: 20px;
}
header .inner ul li:not(:first-child) {
  margin-left: 15px;
}
header .inner ul li a {
  color: #0F3770;
  font-family: "span", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
header .inner ul li a:hover {
  color: #707070;
}
header .inner ul li span {
  color: #0F3770;
  font-family: "span", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}
main section.sec {
  width: 100%;
  background-color: #E2E2E0;
}
main section.sec:not(:last-child) {
  margin-bottom: 10px;
}
main section.sec.show .inner .photos > div {
  opacity: 1;
}
main section.sec .btn {
  padding: 10px;
  background-color: #0F3770;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
  opacity: 0;
}
main section.sec .btn.col2 {
  background-color: #836A4C;
}
main section.sec .btn.col3 {
  background-color: #484848;
}
main section.sec .btn.col4 {
  background-color: #293E54;
}
main section.sec .btn.on {
  opacity: 1;
}
main section.sec .btn.on:hover {
  opacity: 0.7;
}
main section.sec .btn span {
  color: #FFF;
  font-family: "span", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section.sec .thumb img {
  transition: opacity 0.25s ease-in;
  cursor: pointer;
}
main section.sec .thumb:hover img {
  opacity: 0.7;
}
main section.sec .inner .photos > div {
  opacity: 0;
}
main section.sec#style1 {
  padding: 60px 0 50px 0;
}
main section.sec#style1 .inner {
  width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section.sec#style1 .inner .photos {
  width: calc(100% - 432px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.sec#style1 .inner .photos > div:nth-child(1) {
  width: 233px;
  margin: 0 0 60px 0;
  transition: opacity 0.3s ease-in 0s;
}
main section.sec#style1 .inner .photos > div:nth-child(2) {
  width: 243px;
  margin: 0 0 60px 30px;
  transition: opacity 0.3s ease-in 0.25s;
}
main section.sec#style1 .inner .photos > div:nth-child(3) {
  width: 217px;
  margin: 0 0 60px 30px;
  transition: opacity 0.3s ease-in 0.5s;
}
main section.sec#style1 .inner .photos > div:nth-child(4) {
  width: 233px;
  transition: opacity 0.3s ease-in 0.75s;
}
main section.sec#style1 .inner .photos > div:nth-child(5) {
  width: 223px;
  margin: 0 0 0 38px;
  transition: opacity 0.3s ease-in 1s;
}
main section.sec#style1 .inner .photos > div:nth-child(6) {
  width: 247px;
  margin: 0 0 0 30px;
  transition: opacity 0.3s ease-in 1.25s;
}
main section.sec#style1 .inner .text {
  width: 432px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec#style1 .inner .text h3 {
  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.sec#style1 .inner .text h3:nth-child(1) {
  background-image: url(../images/body1_1.png);
  width: 432px;
  height: 43px;
  margin-bottom: 25px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(1).koma1 {
  clip-path: inset(0 91% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(1).koma2 {
  clip-path: inset(0 86% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(1).koma3 {
  clip-path: inset(0 82% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(1).koma4 {
  clip-path: inset(0 77% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(1).koma5 {
  clip-path: inset(0 70% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(1).koma6 {
  clip-path: inset(0 62% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(1).koma7 {
  clip-path: inset(0 54% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(1).koma8 {
  clip-path: inset(0 49% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(1).koma9 {
  clip-path: inset(0 44% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(1).koma10 {
  clip-path: inset(0 40% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(1).koma11 {
  clip-path: inset(0 35% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(1).koma12 {
  clip-path: inset(0 26% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(1).koma13 {
  clip-path: inset(0 20% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(1).koma14 {
  clip-path: inset(0 16.5% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(1).koma15 {
  clip-path: inset(0 11.5% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(1).koma16 {
  clip-path: inset(0 7% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(1).koma17 {
  clip-path: inset(0 2% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(1).koma18 {
  clip-path: inset(0 0% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(2) {
  background-image: url(../images/body1_2.png);
  width: 169px;
  height: 37px;
  margin-bottom: 70px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(2).koma1 {
  clip-path: inset(0 91% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(2).koma2 {
  clip-path: inset(0 78% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(2).koma3 {
  clip-path: inset(0 54% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(2).koma4 {
  clip-path: inset(0 39% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(2).koma5 {
  clip-path: inset(0 19% 0 0);
}
main section.sec#style1 .inner .text h3:nth-child(2).koma6 {
  clip-path: inset(0 0% 0 0);
}
main section.sec#style2 {
  padding: 65px 0;
}
main section.sec#style2 .inner {
  width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec#style2 .inner .photos {
  width: 1128px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.sec#style2 .inner .photos > div {
  position: relative;
}
main section.sec#style2 .inner .photos > div:nth-child(1) {
  width: 340px;
  margin: 0px;
  transform: translateY(155px);
  transition: opacity 0.3s ease-in 0s;
}
main section.sec#style2 .inner .photos > div:nth-child(2) {
  width: 320px;
  margin: 0 0 0 90px;
  transition: opacity 0.3s ease-in 0.25s;
}
main section.sec#style2 .inner .photos > div:nth-child(3) {
  width: 308px;
  margin: 0 0 0 70px;
  transform: translateY(160px);
  transition: opacity 0.3s ease-in 0.5s;
}
main section.sec#style2 .inner .text {
  width: 402px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec#style2 .inner .text h3 {
  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.sec#style2 .inner .text h3:nth-child(1) {
  background-image: url(../images/body2_1.png);
  width: 402px;
  height: 39px;
  margin-bottom: 15px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(1).koma1 {
  clip-path: inset(0 93% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(1).koma2 {
  clip-path: inset(0 88% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(1).koma3 {
  clip-path: inset(0 82% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(1).koma4 {
  clip-path: inset(0 79% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(1).koma5 {
  clip-path: inset(0 72% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(1).koma6 {
  clip-path: inset(0 64% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(1).koma7 {
  clip-path: inset(0 58% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(1).koma8 {
  clip-path: inset(0 52% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(1).koma9 {
  clip-path: inset(0 46% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(1).koma10 {
  clip-path: inset(0 42% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(1).koma11 {
  clip-path: inset(0 36% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(1).koma12 {
  clip-path: inset(0 30% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(1).koma13 {
  clip-path: inset(0 26% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(1).koma14 {
  clip-path: inset(0 22% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(1).koma15 {
  clip-path: inset(0 17% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(1).koma16 {
  clip-path: inset(0 11% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(1).koma17 {
  clip-path: inset(0 6% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(1).koma18 {
  clip-path: inset(0 0% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(2) {
  background-image: url(../images/body2_2.png);
  width: 417px;
  height: 34px;
  margin-bottom: 70px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(2).koma1 {
  clip-path: inset(0 91% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(2).koma2 {
  clip-path: inset(0 87% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(2).koma3 {
  clip-path: inset(0 82% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(2).koma4 {
  clip-path: inset(0 74% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(2).koma5 {
  clip-path: inset(0 66% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(2).koma6 {
  clip-path: inset(0 60% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(2).koma7 {
  clip-path: inset(0 52% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(2).koma8 {
  clip-path: inset(0 44% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(2).koma9 {
  clip-path: inset(0 38% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(2).koma10 {
  clip-path: inset(0 35% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(2).koma11 {
  clip-path: inset(0 31% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(2).koma12 {
  clip-path: inset(0 23% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(2).koma13 {
  clip-path: inset(0 18% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(2).koma14 {
  clip-path: inset(0 13% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(2).koma15 {
  clip-path: inset(0 10% 0 0);
}
main section.sec#style2 .inner .text h3:nth-child(2).koma16 {
  clip-path: inset(0 0% 0 0);
}
main section.sec#style3 {
  padding: 80px 0 75px 0;
}
main section.sec#style3.show .inner .photos .single {
  opacity: 1;
}
main section.sec#style3.show .inner .photos .set > div {
  opacity: 1;
}
main section.sec#style3 .inner {
  width: 1210px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.sec#style3 .inner .photos {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section.sec#style3 .inner .photos .single {
  width: 409px;
  opacity: 0;
  transition: opacity 0.3s ease-in 0s;
}
main section.sec#style3 .inner .photos .set {
  width: 704px;
  margin-left: 75px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.sec#style3 .inner .photos .set > div {
  position: relative;
  opacity: 0;
}
main section.sec#style3 .inner .photos .set > div:nth-child(1) {
  width: 303px;
  margin: 0 0 45px 0;
  transition: opacity 0.3s ease-in 0.5s;
}
main section.sec#style3 .inner .photos .set > div:nth-child(2) {
  width: 301px;
  margin: 0 0 30px 55px;
  transition: opacity 0.3s ease-in 0.75s;
}
main section.sec#style3 .inner .photos .set > div:nth-child(3) {
  width: 276px;
  margin: 0px;
  transition: opacity 0.3s ease-in 1s;
}
main section.sec#style3 .inner .photos .set > div:nth-child(3) img {
  position: relative;
  transform: translateX(20px);
}
main section.sec#style3 .inner .photos .set > div:nth-child(4) {
  width: 303px;
  margin: 0 0 0 125px;
  transition: opacity 0.3s ease-in 1.25s;
}
main section.sec#style3 .inner .text {
  width: 704px;
  margin-left: 484px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec#style3 .inner .text h3 {
  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.sec#style3 .inner .text h3:nth-child(1) {
  background-image: url(../images/body3_1.png);
  width: 330px;
  height: 51px;
  margin-bottom: 0px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(1).koma1 {
  clip-path: inset(0 86% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(1).koma2 {
  clip-path: inset(0 78% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(1).koma3 {
  clip-path: inset(0 70% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(1).koma4 {
  clip-path: inset(0 63% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(1).koma5 {
  clip-path: inset(0 53% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(1).koma6 {
  clip-path: inset(0 46% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(1).koma7 {
  clip-path: inset(0 36% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(1).koma8 {
  clip-path: inset(0 30% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(1).koma9 {
  clip-path: inset(0 22% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(1).koma10 {
  clip-path: inset(0 15% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(1).koma11 {
  clip-path: inset(0 8% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(1).koma12 {
  clip-path: inset(0 2% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(1).koma13 {
  clip-path: inset(0 0% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(2) {
  background-image: url(../images/body3_2.png);
  width: 264px;
  height: 39px;
  margin-bottom: 70px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(2).koma1 {
  clip-path: inset(0 86% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(2).koma2 {
  clip-path: inset(0 78% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(2).koma3 {
  clip-path: inset(0 70% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(2).koma4 {
  clip-path: inset(0 63% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(2).koma5 {
  clip-path: inset(0 46% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(2).koma6 {
  clip-path: inset(0 38% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(2).koma7 {
  clip-path: inset(0 29% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(2).koma8 {
  clip-path: inset(0 20% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(2).koma9 {
  clip-path: inset(0 11% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(2).koma10 {
  clip-path: inset(0 2% 0 0);
}
main section.sec#style3 .inner .text h3:nth-child(2).koma11 {
  clip-path: inset(0 0% 0 0);
}
main section.sec#style4 {
  padding: 65px 0;
}
main section.sec#style4 .inner {
  width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec#style4 .inner .photos {
  width: 1113px;
  margin-bottom: 65px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.sec#style4 .inner .photos > div {
  position: relative;
}
main section.sec#style4 .inner .photos > div:nth-child(1) {
  width: 279px;
  margin: 0px;
  transform: translateY(75px);
  transition: opacity 0.3s ease-in 0s;
}
main section.sec#style4 .inner .photos > div:nth-child(2) {
  width: 329px;
  margin: 0 0 0 140px;
  transition: opacity 0.3s ease-in 0.25s;
}
main section.sec#style4 .inner .photos > div:nth-child(3) {
  width: 290px;
  margin: 0 0 0 75px;
  transform: translateY(70px);
  transition: opacity 0.3s ease-in 0.5s;
}
main section.sec#style4 .inner .text {
  width: 402px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec#style4 .inner .text h3 {
  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.sec#style4 .inner .text h3:nth-child(1) {
  background-image: url(../images/body4_1.png);
  width: 210px;
  height: 39px;
  margin-bottom: 15px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(1).koma1 {
  clip-path: inset(0 84% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(1).koma2 {
  clip-path: inset(0 70% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(1).koma3 {
  clip-path: inset(0 61% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(1).koma4 {
  clip-path: inset(0 53% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(1).koma5 {
  clip-path: inset(0 43% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(1).koma6 {
  clip-path: inset(0 33% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(1).koma7 {
  clip-path: inset(0 24% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(1).koma8 {
  clip-path: inset(0 9% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(1).koma9 {
  clip-path: inset(0 0% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2) {
  background-image: url(../images/body4_2.png);
  width: 452px;
  height: 52px;
  margin-bottom: 70px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma1 {
  clip-path: inset(0 95% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma2 {
  clip-path: inset(0 92% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma3 {
  clip-path: inset(0 86% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma4 {
  clip-path: inset(0 81% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma5 {
  clip-path: inset(0 76% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma6 {
  clip-path: inset(0 70% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma7 {
  clip-path: inset(0 66% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma8 {
  clip-path: inset(0 60% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma9 {
  clip-path: inset(0 52% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma10 {
  clip-path: inset(0 47% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma11 {
  clip-path: inset(0 40% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma12 {
  clip-path: inset(0 33% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma13 {
  clip-path: inset(0 29% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma14 {
  clip-path: inset(0 24% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma15 {
  clip-path: inset(0 19% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma16 {
  clip-path: inset(0 14% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma17 {
  clip-path: inset(0 12% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma18 {
  clip-path: inset(0 5% 0 0);
}
main section.sec#style4 .inner .text h3:nth-child(2).koma19 {
  clip-path: inset(0 0% 0 0);
}
main section.sec#style5 {
  padding: 75px 0 70px 0;
}
main section.sec#style5 .inner {
  width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec#style5 .inner .photos {
  width: 1139px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.sec#style5 .inner .photos > div {
  position: relative;
}
main section.sec#style5 .inner .photos > div:nth-child(1) {
  width: 314px;
  margin: 0px;
  transition: opacity 0.3s ease-in 0s;
}
main section.sec#style5 .inner .photos > div:nth-child(2) {
  width: 321px;
  margin: 0 0 0 85px;
  transform: translateY(145px);
  transition: opacity 0.3s ease-in 0.25s;
}
main section.sec#style5 .inner .photos > div:nth-child(3) {
  width: 314px;
  margin: 0 0 0 105px;
  transition: opacity 0.3s ease-in 0.5s;
}
main section.sec#style5 .inner .text {
  width: 1139px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main section.sec#style5 .inner .text .intext {
  width: 268px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec#style5 .inner .text .intext h3 {
  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.sec#style5 .inner .text .intext h3:nth-child(1) {
  background-image: url(../images/body5_1.png);
  width: 268px;
  height: 51px;
  margin-bottom: 0px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(1).koma1 {
  clip-path: inset(0 92% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(1).koma2 {
  clip-path: inset(0 86% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(1).koma3 {
  clip-path: inset(0 78% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(1).koma4 {
  clip-path: inset(0 69% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(1).koma5 {
  clip-path: inset(0 60% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(1).koma6 {
  clip-path: inset(0 51% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(1).koma7 {
  clip-path: inset(0 42% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(1).koma8 {
  clip-path: inset(0 30% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(1).koma9 {
  clip-path: inset(0 25% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(1).koma10 {
  clip-path: inset(0 18% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(1).koma11 {
  clip-path: inset(0 10% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(1).koma12 {
  clip-path: inset(0 0% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(2) {
  background-image: url(../images/body5_2.png);
  width: 212px;
  height: 39px;
  margin-bottom: 70px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(2).koma1 {
  clip-path: inset(0 90% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(2).koma2 {
  clip-path: inset(0 76% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(2).koma3 {
  clip-path: inset(0 64% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(2).koma4 {
  clip-path: inset(0 57% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(2).koma5 {
  clip-path: inset(0 48% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(2).koma6 {
  clip-path: inset(0 40% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(2).koma7 {
  clip-path: inset(0 28% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(2).koma8 {
  clip-path: inset(0 18% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(2).koma9 {
  clip-path: inset(0 9% 0 0);
}
main section.sec#style5 .inner .text .intext h3:nth-child(2).koma10 {
  clip-path: inset(0 0% 0 0);
}
main section.sec#style6 {
  padding: 85px 0 70px 0;
}
main section.sec#style6 .inner {
  width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec#style6 .inner .photos {
  width: 570px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section.sec#style6 .inner .photos > div {
  position: relative;
}
main section.sec#style6 .inner .photos > div:nth-child(1) {
  width: 280px;
  margin: 0px;
  transition: opacity 0.3s ease-in 0s;
}
main section.sec#style6 .inner .photos > div:nth-child(2) {
  width: 244px;
  margin: 0px;
  transition: opacity 0.3s ease-in 0.25s;
}
main section.sec#style6 .inner .text {
  width: 503px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec#style6 .inner .text h3 {
  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.sec#style6 .inner .text h3:nth-child(1) {
  background-image: url(../images/body6_1.png);
  width: 334px;
  height: 39px;
  margin-bottom: 25px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(1).koma1 {
  clip-path: inset(0 90% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(1).koma2 {
  clip-path: inset(0 84% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(1).koma3 {
  clip-path: inset(0 78% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(1).koma4 {
  clip-path: inset(0 70% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(1).koma5 {
  clip-path: inset(0 65% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(1).koma6 {
  clip-path: inset(0 58% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(1).koma7 {
  clip-path: inset(0 48% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(1).koma8 {
  clip-path: inset(0 40% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(1).koma9 {
  clip-path: inset(0 30% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(1).koma10 {
  clip-path: inset(0 24% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(1).koma11 {
  clip-path: inset(0 18% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(1).koma12 {
  clip-path: inset(0 12% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(1).koma13 {
  clip-path: inset(0 5% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(1).koma14 {
  clip-path: inset(0 0% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(2) {
  background-image: url(../images/body6_2.png);
  width: 260px;
  height: 38px;
  margin-bottom: 25px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(2).koma1 {
  clip-path: inset(0 90% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(2).koma2 {
  clip-path: inset(0 80% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(2).koma3 {
  clip-path: inset(0 68% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(2).koma4 {
  clip-path: inset(0 58% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(2).koma5 {
  clip-path: inset(0 46% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(2).koma6 {
  clip-path: inset(0 30% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(2).koma7 {
  clip-path: inset(0 18% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(2).koma8 {
  clip-path: inset(0 10% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(2).koma9 {
  clip-path: inset(0 0% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3) {
  background-image: url(../images/body6_3.png);
  width: 503px;
  height: 51px;
  margin-bottom: 70px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma1 {
  clip-path: inset(0 98% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma2 {
  clip-path: inset(0 94% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma3 {
  clip-path: inset(0 84% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma4 {
  clip-path: inset(0 78% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma5 {
  clip-path: inset(0 72% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma6 {
  clip-path: inset(0 68% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma7 {
  clip-path: inset(0 64% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma8 {
  clip-path: inset(0 60% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma9 {
  clip-path: inset(0 56% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma10 {
  clip-path: inset(0 53% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma11 {
  clip-path: inset(0 48% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma12 {
  clip-path: inset(0 43% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma13 {
  clip-path: inset(0 38% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma14 {
  clip-path: inset(0 35% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma15 {
  clip-path: inset(0 31% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma16 {
  clip-path: inset(0 27% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma17 {
  clip-path: inset(0 22% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma18 {
  clip-path: inset(0 18% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma19 {
  clip-path: inset(0 15% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma20 {
  clip-path: inset(0 11% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma21 {
  clip-path: inset(0 8% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma22 {
  clip-path: inset(0 4% 0 0);
}
main section.sec#style6 .inner .text h3:nth-child(3).koma23 {
  clip-path: inset(0 0% 0 0);
}
main section.sec#style7 {
  padding: 70px 0 80px 0;
}
main section.sec#style7 .inner {
  width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main section.sec#style7 .inner .photos {
  width: 100%;
  height: 2035px;
}
main section.sec#style7 .inner .photos > div {
  position: absolute;
}
main section.sec#style7 .inner .photos > div:nth-child(1) {
  width: 410px;
  top: 380px;
  left: 0px;
  transition: opacity 0.3s ease-in 0s;
}
main section.sec#style7 .inner .photos > div:nth-child(2) {
  width: 330px;
  top: 0px;
  left: 405px;
  transition: opacity 0.3s ease-in 0.25s;
}
main section.sec#style7 .inner .photos > div:nth-child(3) {
  width: 315px;
  top: 1035px;
  left: 335px;
  transition: opacity 0.3s ease-in 0.5s;
}
main section.sec#style7 .inner .photos > div:nth-child(4) {
  width: 337px;
  top: 835px;
  left: 750px;
  transition: opacity 0.3s ease-in 0.75s;
}
main section.sec#style7 .inner .text {
  width: 436px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 420px;
  right: 15px;
  z-index: 1;
}
main section.sec#style7 .inner .text h3 {
  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.sec#style7 .inner .text h3:nth-child(1) {
  background-image: url(../images/body7_1.png);
  width: 417px;
  height: 51px;
  margin-bottom: 10px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(1).koma1 {
  clip-path: inset(0 91% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(1).koma2 {
  clip-path: inset(0 85% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(1).koma3 {
  clip-path: inset(0 79% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(1).koma4 {
  clip-path: inset(0 75% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(1).koma5 {
  clip-path: inset(0 69% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(1).koma6 {
  clip-path: inset(0 63% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(1).koma7 {
  clip-path: inset(0 55% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(1).koma8 {
  clip-path: inset(0 48% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(1).koma9 {
  clip-path: inset(0 40% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(1).koma10 {
  clip-path: inset(0 36% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(1).koma11 {
  clip-path: inset(0 30% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(1).koma12 {
  clip-path: inset(0 24% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(1).koma13 {
  clip-path: inset(0 18% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(1).koma14 {
  clip-path: inset(0 14% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(1).koma15 {
  clip-path: inset(0 12% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(1).koma16 {
  clip-path: inset(0 6% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(1).koma17 {
  clip-path: inset(0 0% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(2) {
  background-image: url(../images/body7_2.png);
  width: 284px;
  height: 52px;
  margin-bottom: 10px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(2).koma1 {
  clip-path: inset(0 92% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(2).koma2 {
  clip-path: inset(0 84% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(2).koma3 {
  clip-path: inset(0 76% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(2).koma4 {
  clip-path: inset(0 68% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(2).koma5 {
  clip-path: inset(0 60% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(2).koma6 {
  clip-path: inset(0 52% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(2).koma7 {
  clip-path: inset(0 45% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(2).koma8 {
  clip-path: inset(0 38% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(2).koma9 {
  clip-path: inset(0 26% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(2).koma10 {
  clip-path: inset(0 22% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(2).koma11 {
  clip-path: inset(0 12% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(2).koma12 {
  clip-path: inset(0 8% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(2).koma13 {
  clip-path: inset(0 0% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3) {
  background-image: url(../images/body7_3.png);
  width: 436px;
  height: 39px;
  margin-bottom: 70px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma1 {
  clip-path: inset(0 96% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma2 {
  clip-path: inset(0 90% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma3 {
  clip-path: inset(0 87% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma4 {
  clip-path: inset(0 82% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma5 {
  clip-path: inset(0 77% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma6 {
  clip-path: inset(0 72% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma7 {
  clip-path: inset(0 66% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma8 {
  clip-path: inset(0 60% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma9 {
  clip-path: inset(0 54% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma10 {
  clip-path: inset(0 46% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma11 {
  clip-path: inset(0 41% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma12 {
  clip-path: inset(0 36% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma13 {
  clip-path: inset(0 31% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma14 {
  clip-path: inset(0 26% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma15 {
  clip-path: inset(0 22% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma16 {
  clip-path: inset(0 17% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma17 {
  clip-path: inset(0 12% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma18 {
  clip-path: inset(0 9% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma19 {
  clip-path: inset(0 4% 0 0);
}
main section.sec#style7 .inner .text h3:nth-child(3).koma20 {
  clip-path: inset(0 0% 0 0);
}
main section.sec#style8 {
  padding: 70px 0;
}
main section.sec#style8.show .inner .photo {
  opacity: 1;
}
main section.sec#style8 .inner {
  width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section.sec#style8 .inner .photo {
  width: 268px;
  opacity: 0;
  transition: opacity 0.3s ease-in 0s;
}
main section.sec#style8 .inner .text {
  width: 708px;
  margin-left: 95px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec#style8 .inner .text h3 {
  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.sec#style8 .inner .text h3:nth-child(1) {
  background-image: url(../images/body_message1.png);
  width: 708px;
  height: 52px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma1 {
  clip-path: inset(0 95.5% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma2 {
  clip-path: inset(0 93% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma3 {
  clip-path: inset(0 91% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma4 {
  clip-path: inset(0 88% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma5 {
  clip-path: inset(0 84% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma6 {
  clip-path: inset(0 80% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma7 {
  clip-path: inset(0 78% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma8 {
  clip-path: inset(0 74% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma9 {
  clip-path: inset(0 70% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma10 {
  clip-path: inset(0 65% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma11 {
  clip-path: inset(0 62% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma12 {
  clip-path: inset(0 58% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma13 {
  clip-path: inset(0 54% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma14 {
  clip-path: inset(0 52.5% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma15 {
  clip-path: inset(0 49.5% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma16 {
  clip-path: inset(0 44% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma17 {
  clip-path: inset(0 40% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma18 {
  clip-path: inset(0 35% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma19 {
  clip-path: inset(0 33% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma20 {
  clip-path: inset(0 30% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma21 {
  clip-path: inset(0 27% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma22 {
  clip-path: inset(0 25% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma23 {
  clip-path: inset(0 21% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma24 {
  clip-path: inset(0 17% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma25 {
  clip-path: inset(0 15% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma26 {
  clip-path: inset(0 11% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma27 {
  clip-path: inset(0 9% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma28 {
  clip-path: inset(0 7% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma29 {
  clip-path: inset(0 3.5% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(1).koma30 {
  clip-path: inset(0 0% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(2) {
  background-image: url(../images/body_message2.png);
  width: 406px;
  height: 39px;
  margin-bottom: 10px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(2).koma1 {
  clip-path: inset(0 96% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(2).koma2 {
  clip-path: inset(0 91% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(2).koma3 {
  clip-path: inset(0 83% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(2).koma4 {
  clip-path: inset(0 78% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(2).koma5 {
  clip-path: inset(0 72% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(2).koma6 {
  clip-path: inset(0 68% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(2).koma7 {
  clip-path: inset(0 65% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(2).koma8 {
  clip-path: inset(0 59% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(2).koma9 {
  clip-path: inset(0 54% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(2).koma10 {
  clip-path: inset(0 48% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(2).koma11 {
  clip-path: inset(0 41% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(2).koma12 {
  clip-path: inset(0 34% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(2).koma13 {
  clip-path: inset(0 29% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(2).koma14 {
  clip-path: inset(0 17% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(2).koma15 {
  clip-path: inset(0 11% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(2).koma16 {
  clip-path: inset(0 6% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(2).koma17 {
  clip-path: inset(0 0% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3) {
  background-image: url(../images/body_message3.png);
  width: 649px;
  height: 51px;
  margin-bottom: 70px;
  clip-path: inset(0 100% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma1 {
  clip-path: inset(0 97% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma2 {
  clip-path: inset(0 93% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma3 {
  clip-path: inset(0 88% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma4 {
  clip-path: inset(0 84% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma5 {
  clip-path: inset(0 81% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma6 {
  clip-path: inset(0 78% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma7 {
  clip-path: inset(0 76% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma8 {
  clip-path: inset(0 74% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma9 {
  clip-path: inset(0 69.5% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma10 {
  clip-path: inset(0 64% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma11 {
  clip-path: inset(0 60% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma12 {
  clip-path: inset(0 56% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma13 {
  clip-path: inset(0 51% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma14 {
  clip-path: inset(0 48% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma15 {
  clip-path: inset(0 45% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma16 {
  clip-path: inset(0 41% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma17 {
  clip-path: inset(0 35% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma18 {
  clip-path: inset(0 32% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma19 {
  clip-path: inset(0 28% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma20 {
  clip-path: inset(0 26% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma21 {
  clip-path: inset(0 20% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma22 {
  clip-path: inset(0 16% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma23 {
  clip-path: inset(0 13% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma24 {
  clip-path: inset(0 10% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma25 {
  clip-path: inset(0 5.5% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma26 {
  clip-path: inset(0 2% 0 0);
}
main section.sec#style8 .inner .text h3:nth-child(3).koma27 {
  clip-path: inset(0 0% 0 0);
}

section.looks {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0px;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.25s ease-in;
  box-sizing: border-box;
}
section.looks.active {
  opacity: 1;
  pointer-events: auto;
}
section.looks .wrap {
  width: 1040px;
  height: auto;
  padding: 160px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
section.looks .wrap .look:not(:nth-child(n+27)) {
  margin-bottom: 100px;
}
section.looks .wrap .spc {
  width: 100%;
  height: 100vh;
}
section.looks .close {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 40px;
  top: 40px;
  z-index: 9999;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
section.looks .close span {
  width: 50px;
  height: 2px;
  background-color: #707070;
  position: absolute;
}
section.looks .close span:nth-child(1) {
  left: 0px;
  top: 25px;
  transform: rotate(45deg);
}
section.looks .close span:nth-child(2) {
  left: 0px;
  top: 25px;
  transform: rotate(-45deg);
}
section.looks .close:hover {
  opacity: 0.7;
}
section.looks .look {
  width: 50%;
  padding: 0px;
  margin: 0px;
  position: relative;
}
section.looks .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section.looks .look .set .text {
  width: 100%;
  padding: 0px;
  order: 1;
}
section.looks .look .set .text .credits > div {
  width: 100%;
}
section.looks .look .set .text .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
section.looks .look .set .text .credits > div.item-d-none dl dd {
  display: none;
}
section.looks .look .set .text .credits > div.item-d-none dl dd.line {
  width: auto;
  display: inline-block;
}
section.looks .look .set .text .credits > div.item-d-none dl dd.line a {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
section.looks .look .set .text .credits > div.item-d-none dl dd.line a:hover {
  opacity: 0.7;
}
section.looks .look .set .text .credits > div dl {
  text-align: left;
  width: calc(100% - 50px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
section.looks .look .set .text .credits > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
section.looks .look .set .text .credits > div dl dt span {
  color: #0F3770;
  font-family: "span", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
section.looks .look .set .text .credits > div dl dt span:not(:first-child)::before {
  content: "_";
  display: inline;
}
section.looks .look .set .text .credits > div dl dt span.price::after {
  content: " (tax in)";
  display: inline;
}
section.looks .look .set .text .credits > div dl dd a {
  color: #FFF;
  font-family: "span", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 3px 6px;
  background-color: #0F3770;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
section.looks .look .set .text .credits > div dl dd a:hover {
  opacity: 0.7;
}
section.looks .look .set .text .credits > div dl dd span {
  color: #0F3770;
  font-family: "span", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
section.looks .look .set .text .credits > div dl dd.line {
  display: none;
}
section.looks .look .set .photo {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  order: 1;
  position: relative;
}
section.looks .look .set .arrow {
  width: 23px;
  height: 23px;
  background-image: url(../images/arrow.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
section.looks .look .set .arrow:hover {
  opacity: 0.7;
}
section.looks .look .set .arrow.prev {
  left: 10px;
}
section.looks .look .set .arrow.next {
  right: 10px;
  transform: rotate(180deg);
}

footer {
  text-align: left;
  width: 100%;
  padding: 140px 0 40px 0;
  margin: 0 auto;
  border-top: solid 10px #FFF;
  background-color: #E2E2E0;
  box-sizing: border-box;
  position: relative;
}
footer .inner {
  width: 100%;
}
footer .inner p.credit {
  color: #0F3770;
  font-family: "span", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 140px;
}
footer .inner .link {
  text-align: left;
  width: 100%;
  padding: 85px 0 0 0;
  margin: 0 auto 30px auto;
  border-top: solid 2px #FFF;
}
footer .inner .link .inlink {
  width: calc(100% - 110px);
  margin: 0 auto;
  position: relative;
}
footer .inner .link .inlink ul {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner .link .inlink ul li a {
  color: #0F3770;
  font-family: "span", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .link .inlink ul li a:hover {
  color: #707070;
}
footer .inner .link .inlink ul li span {
  color: #0F3770;
  font-family: "span", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .link .inlink ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .inner .link .inlink p {
  color: #0F3770;
  font-family: "span", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .link .inlink p a {
  color: #0F3770;
}
footer .inner .link .inlink p a:hover {
  color: #FFF;
}
footer .inner .link .inlink .pgtop {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
footer .inner .link .inlink .pgtop a {
  color: #0F3770;
  font-family: "span", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  padding: 0px;
}
footer .inner .link .inlink .pgtop a:hover {
  color: #707070;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  #loader {
    width: 100%;
    height: calc(var(--vh) * 100);
    min-height: 100%;
    background-color: #E2E2E0;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
  }
  #loader .bar {
    width: 100%;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 5;
  }
  #loader .bar span {
    width: 0%;
    height: 100%;
    background-color: #0F3770;
    display: block;
  }

  header {
    padding: 70px 0 15px 0;
  }
  header .inner {
    width: calc(100% - 20px);
  }
  header .inner h1 {
    width: calc(100% - 36px);
    margin: 0 auto 15px auto;
  }
  header .inner h1 span {
    height: calc((100vw - 20px - 36px) * 0.1);
  }
  header .inner h2 {
    padding: 15px 0 0 0;
    border-top: solid 2px #0F3770;
  }
  header .inner h2 span {
    width: calc(100% - 56px);
    height: calc((100vw - 20px - 56px) * 0.05);
  }
  header .inner ul {
    top: 10px;
    right: 10px;
  }
  header .inner ul li:not(:first-child) {
    margin-left: 10px;
  }
  header .inner ul li a {
    color: #0F3770;
    font-family: "span", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  header .inner ul li a:hover {
    color: #707070;
  }
  header .inner ul li span {
    color: #0F3770;
    font-family: "span", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }

  main section.sec:not(:last-child) {
    margin-bottom: 6px;
  }
  main section.sec .btn {
    padding: 5px;
  }
  main section.sec .btn span {
    color: #FFF;
    font-family: "span", serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  main section.sec .thumb:hover img {
    opacity: 1;
  }
  main section.sec#style1 {
    padding: 45px 0;
  }
  main section.sec#style1 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.sec#style1 .inner .photos {
    width: calc(100% - 100px);
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.sec#style1 .inner .photos > div:nth-child(1) {
    width: calc((100% - 20px) / 3);
    margin: 0 0 15px 0;
  }
  main section.sec#style1 .inner .photos > div:nth-child(2) {
    width: calc((100% - 20px) / 3);
    margin: 0 0 15px 10px;
  }
  main section.sec#style1 .inner .photos > div:nth-child(3) {
    width: calc((100% - 20px) / 3 - 7px);
    margin: 0 0 15px 17px;
  }
  main section.sec#style1 .inner .photos > div:nth-child(4) {
    width: calc((100% - 20px) / 3);
  }
  main section.sec#style1 .inner .photos > div:nth-child(5) {
    width: calc((100% - 20px) / 3 - 5px);
    margin: 0 0 0 15px;
  }
  main section.sec#style1 .inner .photos > div:nth-child(6) {
    width: calc((100% - 20px) / 3);
    margin: 0 0 0 10px;
  }
  main section.sec#style1 .inner .text {
    width: calc(100% - 220px);
  }
  main section.sec#style1 .inner .text h3:nth-child(1) {
    background-image: url(../images/body1_1.png);
    width: 100%;
    height: calc((100vw - 220px) * 0.1);
    margin-bottom: 10px;
    clip-path: inset(0 100% 0 0);
  }
  main section.sec#style1 .inner .text h3:nth-child(2) {
    background-image: url(../images/body1_2.png);
    width: calc(100% - 100px);
    height: calc((100vw - 220px - 100px) * 0.219);
    margin-bottom: 35px;
  }
  main section.sec#style2 {
    padding: 40px 0;
  }
  main section.sec#style2 .inner {
    width: calc(100% - 30px);
  }
  main section.sec#style2 .inner .photos {
    width: 100%;
    margin-bottom: 65px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.sec#style2 .inner .photos > div {
    position: relative;
  }
  main section.sec#style2 .inner .photos > div:nth-child(1) {
    width: 33.3333333333%;
    margin: 0px;
    transform: translateY(65px);
  }
  main section.sec#style2 .inner .photos > div:nth-child(2) {
    width: 33.3333333333%;
    margin: 0 0 0 0px;
    transform: translateX(10px);
  }
  main section.sec#style2 .inner .photos > div:nth-child(3) {
    width: calc(33.3333333333% - 7px);
    margin: 0 0 0 0px;
    transform: translateY(65px);
  }
  main section.sec#style2 .inner .text {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.sec#style2 .inner .text h3:nth-child(1) {
    width: calc(100% - 216px);
    height: calc((100vw - 216px) * 0.0959);
    margin-bottom: 5px;
  }
  main section.sec#style2 .inner .text h3:nth-child(2) {
    background-image: url(../images/body2_2.png);
    width: calc(100% - 210px);
    height: calc((100vw - 210px) * 0.0924);
    margin-bottom: 35px;
  }
  main section.sec#style3 {
    padding: 40px 0;
  }
  main section.sec#style3 .inner {
    width: calc(100% - 30px);
  }
  main section.sec#style3 .inner .photos {
    width: 100%;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main section.sec#style3 .inner .photos .single {
    width: calc(50% - 10px);
  }
  main section.sec#style3 .inner .photos .set {
    width: 50%;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.sec#style3 .inner .photos .set > div {
    position: relative;
  }
  main section.sec#style3 .inner .photos .set > div:nth-child(1) {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  main section.sec#style3 .inner .photos .set > div:nth-child(2) {
    width: calc(50% - 5px);
    margin: 0 0 10px 10px;
  }
  main section.sec#style3 .inner .photos .set > div:nth-child(3) {
    width: calc(50% - 10px);
    margin: 0px;
  }
  main section.sec#style3 .inner .photos .set > div:nth-child(3) img {
    position: relative;
    transform: translateX(0px);
  }
  main section.sec#style3 .inner .photos .set > div:nth-child(4) {
    width: calc(50% - 2px);
    margin: 0 0 0 10px;
  }
  main section.sec#style3 .inner .photos .set > div:nth-child(4) img {
    position: relative;
    transform: translateX(10px);
  }
  main section.sec#style3 .inner .text {
    width: 50%;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.sec#style3 .inner .text h3:nth-child(1) {
    background-image: url(../images/body3_1.png);
    width: 78.9%;
    height: calc((100vw - 30px) / 2 * 0.789 * 0.1545);
    margin-bottom: 0px;
  }
  main section.sec#style3 .inner .text h3:nth-child(2) {
    background-image: url(../images/body3_2.png);
    width: 63.34%;
    height: calc((100vw - 30px) / 2 * 0.6334 * 0.1477);
    margin-bottom: 35px;
  }
  main section.sec#style4 {
    padding: 40px 0;
  }
  main section.sec#style4 .inner {
    width: calc(100% - 30px);
  }
  main section.sec#style4 .inner .photos {
    width: 100%;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main section.sec#style4 .inner .photos > div {
    position: relative;
  }
  main section.sec#style4 .inner .photos > div:nth-child(1) {
    width: calc(33% - 7px);
    margin: 0px;
    transform: translateY(45px);
  }
  main section.sec#style4 .inner .photos > div:nth-child(2) {
    width: calc(33% + 5px);
    margin: 0 0 0 0px;
  }
  main section.sec#style4 .inner .photos > div:nth-child(3) {
    width: calc(33% - 5px);
    margin: 0 0 0 0px;
    transform: translateY(50px);
  }
  main section.sec#style4 .inner .text {
    width: 100%;
  }
  main section.sec#style4 .inner .text h3:nth-child(1) {
    background-image: url(../images/body4_1.png);
    width: 25%;
    height: calc((100vw - 30px) * 0.25 * 0.183);
    margin-bottom: 5px;
  }
  main section.sec#style4 .inner .text h3:nth-child(2) {
    background-image: url(../images/body4_2.png);
    width: 52.7%;
    height: calc((100vw - 30px) * 0.527 * 0.115);
    margin-bottom: 35px;
  }
  main section.sec#style5 {
    padding: 40px 0;
  }
  main section.sec#style5 .inner {
    width: calc(100% - 20px);
  }
  main section.sec#style5 .inner .photos {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main section.sec#style5 .inner .photos > div {
    position: relative;
  }
  main section.sec#style5 .inner .photos > div:nth-child(1) {
    width: 33%;
    margin: 0px;
  }
  main section.sec#style5 .inner .photos > div:nth-child(2) {
    width: 33%;
    margin: 0 0 0 0px;
    transform: translateY(125px);
  }
  main section.sec#style5 .inner .photos > div:nth-child(3) {
    width: 33%;
    margin: 0 0 0 0px;
  }
  main section.sec#style5 .inner .text {
    width: 100%;
  }
  main section.sec#style5 .inner .text .intext {
    width: 29.23vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.sec#style5 .inner .text .intext h3:nth-child(1) {
    width: 100%;
    height: 5.518624vw;
    margin-bottom: 5px;
  }
  main section.sec#style5 .inner .text .intext h3:nth-child(2) {
    width: 82.45%;
    height: 4.550105488vw;
    margin-bottom: 35px;
  }
  main section.sec#style6 {
    padding: 40px 0 45px 0;
  }
  main section.sec#style6 .inner {
    width: 100%;
  }
  main section.sec#style6 .inner .photos {
    width: 59.5%;
  }
  main section.sec#style6 .inner .photos > div:nth-child(1) {
    width: calc(50% - 0px);
    margin: 0px;
  }
  main section.sec#style6 .inner .photos > div:nth-child(2) {
    width: calc(50% - 15px);
    margin: 0px;
  }
  main section.sec#style6 .inner .text {
    width: 100%;
    margin-bottom: 40px;
  }
  main section.sec#style6 .inner .text h3:nth-child(1) {
    background-image: url(../images/body6_1.png);
    width: 32.8%;
    height: 3.78512vw;
    margin-bottom: 10px;
  }
  main section.sec#style6 .inner .text h3:nth-child(2) {
    background-image: url(../images/body6_2.png);
    width: 25.65%;
    height: 3.69873vw;
    margin-bottom: 10px;
  }
  main section.sec#style6 .inner .text h3:nth-child(3) {
    background-image: url(../images/body6_3.png);
    width: 49.75%;
    height: 5.049625vw;
    margin-bottom: 35px;
  }
  main section.sec#style7 {
    padding: 40px 0;
  }
  main section.sec#style7 .inner {
    width: calc(100% - 20px);
  }
  main section.sec#style7 .inner .photos {
    width: 100%;
    height: 193.5vw;
  }
  main section.sec#style7 .inner .photos > div {
    position: absolute;
  }
  main section.sec#style7 .inner .photos > div:nth-child(1) {
    width: 40%;
    top: 22.5%;
    left: 0px;
  }
  main section.sec#style7 .inner .photos > div:nth-child(2) {
    width: 32%;
    top: 0px;
    left: 32.5%;
  }
  main section.sec#style7 .inner .photos > div:nth-child(3) {
    width: 32%;
    top: auto;
    bottom: 0px;
    left: 30%;
  }
  main section.sec#style7 .inner .photos > div:nth-child(4) {
    width: 33%;
    top: 40%;
    right: 0px;
    left: auto;
  }
  main section.sec#style7 .inner .text {
    width: 34.6%;
    top: 20%;
    right: 0px;
  }
  main section.sec#style7 .inner .text h3:nth-child(1) {
    background-image: url(../images/body7_1.png);
    width: 94.8%;
    height: 4.01153784vw;
    margin-bottom: 5px;
  }
  main section.sec#style7 .inner .text h3:nth-child(2) {
    background-image: url(../images/body7_2.png);
    width: 65%;
    height: 4.077437vw;
    margin-bottom: 5px;
  }
  main section.sec#style7 .inner .text h3:nth-child(3) {
    background-image: url(../images/body7_3.png);
    width: 100%;
    height: 3.05518vw;
    margin-bottom: 25px;
  }
  main section.sec#style8 {
    padding: 40px 0;
  }
  main section.sec#style8 .inner {
    width: calc(100% - 40px);
    justify-content: space-between;
  }
  main section.sec#style8 .inner .photo {
    width: calc((100% - 20px) * 0.27);
  }
  main section.sec#style8 .inner .text {
    width: calc((100% - 20px) * 0.73);
    margin-left: 0px;
  }
  main section.sec#style8 .inner .text h3:nth-child(1) {
    background-image: url(../images/body_message1.png);
    width: 100%;
    height: calc((100vw - 20px) * 0.73 * 0.0727);
  }
  main section.sec#style8 .inner .text h3:nth-child(2) {
    background-image: url(../images/body_message2.png);
    width: 57.4%;
    height: calc((100vw - 20px) * 0.73 * 0.574 * 0.0948);
    margin-bottom: 5px;
  }
  main section.sec#style8 .inner .text h3:nth-child(3) {
    background-image: url(../images/body_message3.png);
    width: 92.6%;
    height: calc((100vw - 20px) * 0.73 * 0.926 * 0.0786);
    margin-bottom: 35px;
  }

  section.looks .wrap {
    width: 100%;
    padding: 70px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.looks .wrap .look:not(:nth-child(n+5)) {
    margin-bottom: 0px;
  }
  section.looks .wrap .look:not(:last-child) {
    margin-bottom: 80px;
  }
  section.looks .close {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 0px;
    top: 20px;
  }
  section.looks .close span {
    width: 30px;
    height: 2px;
    background-color: #0F3770;
  }
  section.looks .close span:nth-child(1) {
    left: 0px;
    top: 15px;
  }
  section.looks .close span:nth-child(2) {
    left: 0px;
    top: 15px;
  }
  section.looks .close:hover {
    opacity: 1;
  }
  section.looks .look {
    width: 100%;
  }
  section.looks .look .set .text {
    width: calc(100% - 20px);
    padding: 0px;
    margin: 0 auto;
    order: 1;
  }
  section.looks .look .set .text .credits > div {
    width: 100%;
  }
  section.looks .look .set .text .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  section.looks .look .set .text .credits > div.item-d-none dl dd.line a {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .look .set .text .credits > div.item-d-none dl dd.line a:hover {
    opacity: 1;
  }
  section.looks .look .set .text .credits > div dl {
    width: 100%;
  }
  section.looks .look .set .text .credits > div dl dt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.looks .look .set .text .credits > div dl dt span {
    color: #0F3770;
    font-family: "span", serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0em;
  }
  section.looks .look .set .text .credits > div dl dt span.price {
    width: 100%;
  }
  section.looks .look .set .text .credits > div dl dt span.price::before {
    content: none;
  }
  section.looks .look .set .text .credits > div dl dd a {
    color: #FFF;
    font-family: "span", serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    padding: 3px 6px;
    background-color: #0F3770;
    display: inline-block;
    transition: all 0.25s ease-in 0s;
  }
  section.looks .look .set .text .credits > div dl dd a:hover {
    opacity: 1;
  }
  section.looks .look .set .text .credits > div dl dd span {
    color: #0F3770;
    font-family: "span", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .look .set .photo {
    width: 100%;
    margin-bottom: 15px;
  }
  section.looks .look .set .arrow {
    width: 23px;
    height: 23px;
    background-image: url(../images/arrow.png);
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 12px);
    z-index: 1;
    cursor: pointer;
    transition: all 0.25s ease-in 0s;
  }
  section.looks .look .set .arrow:hover {
    opacity: 0.7;
  }
  section.looks .look .set .arrow.prev {
    left: 10px;
  }
  section.looks .look .set .arrow.next {
    right: 10px;
    transform: rotate(180deg);
  }

  footer {
    width: 100%;
    padding: 50px 0 40px 0;
    border-top: solid 6px #FFF;
  }
  footer .inner {
    width: 100%;
  }
  footer .inner p.credit {
    color: #0F3770;
    font-family: "span", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 40px;
  }
  footer .inner .link {
    text-align: left;
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0 auto;
    border-top: solid 1px #FFF;
  }
  footer .inner .link .inlink {
    width: calc(100% - 30px);
  }
  footer .inner .link .inlink ul {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .link .inlink ul li a {
    color: #0F3770;
    font-family: "span", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .link .inlink ul li a:hover {
    color: #707070;
  }
  footer .inner .link .inlink ul li span {
    color: #0F3770;
    font-family: "span", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .link .inlink ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .inner .link .inlink p {
    color: #0F3770;
    font-family: "span", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .link .inlink p a:hover {
    color: #0F3770;
  }
  footer .inner .link .inlink .pgtop a {
    color: #0F3770;
    font-family: "span", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .link .inlink .pgtop a:hover {
    color: #0F3770;
  }
}

/*# sourceMappingURL=style.css.map */
