@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&amp;display=swap');

/******reset**************************************/
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, hr, table, tr, th, td, tbody, tfoot, thead, img, iframe.span, strong, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, var, b, i, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-style: normal;
  list-style: none;
  border: none;
  font-size: 100%;
  font-weight: normal;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; /* FOR IE8 */
}
html {
  font-size: 62.5%; /* font-size 1em = 10px */
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
  /* -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;*/
  width: 100%;
  min-width: 320px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: 0.04em;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.0;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  word-wrap: break-word;
  overflow-wrap: break-word;
}
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto
}
a {
  color: #000;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
sub {
  vertical-align: baseline;
  line-height: 0;
  font: inherit;
  font-size: 70%
}
sup {
  vertical-align: super;
  padding-top: 0.2em;
  line-height: 0;
  font: inherit;
  font-size: 70%
}
em{
font-style: oblique !important;
}
hr {
  clear: both;
  margin: 2em 0;
  border-top: 1px solid transparent;
  height: 1px;
  background: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
mark {
  background: #e94f0c;
  font-size: 85%;
  font-weight: bold;
  color: #FFF;
  padding: 0 4px;
}
mark.mark02 {
  background-color: #f4f1ed !important;
  color: #dc0000 !important;
  border: 1px solid #e1dad1;
}
#pagetop.show {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 11;
  font-size: 0;
  display: block;
}
#pagetop a, #pagetop a::before {
  color: #fff;
  opacity: 1;
}
#pagetop.show a {
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(165, 49, 58, 0.9);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  position: relative;
  color: #FFF;
}
#pagetop.show a::before {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  color: #FFF;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: "";
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
@media screen and (max-width:519px) { /* sp narrow */
  #pagetop.show a {
    display: block;
    width: 40px;
    height: 40px;
  }
}
/***********レイアウト********************************************/
body, html {
  width: 100%;
  height: 100%;
  color: #E8E8E8;
  background: #242420 url("../png/bg-rich.png") center top repeat;
  -webkit-font-smoothing: antialiased;
}
div#wrapper {
  margin: 0px auto;
  width: 100%;
  overflow: hidden;
  /*text-align: center;*/
  position: relative;
  /*filter:alpha(opacity=0);
-moz-opacity:0;
opacity:0;*/
  -webkit-transition: all 1.8s ease-in;
  -moz-transition: all 1.8s ease-in;
  -o-transition: all 1.8s ease-in;
  transition: all 1.8s ease-in;
}
div#wrapper article {
  margin: 0px auto;
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-transition: all 1.8s ease-in;
  -moz-transition: all 1.8s ease-in;
  -o-transition: all 1.8s ease-in;
  transition: all 1.8s ease-in;
}
div#wrapper article img {
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
}
header {
  opacity: 0;
  width: 100%;
  height: 60px;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 12;
  transition: .3s ease-in-out;
  background: #242420 url(../png/bg-rich.png) center top repeat;
}
header.show {
  opacity: 0.9;
}
.home-mv-logo {
  opacity: 0;
}
.on2 .home-mv-logo {
  opacity: 1;
}
#logo {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 283px;
  cursor: pointer;
 z-index: 13;
}
#logo a {
  display: block;
}
#lang {
  position: absolute;
  top: 14px;
  right: 12px;
  transition: 0s ease-in-out;
}
#lang a {
  display: block;
  background: url("https://www.mol.co.jp/poster/common/img/icon-lang-w.svg") left center no-repeat;
  background-size: 19px auto;
  padding: 2px 0 2px 26px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#lang a:hover {
  opacity: 0.7;
}
#select1 {
  scroll-snap-align: start;
}
#select1, #select2, #select3, #select4 {
  position: relative;
  z-index: 1;
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, #lang a {
    background-size: 20px 20px;
    padding: 2px 0 4px 27px;
  } /* IE11 */
}

@media screen and (max-width: 320px) { /*mobile*/
#logo img {
    width: 70vw;
	height: auto;
 }
}
@media screen and (min-width:321px) and (max-width:750px) { /* sp*/
#logo img {
    width: 70vw;
	height: auto;
 }
}
@media screen and (min-width:751px) and (max-width:1023px) { /* sp + tb*/
}

@media screen and (max-width:519px) { /* sp narrow */
  div#wrapper article {
    display: flex;
    flex-direction: column;
  }
  #home-greeting .rbox {
    width: 100%;
    height: auto;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 10px 0 10px;
    /*background: #e6dcd0;*/
    scroll-snap-type: y mandatory;
