@charset "UTF-8";
@font-face {
  font-family: "NotosansBold";
  font-display: swap;
  src: url("./../assets/fonts/notosans/NotoSansCJKjp-Bold.eot");
  src: url("./../assets/fonts/notosans/NotoSansCJKjp-Bold.woff2") format("woff2"), url("./../assets/fonts/notosans/NotoSansCJKjp-Bold.woff") format("woff"), url("./../assets/fonts/notosans/NotoSansCJKjp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "NotosansRegular";
  font-display: swap;
  src: url("./../assets/fonts/notosans/NotoSansCJKjp-Regular.eot");
  src: url("./../assets/fonts/notosans/NotoSansCJKjp-Regular.woff2") format("woff2"), url("./../assets/fonts/notosans/NotoSansCJKjp-Regular.woff") format("woff"), url("./../assets/fonts/notosans/NotoSansCJKjp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotosansMedium";
  font-display: swap;
  src: url("./../assets/fonts/notosans/NotoSansCJKjp-Medium.eot");
  src: url("./../assets/fonts/notosans/NotoSansCJKjp-Medium.woff2") format("woff2"), url("./../assets/fonts/notosans/NotoSansCJKjp-Medium.woff") format("woff"), url("./../assets/fonts/notosans/NotoSansCJKjp-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "NotosansLight";
  font-display: swap;
  src: url("./../assets/fonts/notosans/NotoSansJP-Light.otf");
}
@font-face {
  font-family: "NotosansThin";
  font-display: swap;
  src: url("./../assets/fonts/notosans/NotoSansJP-Thin.otf");
}
/* まずはリセット */
* {
  margin: 0;
  padding: 0;
  font-family: "NotosansMedium", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

@media (min-width: 1200px) {
  .pc_none {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .pc_none2 {
    display: none !important;
  }
}
@media (min-width: 560px) {
  .tab_none {
    display: none !important;
  }
}
@media (max-width: 560px) {
  .sp_none {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  color: #333333;
}

header {
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
header .header_wrap {
  display: flex;
  height: 100%;
}
header .header_wrap .logo {
  display: flex;
  align-items: center;
  color: #333333;
  margin-left: 10px;
  width: clamp(145px, 145px + 40 * (100vw - 320px)/(560 - 320), 185px);
  text-decoration: none;
  transition: all 0.3s;
}
@media (min-width: 560px) {
  header .header_wrap .logo {
    margin-left: 40px;
    width: auto;
  }
}
header .header_wrap .logo:hover {
  opacity: 0.8;
}
header .header_wrap .logo div {
  width: 50%;
}
@media (min-width: 560px) {
  header .header_wrap .logo div {
    width: auto;
  }
}
header .header_wrap .logo div img {
  width: 100%;
}
header .header_wrap .logo .text {
  font-size: 10px;
  margin-left: 10px;
}

@media (min-width: 960px) {
  .kv {
    position: relative;
    height: 800px;
  }
}
.kv .kv_img {
  opacity: 0;
  transform: translateY(0px);
  transition: all 0.6s 0s ease-out;
}
@media (min-width: 960px) {
  .kv .kv_img {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 58.3%;
  }
}
.kv .kv_img img {
  width: 100%;
}
@media (min-width: 960px) {
  .kv .kv_img img {
    width: initial;
    height: 800px;
  }
}
.kv .text {
  padding: 0 32px;
  max-width: 460px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .kv .text {
    margin-left: clamp(100px, 100px + 100 * (100vw - 960px)/(1920 - 960), 200px);
    padding: 0;
    max-width: 100%;
  }
}
.kv .text .catch {
  font-family: "NotosansBold";
  font-size: clamp(34px, 34px + 6 * (100vw - 320px)/(560 - 320), 40px);
  padding: 40px 0 60px;
  text-shadow: 2px 2px 6px #ffffff, -2px -2px 6px #ffffff;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s 0.6s ease-out;
}
@media (min-width: 960px) {
  .kv .text .catch {
    font-size: 50px;
    padding: 130px 0 60px;
  }
}
.kv .text .subtext {
  font-size: 18px;
  line-height: 200%;
  text-shadow: 2px 1px 3px #ffffff, -1px -1px 3px #ffffff;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s 0s ease-out;
}
@media (min-width: 960px) {
  .kv .text .subtext {
    transition: all 0.6s 1.2s ease-out;
  }
}

.wrap {
  padding: 0 clamp(40px, 40px + 50 * (100vw - 320px)/(560 - 320), 90px);
}
@media (min-width: 1200px) {
  .wrap {
    padding: 0 18.75vw;
  }
}

.button {
  margin: 70px auto 60px;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s 0s ease-out;
}
@media (min-width: 960px) {
  .button {
    margin: 60px auto 50px;
    transition: all 0.6s 0.2s ease-out;
  }
}
.button .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .button .flex {
    flex-direction: row;
  }
}
.button .flex a {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  color: #333333;
  width: clamp(280px, 280px + 176 * (100vw - 320px)/(560 - 320), 456px);
  border: 1px solid #333333;
  padding: 11px 0;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .button .flex a {
    width: clamp(275px, 275px + 166 * (100vw - 1200px)/(1920 - 1200), 441px);
  }
}
.button .flex a:hover {
  background-color: #333333;
  color: #ffffff;
}
.button .flex a:not(:last-of-type) {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .button .flex a:not(:last-of-type) {
    margin-right: 60px;
    margin-bottom: 0;
  }
}
.button .flex a h3 {
  font-family: "NotosansRegular", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .button .flex a h3 {
    font-size: 16px;
  }
}
.button .flex a .ichiran {
  font-family: "NotosansRegular", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 18px;
  padding: 9px 0;
}
@media (min-width: 1200px) {
  .button .flex a .ichiran {
    font-size: 16px;
  }
}
.button .flex a p {
  font-family: din-2014, sans-serif;
  font-size: 14px;
}

/* スクロールダウン */
.scroll {
  text-align: center;
  margin-bottom: 200px;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s 0s ease-out;
}
@media (min-width: 960px) {
  .scroll {
    margin-bottom: 260px;
    transition: all 0.6s 0.2s ease-out;
  }
}
.scroll a {
  display: inline-grid;
  font-family: "NotosansRegular", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #adadad;
  font-size: 22px;
  text-decoration: none;
  transition: all 0.3s;
}
.scroll a:hover {
  opacity: 0.6;
}
.scroll a .down {
  position: relative;
  margin: 0 auto;
  width: 0;
  height: 0;
  margin-top: 10px;
  border-radius: 6px;
  border-style: solid;
  border-width: 16px 36px 0 36px;
  border-color: #adadad transparent transparent transparent;
}
.scroll a .down::after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 36px 0 36px;
  border-color: #ffffff transparent transparent transparent;
}

/* 筆記体 */
.cursive {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 120px auto 60px;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s 0s ease-out;
}
@media (min-width: 1200px) {
  .cursive {
    margin: 180px auto 70px;
    transition: all 0.8s 0.2s ease-out;
  }
}
.cursive p {
  font-family: "NotosansBold", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .cursive p {
    font-size: 16px;
  }
}

.mt0 {
  margin-top: 0;
}

#referral_message_svg {
  padding-top: 130px;
}

.referral_message_anime {
  width: 180px;
}
@media (min-width: 1200px) {
  .referral_message_anime {
    width: clamp(260px, 260px + 40 * (100vw - 1200px)/(1920 - 1200), 300px);
  }
}
.referral_message_anime .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 8px;
}

.sentence {
  text-align: center;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s 0s ease-out;
}
@media (min-width: 1200px) {
  .sentence {
    transition: all 0.6s 0.6s ease-out;
  }
}
.sentence p {
  font-size: clamp(13px, 13px + 3 * (100vw - 320px)/(560 - 320), 16px);
  font-family: "NotosansRegular", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  line-height: 200%;
}
.sentence p:not(:last-of-type) {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .sentence p {
    font-size: clamp(16px, 16px + 2 * (100vw - 1200px)/(1920 - 1200), 18px);
  }
}

.referral_about_anime {
  width: 150px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .referral_about_anime {
    width: clamp(190px, 190px + 50 * (100vw - 1200px)/(1920 - 1200), 240px);
    margin-bottom: 0;
  }
}
.referral_about_anime .cls-1 {
  stroke-width: 9px;
}
.referral_about_anime .cls-1,
.referral_about_anime .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.referral_about_anime .cls-2 {
  stroke-width: 8px;
}

.about_flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .about_flex {
    flex-direction: row;
    max-width: 1200px;
    margin: auto;
  }
}
.about_flex .item {
  text-align: center;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s 0s ease-out;
}

@media (min-width: 1200px) {
  .about_flex .item {
    width: calc((100% - 122px) / 4); /* 4つの区切りに対応するために幅を調整 */
  }
  .about_flex .item.step1 {
    transition: all 0.6s 0.2s ease-out;
  }
  .about_flex .item.step2 {
    transition: all 0.6s 0.6s ease-out;
  }
  .about_flex .item.step3 {
    transition: all 0.6s 1s ease-out;
  }
  .about_flex .item.step4 { /* 4つ目の区切りに対するタイミング */
    transition: all 0.6s 1.4s ease-out;
  }
  .about_flex .item:not(:last-of-type) {
    margin-right: 30px;
  }
}

.about_flex .item .img {
  display: flex;
  justify-content: center;
  margin: auto;
  background-color: #c3d60b;
  width: 162px;
  height: 162px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.about_flex .item .img img {
  width: 55px;
}
.about_flex .item .img_title {
  font-family: "NotosansBold", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 24px;
  margin-bottom: 40px;
}
.about_flex .item p {
  font-family: "NotosansRegular", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  line-height: 200%;
}
.about_flex .arrow {
  position: relative;
  margin: 0 auto;
  width: 0;
  height: 0;
  margin: 68px auto 60px;
  border-radius: 6px;
  border-style: solid;
  border-width: 16px 36px 0 36px;
  border-color: #333333 transparent transparent transparent;
}
@media (min-width: 1200px) {
  .about_flex .arrow {
    margin: auto;
    border-width: 36px 0 36px 16px;
    border-color: transparent transparent transparent #333333;
  }
}
.about_flex .arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 36px 0 36px;
  border-color: #ffffff transparent transparent transparent;
}
@media (min-width: 1200px) {
  .about_flex .arrow::after {
    left: -10px;
    top: 50%;
    border-width: 36px 0 36px 16px;
    border-color: transparent transparent transparent #ffffff;
  }
}

.referral_join_anime {
  width: 200px;
}
@media (min-width: 1200px) {
  .referral_join_anime {
    width: clamp(260px, 260px + 40 * (100vw - 1200px)/(1920 - 1200), 300px);
  }
}
.referral_join_anime .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 8px;
}

.join_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
@media (min-width: 1200px) {
  .join_flex {
    flex-direction: row;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto 48px;
  }
}
.join_flex .item {
  width: clamp(240px, 240px + 120 * (100vw - 320px)/(560 - 320), 360px);
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s 0s ease-out;
}
@media (min-width: 1200px) {
  .join_flex .item {
    max-width: 343px;
  }
  .join_flex .item:first-of-type {
    transition: all 0.6s 0.2s ease-out;
  }
  .join_flex .item:nth-of-type(2) {
    transition: all 0.6s 0.6s ease-out;
  }
  .join_flex .item:nth-of-type(3) {
    transition: all 0.6s 1s ease-out;
  }
}
　.join_flex .item:not(:last-of-type) {
  margin-bottom: 68px;
  }
 
}
@media (min-width: 1200px) {
  .join_flex .item:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: clamp(40px, 40px + 46 * (100vw - 1200px)/(1920 - 1200), 86px);
  }
}
.join_flex .item .img_box {
  position: relative;
  z-index: -1;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .join_flex .item .img_box {
    margin-bottom: 30px;
  }
}
.join_flex .item .img_box img {
  width: 100%;
}
.join_flex .item .img_box .sankaku {
  position: absolute;
  right: -10px;
  bottom: -6px;
  z-index: -1;
  width: clamp(130px, 130px + 47 * (100vw - 320px)/(560 - 320), 177px);
}
@media (min-width: 1200px) {
  .join_flex .item .img_box .sankaku {
    width: 150px;
  }
}
.join_flex .item p {
  font-family: "NotosansRegular", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  line-height: 200%;
  text-align: center;
}

