@charset "utf-8";

#main {
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    width: auto;
    margin: 10px auto;
}

#main .sp,
.popup-wrap .sp {
    display: none;
}

#main h2,
#main h3,
#main h4 {
    white-space: nowrap;
    width: auto;
    height: auto;
    text-shadow: none;
    line-height: 1.5;
    color: #333;
}

#main p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

#main .link a {
    text-decoration: none;
    transition: all .3s;
    color: #333;
}












/* #mv */

#main #mv {
    width: 100%;
    min-width: 1100px;
    height: 668px;
    background-size: cover;
    text-align: center;
}

#main #mv h2 {
    padding: 40px 0 0;
    text-align: center;
    background: url(../images/mv_title.png) center top no-repeat;
    height: 380px;
}
#main #mv h2 span.ttl {
    display: block;
    color: #1a82b3;
    font-size: 130px;
    font-weight: bold;
    line-height: 1;
    text-shadow: rgb(255, 255, 255) 4px 4px 0px, rgb(255, 255, 255) -4px 4px 0px, rgb(255, 255, 255) 4px -4px 0px, rgb(255, 255, 255) -4px -4px 0px, rgb(255, 255, 255) -4px 0px 0px, rgb(255, 255, 255) 0px 4px 0px;
}
#main #mv h2 span.mid_ttl {
    display: block;
    color: #1a82b3;
    font-size: 85px;
    font-weight: bold;
    line-height: 1.1;
    text-shadow: rgb(255, 255, 255) 4px 4px 0px, rgb(255, 255, 255) -4px 4px 0px, rgb(255, 255, 255) 4px -4px 0px, rgb(255, 255, 255) -4px -4px 0px, rgb(255, 255, 255) -4px 0px 0px, rgb(255, 255, 255) 0px 4px 0px;
}
#main #mv h2 span.sub_ttl {
    display: block;
    padding: 5px 0 20px;
    color: #ffea00;
    font-weight: bold;
    font-size: 32px;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 8px, rgba(0, 0, 0, 0.5) -1px 1px 8px,
    rgba(0, 0, 0, 0.5) 1px -1px 8px, rgba(0, 0, 0, 0.5) -1px -1px 8px;
}

#main #mv p.read01 {
    color: #fff;
    line-height: 1.5;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 8px, rgba(0, 0, 0, 0.5) -1px 1px 8px,
    rgba(0, 0, 0, 0.5) 1px -1px 8px, rgba(0, 0, 0, 0.5) -1px -1px 8px;
    font-size: 24px;
    margin-bottom: 10px;
}

#main #mv p.read02 {
    color: #fff;
    line-height: 1.5;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 8px, rgba(0, 0, 0, 0.5) -1px 1px 8px,
    rgba(0, 0, 0, 0.5) 1px -1px 8px, rgba(0, 0, 0, 0.5) -1px -1px 8px;
    font-size: 16px;
    margin-bottom: 35px;
}

#main #mv .link {
    width: 400px;
    margin: 0 auto;
}

#main #mv .link p a {
    display: block;
    width: 100%;
    padding: 15px 0 13px;
    line-height: 1.1;
    border: 2px solid #fff;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 20px;
    position: relative;
}

#main #mv .link p a:after {
    content: "";
    display: block;
    width: 22px;
    height: 14px;
    position: absolute;
    top: 42%;
    right: 15px;
    margin-top: -3px;
    background: url(../images/icon_arrow01.png) no-repeat center center;
}

#main #mv .link p a:hover {
    background: rgba(27, 130, 179, 0.5);
}












/* strong */

#main #strong {
    background: #ffd400;
}

#main #strong .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 70px 0 60px;
}

#main #strong h3 {
    background-image: url(../images/title_bg01_pc.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    text-align: center;
    padding: 75px 0 35px;
    font-size: 28px;
    font-weight: bold;
}

#main #strong .point {
    width: 1100px;
}

#main #strong .point ul {
    width: 1102px;
    margin: 0 -2px 0 0;
}

#main #strong .point ul li {
    background: #fff;
    width: 273px;
    float: left;
    display: block;
    margin-right: 2px;
    padding: 35px 0 30px;
}

#main #strong div.note {
    text-align: center;
    padding: 0 20px 0;
    background-position: left 25px top 0;
    background-repeat: no-repeat;
    min-height: 214px;
}

#main #strong li.li01 .note {
    background-image: url(../images/bg_point01_pc.gif);
}

#main #strong li.li02 .note {
    background-image: url(../images/bg_point02_pc.gif);
}

