@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Yomogi&display=swap');

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: break-all;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ul,
ol {
    list-style: none;
}

html,
body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    text-align: left;
    color: #374151;
    min-width: 1080px;
}

@media screen and (max-width:768px) {

    html,
    body {
        font-size: 4vw;
        min-width: 240px;
        max-width: 767px;
    }
}



/*img*/
#lp_content img {
    border-style: none;
    vertical-align: bottom;
    padding: 0;
    line-height: 0em;
    max-width: 100%;
    height: auto;
}

#lp_content figure {
    margin: 0 auto;
    text-align: center;
}

/*txt*/
#lp_content .yomogi {
    font-family: "Yomogi", cursive;
}

#lp_content p {
    line-height: 1.75em;
    margin: 0 0 1em;
    padding: 0;
}

#lp_content p:last-child {
    margin: 0;
}

#lp_content strong {
    font-weight: bold;
}

#lp_content .under_line {
    text-decoration: underline;
}

#lp_content .line_through {
    text-decoration: line-through;
}

#lp_content .left {
    text-align: left;
}

#lp_content .right {
    text-align: right;
}

#lp_content .center {
    text-align: center;
}

/*link*/
#lp_content a {
    color: inherit;
    text-decoration: none;
}

/*content*/
#lp_content {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    text-align: left;
    color: #374151;
    min-width: 1080px;
}

@media screen and (max-width:768px) {
    #lp_content {
        font-size: 4vw;
        min-width: 240px;
        max-width: 767px;
    }
}

#lp_content section {
    width: 100%;
    margin: 0 auto;
}

#lp_content .maincontent {
    padding: 0;
    margin: 0 auto;
    width: 1000px;
}

@media screen and (max-width:768px) {
    #lp_content .maincontent {
        padding: 0;
        margin: 0 auto;
        width: 92.5%;
    }
}

/*tit*/
#lp_content h1,
#lp_content h2,
#lp_content h3,
#lp_content h4,
#lp_content h5,
#lp_content h6 {
    line-height: 1.5em;
}



/*fv*/
#lp_content #fv {
    overflow: hidden;
    background: url("../images/fv.jpg") center center no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 630px;
}

#lp_content #fv img {
    display: none;
}

@media print,
screen and (min-width:1440px) {
    #lp_content #fv {
        height: auto;
    }

    #lp_content #fv img.pc {
        display: block;
    }
}

@media screen and (max-width:768px) {
    #lp_content #fv {
        height: auto;
    }

    #lp_content #fv img.smp {
        display: block;
    }
}



/*lead*/
#lp_content #lead {
    margin: 0 auto;
}

#lp_content #lead .date {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0.5em;
}

#lp_content #lead .date span {
    display: flex;
    align-items: center;
    position: relative;
}

#lp_content #lead .date span strong {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 27px;
    padding-bottom: 0.125em;
    margin: 0 0.125em;
    background: #4BC8E6;
    color: #fff;
    border-radius: 50%;
}

#lp_content #lead .date span:before {
    content: "";
    width: 2px;
    height: 66.66%;
    background: #374151;
    position: absolute;
    left: -0.5em;
    top: 47.5%;
    transform: rotate(-22.5deg) translateY(-50%);
}

#lp_content #lead .date span:after {
    content: "";
    width: 2px;
    height: 66.66%;
    background: #374151;
    position: absolute;
    right: -0.5em;
    top: 47.5%;
    transform: rotate(22.5deg) translateY(-50%);
}

#lp_content #lead h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 0.5em;
}

#lp_content #lead p {
    text-align: center;
    font-size: 22px;
}

@media screen and (max-width:768px) {
    #lp_content #lead {
        margin: 5% auto;
    }

    #lp_content #lead .date {
        font-size: 5vw;
        margin-bottom: 1em;
    }

    #lp_content #lead .date span strong {
        width: 10vw;
        height: 10vw;
        font-size: 6.25vw;
    }

    #lp_content #lead h2 {
        font-size: 7.5vw;
    }

    #lp_content #lead p {
        font-size: 5vw;
    }
}



/*lp_nav*/
#lp_content #lp_nav {
    margin: 80px auto 60px;
}

#lp_content #lp_nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

#lp_content #lp_nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 312px;
    height: 80px;
    background: #000;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 0.125em;
    border-radius: 80px;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

#lp_content #lp_nav ul li a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 24px 16px 0px 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    margin: auto;
    z-index: -1;
}

#lp_content #lp_nav ul li a:hover {
    opacity: 0.7;
}

#lp_content #lp_nav ul li:nth-child(1) a {
    background: #4BC8E6;
}

#lp_content #lp_nav ul li:nth-child(1) a:after {
    border-color: #4BC8E6 transparent transparent transparent;
}

#lp_content #lp_nav ul li:nth-child(2) a {
    background: #E69E4B;
}

#lp_content #lp_nav ul li:nth-child(2) a:after {
    border-color: #E69E4B transparent transparent transparent;
}

