@charset "UTF-8";
/* clearfix */
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

/* media-queries */
@media screen and (max-width: 767px) {
  .orientation_landscape .landscape {
    display: block;
  }
  .orientation_landscape .portrait {
    display: none;
  }
  .orientation_portrait .landscape {
    display: none;
  }
  .orientation_portrait .portrait {
    display: block;
  }
}
.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: none;
}

.sp-tb {
  display: none;
}

.tb-pc {
  display: none;
}

.js-media-queries {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .sp-tb {
    display: block;
  }
  .tb-pc {
    display: none;
  }
  .pc {
    display: none;
  }
  .js-media-queries {
    font-family: "sp";
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp-tb {
    display: block;
  }
  .tb-pc {
    display: block;
  }
  .js-media-queries {
    font-family: "tb";
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
  .tb-pc {
    display: block;
  }
  .pc {
    display: block;
  }
  .js-media-queries {
    font-family: "pc";
  }
}
@media screen and (min-width: 1440px) {
  .sp {
    display: none;
  }
  .tb-pc {
    display: block;
  }
  .pc {
    display: block;
  }
  .js-media-queries {
    font-family: "pc";
  }
}
@media print {
  .sp {
    display: none;
  }
  .tb {
    display: none;
  }
  .pc {
    display: block;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: none;
}

html {
  margin: 0;
  padding: 0;
}

body {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

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

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*=============================
for vars
=============================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*=============================
for font
=============================*/

/*=============================
for common
=============================*/
html, body {
  margin: 0;
  padding: 0;
  width: 100% !important;
  min-width: 1000px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    overflow-x: hidden !important;
  }
}

h2,
h3,
h4,
h5 {
  font-weight: normal;
}

header {
  line-height: 0;
}

main {
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  overflow-x: clip;
}

p {
  margin: 0;
  padding: 0;
}

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

/* =====================
  mainvisual
===================== */

.mainvisual {
  margin-bottom: 55px;
}

.mainvisual .photo {
  width: 100%;
}

/* =====================
  contents
===================== */

.content {
  margin-bottom: 80px;
}
.content__inner {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
  padding: 0 80px;
}
.content__photo {
  margin: 50px 0 90px;
}
.content__ttl {
  font-size: 32px;
  line-height: 1.9;
  font-weight: 600;
  margin: 95px 0 70px;
  text-align: center;
  letter-spacing: 1px;
}
.content__ttl span {
  display: block;
  font-weight: 700;
}
.content__text {
  font-size: 19px;
  line-height: 1.8;
  letter-spacing: 1.2px;
}
.content__text p:not(:last-of-type) {
  margin-bottom: 35px;
}
.content__text .indent {
  text-indent: 20px;
}
.content__text_wrap {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.content__text_wrap::before {
  content: '';
  width: 100vw;
  height: 19vw;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  top: -100px;
  left: calc( 50% - 50vw );
  z-index: -1;
}

/*  btn-more 
------------------------*/

.btn-more {
  width: 100%;
}
.btn-more a {
  background-color: #040503;
  display: block;
  margin-top: 30px;
  padding: 22px 0 24px;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 0;
  font-weight: 600;
  -webkit-transition: all 400ms 0s ease-out;
  -o-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
}
.btn-more a:hover {
  opacity: 0.6;
}

/* =====================
  content__watch
===================== */

.content__watch {
  max-width: 1000px;
  width: 80%;
  margin: 45px auto 165px;
}
.watch_photo {
  width: 610px;
  max-width: 100%;
  margin: 0 auto;
}
.watch_photo2 {
  margin: 95px 0 25px;
}
.watch_text {
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}
.watch_ttl {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}
.watch_disc {
  font-size: 13px;
  letter-spacing: 0.4px;
}
.content__watch .btn-more a {
  background-color: #808080; 
  font-size: 22px;
  padding: 25px 0 29px;
  margin-top: 20px;
}

/* =====================
  page1-1
===================== */

#page1-1 .content__text {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1.2px;
}

#note_text {
  font-size: 13px;
  padding: 20px 80px;
}
@media screen and (max-width: 767px) {
  #note_text {
    font-size: 13px;
    line-height: 1.8;
    padding: 10px 5%;
  }
}

/* =====================
  page1-2
===================== */

#page1-2 {
  padding-top: 25px;
}

.link-banner {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}


/* =====================
  page2-2
===================== */

#page2-2 .content__text {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}

/* =====================
  page2-3
===================== */

#page2-3 .content__text {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}

/* =====================
  page2-4
===================== */