/*background-image: linear-gradient(180deg, #e6dcd0 6%, #e6dcd0 100%);*/
    background: #e6dcd0 url("../jpg/bg_paper4.jpg") repeat;
  }
	
  #home-greeting .lbox {
    display: none;
  }
  #select2, #select3, #select4 {
    width: 100%;
    padding: 50px 10px 0 10px;
  }
  #select1 {
    width: 100%;
    padding: 2em 10px 0 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 520px) { /* sp wide*/
  div#wrapper article {
    display: flex;
    flex-direction: column;
  }
  #home-greeting .rbox {
    width: 100%;
    height: auto;
    /*overflow-x: hidden;*/
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px 0 20px;
/*    background: #e6dcd0 url("/poster/common/img/bg-old.gif") repeat;*/
    background: #e6dcd0 url("../jpg/bg_paper5.jpg") repeat;
    scroll-snap-type: y mandatory;
  }
  #home-greeting .lbox {
    display: none;
  }
  #select2, #select3, #select4 {
    width: 100%;
    padding-top: 100px;
  }
  #select1 {
    width: 100%;
    padding-top: 2em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) { /* tb & pc narrow*/
  div#wrapper article {
    display: flex;
  }
  #home-greeting .rbox {
    width: 100%;
    height: auto;
    /*overflow-x: hidden;*/
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px 0 20px;
/*    background: #e6dcd0 url("/poster/common/img/bg-old.gif") repeat;*/
    background: #e6dcd0 url("../jpg/bg_paper5.jpg") repeat;
    scroll-snap-type: y mandatory;
  }
  #home-greeting .lbox {
    display: none;
  }
  #select2, #select3, #select4 {
    width: 100%;
    padding-top: 100px;
  }
  #select1 {
    width: 100%;
    padding-top: 2em;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) { /* pc */
  div#wrapper article {
    display: flex;
  }
  #home-greeting .rbox {
    width: 50%;
    min-height: 100vh;
    margin-left: 50%;
    /* overflow-x: hidden;*/
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px 0 50px;
/*    background: #e6dcd0 url("/poster/common/img/bg-old.gif") repeat;*/
    background: #e6dcd0 url("../jpg/bg_paper5.jpg") repeat;
    scroll-snap-type: y mandatory;
  }
  #home-greeting .lbox {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    min-height: 400px;
    /*padding: 60px 90px 200px 90px;*/
    padding: 6% 9% 20% 9%;
    text-align: center;
    background: #333 url("../jpg/bg-mainvisual.jpg") center center no-repeat;
  }
  #selectslide, #select2, #select3, #select4 {
    width: 100%;
    padding-top: 120px;
  }
  #select1 {
    width: 100%;
    padding-top: 2em;
  }
}
@media screen and (min-width: 1280px) { /*pc wide*/
  div#wrapper article {
    display: flex;
  }
  #home-greeting .rbox {
    width: 50%;
    min-height: 100vh;
    margin-left: 50%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px 0 50px;
/*    background: #e6dcd0 url("/poster/common/img/bg-old.gif") repeat;*/
    background: #e6dcd0 url("../jpg/bg_paper5.jpg") repeat;
    scroll-snap-type: y mandatory;
  }
  #home-greeting .lbox {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    padding: 4% 9% 20% 9%;
    text-align: center;
    background: #333 url("../jpg/bg-mainvisual.jpg") center center no-repeat;
  }
  #selectslide, #select1, #select2, #select3, #select4 {
    width: 100%;
    padding-top: 120px;
  }
  #select1 {
    width: 100%;
    padding-top: 2em;
  }
}
@media screen and (min-width: 1440px) { /*pc wide wide*/
  #selectslide, #select1, #select2, #select3, #select4 {
    max-width: 680px;
    padding-top: 120px;
  }
  #select1 {
    max-width: 680px;
    padding-top: 2em;
  }
}
footer {
  color: #333;
  text-align: center;
  height: 60px;
  padding-top: 20px;
}
footer > p#copyright {
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width:519px) { /* sp narrow */
	body{
		letter-spacing: 0;
	}
  footer > p#copyright {
    text-align: center;
    font-size: 10px !important;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 520px) { /* sp wide*/
  footer > p#copyright {
    text-align: center;
    font-size: 10px !important;
  }
}
.rbox p {
  font-size: 1.6rem;
  line-height: 2.0;
  margin-bottom: 1.5em;
  text-align: left;
}
.lbox h1 {
  font-size: 2.4rem;
  line-height: 140%;
  padding: 10px;
  text-align: left;
}
.lbox p {
  font-size: 1.4rem;
  line-height: 175%;
  padding: 10px;
  text-align: left;
}
/* ------------intro-----------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
/*-----------------スクロールダウンボタン---------------------------------------*/
.scroll-down-btn {
  margin-top: 100px;
}
.scroll-down-btn a {
  position: relative;
  padding-top: 60px;
  color: #af7579;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: 0.1em;
}
.scroll-down-btn a:hover {
  text-decoration: none;
}
.scroll-down-btn a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #af7579;
  border-bottom: 1px solid #af7579;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
