@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap');


/* BASE
------------------------------------*/

html {
  height: 100%;
}

body {
  position: relative;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  color: #000;
}

/* COMMON
------------------------------------*/

.sp {
  display: none;
}
.wrap {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.wrap900 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none!important;
  }
  .sp {
    display: inherit;
  }
  .wrap,
  .wrap900 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* end @media */

@media (min-width: 768px) {
  .imgHover:hover {
    opacity: 0.8;
  }
} /* end @media */



.fadeIn {
  opacity : 0;
  transition: opacity 2s;
}
.fadeInUp {
  opacity : 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}



/* HOME
------------------------------------*/

header {
  position: relative;
  background: #E6F2E1 url("../img/main__bg.png");
  background-size: cover;
}
.header__bg {
  background-image: url("../img/main__bg2.png");
  background-size: 1632px auto;
  background-position: center 53px;
  background-repeat: no-repeat;
}
.logo {
  margin: 25px 0 0 28px;
  width: 168px;
}
.language {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #FFF;
  box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.16);
  border-radius: 30px;
  padding-right: 24px;
}
.language__ttl {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  padding: 12px 16px 12px 20px;
  background: #000;
  border-radius: 30px 0 0 30px;
}
.language a {
  font-size: 14px;
  margin-left: 30px;
  cursor: pointer;
}
.language a:hover {
  color: #777;
}
header h1 img {
  display: block;
  margin: 64px auto 45px;
  max-width: 925px;
  width: 90%;
}

.loop-hero {
  margin-top: 70px;
  height: 359px;
  overflow: hidden;
  position: relative;
}
.loop-track {
  display: flex;
  height: 100%;
  width: max-content;
  animation: scroll var(--duration, 40s) linear infinite;
}
.loop-img {
  height: 100%;
  width: auto;
  flex: 0 0 auto;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}
@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .loop-track { animation: none; }
}

@media (max-width: 767px) {

  header h1 img {
    width: 100%;
  }
  .loop-hero {
    height: 250px;
    margin-top: 30px;
  }

}/* end @media */


.about {
  background: #E6F2E1;
  padding: 50px 20px 100px;
  text-align: center;
  direction: rtl;
}
.about__box {
  background: #FFF;
  border-radius: 30px;
  padding: 70px 50px;
}
.about h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 50px;
}
.about img {
  max-width: 365px;
  margin: 0 auto 50px;
}
.about p {
  font-size: 24px;
  font-weight: 700;
  line-height: 2em;
  text-align: right;
  max-width: 760px;
  margin: 0 auto;
}
p.about__txt {
  font-size: 16px;
  font-weight: 400;
  max-width: 760px;
  margin: 40px auto 0;
  text-align: right;
}
p.about__txt2 {
  font-size: 15px;
  font-weight: 400;
  max-width: 760px;
  margin: 40px auto 0;
  text-align: right;
}



