@charset "UTF-8";
@import url("https://use.typekit.net/tat7czp.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;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #E7A01D;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

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

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

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, nav, footer {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #E7A01D;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  transition: opacity 0.5s ease-in 0s;
}
#loader .logo {
  width: 100px;
  height: 70px;
  background-image: url(../images/logo_417.svg);
  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(208, 67, 57, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #D04339;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

header {
  width: 100%;
  padding: 0 0 100px;
}
header .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
header .inner.on .visual .lead {
  opacity: 1;
}
header .inner.on nav {
  opacity: 1;
}
header .inner nav {
  width: 100%;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 38px;
  right: 60px;
  opacity: 0;
  transition: all 0.2s ease-in 0.25s;
}
header .inner nav .links {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
header .inner nav .links p {
  color: #D04339;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
header .inner nav .links p:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #D04339;
}
header .inner nav .links p a {
  transition: all 0.25s ease-in 0s;
  color: #D04339;
}
header .inner nav .links p a:hover {
  opacity: 0.6;
}
header .inner .frame {
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  margin: 60px;
  position: absolute;
  z-index: 1;
  border: solid #D04339 5px;
}
header .inner .visual {
  width: 100%;
  padding: 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .inner .visual .photo {
  width: 50%;
}
header .inner .visual .lead {
  width: 50%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .inner .visual .lead .inner {
  width: 280px;
  text-align: center;
}
header .inner .visual .lead .inner .sub_title {
  color: #D04339;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  padding-bottom: 10px;
}
header .inner .visual .lead .inner h1 {
  color: #D04339;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: italic;
  padding-bottom: 36px;
}
header .inner .visual .lead .inner .lead_text {
  width: 240px;
  margin: 0 auto;
  color: #D04339;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0em;
  font-style: normal;
  text-align: left;
}
header .inner .visual .lead .inner .lead_text:not(:last-child) {
  padding-bottom: 12px;
}

/* common credits------ */
.credits {
  width: 350px;
  padding: 15px;
  position: absolute;
  bottom: 20px;
  right: -220px;
  background-color: #D04339;
}
.credits.blue {
  background-color: #0E61BB;
}
.credits.blue dd a {
  color: #0E61BB;
}
.credits.orange {
  background-color: #E7A01D;
}
.credits.orange dd a {
  color: #E7A01D;
}
.credits.left_bottom {
  top: 650px;
  bottom: inherit;
  left: 40px;
}
.credits > div {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
  padding: 0 0 10px;
  border-bottom: dotted 1px #FFF;
}
.credits > div:hover {
  opacity: 0.7;
}
.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;
  font-style: normal;
  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: center;
}
.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:nth-child(1) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #FFF;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  padding-bottom: 2px;
}
.credits > div dl dt strong:nth-child(2) {
  color: #FFF;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
.credits > div dl dt strong span:not(:first-child) {
  margin-left: 5px;
}
.credits > div dl dd a {
  color: #D04339;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  padding: 1px 15px;
  display: block;
  background-color: #FFF;
}
.credits > div dl dd span {
  display: none;
}

/*--------- SLICK -----------*/
.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* -------------------- */
main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
  background-color: #FFF;
}
main .notoverlap {
  position: relative;
}
main .background_orange {
  background-color: #E7A01D;
  padding: 100px 0;
}
main .background_red {
  background-color: #D04339;
  padding: 100px 0;
}
main .background_white {
  background-color: #FFF;
  padding: 100px 0;
}
main .background_blue {
  background-color: #0E61BB;
  padding: 100px 0;
}
main .sec {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
main .sec:not(:last-child) {
  margin-bottom: 100px;
}
main .sec .insec {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
main .sec .insec .photo {
  position: relative;
}
main .sec .insec.type1 {
  width: 590px;
}
main .sec .insec.type1.on .photo {
  opacity: 1;
}
main .sec .insec.type1.on .credits {
  opacity: 1;
}
main .sec .insec.type1 .photo {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type1 .credits {
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec .insec.type2 {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  /*.credits{
  	width: 80%;
  	margin: 0 auto;
  	opacity: 0;
  	@include motion(all 0.5s ease-in 0.5s);
  	padding-bottom: 200px;
  }*/
}
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 .credits {
  opacity: 1;
}
main .sec .insec.type2 .photo {
  width: calc((100% - 10px) / 2);
  opacity: 0;
  transition: all 0.25s ease-in 0.25s;
}
main .sec .insec.type3 {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
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 .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type3 .photo:nth-child(1) {
  width: 45%;
}
main .sec .insec.type3 .photo:nth-child(2) {
  width: 40%;
  margin-top: 350px;
}
main .sec .insec.type4 {
  width: 400px;
  padding: 100px 0;
}
main .sec .insec.type4.on .photo {
  opacity: 1;
}
main .sec .insec.type4.on .credits {
  opacity: 1;
}
main .sec .insec.type4 .photo {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type5 {
  width: 710px;
}
main .sec .insec.type5.on .photo > div:nth-child(1) {
  opacity: 1;
}
main .sec .insec.type5.on .photo > div:nth-child(2) {
  opacity: 1;
}
main .sec .insec.type5.on .credits {
  opacity: 1;
}
main .sec .insec.type5 .photo > div:nth-child(1) {
  width: 590px;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type5 .photo > div:nth-child(2) {
  width: 315px;
  position: absolute;
  top: -70px;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
main .sec .insec.type6 {
  width: 730px;
  padding: 50px 0 230px;
  position: relative;
  background: url(../images/bg_parisnari.svg) no-repeat;
  background-position: top right;
}
main .sec .insec.type6.on .photo {
  opacity: 1;
}
main .sec .insec.type6.on .credits {
  opacity: 1;
}
main .sec .insec.type6.on .hum {
  opacity: 1;
}
main .sec .insec.type6.on .drink {
  opacity: 1;
}
main .sec .insec.type6 .photo {
  width: 500px;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type6 .hum {
  width: 260px;
  position: absolute;
  top: 530px;
  right: 55px;
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
main .sec .insec.type6 .drink {
  width: 100px;
  position: absolute;
  bottom: -70px;
  left: 200px;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec .insec.type7 {
  width: 830px;
  padding-bottom: 100px;
}
main .sec .insec.type7.on .photo > div:nth-child(1) {
  opacity: 1;
}
main .sec .insec.type7.on .photo > div:nth-child(2) {
  opacity: 1;
}
main .sec .insec.type7.on .credits {
  opacity: 1;
}
main .sec .insec.type7 .photo {
  margin-top: 620px;
}
main .sec .insec.type7 .photo > div:nth-child(1) {
  width: 590px;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
main .sec .insec.type7 .photo > div:nth-child(2) {
  width: 700px;
  position: absolute;
  top: -620px;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}

.sns {
  width: 100%;
  padding: 100px 0;
  margin: 0 auto;
  text-align: center;
}
.sns .inner {
  width: 50%;
  margin: 0 auto;
}
.sns .inner h2 {
  color: #D04339;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  padding-bottom: 20px;
}
.sns .inner .icon {
  width: 40px;
  margin: 0 auto 10px;
}
.sns .inner p {
  color: #D04339;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
.sns .inner a {
  display: inline-block;
}
.sns .inner a:hover {
  opacity: 0.6;
}

footer {
  position: relative;
  text-align: left;
  width: 100%;
  padding: 50px 20px 50px 50px;
  margin: 0 auto;
  border-top: solid 3px #D04339;
}
footer .infoot {
  width: 100%;
  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: 50px;
}
footer .infoot div ul li:not(:last-child) {
  margin-bottom: 12px;
}
footer .infoot div ul li a, footer .infoot div ul li span {
  color: #D04339;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
  opacity: 0.6;
}
footer .infoot div p {
  color: #D04339;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
footer .infoot .pgtop {
  writing-mode: vertical-rl;
  width: 1.4rem;
}
footer .infoot .pgtop a {
  color: #D04339;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: underline;
}
footer .infoot .pgtop a:hover {
  opacity: 0.6;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  #loader .logo {
    width: 60px;
    height: 42px;
  }
  #loader .bar {
    height: 8px;
  }
  header {
    width: 100%;
    padding: 0;
  }
  header:not(:last-child) {
    margin-bottom: 0;
  }
  header .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  header .inner nav {
    width: 100%;
    height: 40px;
    padding: 10px 10px;
    margin: 0 auto;
    position: static;
  }
  header .inner nav .links {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  header .inner nav .links p {
    color: #D04339;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  header .inner .frame {
    width: calc(100% - 40px);
    height: calc(100% - 50px);
    margin: 0 auto;
    position: absolute;
    border-width: 3px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .inner .visual {
    width: calc(100% - 20px);
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  header .inner .visual .photo {
    width: 100%;
  }
  header .inner .visual .lead {
    width: 70%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header .inner .visual .lead .inner {
    width: 100%;
    padding: 12vw 0;
  }
  header .inner .visual .lead .inner .sub_title {
    color: #D04339;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 8px;
  }
  header .inner .visual .lead .inner h1 {
    color: #D04339;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 5.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: italic;
    padding-bottom: 20px;
  }
  header .inner .visual .lead .inner .lead_text {
    width: 100%;
    color: #D04339;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0em;
    font-style: normal;
  }
  header .inner .visual .lead .inner .lead_text:not(:last-child) {
    padding-bottom: 12px;
  }
  /* common credits------ */
  .credits {
    width: 100%;
    padding: 12px;
    position: static;
  }
  .credits.left_bottom {
    top: 650px;
    bottom: inherit;
    left: 40px;
  }
  .credits > div {
    width: 100%;
    width: 100%;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-bottom: dotted 1px #FFF;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 8px;
  }
  .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: 0em;
    letter-spacing: 0rem;
    font-style: 1;
    padding: 4px 0;
    display: inline-block;
  }
  .credits > div dl {
    width: 100%;
  }
  .credits > div dl dt strong:nth-child(1) {
    color: #FFF;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    padding-bottom: 2px;
  }
  .credits > div dl dt strong:nth-child(2) {
    color: #FFF;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  .credits > div dl dt strong span:not(:first-child) {
    margin-left: 5px;
  }
  .credits > div dl dd a {
    color: #D04339;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
    padding: 1px 12px;
  }
  .credits > div dl dd span {
    display: none;
  }
  /* -------------------- */
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main .background_orange {
    padding: 50px 0;
  }
  main .background_red {
    padding: 50px 0;
  }
  main .background_white {
    padding: 50px 0;
  }
  main .background_blue {
    padding: 50px 0;
  }
  main .sec {
    width: 100%;
    padding: 0px;
  }
  main .sec:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec .insec {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 50px;
  }
  main .sec .insec .num {
    width: 90px;
    padding: 0;
  }
  main .sec .insec h2 {
    width: 100%;
    padding: 10px 0 30px;
    color: #333333;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 0em;
    letter-spacing: 0rem;
    font-style: 1;
    text-align: left;
  }
  main .sec .insec .photo {
    position: relative;
  }
  main .sec .insec .photo:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec .photo:nth-child(2) {
    margin-bottom: 0;
  }
  main .sec .insec.type1 {
    width: 100%;
    padding: 0 20px;
  }
  main .sec .insec.type1 .photo {
    width: 100%;
    margin-bottom: 0;
  }
  main .sec .insec.type2 {
    width: 100%;
    padding: 0 20px;
  }
  main .sec .insec.type2 .photo {
    width: 100%;
  }
  main .sec .insec.type3 {
    width: 100%;
    padding: 0 20px;
  }
  main .sec .insec.type3 .photo {
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .sec .insec.type3 .photo:nth-child(1) {
    width: 70%;
    margin: 0 auto 20px 0;
  }
  main .sec .insec.type3 .photo:nth-child(2) {
    width: 60%;
    margin: 0 0 0 auto;
  }
  main .sec .insec.type4 {
    width: 60%;
    margin: 0 auto;
    padding: 50px 0 50px;
  }
  main .sec .insec.type4 .photo {
    width: 100%;
  }
  main .sec .insec.type5 {
    width: 100%;
    padding: 0 20px;
  }
  main .sec .insec.type5 .photo {
    margin-bottom: 0;
  }
  main .sec .insec.type5 .photo > div:nth-child(1) {
    width: 80%;
  }
  main .sec .insec.type5 .photo > div:nth-child(2) {
    width: 45%;
    top: -80px;
    right: 0;
  }
  main .sec .insec.type6 {
    width: 100%;
    padding: 30px 20px 100px;
    background-size: 90%;
  }
  main .sec .insec.type6 .photo {
    width: 85%;
  }
  main .sec .insec.type6 .hum {
    width: 34%;
    position: absolute;
    top: 88vw;
    right: 0;
  }
  main .sec .insec.type6 .drink {
    width: 15%;
    position: absolute;
    bottom: 0;
    left: 30%;
  }
  main .sec .insec.type7 {
    width: 100%;
    padding: 30px 20px 0;
  }
  main .sec .insec.type7 .photo {
    width: 100%;
    margin: 0 auto 0 0;
  }
  main .sec .insec.type7 .photo > div:nth-child(1) {
    width: 80%;
  }
  main .sec .insec.type7 .photo > div:nth-child(2) {
    width: 70%;
    position: absolute;
    top: -90px;
    right: -20px;
  }
  main .staff {
    width: 100%;
    padding: 0 0 80px;
    margin: 0 auto;
  }
  .sns {
    padding: 80px 0;
  }
  .sns .inner {
    width: 100%;
  }
  .sns .inner h2 {
    color: #D04339;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    padding-bottom: 10px;
  }
  .sns .inner .icon {
    width: 34px;
    margin: 0 auto 8px;
  }
  .sns .inner p {
    color: #D04339;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  footer {
    padding: 30px 20px 40px 10px;
  }
  footer .infoot {
    width: 100%;
    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: 10px;
  }
  footer .infoot div ul li a, footer .infoot div ul li span {
    color: #D04339;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 0.05em;
    letter-spacing: 0rem;
    font-style: normal 1;
  }
  footer .infoot div p {
    color: #D04339;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 0.05em;
    letter-spacing: 0rem;
    font-style: normal 1;
  }
  footer .infoot .pgtop a {
    color: #D04339;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 0.05em;
    letter-spacing: 0rem;
    font-style: normal 1;
  }
}/*# sourceMappingURL=style.css.map */