/************スライド******************************************/
.swiper-wrapper {
  display: flex;
  padding-bottom: 150px;
  /*justify-content: center;*/
  text-align: center;
}
.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 65px;
}
.swiper-slide {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23a5313a'%2F%3E%3C%2Fsvg%3E");
  top: 30%;
  right: 0;
  left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23a5313a'%2F%3E%3C%2Fsvg%3E");
  top: 30%;
  left: 0;
  right: auto;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #a5313a;
}
@media screen and (max-width:519px) { /* sp narrow */
  .swiper-slide {
    height: 360px;
    max-width: 100%;
    padding: 0 20px;
	/*display: flex;*/
  }
  .swiper-slide p.caption {
    display: block;
    position: absolute;
    height: 200px;
    bottom: -200px;
    left: 0;
    padding: 20px 20px 0 20px;
    margin: 0;
    line-height: 1.5;
    color: #151515;
    font-size: 1.3rem;
    z-index: 9;
    opacity: 1;
  }
.swiper-slide.p08 p.caption, .swiper-slide.p18 p.caption, .swiper-slide.p19 p.caption,
.swiper-slide.p21 p.caption, .swiper-slide.p22 p.caption, .swiper-slide.p26 p.caption, .swiper-slide.p28 p.caption, .swiper-slide.p31 p.caption {
    bottom: -200px;
    left: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 520px) { /* sp wide*/
  .swiper-slide {
    height: 300px;
  }
  .swiper-slide p.caption {
    display: block;
    position: absolute;
    height: 100px;
    bottom: -100px;
    left: 0;
   padding: 30px 5em 0 5em;
    margin: 0;
    line-height: 1.6;
    color: #151515;
    font-size: 1.3rem;
    z-index: 9;
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) { /* tb & pc narrow*/
  .swiper-slide {
    height: 380px;
    max-width: 100%;
  }
  .swiper-slide p.caption {
    display: block;
    position: absolute;
    height: 125px;
    bottom: -100px;
    left: 0;
    padding: 30px 5em 0 5em;
    margin: 0;
    line-height: 1.6;
    color: #151515;
    font-size: 1.6rem;
    z-index: 9;
    opacity: 1;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) { /* pc */
  .spSlider1, .spSlider2, .spSlider3, .spSlider4, .spbg {
    display: none;
  }
  .swiper-slide {
    height: 450px;
  }
  .swiper-slide p.caption {
    display: block;
    position: absolute;
    height: 100px;
    bottom: -100px;
    left: 0;
    padding: 30px 0 0 0;
    margin: 0;
    line-height: 1.6;
    color: #e6dcd0;
    font-size: 1.3rem;
    z-index: 9;
    opacity: 1;
  }
}
@media screen and (min-width: 1280px) { /*pc wide*/
  .spSlider1, .spSlider2, .spSlider3, .spSlider4, .spbg {
    display: none;
  }
  .swiper-slide {
    height: 69vh;
  }
  .swiper-slide p.caption {
    display: block;
    position: absolute;
    height: 100px;
    bottom: -100px;
    left: 0;
    padding: 30px 0 0 0;
    margin: 0;
    line-height: 1.5;
    color: #e6dcd0;
    font-size: 1.2rem;
    z-index: 9;
    opacity: 1;
  }
.swiper-slide.p08 p.caption, .swiper-slide.p18 p.caption, .swiper-slide.p19 p.caption,
.swiper-slide.p21 p.caption, .swiper-slide.p22 p.caption, .swiper-slide.p26 p.caption, .swiper-slide.p28 p.caption, .swiper-slide.p31 p.caption {
    bottom: -80px;
    left: 0;
    padding: 10px 0 0 0;
  }
}
.swiper-container-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-container-fade .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.mainSlider .p01 {
  background-image: url("../jpg/004.jpg");
}
.mainSlider .p02 {
  background-image: url("../jpg/007.jpg")
}
.mainSlider .p03 {
  background-image: url("../jpg/008.jpg")
}
.mainSlider .p04 {
  background-image: url("../jpg/009.jpg")
}
.mainSlider .p05 {
  background-image: url("../jpg/010.jpg")
}
.mainSlider .p06 {
  background-image: url("../jpg/012.jpg")
}
.mainSlider .p07 {
  background-image: url("../jpg/015.jpg")
}
.mainSlider .p08 {
  background-image: url("../jpg/018.jpg")
}
.mainSlider .p09 {
  background-image: url("../jpg/019.jpg")
}
.mainSlider .p10 {
  background-image: url("../jpg/022.jpg")
}
.mainSlider .p11 {
  background-image: url("../jpg/024.jpg")
}
.mainSlider .p12 {
  background-image: url("../jpg/027.jpg")
}
.mainSlider .p13 {
  background-image: url("../jpg/033.jpg")
}
.mainSlider .p14 {
  background-image: url("../jpg/034.jpg")
}
.mainSlider .p15 {
  background-image: url("../jpg/035.jpg")
}
.mainSlider .p16 {
  background-image: url("../jpg/042.jpg")
}
.mainSlider .p17 {
  background-image: url("../jpg/044.jpg")
}
.mainSlider .p18 {
  background-image: url("../jpg/049.jpg")
}
.mainSlider .p19 {
  background-image: url("../jpg/051.jpg")
}
.mainSlider .p20 {
  background-image: url("../jpg/052.jpg")
}
.mainSlider .p21 {
  background-image: url("../jpg/061.jpg")
}
.mainSlider .p22 {
  background-image: url("../jpg/066.jpg")
}
.mainSlider .p23 {
  background-image: url("../jpg/068.jpg")
}
.mainSlider .p24 {
  background-image: url("../jpg/069.jpg")
}
.mainSlider .p25 {
  background-image: url("../jpg/070.jpg")
}
.mainSlider .p26 {
  background-image: url("../jpg/073.jpg")
}
.mainSlider .p27 {
  background-image: url("../jpg/080.jpg")
}
.mainSlider .p28 {
  background-image: url("../jpg/085.jpg")
}
.mainSlider .p29 {
  background-image: url("../jpg/153.jpg")
}
.mainSlider .p30 {
  background-image: url("../jpg/194.jpg")
}
.mainSlider .p31 {
  background-image: url("../jpg/064.jpg")
}
.mainSlider .p32 {
  background-image: url("../jpg/003.jpg")
}
.spbg {
  /*background: #333 url(/poster/common/img/bg-mainvisual.jpg) center center no-repeat;*/
  /*color: #fff;*/
  padding-top: 1em;
  padding-bottom: 1em;
  margin-right: -20px;
  margin-left: -20px;
/*  background: #e6dcd0 url("/poster/common/img/bg-old.gif") repeat;*/
}
@media screen and (max-width: 320px) { /*スマホ向け表示*/
  .spbg img.yoko {
    max-height: 320px;
    max-width: 100%;
  }
  .spbg img.tate {
    max-height: 100%;
    max-width: 320px;
  }
}
@media screen and (max-width: 374px) { /*スマホ向け表示*/
  .spbg img.yoko {
    max-height: 320px;
    max-width: 100%;
  }
  .spbg img.tate {
    max-height: 100%;
    max-width: 374px;
  }
}
.spbg img.yoko {
  border-right: 2px solid #54413a;
  border-bottom: 2px solid #54413a;
  max-height: 320px;
  max-width: 100%;
/*  box-shadow: 0px 8px 16px -2px rgba(0, 0, 0, 0.5), 0px 0px 0px 1px rgba(10, 10, 10, 0.2);*/
box-shadow: 5px 10px 16px 5px rgba(84, 65, 58, 0.9);
}
.spbg img.tate {
  border-right: 2px solid #54413a;
  border-bottom: 2px solid #54413a;
  max-height: 100%;
  max-width: 320px;
/*  box-shadow: 0px 8px 16px -2px rgba(0, 0, 0, 0.5), 0px 0px 0px 1px rgba(10, 10, 10, 0.2);*/
box-shadow: 5px 10px 16px 5px rgba(84, 65, 58, 0.9);
}
.spswiper figure {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
	justify-content: center;
	width: auto;
	height: 350px;
}
@media screen and (max-width: 767px) and (min-width: 520px){
.spswiper figure {
	height: 300px;
 }
}

/************サムネイル******************************************/
.thumb-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width:519px) { /* sp narrow */
  .thumb-list {
    display: none;
  }
  .thumb-item {
    width: 16%;
    height: 76px;
    margin-bottom: 0;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) and (min-width: 520px) { /* sp wide*/
  .thumb-list {
    display: none;
  }
  .thumb-item {
    width: 22%;
    height: 100px;
    margin-bottom: 2em;
    margin-right: 2%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) { /* tb & pc narrow*/
  .thumb-list {
    display: none;
  }
  .thumb-item {
    width: 22%;
    height: 100px;
    margin-bottom: 2em;
    margin-right: 2%;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) { /* pc */
  .thumb-item {
    width: 22%;
    height: 100px;
    margin-bottom: 2em;
    margin-right: 2%;
  }
}
@media screen and (min-width: 1280px) { /*pc wide*/
  .thumb-item {
    width: 22%;
    height: 100px;
    margin-bottom: 2em;
    margin-right: 2%;
  }
}
@media screen and (min-width: 1440px) { /*pc wide wide*/
  .thumb-item {
    width: 130px;
    height: 130px;
    margin-bottom: 2em;
    margin-right: 2%;
  }
}
.thumb-link {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.7s cubic-bezier(0.47, 0.04, 0.35, 0.98);
  -o-transition: 0.7s cubic-bezier(0.47, 0.04, 0.35, 0.98);
  transition: 0.7s cubic-bezier(0.47, 0.04, 0.35, 0.98);
  transform: translateX(-50px);
  opacity: 0;
  transition: opacity 1s, transform 0.5s;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.show .thumb-link {
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
}
.thumb-link:before {
  /*content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  z-index: 1;
  -webkit-transition: 0.6s cubic-bezier(0.47, 0.04, 0.35, 0.98);
  -o-transition: 0.6s cubic-bezier(0.47, 0.04, 0.35, 0.98);
  transition: 0.6s cubic-bezier(0.47, 0.04, 0.35, 0.98);*/
}
.thumb-link:nth-child(1):before {
  /* -webkit-transition-delay: calc(0.08 * 1s + 0.8s);
  -o-transition-delay: calc(0.08 * 1s + 0.8s);
  transition-delay: calc(0.08 * 1s + 0.8s);*/
}
/*
.thumb-item:nth-child(2n) .thumb-link {
  animation: bg-blink1 2s linear 3;
}
.thumb-item:nth-child(2n+1) .thumb-link {
  animation: bg-blink2 2s linear 4;
}*/
.thumb-link:hover {
  opacity: 0.3;
}
.thumb-link.active {
  opacity: 0.3;
}
@keyframes bg-blink1 {
  0%, 100% {
    opacity: 1;
  }
  25% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.6;
  }
}
@keyframes bg-blink2 {
  0%, 100% {
    opacity: 1;
  }
  25% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.9;
  }
}
.p01s {
  background-image: url("../jpg/004_s.jpg")
}
.p02s {
  background-image: url("../jpg/007_s.jpg")
}
.p03s {
  background-image: url("../jpg/008_s.jpg")
}
.p04s {
  background-image: url("../jpg/009_s.jpg")
}
.p05s {
  background-image: url("../jpg/010_s.jpg")
}
.p06s {
  background-image: url("../jpg/012_s.jpg")
}
.p07s {
  background-image: url("../jpg/015_s.jpg")
}
.p08s {
  background-image: url("../jpg/018_s.jpg")
}
.p09s {
  background-image: url("../jpg/019_s.jpg")
}
.p10s {
  background-image: url("../jpg/022_s.jpg")
}
.p11s {
  background-image: url("../jpg/024_s.jpg")
}
.p12s {
  background-image: url("../jpg/027_s.jpg")
}
.p13s {
  background-image: url("../jpg/033_s.jpg")
}
.p14s {
  background-image: url("../jpg/034_s.jpg")
}
.p15s {
  background-image: url("../jpg/035_s.jpg")
}
.p16s {
  background-image: url("../jpg/042_s.jpg")
}
.p17s {
  background-image: url("../jpg/044_s.jpg")
}
.p18s {
  background-image: url("../jpg/049_s.jpg")
}
.p19s {
  background-image: url("../jpg/051_s.jpg")
}
.p20s {
  background-image: url("../jpg/052_s.jpg")
}
.p21s {
  background-image: url("../jpg/061_s.jpg")
}
.p22s {
  background-image: url("../jpg/066_s.jpg")
}
.p23s {
  background-image: url("../jpg/068_s.jpg")
}
.p24s {
  background-image: url("../jpg/069_s.jpg")
}
.p25s {
  background-image: url("../jpg/070_s.jpg")
}
.p26s {
  background-image: url("../jpg/073_s.jpg")
}
.p27s {
  background-image: url("../jpg/080_s.jpg")
}
.p28s {
  background-image: url("../jpg/085_s.jpg")
}
.p29s {
  background-image: url("../jpg/153_s.jpg")
}
.p30s {
  background-image: url("../jpg/194_s.jpg")
}
.p31s {
  background-image: url("../jpg/064_s.jpg")
}
.p32s {
  background-image: url("../jpg/003_s.jpg")
}
/*--------------------文字設定---------------------------------------------------------*/
.small-txt {
  font-size: 40%;
}
.narrowlh {
  line-height: 1.8;
}
.section h2.en {
  font-family: 'Libre Baskerville', YuMincho, "Yu Mincho", 'Hiragino Mincho ProN', Georgia, "MS PMincho", serif;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0;
}
h2:after {
    content: "";
    display: block;
    height: 1px;
    background: -webkit-linear-gradient(to right, rgb(165, 49, 58), transparent);
    background: linear-gradient(to right, rgb(165, 49, 58), transparent);
	margin-top: 0.5em;
}
@media screen and (max-width:519px) { /* sp narrow */
  .section h2.en {
    font-weight: bold;
    font-size: 3.0rem;
    line-height: 1.4;
    margin-bottom: 0.5em;
    color: #a5313a;
  }
  .section .main-txt {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 0.25em;
    text-align: left;
    opacity: 1;
    color: #a5313a;
    z-index: 3;
  }
  .section .note-txt {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    opacity: 1;
    color: #333;
  }
  .section .sub-txt-slide {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    opacity: 1;
    color: #333;
	margin-bottom: 8rem;
  }
  .section .sub-txt {
    display: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 520px) { /* sp wide*/
  .section h2.en {
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.2;
    margin-bottom: 0.5em;
    color: #a5313a;
  }
  .section .main-txt {
    font-size: 1.6rem;
    line-height: 2.0;
    margin-bottom: 0.25em;
    text-align: left;
    opacity: 1;
    color: #a5313a;
  }
  .section .sub-txt {
    display: none;
  }
  .section .sub-txt-slide {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    opacity: 1;
    color: #333;
	margin-bottom: 8rem;
  }
  .section .note-txt {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    opacity: 1;
    color: #333;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) { /* tb & pc narrow*/
  .section h2.en {
    font-weight: bold;
    font-size: 4.0rem;
    line-height: 1.5;
    margin-bottom: 0.5em;
    margin-left: 30px;
    color: #a5313a;
  }
  .section .main-txt {
    font-size: 1.6rem;
    line-height: 2.0;
    margin-bottom: 0.25em;
    margin-left: 30px;
    text-align: left;
    opacity: 1;
    color: #a5313a;
  }
  .section .sub-txt {
    display: none;
  }
  .section .sub-txt-slide {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    margin-left: 30px;
    opacity: 1;
    color: #333;
	margin-bottom: 8rem;
  }
  .section .note-txt {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    margin-left: 30px;
    opacity: 1;
    color: #333;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) { /* pc */
  .section h2.en {
    font-weight: bold;
    font-size: 3.8rem;
    line-height: 1.2;
    margin-bottom: 0.5em;
    color: #a5313a;
  }
  .section .main-txt {
    font-size: 1.6rem;
    line-height: 2.0;
    margin-bottom: 0.25em;
    text-align: left;
    opacity: 1;
    color: #a5313a;
  }
  .section .note-txt {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    opacity: 1;
    color: #333;
  }
  .section .sub-txt {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    opacity: 1;
    color: #333;
	margin-bottom: 8rem;
  }
  .section .sub-txt-slide {
    display: none;
  }
}
@media screen and (min-width: 1280px) { /*pc wide*/
  .section h2.en {
    font-weight: bold;
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 0.5em;
    color: #a5313a;
  }
  .section .main-txt {
    font-size: 1.6rem;
    line-height: 2.0;
    margin-bottom: 0.25em;
    text-align: left;
    opacity: 1;
    color: #a5313a;
  }
  .section .note-txt {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    opacity: 1;
    color: #333;
  }
  .section p.sub-txt {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    opacity: 1;
    color: #333;
	margin-bottom: 8rem;
  }
  .section .sub-txt-slide {
    display: none;
  }
}
@media screen and (min-width: 1440px) { /*pc wide wide*/
  .section h2.en {
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 1.2;
    margin-bottom: 0.5em;
    color: #a5313a;
  }
}
@media screen and (min-width: 1440px) and (-ms-high-contrast:none) {
  *::-ms-backdrop, .section h2.en {
    font-size: 2.8em;
  } /* IE11 */
  *::-ms-backdrop, .swiper-slide p.caption {
    font-size: 12px;
  } /* IE11 */
}
.section h2.en span.block {
  display: block;
  -webkit-transform: translate(-10px, 0);
  transform: translateX(-10px, 0);
  opacity: 0;
  transition: opacity 1s, transform 0.5s;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.show.section h2.en span.block {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 2;
  opacity: 1;
}
/* Standard Syntax */
@keyframes anime_show {
  0% {
    transform: translateX(110vw) scaleX(1); /*Windowの外へ配置*/

    transform-origin: 0 0;
  }
  50% {
    transform: translateX(0) scaleX(1);
    transform-origin: 0 0;
  }
  100% {
    transform: translateX(0) scaleX(0);
    transform-origin: 0 0;
  }
}
/* Chrome, Safari */
@-webkit-keyframes anime_show {
  0% {
    -webkit-transform: translateX(110vw) scaleX(0); /*Windowの外へ配置*/
    -webkit-transform-origin: 0 0;
  }
  50% {
    -webkit-transform: translateX(0) scaleX(1);
    -webkit-transform-origin: 0 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleX(0);
    -webkit-transform-origin: 0 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
/*--------------------------------------------------*/
.home-mv {
  padding: 12px 40px;
  min-height: 100vh;
  position: relative;
  text-align: center;
  transition: 1.0s;
  background-image: linear-gradient(rgba(24, 17, 18, 0.5), rgba(24, 17, 18, 0.9)), url("../jpg/mv_bg_02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 11;
  margin-top: -60px;
}
.home-mv:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #a5313a;
  -webkit-transition: 0.9s cubic-bezier(0.71, 0, 0.31, 0.98);
  -o-transition: 0.9s cubic-bezier(0.71, 0, 0.31, 0.98);
  transition: 0.9s cubic-bezier(0.71, 0, 0.31, 0.98);
  z-index: 11;
}
.home-mv.on2:before {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.home-mv-in {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*height: 100%;*/
}
.home-mv-h {
  margin: 0 auto 10px auto;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
@media screen and (max-width:519px) { /* sp narrow */
  .home-mv-copy {
    margin: 50px auto 15px auto;
    opacity: 0;
  }
  .home-mv-copy svg {
    width: 300px;
    height: 140px;
  }
  .home-mv-h {
    background-color: rgba(165, 49, 58, 0.9);
    padding: 1.0em 1.0em 1.0em 1.0em !important;
    border-radius: 2px;
    border-top-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 90%;
  }
}
@media screen and (max-width: 767px) and (min-width: 520px) { /* sp wide*/
  .home-mv-copy {
    margin: 50px auto 30px auto;
    opacity: 0;
  }
  .home-mv-copy svg {
    width: 300px;
    height: 140px;
  }
  .home-mv-h {
    background-color: rgba(165, 49, 58, 0.9);
    padding: 2.0em;
    border-radius: 2px;
    border-top-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    position: relative;
    width: 90%;
    padding: 1.5em;
    height: auto;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) { /* tb & pc narrow*/
  .home-mv-copy {
    margin: 50px auto 30px auto;
    opacity: 0;
  }
  .home-mv-copy svg {
    width: 600px;
    height: 300px;
  }
  .home-mv-h {
    background-color: rgba(165, 49, 58, 0.9);
    padding: 2.0em;
    border-radius: 2px;
    border-top-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    position: relative;
    width: 90%;
    padding: 1.5em;
    height: auto;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) { /* pc */
  .home-mv-copy {
    margin: 40px auto 10px auto;
    opacity: 0;
  }
  .home-mv-copy svg {
    width: 600px;
    height: 300px;
  }
  .home-mv-h {
    width: 90%;
    background-color: rgba(165, 49, 58, 0.9);
    padding: 2.0em;
    border-radius: 2px;
    border-top-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    position: relative;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1280px) { /*pc wide*/
  .home-mv-copy {
    margin: 40px auto 10px auto;
    opacity: 0;
  }
  .home-mv-copy svg {
    width: 600px;
    height: 260px;
  }
  .home-mv-h {
    width: 95%;
    max-width: 1200px;
    background-color: rgba(165, 49, 58, 0.9);
    padding: 2.0em;
    border-radius: 2px;
    border-top-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    position: relative;
  }
}
@media screen and (min-width: 1440px) { /*pc wide*/
  .home-mv-copy {
    margin: 50px auto 5px auto;
    opacity: 0;
  }
  .home-mv-copy svg {
    width: 600px;
    height: 260px;
  }
  .home-mv-h {
    max-width: 1200px;
    background-color: rgba(165, 49, 58, 0.9);
    padding: 2.0em 2.0em 0.5em 2.0em;
    border-radius: 2px;
    border-top-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    position: relative;
    margin-top: -30px;
  }
}
.home-mv-copy.on {
  opacity: 1;
}
.home-mv-copy.on path {
  -webkit-transition: 3.0s linear;
  -o-transition: 3.0s linear;
  transition: 3.0s linear;
  stroke-dashoffset: 0 !important;
}
.home-mv-h p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 1.25em;
  text-align: left;
  opacity: 1;
  color: #e6dcd0;
}
.home-mv-h::after {
  position: absolute;
  left: -22px;
  top: -22px;
  content: '';
  background: url("https://www.mol.co.jp/poster/common/img/frame1.svg") no-repeat;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-size: contain;
  vertical-align: middle;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.home-mv-h::before {
  position: absolute;
  right: -22px;
  bottom: -22px;
  content: '';
  background: url("https://www.mol.co.jp/poster/common/img/frame1.svg") no-repeat;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-size: contain;
  vertical-align: middle;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media screen and (max-width: 767px) { /*スマホ向け表示*/
  .home-mv {
    width: 100%;
    padding: 12px;
    min-height: 100vh;
  }
  .home-mv-copy {
    width: 100%;
    margin: 60px auto 0 auto;
    opacity: 0;
  }
  .home-mv-h p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 0.8em;
    text-align: left;
    opacity: 1;
    color: #e6dcd0;
  }
  .home-mv-h::after {
    position: absolute;
    left: -10px;
    top: -10px;
    content: '';
    background: url("https://www.mol.co.jp/poster/common/img/frame1.svg") no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    vertical-align: middle;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  .home-mv-h::before {
    position: absolute;
    right: -10px;
    bottom: -10px;
    content: '';
    background: url("https://www.mol.co.jp/poster/common/img/frame1.svg") no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    vertical-align: middle;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) { /* tb & pc narrow*/
  .home-mv {
    width: 100%;
    padding: 12px;
  }
}
.home-greeting {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  overflow: hidden;
  position: relative;
}
.home-greeting:before, .home-greeting:after {
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  width: 50%;
  height: 200%;
  background: #a5313a;
  z-index: 12;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.home-greeting:before {
  left: 0;
}
.home-greeting:after {
  right: 0;
}
.home-greeting.on:before {
  -webkit-animation: home-greeting-cloth1 3.4s 0.4s forwards;
  animation: home-greeting-cloth1 3.4s 0.4s forwards;
}
.home-greeting.on:after {
  -webkit-animation: home-greeting-cloth2 3.4s 0.4s forwards;
  animation: home-greeting-cloth2 3.4s 0.4s forwards;
}
.home-greeting-txts {
  position: relative;
  z-index: 1;
}
.home-greeting-txt {
  background: #fff;
  line-height: 2.2;
  -webkit-transition: 1.6s 3.4s;
  -o-transition: 1.6s 3.4s;
  transition: 1.6s 3.4s;
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.on .home-greeting-txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.home-greeting-img {
  -webkit-transition: 1.6s 2.8s;
  -o-transition: 1.6s 2.8s;
  transition: 1.6s 2.8s;
  opacity: 0;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}
.on .home-greeting-img {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.home-greeting-in {
  position: relative;
}
.home-greeting-txt {
  padding: 40px;
  padding-left: 0;
  width: 45%;
}
.home-greeting-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
}
@-webkit-keyframes home-greeting-cloth1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  21% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    -webkit-transform: rotate(-15deg) translateX(-160%);
    transform: rotate(-15deg) translateX(-160%);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes home-greeting-cloth1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  21% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    -webkit-transform: rotate(-15deg) translateX(-160%);
    transform: rotate(-15deg) translateX(-160%);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-webkit-keyframes home-greeting-cloth2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  21% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    -webkit-transform: rotate(15deg) translateX(160%);
    transform: rotate(15deg) translateX(160%);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes home-greeting-cloth2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  21% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    -webkit-transform: rotate(15deg) translateX(160%);
    transform: rotate(15deg) translateX(160%);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-webkit-keyframes home-mv-scrollBtn-s01 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes home-mv-scrollBtn-s01 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes home-mv-scrollBtn-s02 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes home-mv-scrollBtn-s02 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.on2 .home-mv-h {
  opacity: 1;
}
.home-mv-scrollBtn {
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: center;
  width: 54px;
  height: 70px;
  margin: 15px auto 5px auto;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  text-align: center;
  font-size: 14px !important;
  font-weight: 600;
}
.home-mv-scrollBtn a {
  color: #fff;
  display: block;
}
.on2 .home-mv-scrollBtn {
  opacity: 1;
}
.on2 .home-mv-scrollBtn a:hover {
  text-decoration: none;
  color: #dc4650;
  transition: all 0.3s ease 0s;
}
.btn-arrow-icon {
  transition: all 0.3s ease 0s;
  width: 50px;
  height: 60px;
}
.home-mv-scrollBtn a:hover .btn-arrow-icon {
  fill: #dc4650;
  width: 50px;
  height: 60px;
}
.home-mv-scrollBtn-ico {
  /*position: relative;*/
  margin-top: 10px;
  margin-left: 0;
}
.home-mv-scrollBtn img {
  /*width: 30px;
  position: absolute;
  left: 5px;
  top: 5px;*/
}
.home-mv-scrollBtn-s01 {
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
  -webkit-transform-origin: 19px 19px;
  -ms-transform-origin: 19px 19px;
  transform-origin: 19px 19px;
  -webkit-animation: home-mv-scrollBtn-s01 2.1s infinite;
  animation: home-mv-scrollBtn-s01 2.1s infinite;
}
.home-mv-scrollBtn-s02 {
  -webkit-transform: rotate(-14deg) translate(3px, 0px);
  -ms-transform: rotate(-14deg) translate(3px, 0px);
  transform: rotate(-14deg) translate(3px, 0px);
  -webkit-transform-origin: 19px 19px;
  -ms-transform-origin: 19px 19px;
  transform-origin: 19px 19px;
  -webkit-animation: home-mv-scrollBtn-s02 2.1s infinite;
  animation: home-mv-scrollBtn-s02 2.1s infinite;
}
@-webkit-keyframes home-mv-scrollBtn-s01 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes home-mv-scrollBtn-s01 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes home-mv-scrollBtn-s02 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes home-mv-scrollBtn-s02 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (-ms-high-contrast: none) {/*IE11*/
	.home-mv-h p {
		font-size: 16px;
	}
	.section p.sub-txt {
		font-size: 12px;
	}
	.section .note-txt {
		font-size: 12px;
	}
}
/*-----------------------------------------*/
@media screen and (max-width:519px) { /* sp narrow */
  .only-sp {
    display: block;
  }
  .only-pctb {
    display: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 520px) { /* sp wide*/
  .only-sp {
    display: none;
  }
  .only-pctb {
    display: block;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) { /* tb & pc narrow*/
  .only-sp {
    display: none;
  }
  .only-pctb {
    display: block;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) { /* pc */
  .only-sp {
    display: none;
  }
  .only-pctb {
    display: block;
  }
}
@media screen and (min-width: 1280px) { /*pc wide*/
  .only-sp {
    display: none;
  }
  .only-pctb {
    display: block;
  }
}
/*-------------sp-------------------------------*/
@media screen and (max-width: 767px) { /*スマホ向け表示*/
}
@media screen and (max-width: 1023px) and (min-width: 319px) { /* sp + tb */
}