@charset "UTF-8";
/*
 * htmlのfont-size用
 */
/*
   * font-size可変用
   */
/*メディアクエリー
---------------------------------------------*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* variable */
i {
  margin: auto 20px;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*------------------------
image responsove change
--------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: inherit !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
}
.slider,
.slider_main {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized,
.slider_main.slick-initialized {
  opacity: 1;
}

/*---------------------------------------------------------------
 common
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

body {
  font-size: 3.2vw;
  line-height: 200%;
  color: #2c2a26;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-style: normal;
  font-weight: 500;
  background: #f6f4f2;
  background-attachment: fixed;
  background-repeat: repeat repeat;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    background-size: auto;
  }
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*-------------------------------
 block
--------------------------------- */
.pc {
  display: none;
}

/*-------------------------------
 main
--------------------------------- */
.main {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  margin: 0 auto;
  padding: 3% 0;
  background: linear-gradient(#fff 50%, #405364 50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .box {
  width: 100%;
}
.main .box .copy {
  width: 70%;
  max-width: 500px;
  margin: 0 auto 50px;
}
.main .box .slider_main {
  width: 100%;
}
.main .box .slider_main li {
  width: 280px;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .main .box .slider_main li {
    width: 350px;
    padding: 0 30px;
  }
}
.main .box .slider_main li img {
  border-radius: 140px;
}
@media screen and (min-width: 769px) {
  .main .box .slider_main li img {
    border-radius: 175px;
  }
}
.main .box h1 {
  width: 90%;
  max-width: 500px;
  margin: 50px auto 0;
  display: block;
}

/*-------------------------------
lead
--------------------------------- */
.lead {
  width: 84%;
  max-width: 800px;
  padding: 100px 0 200px;
  margin: 0 auto;
  /* モーダルウィンドウ */
  /* 閉じるボタン */
  /*modal*/
}
@media screen and (min-width: 769px) {
  .lead {
    text-align: center;
  }
}
.lead .date {
  margin-bottom: 30px;
  color: #405364;
  font-weight: 600;
}
.lead .date span {
  margin-bottom: 15px;
  display: block;
  font-size: 3.6rem;
  line-height: 100%;
}
.lead .date .small {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 100%;
}
.lead .txt_1 {
  margin-bottom: 5px;
  font-size: 2rem;
  line-height: 200%;
}
@media screen and (min-width: 769px) {
  .lead .txt_1 {
    font-size: 2.4rem;
  }
}
.lead .txt_2 {
  margin-bottom: 50px;
  font-size: 1.6rem;
  line-height: 200%;
}
@media screen and (min-width: 769px) {
  .lead .txt_2 {
    font-size: 1.8rem;
  }
}
.lead .about_mart {
  /*button*/
}
.lead .about_mart .button-open {
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 20px;
  color: #fff;
  background: #D23583;
  line-height: 100%;
  border-radius: 100px;
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: none;
}
.lead .about_mart .button-open:after {
  content: "\e145";
  font-family: "Material Icons";
  font-size: 2.8rem;
  margin-left: 10px;
}
.lead .about_mart .button-open figure {
  width: 80px;
  margin-right: 7px;
  padding: 0;
}
.lead .about_mart .button-open figure img {
  width: 100%;
  vertical-align: middle;
}
.lead .about_mart .button-open span {
  display: block;
  font-size: 1.4rem;
}
.lead .modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  /* height: 300px; */
  background-color: #445362;
  border-radius: 10px;
  z-index: 9999;
  padding: 2rem;
  overflow: auto;
}
.lead .button-close {
  width: 60%;
  margin: auto;
  padding: 20px;
  color: #fff;
  background: #D23583;
  line-height: 100%;
  border-radius: 100px;
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: none;
}
.lead .button-close:after {
  content: "\e5cd";
  font-family: "Material Icons";
}
.lead .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}
.lead .about_modal {
  padding: 80px 8%;
  font-size: 1.6rem;
  line-height: 200%;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .lead .about_modal {
    text-align: left;
  }
}
.lead .about_modal h2 {
  margin-bottom: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .lead .about_modal h2 {
    font-size: 2.4rem;
  }
}
.lead .about_modal h2 figure {
  width: 100px;
  margin-right: 7px;
  padding: 0;
}
.lead .about_modal h2 figure img {
  width: 100%;
  vertical-align: middle;
}
.lead .about_modal h2 span {
  font-size: 2rem;
  display: block;
}
.lead .about_modal .tribe {
  margin-top: 50px;
  padding: 5%;
  border: dotted 1px;
  font-size: 1.2rem;
  line-height: 200%;
}
.lead .about_modal .tribe h3 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.lead .about_modal .button-close {
  margin-top: 50px;
}

