@charset "UTF-8";
/* ------------- 
    base
------------- */
@import url("https:fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;800&display=swap");
/*---------------------------------------- 
	setting Layout
------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* iframe,*/
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

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

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

body {
  font-size: 1.5rem;
  line-height: 1.75;
}

/*-------------------------------------


///////////////////////////////////

* base 16px
********************

12px | 0.750em	13px | 0.813em
14px | 0.875em	15px | 0.938em
16px | 1.000em	17px | 1.063em
18px | 1.125em	19px | 1.188em
20px | 1.250em	21px | 1.313em
22px | 1.375em	23px | 1.438em
24px | 1.500em	25px | 1.563em
26px | 1.625em	27px | 1.688em
28px | 1.750em	29px | 1.813em
30px | 1.875em

34px | 2.125em	36px | 2.250em
40px | 2.500em

///////////////////////////////////

--------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol, ul, ul li, ol li {
  list-style: none;
}

iframe {
  /*	z-index:1;	*/
}

img {
  border: none;
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

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

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

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

blockquote, q {
  quotes: "" "";
}

option {
  padding-right: 10px;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media only screen and (max-width: 767px) {
  .header .header-inner .nav_menu {
    display: none;
  }
  .load_complate .header .header-inner .nav_menu {
    display: block;
  }
}
/* ------------- 
    共通
------------- */
body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  overflow-x: hidden;
}
body .sp-only {
  display: none;
}
body .pc-only {
  display: block;
}
body main {
  overflow: hidden;
}
body .inner-1250 {
  margin: 0 auto;
  max-width: 1250px;
}
body p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  body .sp-only {
    display: block;
  }
  body .pc-only {
    display: none;
  }
  body .inner-1250 {
    padding: 0 5%;
  }
}
/* ------------- 
header
------------- */
header {
  height: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
header .header-left {
  border-bottom: 1px solid #fff;
  padding: 2.4rem 0 0.4rem;
  display: flex;
  align-items: flex-end;
  z-index: 100;
  position: relative;
}
header .header-left-logo {
  margin: 0 4rem 0;
}
header .header-left-txt {
  display: block;
  font-size: 2rem;
}
header #entryBtn {
  position: fixed;
  top: 5%;
  right: 4rem;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  header .header-left-logo {
    margin: 0 0.8rem 0 1.6rem;
    width: 7.5rem;
    height: auto;
  }
  header .header-left-txt {
    font-size: 1.1rem;
  }
  header #entryBtn {
    right: 1.6rem;
    width: 11rem;
    height: auto;
  }
}
/* ------------- 
FV
------------- */
.fv-wrap {
  background-color: #05150B;
  position: relative;
}
.fv-wrap-chara {
  width: 100%;
  height: 1200px;
  background: url("../../image/fv-chara_pc.png") no-repeat left bottom/contain;
  z-index: 1;
  position: inherit;
}
.fv-wrap-mainttl {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  width: 45%;
  max-width: 800px;
  transform: translateY(-50%);
}
.fv-wrap-mainttl .player-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.5%;
}
.fv-wrap-mainttl .player-wrap #player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fv-wrap-mainttl .fv-mainttl {
  margin-top: 4rem;
  width: 100%;
  height: auto;
}
.fv-wrap-mainttl iframe {
  width: 100%;
}
.fv-wrap .bg-fv {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 1400px) {
  .fv-wrap-chara {
    height: 1000px;
    background: url("../../image/fv-chara_tablet.png") no-repeat left bottom/contain;
  }
}
@media screen and (max-width: 767px) {
  .fv-wrap-chara {
    width: 100%;
    height: 500px;
    background: url("../../image/fv-chara_sp.png") no-repeat left bottom/contain;
    z-index: 1;
  }
  .fv-wrap-chara-catch {
    width: 5.6rem;
    right: 3%;
    top: 10%;
  }
  .fv-wrap-mainttl {
    position: static;
    width: 100%;
    transform: none;
  }
  .fv-wrap-mainttl .fv-mainttl {
    margin-top: 4rem;
    width: 100%;
    height: auto;
    bottom: 0;
  }
  .fv-wrap-mainttl .fv-mainttl {
    position: absolute;
    z-index: 10;
    left: 50%;
    width: 300px;
    transform: translateX(-50%);
    margin: 0;
    top: 300px;
  }
  .fv-wrap-mainttl #player {
    border-top: 7px solid #1D3C13;
  }
}
/* ------------- 
movie
------------- */
.movie {
  background-image: url(../../image/bg-movie.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2.4rem 0;
}
.movie-wrap {
  max-width: 1250px;
  margin: 0 auto;
}
.movie-wrap .movie-ttl {
  text-align: center;
}
.movie-wrap-conte {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.movie-wrap-conte .episode {
  text-align: center;
  padding-bottom: 20px;
  flex-basis: 32%;
}
.movie-wrap-conte .episode .responsive {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.movie-wrap-conte .episode .responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie-wrap-conte .episode-ttl img {
  width: 30%;
  height: auto;
}
.movie-wrap-conte .episode p {
  color: black;
}
.movie-wrap-conte::after {
  content: "";
  display: block;
  width: 32%;
}

@media screen and (max-width: 767px) {
  .movie {
    padding: 0;
    background-color: #1D3C13;
  }
  .movie-wrap {
    max-width: 100%;
  }
  .movie-wrap-conte {
    display: block;
  }
  .movie-wrap .episode {
    padding-bottom: 40px;
  }
  .movie-wrap .episode:nth-child(1) .episode-ttl, .movie-wrap .episode:nth-child(2) .episode-ttl {
    padding-bottom: 7px;
  }
  .movie-wrap .episode:nth-child(1) .episode-ttl {
    padding-top: 7px;
  }
  .movie-wrap .episode .dummy {
    width: 100%;
    height: auto;
  }
}
/* ------------- 
introduction
------------- */
.introduction {
  background-color: #05150B;
}
.introduction-contewrap {
  display: flex;
  justify-content: space-between;
  padding: 12rem 0;
}
.introduction-ttl {
  width: 100%;
  padding-top: 0.8rem;
}
.introduction-txt {
  font-size: 2.6rem;
  line-height: 2.5;
}
.introduction-txt-big {
  font-size: 3.4rem;
  padding: 4rem 0 12rem;
}
.introduction-txt .intro-img-1 {
  width: 65%;
  height: auto;
  position: relative;
  z-index: 20;
}
.introduction-img span {
  display: block;
  text-align: right;
  position: relative;
  z-index: 20;
}
.introduction-img span:nth-child(1) {
  top: -3.2rem;
}
.introduction-img span:nth-child(1) img {
  width: 61%;
  height: auto;
}
.introduction-img span:nth-child(2) {
  right: 40%;
}
.introduction-img span:nth-child(2) img {
  width: 64%;
  height: auto;
}
.introduction-img span:nth-child(3) {
  top: 3.2rem;
}
.introduction-img span:nth-child(3) img {
  width: 67%;
  height: auto;
}
.introduction .bg-intro {
  background-image: url(../../image/bg-intro.png);
  width: 100%;
  height: 1140px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -550px;
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 767px) {
  .introduction-contewrap {
    display: block;
    position: relative;
  }
  .introduction-txt {
    font-size: 1.4rem;
    padding: 4rem 0;
  }
  .introduction-txt-big {
    font-size: 2rem;
    padding: 4rem 0;
  }
  .introduction-txt .intro-img-1 {
    width: 60%;
  }
  .introduction-img {
    position: absolute;
    top: 4rem;
    right: 0;
  }
  .introduction-img span:nth-child(1) {
    top: -1.2rem;
    right: 1.2rem;
  }
  .introduction-img span:nth-child(1) img {
    width: 36%;
  }
  .introduction-img span:nth-child(2) {
    right: 15%;
  }
  .introduction-img span:nth-child(2) img {
    width: 33%;
  }
  .introduction-img span:nth-child(3) {
    top: 1.2rem;
    right: 1.2rem;
  }
  .introduction-img span:nth-child(3) img {
    width: 36%;
  }
  .introduction .bg-intro {
    background-image: url(../../image/bg-intro_sp.png);
    width: 100%;
    height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -200px;
  }
}
/* ------------- 
character
------------- */
.character {
  background-color: #05150B;
  padding: 0 0 8%;
  position: relative;
  top: -190px;
  margin-bottom: -190px;
}
.character .bg-chara {
  position: absolute;
  top: -3%;
  right: 0;
}
.character .ttl-character {
  position: relative;
  z-index: 10;
}
.character .mimuratekko {
  width: 52%;
  padding-top: 5.6rem;
  margin-bottom: 80px;
}
.character .chara .namewrap {
  text-align: right;
  margin-bottom: 40px;
}
.character .chara .catch {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.character .chara .name {
  font-size: 5.4rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
}
.character .chara .cv {
  color: #fff;
  background-color: #59A32A;
  display: inline;
  font-size: 2.2rem;
  padding: 0.4rem 0.8rem;
}
.character .chara .txt {
  font-size: 1.7rem;
  line-height: 2.4;
}
.character .chara-mimuratekko {
  margin-top: -550px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.character .godsitta-mode {
  position: relative;
  top: -400px;
  margin-left: auto;
  display: block;
  max-width: 50rem;
  z-index: 30;
}
.character .godsitta-mode-ttl {
  color: #59A32A;
  font-size: 3rem;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  margin-bottom: 2.4rem;
  line-height: 1.5;
}
.character .godsitta-mode p {
  font-size: 1.7rem;
  background: rgba(0, 0, 0, 0.7);
  line-height: 2;
}
.character .chara-subwrap {
  display: flex;
  justify-content: space-between;
}
.character .chara-subwrap-conte {
  border: #59A32A 1px solid;
  width: 47%;
  padding: 4rem;
  line-height: 2;
}
.character .chara-subwrap-conte img {
  vertical-align: bottom;
}
.character .chara-subwrap-conte-ttl {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin: 2.4rem 0 0.8rem;
  padding-bottom: 0.4rem;
}
.character .chara-subwrap-conte p {
  font-size: 1.7rem;
}
.character .kouta {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 100px;
}
.character .kouta .media {
  flex-basis: 50%;
}
.character .kouta .txt {
  flex-basis: 50%;
}
.character .kouta .txt .namewrap {
  text-align: left;
}
.character .kouta .txt .namewrap .catch {
  line-height: 1.2;
}

@media screen and (min-width: 767px) and (max-width: 1500px) {
  .character .chara-mimuratekko {
    margin-top: -300px;
  }
  .character .godsitta-mode {
    top: -250px;
  }
}
@media screen and (max-width: 767px) {
  .character {
    padding: 0 0 15%;
    margin-bottom: 0;
    top: -40px;
    margin-bottom: -40px;
  }
  .character .bg-chara {
    position: absolute;
    top: -10px;
    right: 0;
  }
  .character .ttl-character {
    width: 90%;
    margin-top: -20px;
  }
  .character h2 {
    text-align: center;
  }
  .character .mimuratekkou {
    width: 100%;
    padding: 2.4rem 5% 0 5%;
  }
  .character .mimuratekkou .chara-mimuratekko-sp {
    margin: 0 auto;
  }
  .character .chara {
    width: 100%;
    padding: 2.4rem 5% 0 5%;
  }
  .character .chara .namewrap {
    text-align: left;
    margin: 20px 0;
  }
  .character .chara .catch {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .character .chara .name {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .character .chara .cv {
    font-size: 1.2rem;
  }
  .character .chara .txt {
    font-size: 1.3rem;
    line-height: 2;
  }
  .character .godsitta-mode {
    top: -2.4rem;
    margin: 0 auto;
    max-width: 28rem;
  }
  .character .godsitta-mode-ttl {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .character .godsitta-mode p {
    font-size: 1.3rem;
  }
  .character .chara-subwrap {
    margin-top: 1.6rem;
  }
  .character .chara-subwrap-conte {
    width: 49%;
    padding: 0.8rem;
  }
  .character .chara-subwrap-conte-ttl {
    font-size: 1.3rem;
    margin: 0.8rem 0;
  }
  .character .chara-subwrap-conte p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .character .kouta {
    display: block;
  }
}
/* ------------- 
realnature
------------- */
.realnature {
  background-image: url(../../image/bg-realnature.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10% 0;
}
.realnature-wrap {
  margin-top: 12rem;
  background: rgba(246, 247, 242, 0.75);
  padding: 2%;
}
.realnature-wrap-conte {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.realnature-wrap-conte-left {
  flex-basis: 40.5%;
}
.realnature-wrap-conte-right {
  flex-basis: 55%;
}
.realnature-wrap-conte-ttl {
  color: #fff;
  background-color: #383838;
  font-size: 1.9rem;
  padding: 0 1.6rem;
  height: 55px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.5%;
}
.realnature-wrap-conte-ttl::after {
  display: inline-block;
  content: "";
  width: 400px;
  height: 55px;
  background-color: #497130;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.realnature-wrap-conte-ttl span {
  position: inherit;
  z-index: 1;
}
.realnature-wrap-conte-subttl {
  font-size: 1.9rem;
  font-weight: bold;
}
.realnature-wrap-conte-txt {
  font-size: 1.7rem;
  padding: 1.6rem 0 2.4rem;
}
.realnature-wrap-conte p {
  color: #000;
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .realnature {
    height: auto;
    padding: 15% 0 10%;
  }
  .realnature-wrap {
    margin-top: 3.2rem;
  }
  .realnature-wrap-conte {
    display: block;
  }
  .realnature-wrap-conte-left {
    width: 100%;
  }
  .realnature-wrap-conte-left img {
    width: 100%;
    height: auto;
  }
  .realnature-wrap-conte-right {
    width: 100%;
  }
  .realnature-wrap-conte-ttl {
    padding: 10px;
    line-height: 1.4;
    font-size: 1em;
  }
  .realnature-wrap-conte-ttl::after {
    width: 20%;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .realnature-wrap-conte-subttl {
    font-size: 1.4rem;
    padding-top: 1.6rem;
  }
  .realnature-wrap-conte-txt {
    font-size: 1.4rem;
    padding: 0.8rem 0 1.6rem;
  }
}
/* ------------- 
copysec
------------- */
.copysec {
  background-color: #497130;
  position: relative;
  height: 420px;
}
.copysec .inner-1250 {
  position: relative;
}
.copysec-txt {
  color: #fff;
  font-size: 3.5rem;
  position: absolute;
  top: 150px;
}
.copysec .copysec-mimuratekko {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .copysec-txt {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .copysec-txt {
    text-align: center;
    left: 50%;
    transform: -webkit- translateX(-50%), translateY(0);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 100%;
  }
  .copysec .copysec-mimuratekko {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .copysec {
    height: auto;
  }
  .copysec-txt {
    font-size: 1.9rem;
    white-space: nowrap;
    position: static;
    text-align: center;
    padding: 4rem 0 3.2rem;
  }
  .copysec .copysec-mimuratekko {
    position: static;
    vertical-align: bottom;
  }
}
/* ------------- 
product
------------- */
.sec_secret-story {
  background: #C3C3C3 url("../../image/bg_secret-story.png") no-repeat center center/cover;
}
.sec_secret-story .inner {
  padding: 8% 0;
  margin: 0 auto;
  max-width: 1250px;
  text-align: center;
}
.sec_secret-story .inner h2 {
  margin-bottom: 80px;
}
.sec_secret-story .inner h2 img {
  width: 100%;
  height: auto;
}
.sec_secret-story .inner h3 {
  font-size: 2em;
  margin-bottom: 40px;
}
.sec_secret-story .inner p {
  color: #000;
  margin-bottom: 40px;
}
.sec_secret-story .inner a {
  display: block;
  max-width: 500px;
  background: #1D3C13;
  padding: 10px 20px;
  margin: 0 auto;
  color: #c0c0c0;
  font-size: 2em;
  position: relative;
}
.sec_secret-story .inner a:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  transform: rotate(45deg) translateY(-50%);
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .sec_secret-story .inner {
    padding: 10% 5%;
  }
  .sec_secret-story .inner h2 {
    margin-bottom: 5%;
  }
  .sec_secret-story .inner h3 {
    margin-bottom: 2%;
    font-size: 1.3em;
  }
  .sec_secret-story .inner p {
    margin-bottom: 5%;
  }
  .sec_secret-story .inner a {
    font-size: 1.3em;
  }
}
/* ------------- 
product
------------- */
.product {
  background-color: #05150B;
  padding: 8% 0;
}
.product .inner-1250 {
  position: relative;
}
.product .inner-1250 .tate {
  writing-mode: vertical-rl;
  font-size: 2.7rem;
  position: absolute;
  top: 4rem;
  left: 0;
}
.product .ttl-product {
  margin: 0 auto;
  display: block;
}
.product .product-main {
  text-align: center;
  padding: 4rem 0;
}
.product figure {
  position: relative;
}
.product figure figcaption {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  position: absolute;
  right: 25%;
  bottom: 25%;
}
.product .slide-items li {
  opacity: 0.3;
  padding: 1% 0 3%;
  cursor: pointer;
}
.product .slide-items li.slick-active {
  opacity: 1;
}
.product .slide-items li figure {
  position: relative;
}
.product .slide-items li figure img {
  margin: 0 auto;
}
.product .slide-items li figure figcaption {
  text-align: center;
  padding-top: 1.6rem;
  white-space: nowrap;
  position: absolute;
  bottom: -25%;
}
.product-copyWrap {
  font-size: 2.2rem;
  text-align: center;
  line-height: 2.2;
  padding: 8rem 0;
}
.product-copyWrap-ttl {
  font-size: 3.7rem;
  color: #fff;
  padding-bottom: 4.8rem;
}
.product-pointWrap {
  margin: 0 auto;
  max-width: 1250px;
  display: flex;
  justify-content: space-between;
}
.product-pointWrap-txtAll {
  padding: 1.6rem;
}
.product-pointWrap-txtAll-ttl {
  color: #fff;
  font-size: 2.1rem;
  text-align: center;
  padding-bottom: 1.6rem;
  line-height: 1.5;
}
.product-pointWrap li {
  width: 32%;
  background-color: #16211A;
  font-size: 1.7rem;
  padding: 1.6rem;
}
.product-pointWrap li:nth-child(2) {
  margin-top: 8rem;
}

@media screen and (min-width: 767px) and (max-width: 1300px) {
  .product .slide-items li figure figcaption {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .product {
    padding: 10% 0;
  }
  .product .inner-1250 .tate {
    writing-mode: horizontal-tb;
    font-size: 2rem;
    position: static;
    text-align: center;
    padding-bottom: 8rem;
  }
  .product .product-main {
    padding: 2.4rem 5% 6.4rem;
  }
  .product figure figcaption {
    position: static;
  }
  .product .slide-items li figure {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .product .slide-items li figure figcaption {
    font-size: 1.3rem;
    left: 10%;
  }
  .product-copyWrap {
    font-size: 1.5rem;
    letter-spacing: -1px;
  }
  .product-copyWrap-ttl {
    font-size: 2rem;
  }
  .product-pointWrap {
    max-width: inherit;
    display: block;
    width: 80%;
  }
  .product-pointWrap-txtAll-ttl {
    font-size: 2.2rem;
  }
  .product-pointWrap li {
    width: 100%;
    font-size: 1.8rem;
  }
  .product-pointWrap li:nth-child(2) {
    margin: 6.4rem 0;
  }
}
/* ------------- 
entry
------------- */
.entry {
  background: #05150B;
  position: relative;
  padding-bottom: 5%;
}
.entry .bg-entry {
  width: 100%;
  height: auto;
}
.entry-txtWrap {
  position: absolute;
  top: 40%;
  right: 0;
  width: 70%;
  text-align: center;
  padding-right: 5%;
}
.entry-txtWrap .ttl {
  text-align: center;
  margin-bottom: 40px;
}
.entry-txtWrap ul {
  display: flex;
  justify-content: center;
}
.entry-txtWrap ul li {
  padding: 0 10px;
}
.entry-txtWrap ul li a {
  display: block;
}

@media screen and (max-width: 767px) {
  .entry {
    padding-bottom: 10%;
  }
  .entry-txtWrap {
    top: 30%;
    right: 5%;
    width: 60%;
  }
  .entry-txtWrap .ttl {
    width: 40%;
    height: auto;
    margin: 0 auto 10% auto;
  }
  .entry-txtWrap ul {
    display: block;
  }
  .entry-txtWrap ul li {
    margin: 1em 0;
    padding: 0;
  }
  .entry-txtWrap ul li a img {
    width: 100%;
    max-width: none;
    height: auto;
  }
}
/* ------------- 
footer
------------- */
#footer {
  text-align: center;
  padding: 10% 0;
  background-image: url(../../image/bg-footer_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}
#footer p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
#footer .companyName {
  padding: 3.2rem 0 0.8rem;
}
#footer .topBtn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
}
#footer .copyright {
  position: absolute;
  right: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

footer.copyright {
  background: #05150B;
  color: #fff;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 5% 0;
    background-image: url(../../image/bg-footer_sp.jpg);
    height: 220px;
  }
  #footer .footer-logo {
    width: 7rem;
    height: auto;
  }
  #footer p {
    font-size: 1.1rem;
  }
  #footer .topBtn {
    top: auto;
    bottom: 5%;
    width: 4rem;
    height: auto;
  }
}
/*2025 01 スライダー追加 */
.swiper-content {
  overflow: hidden;
}
.swiper-content .swiper {
  overflow: visible !important;
}

.swiper-pagination {
  text-align: center;
  margin: 40px auto 0;
}
.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  cursor: pointer;
  margin: 0 6px;
  width: 16px;
  height: 16px;
  background: #979797;
  transition: color 0.5s;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #59A32A;
}

.swiper-slide {
  width: 1250px !important;
  opacity: 0.3;
  transition: opacity 0.5s;
  transition-property: opacity !important;
}
.swiper-slide.swiper-slide-active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .swiper-slide {
    width: 400px !important;
  }
  .swiper-pagination {
    margin: 0 auto 5%;
  }
  .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 12px;
    height: 12px;
  }
}
/*# sourceMappingURL=style.css.map */