@media (max-width: 767px) {

  .about {
    padding-bottom: 70px;
  }
  .about__box {
    padding: 50px 20px;
  }
  .about h2 {
    font-size: 23px;
    line-height: 1.7em;
    margin-bottom: 30px;
    }
  .about img {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .about p {
    text-align: right;
  }
  p.about__txt {
    margin-top: 30px;
    text-align: right;
  }
  
}/* end @media */



.ttl__jp {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 10px;
}
.ttl__en {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #4C9D28;
}


@media (max-width: 767px) {

  .ttl__jp {
    font-size: 25px;
  }
  
}/* end @media */


.prizes {
  padding: 100px 0;
  direction: rtl;
}
.prizes .ttl__jp {
  margin-bottom: 50px;
}
.prizes__tokutou {
  display: flex;
  margin-bottom: 50px;
  border: 3px solid #A39F43;
  border-radius: 24px;
}
.prizes__tokutou img {
  width: 50%;
  border-radius: 0 20px 20px 0;
}
.prizes__tokutouR {
  padding: 60px 40px 40px 40px;
}
.prizes__ico {
  display: inline-block;
  background: #A39F43;
  color: #FFF;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 3px 20px;
  border-radius: 30px;
}
.prizes__info {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
.prizes h3 {
  font-size: 24px;
  font-weight: 700;
}
.prizes p {
  font-size: 15px;
  line-height: 2em;
  margin-top: 20px;
  text-align: right;
}
.prizes__23 {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  margin: 0 auto;
}
.prizes__23 > div {
  border-radius: 24px;
  text-align: center;
  padding: 30px;
  width: 49%;
}
.prizes__1 .prizes__info,
.prizes__2 .prizes__info {
  display: block;
  margin-top: 6px;
}
.prizes__1 {
  border: 3px solid #909090;
}
.prizes__2 {
  border: 3px solid #807057;
}
.prizes__1 .prizes__ico {
  background-color: #909090;
}
.prizes__2 .prizes__ico {
  background-color: #807057;
}


@media (max-width: 767px) {

  .prizes {
    padding: 70px 0 50px;
  }
  .prizes .ttl__en {
    margin-bottom: 30px;
  }
  .prizes__tokutou {
    display: block;
    margin-bottom: 20px;
  }
  .prizes__tokutou img {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
  .prizes__tokutouR {
    padding: 20px;
  }
  .prizes h3 {
    font-size: 20px;
  }
  .prizes p {
    margin-top: 10px;
  }

  .prizes__23 {
    display: block;
  }
  .prizes__23 > div {
    width: 100%;
    margin-bottom: 20px;
  }

}/* end @media */



.flow {
  background: #E9F3E5;
  padding: 100px 0;
  direction: rtl;
}
.flow__wrap {
  max-width: 956px;
  margin: 0 auto;
  padding: 0 30px;
}
.flow__cc {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 70px 0 50px;
}
.flow__tag {
  background: #FFF;
  border: 3px solid #4C9D28;
  border-radius: 23px;
  margin-top: 30px;
  padding: 30px;
  text-align: center;
}
.flow__tag-ttl {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.flow__tag-txt1 {
  font-size: 20px;
}
.flow__txt2 {
  background: #4C9D28;
  margin-top: 50px;
  padding: 18px 30px;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  border-radius: 50px;
}


@media (max-width: 767px) {

  .flow {
    padding: 70px 0;
  }
  .flow__cc {
    font-size: 30px;
    margin: 30px 0;
  }
  .flow__txt2 {
    padding: 18px;
    font-size: 4.8vw;
    border-radius: 20px;
  }

}/* end @media */



.chance {
  max-width: 956px;
  margin: 0 auto;
  padding: 100px 30px;
  direction: rtl;
}
.chance__fx {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
.chance__fx img {
  width: 383px;
  border-radius: 20px;
  margin-left: 81px;
}
.chance__fx > div {
  flex: 1;
  padding: 55px 0 0;
  font-size: 40px;
  font-weight: 700;
  color: #349609;
  line-height: 1.5em;
}
.chance__box {
  background: #E9F3E5;
  border: 3px solid #4C9D28;
  border-radius: 23px;
  padding: 50px 50px 20px 50px;
  margin-bottom: 70px;
}
.chance__box dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.chance__box dt {
  width: 264px;
  max-width: 50%;
  background: #FFF;
  padding: 26px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #349609;
  margin-left: 40px;
  border-radius: 10px;
}
.chance__box dd {
  flex: 1;
  color: #349609;
  font-size: 18px;
  font-weight: 700;
  padding-top: 26px;
}
.chance__box dd.chance__box-b {
  padding-top: 0;
}
.chance__txt {
  font-size: 30px;
  font-weight: 700;
  color: #349609;
  text-align: center;
}



@media (max-width: 767px) {

  .chance {
    padding: 70px 20px;
  }
  .chance__fx {
    display: block;
    margin-bottom: 50px;
  }
  .chance__fx img {
    width: 100%;
    margin-left: 0;
  }
  .chance__fx > div {
    padding: 30px 0 0;
    font-size: 30px;
    text-align: center;
  }
  .chance__box {
    padding: 30px 20px 20px;
    margin-bottom: 50px;
  }
  .chance__box dl {
    display: block;
    margin-bottom: 30px;
  }
  .chance__box dt {
    width: 100%;
    max-width: none;
    padding: 20px 0;
    margin-right: 0;
    margin-left: 0;
  }
  .chance__box dd {
    padding-top: 20px;
  }
  .chance__box dd.chance__box-b {
    padding-top: 20px;
    font-size: 4vw;
  }
  .chance__txt {
    font-size: 6vw;
  }

}/* end @media */




footer {
  background: #EEEEEE;
  padding-top: 70px;
  text-align: center;
}
footer img {
  width: 247px;
  margin: 0 auto 70px;
}
.footer__cr {
  padding: 18px 0;
  background: #D10013;
  font-size: 13px;
  color: #FFF;
  text-align: center;
}

.language__btn {
  display: inline-block;
  background: #000 url(../img/arr.png) no-repeat;
  background-size: 14px 8px;
  background-position: top 13px right 12px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 34px 8px 18px;
  border-radius: 20px;
}

.language__sp {
  position: absolute;
  top: 20px;
  right: 10px;
}

.language__list {
  display: none;
  position: absolute;
  z-index: 1;
  top: 120%;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 150px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.language__list li {
  border-bottom: 1px solid #eee;
}

.language__list li:last-child {
  border-bottom: none;
}

.language__list a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}

.language__list a:hover {
  background: #f5f5f5;
}

/* 表示用クラス */
.language__sp.active .language__list {
  display: block;
}