@import url("https://use.typekit.net/dgu0hih.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: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #E3E3E3;
  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: 260px;
  height: 30px;
  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;
  position: absolute;
  left: calc(50% - 130px);
  top: calc(50% - 15px);
}
#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: 50px 0 0 0;
}
header:not(:last-child) {
  margin-bottom: 200px;
}
header .inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .inner.on .visual {
  opacity: 1;
}
header .inner.on .text {
  opacity: 1;
}
header .inner .visual {
  width: 50%;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
header .inner .text {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
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 {
  content: "";
  width: 31px;
  height: 41px;
  background-image: url(../images/logo2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 65px;
  display: block;
}
header .inner .text > div h1 {
  width: 172px;
  height: 120px;
  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;
  margin-bottom: 65px;
}
header .inner .text > div ul li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 11px;
}
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_visual1.png);
  width: 157px;
}
header .inner .text > div ul li:nth-child(2) {
  background-image: url(../images/text_visual2.png);
  width: 147px;
}
header .inner .text > div ul li:nth-child(3) {
  background-image: url(../images/text_visual3.png);
  width: 171px;
}

nav h1 {
  width: 130px;
  height: 15px;
  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;
  position: fixed;
  top: 50px;
  left: calc(90% - 130px);
  z-index: 10;
}
nav ul {
  width: 1.2rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 5;
}
nav ul li:not(:last-child) {
  margin-bottom: 5px;
}
nav ul li span {
  color: #000;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
}
nav ul li a {
  color: #000;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
  transition: all 0.25s ease-in 0s;
}
nav ul li a:hover {
  color: #000;
}

