@charset "UTF-8";
@import url("https://use.typekit.net/uwy6fnx.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 change {
  0% {
    background-image: url(../images/09.jpg), url(../images/09_2.jpg), url(../images/09_3.jpg);
  }
  33% {
    background-image: url(../images/09.jpg), url(../images/09_2.jpg), url(../images/09_3.jpg);
  }
  34% {
    background-image: url(../images/09_2.jpg), url(../images/09_3.jpg), url(../images/09.jpg);
  }
  66% {
    background-image: url(../images/09_2.jpg), url(../images/09_3.jpg), url(../images/09.jpg);
  }
  67% {
    background-image: url(../images/09_3.jpg), url(../images/09.jpg), url(../images/09_2.jpg);
  }
  100% {
    background-image: url(../images/09_3.jpg), url(../images/09.jpg), url(../images/09_2.jpg);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

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

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 300px;
  height: 17px;
  background-image: url(../images/title_bk.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;
  left: calc(50% - 150px);
  top: calc(50% - 8px);
}
#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: #000;
  opacity: 1;
  display: block;
}

header {
  width: 100%;
  padding: 0 0 60px 0;
  background-color: #000;
}
header:not(:last-child) {
  margin-bottom: 0;
}
header .inner {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
header .inner.on .title {
  opacity: 1;
}
header .inner.on .visual {
  opacity: 1;
}
header .inner .title {
  padding: 10px 0 0 10px;
}
header .inner .title h1 {
  width: 60px;
}
header .inner .visual {
  width: 84%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
header .inner .visual h2 {
  width: 30%;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

/* common credits------ */
.credits {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.credits > div:not(:last-child) {
  margin-bottom: 7px;
}
.credits > div.item-d-none dl dt {
  width: auto;
}
.credits > div.item-d-none dl dd {
  width: auto;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd span {
  color: #000;
  font-family: "richmond-display", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 0;
  display: inline-block;
}
.credits > div dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits > div dl dt {
  text-align: left;
  color: #000;
  font-family: "richmond-display", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt span {
  margin-left: 10px;
}
.credits > div dl dt span::after {
  content: "(Tax incl.)";
  display: inline-block;
}
.credits > div dl dt.white {
  color: #FFF;
}
.credits > div dl dd {
  width: 60px;
  margin-left: 20px;
}
.credits > div dl dd a {
  color: #000;
  font-family: "richmond-display", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  padding: 2px 9px 0;
  border: solid 1px #000;
  display: block;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd a:hover {
  opacity: 0.7;
}
.credits > div dl dd span {
  display: none;
}
.credits > div dl dd.white {
  color: #FFF;
}
.credits > div dl dd.white a {
  color: #FFF;
  font-family: "richmond-display", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  border: solid 1px #FFF;
}

/* -------------------- */
main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 2rem;
}
main .en {
  color: #000;
  font-family: "richmond-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0em;
}
main .sec {
  width: 100%;
  padding: 0 0 60px 0;
  margin-bottom: 0;
  background-color: #000;
}
main .sec#sec30:not(:last-child) {
  margin-bottom: 175px;
}
main .sec .insec {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
}
main .sec .insec.type1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec .insec.type1.on .photo:nth-child(1) {
  opacity: 1;
}
main .sec .insec.type1.on .photo:nth-child(2) {
  opacity: 1;
}
main .sec .insec.type1.on + .mycredit {
  opacity: 1;
}
main .sec .insec.type1 .photo {
  position: relative;
}
main .sec .insec.type1 .photo:nth-child(1) {
  width: 94%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type1 .photo .staff_credit {
  text-align: left;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #FFF;
  font-family: "richmond-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0em;
}
main .sec .insec.type1 + .mycredit {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main .sec .insec.type1 + .mycredit .credits {
  width: calc(50% - 46px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec.type2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec .insec.type2.on .photo:nth-child(1) {
  opacity: 1;
}
main .sec .insec.type2.on .photo:nth-child(2) {
  opacity: 1;
}
main .sec .insec.type2.on .text {
  opacity: 1;
}
main .sec .insec.type2.on + .mycredit {
  opacity: 1;
}
main .sec .insec.type2 .photo {
  width: 50%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type2 .photo .w65 {
  width: 65%;
  margin: 0 auto;
}
main .sec .insec.type2 .photo .w80 {
  width: 80%;
  margin: 0 auto;
}
main .sec .insec.type2 .text {
  width: 50%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type2 .text .inner {
  width: 80%;
  margin: 0 auto;
}
main .sec .insec.type2 .text .inner p:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec.type2 + .mycredit {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main .sec .insec.type2 + .mycredit .credits {
  width: calc(50% - 46px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec.type3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec .insec.type3.on .photo:nth-child(1) {
  opacity: 1;
}
main .sec .insec.type3.on .photo:nth-child(2) {
  opacity: 1;
}
main .sec .insec.type3.on + .mycredit {
  opacity: 1;
}
main .sec .insec.type3 .photo {
  position: relative;
}
main .sec .insec.type3 .photo:nth-child(1) {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type3 + .mycredit {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main .sec .insec.type3 + .mycredit .credits {
  width: calc(50% - 46px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec.type4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec.type4.on .photo:nth-child(1) {
  opacity: 1;
}
main .sec .insec.type4.on .photo:nth-child(2) {
  opacity: 1;
}
main .sec .insec.type4.on .photo .text {
  opacity: 1;
}
main .sec .insec.type4.on + .mycredit {
  opacity: 1;
}
main .sec .insec.type4 .photo {
  width: 50%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type4 .photo .w65 {
  width: 65%;
  margin: 0 auto;
}
main .sec .insec.type4 .photo .w80 {
  width: 80%;
  margin: 0 0 0 auto;
}
main .sec .insec.type4 .photo .w90 {
  width: 90%;
  margin: 30px auto 0;
}
main .sec .insec.type4 .photo .text {
  width: 100%;
  text-align: left;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type4 .photo .text .inner {
  width: 90%;
  margin: 20px auto 0;
}
main .sec .insec.type4 .photo .text .inner p:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec.type4 .photo .mt300 {
  margin-top: 300px;
}
main .sec .insec.type4 + .mycredit {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main .sec .insec.type4 + .mycredit .credits {
  width: calc(50% - 46px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec.type5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec .insec.type5.on .photo:nth-child(1) {
  opacity: 1;
}
main .sec .insec.type5.on .photo:nth-child(2) {
  opacity: 1;
}
main .sec .insec.type5.on + .mycredit {
  opacity: 1;
}
main .sec .insec.type5 .photo {
  position: relative;
}
main .sec .insec.type5 .photo:nth-child(1) {
  width: 80%;
  margin: 60px auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type5 + .mycredit {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main .sec .insec.type5 + .mycredit .credits {
  width: calc(50% - 46px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec.type6 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec .insec.type6.on .photo:nth-child(1) {
  opacity: 1;
}
main .sec .insec.type6.on .photo:nth-child(2) {
  opacity: 1;
}
main .sec .insec.type6.on + .mycredit {
  opacity: 1;
}
main .sec .insec.type6 .photo {
  width: 50%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type6 .photo .w90 {
  width: 90%;
  margin: 30px auto 0;
}
main .sec .insec.type6 .photo .mb20 {
  margin-bottom: 20px;
}
main .sec .insec.type6 + .mycredit {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main .sec .insec.type6 + .mycredit .credits {
  width: calc(50% - 46px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec.type7 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec .insec.type7.on .photo:nth-child(1) {
  opacity: 1;
}
main .sec .insec.type7.on .photo:nth-child(2) {
  opacity: 1;
}
main .sec .insec.type7.on .photo .text {
  opacity: 1;
}
main .sec .insec.type7.on + .mycredit {
  opacity: 1;
}
main .sec .insec.type7 .photo {
  width: 50%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type7 .photo:nth-child(1) {
  width: 60%;
}
main .sec .insec.type7 .photo:nth-child(2) {
  width: 40%;
}
main .sec .insec.type7 .photo .w90 {
  width: 90%;
  margin: 180px auto 30px;
}
main .sec .insec.type7 .photo .text {
  width: 100%;
  text-align: left;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type7 .photo .text .inner {
  width: 90%;
  margin: 20px auto 20px;
}
main .sec .insec.type7 .photo .text .inner p:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec.type7 + .mycredit {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main .sec .insec.type7 + .mycredit .credits {
  width: calc(50% - 46px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

footer {
  text-align: left;
  width: 100%;
  padding: 30px 0 90px 0;
  margin: 0 auto;
}
footer .infoot {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
footer .infoot div ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .infoot div ul li a, footer .infoot div ul li span {
  color: #000;
  font-family: "richmond-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
  color: #666666;
}
footer .infoot div p {
  color: #000;
  font-family: "richmond-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
footer .infoot .pgtop a {
  color: #000;
  font-family: "richmond-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot .pgtop a:hover {
  color: #666666;
  text-decoration: underline;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }
  header {
    width: 100%;
    padding: 0 0 30px 0;
  }
  header:not(:last-child) {
    margin-bottom: 0;
  }
  header .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
  }
  header .inner .visual {
    width: 100%;
  }
  header .inner .visual h2 {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  header .inner .title {
    padding: 20px 0 20px;
  }
  header .inner .title h1 {
    width: 70%;
    margin: 0 auto;
  }
  header .inner .text {
    width: calc(100% - 60px);
    height: calc(100% - 30px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  header .inner .text > div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header .inner .text > div::before {
    width: 24px;
    height: 32px;
    background-image: url(../images/logo2white.png);
    margin-bottom: 45px;
    display: block;
  }
  header .inner .text > div h1 {
    width: 129px;
    height: 90px;
    background-image: url(../images/title_white.png);
    margin-bottom: 50px;
  }
  header .inner .text > div ul li {
    height: 8px;
  }
  header .inner .text > div ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  header .inner .text > div ul li:nth-child(1) {
    background-image: url(../images/text_visual_w1.png);
    width: 118px;
  }
  header .inner .text > div ul li:nth-child(2) {
    background-image: url(../images/text_visual_w2.png);
    width: 111px;
  }
  header .inner .text > div ul li:nth-child(3) {
    background-image: url(../images/text_visual_w3.png);
    width: 129px;
  }
  /* common credits------ */
  .credits > div {
    width: 100%;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd span {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    padding: 4px 0;
    display: inline-block;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .credits > div dl dt {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong {
    color: #FFF;
    font-family: "richmond-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
  }
  .credits > div dl dt span {
    color: #FFF;
    font-family: "richmond-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 0px;
  }
  .credits > div dl dd {
    width: 50px;
    margin-left: 20px;
  }
  .credits > div dl dd a {
    color: #FFF;
    font-family: "richmond-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    padding: 2px 9px 1;
    border: solid 1px #FFF;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd a:hover {
    opacity: 0.7;
  }
  .credits > div dl dd span {
    display: none;
  }
  /* -------------------- */
  main {
    width: 100%;
    font-size: 1rem;
    position: relative;
    box-sizing: border-box;
  }
  main .en {
    color: #000;
    font-family: "richmond-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0em;
  }
  main .sec {
    width: 100%;
    padding: 0 0 30px 0;
  }
  main .sec .insec {
    width: 100%;
    margin: 0 auto;
  }
  main .sec .insec.type1 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec.type1 .photo:nth-child(1) {
    width: calc(100% - 20px);
    margin: 0 auto 0 0;
  }
  main .sec .insec.type1 .photo:nth-child(2) {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec.type1 .photo:nth-child(2) img {
    width: 100%;
  }
  main .sec .insec.type1 .photo .staff_credit {
    color: #FFF;
    font-family: "richmond-display", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0em;
  }
  main .sec .insec.type1 + .mycredit {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  main .sec .insec.type1 + .mycredit .credits {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type1 + .mycredit .credits > div {
    width: 100%;
  }
  main .sec .insec.type2 {
    width: 100%;
  }
  main .sec .insec.type2 .photo {
    width: 50%;
    position: relative;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .sec .insec.type2 .photo.sp_1col {
    width: 100%;
  }
  main .sec .insec.type2 .photo .w65 {
    width: 50%;
    margin: 30px auto;
  }
  main .sec .insec.type2 .photo .w80 {
    width: 80%;
    margin: 20px auto;
  }
  main .sec .insec.type2 .text {
    width: 50%;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .sec .insec.type2 .text.sp_1col {
    width: 100%;
  }
  main .sec .insec.type2 .text .inner {
    width: 90%;
    margin: 30px auto;
  }
  main .sec .insec.type2 .text .inner.text_left {
    text-align: left;
  }
  main .sec .insec.type2 .text .inner p:not(:last-child) {
    margin-bottom: 15px;
  }
  main .sec .insec.type3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec.type3:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec.type3 .photo:nth-child(1) {
    width: 100%;
  }
  main .sec .insec.type3 .photo:nth-child(2) {
    width: 100%;
  }
  main .sec .insec.type3 + .mycredit {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  main .sec .insec.type3 + .mycredit .credits {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type3 + .mycredit .credits > div {
    width: 100%;
  }
  main .sec .insec.type4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec.type4:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec.type4.on .photo {
    opacity: 1;
  }
  main .sec .insec.type4 .photo:nth-child(1) {
    width: 60%;
    margin: 20px auto 20px 20px;
  }
  main .sec .insec.type4 .photo:nth-child(2) {
    width: 80%;
    margin: 30px 0 20px auto;
  }
  main .sec .insec.type4 .photo .w90 {
    width: 100%;
    margin: 0 auto;
  }
  main .sec .insec.type4 .photo .text {
    width: 100%;
  }
  main .sec .insec.type4 .photo .text .inner {
    width: 100%;
    margin: 20px auto 0;
  }
  main .sec .insec.type4 .photo .text .inner p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec.type4 .photo .mt300 {
    margin-top: 30px;
  }
  main .sec .insec.type4 + .mycredit {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  main .sec .insec.type4 + .mycredit .credits {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type4 + .mycredit .credits > div {
    width: 100%;
  }
  main .sec .insec.type5 .photo:nth-child(1) {
    width: 80%;
    margin: 30px auto;
  }
  main .sec .insec.type5 + .mycredit {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  main .sec .insec.type5 + .mycredit .credits {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type5 + .mycredit .credits > div {
    width: 100%;
  }
  main .sec .insec.type6 .photo .w90 {
    margin: 0 auto;
  }
  main .sec .insec.type6 .photo .mb20 {
    margin-bottom: 10px;
  }
  main .sec .insec.type6 + .mycredit {
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s ease-in 1s;
  }
  main .sec .insec.type6 + .mycredit .credits {
    width: calc(50% - 46px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec.type7 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec.type7.on .photo:nth-child(1) {
    opacity: 1;
  }
  main .sec .insec.type7.on .photo:nth-child(2) {
    opacity: 1;
  }
  main .sec .insec.type7.on .photo .text {
    opacity: 1;
  }
  main .sec .insec.type7.on + .mycredit {
    opacity: 1;
  }
  main .sec .insec.type7 .photo {
    width: 100%;
    position: relative;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .sec .insec.type7 .photo:nth-child(1) {
    width: 80%;
    margin: 0 auto 0 0;
  }
  main .sec .insec.type7 .photo:nth-child(2) {
    width: 60%;
    margin: 0 20px 0 auto;
  }
  main .sec .insec.type7 .photo .w90 {
    width: 100%;
    margin: 30px auto 20px;
  }
  main .sec .insec.type7 .photo .text {
    width: 100%;
    text-align: left;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .sec .insec.type7 .photo .text .inner {
    width: 90%;
    margin: 20px auto 20px;
  }
  main .sec .insec.type7 .photo .text .inner p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec.type7 + .mycredit {
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s ease-in 1s;
  }
  main .sec .insec.type7 + .mycredit .credits {
    width: calc(50% - 46px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer {
    padding: 30px 0 60px 0;
  }
  footer .infoot {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  footer .infoot div ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot div ul li a, footer .infoot div ul li span {
    color: #000;
    font-family: "richmond-display", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
    color: #000;
  }
  footer .infoot div p {
    color: #000;
    font-family: "richmond-display", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
  footer .infoot .pgtop a {
    color: #000;
    font-family: "richmond-display", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot .pgtop a:hover {
    color: #000;
  }
}/*# sourceMappingURL=style.css.map */