@font-face {
    font-family: Makinas-4 Square;
    src: url('../fonts/Makinas-4-Square.otf');
}

@font-face {
    font-family: A-OTF Shin Go Pro B;
    src: url('../fonts/AOTFShinGoProBold.otf');
}

@font-face {
    font-family: A-OTF Shin Go Pro M;
    src: url('../fonts/AOTFShinGoProMedium.otf');
}

.shin-go-pro-bold {
    font-family: A-OTF Shin Go Pro B;
    font-weight: 700;
}

.shin-go-pro-medium {
    font-family: A-OTF Shin Go Pro B;
    font-weight: 500;
}

html,
body {
    height: 100%
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    position: relative;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a,
a:hover {
    text-decoration: none;
}

a {
    transition: all ease-in-out 0.3s;
}

a:hover>img {
    opacity: 0.7;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

figure {
    margin: 0px;
    vertical-align: middle;
}

.container {
    max-width:1140px;
    padding-inline: 16px;
    margin-inline: auto;
}

/* header */
.site_header {
    background-color: #001338;
    height: 80px;
    position: sticky;
    width: 100%;
    z-index: 10;
    top: 0;
}

.header_row {
    display: flex;
    justify-content: space-between;
}

.site_logo {
    width: 160px;
    position: relative;
    z-index: 100;
}

.site_logo a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.site_logo a img {
    width: 100%;
}

.site_navigation {
    display: flex;
    align-items: center;
}

nav {
    display: inline-block;
    padding: 0 10px;
}

nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;

}

nav ul li {
    display: inline-block;
	color: #3c465d;

}

nav ul li a {
    padding: 16px 24px;
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
}

nav ul li a:hover,
nav ul li.active a {
    color: #001338;
    background: #fff;
}
nav ul li.disabled{
	/* margin: 0 24px; */
    padding: 0px 24px;
    color: #3c465d;
    font-size: 16px;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;

}
.social_meun {
    display: flex;
    align-items: center;
    background: #fff;
    height: 80px;
    padding: 0 24px;
}

.social_meun ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.social_meun ul li {}

.social_meun ul li a {
    display: block;
    padding: 5px;
}

.social_meun ul li a img {
    height: 25px;
    display: block;
}

.site_hero_banner {
    height: calc(100vh - 0px);
    /* position: fixed; */
    width: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    position: relative;
}
.site_hero_banner .context {
    position: absolute;
    bottom: 50px;
    left:0px;
    padding-inline: 30px;
    max-width: 64%;
    width: 100%;
}

.site_hero_banner .figure {
    height: 100%;
    width: 100%;
}

.site_hero_banner .figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.hero_anim_2 {
    /* display: none; */
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.hero_anim_2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.site_hero_banner.active .hero_anim_2 {
    /* display: block; */
    opacity: 1;
    visibility: visible;
}
.hero_anim_1 {
    opacity: 1;
    visibility: visible;
    transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.site_hero_banner.active .hero_anim_1 {
    opacity: 0;
    visibility: hidden;
}

.site_scroll_container {}

.scroll_row_wrap {
    display: flex;
    /* padding-top: 100vh; */
}

.scroll_row_wrap .blank_col {
    width: 40%;
}

.scroll_row_wrap .vook_context_wrapper {
    width: 60%;
}

.site_main_wraper {
    background-color: #001338;
    position: relative;
}
.news_wrapper {
    background: #001238 url(../images/top_bg_1.jpg) no-repeat;
    background-position: top center;
    background-size: contain;
    padding: 100px 40px;
    overflow: hidden;
}

.news_wrapper .heading {
    margin-bottom: 50px;
    max-width: 220px;
    margin-inline: auto;
}

.news_col_grid {
    display: flex;
    align-items: center;
    gap:0px;
    margin-bottom: 100px;
}

.news_col_grid .grid_item {
    width: 33.33%;
    flex-shrink: 0;
    border: #fff 1px solid;

}

.news_col_grid .grid_item .figure {
    width: 100%;
    /* height: 222px; */
    overflow: hidden;
    background-color: #fff;
    position: relative;
    padding-top: 56%;
    border-bottom: #fff 1px solid;
}

.news_col_grid .grid_item .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.news_col_grid .grid_item .context {
    color: #fff;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
}

.news_col_grid .grid_item .context .date {}

.news_col_grid .grid_item .context .title {
    
}


p {
    margin-top: 0px;
    margin-bottom: 24px;
}

p:last-child {
    margin-bottom: 0px;
}

.site_row_2 {
    margin-top: 100px;
    text-align: center;
}
.site_row_2 .section_heading img {
    max-width: 620px;
}



.vook_section_context {
    padding-top: 100px;
    padding-bottom: 100px;

}
.white_bg {
    background-color: #ffffff;
}
.context_row {
    padding-inline: 40px;
    margin-bottom: 50px;
}

.blue_bg {
    background: #0588fc url(../images/top_bg_2.jpg) no-repeat;
    background-position: top center;
    background-size: contain;
}

.pink_bg {
    background: url(../images/top_bg_3.png) no-repeat;
    background-position: top center;
    background-size: cover;
}

.context_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.context_row .section_heading img {
    max-width: 100%;
}

.link_grid {
    display: flex;
    gap: 30px;
    padding-inline: 40px;
    margin-top: 30px;
}

.link_grid .item {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: #fff 1px solid;
}

.link_grid .item:nth-child(1) {
    width: 50%;
}

.link_grid .item:nth-child(2) {
    width: 25%;
}

.link_grid .item:nth-child(3) {
    width: 25%;
}

.link_grid .item a {
    padding: 23px 20px;
    color: #1964E4;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    height: 100%;
    font-weight: 700;
}

.link_grid .item a.active {
    background-color: #1964E4;
    color: #fff;
}

.link_grid .item a i {
    background: url(../images/icon/Path-angle.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    width: 38px;
    height: 11px;
    display: inline-block;
}

.vook_section_context_3 {
    padding: 100px 40px;
}
.vsc3_context_top {
    margin-bottom: 100px;
}
.vsc3_context_top .section_heading img {
    max-width: 360px;
}

.youtube_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 30px;
}

.youtube_grid .item .figure {
    /* height: 297px; */
    overflow: hidden;
    padding-top: 112%;
    position: relative;
}

.youtube_grid .item .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.youtube_grid .item .context {
    padding-top: 20px;
    color: #fff;
    text-align: center;
}
.youtube_grid .item .context.fs-24 {
    font-size: 24px;
    line-height: 1.5;
}
.youtube_grid .item .context .jname {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-top: 8px;
}

.mb-8 {
    margin: 8px 0;
}

/* Faq */

.faq_wrap {
    max-width: 900px;
    width: 100%;
    margin-inline: auto;
    margin-top: 100px;
}
.faq_wrap .section_heading img {
    max-width: 320px;
}
.faq_item {
    position: relative;
}
.vook_section_context_3 .section_heading {
    color: #fff;
}

.section_heading {
    text-align: center;
    font-size: 50px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 50px;
}
.section_heading img {
    max-width: 400px;
}
.faq_wrap .faq_header {
    display: flex;
    align-items: center;
    border-bottom: #fff 1px solid;
    border-top: #fff 1px solid;
    margin-top: -1px;
}
.faq_wrap .faq_header .question_head,
.faq_wrap .faq_answer .question_head {
    padding: 10px 16px;
    
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    color: yellow;
    flex-shrink: 0;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq_wrap .faq_header .question_head span,
.faq_wrap .faq_answer .question_head span {
    line-height: 1;
}
.faq_wrap .faq_header .question_title {
    padding: 18px 16px;
    padding-right: 62px;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    border-left: 1px solid #fff;
}
.faq_wrap .faq_button {
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
    height: 62px;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    margin: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
    cursor: pointer;
    padding: 6px 16px;
    transition: 0.3s ease-in-out;
}
.faq_wrap .faq_button:hover, .faq_wrap .faq_item.show .faq_button {
color: yellow;
}
.faq_wrap .faq_answer {
    display: flex;
    align-items: center;
    
}
.faq_wrap .faq_answer .question_head {
    color: cyan;
    
}
.faq_wrap .faq_item:last-child .faq_answer {
    border-bottom: #fff 1px solid;
}
.faq_wrap .question_answer {
    padding: 12px 16px;
    padding-right: 62px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border-left: #fff 1px solid;
    min-height: 62px;
    display: flex;
    align-items: center;
}

/* Partner */
.partner_wrap {
    padding-inline: 40px;
}
.partner_wrap .partner_item .section_heading {
    margin-bottom: 50px;
    font-size: 30px;
}
.partner_wrap .partner_item {
    margin-bottom: 100px;
}
.partner_wrap .partner_item:last-child {
    margin-bottom:0px;
}
.logo_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
    row-gap: 50px;
}
.grid_1 .logo_item {
    width:calc(100% - 50px);
}
.grid_2 .logo_item {
    width: calc(50% - 50px);
}
.grid_3 .logo_item {
    width:calc(33.33% - 50px);
}
.grid_4 .logo_item {
    width:calc(25% - 50px);
}
.logo_grid .logo_item {}
.logo_grid .logo_item a {
    display: block;
    text-align: center;
}
.logo_grid .logo_item a img {
    /* height: 40px; */
    object-fit: contain;
    /* max-width: 50%; */
}

.partner_item.gold_partner, .partner_item.manabi_partner {
    max-width: 640px;
    margin-inline: auto;
}

.manabi_partner .logo_grid .logo_item img.w-300 {
    max-width: 300px;
}
.btn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.follow_btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 300px;
    z-index: 2;
}
.follow_btn a {
    display: block;
}
/* Footer */
.footer_wrapper {
    background: #1e1e1e;
    text-align: center;
    position: relative;
}

.footer {
    padding: 50px 16px;
    max-width: 1140px;
    margin: 0 auto;
}

.footer h3 {
    margin: 0 0 20px;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 2px 0 0 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 10px;
}

.footer ul li {
    /* padding: 10px; */
}

.footer ul li a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    border: 1px #e590a9 solid;
    border-radius: 20px;
    padding: 5px 25px;
}

.footer ul li a span {
    color: #e590a9;
    transition: all ease-in-out 0.3s;
}

.footer ul li:nth-child(2n+2) a {
    border-color: #19a964;
}

.footer ul li:nth-child(2n+2) a span {
    color: #19a964;
}

.footer ul li a:hover {
    border-color: #fff;
}

.footer ul li a:hover span {
    color: #fff;
}
.about-vook {
    padding: 25px 0;
    border-top: 1px #4b4b4b solid;
    color: #fff;
    font-weight: 700;
}
.copyright {
    padding: 25px 0;
    border-top: 1px #4b4b4b solid;
}

.copyright p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

/* entry Page */
.page_template_entry .site_header {
    background-color: transparent;
}
.page_template_entry .site_main_wraper {
    background-color: #3080ff;
}
.entry_section_1 .container, .entry_section_2 .container, .entry_section_3 .container {
    max-width: 850px;
}
.navy_blue {
    background: url(../images/entry/entry_bg_1.jpg) no-repeat;
    background-position: top center;
    background-size:cover;
}
.entry_blue_bg {
    background: url(../images/entry/entry_bg_2.jpg) no-repeat;
    background-position: top center;
    background-size:cover;
}
.entry_pink_bg {
    background: url(../images/entry/entry_bg_3.png) no-repeat;
    background-position: top center;
    background-size:cover;
}
.entry_section_1 {
    padding-top: 200px;
    padding-bottom: 100px; 
}
.entry_section_2, .entry_section_3 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.entry_section_2 {
    padding-bottom: 200px;
}
.entry_section_2 img, .entry_section_2 img, .entry_section_3 img {
    width: 100%;
}
.entry_section_3 {
    margin-top: -100px;
}
.entry_context_row {
    margin-bottom: 100px;
}
.entry_context_row:last-child {
    margin-bottom: 0px;
}
.text_heading {
    margin-bottom: 50px;
}
.img_heading {
    margin-bottom: 50px;
}
.img_text {
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-30 {
    margin-bottom: 30px;
}
.w-198 {
    max-width: 198px;
    width: 100%;
}
.w-392 {
    max-width: 392px;
    width: 100%;
}
.w-52 {
    max-width: 52px;
}
.w-264 {
    max-width: 264px;
}
.w-16 {
    max-width: 16px;
}
.w-710 {
    max-width: 710px;
}
.w-253 {
    max-width: 253px;
}
.w-324 {
    max-width: 324px;
}
.w-725 {
    max-width: 725px;
}
.w-616 {
    max-width: 616px;
}
.w-300 {
    max-width: 300px;
    width: 100%;
}
.w-505 {
    max-width: 505px;
}
.w-360 {
    /* max-width: 360px; */
    max-width: 330px;
}
.w-375 {
    max-width: 375px;
}
.w-430 {
    max-width: 430px;
}
.w-248 {
    /* max-width: 248px; */
    max-width: 220px;
}
.w-552 {
    max-width: 552px;
}
.w-410 {
    max-width: 410px;
}
.w-598 {
    max-width: 598px;
}
.w-540 {
    max-width: 540px;
}
.w-396 {
    max-width: 396px;
}
.w-200 {
    max-width: 200px;
    width: 100%;
}
.w-420 {
    max-width: 420px;
    width: 100%;
}
.w-602 {
    max-width: 602px;
    width: 100%;
}
.w-340 {
    max-width: 340px;
    width: 100%;
}
.w-444 {
    max-width: 444px;
    width: 100%;
}
.w-800 {
    max-width: 800px;
    width: 100%;
}
.w-370 {
    max-width: 370px;
    width: 100%;
}
.w-56 {
    max-width: 56px;
}
.w-155 {
    max-width: 155px;
}
.mb-8 {
    margin-bottom: 8px;
}
.w-162 {
    max-width: 162px;
}
.w-770 {
    max-width: 770px;
}
.a_link {
    display: block;
}

.img_text_button {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.email_link a {
    color:#FF00FF;
}
.email_link a:hover {
    opacity: 0.7;
}

.divider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}
.img_text.divider span {
    border-top: #fff 3px dotted;
    display: block;
    width: 100%;
}

.footer_navigation {
    display: none;
}

/* Collabo page */
.page_template_collabo {}
.page_template_collabo .site_main_wraper {
    background-color: #00ac3c;
}
.collabo_wrapper .container, .collabo_section_2 .container {
    max-width: 800px;
    width: 100%;
    margin-inline: auto;
}
.page_template_collabo .site_header {
    background-color: #041336;
}
.collabo_section_1 {
    padding-top: calc(0px + 150px);
    padding-bottom: 100px;
}
.green_bg_pattern {
    background: url(../images/collabo/green-pattern-bg.jpg) no-repeat;
    background-position: top center;
    background-size:cover;
}
.context_group .img_text .text {
    font-size: 18px;
    font-weight: 700;
    width: 54px;
    flex-shrink: 0;
}
.text_md {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.text_lg {
    font-size: 50px;
    line-height:1;
    font-weight: 700;
}
.text_base {
line-height: 30px;
}
.text_white {
    color: #fff;
}
.text_green {
    color: #00AD3C;
}

.accordion_group {
    margin-bottom: 50px;
}
.accordion_group_item {
    background-color: #fff;
    margin-bottom: 30px;
}
.accordion_group_item:last-child {
    margin-bottom: 0px;
}
.accordion_group_item .header_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}
.accordion_group_item .header_text .logo_icon {}
.accordion_group_item .header_text .logo_icon img {
    height: 75px;
    object-fit: contain;
}
.accordion_group_item .header_text button {
    color:#00AD3C;
    border: none;
    background-color: transparent;
    font-size: 40px;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
    cursor: pointer;
    padding: 0;
}
.accordion_group_item .body_text {
    padding: 30px;
    padding-top: 0px;
}
.accordion_group_item .body_text ul {
    margin-top: 0px;
    padding: 0px;
    list-style-type: none;
}
.accordion_group_item .body_text ul li {
    line-height: 30px;
}
.fs_30 {
    font-size: 30px;
}
.fw-500 {
    font-weight: 500;
}
.line_45 {
    line-height: 45px;
}
.text_with_divider {
    position: relative;
}
.text_with_divider::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 0px;
    border-top: #00AD3C 3px dotted;
}
.text_with_divider .text {
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 700;
}
hr.green {
    background-color: #00AD3C;
    height: 2px;
    border:none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.company_intro {

}
.company_intro .text_md {
    font-size: 23px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.wrap_img_container {
    min-height: 280px;
}
.wrap_img_container img {
  float: left;
  width: 280px;
  height: auto;
  margin: 0 30px 150px 0;
}

.wrap_img_container p {
  font-size: 16px;
  line-height:30px;
}
.download_material .download_btn {
    font-size: 19px;
    line-height:1;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #0ECE67;
    border: #fff 2px solid;
    border-radius: 15px;
    padding: 21px 40px;
    cursor: pointer;
    display: inline-block;
}
.download_material .download_btn:hover {
    background-color: #0ece686f;
}
.download_material .download_btn small {
    font-size: 12px;
    line-height: 1;
}


.collabo_section_2 {
    padding-top: 100px;
    padding-bottom: 150px;
}

.blue_bg_pattern {
    background: url(../images/collabo/blue-pattern-bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
}
.lists {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.lists li {
    color: #fff;
    line-height: 30px;
    letter-spacing: -0.02em;
}
.w-387 {
    max-width: 387px;
    width: 100%;
}
.w-439 {
    max-width: 439px;
    width: 100%;
}
.w-336 {
    max-width: 336px;
    width: 100%;
}
.w-364 {
    max-width:364px;
    width: 100%;
}
.w-524 {
    max-width:524px;
    width: 100%;
}
.w-610 {
    max-width:610px;
    width: 100%;
}
.w-640 {
    max-width:640px;
    width: 100%;
}

/* Manabi Page */
.page_template_manabi {}
.page_template_manabi .site_main_wraper {
    background-color: #FF6382;
}
.manabi_wrapper .container {
    max-width: 832px;
    padding-inline: 16px;
    margin-inline: auto;
}
.page_template_manabi .site_header {
    background-color: #041336;
}
.pink_bg_pattern {
    background: url(../images/manabi/manabi_bg_1.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}
.manabi_section_1 {
    padding-top: calc(0px + 150px);
    padding-bottom: 150px;
}
.w-700 {
    max-width: 700px;
}

.manabi_wrapper .accordion_group_item .header_text .logo_icon img {
    height: 42px;
    object-fit: contain;
}
.pink_theme .accordion_group_item .header_text button {
    color: #FF6382;
}
.pink_theme .text_with_divider::after {
    border-color: #FF6382;
}
.pink_theme .text_green {
    color: #FF6382;
}
.manabi_wrapper .download_material .download_btn {
    background-color: #FF9095;
}

/* Creator Page */
.page_template_creator {}
.page_template_creator .site_main_wraper {
    background-color: #ED6C01;
}
.creator_wrapper .container {
    max-width: 832px;
    padding-inline: 16px;
    margin-inline: auto;
}
.page_template_creator .site_header {
    background-color: #041336;
}
.orange_bg_pattern {
    background: url(../images/creator/orange-bg-pattern.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}
.creator_hero_wrap {}
.creator_section_1 {
   /* padding-top: calc(0px + 150px);*/
    padding-bottom: 100px;
}
.creator_section_1 .context_group {
    text-align: center;
}
.text_center {
    text-align: center;
}
.creator_section_2 {
    padding-top: 100px;
    padding-bottom: 250px;
}
.creator_section_2 .container {
    max-width: 1032px;
}
.creator_list_wrap {}
.creator_card {
    background-color: #fff;
    display: grid;
    grid-template-columns: 280px auto;
    gap: 30px;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
}
.creator_card .creator_card_img img {
height: 100%;
object-fit: cover;
}
.creator_card .context {
   
}
.creator_card .context .text_base {
    line-height: 24px;
}
.creator_card .context .mb-20 {
    margin-bottom: 20px;
}
.creator_card .context .mb-0 {
    margin-bottom: 0px;
}
.creator_card .context .text_with_divider::after {
    border-color: #ED6C00;
}
.text_orange {
    color: #ED6C00;
}
.creator_card .context a {
    color: #ED6C00;
    display: inline-block;
    margin-bottom: 8px;
    word-break: break-all; overflow-wrap: break-word;
}
.creator_card .social_meun {
    position: absolute;
    top: 0px;
    right: 0;
    height: auto;
    padding: 30px 22px;
}
.creator_card .social_meun ul {
    gap: 0px;
}
.creator_card .social_meun ul li a {
    padding: 0px 8px;
}

.card_text_center {
    display: flex;
    align-items: center;
}

.creator_section_3 {
    padding-top: 100px;
    padding-bottom: 150px;
    margin-top: -150px;
}
.yellow_bg_pattern {
    background: url(../images/creator/yellow-bg-pattern.png) no-repeat;
    background-position: top center;
    background-size: cover;
}
.btn_link {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 28px 40px;
    border: #fff 2px solid;
    border-radius: 4px;
    background-color: #FFAF32;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    display: inline-block;
}
.btn_link:hover {
    opacity: 0.7;
}
.btn_link span {}
.btn_link span i {
    background: url(../images/creator/arrow.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    width: 35px;
    height: 10px;
    display: inline-block;
}

.creator_section_3 .btn_wrap {
    max-width: 320px;
    width: 100%;
    margin-inline: auto;
}
.creator_section_3 .btn_wrap .d-block {
    display: block;
}


.video-section {
    position: relative;
    width: 100%;
    /* 16:9 Aspect Ratio = 56.25% (9/16) */
    padding-top: 30.25%;
    overflow: hidden;
  }

  .video-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Optional dark overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
  }
  .video-overlay img {
    max-width: 520px;
    width: 100%;
  }

@media screen and (min-width:768px){
    .only_for_mobile {
        display: none;
    }
    .page_template_entry .site_header {
        position: fixed;
    }
}

@media screen and (max-width:1479px){ 
    .follow_btn { 
        width: 220px;
    }
    .video-overlay img {
        max-width: 400px;
    }
}

@media screen and (max-width:1439px){
    .section_heading {
        font-size: 36px;
    }
    .context_row {
        gap: 30px;
        margin-bottom: 30px;
        grid-template-columns: repeat(1, 1fr);
    }
    .link_grid {
        gap: 16px;
        padding-inline: 120px;
        flex-wrap: wrap;
    }
    .link_grid .item:nth-child(1) {
        width: 100%;
    }
    .link_grid .item:nth-child(2) {
        width: calc(50% - 16px);
    }
    .link_grid .item:nth-child(3) {
        width: calc(50% - 16px);
    }

    .logo_grid {
        column-gap: 30px;
        row-gap: 30px;
    }
    .partner_wrap .partner_item {
        margin-bottom: 60px;
    }

    .news_wrapper .heading {
        max-width: 180px;
    }
    .btn-grid {
        column-gap: 16px;
    }
    .site_row_2 .section_heading img {
        max-width: 70%;
    }
    .context_row .section_heading img {
        max-width: 70%;
    }

    .youtube_grid .item .context.fs-24 {
        font-size: 20px;
    }
    .youtube_grid .item .context .jname {
        font-size: 20px;
    }
}
@media screen and (max-width:1199px){
    .container {
        max-width: 900px;
    }
    .footer {
        max-width: 900px;
    }
    .site_logo {
        width: 140px;
    }
    nav ul li a {
        padding: 16px 16px;
        font-size: 14px;
    }
	nav ul li.disabled {
        padding: 16px 16px;
        font-size: 14px;
    }

    .grid_4 .logo_item {
        width: calc(25% - 25px);
    }

    .youtube_grid .item .context {
        font-size: 13px;
    }
    .youtube_grid .item .context .jname,
    .youtube_grid .item .context.fs-24 {
        font-size: 16px;
    }
    .w-700 {
        max-width: 500px;
    }

    .video-overlay img {
        max-width: 300px;
    }
}
@media screen and (max-width:1023px){
    .container {
        max-width: 720px;
    }
    .site_header {
        height: 60px;
    }
    .site_logo {
        width: 100px;
    }
    nav ul li a {
        padding: 16px 10px;
        font-size: 11px;
        height: 60px;
    }
	nav ul li.disabled {
        padding: 16px 10px;
        font-size: 11px;
        height: 60px;
    }
    .social_meun {
        height: 60px;
        padding: 0 13px;
    }
    .site_hero_banner {
        height: auto;
    }
    .site_hero_banner .context {
        bottom: 30px;
        padding-inline: 20px;
        max-width: 100%;
    }
    .scroll_row_wrap {
        flex-direction: column;
    }
    .scroll_row_wrap .blank_col {
        width: 100%;
        display: none;
    }
    .scroll_row_wrap .vook_context_wrapper {
        width: 100%;
    }

    /* Creator */

    .creator_card {
        grid-template-columns: 260px auto;
        gap: 20px;
        padding: 20px;
        margin-bottom: 20px;
    }
    .creator_card .social_meun {
        position: static;
        padding: 0;
        margin-left: 280px;
        grid-column: span 2;
    }
    .video-overlay img {
        max-width: 260px;
    }
}
@media screen and (max-width:767px){
    .only_for_mobile {
        display: block;
    }
    .container {
        max-width: 520px;
    }
    .site_header {
        height: auto;
        position: sticky;
    }
    
    .site_header .container {
        max-width: 110%;
        padding-inline: 0;
    }
    .site_logo {
        width: 100px;
    }
    .site_logo a {
        padding: 10px 16px;
        position: static;
    }
    .social_meun ul li a {
        padding: 10px;
    }
    .site_navigation nav {
        display: none;
    }
    .social_meun {
        padding: 0 16px;
        height: 100%;
    }
    .vook_section_context {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .site_row_2 {
        margin-top: 50px;
        max-width: 520px;
        margin-inline: auto;
    }
    .site_row_2 .section_heading img {
        max-width: 100%;
    }
    .news_col_grid {
        gap: 0px;
    }
    .news_col_grid .grid_item {
        border: #fff 1px solid;
    }
    .news_wrapper .heading {
        margin-bottom: 30px;
    }
    /* .news_col_grid .grid_item .context {
        min-height: 150px;
        padding: 10px;
    } */
    .news_col_grid .grid_item .figure {
        border-bottom: #fff 1px solid;
    }
    .btn-grid {
        margin-top: 30px;
        margin-bottom: 0px;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }
    .section_heading {
        margin-bottom: 20px;
    }
    .vsc3_context_top {
        margin-bottom: 50px;
    }
    .context_row {
        padding-inline: 20px;
        max-width: 520px;
        margin-inline: auto;
        gap: 20px;
        margin-bottom: 20px;
    }
    .news_wrapper {
        padding: 50px 20px;
    }
    .link_grid {
        padding-inline: 20px;
        max-width: 520px;
        margin-inline: auto;
    }
    .vsc3_context_top, .vook_section_context_3 .section_heading, .youtube_grid, .faq_wrap, .partner_wrap {
        max-width: 520px;
        margin-inline: auto;
    }
    .faq_wrap {
        margin-top: 50px;
    }
    .partner_wrap {
        padding-inline: 20px;
    }
    .vook_section_context_3 {
        padding: 50px 20px;
    }
    .youtube_grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
    }
    .youtube_grid .item .context {
        padding-top: 10px;
    }
    .vsc3_context_top .section_heading img {
        max-width: 260px;
    }
    .section_heading img {
        max-width: 320px;
    }
    .faq_wrap .section_heading img {
        max-width: 260px;
    }
    .link_grid .item:nth-child(2), .link_grid .item:nth-child(3) {
        width: 100%;
    }
    .link_grid .item a {
        height: 80px;
    }
    .faq_wrap .faq_header .question_head, .faq_wrap .faq_answer .question_head {
        padding: 10px 10px;
        width: 50px;
    }
    .faq_wrap .faq_header .question_title {
        padding:20px 10px;
        padding-right: 62px;
    }
    .follow_btn {
        width: 120px;
        bottom: 78px;
        right: 16px;
    }

    .logo_grid {
        column-gap: 20px;
        row-gap: 20px;
    }
    .grid_1 .logo_item .w-324 {
        max-width: 285px;
    }
    .grid_2 .logo_item {
        width: calc(50% - 20px);
    }
    .grid_4 .logo_item {
        width: calc(33.33% - 20px);
    }
    .partner_wrap .partner_item {
        margin-bottom: 50px;
    }

    .page_template_entry .site_header {
        background-color: #001330;
    }
    .entry_section_1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .w-392 {
        max-width: 280px;
    }
    .w-198 {
        max-width: 140px;
    }
    .w-505 {
        max-width: 360px;
    }
    .w-324 {
        max-width: 300px;
    }
    .w-375 {
        max-width: 320px;
    }
    .w-430 {
        max-width: 400px;
    }
    .w-552 {
        max-width: 400px;
    }
    .w-410 {
        max-width: 360px;
    }
    .w-770 {
        max-width: 360px;
    }


    .entry_section_1 .container, .entry_section_2 .container, .entry_section_3 .container {
        max-width: 520px;
    }
    .entry_section_3 {
        margin-top: -50px;
    }
    .entry_section_2, .entry_section_3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .entry_section_2 {
        padding-bottom: 100px;
    }
    .entry_section_3 {
        margin-bottom: 0px;
    }
    .entry_context_row {
        margin-bottom: 50px;
    }
    .img_heading {
        margin-bottom: 30px;
    }
    .mb-30 {
        margin-bottom: 20px;
    }

    .news_wrapper .heading {
        max-width: 140px;
    }

    .footer_wrapper {
        padding-bottom: 68px;
    }
    .footer_navigation {
    display: block;
        background-color: #001338;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        right: 0;
    }
    .footer_navigation ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        display:grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: center;
    }
    .footer_navigation ul li {}
    .footer_navigation ul li a {
        display: block;
        text-align: center;
        padding: 10px;
    }
    .footer_navigation ul li img {
        width: 100%;
        height: 48px;
        object-fit: contain;
        transition: 0.3s ease-in-out;
    }
    .footer_navigation ul li:hover img:not(.footer_navigation ul li.disabled:hover img) {
        opacity: 0.7;
    }
    .disabled a {
        pointer-events: none;     
        opacity: 0.5;             
        cursor: not-allowed;    
    }

    /* Collabo page */

    .collabo_section_1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .collabo_section_1 .img_heading {
        margin-bottom: 20px;
    }
    .context_group .img_text .text {
        font-size: 13px;
        width: 40px;
    }
    .text_md {
        font-size: 20px;
    }
    .line_45 {
        line-height:30px;
    }
    .fs_30 {
        font-size: 18px;
    }
    .text_base, .text_with_divider .text {
        font-size: 13px;
        line-height: 20px;
    }
    .context_group.mb-100 {
        margin-bottom: 50px;
    }
    .text_lg {
        font-size: 28px;
    }
    .collabo_accordion_wrap .mb-50, .collabo_section_2 .mb-50 {
        margin-bottom: 20px;
    }
    .accordion_group_item .header_text {
        padding: 20px;
        column-gap: 20px;
    }
    .accordion_group_item .header_text .logo_icon img {
        height: 40px;
    }
    .accordion_group_item {
        margin-bottom: 20px;
    }
    .accordion_group_item .body_text {
        padding: 20px;
        padding-top: 0px;
    }
    .company_intro .text_md {
        font-size: 18px;
        line-height: 24px;
    }
    .wrap_img_container img {
        float: none;
        width: 100%;
        margin: 0 auto;
        display: table;
        margin-bottom: 20px;
    }
    .accordion_group {
        margin-bottom: 20px;
    }
    .download_material .download_btn {
        font-size: 14px;
        border-radius: 10px;
        padding: 16px 16px;
        display: block;
        text-align: center;
    }
    .download_material .download_btn small {
        font-size: 9px;
    }
    .collabo_section_2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .lists li {
        line-height: 24px;
        font-size: 13px;
    }
    .w-387 {
        max-width:220px;
    }
    .w-336 {
        max-width: 220px;
    }
    .w-439 {
        max-width: 240px;
    }
    
    
    
    .w-640 {
        max-width:320px;
    }
    .w-610 {
        max-width:305px;
    }
    .w-364 {
        max-width:202px;
    }
    .w-524 {
        max-width:288px;
    }

	.creator_card .creator_card_img img {
        width: 100%;
        object-fit: contain;
    }
	
	
    /* Manabi page */
    .manabi_section_1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .w-700 {
        max-width: 350px;
    }
    .manabi_wrapper .mb-50 {
        margin-bottom: 20px;
    }

    .creator_card {
        gap: 20px;
        padding: 20px;
        margin-bottom: 20px;
        grid-template-columns: 100%;
    }
    .creator_card .social_meun {
        margin-left: 0;
        grid-column: span 1;
        width: 100%;
        justify-content: flex-start;
    }
    .creator_section_2 .container, .creator_wrapper .container {
        max-width: 540px;
    }
    .creator_hero_wrap {
        /* height: 380px; */
    }
    .creator_hero_wrap img {
        /* height: 100%;
        object-fit: cover; */
    }
    .creator_section_1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .creator_section_1 .context_group {
        text-align: left;
    }
    .creator_section_1 .context_group .text_lg {
        font-size: 24px;
        line-height: 30px;
    }
    .creator_section_1 .context_group .mb-50,
    .creator_section_2 .context_group .mb-50,
    .creator_section_3 .context_group .mb-50 {
        margin-bottom: 20px;
    }
    .creator_section_2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .creator_section_3 {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: -50px;
    }

    .video-overlay img {
        max-width: 200px;
    }
}

@media screen and (max-width:539px){
    .site_logo {
        width: 100px;
    }
    .social_meun {
        width: calc(100vw - 100px);
        justify-content: center;
    }
    .social_meun ul {
        gap: 4px;
    }
    .grid_4 .logo_item {
        width: calc(50% - 20px);
    }
    .w-392 {
        max-width: 220px;
    }
    .w-198 {
        max-width: 120px;
    }
    .w-264 {
        max-width: 220px;
    }
    .w-324 {
        max-width: 280px;
    }
    .w-505 {
        max-width: 300px;
    }
    .w-375 {
        max-width: 250px;
    }
    .w-430 {
        /* max-width: 400px; */
        max-width: 330px;
    }
    .w-552 {
        max-width: 300px;
    }
    .w-410 {
        max-width: 300px;
    }
    .w-370 {
        max-width: 300px; 
    }
    .w-770 {
        max-width: 320px;
    }
    .img_text_button {
        gap: 20px;
    }
    .img_text_button .w-300, .img_text_button .w-200 {
        max-width: 100%;
    }


    /* 250805 追加 */
    .sp-12 {
        font-size: 12px;
    }
    .sp-100vw {
        width: 100vw;
    }

        
    .btn_link {
        width: 100%;
    }

    .video-overlay img {
        max-width: 180px;
    }
}
@media screen and (max-width:399px){ 
    .img_text span.email_link {
        display: block;
    }
}









.pc-f-12 {
    font-size: 12px;
}




/* 共通（PC用デフォルトで表示） */
.show-pc {
  display: block;
}
.show-sp {
  display: none;
}

/* 幅1445px以下では非表示 */
@media screen and (max-width: 1445px) {
  .show-pc {
    display: none;
  }
    .show-sp {
    display: block;
  }
}