/* 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.4rem;
  font-weight: 500;
  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: flex-start;
  align-items: center;
}
.credits > div dl dt {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt strong {
  color: #000;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
.credits > div dl dt span {
  color: #000;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
}
.credits > div dl dt span::after {
  content: "(TAX IN)";
  display: inline-block;
}
.credits > div dl dd {
  width: 60px;
  margin-left: 20px;
}
.credits > div dl dd a {
  color: #000;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 3px 9px;
  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;
}

/* -------------------- */
main {
  width: 100%;
  margin-bottom: 200px;
  position: relative;
  box-sizing: border-box;
}
main .sec {
  width: 100%;
  padding: 0px;
}
main .sec#sec1:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec2:not(:last-child) {
  margin-bottom: 200px;
}
main .sec#sec3:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec4:not(:last-child) {
  margin-bottom: 200px;
}
main .sec#sec5:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec6:not(:last-child) {
  margin-bottom: 175px;
}
main .sec#sec7 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec7 ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec7 ul li {
  width: 270px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec#sec7 ul li:not(:last-child) {
  margin-bottom: 10px;
}
main .sec#sec7 ul li span {
  color: #000;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
  width: 100px;
}
main .sec#sec7 ul li a {
  color: #000;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  width: 150px;
}
main .sec#sec7 ul li a:hover {
  color: #666666;
}
main .sec .insec {
  width: 80%;
  margin: 0 auto;
}
main .sec .insec.type1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec .insec.type1:not(:last-child) {
  margin-bottom: 20px;
}
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:nth-child(1) {
  width: calc(50% - 46px);
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type1 .photo:nth-child(2) {
  width: calc(50% - 46px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec .insec.type1 .photo:nth-child(2) img {
  width: 80%;
}
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 {
  width: 50%;
}
main .sec .insec.type2:not(:last-child) {
  margin-bottom: 200px;
}
main .sec .insec.type2.on .combo .photo {
  opacity: 1;
}
main .sec .insec.type2.on .combo .credits {
  opacity: 1;
}
main .sec .insec.type2 .combo {
  width: 100%;
}
main .sec .insec.type2 .combo .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type2 .combo .photo:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec.type2 .combo .credits {
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
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:nth-child(1) {
  width: calc(50% - 46px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type3 .photo:nth-child(1) img {
  width: 80%;
}
main .sec .insec.type3 .photo:nth-child(2) {
  width: calc(50% - 46px);
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
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.type3 + .mycredit .credits > div {
  width: 80%;
}
main .sec .insec.type4 {
  width: calc(100% - 100px);
  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:nth-child(1) {
  opacity: 1;
}
main .sec .insec.type4.on .photo:nth-child(2) {
  opacity: 1;
}
main .sec .insec.type4.on .photo:nth-child(3) {
  opacity: 1;
}
main .sec .insec.type4.on + .mycredit {
  opacity: 1;
}
main .sec .insec.type4 .photo {
  width: calc((100% - 100px) / 3);
  opacity: 0;
}
main .sec .insec.type4 .photo:nth-child(1) {
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type4 .photo:nth-child(2) {
  transition: all 0.5s ease-in 0.3s;
}
main .sec .insec.type4 .photo:nth-child(3) {
  transition: all 0.5s ease-in 0.6s;
}
main .sec .insec.type4 + .mycredit {
  width: calc((100% - 200px) / 3);
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main .sec .insec.type4 + .mycredit .credits {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec.type4 + .mycredit .credits > div {
  width: 100%;
}
main .sec .insec.type5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec.type5:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec.type5.on .photo {
  opacity: 1;
}
main .sec .insec.type5.on + .mycredit {
  opacity: 1;
}
main .sec .insec.type5 .photo {
  width: calc(50% - 46px);
  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 0.5s;
}
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;
}

footer {
  text-align: left;
  width: 100%;
  padding: 30px 0 90px 0;
  margin: 0 auto;
  border-top: solid 1px #000;
}
footer .infoot {
  width: 80%;
  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: "franklin-gothic-urw-cond", 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: "franklin-gothic-urw-cond", 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: "franklin-gothic-urw-cond", 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: 30px 0 0 0;
  }
  header:not(:last-child) {
    margin-bottom: 180px;
  }
  header .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
  }
  header .inner .visual {
    width: calc(100% - 30px);
  }
  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;
  }

  nav h1 {
    top: 7px;
    right: 10px;
    left: auto;
  }
  nav ul {
    width: 1.2rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    top: 30px;
    left: 8px;
  }

  /* 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.4rem;
    font-weight: 500;
    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: #000;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .credits > div dl dt span {
    color: #000;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 0px;
  }
  .credits > div dl dd {
    width: 60px;
    margin-left: 20px;
  }
  .credits > div dl dd a {
    color: #000;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 3px 9px;
    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;
  }

  /* -------------------- */
  main {
    width: 100%;
    margin-bottom: 150px;
    position: relative;
    box-sizing: border-box;
  }
  main .sec {
    width: 100%;
    padding: 0px;
  }
  main .sec#sec1:not(:last-child) {
    margin-bottom: 150px;
  }
  main .sec#sec2:not(:last-child) {
    margin-bottom: 200px;
  }
  main .sec#sec3:not(:last-child) {
    margin-bottom: 150px;
  }
  main .sec#sec4:not(:last-child) {
    margin-bottom: 200px;
  }
  main .sec#sec5:not(:last-child) {
    margin-bottom: 150px;
  }
  main .sec#sec6:not(:last-child) {
    margin-bottom: 150px;
  }
  main .sec#sec7 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec7 ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec7 ul li {
    width: 100%;
  }
  main .sec#sec7 ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec#sec7 ul li span {
    width: calc(40% - 10px);
  }
  main .sec#sec7 ul li a {
    white-space: nowrap;
    width: calc(60% - 10px);
  }
  main .sec#sec7 ul li a:hover {
    color: #000;
  }
  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: 100%;
    margin-bottom: 30px;
  }
  main .sec .insec.type1 .photo:nth-child(2) {
    width: calc(100% - 60px);
    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 + .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 .combo {
    width: 100%;
  }
  main .sec .insec.type2 .combo .photo {
    width: 100%;
  }
  main .sec .insec.type2 .combo .photo:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec.type2 .combo .credits {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  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: calc(100% - 60px);
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec.type3 .photo:nth-child(1) img {
    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 {
    width: auto;
    margin: 0 15px;
  }
  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 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec.type5:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec.type5 > .photo {
    width: calc(100% - 60px);
  }
  main .sec .insec.type5 > .photo:not(:last-child) {
    margin-bottom: 30px;
  }
  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%;
  }

  footer {
    padding: 30px 0 60px 0;
  }
  footer .infoot {
    width: calc(100% - 30px);
    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: "franklin-gothic-urw-cond", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    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: "franklin-gothic-urw-cond", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
  footer .infoot .pgtop a {
    color: #000;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot .pgtop a:hover {
    color: #000;
  }
}

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