@charset "utf-8";

/*------------------------------------------------------------
common
------------------------------------------------------------*/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
table,
tbody,
thead,
tr,
th,
td,
article,
footer,
header {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

footer,
header {
  display: block;
}

ul {
  list-style: none;
}

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

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

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

body {
  font-family: zen-maru-gothic, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #2d2d2d;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  word-break: break-word;
  line-height: 1.8;
}

.text_center {
  text-align: center;
}

.text_bold {
  font-weight: 500;
}

body {
  background: #eef1f5;
  font-family: "source-han-sans-japanese", sans-serif;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.text_small {
  font-size: 80% !important;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
#header {
  position: relative;
}

#header nav {
  background: #fff;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 12px 3%;
}

#header .logo {
  width: 320px;
}

#header .gnavi {
  display: flex;
  gap: 0.5em;
}

#header .gnavi a {
  border: 1px solid transparent;
  border-radius: 30px;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  padding: 0.3em 1.3em;
  -webkit-transition: border 0.6s ease;
  transition: border 0.6s ease;
}

#header .gnavi a:hover {
  border: 1px solid #000;
}

/*------------------------------------------------------------
mv
------------------------------------------------------------*/
#mv {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 100px 11% 50px 8%;
  flex-direction: row-reverse;
}

#mv .mv_left {
  width: 56%;
}

#mv .mv_right {
  width: 37%;
}

#mv .mv_left img,
#mv .mv_right img {
  width: 100%;
}

.sponsor {
  padding: 0 12%;
  margin-bottom: 100px;
}

.sponsor p {
  font-size: 14px;
  font-weight: bold;
}

/*------------------------------------------------------------
main
------------------------------------------------------------*/

.period {
  text-align: center;
  background: #009f40;
  color: #fff;
  padding: 0.5em 0;
}

.sugoi {
  margin: 0 auto 150px;
  max-width: 1110px;
}

.sugoi img {
  width: 100%;
}

.lead {
  font-size: 22px;
  margin-bottom: 180px;
}

.lead_inner {
  margin: 0 auto;
  width: 1110px;
}

.lead p {
  background-image: linear-gradient(to right, #009f41 3px, transparent 3px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  line-height: 3.3;
}

.block {
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.16);
  padding: 100px 50px;
  position: relative;
  margin: 0 auto 120px;
  max-width: 1110px;
}

.block_title {
  color: #009f41;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.block_movie .block_title {
  color: #fff;
}

.chat_frame {
  background: #fff;
  border: 5px solid #000;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 10px 10px #000;
  position: relative;
}

.chat_frame_tate {
  width: 380px;
}

.chat_frame_yoko {
  margin-left: -100px;
  width: 700px;
}

.oath_block:nth-child(2n) .chat_frame_yoko {
  margin-right: -100px;
  margin-left: 0;
}

.chat_balloon {
  background: #009f41;
  border-radius: 20px;
  box-sizing: border-box;
  color: #fff;
  padding: 30px 20px;
  margin: 30px auto;
  text-align: center;
  width: 320px;
}

.chat_balloon span {
  display: inline-block;
}

.block_taisyou .chat_frame {
  position: absolute;
  left: 40%;
  top: -50px;
}

.block_taisyou .chat_balloon {
  font-size: 22px;
  font-weight: bold;
}

.chat_balloon_oath {
  font-size: 26px;
  width: 370px;
}

.chat_balloon_oath_left {
  margin: 30px 30px 0 auto;
}

.chat_balloon_oath_right {
  margin: 30px auto 0 30px;
}

.chat_balloon_oath .kou {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.5em;
}

.oath_sample {
  font-size: 18px;
  width: 370px;
  text-align: center;
  font-weight: bold;
}

.oath_sample_left {
  margin: 0 30px 30px auto;
}

.oath_sample_right {
  margin: 0 auto 30px 30px;
}

.oath_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 180px;
}

.oath_block:last-child {
  margin-bottom: 0;
}

.oath_block:nth-child(2n) {
  flex-direction: row-reverse;
}

.oath_block .sample {
  width: 360px;
}

.oath_block .sample dl {
  display: flex;
}