/*-------------------------------
content
--------------------------------- */
.content {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto;
}
.content .block {
  padding: 0 0 150px;
}
.content .block .theme {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 100px;
  background: #c0b2a2;
}
.content .block .theme .flex {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 8%;
}
@media screen and (min-width: 769px) {
  .content .block .theme .flex {
    width: 90%;
    padding: 0;
    display: flex;
    align-items: center;
  }
}
.content .block .theme .flex figure {
  width: 100%;
  margin-top: -200px;
  margin-bottom: -30px;
}
@media screen and (min-width: 769px) {
  .content .block .theme .flex figure {
    width: 50%;
    padding: 0;
    margin-top: -50px;
    margin-bottom: 50px;
  }
}
.content .block .theme .flex figure img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .content .block .theme .flex .box {
    width: 50%;
    margin-left: 50px;
  }
}
.content .block .theme .flex .box h2 {
  margin-bottom: 20px;
}
.content .block .theme .flex .box h2 span {
  margin-bottom: 10px;
  line-height: 100%;
  padding: 10px;
  position: relative;
  display: inline-block;
  background: #fff;
}
.content .block .theme .flex .box h2 .en {
  font-size: 3.2rem;
}
@media screen and (min-width: 769px) {
  .content .block .theme .flex .box h2 .en {
    font-size: 3.6rem;
  }
}
.content .block .theme .flex .box h2 .jp {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .content .block .theme .flex .box h2 .jp {
    font-size: 1.4rem;
  }
}
.content .block .theme .flex .box p {
  margin: 0 auto;
  padding: 0;
  font-size: 1.4rem;
  line-height: 200%;
}
@media screen and (min-width: 769px) {
  .content .block .theme .flex .box p {
    font-size: 1.6rem;
  }
}
.content .block .item {
  margin: 0 auto 50px;
  padding: 50px 8%;
  background: #fff;
  border: dotted 1px #927c64;
}
.content .block .item .item_qst {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .content .block .item .item_qst {
    margin-bottom: 0;
  }
}
.content .block .item .item_qst .speech-bubble {
  padding: 30px 7%;
  position: relative;
  background: #e8e2da;
  border-radius: 20px;
}
.content .block .item .item_qst .speech-bubble:after {
  content: "";
  position: absolute;
  margin: 0;
  bottom: -30px;
  right: 30%;
  width: 0;
  height: 0;
  border-top: 40px solid #e8e2da;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(-30deg);
}
.content .block .item .item_qst .speech-bubble h4 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #927c64;
  font-size: 1.4rem;
  border-bottom: solid 1px;
  display: inline-block;
  letter-spacing: 0;
  line-height: 100%;
}
.content .block .item .item_qst .speech-bubble h4 span {
  font-size: 1.8rem;
}
.content .block .item .item_qst .speech-bubble p {
  font-size: 1.5rem;
  line-height: 180%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .content .block .item .item_qst .speech-bubble p {
    font-size: 1.8rem;
  }
}
.content .block .item .item_qst figure {
  width: 80px;
  margin: -20px -10px 0 auto;
  z-index: 999;
  position: inherit;
}
.content .block .item .item_asr {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .content .block .item .item_asr {
    width: 100%;
  }
}
.content .block .item .item_asr .box {
  text-align: center;
}
.content .block .item .item_asr h4 {
  position: relative;
  padding: 0.2rem 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid;
  color: black;
  font-size: 1.8rem;
  text-align: center;
  display: inline-block;
  letter-spacing: 5px;
}
.content .block .item .item_asr h4:before, .content .block .item .item_asr h4:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
.content .block .item .item_asr h4:before {
  border: 11px solid;
  border-color: transparent;
  border-top-color: black;
  margin-left: -11px;
}
.content .block .item .item_asr h4:after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -10px;
}
.content .block .item .item_asr ul {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .content .block .item .item_asr ul {
    margin: auto;
    margin-bottom: 60px;
  }
}
.content .block .item .item_asr ul li img {
  border: dotted 1px #e6e6e6;
}
.content .block .item .item_asr .slick-initialized .slick-slide {
  padding: 0 5px;
}
.content .block .item .item_asr .slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.content .block .item .item_asr .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.content .block .item .item_asr .slick-prev {
  left: -15px;
}
@media screen and (min-width: 769px) {
  .content .block .item .item_asr .slick-prev {
    left: -6%;
  }
}
.content .block .item .item_asr .slick-prev:before {
  font-family: "Material Icons";
  content: "\e5cb";
}
.content .block .item .item_asr .slick-next {
  right: -15px;
}
@media screen and (min-width: 769px) {
  .content .block .item .item_asr .slick-next {
    right: -6%;
  }
}
.content .block .item .item_asr .slick-next:before {
  font-family: "Material Icons";
  content: "\e5cc";
}
.content .block .item .item_asr .slick-prev,
.content .block .item .item_asr .slick-next {
  width: auto;
  height: auto;
  padding: 0;
  line-height: 100%;
  z-index: 1111;
  display: block;
  background: #927c64;
  border-radius: 100px;
}
.content .block .item .item_asr .slick-prev:before,
.content .block .item .item_asr .slick-next:before {
  padding: 0;
  line-height: 100%;
  font-size: 4.2rem;
  opacity: 1;
  color: #fff;
}
.content .block .item .item_asr .item_txt {
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 200%;
  text-align: left;
}
.content .block .item .item_asr .item_name {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 200%;
  text-align: center;
}
.content .block .item .item_asr .coming {
  width: 80%;
  margin: auto;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  background: #ccc;
  display: block;
  border-radius: 100vh;
}
@media screen and (min-width: 769px) {
  .content .block .item .item_asr .coming {
    width: 40%;
  }
}
.content .block .item .item_asr .buy {
  width: 80%;
  margin: auto;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  background: #405364;
  display: block;
  border-radius: 100vh;
}
@media screen and (min-width: 769px) {
  .content .block .item .item_asr .buy {
    width: 40%;
  }
}
.content .block .item .item_asr .buy:hover {
  background: #D23583;
}
.content .block .item .item_asr .box_1 {
  padding-bottom: 50px;
}
.content .block .item .item_asr .box_2 {
  padding-top: 50px;
  line-height: 200%;
  font-size: 1.2rem;
  text-align: left;
  border-top: dotted 1px #927c64;
}
.content .block .item .item_asr .box_2 h5 {
  margin-bottom: 5px;
  font-size: 1.4rem;
}

