@charset "UTF-8";

html,
body {
  font-size: 13px;
  /*   font-family: "FOT-筑紫明朝 Pr6N R", "TsukuMinPr6N-R", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif"; */
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;

  /*文字のアンチエイリアス設定*/
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;/*Firefox*/

  /*文字詰め*/
  font-feature-settings: "palt";

  /* 背景ストライプ */
  /* background: repeating-linear-gradient(-45deg, #eaf5f9, #eaf5f9 3px, #ffffff 3px, #ffffff 6px);;;; */
}

a {
  color: #000;
  text-decoration: none;
}

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

@MODULE

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

.flex {
  display: -webkit-flex;
  /* Safari */
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  /* Safari */
  justify-content: flex-end;
}

.btn-container {
  margin: 80px auto 40px;
}

.btn {
  margin: 10px auto;
  text-align: center;
}

.btn--comment-list {
  background: #062538;
  margin: 0;
  padding: 0 0 75px;
}

.btn img {
  max-width: 200px;
  margin: 0 auto 10px;
}

.link-0 {
  width: calc(100% - 10px);
  background: #1a509a;
  border-radius: 18px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: calc(16 / 1440 * 100vw);
  text-align: center;
  margin: 5px;
  padding: 14px 0;
  transition: all 0.3s;
}

.link-0:hover {
  transform: scale(0.98);
}

@media (max-width: 768px) {
  .link-0 {
    font-size: calc(16 / 768 * 100vw);
  }
}

.link-0-a {
  width: 100%;
  display: block;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* text-decoration: line-through; */
}

.link-0:hover .link-0-a {
  color: #fff;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .btn--comment-list {
    margin: 0 auto 0;
    padding: 0 0 40px;
  }

  .link-0 {
    font-size: 4.5vw;
  }
}

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

#nav

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

#nav {
  position: fixed;
  width: 100%;
  z-index: 11;
}

#nav:hover a {
  color: #daeff6;
}

#nav a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
}

#nav a .fas {
  font-size: 20px;
}


#nav-list {
  list-style: none;
  height: 45px;
  align-items: center;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  background: #1a509a;
  /* border-bottom: 1px solid #f1f1f1; */
}

.nav-item {
  margin: 0 50px;
  padding: 0 10px;
  font-weight: 900;
  height: 100%;
  align-items: center;
  display: flex;
}

.nav-item p {
  font-size: 22px;
}


@media (max-width: 768px) {
  #nav-list {
    height: calc(75 / 749 * 100vw);
    justify-content: space-around;
    font-size: 3vw;
    max-width: 1024px;
    background: #1a509a;
  }

  .nav-item {
    margin: 0;
    justify-content: center;
    /* padding: 0 2vw; */
    font-weight: 900;
    height: 100%;
    text-align: center;
    align-items: center;
    display: flex;
  }

  #nav a {
    text-align: center;
  }

  #nav a .fas {
    font-size: 7vw;
    text-align: center;
    line-height: 1.3;
  }

  .nav-item p {
    font-size: calc(32 / 749 * 100vw);
  }
}

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

#wrapper

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

#wrapper-index {
  max-width: 1320px;
  padding: 45px 0 0 0;
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #wrapper-index {
    padding: calc(75 / 749 * 100vw) 0 0 0;
  }
}

#wrapper-index .header-main img {
  margin: 0 auto;
  width: 100%;
}


#wrapper {
  padding: 45px 0 0 0;
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #wrapper {
    padding: calc(75 / 749 * 100vw) 0 0 0;
  }
}

.header-main img {
  margin: 20px auto;
  width: 25%;
}

@media (max-width: 768px) {
  .header-main img {
    width: 50%;
  }
}

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

#lead

-------------------------------*/
#lead {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  color: #fff;
  padding: 0;
}

.lead--complete {
  margin: 0 auto;
}

.lead-main {
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
}
.lead-main .background-container {
  position: relative;
  display: inline-block;
}

.lead-main .background-container .button-image {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: auto;
  cursor: pointer;
  transition: opacity 0.3s ease; /* アニメーションの速度と動きを指定 */
}

/* ホバー時のスタイル */
.lead-main .background-container .button-image:hover {
  opacity: 0.7; /* ボタン画像を少し透明に */
}

.lead-main img {
  width: 100%;
}

.present-main {
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
}

.present-main .image-ttl{
  width: 300px;
  margin: 70px auto 40px;
}

.present-main .image-inline{
  display: inline-block;
  margin: 0 5px; /* 画像の間隔 */
  width: 300px; /* 各画像の幅 */
  height: auto; /* 縦横比を保つ */
}