.oath_block .sample dt {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

.oath_block .sample dd {
  font-size: 18px;
  font-weight: bold;
}

.chikai_photo {
  position: absolute;
  bottom: 20px;
}

.chikai_photo_left {
  left: -30px;
}

.chikai_photo_right {
  right: -30px;
}

.chikai_photo img {
  width: 280px;
}

.sample_photo {
  text-align: center;
}

.sample_photo img {
  max-height: 230px;
  max-width: 350px;
  padding: 30px 0 0;
}

.block_movie {
  background: #009f41;
  border-radius: 0;
  color: #fff;
  width: 100%;
  max-width: 100%;
}

.block_movie .video {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* .block_movie .video > div {
  margin-top: 50px;
  width: 30%;
}

.block_movie .video .video_img {
  width: 100%;
} */

.block_movie .video_click img {
  min-width: 500px;
  width: 50%;
}

.block_movie .video_btn {
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  padding: 1em;
  font-size: 22px;
  color: #009f40;
  font-weight: bold;
  border: 8px solid #afd8c0;
  margin-top: 50px;
  width: 30%;
}

.slider {
  margin: 50px -6.25vw 0;
}

.slider img {
  width: 100%;
}

.slider img:hover {
  opacity: 0.8;
}

.slick-slider {
  z-index: 99;
}

.flow_inner {
  margin: 0 auto;
  width: 1110px;
}

.shinsaiin {
  font-size: 1.15vw;
}

.flow {
  margin: 30px 0 50px;
}

.flow_box {
  display: flex;
  justify-content: center;
  gap: 2em;
}

.flow img {
  width: 80%;
}

.flow .chat_frame_tate {
  width: 250px;
}

.flow .chat_balloon {
  padding: 15px;
  width: 210px;
}

.flow .chat_balloon .text {
  font-size: 30px;
  font-weight: bold;
}

.flow .chat_balloon .text_step {
  font-size: 18px;
}

.cv {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.16);
  padding: 100px 0;
  margin-top: 100px;
}

.btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.btn {
  align-items: center;
  border-radius: 40px;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  background: #009f41;
  padding: 13px 0;
  width: 800px;
  transition: 0.3s;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.btn:hover {
  transform: scale(1.05, 1.05);
}

footer {
  background: #fff;
  padding: 45px 2.5vw;
}

footer .logo img {
  width: 20vw;
}

#pagetop {
  position: fixed;
  right: 2%;
  bottom: 5%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
  display: none;
  z-index: 999;
}

#pagetop:hover {
  opacity: 0.8;
}

#pagetop.active {
  display: block;
}

/*------------------------------------------------------------
kekka
------------------------------------------------------------*/
.kekka {
  display: flex;
  gap: 3em 0;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
}

.kekka .kekkaFrame {
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
}

.kekka .kekkaBlock {
  width: 45%;
  max-width: 500px;
}
.kekka .shopName,
.kekkaLast .shopName {
  font-size: 25px;
  text-align: center;
  font-family: "kinuta-mincho-stdn", sans-serif;
  font-weight: 700;
}

.kekkaLast {
  text-align: center;
  max-width: 1000px;
}

.kekkaLast_img {
  margin-bottom: 30px;
  width: 45%;
}

.kekkaLast_shop {
  display: flex;
  flex-wrap: wrap;
}

.kekkaLast_shop .shopName {
  width: 50%;
}