#lp_content #lp_nav ul li:nth-child(3) a {
    background: #F496B1;
}

#lp_content #lp_nav ul li:nth-child(3) a:after {
    border-color: #F496B1 transparent transparent transparent;
}

@media screen and (max-width:768px) {
    #lp_content #lp_nav {
        margin: 15% auto;
    }

    #lp_content #lp_nav ul {
        display: block;
    }

    #lp_content #lp_nav ul li {
        margin-bottom: 7.5vw;
    }

    #lp_content #lp_nav ul li a {
        width: 92.5%;
        height: 15vw;
        font-size: 7.5vw;
        border-radius: 15vw;
        margin: auto;
    }

    #lp_content #lp_nav ul li a:after {
        border-width: 5vw 5vw 0px 5vw;
        bottom: -3.75vw;
    }
}



/*lp_sec*/
#lp_content .lp_sec {
    background: #EBFEFF;
    max-width: 1440px;
    margin: 40px auto 80px;
    border-radius: 150px;
    overflow: hidden;
}

#lp_content .lp_sec .lp_sec_tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 40px 40px 60px;
    background: #4BC8E6;
    color: #fff;
}

#lp_content .lp_sec .lp_sec_tit h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    line-height: 1.25em;
    font-weight: 900;
}

#lp_content .lp_sec .lp_sec_tit h2 span {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5em;
    color: #374151;
}

#lp_content .lp_sec .lp_sec_tit h2 strong {
    position: relative;
}

#lp_content .lp_sec .lp_sec_tit h2 strong:after {
    content: "";
    width: 220px;
    height: 22px;
    background: url("../images/tit_bar.png") center center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    margin: auto;
}

#lp_content .lp_sec .lp_sec_tit p {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0 -20px;
}

#lp_content .lp_sec#lp_sec01 .lp_sec_tit {
    background: #4BC8E6;
}

#lp_content .lp_sec#lp_sec01 {
    background: #EBFEFF;
}

#lp_content .lp_sec#lp_sec02 .lp_sec_tit {
    background: #E69E4B;
}

#lp_content .lp_sec#lp_sec02 {
    background: #FFF7EE;
}

#lp_content .lp_sec#lp_sec03 .lp_sec_tit {
    background: #F496B1;
}

#lp_content .lp_sec#lp_sec03 {
    background: #FFFBFC;
}

@media screen and (max-width:768px) {
    #lp_content .lp_sec {
        margin: 15% auto;
        border-radius: 15vw;
    }

    #lp_content .lp_sec .lp_sec_tit {
        padding: 10vw 5vw 17.5vw;
    }

    #lp_content .lp_sec .lp_sec_tit h2 {
        font-size: 8.75vw;
    }

    #lp_content .lp_sec .lp_sec_tit h2 span {
        font-size: 5vw;
        margin-bottom: 0.5em;
    }

    #lp_content .lp_sec .lp_sec_tit h2 strong:after {
        width: 37.5vw;
        height: 3.75vw;
        bottom: -7.5vw;
    }

    #lp_content .lp_sec .lp_sec_tit p {
        font-size: 5vw;
        line-height: 1.5em;
        margin: 12.5% 0 -7.5%;
    }
}

#lp_content .lp_sec .maincontent {
    padding: 40px 0 80px;
}

#lp_content .lp_sec .lp_sec_item {
    padding: 40px 0;
    border-bottom: 1px solid #374151;
}

#lp_content .lp_sec .lp_sec_item h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

#lp_content .lp_sec .lp_sec_item h3 span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    color: #4BC8E6;
}

#lp_content .lp_sec .lp_sec_item dl {
    display: flex;
    justify-content: space-between;
}

#lp_content .lp_sec .lp_sec_item:nth-child(2n) dl {
    flex-direction: row-reverse;
}

#lp_content .lp_sec .lp_sec_item dl dt {
    width: 480px;
}

#lp_content .lp_sec .lp_sec_item dl dd {
    width: 480px;
}

#lp_content .lp_sec .lp_sec_item dl dd p {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 20px;
}

#lp_content .lp_sec .lp_sec_item dl dd .voice {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 120px;
    border-radius: 60px;
    border: 1px solid #4BC8E6;
    background: #fff;
    padding: 0 40px;
    position: relative;
}

#lp_content .lp_sec .lp_sec_item dl dd .voice h4 {
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    color: #4BC8E6;
    margin-bottom: 0.5em;
}

#lp_content .lp_sec .lp_sec_item dl dd .voice h5 {
    font-size: 16px;
    margin: 0;
    font-family: "Yomogi", cursive;
}

#lp_content .lp_sec .lp_sec_item dl dd .voice figure {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 120px;
}

#lp_content .lp_sec .lp_sec_item dl dd figure.lp_sec_btn {
    width: 476px;
    margin: 20px 0 0;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

