@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #000;
}

/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-family: "clicker", sans-serif;
  font-style: normal;
  font-weight: 300;
  display: none;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

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

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.book {
  font-weight: 400;
}

.semi {
  font-weight: 600;
}

.gr {
  color: #00A09D;
}

/*---------------------------------------------
FV
---------------------------------------------*/
.fv {
  background-image: url(../images/sp_fv.jpg);
  background-size: cover;
  background-position: top center;
  height: 45vh;
}
@media screen and (min-width: 769px) {
  .fv {
    position: relative;
    background-image: url(../images/pc_fv.jpg);
    height: 100vh;
  }
}
.fv .title {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .fv .title {
    position: absolute;
    z-index: 10;
    width: 46%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 3vw;
  }
}
.fv .fv_logo {
  position: absolute;
  width: 23vw;
  top: 0;
  right: 0;
}

/*---------------------------------------------
sec1
---------------------------------------------*/
.image_clip {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0); /* 切り抜き */
  z-index: -1;
}

.image_fixed {
  position: fixed; /* 背景を固定 */
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.sec1 {
  height: 1309vw;
  height: 1351vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec1 {
    height: 617vh;
  }
}
.sec1 .image_fixed {
  background-image: url(../images/sec1_bg.jpg);
}
@media screen and (min-width: 769px) {
  .sec1 .image_fixed {
    background-image: url(../images/pc_sec1_bg.jpg);
  }
}

.wrap1 .img_box {
  position: relative;
  height: 232vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap1 .img_box .img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrap1 .img_box .img_box:nth-child(odd) {
    width: 50%;
  }
  .wrap1 .img_box .img_box:nth-child(even) {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .wrap1 .img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 126vh;
  }
}
.wrap1 .img_box .slider {
  position: absolute;
  width: 90vw;
  top: 15vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 50;
}
.wrap1 .img_box .slider ul li img {
  vertical-align: bottom;
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .wrap1 .img_box .slider {
    width: 93vw;
    width: 93%;
    top: 3vw;
  }
  .wrap1 .img_box .slider ul li {
    padding: 3px;
  }
}
.wrap1 .img_box1 {
  height: 232vw;
}
@media screen and (min-width: 769px) {
  .wrap1 .img_box1 {
    height: 126vh;
  }
}
.wrap1 .img_box2 {
  height: 218vw;
}
@media screen and (min-width: 769px) {
  .wrap1 .img_box2 {
    height: 118vh;
  }
}
.wrap1 .img_box3 {
  height: 231vw;
}
@media screen and (min-width: 769px) {
  .wrap1 .img_box3 {
    height: 126vh;
  }
}
.wrap1 .img_box4 {
  height: 231vw;
}
@media screen and (min-width: 769px) {
  .wrap1 .img_box4 {
    height: 126vh;
  }
}
.wrap1 .img_box5 {
  height: 219vw;
}
@media screen and (min-width: 769px) {
  .wrap1 .img_box5 {
    height: 146vh;
  }
}
.wrap1 .img_box6 {
  height: 210vw;
}

/*---------------------------------------------
sec2
---------------------------------------------*/
.sec2 {
  position: relative;
  height: 928vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .sec2 {
    height: 506vh;
  }
}
.sec2 .image_fixed {
  background-image: url(../images/sec2_bg.jpg);
}
@media screen and (min-width: 769px) {
  .sec2 .image_fixed {
    background-image: url(../images/pc_sec2_bg.jpg);
  }
}
.sec2 .img_box7 {
  height: 231vw;
}
@media screen and (min-width: 769px) {
  .sec2 .img_box7 {
    height: 128vh;
  }
}
.sec2 .img_box8 {
  height: 231vw;
}
@media screen and (min-width: 769px) {
  .sec2 .img_box8 {
    height: 126vh;
  }
}
.sec2 .img_box9 {
  height: 218vw;
}
@media screen and (min-width: 769px) {
  .sec2 .img_box9 {
    height: 120vh;
  }
}
.sec2 .img_box10 {
  height: 210vw;
}
@media screen and (min-width: 769px) {
  .sec2 .img_box10 {
    height: 120vh;
  }
}

/*---------------------------------------------
.credit
---------------------------------------------*/
.credit {
  position: absolute;
  background-color: #C46459;
  width: 90vw;
  font-size: 10px;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 135vw;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .credit {
    top: 34.6vw;
    left: 3.7vw;
    left: 3.7%;
    width: 31vw;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.credit .credit_left,
.credit .credit_right {
  width: 50%;
}
.credit .credit_left .credit_inner p,
.credit .credit_right .credit_inner p {
  margin-top: 60px;
  margin-left: 3vw;
  margin-bottom: -8px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .credit .credit_left .credit_inner p,
  .credit .credit_right .credit_inner p {
    margin-top: 25px;
    font-size: 14px;
    margin-left: 1.5vw;
  }
}
.credit .credit_left .credit_inner .link,
.credit .credit_right .credit_inner .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3vw;
  margin-top: 15px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .credit .credit_left .credit_inner .link,
  .credit .credit_right .credit_inner .link {
    font-size: 12px;
    margin-left: 1.5vw;
  }
}
.credit .credit_left .credit_inner .link .link_left .item_sub,
.credit .credit_left .credit_inner .link .link_right .item_sub,
.credit .credit_right .credit_inner .link .link_left .item_sub,
.credit .credit_right .credit_inner .link .link_right .item_sub {
  font-size: 7px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 769px) {
  .credit .credit_left .credit_inner .link .link_left .item_sub,
  .credit .credit_left .credit_inner .link .link_right .item_sub,
  .credit .credit_right .credit_inner .link .link_left .item_sub,
  .credit .credit_right .credit_inner .link .link_right .item_sub {
    font-size: 9px;
  }
}
.credit .credit_left .credit_inner .link .buy,
.credit .credit_right .credit_inner .link .buy {
  margin-left: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  margin-right: 1vw;
}
.credit .credit_right .buy {
  margin-right: 5vw !important;
}
@media screen and (min-width: 769px) {
  .credit .credit_right .buy {
    margin-right: 1.5vw !important;
  }
}
.credit .dot_line {
  position: relative;
  display: block;
  height: 1px;
  margin-top: 15px;
}
.credit .dot_line::after {
  position: absolute;
  --DOTSIZE: 4px;
  content: "";
  background-color: transparent;
  background-image: radial-gradient(#fff 20%, transparent 20%);
  background-size: var(--DOTSIZE) var(--DOTSIZE);
  background-repeat: repeat-x;
  width: 100%;
  height: var(--DOTSIZE);
  bottom: 0;
  left: 0;
}
.credit .empty {
  height: 36px;
}
@media screen and (min-width: 769px) {
  .credit .empty {
    height: 40px;
  }
}

.credit .dot_line:nth-last-of-type(1) {
  display: none;
}

.footer {
  position: relative;
  background-color: #FEFBED;
  color: #00A09D;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 30px 20px 6px;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .footer {
    font-size: 18px;
    padding: 34px 40px 6px;
  }
}
.footer p {
  margin-bottom: 16px;
}
.footer ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer ul a {
  color: #00A09D;
}
.footer ul li {
  margin-bottom: 24px;
}
.footer img {
  position: absolute;
  width: 20vw;
  top: 30px;
  right: 20px;
}
@media screen and (min-width: 769px) {
  .footer img {
    width: 7%;
    top: 34px;
    right: 40px;
  }
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

/*---------------------------------------------
flexslider
---------------------------------------------*/
.flexslider {
  border: none;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .flexslider {
    display: block;
  }
}

.flex-control-nav li {
  width: 5px;
  margin: 0 13px;
}

.flex-control-nav {
  bottom: -32px;
}

.flex-control-paging li a {
  width: 5px;
  height: 5px;
  background: none;
  border: 0.5px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 0.9);
}

.flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 500;
}

.flex-nav {
  background: none;
  border: none;
  cursor: pointer;
}

.flex-direction-nav {
  display: block; /* デフォルトで表示 */
}

.flex-direction-nav a {
  opacity: 1; /* 常に表示 */
  pointer-events: auto; /* クリック可能にする */
}

.flex-direction-nav a:hover {
  opacity: 1; /* ホバー時も不透明度を変えない */
}

.flexslider .flex-direction-nav {
  display: none; /* デフォルトの矢印を非表示 */
}

.custom-nav {
  position: absolute;
  top: 50%;
  left: -3vw;
  width: 106%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .custom-nav {
    display: none;
  }
}

.custom-prev, .custom-next {
  background: none; /* 背景を透明に */
  border: none;
  cursor: pointer;
}

.custom-prev img,
.custom-next img {
  width: 30px; /* 矢印のサイズ */
  height: auto;
}

.flexslider {
  display: none; /* 初期状態で非表示 */
}

@media screen and (max-width: 768px) {
  .flexslider {
    display: block; /* SPサイズでは表示 */
  }
}
@media screen and (min-width: 769px) {
  .slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* デスクトップサイズでは横並びにする */
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .slides {
    width: 100% !important;
    -webkit-transform: none !important;
            transform: none !important;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .slides li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; /* 各スライドの幅を自動に設定 */
  }
  .slides > li {
    width: 23vw !important;
  }
  .flex-control-nav {
    display: none !important; /* controlNavを非表示にする */
  }
}/*# sourceMappingURL=style.css.map */