/*-----------------------------
 live
------------------------------------ */
.live {
  width: 100%;
  padding: 100px 10%;
  background: #bcb1a3;
  text-align: center;
}
.live .box {
  width: 86%;
  max-width: 800px;
  margin: 0 auto;
}
.live .box h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .live .box h2 {
    font-size: 3.6rem;
  }
}
.live .box .txt_1 {
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 250%;
}
@media screen and (min-width: 769px) {
  .live .box .txt_1 {
    font-size: 1.8rem;
  }
}
.live .box .txt_2 {
  font-size: 1.4rem;
}
.live .box a {
  margin-top: 10px;
  padding: 5px 20px;
  display: inline-block;
  background: #405364;
  font-size: 1.6rem;
  line-height: 200%;
  font-weight: 400;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
}
.live .box a:hover {
  background: #D23583;
}

/*-----------------------------
 mart
------------------------------------ */
.mart {
  width: 100%;
  padding: 100px 10%;
  background: #445362;
  text-align: center;
  color: #fff;
}
.mart .box {
  width: 86%;
  max-width: 800px;
  margin: 0 auto;
}
.mart .box h2 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 200%;
}
.mart .box h2 figure {
  width: 150px;
  margin: 0 auto 20px;
}
.mart .box h2 figure img {
  width: 100%;
}
.mart .box > p {
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 200%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .mart .box > p {
    text-align: center;
  }
}
.mart .box > p span {
  font-size: 1.2rem;
}
.mart .box div {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .mart .box div {
    width: 50%;
    margin: auto;
  }
}
.mart .box div figure {
  width: 40%;
}
.mart .box div p {
  width: 60%;
  padding-left: 5%;
  text-align: left;
  font-size: 1.2rem;
  line-height: 200%;
}