.present-note {
  width: 50%;
  margin: 0 auto;
  text-align: right;
}
@media (max-width: 768px) {
  .present-note {
    width: 100%;
    text-align: center;
  }
}

.howto-main {
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
}

.howto-main .image-ttl {
  width: 300px;
  margin: 70px auto 40px;
}

.howto-main .step {
  width: 90%;
  margin: 0 auto;
}

.lead--complete span {
  display: inline-block;
}

@media (max-width: 768px) {
  .header-main img {
    width: 50%;
  }
}

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

#howto

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

#howto {
  padding: 0 0 44px;
}

.howto-ttl-wrap{
  text-align: center;
  width: 250px;
  margin: 75px auto 75px;
  padding: 10px 0;
  background: rgba(242, 182, 24, 0.39);
  clip-path: polygon(0% 100%, 10% 5%, 100% 0%, 90% 95%);
}

.howto-ttl {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 43px;
  letter-spacing: -0.04em;
  background: #fbf592; /* fallback for old browsers */
  background: -webkit-linear-gradient(bottom, #fbf592, #ffde27);
  background: linear-gradient(to bottom, #fbf592, #ffde27);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.howto-img{
  display: block;
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #howto {
    padding: 0 0 32px;
  }

  .howto-ttl-wrap{
    width: 150px;
    margin: 50px auto 30px;
    padding: 10px 0;
  }

  .howto-ttl {
    font-size: 26px;
  }

  .howto-img {
    width: 100%;
  }
}

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

#post

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

#post {
  width: 60%;
  margin: 0 auto;
}

.post-box {
  margin: 0 auto;
  width: 74%;
}

.post-box-ttl {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 220px;
}

.post-img-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}

.post-img {
  margin-bottom: 20px;
}

.post-img img {
  width: 100%;
  padding: 5px;
}

.post-link__wrapper {
  padding: 0 28%;
  margin: 80px auto;
}

.post-link__wrapper a.link-1 {
  display: block;
  width: calc(325 / 1440 * 100vw);
  margin: auto;
  max-width: 325px;
}

@media (max-width: 1440px) {
  #post {
    width: 80%;
  }
}

@media (max-width: 768px) {
  #post {
    width: 90%;
    padding: 0 0 10px;
  }

  .post-img-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .post-box-ttl {
    margin: 0 auto 30px;
  }

  .post-link__wrapper {
    padding: 0 28%;
    margin: 20px auto;
  }

  .post-img {
    margin-bottom: 20px;
  }

  .post-link__wrapper a.link-1 {
    display: block;
    width: calc(325 / 768 * 100vw);
    margin: auto;
    max-width: 325px;
  }

}

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

#tweet__post

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

#tweet__post {
  width: 100%;
  margin: 0 auto;
}

#tweet__post .image-ttl{
  width: 200px;
  margin: 30px auto;
}

.tweet__post-box {
  margin: 0 auto;
  width: 74%;
}

@media (max-width: 768px) {
  .tweet__post-box {
    width: 94%;
  }
}

.tweet__post-box-ttl {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 220px;
}

.tweet__post-img-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}

.tweet__post-img {
  margin-bottom: 20px;
}

.tweet__post-img img {
  width: 100%;
  padding: 5px;
  transition: all 0.3s;
}

.tweet__post-img img:hover {
  transform: scale(0.98);
}

.tweet__post-link__wrapper {
  /* padding: 0 28%; */
  margin: 80px auto;
}

.tweet__post-link__wrapper a.link-1 {
  display: block;
  width: calc(325 / 1440 * 100vw);
  margin: auto;
  max-width: 325px;
}


@media (max-width: 768px) {
  #tweet__post {
    padding: 0 0 10px;
  }

  .tweet__post-img-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .tweet__post-box-ttl {
    margin: 0 auto 30px;
  }

  .tweet__post-link__wrapper {
    /* padding: 0 28%; */
    margin: 20px auto;
  }

  .tweet__post-img {
    margin-bottom: 20px;
  }

  .tweet__post-link__wrapper a.link-1 {
    display: block;
    width: calc(525 / 768 * 100vw);
    margin: auto;
    max-width: 525px;
  }
}

/* modal-video のレイアウト修正 */
.modal-video-body {
    width: 80%;
}

@media (max-width: 768px) {
  .modal-video-body {
    width: 90%;
  }
}

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

#bnr

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

#bnr{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 75px 0 0;
}

#bnr > a{
  display: block;
  width: calc(100% / 3);
  margin: 5px 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  #bnr{
    padding: 40px 0 0;
  }

  #bnr > a{
    width: 75%;
    margin: 5px 10px;
  }
}

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

#movie

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

#movie {
  width: 90%;
  margin: 0 auto 120px;
  padding: 80px 0 0;
}

