@charset "UTF-8";


/*====================

RESET

====================*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

body {
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  width: 100% !important;
}

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-size: 100%;
	vertical-align: baseline;
}

ul, li {
	list-style: none;
}

img {
	border:none;
	margin: 0;
	padding: 0;
	line-height: 0;
	vertical-align: bottom;
}

br {
  letter-spacing: 0;
}

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

.-clearfix {
  min-height: 1px;
}

* html .-clearfix {
  height: 1px;
  /*\*/
  /*/
 height: auto;
 overflow: hidden;
  /**/
}

/*------------------other------------------ */
* {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
}

/*------------------BaseFont------------------ */
#container {
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  background: url(mv_bg.png) no-repeat center top;
  background-attachment: fixed;
  background-size: 2153px;
}

.-serif {
  font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

@media screen and (max-width: 767px) {
  #container {
    font-size: 14px;
    overflow-x: hidden;
  }
}


/*====================

VIEW

====================*/
.sp_view {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_view {
    display: none;
  }

  .sp_view {
    display: inline-block;
  }

  .header_sp.sp_view {
    display: block;
  }
}


/*====================

HEADER

====================*/

.nbo_header {
	max-width:1000px;
	margin: 0 auto;
}

.nbo_header img {
	width: 100%;
}


/*====================

CONTAINER

====================*/

.flex {
    display: flex;
}
.left_container {
    background: #000;
    width:10%;
}

.left_container img {
    max-width:60px;
}

.right_container {
    background: #fff;
    width:90%;
}

@media screen and (max-width: 1800px) {
.left_container {
    width:8%;
}

.right_container {
    width:92%;
}    
}

@media screen and (max-width: 1000px) {
.left_container {
    width:5%;
}

.right_container {
    width:95%;
}    
}
/*====================

MV

====================*/
.mv {
      background: #f2f1f0;
      position: relative;
}

.mv__title {
  position: absolute;
  bottom:-93px;
  right:0;
  max-width: 909px;
}

.lead-wrap {
  background: #f2f1f0;
}

.lead{
	max-width:740px;
  padding: 145px 5% 100px;
	margin: auto;
	font-size: 18px;
	font-weight: 400;
  color:#000;
  line-height: 2.2;
}

/* ------------------------------2ページ目のMV */

.mv-page2 {
  display: flex;
  align-items: center;
  background: #000;
}

.mv__ph-page2 {
  width: 35%;
}

.mv__title-page2 {
  width: 65%;
}
/* ------------------------------2ページ目のMVここまで */




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

.mv__title {
  bottom:-18%;
  right:0;
  max-width: 909px;
}

.lead{
  padding: 15% 5% 5%;
	font-size: 15px;
}
}

/*====================

COLUMN

====================*/

.column {
    padding: 0 5%;
}

.column__h2 {
    font-size: 30px;
    font-style: italic;
    padding: 2em 0 1em;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    margin: 0 0 0 3em;
    color: #999;
    max-width: 800px;
    margin: auto;
}