#lp_content .lp_sec .lp_sec_item dl dd figure.lp_sec_btn:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 70px;
    background: #4BC8E6;
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: -1;
}

#lp_content .lp_sec .lp_sec_item dl dd figure.lp_sec_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    background: #E64B72;
    color: #fff;
    font-size: 22px;
    padding-bottom: 0.25em;
    font-weight: 700;
    border-radius: 70px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

#lp_content .lp_sec .lp_sec_item dl dd figure.lp_sec_btn a:before {
    content: "";
    background: url("../images/btn_arrow.png") center center no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#lp_content .lp_sec .lp_sec_item dl dd figure.lp_sec_btn:hover {
    opacity: 0.7;
}

#lp_content .lp_sec figure.lp_sec_btn2 {
    margin: 60px auto 0;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

#lp_content .lp_sec figure.lp_sec_btn2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 500px;
    height: 80px;
    background: #4BC8E6;
    color: #fff;
    font-size: 26px;
    padding-bottom: 0.25em;
    font-weight: 700;
    border-radius: 80px;
    transition: 0.3s;
}

#lp_content .lp_sec figure.lp_sec_btn2 a:hover {
    opacity: 0.7;
}

@media screen and (max-width:768px) {
    #lp_content .lp_sec .maincontent {
        padding: 0 0 15vw;
    }

    #lp_content .lp_sec .lp_sec_item {
        padding: 10vw 0;
    }

    #lp_content .lp_sec .lp_sec_item h3 {
        font-size: 6.25vw;
        margin-bottom: 5%;
    }

    #lp_content .lp_sec .lp_sec_item h3 span {
        font-size: 3.75vw;
        margin-bottom: 0.5em;
    }

    #lp_content .lp_sec .lp_sec_item dl {
        display: block;
    }

    #lp_content .lp_sec .lp_sec_item dl dt {
        width: 100%;
        margin-bottom: 5%;
    }

    #lp_content .lp_sec .lp_sec_item dl dd {
        width: 100%;
    }

    #lp_content .lp_sec .lp_sec_item dl dd p {
        font-size: 3.75vw;
        margin-bottom: 3.75%;
    }

    #lp_content .lp_sec .lp_sec_item dl dd .voice {
        height: 25vw;
        border-radius: 25vw;
        padding: 0 10%;
        margin-bottom: 15vw;
    }

    #lp_content .lp_sec .lp_sec_item dl dd .voice h4 {
        font-size: 3.2vw;
    }

    #lp_content .lp_sec .lp_sec_item dl dd .voice h5 {
        font-size: 3.2vw;
    }

    #lp_content .lp_sec .lp_sec_item dl dd .voice figure {
        right: 2.5vw;
        bottom: -15.5vw;
        width: 25vw;
    }

    #lp_content .lp_sec .lp_sec_item dl dd figure.lp_sec_btn {
        width: 100%;
        margin: 3.75% 0 0;
    }

    #lp_content .lp_sec .lp_sec_item dl dd figure.lp_sec_btn:before {
        border-radius: 17.5vw;
    }

    #lp_content .lp_sec .lp_sec_item dl dd figure.lp_sec_btn a {
        height: 17.5vw;
        font-size: 4.2vw;
        border-radius: 17.5vw;
        padding-left: 1em;
    }

    #lp_content .lp_sec .lp_sec_item dl dd figure.lp_sec_btn a:before {
        width: 5vw;
        height: 5vw;
        left: 3.75vw;
    }

    #lp_content .lp_sec figure.lp_sec_btn2 {
        margin: 15% auto 0;
    }

    #lp_content .lp_sec figure.lp_sec_btn2 a {
        width: 100%;
        height: 22.5vw;
        font-size: 6vw;
        border-radius: 22.5vw;
    }
}



@media print,
screen and (min-width:769px) {
    #lp_content .smp {
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    #lp_content .pc {
        display: none !important;
    }
}


.affiliate-banner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 20px;
  margin: 10px auto;
  max-width: 1000px; /* ←ここ修正！ */
  padding: 0 20px;
}

.affiliate-banner {
  width: 300px; /* ←明示的に設定！ */
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 768px) {
  .affiliate-banner-wrapper {
    flex-direction: column;
    align-items: center; /* ← 追加：SPで中央寄せにする */
    gap: 20px;
    max-width: 100%;
    padding: 0 20px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .affiliate-banner {
    width: 100%; /* ← 修正：ワイド幅を広げる */
    max-width: 468px; /* ← 広告サイズ上限に合わせる */
    text-align: center; /* 念のため */
  }

  .affiliate-banner img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* ← 念のため中央揃え */
  }
}

#lp_content .affiliate-wrapper {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 40px 0;
  margin: 80px 0;
  text-align: center;
}

#lp_content .affiliate-label {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.affiliate-disclaimer {
  font-size: 14px;
  text-align: center;
  color: #666;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .affiliate-disclaimer {
    font-size: 3.5vw;
  }
}
