@charset "utf-8";

.heading_type3 .heading_text {
    color: #0468BF;
}

.function_block .heading_type3 .heading_text a{
    position:relative;
    display: inline-block;
    padding-right: 31px;
}

.function_block .heading_type3 .heading_text a::after {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(/softdrink/jihanki/common/img/ico_arrow_lblue.svg) no-repeat top center / contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.heading_type2 + .contents_text {
    margin-top: 23px;
}

/* 
page_heading
======================================================================== */
.page_heading {
    padding: 89px 0 81px;
    background: url(/softdrink/jihanki/installation/vending-machine/img/bg_heading.jpg) no-repeat top center / cover;
}
.page_heading .heading_text {
    color: #fff;
    font-size: 3.125rem;/* 50px */
    font-weight: bold;
}

/* 
howto
======================================================================== */
.howto {
    margin-top: 56px;
}

/* 
model
======================================================================== */
.model {
    margin-top: 56px;
}
.type_standard {
    gap: 0;
}
.type_standard .text_area {
    padding-right: 30px;
}
.type_standard .text_area .heading_type3 {
    margin-top: 58px;
}
.type_standard .text_area .contents_text {
    margin-top: 22px;
    font-size: 1.125rem;/* 18px */
    line-height: 1.777;
}
.type_standard .text_area .contents_button {
    margin-top: 60px;
}
.type_standard .text_area .contents_button > a {
    letter-spacing: -0.1em;
}
.type_standard .contents_img {
    padding: 12px 38px 0 0;
}

.model #optionType {
    margin-top: 111px;
    padding: 0;
}
.model #optionType .option_links {
    margin-top: 26px;
}
.model #optionType .heading_type2 .heading_text {
    color: #333;
    font-size: 2.5rem;/* 40px */
    line-height: 1.65;
}
.model #optionType .function_block {
    margin-top: 68px;
    padding-top: 0;
    border: none;
}
.model #optionType .function_block .column_2col {
    margin-top: 50px;
}
.model #optionType .function_block .contents_text {
    margin-top: 26px;
}


/* 
for_corp
======================================================================== */
.for_corp {
    margin-top: 100px;
    padding: 100px 0;
    background-color: #C3F4FF;
}

.for_corp_inner {
    max-width: 1164px;
    padding: 100px 40px 40px;
    background-color: #fff;
    border-radius: 16px;
}

.for_corp .heading_type2 {
    text-align: center;
}
.for_corp .heading_type2 picture {
    max-width: 100%;
    font-size: 0;
}

.for_corp .heading_type2 + .column_wrapper {
    margin-top: 108px;
}

.for_corp .heading_type3 .heading_text {
  color: #fff;
  padding: 9px 60px;
  background: #09A3CB;
  display: inline-block;
  border-radius: 40px;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0px;
  white-space: nowrap;
}


/* 
support
======================================================================== */
.support {
    padding: 74px 0 100px;
    background: #EEFAFC;
}
.support .heading_type2 .heading_text {
    color: #011A5D;
    font-size: 2.875rem;/* 46px */
}
.support .heading_type2 + .contents_text {
    margin-top: 70px;
}
.support .contents_text + .heading_type3 {
    margin-top: 77px;
}
.support .heading_type3 {
    margin-top: 43px;
    padding: 9px 20px;
    background: #0468BF;
}
.support .heading_type3 .heading_text {
    color: #fff;
}
.support .heading_type3 + .column_2col {
    margin-top: 26px;
    gap: 52px;
}
.support .contents_button {
    margin-top: 87px;
}

/* 241031 update*/
.only_pc{display: block;}
.only_sp{
    display:inline-block;
}
.heading_type4 .heading_text{
    font-weight:bold;
    font-size:2.5rem;
    color:#333;
    text-align: left;
    margin-bottom:3.75rem;
}

.point_area_top{
    max-width:1166px;
    margin:0 auto;
    background:#fff;
    padding:4rem;
    margin-bottom:4rem;
}

.point_area_top .point_content{
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:40px;
}