.movie-container-wrapper {
  /* max-width: 720px; */
  max-width: 720px;
  width: 95%;
  /* width: 100%; */
  margin: 0 auto;
  border-radius: 10px;
}

.movie-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.movie-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  #movie {
    padding: 15vw 0 0;
  }
}

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

#terms

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

#terms {
  width: 85%;
  margin: 0 auto;
  padding: 30px 30px 120px;
  border-radius: 10px;
  background: #ffffffb3;
  color: #030000;
}

.terms-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}

.terms-box {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.terms-box-ttl {
  line-height: 1.5;
  font-size: 12px;
}

ul.terms-list {
  list-style: initial;
  padding-left: 12px;
}


.terms-list--dots {
  padding-left: 6px !important;
}

.terms-list li {
  padding: 3px 0;
  font-size: 12px;
  /* text-indent: -1em; */
  /* padding-left: 1em; */
}

.terms-list li span{
  font-weight: bold;
  color: red;
}

.terms-list--dots li {
  /* padding-left: 3px!important; */
  text-indent: -7px;
  /* padding-left: 10px; */
  /* list-style-position:inside; */
  /* list-style-type:disc; */
}

@media (max-width: 768px) {
  #terms {
    border-radius: 0;
  }
}

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

#post

-------------------------------*/
.post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 0 0 calc(60 / 750 * 100vw);
}

.post .post-list {
  margin: 0 auto;
  padding: 0 0 calc(60 / 750 * 100vw);
}

.post .post-list .image {
  width: 290px;
  border: solid 2px #ffffff;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px;
  border: 1px solid #1a509a;
}

.post .post-list .image > div {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5% auto 5%;
}

.post .post-list .image > div > img {
  width: 48px;
  height: 48px;
  border-radius: 100vw;
}

.post .post-list .image > div > div {
  margin-left: 5%;
}

.post .post-list .image > div > div .name {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  color: #1a509a;
}

.post .post-list .image > div > div .text {
  text-align: justify;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 300;
}

.post .post-list .image > img {
  width: 90%;
  margin: 0 auto 5%;
  border: 1px solid #a1a1a1;
}

#more {
  width: 200px;
  border-radius: 60px;
  background: #f39800;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin: 10px auto;
  padding: 10px 0;
  transition: all .4s;
  cursor: pointer;
}

#more:hover{
  color: #fff;
}

@media screen and (min-width: 768px) {
  .post {
    padding: 0;
  }

  .post .post-list {
    padding: 0 0 calc(60 / 1280 * 100vw);
  }
}

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

#icon

-------------------------------*/
#icon {
  background: #ffffffb3;
  width: 100%;
  padding: 50px 0;
}

#icon h2 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  color: #030000;
  margin-bottom: 40px;
}

ul.icon-img-list {
  max-width: 900px;
  margin: 0 auto 20px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
}

.icon-img {
  cursor: pointer;
  text-align: center;
  width: calc(20% - 15px); /* Adjust based on your preference */
}

.icon-img > p {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin: 10px auto 0;
}

.icon-img > a {
  display: block;
  position: relative;
}

.icon-img img {
  border-radius: 50%;
  position: relative;
  z-index: 10;
  width: calc(140 / 1440 * 100vw);
  max-width: 140px;
  margin: 0 auto;
  transition: all 0.2s ease-out;
}

.icon-img img:hover {
  transform: scale(1.05);
}

/* PC Layout */
@media screen and (min-width: 768px) {
  .icon-img-list-col5 {
    justify-content: space-between;
  }

  .icon-img-list-col4 .icon-img {
    width: calc(22.333% - 13.333px);
  }
}

/* SP Layout */
@media screen and (max-width: 767px) {
  .icon-img-list {
    justify-content: space-between;
  }

  .icon-img {
    width: calc(50% - 10px);
  }

  .icon-img img {
    width: calc(200 / 768 * 100vw);
  }

  .icon-img-list-col4:last-child .icon-img:last-child:nth-child(odd) {
    width: 100%;
  }
}

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

#footer

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

#footer {
  /* padding: 50px 0 0; */
  padding-bottom: 40px;
}

#footer .contact {
  font-size: 16px;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 12px;
}

.contact-container {
  text-align: center;
  margin: 0px 0px 30px;
  text-decoration: underline;
}

.cc {
  width: 100%;
  height: 38px;
  font-size: 12px;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
  color: #030000;
  line-height: 38px;
}

.footer-btn{
  width: 300px;
  background: #a38b33;
  border: 1px solid #e6c71d;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin: 10px auto;
  padding: 10px 0;
  color: #000;
  transition: all .4s;
  cursor: pointer;
}

.footer-btn:hover{
  color: #fff;
}