/*------------------------------------------------------------
mobile
------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  #header .gnavi {
    display: none;
  }

  #mv {
    display: block;
    padding: 20px 8%;
  }

  #mv .mv_right,
  #mv .mv_left {
    margin-bottom: 50px;
    width: 100%;
  }

  .sponsor {
    margin-bottom: 30px;
  }

  .sugoi {
    margin: 0 0 50px;
    max-width: 100%;
  }

  .lead {
    font-size: 16px;
  }

  .lead_inner {
    width: 100%;
  }

  .sp_dot {
    background-image: linear-gradient(to right, #009f41 3px, transparent 3px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    display: block;
  }

  .lead p {
    background: none;
  }

  .chat_balloon {
    width: 100%;
  }

  .block_title {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
  }

  .block_taisyou {
    min-height: auto;
    background-position: 80% 85%;
    padding-bottom: 120px !important;
  }

  .block_taisyou .chat_frame {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }

  .block_taisyou .chat_balloon {
    width: 85%;
  }

  .oath_block {
    display: block;
    margin-bottom: 100px;
  }

  .oath_block .sample {
    width: 100%;
  }

  .oath_sample {
    margin: 0 0 50px;
    width: 100%;
  }

  .sample_photo img {
    width: 80%;
    max-width: 200px;
    max-height: 200px;
  }

  .chat_balloon_oath {
    width: 85%;
  }

  .chat_balloon span {
    font-size: 18px;
  }

  .chat_balloon_oath_left,
  .chat_balloon_oath_right {
    margin: 30px auto;
  }

  .chat_frame_yoko {
    margin: 0 0 50px 0;
    width: 100%;
  }

  .flow {
    padding: 0 10%;
  }

  .flow_inner {
    width: 100%;
  }

  .flow_box {
    display: block;
  }

  .flow .chat_frame_tate {
    margin-bottom: 50px;
    width: 100%;
  }

  .block_movie .video_click img {
    width: 100%;
    min-width: auto;
  }

  .block_movie .video {
    display: block;
  }

  .block_movie .video > div {
    width: 100%;
  }

  #container {
    padding: 50px 6%;
  }

  #container .block {
    padding: 50px 5%;
  }

  .news_area {
    display: block;
    padding: 24px 30px;
    width: 100%;
    box-sizing: border-box;
  }

  .news_title {
    .font-size: 16px;
  }

  .news_tag {
    display: inline-block;
    font-size: 14px;
    margin: 0;
  }

  .news_date,
  .news_text {
    font-size: 16px;
    margin: 0;
  }

  .chikai {
    display: block;
    margin: 0 0 0 -6.25vw;
  }

  .chikai_text {
    padding: 50px 3% 0;
  }

  .chikai_sample .rei {
    font-size: 13px;
    margin-left: 15px;
    width: 30px;
    height: 30px;
  }

  .chikai_photo {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
  }

  .chikai_photo img {
    width: 80%;
  }

  .chikai_sample {
    justify-content: space-between;
  }

  .chikai_sample .oath {
    margin-left: 10px;
  }

  .chikai_sample .oath img {
    width: 13vw;
  }

  .chikai_sample .oath2 img {
    width: 19vw;
  }

  .label_keyword {
    border: 2px solid #000;
    font-size: 4vw;
    width: auto;
    height: 4.3vh;
    border-radius: 1.3vw;
    padding: 0 2vw 0 10vw;
    top: 4vw;
    left: 10vw;
  }

  .label_keyword:before {
    width: 7.38vw;
    height: 6.63vw;
    top: 2px;
  }

  .label_keyword_kou {
    top: -5vw;
  }

  .chikai.first {
    margin-top: 50px;
  }

  .chikai_title {
    font-size: 5vw;
  }

  .chikai_title_sub {
    font-size: 3.2vw;
  }

  .chikai:nth-child(odd) .chikai_photo {
    margin: 0;
  }

  .video_more {
    margin-top: 25px;
  }

  .video_more img {
    width: 80vw;
  }

  .shinsaiin {
    font-size: 3vw;
  }

  .label_block img {
    width: 3vw;
  }

  .btn {
    width: 72vw;
    height: 14vw;
    font-size: 3.8vw;
    letter-spacing: 0;
  }

  .cv {
    padding: 80px 10%;
  }

  footer {
    padding: 30px 2.5vw;
    text-align: center;
  }

  footer .logo img {
    width: 50vw;
  }

  .text_list {
    display: block;
  }

  .text_list li {
    width: 100%;
    font-size: 16px;
  }

  .kekka,
  .kekkaLast {
    display: block;
    width: 100%;
  }
  .kekka .kekkaBlock {
    width: 100%;
    margin-bottom: 50px;
  }

  .kekka .shopName,
  .kekkaLast .shopName {
    font-size: 20px;
  }

  .kekkaLast_shop {
    display: block;
  }

  .kekkaLast_shop .shopName {
    width: 100%;
  }

  .kekkaLast_img {
    width: 100%;
  }
}