.column__h2::before {
    position: absolute;
    top: 52%;
    left: -2.5em;
    content: "";
    width:2em;
    height: 2px;
    background-color: #000;}

.column__box01 {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: auto;
}

.column__box01--text {
    width: 48%;
}

.column__box01--ph {
    width: 48%;
}

.colum__box02 {
    max-width: 800px;
    margin: auto;
}

.colum__box02--ph {
    padding: 0 0 2em;
}

.column__p {
    font-size: 16px;
	line-height: 2.2;
	text-indent: 1em;
	padding-bottom:2em;
}

.ph-bottom {
    display: flex;
}

.column__ph01 {
    width: 40%;
}

.column__ph02 {
    width: 20%;
}

.column__point {
  border: 20px solid #ececec;
  padding: 0.5em 2em 2em;
}

.column__point--dt {
  font-size: 22px;
  font-style: italic;
  color: #999;
  padding: 1em 0 0.2em;
}
.column__caption {
  font-size: 12px;
  padding: 0 0 2em;
}

@media screen and (max-width: 767px) {
.column p {
	font-size: 15px;
}

.column__h2 {
    font-size:5vw;
}

.column__box01 {
    display: block;
}

.column__box01--text {
    width:auto;
}

.column__box01--ph {
    width: 70%;
    margin: auto;
    padding: 0 0 2em;
}

.ph-bottom {
    display: block;
}

.column__ph01 {
    width: auto;
}

.column__ph02 {
    width: auto;
    display: flex;
}

.column__point{
  border: 8px solid #ececec;
}

.column__point--dt {
  font-size:4.5vw;
}
}




/*====================

BOTTOM

====================*/

.bottom {
    background: #000;
    padding: 50px 0 100px;
}
/* ------------------------------プレゼント */
.present {
    max-width: 900px;
    margin: 5% auto 0;
    border: 1px solid #e5c000;
}

.present__text {
    color: #fff;
    font-size: 14px;
    padding: 0 5% 5%;
}

.present__btn {
  text-align: center;
  margin: 0 0 50px;
}

.present__btn--a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  font-weight: normal;
  color: #000;
  background: linear-gradient(90deg, #e5c000 40%, #c1661e 100%);
}

.present__btn--a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: linear-gradient(90deg, #e5c000, #966029);
}

.present__btn--a span {
  position: relative;
  z-index: 1;
}

.present__btn--at:hover {
  color: #000;
}

.present__btn--a:hover:after {
  opacity: 0;
}

@media screen and (max-width: 767px) {
.present {
  margin: 5%;
}

.present__text {
    font-size: 12px;
}
}

/* ------------------------------プレゼントこまで */

/* ------------------------------NEXTボタン */
.next {
  position: relative;
  display: block;
  padding: 0.5em 0;
  max-width:26em;
  margin:0 auto 0;
 font-style: italic;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 16em;
}

/* やじるし */
.next::after {
  content: '';
  position: absolute;
  bottom: 75px;
  right: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.next__ico {
  display: block;
  font-size: 50px;
    opacity: 0.3;
}

@media screen and (max-width: 767px) {
.next {
  text-indent: -1em;
}

.next__ico {
  font-size: 6vw;
}
.next {
  font-size: 5vw;
}

/* やじるし */
.next::after {

  bottom: 7.5vw;
  width: 8px;
  height: 8px;
  margin: auto;

}
}
/* ------------------------------NEXTボタンここまで */

/* ------------------------------インフォリンク */
.info {
  padding: 50px 0 0;
}

.info__grecale {
  position: relative;
  display: block;
  margin:auto;
 font-style: italic;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 18em;
  text-indent: -1em;
}

/* やじるし */
.info__grecale::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width:8px;
  height:8px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.info__logo {
  max-width:300px;
  margin: auto;
  padding: 50px 0;
}


@media screen and (max-width: 767px) {
.info__grecale {
  font-size: 4vw;
}

.info__logo {
  width: 40%;
}
}
/* ------------------------------インフォリンクここまで */


  /*====================

PAGER

====================*/
  .pager {
    text-align: center;
  padding: 30px 0 0;
  }
  .pager__li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    position: relative;
  }
  .pager__li:first-child {
    margin-right: 0.5em;
  }
  .pager li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #fff;
    text-decoration: none;
  }
  .pager li a span {
    display: table-cell;
    vertical-align: middle;
  }
  .pager li a:hover {
    opacity: 0.6;
  }
  /*====================

PAGETOP

====================*/
  .pagetop {
    position: fixed;
    right: 3%;
    bottom: 3%;
  }
  .pagetop a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    background: #000;
    border-radius: 50%;
    opacity: 0.8;
  }
  .pagetop a::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  @media screen and (max-width: 767px) {
    .pagetop a {}
  }

/*====================

遷移型注釈

====================*/

#note_text {
  color: #fff;
  font-size: 13px;
  max-width: 600px;
  margin: auto;
  padding: 2em 5%;
}
/*====================

ANIMATION

====================*/

  /* MV画像 */

.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*--------- 左から --------*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/*--------- 右から --------*/
.bgRLextend::before{
	animation-name:bgRLextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;
}
@keyframes bgRLextendAnime{
	0% {
		transform-origin:right;
		transform:scaleX(0);
	}
	50% {
		transform-origin:right;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:left;
	}
	100% {
		transform-origin:left;
		transform:scaleX(0);
	}
}



  /* 記事中画像 */
.zoomIn{
	animation-name:zoomInAnime;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
  display: block;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
  }

  to {
      transform: scale(1);
  }
}


  /* 記事末画像 */

.delay-time02{
animation-delay: 0.2s;
}

.delay-time04{
animation-delay: 0.4s;
}

.box{
	opacity: 0;
}

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


#errorMessage {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.4em;
    margin-bottom: 30px;
}