.point_area_top .point_content::before{
    position:absolute;
    content: '';
    width: 170.59px;
    height: 157.08px;
    background-image: url('/softdrink/jihanki/installation/vending-machine/img/circle_back.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -30px;
    left: 5%;
    transform: translateX(-50%);
    z-index: 0;
}

.point_area_top .point_content .txt01{
    font-family: 'Roboto Condensed';
    font-size:1.875rem;
    font-weight: bold;
    color:#0468BF;
}

.point_content .txt_box{
    z-index: 10;
}

.point_area_top .point_content .txt_tt{
    font-size:2.5rem;
    font-weight: bold;
    color:#000;
    text-align: left;
    margin-top:0.625rem;
}

.point_area_top .point_content .txt02{
    font-size:1.313rem;
    font-weight: bold;
    color:#000;
    margin:2.188rem 0 2.188rem;
}

.point_area_top .point_content .txt03{
    font-size:1rem;
    margin-bottom:1rem;
}

.point_area_top .line{
    border:2px solid #EAEFF3;
    margin:4.688rem 0 2.688rem;
}

.point_area_top h3{
    font-size:1.5rem;
    font-weight:bold;
    text-align: center;
    margin-bottom:2.313rem;
}

.point_area_bottom{
    display: flex;
    justify-content: center;
    gap:40px;
}

.point_area_bottom .txt_box2 a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(422px, 100%);
    min-height: 56px;
    padding: 4px 15px;
    border: 2px solid #011A5D;
    border-radius: 9999px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    border-color: #011A5D;
    background: #fff;
    color: #011A5D;
    text-decoration: none;
    transition: 0.2s;
    margin-top:2.5rem;
}

.point_area_bottom .txt_box2 a:hover{
    background-color: #0468BF;
    color: #fff;
}

.point_area_bottom .txt_box2 p{
    margin-bottom:16px;
    font-size:16px;
}

.point_area_bottom .column_item.text_area {
    flex: 2;
    width:312px;
    max-width:312px;
    padding: 5.398% 4.677% 10px;
    background: #fff;
    text-align: center;
}

.point_area_bottom .img_box2{
    max-width:592px;
}

.column_2col {
    display: flex;
    gap: 36px;
}

