@charset "UTF-8";


/* ==============
Overall design
============== */
body {
    margin: 0;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}


.fs_1vw{
font-size:1vw !important;
}

.fs_1h_vw{
font-size:1.5vw !important;
}

.fs_2vw{
font-size:2vw !important;
}

.fs_2h_vw{
font-size:2.5vw !important;
}

.fs_3vw{
font-size:3vw !important;
}

.fs_4vw{
font-size:4vw !important;
}

/* ==============
header
============== */
header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #c71585;
    text-align: right;
}

header span {
    font-size: 10px;
    color: #fff;
    margin-right: 3px;
}

h2, h3{
    color: #2B546A;
    margin: 0;
    text-align: center;
}

h4{
    color:#fff;
    font-size: 4vw;
}

p {
    color: #696969;
    margin: 0;
}

/* ==============
contents
============== */
div.section:not(.triangle) {
    overflow: hidden;
}

div#first-view {
    height: 133.33vw;
    /* background-image: url("assets/first_view/bgimage_01.jpg"); */
    background-size: cover;
}

.logo_shadow{
    filter: drop-shadow(0 4px 12px rgba(255,255,255,.7));
}

div#first-view img#logo {
    width: 70vw;
    display: block;
    margin: 0 auto;
    padding-top: 50vw;
}

div#catchcopy {
    height: 185vw;
    background-color: #f8df26;
//  background-color: #ffff00;
    text-align: center;
    padding-top: 15vw;
}

div#catchcopy h2 {
    color: #fff;
    margin: 0 auto;
    line-height: 1.8em;
    font-size: 9vw;
    font-style: italic;
    text-shadow: 0 1vw rgb(0 128 255 / 10%);
}

div#catchcopy img {
    width: 80%;
    margin-top: 5vw;
    transform: rotate(3deg);
}

div#achievements {
    background-color: white;
    height: 220vw;
    text-align: center;
    padding: 18vw 0;
}

div#achievements div.a-wrapper {
    display: flex;
}

div.a-item {
    width: 50%;
    height: 50vw;
    padding: 2vw;
    display: flex;
    align-items: center;
}

div.a-wrapper div.a-text-wrapper {
    text-align: left;
}

div.a-wrapper div.a-text-wrapper h3 {
    margin: 0;
    font-size: 4vw;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.2vw;
}

div.a-wrapper div.a-text-wrapper h3 span {
    font-size: 6vw;
}

div.a-wrapper div.a-text-wrapper p {
    font-size: 3vw;
    margin-top: 2vw;
    line-height: 1.7em;
}

div.a-wrapper div.a-text-wrapper p span {
    font-size: 2vw;
}

.follow_suggest{
    margin-top: 15vw;
    font-size:4vw;
    line-height:1.4em;
}

/*
セクション区切りの三角マーク
*/
.triangle {
    position: relative;
}

.triangle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 40px;
    border-color: #f8df26 transparent transparent transparent;
//  border-color: #ffff00 transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
}

div#sns {
    background-color: lightskyblue;
    height: 138vw;
    border-top-left-radius: 1000px 400px;
    border-top-right-radius: 1000px 400px;
    border-bottom-left-radius: 1000px 400px;
    border-bottom-right-radius: 1000px 400px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
}

div#sns h2 {
    color: #fff;
    padding: 15vw 0 10vw 0;
    font-size: 7vw;
}

div#sns p {
    color: #fff;
    font-weight: bold;
    font-size: 5vw;
    letter-spacing: 0.2vw;
}

div.sns-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 12vw;
}

div.sns-icon {
    margin: 0 5vw;
}

div.sns-icon a{
    display: block;
    width: 25vw;
    height: 25vw;
    cursor: pointer;
}

div.sns-icon a img {
    width: 100%;
    filter: drop-shadow(5px 5px 0px rgba(0,0,0,0.1));
}

div#registration {
    height: 290vw;
    text-align: center;
    padding: 0 12px;
}

div#registration h2 {
    padding: 15vw 0 10vw 0;
    font-size: 7vw;
}
div#registration h3 {
    padding: 15vw 0 10vw 0;
    font-size: 6vw;
}

div#registration p.r-discription {
    font-size: 4vw;
    margin-bottom: 7vw;
}

div.registration-contents-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

div.registration-content {
    background-color: #f5f5f5;
    width: 45%;
    border-radius: 5vw;
}

div.registration-content p.r-flow {
    font-size: 5vw;
    font-weight: bold;
    margin: 2vw 0;
}
div.registration-content p.step {
    color: #ffa500;
}

i.arrow {
  display: inline-block;
    position: relative;
    width: 4vw;
    height: 5vw;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background: #2B546A;
}

/*
よくある質問
*/
div#faq {
    /* background-color: #ff80b4; */
    background-color: #D16BA5;
    /* height: 150vw; */
    border-top-left-radius: 1000px 400px;
    border-top-right-radius: 1000px 400px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    padding-bottom: 15vw;
}

div#faq h2 {
    color: #fff;
    padding: 15vw 0 10vw 0;
    font-size: 7vw;
}

div#faq ul {
    padding: 0 4vw;
    margin-block-end: 0;
    margin-block-start: 0;
}

li.faq-list-item {
    margin:12vw 0;
    border-bottom:1px solid #fff;
    position:relative;
    cursor:pointer;
    text-align: left;
    list-style: none;
}

li.faq-list-item h3 {
    font-size: 5vw;
}

li.faq-list-item span {
    font-size: 4vw;
    position:absolute;
    top:0;
    right:5px;
    color:#fff;
}

div.answer {
    display: none;
    padding: 16px 0px;
    margin-bottom: 4vw;
}

div.answer p {
    color: #fff;
    font-size: 3.5vw;
    line-height: 1.4em;
}

/* ==============
CTAボタン
============== */
button.cta_btn {
    background: linear-gradient(0deg, hotpink, lightpink);
//    background: linear-gradient(0deg, hotpink, lightpink);
    color: #fff;
    /* font-family: 'Kosugi Maru', sans-serif; */
    font-size: 6.5vw;
    font-weight: bold;
    width: 75vw;
    border: none;
    border-bottom: 1.5vw solid #ddd;
    border-radius: 3vw;
    padding: 6vw 3vw;
//    box-shadow: 0 1vw 2vw rgb(0 0 0 / 25%);
    animation: shake 0.2s linear infinite;
}

button#catchcopy-area-button {
    position: relative;
    top: -3vw;
}

button#registration-area-button,
button#achievements-area-button {
    margin: 20vw 0;
}

@keyframes shake {
  0% {transform: skew(0deg,0deg);}
  25% {transform: skew(3deg, 0deg);}
  75% {transform: skew(-0.5deg, -0.5deg);}
  100% {transform: skew(0deg,0deg);}
}

button:hover {
    cursor: pointer;
    opacity: 0.8;
}


/* ==============
footer
============== */
footer {
    background-color: #d3d3d3;
    text-align: center;
    margin-top: auto;
    letter-spacing: 0.5px;
}

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