#main #strong li.li03 .note {
    background-image: url(../images/bg_point03_pc.gif);
}

#main #strong li.li04 .note {
    background-image: url(../images/bg_point04_pc.gif);
}


#main #strong .point ul li h4 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    padding: 5px 0 10px;
}

#main #strong .point ul li p.text {}

#main #strong .point ul li p.link {
    padding: 0;
    margin: 0 17px;
}

#main #strong .point ul li p.link a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0 13px;
    border: 2px solid #ffd400;
    border-radius: 30px;
    font-weight: bold;
}

#main #strong .point ul li p.link a:hover {
    background: #ffe770;
    letter-spacing: 2px;
}
#main #strong .point ul li.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}










/* 海外支店リスト */

#main #network .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 70px 0 60px;
}

#main #network h3 {
    background-image: url(../images/title_bg02_pc.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    text-align: center;
    padding: 75px 0 0;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: -5px;
}

#main #network h4 {
    width: 1098px;
    background: #a3c8d9;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    padding: 18px 0 15px;
    text-indent: 16px;
    margin-top: 40px;
}

#main #network .region {
    width: 1096px;
}

#main #network .region ul {
    border-left: 2px solid #ccc;
    width: 1098px;
    margin: 0 -2px 0 0;
}

#main #network .region ul li {
    float: left;
    display: block;
    width: 272px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

#main #network .region ul li a {
    text-decoration: none;
    padding: 25px 16px 23px;
    display: block;
    width: auto;
    font-size: 18px;
    position: relative;
}

#main #network .region ul li a:after {
    content: "";
    display: block;
    width: 14px;
    height: 22px;
    position: absolute;
    top: 38%;
    right: 10px;
    margin-top: -3px;
    background: url(../images/icon_arrow02.png) no-repeat center center;
    background-size: 10px 15px;
}

#main #network .region ul li.pop a:after {
    background: none;
}

#main #network .region ul li a:hover {
    background: #ffe770;
    transition: all .3s;
}


/*
    ポップアップウィンドウ
    香港・カンボジア・ラオスなど
*/

.popup-wrap {
    position: relative;
    background: url(../images/bg_pop.png) no-repeat center top;
    padding: 0;
    width: 550px;
    height: auto;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

.popup-wrap h5 {
    text-align: center;
    padding: 20px 0 15px;
    background: url(../images/bg_spot.png) no-repeat center 95px;
}


}
.popup-wrap h5 img {}
.popup-wrap h5 span {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #ff9500;
    margin-top: 55px;
}
.popup-wrap p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin: 0 50px;
}
.popup-wrap .link {
    margin: 20px 27px 0;
    padding-bottom: 40px;
}
.popup-wrap .link ul {
    width: 512px;
    margin-right: -24px;
}
.popup-wrap .link ul li {
    float: left;
    width: 228px;
    margin: 0 24px 20px 0;
}
.popup-wrap .link ul li a {
    font-size: 16px;
    text-decoration: none;
    border: 2px solid #a3c8d9;
    border-radius: 30px;
    color: #333;
    width: 224px;
    padding: 20px 0 18px;
    display: block;
    text-align: center;
    transition: all .3s;
}
.popup-wrap .link ul li a:hover {
    opacity: 0.7;
}
.popup-wrap .link ul li.more {
    width: 300px;
    margin: 0;
}
.popup-wrap .link ul li.more a {
    font-size: 16px;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    color: #fff;
    width: 300px;
    padding: 20px 0 18px;
    margin-left: 100px;
    display: block;
    text-align: center;
    background: #538ca6;
}

.popup-wrap div.close {
    position: relative;
    margin: 0;
}
.popup-wrap div.close p {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 30px;
    width: 167px;
    margin: 0 auto;
}
.popup-wrap div.close p span.mfp-close {
    right: auto;
    top: auto;
    height: auto;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 7px 0 6px;
    text-indent: 28px;
    text-align: center;
    color: #fff;
    width: 163px;
    display: block;
    text-decoration: none;
    background: url(../images/icon_close.png) no-repeat 44px 10px;
    font-size: 16px;
    line-height: 1.5;
    opacity: 1;
    transition: all .3s;
}
.popup-wrap div.close p span.mfp-close:hover {
    opacity: 0.7;
}

#pin-map {
    width: 100%;
    height: 560px;
}
#pin-map a {
    /*font-weight: bold;*/
    color: #333;
}