.point_area_bottom .label_text {
    padding: 6px 6px 7px;
    background: #EAEFF3;
    color: #011A5D;
    margin-bottom:8px;
    font-size: 1.125rem;/* 18px */
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.point_area_bottom .column_item.text_area{
    background-color: #EEFAFC;
}
.point_area_bottom .column_item.text_area .logo {
    background:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75px;
}
.point_area_bottom .column_item.text_area .logo img {
    max-width: 100%;
}
.point_area_bottom .contents_text {
    font-size: 1.125rem;/* 18px */
}


@media screen and (max-width: 1163px) {
    .for_corp .heading_type3 .heading_text {
        text-align: center;
        position: static;
        transform: translate(0, 0);
        display: block;
        padding: 1em;
        white-space: nowrap;
    }    
}


@media screen and (max-width: 767px) {
    .heading_type2 + .contents_text {
        margin-top: 18px;
    }

    /* 
    page_heading
    ======================================================================== */
    .page_heading {
        padding: 51px 0 52px;
    }
    .page_heading .heading_text {
        font-size: 1.8125rem;/* 29px */
    }

    /* 
    howto
    ======================================================================== */
    .howto {
        margin-top: 40px;
    }

    /* 
    model
    ======================================================================== */
    .model {
        margin-top: 40px;
    }
    .model .heading_type3 .heading_text{
        font-size: 1.125rem;
    }
    .type_standard .text_area {
        padding-right: 0;
    }
    .type_standard .text_area .heading_type2 {
        padding: 0 7.0667vw;
    }
    .type_standard .text_area .heading_type3 {
        margin-top: 28px;
        padding: 0 7.0667vw;
    }
    .type_standard .text_area .contents_text {
        margin-top: 21px;
        padding: 0 7.0667vw;
        font-size: 0.875rem;/* 14px */
        line-height: 1.5;
    }
    .type_standard .contents_img {
        padding: 0;
    }
    .type_standard .contents_img img {
        width: 244px;
    }
    .type_standard .contents_button {
        margin-top: 32px;
    }
    .column_2col{
        flex-flow:column;
    }
    .model #optionType {
        margin-top: 56px;
        padding: 0 7.0667vw;
    }
    .model #optionType .option_links {
        margin-top: 21px;
        flex-flow:column;
    }
    .model #optionType .heading_type2 .heading_text {
        font-size: 1.5rem;/* 24px */
    }
    .model #optionType .function_block {
        margin-top: 33px;
        padding-top: 0;
    }
    .model #optionType .function_block .column_2col {
        margin-top: 28px;
    }
    .model #optionType .function_block .contents_text {
        margin-top: 21px;
    }
    .model #optionType .function_block .column_2col .column_item + .column_item {
        margin-top: 19px;
    }


    /* 
    for_corp
    ======================================================================== */
    .for_corp {
        margin-top: 50px;
        padding: 13.333vw 5.333vw;
    }
    .for_corp_inner {
        padding: 10.667vw 4vw;
        border-radius: 12px;
    }
    .for_corp .heading_type2 picture img {
        width: 84.098%;
    }    
    .for_corp .column_wrapper {
        margin: 44px 0 0;
    }
    .for_corp .heading_type2 + .column_wrapper {
        margin-top: 53px;
    }
    .for_corp .column_support {
        gap: 0;
    }
    .for_corp .column_item {
        margin-top: 0;
    }
    .for_corp .contents_text + .heading_type3 {
        margin-top: 50px;
    }
    .for_corp .heading_type3 .heading_text {
        text-align: center;
        position: static;
        transform: translate(0, 0);
        display: block;
        padding: 1em 0.5em;
        margin-bottom: 30px;
        white-space: wrap;
        font-size: 1.0625rem;
        line-height: 1.25;
    }
    .for_corp .heading_type3 + .column_2col > .column_item + .column_item {
        margin-top: 28px;
    }
    .for_corp .column_item.text_area {
        display: block;
    }


    /* 
    support
    ======================================================================== */
    .support {
        padding: 40px 0 60px;
        background: #E5FAFF;
    }
    .support .heading_type2 .heading_text {
        font-size: 1.5625rem;/* 25px */
        line-height: 1.6;
    }
    .support .heading_type2 + .contents_text {
        margin-top: 23px;
    }
    .support .contents_text + .heading_type3 {
        margin-top: 60px;
    }
    .support .heading_type3 {
        margin-top: 40px;
        padding: 8px 10px;
    }
    .support .heading_type3 .heading_text {
        font-size: 1.1875rem;/* 19px*/
    }
    .support .heading_type3 + .column_2col {
        margin-top: 28px;
    }
    .support .heading_type3 + .column_2col > .column_item + .column_item {
        margin-top: 20px;
    }
    .support .contents_button {
        margin-top: 40px;
    }
    /* 241031 update*/
    .only_pc{display: none;}
    .only_sp{
        display:block;
    }
    .heading_type4 .heading_text{
        font-size: 1.5rem;
        margin-bottom:1rem;
    }
    .support{
        padding-top:3rem;
    }
    .point_area_top{
       padding:4rem 2rem; 
    }
    .point_area_top .point_content{
        flex-flow:column;
    }
    .point_area_top .point_content::before{
        left: 4.5rem;
        top: -3rem;
    }
    .point_area_top .point_content .txt01{
        font-size: 1.25rem;
    }
    .point_content .img_box{
        width:100%;
    }
    .point_content .img_box img{
        width:100%;
    }
    .point_area_top .line{
        margin: 2.688rem 0;
    }
    .point_area_bottom{
        flex-flow:column;
    }
    .point_area_top h5{
        font-size:4.267vw;
    }
    .column_2col.point {
        gap: 0;
        flex-flow: row;
    }
    .column_2col.point > div{
        max-width:51.5%;
    }
    .column_2col.point > div img{
        width:100%;
        height: 100%;
        object-fit: scale-down;
    }
    .point_area_bottom .column_item{
        flex: 1 1 50%;
        box-sizing: border-box; 
    }
    .column_2col .column_item + .column_item{
        margin-top:0px;
    }
    .point_area_top .point_content .txt_tt{
        font-size: 1.5rem;
    }
    .point_area_bottom .contents_text{
        font-size: 0.75rem;
        letter-spacing: -0.1em;
        padding-top:5%;
    }

    .column_item.text_area {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .point_area_bottom .label_text{
        display: block;
        width: 100%;
        text-decoration: none;
        padding: 4px 0;
        font-size: 0.75rem;
        letter-spacing: -0.1em;
        margin-bottom:0px;
    }
    .point_area_bottom .column_item.text_area .logo{
        width:100%;
        min-height: 38px;
    }
    .point_area_bottom .column_item.text_area .logo img {
        transform: scale(0.7);
    }
    .point_area_bottom .txt_box2 a{
        width: 100%;
    }
    .point_area_bottom .txt_box2 p{
        font-size: 0.875rem;
    }
    .point_area_top .point_content .txt03 {
        font-size: 0.875rem;
    }
    .point_area_bottom .column_item.text_area {
        padding: 3% 3% 10px;
    }
    .point_area_bottom .img_box2 .column_item.img_area picture {
        display: none;
    }
    .point_area_bottom .img_box2 .column_item.img_area {
        padding: 18.125vw 0px;
    }
    #anchor_01 .point_area_bottom .img_box2 .column_item.img_area {
        background: url(/softdrink/jihanki/common/img/img_support_bossmart_sp.webp) no-repeat center center/cover;
    }
    #anchor_02 .point_area_bottom .img_box2 .column_item.img_area {
        background: url(/softdrink/jihanki/common/img/img_support_suntoryplus_sp.webp) no-repeat center center/cover;
    }
    #anchor_03 .point_area_bottom .img_box2 .column_item.img_area {
        background: url(/softdrink/jihanki/common/img/img_support_ogori_sp.webp) no-repeat center center/cover;
    }
    #anchor_04 .point_area_bottom .img_box2 .column_item.img_area {
        background: url(/softdrink/jihanki/common/img/img_support_heatstroke_sp.webp) no-repeat center center/cover;
    }
}