.sns_wrap {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s 0s ease-out;
}
@media (min-width: 1200px) {
  .sns_wrap {
    transition: all 0.6s 0.2s ease-out;
  }
}
.sns_wrap .sns_catch {
  display: flex;
  justify-content: center;
  line-height: 200%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.sns_wrap .sns_catch::before, .sns_wrap .sns_catch::after {
  content: "";
  display: inline-block;
}
.sns_wrap .sns_catch::before {
  transform: rotate(-20deg);
  border-right: 1px solid #333333;
}
@media (min-width: 560px) {
  .sns_wrap .sns_catch::before {
    margin-right: 30px;
  }
}
.sns_wrap .sns_catch::after {
  transform: rotate(20deg);
  border-left: 1px solid #333333;
}
@media (min-width: 560px) {
  .sns_wrap .sns_catch::after {
    margin-left: 15px;
  }
}
.sns_wrap .sns_flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .sns_wrap .sns_flex {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.sns_wrap .sns_flex .sns_logo_box {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .sns_wrap .sns_flex .sns_logo_box {
    margin-bottom: 0;
  }
}
.sns_wrap .sns_flex .sns_logo_box .sns_logo {
  display: flex;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s;
}
.sns_wrap .sns_flex .sns_logo_box .sns_logo:hover {
  opacity: 0.8;
}
.sns_wrap .sns_flex .sns_logo_box .sns_logo img {
  width: clamp(105px, 105px + 53 * (100vw - 320px)/(560 - 320), 158px);
}
@media (min-width: 1200px) {
  .sns_wrap .sns_flex .sns_logo_box .sns_logo img {
    width: 158px;
  }
}
.sns_wrap .sns_flex .sns_logo_box .sns_logo .text {
  font-size: 14px;
  margin: auto 0 auto 20px;
}
.sns_wrap .sns_flex .img_box {
  display: flex;
  justify-content: space-between;
  max-width: 374px;
  margin: auto;
}
@media (min-width: 1200px) {
  .sns_wrap .sns_flex .img_box {
    margin: auto 0 auto 40px;
    max-width: 480px;
  }
}
.sns_wrap .sns_flex .img_box a {
  display: inline-block;
  width: calc((100% - clamp(60px, 60px + 20 * (100vw - 320px)/(560 - 320), 80px)) / 5);
  transition: all 0.3s;
}
.sns_wrap .sns_flex .img_box a:hover {
  opacity: 0.8;
}
@media (min-width: 1200px) {
  .sns_wrap .sns_flex .img_box a {
    width: 64px;
  }
  .sns_wrap .sns_flex .img_box a:not(:last-of-type) {
    margin-right: 40px;
  }
}
.sns_wrap .sns_flex .img_box a img {
  width: 100%;
}

.referral_faq_anime {
  width: 110px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .referral_faq_anime {
    width: clamp(140px, 140px + 40 * (100vw - 1200px)/(1920 - 1200), 180px);
    margin-bottom: 0px;
  }
}
.referral_faq_anime .cls-1 {
  stroke-width: 9px;
}
.referral_faq_anime .cls-1,
.referral_faq_anime .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.referral_faq_anime .cls-2 {
  stroke-width: 8px;
}

.faq_wrap {
  background-color: #f6f6f6;
  padding: 60px 32px;
}
@media (min-width: 1200px) {
  .faq_wrap {
    padding: 70px 100px;
  }
}
.faq_wrap .faq_box {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 1em 0;
}
@media (min-width: 560px) {
  .faq_wrap .faq_box {
    max-width: 980px;
    padding: clamp(20px, 20px + 90 * (100vw - 560px)/(1199 - 560), 110px);
  }
}
.faq_wrap .faq_box .toggle {
  display: none;
}
.faq_wrap .faq_box .option {
  position: relative;
}
.faq_wrap .faq_box .option:not(:last-of-type) {
  margin-bottom: 1em;
}
.faq_wrap .faq_box .title,
.faq_wrap .faq_box .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.faq_wrap .faq_box .title {
  display: flex;
  align-items: center;
  padding: 1em 2em 24px 1em;
  color: #70b437;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}
.faq_wrap .faq_box .title::after, .faq_wrap .faq_box .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 43%;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
.faq_wrap .faq_box .title::after {
  transform: rotate(90deg);
}
.faq_wrap .faq_box .title:hover {
  opacity: 0.8;
}
.faq_wrap .faq_box .title span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #70b437;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.faq_wrap .faq_box .title span img {
  width: 18px;
  padding-top: 2px;
}
.faq_wrap .faq_box .title div {
  width: calc(100% - 60px);
  margin-left: 1em;
}
.faq_wrap .faq_box .content {
  display: flex;
  align-items: flex-start;
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
}
.faq_wrap .faq_box .content span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d8d8d8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.faq_wrap .faq_box .content span img {
  width: 18px;
}
.faq_wrap .faq_box .content p {
  margin: 0;
  font-family: "NotosansRegular", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  line-height: 200%;
  width: calc(100% - 80px);
  padding-left: 1em;
  margin-bottom: 32px;
}
.faq_wrap .faq_box .line {
  margin: 0 auto;
  border-bottom: 1px solid #ffffff;
}
.faq_wrap .faq_box .toggle:checked + .title + .content {
  display: flex;
  align-items: flex-start;
  padding: 0 1em;
  max-height: 1000px;
  transition: all 1.5s;
}
.faq_wrap .faq_box .toggle:checked + .title + .content span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d8d8d8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.faq_wrap .faq_box .toggle:checked + .title + .content span img {
  width: 18px;
}
.faq_wrap .faq_box .toggle:checked + .title + .content p {
  width: calc(100% - 80px);
  padding-left: 1em;
  margin-bottom: 32px;
}
.faq_wrap .faq_box .toggle:checked + .title + .content .mb0 {
  margin-bottom: 0;
}
.faq_wrap .faq_box .toggle:checked + .title + .content + .line {
  width: 88%;
  margin: 0 auto;
  border-bottom: 1px solid #d8d8d8;
}
@media (min-width: 560px) {
  .faq_wrap .faq_box .toggle:checked + .title + .content + .line {
    width: 97%;
  }
}
.faq_wrap .faq_box .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

.entry {
  background: url(./../img/entry_bg_sp.jpg) right 50% top 0/cover no-repeat;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .entry {
    background: url(./../img/entry_bg.jpg) right 50% top 0/cover no-repeat;
  }
}
.entry .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 451px;
}
@media (min-width: 1200px) {
  .entry .wrap {
    height: 436px;
  }
}
.entry .wrap h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .entry .wrap h2 {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
.entry .wrap .flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .entry .wrap .flex {
    flex-direction: row;
  }
}
.entry .wrap .flex .shinsotsu,
.entry .wrap .flex .tyuuto {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  color: #ffffff;
  width: clamp(280px, 280px + 176 * (100vw - 320px)/(560 - 320), 456px);
  border: 1px solid #ffffff;
  padding: 10px 0;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .entry .wrap .flex .shinsotsu,
  .entry .wrap .flex .tyuuto {
    width: clamp(275px, 275px + 166 * (100vw - 1200px)/(1920 - 1200), 441px);
  }
}
.entry .wrap .flex .shinsotsu:hover,
.entry .wrap .flex .tyuuto:hover {
  background-color: #ffffff;
  color: #333333;
}
.entry .wrap .flex .shinsotsu {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .entry .wrap .flex .shinsotsu {
    margin-right: 60px;
    margin-bottom: 0;
  }
}
.entry .wrap .flex h3 {
  font-family: "NotosansRegular", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .entry .wrap .flex h3 {
    font-size: 16px;
  }
}
.entry .wrap .flex p {
  font-family: "NotosansRegular", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 14px;
}

footer {
  background-color: #333333;
}
footer a {
  font-family: "NotosansLight", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}
footer a:hover {
  opacity: 0.6;
}
@media (min-width: 1200px) {
  footer a {
    font-size: 12px;
  }
}
footer .footer_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px clamp(20px, 20px + 60 * (100vw - 320px)/(560 - 320), 80px) 0;
}
@media (min-width: 1200px) {
  footer .footer_wrap {
    flex-direction: row;
    padding: 40px 0 20px;
    max-width: 1080px;
    height: 100px;
    margin: 0 auto;
  }
}
footer .footer_wrap .footer_logo {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 1200px) {
  footer .footer_wrap .footer_logo {
    margin-bottom: 0;
    margin-right: 38px;
  }
}
@media (min-width: 1200px) {
  footer .footer_wrap .footer_logo .logo {
    display: flex;
  }
}
footer .footer_wrap .footer_logo .logo img {
  width: 100px;
}
@media (min-width: 1200px) {
  footer .footer_wrap .footer_logo .logo img {
    width: 105px;
    margin-right: 18px;
  }
}
@media (min-width: 1200px) {
  footer .footer_wrap .footer_logo .logo img {
    margin-right: 20px;
  }
}
footer .footer_wrap .footer_logo .logo div {
  font-family: "NotosansBold", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 12px;
}
@media (min-width: 1200px) {
  footer .footer_wrap .footer_logo .logo div {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 10px;
  }
}
footer .footer_wrap .menu_wrap {
  display: flex;
  border-bottom: 1px solid #d8d8d8;
}
@media (min-width: 1200px) {
  footer .footer_wrap .menu_wrap {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    border-bottom: 0;
    border-right: 1px solid #d8d8d8;
  }
}
footer .footer_wrap .menu_wrap .privacy {
  padding: 0 clamp(0px, 0px + 12 * (100vw - 320px)/(560 - 320), 12px);
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  footer .footer_wrap .menu_wrap .privacy {
    padding: 0;
    margin-bottom: 0px;
  }
}
footer .footer_wrap .menu_wrap .privacy .item_sp {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  footer .footer_wrap .menu_wrap .privacy .item_sp {
    flex-direction: row;
  }
}
footer .footer_wrap .menu_wrap .privacy .item_sp a {
  width: 50%;
  margin-bottom: 30px;
  font-family: "NotosansLight", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: clamp(11px, 11px + 3 * (100vw - 320px)/(560 - 320), 14px);
}
@media (min-width: 1200px) {
  footer .footer_wrap .menu_wrap .privacy .item_sp a {
    width: auto;
    font-size: 12px;
    margin-bottom: 0px;
    padding-right: 18px;
  }
  footer .footer_wrap .menu_wrap .privacy .item_sp a:not(:last-of-type) {
    margin-right: 18px;
    border-right: 1px solid #d8d8d8;
  }
}
footer .sns {
  display: flex;
  width: 80%;
  max-width: 560px;
  margin: 45px 0;
  text-align: center;
}
@media (min-width: 1200px) {
  footer .sns {
    width: auto;
    margin: auto;
  }
}
footer .sns a {
  width: 25%;
}
@media (min-width: 1200px) {
  footer .sns a {
    margin-right: 20px;
  }
  footer .sns a:last-of-type {
    margin-right: 0;
  }
}
footer .copyright {
  text-align: center;
  font-size: clamp(10px, 10px + 2 * (100vw - 320px)/(560 - 320), 12px);
  color: #a3a3a3;
  padding-bottom: 20px;
}

.go_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #333333;
  background: #ffffff;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  transform: rotate(270deg);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1200px) {
  .go_top {
    right: 30px;
    bottom: 30px;
    width: 70px;
    height: 70px;
  }
}
.go_top:hover {
  border: 1px solid #ffffff;
  background: #333333;
}
.go_top:hover::before {
  background: #ffffff;
}
.go_top:hover::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.go_top::before, .go_top::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.go_top::before {
  left: 14px;
  width: 20px;
  height: 1px;
  background: #333333;
}
@media (min-width: 1200px) {
  .go_top::before {
    left: 20px;
    width: 30px;
  }
}
.go_top::after {
  left: 22px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}
@media (min-width: 1200px) {
  .go_top::after {
    left: 26px;
    width: 20px;
    height: 20px;
  }
}

.go_top_active {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=referral.css.map */