/*----------------------SP-----------------------*/
@media screen and (max-width: 768px) {


    #main {
        width: auto;
        margin: 0 auto;
    }

    #main .pc,
    .popup-wrap .pc {
        display: none;
    }

    #main .sp,
    .popup-wrap .sp {
        display: block;
    }
    /* #mv */

    #main #mv {
        width: 100%;
        min-width: auto;
        height: 445px;
        background-size: cover;
        text-align: center;
    }

    #main #mv h2 {
        width: 100%;
        padding: 25px 0 0;
        text-align: center;
        background-size: 225px;
        height: auto;
    }

    #main #mv h2 img {
        width: 224px;
        height: auto;
    }

    #main #mv h2 span.ttl {
        font-size: 65px;
        text-shadow: rgb(255, 255, 255) 4px 4px 0px, rgb(255, 255, 255) -4px 4px 0px, rgb(255, 255, 255) 4px -4px 0px, rgb(255, 255, 255) -4px -4px 0px, rgb(255, 255, 255) -4px 0px 0px, rgb(255, 255, 255) 0px 4px 0px;
    }
    #main #mv h2 span.mid_ttl {
        font-size: 40px;
        text-shadow: rgb(255, 255, 255) 3px 3px 0px, rgb(255, 255, 255) -3px 3px 0px, rgb(255, 255, 255) 3px -3px 0px, rgb(255, 255, 255) -3px -3px 0px, rgb(255, 255, 255) -3px 0px 0px, rgb(255, 255, 255) 0px 3px 0px;
    }
    
    #main #mv h2 span.sub_ttl {
        padding: 25px 0 20px;
        font-size: 18px;
        line-height: 1.16;
    }

    #main #mv p.read01 {
        line-height: 1.5;
        font-size: 16px;
        margin-bottom: 7px;
    }

    #main #mv p.read02 {
        line-height: 1.5;
        font-size: 13px;
        margin-bottom: 15px;
        padding: 0 15px;
    }

    #main #mv .link {
        width: 260px;
        margin: 0 auto;
    }

    #main #mv .link p a {
        width: 100%;
        font-size: 15px;
    }

    #main #mv .link p a:after {
        top: 40%;
        background-size: 80%;
    }
    /* strong */

    #main #strong {
        background: #ffd400;
    }

    #main #strong .inner {
        width: auto;
        margin: 0;
        padding: 35px 0 0;
    }

    #main #strong h3 {
        background-image: url(../images/title_bg01_sp.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 264px 85px;
        text-align: center;
        padding: 26px 0 58px;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid #fff;
    }

    #main #strong .point {
        width: auto;
    }

    #main #strong .point ul {
        width: auto;
        margin: 0;
    }

    #main #strong .point ul li {
        background-color: #ffd400;
        width: auto;
        float: none;
        display: block;
        margin-right: 0;
        padding: 40px 0 30px;
        border-bottom: 1px solid #fff;
        background-position: center top 24px;
        background-repeat: no-repeat;
        background-size: 150px 105px;
    }

    #main #strong ul li.li01 {
        background-image: url(../images/bg_point01_sp.png);
        background-color: #ffe770;
    }

    #main #strong ul li.li02 {
        background-image: url(../images/bg_point02_sp.png);
    }

    #main #strong ul li.li03 {
        background-image: url(../images/bg_point03_sp.png);
        background-color: #ffe770;
    }

    #main #strong ul li.li04 {
        background-image: url(../images/bg_point04_sp.png);
        border-bottom: none;
    }

    #wrapper #main #strong ul li div.note {
        background-image: none;
        text-align: center;
        padding: 0;
        min-height: auto;
    }


    #main #strong .point ul li h4 {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.33;
        padding: 5px 0 10px;
    }

    #main #strong .point ul li p.text {
        font-size: 13px;
        padding: 0 15px 10px;
    }

    #main #strong .point ul li p.link {
        padding: 0;
        margin: 0 auto;
        width: 80%;
    }

    #main #strong .point ul li p.link a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 15px 0 13px;
        border: none;
        border-radius: 30px;
        font-weight: bold;
        background-color: #fff;
        color: #333;
        font-size: 14px;
    }

    #main #strong .point ul li p.link a:hover {
        background: #fff;
    }


    /* #map　※スマホ非表示 */

    #pin-map {
        display: none;
    }

    /* 海外支店リスト */

    #main #network {
        margin-bottom: 20px;
    }

    #main #network .inner {
        width: auto;
        margin: 0 auto;
        padding: 25px 0 0;
    }

    #main #network h3 {
        background-image: url(../images/title_bg02_sp.png);
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: 272px 30px;
        text-align: center;
        padding: 35px 0 17px;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0;
    }
    /* SPのみ ページ内リンクリスト */

    #main #network .link_list {
        width: 100%;
        margin: 0 auto 17px;
    }

    #main #network .link_list ul {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #main #network .link_list ul li {
        width: 32%;
        height: 44px;
        margin: 0 0 5px;
    }

    #main #network .link_list ul li a {
        background: #538ca6;
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    #main #network .link_list ul li a:after {
        content: "";
        display: block;
        width: 15px;
        height: 10px;
        position: absolute;
        top: 42%;
        right: 5px;
        margin-top: -3px;
        background: url(../images/icon_arrow01.png) no-repeat center center;
        background-size: 15px 10px;
    }

    #main #network .link_list ul li a span {
        color: #fff;
        font-weight: bold;
        font-size: 13px;
        line-height: 44px;
        display: block;
        padding: 0 8px;
    }

    #main #network .link_list ul li.europe a span {
        line-height: 1.3;
        padding-top: 6px;
    }

    #main #network h4 {
        width: auto;
        font-size: 14px;
        border-bottom: 1px solid #ccc;
        padding: 4px 0 2px;
        text-indent: 10px;
        margin-top: 0;
    }

    #main #network .region {
        width: auto;
    }

    #main #network .region ul {
        border-left: none;
        width: auto;
        margin: 0;
    }

    #main #network .region ul li {
        float: none;
        display: block;
        width: auto;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    #main #network .region ul li a {
        text-decoration: none;
        padding: 12px 10px 10px;
        display: block;
        width: auto;
        font-size: 14px;
        font-weight: bold;
        position: relative;
    }

    #main #network .region ul li a:after {
        content: "";
        display: block;
        width: 10px;
        height: 15px;
        position: absolute;
        top: 42%;
        right: 10px;
        margin-top: -3px;
        background: url(../images/icon_arrow02.png) no-repeat center center;
        background-size: 10px 15px;
    }