@media screen and (max-width: 480px) {
    .point_area_top{
       padding:3rem 2rem; 
    }
    .point_area_top .point_content::before{
        left: 3rem;
        top: -2rem;
        width: 120px;
        height: 120px;
        background-size: contain;
    }
}

/* point anchor */
.point_anchor {
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
    margin-bottom: 64px;
}

.point_anchor > li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 20%;
    background: url('/softdrink/jihanki/installation/vending-machine/img/circle_back.png') no-repeat center center/contain;
    text-align: center;
}

.point_anchor > li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    width: 100%;
    height: clamp(152px, 20vw, 260px);
}

.point_anchor > li > a::after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(/softdrink/jihanki/common/img/ico_arrow_lblue.svg) no-repeat top center/contain;
    transform: rotate(90deg);
}

.point_anchor > li > a:hover {
    text-decoration: none;
}

.point_anchor > li > a:hover::after {
    transform: rotate(90deg) translateX(5px);
    transition: .3s;
}

.point_anchor > li p.title {
    color: #0468BF;
    font-size: 18px;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    line-height: 1.2;
}

.point_anchor > li p.text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}

@media screen and (max-width: 1105px) {
    .point_anchor {
        gap: 20px;
    }

    .point_anchor > li p.text {
        font-size: 20px;
    }
    .point_anchor > li > a::after {
        width: 22px;
        height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .point_anchor {
        gap: clamp(10px,28vw,20px);
        margin: 0 auto;
        margin-bottom: 3rem;
        max-width: 450px;
    }

    .point_anchor > li {
        flex: 1 1 40%;
    }

    .point_anchor > li > a {
        gap: 0.1rem;
        padding: 0 10px;
        height: clamp(128px, 38vw, 200px);
    }

    .point_anchor > li p.title {
        font-size: 0.75rem;
    }
    
    .point_anchor > li p.text {
        font-size: 1rem;
    }

    .point_anchor > li > a::after {
        width: 0.75rem;
        height: 0.75rem;
    }
}