#page2-4 .content__ttl {
  font-size: 19px;
  letter-spacing: 3px;
  font-weight: 700;
  margin: 165px 0 15px;
}
.lineup_item {
  width: 730px;
  max-width: 100%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.lineup_item::before {
  content: '';
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: calc( 50% - 50vw );
  z-index: -1;
}
.lineup_item:nth-of-type(1)::before {
  background: #a6abb6;
}
.lineup_item:nth-of-type(2)::before {
  background: #8ea5b8;
}
.lineup_item:last-of-type {
  margin-bottom: 0;
}
.lineup_photo {
  width: 320px;
}
.lineup_text {
  width: calc( 100% - 380px );
}
.lineup_ttl {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.lineup_ttl span {
  display: block;
  font-weight: 700;
  font-size: 22px;
}
.lineup_disc {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
}

/* =====================
  page2-5
===================== */

#page2-5 {
  margin-top: 120px;
}

.banner {
  width: 720px;
  max-width: 100%;
  margin: 90px auto 0; 
}

/* =====================
  footer
===================== */

.content-foot-wrap {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  text-align: center;
  padding: 30px 0 40px;
  line-height: 2;
}
.foot-contact {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 5px;
}
.foot-contact a {
  color: #0072bc;
}
.foot-logo {
  width: 330px;
  margin: 0 auto;
}
/*  foot-model
------------------------*/
.foot-model {
  margin-top: 20px;
}
.foot-model_ttl {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.foot-model dl {
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 15px;
}

/* =====================
  inview
===================== */

.inview {
  opacity: 0;
  -webkit-transition: 1.3s;
  -o-transition: 1.3s;
  transition: 1.3s;
}
.inview.is-inview {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/* ------------------------------ *
	SNSボタン
 * ------------------------------ */
div.snsWrap {
  text-align: center;
  margin-bottom: 30px;
}

.social_buttons {
  width: 150px;
  list-style-type: none;
  text-align: left;
  margin: 0 auto 30px auto;
  padding: 0;
  *zoom: 1;
  padding-bottom: 30px;
}

.social_buttons li {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  list-style: none;
}

.social_buttons:before, .social_buttons:after {
  content: "";
  display: table;
  clear: both;
}

.social_buttons li {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  font-size: 12px;
}

.social_buttons li:last-child {
  margin-right: 0;
}

.social_buttons li .fb_iframe_widget > span {
  vertical-align: baseline;
}

@media screen and (max-width: 767px) {

  /* =====================
    mainvisual
  ===================== */
  
  .mainvisual {
    margin-bottom: 30px;
  }

  /* =====================
    content
  ===================== */
  
  .content {
    margin-bottom: 50px;
  }
  .content__inner {
    width: 90%;
    padding: 0;
  }
  .content__photo {
    margin: 50px calc(50% - 50vw);
    width: 100vw;
  }
  .content__ttl {
    font-size: 21px;
    margin-top: 50px;
    margin-bottom: 25px;
    padding: 0 10px;
  }
  .content__text {
    font-size: 16px;
    padding: 0 10px;
    line-height: 2;
  }
  .content__text p:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .content__text .indent {
    text-indent: 16px;
  }
  .content__text_wrap::before {
    height: 60vw;
    max-height: 230px;
    top: -14vw;
    background-size: cover;
    background-position: bottom center;
  }

  /* =====================
    content__watch
  ===================== */

  .content__watch {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .watch_photo {
    width: 250px;
  }
  .watch_photo2 {
    width: 100vw;
    margin: 30px calc( 50% - 50vw );
  }

  .content__watch .btn-more a {
    background-color: #96adbc; 
    font-size: 16px;
    padding: 25px 0 29px;
    margin-top: 20px;
  }

  /*  btn-more 
  ------------------------*/

  .btn-more a {
    font-size: 16px;
  }

  /* =====================
    page1-1
  ===================== */

  #page1-1 .content__text {
    font-size: 16px;
  }

  /* =====================
    page1-2
  ===================== */

  #page1-2 {
    padding-top: 0;
  }

  /* =====================
    page2-4
  ===================== */

  #page2-4 .content__ttl {
    font-size: 14px;
    margin: 80px 0 35px;
  }
  .lineup_item {
    width: 100%;
    padding: 0 0 30px;
    margin: 0 auto 30px;
    display: block;
  }
  .lineup_photo {
    width: 100vw;
    margin: 30px calc( 50% - 50vw );
  }
  .lineup_text {
    width: 100%;
  }
  .lineup_ttl {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .lineup_ttl span {
    display: block;
    font-weight: 700;
    font-size: 22px;
  }
  .lineup_disc {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
  }

  /* =====================
    page2-5
  ===================== */

  #page2-5 {
    padding-top: 0;
    margin: 0;
  }
  .banner {
    margin-top: 30px;
  }

  /*  footer
  ------------------------*/

  .content-foot-wrap {
    padding: 50px 0;
  }
  .foot-logo {
    width: 150px;
  }
  .foot-contact {
    font-size: 20px;
  }
  .foot-name {
    font-size: 16px;
  }
}