/*
    ポップアップウィンドウ
    香港・カンボジア・ラオスなど
*/

.popup-wrap {
    position: relative;
    background: url(../images/bg_pop.png) no-repeat center top;
    background-size: 290px auto;
    padding: 0;
    width: 290px;
    height: auto;
    margin: 0 auto;
}

.popup-wrap h5 {
    padding: 7px 0 10px;
    background: url(../images/bg_spot.png) no-repeat center 52px;
    background-size: auto 22px;

}
.popup-wrap h5 img {
    width: auto;
    height: 46px;
}
.popup-wrap h5 span {
    font-size: 18px;
    margin-top: 35px;
}
.popup-wrap p {
    font-size: 13px;
    margin: 0 20px;
}
.popup-wrap .link {
    margin: 10px 20px 0;
    padding-bottom: 15px;
}
.popup-wrap .link ul {
    width: 262px;
    margin-right: -10px;
}
.popup-wrap .link ul li {
    float: left;
    width: 121px;
    margin: 0 10px 12px 0;
}
.popup-wrap .link ul li a {
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #a3c8d9;
    border-radius: 30px;
    color: #333;
    width: 100%;
    padding: 15px 0 13px;
    display: block;
    text-align: center;
    transition: all .3s;
}
.popup-wrap .link ul li a:hover {
    opacity: 0.7;
}
.popup-wrap .link ul li.more {
    width: 252px;
    margin: 0;
}
.popup-wrap .link ul li.more a {
    font-size: 13px;
    border-radius: 5px;
    width: 252px;
    padding: 15px 0 13px;
    margin: 0;
}

.popup-wrap div.close {
    position: relative;
    margin: 0;
}
.popup-wrap div.close p {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 15px;
    width: 82px;
    margin: 0 auto;
}
.popup-wrap div.close p span.mfp-close {
    right: auto;
    top: auto;
    height: auto;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 7px 0 6px;
    text-indent: 17px;
    text-align: center;
    color: #fff;
    width: 80px;
    display: block;
    text-decoration: none;
    background: url(../images/icon_close.png) no-repeat 10px 9px;
    background-size: 13px 13px;
    font-size: 13px;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
    opacity: 1;
    transition: all .3s;
}
.popup-wrap div.close p span.mfp-close:hover {
    opacity: 0.7;
}






}













/*----------------------topへ戻る----------------------*/
#return_top {
    text-align: center;
    margin: 10px;
}

#return_top a {
    background: url("https://image.stworld.jp/images/common/tri01.gif") no-repeat scroll left 5px rgba(0, 0, 0, 0);
    line-height: 1em;
    padding-left: 10px;
}