@charset "UTF-8";
@import url("https://use.typekit.net/vpv6zwm.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 kurukuru {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fillblack {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 -10%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #111;
  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: scroll;
}
body.looking {
  overflow: hidden;
}

a {
  color: #111;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

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

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;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: #707070;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000000;
  display: block;
}
#loader .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: background-color 0.5s ease-in;
}
#loader .text h3 {
  width: 206px;
  height: 26px;
  background-image: url(../images/logo_blk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 103px);
  transition: all 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#loader.on .text h3 {
  opacity: 0;
}

header {
  width: 100%;
  padding: 30px 30px 0 30px;
  position: fixed;
  z-index: 999;
  pointer-events: none;
}
header h1 {
  width: 206px;
  height: 27px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin: 0;
}
header ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 30px;
  left: 15px;
}
header ul li {
  pointer-events: auto;
}
header ul li a {
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
header ul li a:hover {
  color: #111;
}
header ul li:not(:last-child) {
  margin-bottom: 10px;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0 0 140px 0;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
main section .credits {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section .credits.on {
  opacity: 1;
}
main section .credits .credit {
  width: 360px;
  padding: 0px;
  margin: 0 auto;
}
main section .credits .credit:not(:last-child) {
  margin-bottom: 5px;
}
main section .credits .credit dl {
  text-align: left;
  min-height: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main section .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .credits .credit dl dt strong:nth-child(1) {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section .credits .credit dl dt strong:nth-child(2) {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
}
main section .credits .credit dl dt strong:nth-child(2)::before {
  content: "/";
  padding: 0 5px 0 0;
}
main section .credits .credit dl dt span {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0 0 0 5px;
}
main section .credits .credit dl dt span:not(.nc)::after {
  content: "(TAX IN)";
  padding: 0 0 0 5px;
}
main section .credits .credit dl dd {
  width: auto;
  box-sizing: border-box;
}
main section .credits .credit dl dd a {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main section .credits .credit dl dd a:hover {
  color: #000000;
}
main section .credits .credit dl dd a:not([href]) {
  display: none;
}
main section .credits .credit dl dd a:not([href]) + span {
  color: #F2F0ED;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main section .credits .credit dl dd a:not([href]) + a.linelink {
  display: inline-block;
}
main section .credits .credit dl dd a[href] {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section .credits .credit dl dd a[href] + a.linelink {
  display: none;
}
main section .credits .credit dl dd a + span {
  display: none;
}
main section .credits .credit dl dd a.items__a {
  color: #F2F0ED;
  text-decoration: none;
  background-color: #111;
  width: 40px;
  height: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section .credits .credit dl dd a.items__a:hover {
  background-color: #707070;
}
main section .credits .credit dl dd span {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  min-height: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section#visual {
  width: 100%;
  margin-bottom: 100px;
}
main section#visual .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main section#visual .inner h2 {
  width: 100%;
  margin-bottom: 5px;
  opacity: 0;
  transition: all 0.5s ease-in 1.2s;
}
main section#visual .inner h2 span {
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 9.45vw;
}
main section#visual .inner .combo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#visual .inner .combo:first-child {
  margin-bottom: 5px;
}
main section#visual .inner .combo:first-child > div:nth-child(1) {
  transition-delay: 0.1s;
}
main section#visual .inner .combo:first-child > div:nth-child(2) {
  transition-delay: 0.2s;
}
main section#visual .inner .combo:first-child > div:nth-child(3) {
  transition-delay: 0.3s;
}
main section#visual .inner .combo:first-child > div:nth-child(4) {
  transition-delay: 0.4s;
}
main section#visual .inner .combo:first-child > div:nth-child(5) {
  transition-delay: 0.5s;
}
main section#visual .inner .combo:first-child > div:nth-child(6) {
  transition-delay: 0.6s;
}
main section#visual .inner .combo:first-child > div:nth-child(7) {
  transition-delay: 0.7s;
}
main section#visual .inner .combo:first-child > div:nth-child(8) {
  transition-delay: 0.8s;
}
main section#visual .inner .combo:first-child > div:nth-child(9) {
  transition-delay: 0.9s;
}
main section#visual .inner .combo:first-child > div:nth-child(10) {
  transition-delay: 1s;
}
main section#visual .inner .combo:last-child > div:nth-child(1) {
  transition-delay: 0.5s;
}
main section#visual .inner .combo:last-child > div:nth-child(2) {
  transition-delay: 0.4s;
}
main section#visual .inner .combo:last-child > div:nth-child(3) {
  transition-delay: 0.3s;
}
main section#visual .inner .combo:last-child > div:nth-child(4) {
  transition-delay: 0.2s;
}
main section#visual .inner .combo:last-child > div:nth-child(5) {
  transition-delay: 0.1s;
}
main section#visual .inner .combo:last-child > div:nth-child(6) {
  transition-delay: 1s;
}
main section#visual .inner .combo:last-child > div:nth-child(7) {
  transition-delay: 0.9s;
}
main section#visual .inner .combo:last-child > div:nth-child(8) {
  transition-delay: 0.8s;
}
main section#visual .inner .combo:last-child > div:nth-child(9) {
  transition-delay: 0.7s;
}
main section#visual .inner .combo:last-child > div:nth-child(10) {
  transition-delay: 0.6s;
}
main section#visual .inner .combo > div {
  width: calc((100% - 20px) / 5);
  opacity: 0;
  transition: all 0.3s ease-in 0s;
}
main section#visual .inner .combo > div:not(:nth-child(5n+1)) {
  margin-left: 5px;
}
main section#visual .inner .combo > div:not(:nth-child(n+6)) {
  margin-bottom: 5px;
}
main section#visual .inner .combo > div img {
  width: 100%;
  transition: opacity 0.25s ease-in;
}
main section#visual .inner .combo > div img:hover {
  opacity: 0.8;
}
main section#visual.on .inner h2 {
  opacity: 1;
}
main section#visual.on .inner .combo > div {
  opacity: 1;
}
main section#lead {
  width: 100%;
  margin-bottom: 150px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#lead.on {
  opacity: 1;
}
main section#lead h3 {
  background-image: url(../images/title_lead.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 561px;
  height: 125px;
  margin: 0 auto 60px auto;
}
main section#lead p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
}
main section.sec {
  width: 100%;
}
main section.sec:not(:last-child) {
  margin-bottom: 250px;
}
main section.sec#sec1 .block.b1 .b-head h3 {
  background-image: url(../images/title_style1.png);
  width: 104px;
}
main section.sec#sec2 .block.b1 .b-head h3 {
  background-image: url(../images/title_style2.png);
  width: 106px;
}
main section.sec#sec3 .block.b1 .b-head h3 {
  background-image: url(../images/title_style3.png);
  width: 106px;
}
main section.sec#sec4 .block.b1 .b-head h3 {
  background-image: url(../images/title_style4.png);
  width: 107px;
}
main section.sec#sec5 .block.b1 .b-head h3 {
  background-image: url(../images/title_style5.png);
  width: 106px;
}
main section.sec#sec6 .block.b1 .b-head h3 {
  background-image: url(../images/title_style6.png);
  width: 106px;
}
main section.sec#sec7 .block.b1 .b-head h3 {
  background-image: url(../images/title_style7.png);
  width: 106px;
}
main section.sec#sec8 .block.b1 .b-head h3 {
  background-image: url(../images/title_style8.png);
  width: 106px;
}
main section.sec .block {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section.sec .block.on {
  opacity: 1;
}
main section.sec .block.b1 {
  width: 1040px;
  margin: 0 auto 100px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec .block.b1 .b-head {
  width: 600px;
  padding-top: 35px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec .block.b1 .b-head:not(:last-child) {
  margin-bottom: 60px;
}
main section.sec .block.b1 .b-head .photo {
  width: 100%;
}
main section.sec .block.b1 .b-head h3 {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 71px;
  position: absolute;
  top: 0px;
  left: 0px;
}
main section.sec .block.b1 dl:not(:last-child) {
  margin-bottom: 60px;
}
main section.sec .block.b1 dl dt {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
main section.sec .block.b1 dl dd a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main section.sec .block.b1 dl dd a:hover {
  opacity: 0.7;
}
main section.sec .block.b1 dl dd a::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_insta.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main section.sec .block.b1 dl dd a span {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
  display: inline-block;
}
main section.sec .block.b1 p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
}
main section.sec .block.b2 {
  width: 1040px;
  margin: 0 auto 80px auto;
}
main section.sec .block.b2 .photos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section.sec .block.b2 .photos .photo {
  width: calc((100% - 15px) / 4);
}
main section.sec .block.b2 .photos .photo:not(:nth-child(4n+1)) {
  margin-left: 5px;
}
main section.sec .block.b2 .photos .photo:nth-child(-n+4) {
  margin-bottom: 5px;
}
main section.sec .block.b3 {
  width: 1040px;
  margin: 0 auto;
  position: relative;
}
main section.sec .block.b3:not(:last-child) {
  margin-bottom: 80px;
}
main section.sec .block.b3 dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec .block.b3 dl dt {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
main section.sec .block.b3 dl dd p {
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
}
main section.prof {
  width: 600px;
  margin: 0 auto;
}
main section.prof:not(:last-child) {
  margin-bottom: 130px;
}
main section.prof .inner {
  text-align: left;
  width: 100%;
  padding: 30px;
  border: solid 1px #111;
}
main section.prof .inner dl {
  margin-bottom: 20px;
}
main section.prof .inner dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section.prof .inner dl dt strong {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
main section.prof .inner dl dt span {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-left: 5px;
}
main section.prof .inner dl dd {
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
}
main section.prof .inner p {
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 25px;
}
main section.prof .inner .link a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main section.prof .inner .link a:hover {
  opacity: 0.7;
}
main section.prof .inner .link a::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_insta.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main section.prof .inner .link a span {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
  display: inline-block;
}
main .banner {
  width: 500px;
  margin: 0 auto;
}
main .banner a {
  display: block;
}
main .banner a img {
  transition: all 0.25s ease-in 0s;
}
main .banner a img:hover {
  opacity: 0.8;
}

footer {
  text-align: left;
  width: 100%;
  padding: 55px 40px;
  margin: 0 auto;
  border-top: solid 1px #111;
  box-sizing: border-box;
}
footer .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .inner ul li a {
  color: #111;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
footer .inner ul li a:hover {
  opacity: 0.8;
}
footer .inner ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .inner p {
  color: #707070;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

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

  header {
    padding: 10px 10px 0 10px;
  }
  header h1 {
    width: 120px;
    height: 15px;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0 0 90px 0;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
  }
  main section .credits {
    width: 100%;
  }
  main section .credits .credit {
    width: calc(100% - 80px);
    padding: 0px;
    margin: 0 auto;
  }
  main section#visual {
    margin-bottom: 50px;
  }
  main section#lead {
    width: calc(100% - 40px);
    margin: 0 auto 50px auto;
  }
  main section#lead h3 {
    width: 100%;
    height: calc((100vw - 40px) * 0.222);
    margin: 0 auto 50px auto;
  }
  main section#lead p {
    text-align: left;
  }
  main section#lead p br {
    display: none;
  }
  main section.sec:not(:last-child) {
    margin-bottom: 125px;
  }
  main section.sec#sec1 .block.b1 .b-head h3 {
    background-image: url(../images/title_style1.png);
    width: 104px;
  }
  main section.sec#sec2 .block.b1 .b-head h3 {
    background-image: url(../images/title_style2.png);
    width: 106px;
  }
  main section.sec#sec3 .block.b1 .b-head h3 {
    background-image: url(../images/title_style3.png);
    width: 106px;
  }
  main section.sec#sec4 .block.b1 .b-head h3 {
    background-image: url(../images/title_style4.png);
    width: 107px;
  }
  main section.sec#sec5 .block.b1 .b-head h3 {
    background-image: url(../images/title_style5.png);
    width: 106px;
  }
  main section.sec#sec6 .block.b1 .b-head h3 {
    background-image: url(../images/title_style6.png);
    width: 106px;
  }
  main section.sec#sec7 .block.b1 .b-head h3 {
    background-image: url(../images/title_style7.png);
    width: 106px;
  }
  main section.sec#sec8 .block.b1 .b-head h3 {
    background-image: url(../images/title_style8.png);
    width: 106px;
  }
  main section.sec .block.b1 {
    width: calc(100% - 40px);
    margin: 0 auto 50px auto;
  }
  main section.sec .block.b1 .b-head {
    width: 100%;
    padding-top: 20px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.sec .block.b1 .b-head:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.sec .block.b1 .b-head h3 {
    height: 41px;
  }
  main section.sec .block.b1 p {
    text-align: left;
  }
  main section.sec .block.b1 p br {
    display: none;
  }
  main section.sec .block.b2 {
    width: 100%;
    margin: 0 auto 50px auto;
  }
  main section.sec .block.b2 .photos .photo {
    width: calc((100% - 4px) / 2);
  }
  main section.sec .block.b2 .photos .photo:not(:nth-child(4n+1)) {
    margin-left: 0px;
  }
  main section.sec .block.b2 .photos .photo:nth-child(-n+4) {
    margin-bottom: 0px;
  }
  main section.sec .block.b2 .photos .photo:not(:nth-child(2n+1)) {
    margin-left: 4px;
  }
  main section.sec .block.b2 .photos .photo:nth-child(-n+4) {
    margin-bottom: 4px;
  }
  main section.sec .block.b2 .photos .photo:nth-child(7) {
    width: 100%;
    padding: 20px 20px 4px 20px;
    margin: 0px;
  }
  main section.sec .block.b2 .photos .photo:nth-child(8) {
    width: 100%;
    padding: 0 20px;
    margin: 0px;
  }
  main section.sec .block.b3 {
    width: calc(100% - 40px);
  }
  main section.sec .block.b3:not(:last-child) {
    margin-bottom: 50px;
  }
  main section.sec .block.b3 dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.sec .block.b3 dl dd p {
    text-align: left;
  }
  main section.sec .block.b3 dl dd p br {
    display: none;
  }
  main section.prof {
    width: calc(100% - 40px);
  }
  main section.prof:not(:last-child) {
    margin-bottom: 80px;
  }
  main section.prof .inner {
    text-align: left;
    width: 100%;
    padding: 30px;
    border: solid 1px #111;
  }
  main section.prof .inner dl {
    margin-bottom: 20px;
  }
  main section.prof .inner dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3px;
  }
  main section.prof .inner dl dt strong {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.prof .inner dl dt span {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  main section.prof .inner dl dd {
    color: #000000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0.02em;
  }
  main section.prof .inner p {
    color: #000000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 20px;
  }
  main .banner {
    width: calc(100% - 40px);
  }

  footer {
    padding: 20px 20px 40px 20px;
  }
  footer .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner ul {
    margin-bottom: 20px;
  }
  footer .inner ul li a {
    color: #111;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  footer .inner ul li a:hover {
    opacity: 1;
  }
  footer .inner ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .inner p {
    color: #707070;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 375px) {
  main section .credits .credit {
    width: calc(100% - 40px);
  }
}

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