/*-----------------------------
 caution
------------------------------------ */
.caution {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 100px 10%;
}
.caution h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  text-align: center;
}
.caution .caution_box {
  max-width: 1000px;
  margin: 0 auto 50px;
}
.caution .caution_box h3 {
  margin-bottom: 30px;
  padding: 10px;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #445362;
  text-align: center;
}
.caution .caution_box h4 {
  margin: 50px auto 30px;
  font-size: 1.8rem;
  color: #445362;
  border-bottom: solid 1px;
}
.caution .caution_box p {
  padding: 0;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 180%;
  text-align: left;
}
.caution .caution_box p::before {
  content: "※";
}
.caution .caution_box p span {
  color: #E83921;
}
.caution .caution_box p a {
  width: 100%;
  margin: 10px 0;
  padding: 8px 20px 6px 30px;
  font-weight: 500;
  color: #fff;
  background: #cdb852;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
}
.caution .caution_box p a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 0.9rem;
  padding-left: 10px;
}

.line {
  border-bottom: dashed 1px;
  margin: 40px auto;
}

.caution__info {
  font-size: 1.6rem;
  margin: 30px 0 10px 0;
  font-weight: bold;
}

.caution__info--underline {
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

.caution__info--sub {
  font-size: 1.3rem;
  margin: 0 0 10px 0;
  line-height: 2rem;
  font-weight: bold;
  display: inline-block;
}

.copyright {
  margin-bottom: 30px;
  text-align: center;
}
.copyright figure {
  width: 50%;
  max-width: 180px;
  margin: 0 auto 20px;
}
.copyright small {
  margin: 0 auto;
  font-size: 1rem;
  letter-spacing: 1px;
}

/*---------------------------------------------------------------
 footer
-------------------------------------------------------------- */
footer {
  margin: 0 auto;
  padding: 100px 20px;
  background-color: #fff;
  text-align: center;
}
footer .f_logo {
  margin: 0 auto;
  width: 40%;
  max-width: 150px;
}
footer .f_logo a {
  margin: 0;
  padding: 0;
  display: block;
  margin: 0 auto;
}
footer .f_logo a img {
  vertical-align: bottom;
}
footer .f_icon {
  margin: 30px auto 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .f_icon li {
  width: 50px;
  margin: 0 15px;
  padding: 0;
}
footer .f_icon li i {
  margin: 0;
  font-size: 4.2rem;
  color: #2c2a26;
}
footer small {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 1px;
}

/*------------------------------
animation
-------------------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */