@charset "UTF-8";
/* メディアクエリー用 */
/* webfont設定 */
/* CLEARFIX */
/* 100vhフィット(主にiOSにて) */
/* ホバー時 */
/* 蛍光マーカーを引いたような線 */
/* 中央配置 */
/* 画像をモノクロにする */
/* ANIMATION
--------------------------------------*/
/* カバー画像をスクロール共にフェードさせる */
/* 点滅アニメーション */
/* ふわっとするアニメーション */
/* 画像をホバーすると大きくなる */
/* SVGアニメーション(文字を書いてるような感じ) */
/* ローディング用アニメーション */
/* 線を引くアニメーション */
/* 画像を徐々に出すアニメーション */
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  font-size: 10px;
}

body {
  font-family: "a-otf-ryumin-pr6n", YuMincho, "Yu Mincho", "游明朝", "メイリオ", serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  width: 100%;
  color: #000;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 1.1rem;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 751px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .sp_none {
    display: none !important;
  }
}

.gautreaux {
  padding-right: 20px;
  font-family: gautreaux, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #d1d1d1;
  font-size: 5.3rem;
}
@media screen and (max-width: 750px) {
  .gautreaux {
    font-size: 3rem;
    padding-right: 10px;
  }
}

.title-tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.title-tate .gautreaux {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
  padding-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .title-tate .gautreaux {
    padding-bottom: 8px;
  }
}

.goudy {
  font-size: 12px;
  font-family: goudy-old-style, serif;
  font-weight: 800;
  font-style: normal;
}
@media screen and (max-width: 750px) {
  .goudy {
    font-size: 10px;
  }
}

.goudy_ita {
  font-size: 12px;
  font-family: goudy-old-style, serif;
  font-weight: 400;
  font-style: italic;
}
@media screen and (max-width: 750px) {
  .goudy_ita {
    font-size: 10px;
  }
}

.credit_box .credit, .credit_box1 .credit, .credit_box2 .credit {
  display: inline-block;
  text-align: left;
  padding-top: 20px;
}
@media screen and (max-width: 750px) {
  .credit_box .credit, .credit_box1 .credit, .credit_box2 .credit {
    padding-top: 10px;
    padding-left: 10px;
  }
}
.credit_box .credit a, .credit_box1 .credit a, .credit_box2 .credit a {
  padding-bottom: 12px;
}
.credit_box .credit .yen, .credit_box1 .credit .yen, .credit_box2 .credit .yen {
  border-bottom: 1px solid #000;
}

#wrap {
  overflow: hidden;
}

/* CONTENT
--------------------------------------*/
.main_imgBox {
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative;
  background-color: #e7e3e1;
}
@media screen and (max-width: 750px) {
  .main_imgBox {
    height: 90vh;
  }
}

.main_logo {
  z-index: 11;
  position: absolute;
}
@media screen and (min-width: 751px) {
  .main_logo {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: auto;
    height: 85%;
  }
}
@media screen and (max-width: 750px) {
  .main_logo {
    top: 4%;
    left: 5%;
    width: 65px;
    height: auto;
  }
}
@media screen and (min-width: 751px) {
  .main_logo img {
    width: auto;
    height: 100%;
  }
}

.main_img1 {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .main_img1 {
    background-image: url(../images/main1-1_pc.jpg);
    background-position: top center;
  }
}
@media screen and (max-width: 750px) {
  .main_img1 {
    background-image: url(../images/main1_sp.jpg);
    background-position: bottom center;
  }
}

.main_img2 {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .main_img2 {
    background-image: url(../images/main2_pc.jpg);
    background-position: center center;
  }
}
@media screen and (max-width: 750px) {
  .main_img2 {
    background-image: url(../images/main2_sp.jpg);
    background-position: center center;
  }
}

.main_img3 {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .main_img3 {
    background-image: url(../images/main3_pc.jpg);
    background-position: bottom right;
  }
}
@media screen and (max-width: 750px) {
  .main_img3 {
    background-image: url(../images/main3_sp.jpg);
    background-position: bottom right;
  }
}

.main_img1, .main_img2, .main_img3 {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 12s 0s infinite;
  animation: anime 12s 0s infinite;
}
@media screen and (max-width: 750px) {
  .main_img1, .main_img2, .main_img3 {
    height: 100%;
  }
}

.main_img2 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.main_img3 {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  34% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/*スクロールダウン*/
.scrolldown {
  position: absolute;
  right: 2%;
  bottom: 2%;
  height: 50px;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  .scrolldown {
    right: 0;
    left: 5%;
    top: 9%;
  }
}

/*Scrollテキストの描写*/
.scrolldown span {
  position: absolute;
  left: -15px;
  top: -35px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  transform: rotate(90deg);
}

/* 線の描写 */
.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  -webkit-animation: pathmove 2s ease-in-out infinite;
          animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.contents {
  margin: 0 auto 400px;
}
@media screen and (max-width: 750px) {
  .contents {
    margin: 0 auto 200px;
  }
}

.read {
  margin: 0 auto;
  padding: 200px 0;
  text-align: center;
}
.read p {
  line-height: 3em;
}
@media screen and (min-width: 751px) {
  .read p {
    font-size: 12px;
  }
}

.box {
  margin-top: 200px;
}
@media screen and (max-width: 750px) {
  .box {
    margin-top: 100px;
  }
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.style1 {
  max-width: 1000px;
}
.style1 .flexbox2 {
  display: flex;
  flex-wrap: initial;
  align-items: flex-start;
}
.style1 .box1 {
  width: 45%;
  margin-top: 0;
  padding-right: 20px;
}
@media screen and (max-width: 750px) {
  .style1 .box1 {
    width: 30%;
    padding-right: 10px;
  }
}
.style1 .box2 {
  width: 65%;
  background-color: #000;
}
@media screen and (max-width: 750px) {
  .style1 .box2 {
    width: 70%;
  }
}
.style1 .box2::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: #000;
}
.style1 .style1_img {
  margin-top: 20px;
}
@media screen and (min-width: 751px) {
  .style1 .style1_img .box_img {
    width: calc(33.3333333333% - 10px);
  }
}
.style1 .style1_img .box_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: #000;
}
.style1 .credit_box {
  margin: 0 auto;
  text-align: center;
}
.style1 .credit_box .credit {
  display: inline-block;
  text-align: left;
  padding-top: 20px;
}
.style1 .credit_box .credit a {
  padding-bottom: 12px;
}
.style1 .credit_box .credit .yen {
  border-bottom: 1px solid #000;
}

.style2 {
  width: 700px;
}
@media screen and (max-width: 750px) {
  .style2 {
    width: 100%;
  }
}
.style2 .container {
  position: relative;
}
.style2 .container .title {
  padding-right: 20px;
  right: 0;
  line-height: 0;
  color: #fff;
  position: absolute;
  bottom: 2.0512820513%;
}
@media screen and (max-width: 750px) {
  .style2 .container .title {
    right: 5px;
    padding-right: 5px;
  }
}

.style3 {
  max-width: 850px;
}
.style3 .title {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .style3 .title {
    padding-bottom: 10px;
  }
}
.style3 .flexbox {
  background-color: #000;
}
.style3 .flexbox div {
  width: 50%;
}
.style3 .flexbox div img {
  width: 100.5%;
}

.style6 {
  max-width: 650px;
}
@media screen and (max-width: 750px) {
  .style6 {
    width: 100%;
  }
}
.style6 .flexbox {
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .style6 .flexbox {
    justify-content: flex-end;
  }
}
.style6 .flexbox .title-tate {
  padding-right: 20px;
}
@media screen and (max-width: 750px) {
  .style6 .flexbox .title-tate {
    padding-right: 10px;
  }
}
.style6 .flexbox .box_img {
  width: 576px;
}
@media screen and (max-width: 750px) {
  .style6 .flexbox .box_img {
    width: 81.2%;
  }
}
.style6 .credit_container {
  width: 576px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 750px) {
  .style6 .credit_container {
    width: 100%;
    margin: 0 auto;
  }
}
.style6 .credit_container .credit_box {
  text-align: center;
}

.style7 .img_container {
  width: 467px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .style7 .img_container {
    width: 100%;
  }
}
.style7 .title {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .style7 .title {
    padding-bottom: 10px;
  }
}
.style7 .credit_container {
  margin-top: -10px;
}
.style7 .credit_box {
  text-align: center;
}
.style7 .credit_box .credit {
  padding-top: 0;
}

.style8 {
  max-width: 850px;
}
.style8 .container {
  position: relative;
}
.style8 .container .title {
  z-index: 100;
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  top: 44.7%;
}
@media screen and (max-width: 750px) {
  .style8 .container .title {
    top: 44%;
  }
}
.style8 .container .flexbox {
  background-color: #000;
}
.style8 .container .flexbox .img1 {
  padding-bottom: 2%;
}
.style8 .container .flexbox .img2, .style8 .container .flexbox .img3 {
  width: 49%;
}

.style9 {
  max-width: 1000px;
}
.style9 .flexbox {
  margin: 0 0 0 auto;
  align-items: flex-start;
  width: 65%;
  justify-content: space-evenly;
}
@media screen and (max-width: 750px) {
  .style9 .flexbox {
    margin-right: 10px;
    width: 76.9333333333%;
    justify-content: space-between;
  }
}
.style9 .flexbox .img1 {
  width: 88.6153846154%;
}
@media screen and (max-width: 750px) {
  .style9 .flexbox .img1 {
    width: 86.6551126516%;
  }
}
.style9 .img2 {
  margin-top: 40px;
  width: 82.4%;
}
@media screen and (max-width: 750px) {
  .style9 .img2 {
    width: 77.3333333333%;
  }
}

.style4_5, .style10_11 {
  max-width: 1000px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .style4_5, .style10_11 {
    width: 100%;
  }
}
.style4_5 .credit_container1, .style10_11 .credit_container1 {
  position: absolute;
  bottom: 78.4561049445%;
  left: 0;
}
@media screen and (max-width: 750px) {
  .style4_5 .credit_container1, .style10_11 .credit_container1 {
    bottom: 77.7108433735%;
    left: 0;
    z-index: 100;
  }
}
.style4_5 .credit_container1 .credit, .style10_11 .credit_container1 .credit {
  padding-top: 0;
}
.style4_5 .img1, .style10_11 .img1 {
  position: absolute;
  width: 38.5%;
  top: 0;
  right: 7.5%;
}
@media screen and (max-width: 750px) {
  .style4_5 .img1, .style10_11 .img1 {
    width: 38.6666666667%;
    right: 5.6%;
  }
}
.style4_5 .img2, .style10_11 .img2 {
  position: absolute;
  width: 47.4%;
  top: 22.3007063572%;
  left: 0;
}
@media screen and (max-width: 750px) {
  .style4_5 .img2, .style10_11 .img2 {
    width: 47.4666666667%;
  }
}
.style4_5 .title1, .style10_11 .title1 {
  display: flex;
  align-items: end;
  width: 52.6%;
  position: absolute;
  top: 37.7396569122%;
  left: 54%;
}
@media screen and (max-width: 750px) {
  .style4_5 .title1, .style10_11 .title1 {
    top: 31.3253012048%;
    align-items: flex-start;
    left: 49%;
  }
}
.style4_5 .title1 .title_txt, .style10_11 .title1 .title_txt {
  line-height: 1.4;
}
.style4_5 .title1 .gautreaux, .style10_11 .title1 .gautreaux {
  position: relative;
  top: -16px;
  display: block;
}
@media screen and (max-width: 750px) {
  .style4_5 .title1 .gautreaux, .style10_11 .title1 .gautreaux {
    top: 0;
  }
}
@media screen and (max-width: 750px) {
  .style4_5 .title1, .style10_11 .title1 {
    width: 47.3333333333%;
    line-height: 1.2rem;
  }
  .style4_5 .title1 .title_txt, .style10_11 .title1 .title_txt {
    line-height: 2rem;
  }
}
.style4_5 .img3, .style10_11 .img3 {
  position: absolute;
  width: 37.3%;
  top: 51.7658930373%;
  right: 0;
}
@media screen and (max-width: 750px) {
  .style4_5 .img3, .style10_11 .img3 {
    top: 48.6746987952%;
    width: 37.2%;
    right: 1.3333333333%;
  }
}
.style4_5 .img4, .style10_11 .img4 {
  position: absolute;
  width: 42.5%;
  top: 64.8335015136%;
  left: 7.5%;
}
@media screen and (max-width: 750px) {
  .style4_5 .img4, .style10_11 .img4 {
    width: 42.8%;
    left: 7.2%;
  }
}
.style4_5 .credit_container2, .style10_11 .credit_container2 {
  position: absolute;
  top: 89.3037336024%;
  left: 52%;
}
@media screen and (max-width: 750px) {
  .style4_5 .credit_container2, .style10_11 .credit_container2 {
    top: 77.1084337349%;
  }
}
.style4_5 .credit_container2 .credit, .style10_11 .credit_container2 .credit {
  padding-top: 0;
}
.style4_5 .title2, .style10_11 .title2 {
  bottom: -15px;
  align-items: flex-start;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  opacity: 0;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .style4_5 .title2, .style10_11 .title2 {
    width: 98%;
    align-items: center;
  }
}
.style4_5 .title2 .title_txt, .style10_11 .title2 .title_txt {
  line-height: 1.4;
}
.style4_5 .title2 .gautreaux, .style10_11 .title2 .gautreaux {
  position: relative;
  top: -16px;
  display: block;
}
@media screen and (max-width: 750px) {
  .style4_5 .title2 .gautreaux, .style10_11 .title2 .gautreaux {
    top: -11px;
  }
}
@media screen and (max-width: 750px) {
  .style4_5 .title2, .style10_11 .title2 {
    width: 87%;
    line-height: 1.2rem;
  }
  .style4_5 .title2 .title_txt, .style10_11 .title2 .title_txt {
    line-height: 2rem;
  }
}

.style4_5::before, .style10_11::before {
  content: "";
  display: block;
  padding-top: 198.2%;
}
@media screen and (max-width: 750px) {
  .style4_5::before, .style10_11::before {
    padding-top: 221.3333333333%;
  }
}

.style12 {
  max-width: 850px;
}
.style12 .flexbox_L {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .style12 .flexbox_L {
    width: 96%;
  }
}
.style12 .flexbox_L .flexbox {
  width: 793px;
}
@media screen and (max-width: 750px) {
  .style12 .flexbox_L .flexbox {
    width: 100%;
  }
}
.style12 .flexbox_L .flexbox .img1 {
  width: 49%;
  padding-top: 2%;
}
.style12 .flexbox_L .flexbox .img2 {
  width: 49%;
}
.style12 .flexbox_L .flexbox .img3 {
  width: 49%;
  padding-bottom: 2%;
}
.style12 .flexbox_L .m_top {
  margin-top: -1px;
}
.style12 .flexbox_L .title-tate {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .style12 .flexbox_L .title-tate {
    padding-left: 10px;
  }
}

.style13 {
  max-width: 700px;
}
@media screen and (max-width: 750px) {
  .style13 {
    width: 100%;
  }
}
.style13 .title {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .style13 .title {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .style13 .flexbox {
    width: 81.6%;
    margin: 0 auto;
  }
}
.style13 .flexbox .img1, .style13 .flexbox .img2 {
  width: 50%;
}
.style13 .flexbox .img1 img, .style13 .flexbox .img2 img {
  width: 100.1%;
}
.style13 .credit_container {
  text-align: center;
}

.style14 .container {
  position: relative;
}
.style14 .container .flexbox {
  background-color: #000;
}
.style14 .container .flexbox .img1, .style14 .container .flexbox .img2 {
  width: 49.3%;
}
.style14 .container .title_img {
  position: absolute;
  width: 3.5%;
  top: 50%;
  left: 50.3%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .style14 .container .title_img {
    width: 6.3%;
    left: 50.5%;
  }
}
.style14 .credit_container {
  margin-left: 100px;
}

hr {
  margin: 0;
  padding: 0;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, transparent, #ccc, transparent);
}

.staff {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .staff {
    margin-top: 50px;
  }
}
.staff .img {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .staff .img {
    width: 60%;
  }
}
.staff p {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.3em;
  line-height: 2em;
}

.sns {
  width: 6%;
  margin: 0 auto;
  padding-top: 160px;
}
@media screen and (max-width: 750px) {
  .sns {
    width: 20%;
    padding-top: 80px;
  }
}
.sns li {
  width: 30px;
}
.sns li:nth-of-type(2) {
  padding-right: 0;
}

.footer {
  text-align: center;
  font-size: 10px;
  margin: 26px 0;
}
@media screen and (max-width: 750px) {
  .footer {
    padding-top: 100px;
  }
}
.footer .logo {
  width: 200px;
  margin: 0 auto;
  padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .footer .logo {
    width: 200px;
  }
}

/* ANIMATION
--------------------------------------*/
.delay-0025s {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay-005s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay-012s {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay-010s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}/*# sourceMappingURL=style.css.map */