@charset "UTF-8";

/* font */
.font_montserrat {
    font-family: 'Montserrat', sans-serif;
}
.font_mincho {
    font-family: 'Noto Serif JP', sans-serif;
}
.font_bold {
    font-weight: 700;
}
.font_medium {
    font-weight: 500;
}
html {
    color: #222;
    font-size: 100px;
    font-size: 6.25vw;
    font-weight: 400;
}
@media screen and (min-width: 1600px) {
    html {
        font-size: 100px;
    }
}
@media screen and (min-width: 751px) and (max-width: 1140px) {
    html {
        font-size: 71px;
    }
}
@media screen and (max-width: 750px) {
    html {
        font-size: 100px;
        font-size: 13.33vw;
    }
}

img {
    display: block;
}
.img_width_max {
    width: 100%;
    height: auto;
}
a {
    color: #0042ff;
    text-decoration: none;
}
.sp_only {
    display: none;
}
.pc_only {
    display: block;
}
@media screen and (max-width: 750px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
}

@media screen and (min-width: 751px) {
    .hover_opacity {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    body:not(.tablet) .hover_opacity:hover {
        opacity: 0.7;
    }
}
.is_stop_animation * {
    transition: none !important;
}
.top_anchor_target {
    margin-top: -1px;
    padding-top: 1px;
}
.wrapper {
    min-width: 1140px;
    margin-top: 0.8rem;
}
.contents_wrap {
    background: #f3f3f3 url(../img/default/contents_bg.jpg) repeat center top / 1.2rem auto;
    overflow: hidden;
    padding-bottom: 1.6rem;
}
.contents_inner {
    width: 100%;
    max-width: 1600px;
    box-sizing: border-box;
    padding: 0 1.98rem;
    margin: 0 auto;
}

/* contents_ttl */
.contents_ttl {
    position: relative;
    padding-bottom: 0.06rem;
}
.contents_ttl_ja {
    display: block;
    font-size: 0.3rem;
    font-style: italic;
}
.contents_ttl_en {
    display: inline-block;
    font-size: 1rem;
    font-style: italic;
}
.is_animation_ready .contents_ttl_ja {
    -webkit-transform: translate(0, 0.2rem);
    transform: translate(0, 0.2rem);
}
.is_animation_ready .contents_ttl_en {
    -webkit-transform: translate(0, 0.3rem);
    transform: translate(0, 0.3rem);
}
.is_animation_ready .contents_ttl_ja,
.is_animation_ready .contents_ttl_en {
    opacity: 0;
}
.is_animation_load .is_animated .contents_ttl_ja,
.is_animation_load .is_animated .contents_ttl_en {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 0.6s 1.2s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.6s 1.2s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.contents_ttl_dec_line {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0.04rem;
    -webkit-transition: width 1s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: width 1s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
}
.contents_ttl_dec_line_normal {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #434343;
}
.contents_ttl_dec_line_red {
    position: absolute;
    bottom: 0;
    height: 0.04rem;
    background-color: #f00;
}
.contents_ttl_right {
    text-align: right;
}
.contents_ttl_center {
    text-align: center;
}
.contents_ttl_right .contents_ttl_dec_line_normal {
    left: auto;
    right: 0;
}
@media screen and (max-width: 750px) {
    .wrapper {
        min-width: 100%;
        margin-top: 1.2rem;
    }
    .contents_inner {
        min-width: 100%;
        max-width: 100%;
        padding: 0 0.48rem;
    }
    /* contents_ttl */
    .contents_ttl {
        padding-bottom: 0.16rem;
    }
    .contents_ttl_ja {
        font-size: 0.32rem;
    }
    .contents_ttl_en {
        font-size: 0.96rem;
    }
    .contents_ttl_dec_line {
        height: 0.06rem;
    }
    .contents_ttl_dec_line_red {
        height: 0.06rem;
    }
    .contents_wrap {
        padding-bottom: 1.87rem;
    }
}

/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 20;
}
.header_inner {
    min-width: 1140px;
    background: #fff;
    height: 0.8rem;
    position: relative;
}
.hd_logo {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.16rem;
    margin-left: 0.4rem;
    width: 1.23rem;
}
.hd_logo img {
    width: 100%;
    height: auto;
}
.hd_gnav {
    position: absolute;
    right: 0;
    top: 0;
}
.sp_menu_open_bg {
    display: none;
}
.hd_menulist {
    display: flex;
    width: 5.98rem;
    justify-content: space-between;
}
.hd_menulist > li {
    width: 17%;
}
.hd_menulist a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0.8rem;
    font-size: 0.1rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.hd_menulist > li:not(.hd_menuitem_entry) a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background-color: #e70020;
    transition: width 0.3s;
}
.hd_menulist > li.hd_menuitem_entry {
    width: 1.52rem;
    margin-left: 0.1rem;
}
.hd_menuitem_entry a {
    background: #e70020;
    color: #fff;
    font-size: 0.24rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.btn_entry {
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
}
.btn_entry:before,
.btn_entry:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.btn_entry:before {
    right: -0.25rem;
    border-right: 0.25rem solid transparent;
    border-top: 0.8rem solid #f3f3f3;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.btn_entry:after {
    left: -0.25rem;
    border-left: 0.25rem solid transparent;
    border-bottom: 0.8rem solid #f3f3f3;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.btn_txt {
    position: relative;
    z-index: 2;
}
.hd_menuitem_txt_cover {
    display: inline-block;
    text-align: center;
    margin-top: 0.05rem;
    position: relative;
    z-index: 1;
}
.hd_menuitem_jp_txt {
    display: block;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 1.55;
    color: #010101;
    transition: color 0.3s;
}
.hd_menuitem_en_txt {
    display: block;
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 2.33;
    letter-spacing: 0.05em;
    color: #f00;
    margin-top: -0.05rem;
    transition: color 0.3s;
}
.sp_menu_btn {
    display: none;
}
@media screen and (max-width: 750px) {
    .header_inner {
        min-width: 0px;
        height: 1.2rem;
    }
    .hd_logo {
        margin-top: 0.25rem;
        margin-left: 0.5rem;
        width: 1.85rem;
    }
    .hd_gnav {
        width: 3.65rem;
        height: 100vh;
    }
    .hd_gnav {
        transform: translateY(-1000%);
        opacity: 0;
        transition: transform 0s 0.4s, opacity 0.4s 0s;
    }
    .is_menu_open .hd_gnav {
        transform: translateY(0%);
        opacity: 1;
        transition: transform 0s 0s, opacity 0s 0s;
    }
    .hd_menulist {
        position: relative;
        width: 100%;
        flex-direction: column;
        margin-top: 1.24rem;
        z-index: 12;
    }
    .hd_menulist > li {
        width: 100%;
    }
    .hd_menulist > li {
        opacity: 0;
        transform: translateY(0.2rem);
        transition: 0s 0.4s;
    }
    .is_menu_open .hd_menulist > li {
        opacity: 1;
        transform: translateY(0rem);
        transition: 0.8s 0s;
    }
    .is_menu_open .hd_menulist > li:nth-child(1) {
        transition-delay: 0.4s;
    }
    .is_menu_open .hd_menulist > li:nth-child(2) {
        transition-delay: 0.6s;
    }
    .is_menu_open .hd_menulist > li:nth-child(3) {
        transition-delay: 0.8s;
    }
    .is_menu_open .hd_menulist > li:nth-child(4) {
        transition-delay: 1s;
    }
    .is_menu_open .hd_menulist > li:nth-child(5) {
        transition-delay: 1.2s;
    }
    .hd_menulist a {
        height: 1.1rem;
    }
    .hd_menuitem_txt_cover {
        margin-top: 0;
    }
    .hd_menuitem_jp_txt {
        font-size: 0.32rem;
    }
    .hd_menuitem_en_txt {
        font-size: 0.22rem;
        line-height: 1.3;
    }
    .hd_menulist > li.hd_menuitem_entry {
        width: 100%;
        text-align: center;
        margin-top: 0.28rem;
        padding-right: 0.2rem;
        box-sizing: border-box;
    }
    .hd_menulist > li.hd_menuitem_entry a {
        width: 2.1rem;
        margin: 0 auto;
        height: 0.8rem;
        font-size: 0.3rem;
        letter-spacing: 0.08em;
    }
    .hd_gnav:before {
        content: '';
        display: block;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
        transform: translateX(100%);
        transition: 0s 0.4s transform;
        z-index: 11;
    }
    .is_menu_open .hd_gnav:before {
        transform: translateY(0%);
        transition: 0.4s 0s transform;
    }
    .is_menu_open .sp_menu_open_bg {
        display: block;
        background: transparent;
        position: absolute;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        z-index: 10;
    }
    .sp_menu_btn {
        display: block;
        width: 1.3rem;
        padding-top: 1.2rem;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
    }
    .sp_menu_btn_list > li {
        position: absolute;
        left: 40%;
        width: 22%;
        border-top: 1px solid;
        border-radius: 9999px;
        transition: transform 0.2s 0s, width 0.2s 0s, top 0.2s 0.2s;
    }
    .sp_menu_btn_list > li:nth-child(1) {
        top: 41%;
        border-top-color: #dd2b00;
        z-index: 1;
    }
    .sp_menu_btn_list > li:nth-child(2) {
        top: 57%;
        border-top-color: #000;
    }

    .is_menu_open .sp_menu_btn_list > li {
        left: 41%;
        width: 25%;
        top: 46%;
        transition: transform 0.2s 0.2s, width 0.2s 0.2s, top 0.2s 0s;
    }
    .is_menu_open .sp_menu_btn_list > li:nth-child(1) {
        transform: rotate(-45deg);
    }
    .is_menu_open .sp_menu_btn_list > li:nth-child(2) {
        transform: rotate(45deg);
    }
}

/* footer */
.footer {
    text-align: center;
    background-color: #434343;
    padding: 0 0 0.18rem;
}
.ft_sitemap {
    text-align: left;
    font-size: 0.15rem;
    position: relative;
}
.ft_sitemap_btn {
    /*button*/
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: #434343;
    color: #fff;
    height: 0.45rem;
    top: -0.45rem;
    position: absolute;
    left: 50%;
    font-weight: 500;
    text-align: left;
    width: 2.4rem;
    padding: 0.09rem 0.16rem 0.12rem;
    margin-left: -1.2rem;
    cursor: pointer;
    font-size: 0.16rem;
    outline: none;
}
.ft_sitemap_btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.2rem;
    right: 0.15rem;
    width: 0.12rem;
    border-top: 1px solid #fff;
}
.is_close .ft_sitemap_btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0.15rem;
    right: 0.205rem;
    height: 0.12rem;
    border-left: 1px solid #fff;
}
.is_close .ft_sitemap_inner {
    display: none;
}
.ft_sitemap_colwrap {
    display: flex;
    padding: 0.62rem 0 0.64rem;
    border-bottom: 1px solid #fff;
}
.ft_sitemap_col + .ft_sitemap_col {
    margin-left: 0.3rem;
}
.ft_sitemap_head {
    font-weight: 500;
}
.ft_sitemap_childlist_set {
    display: flex;
}
.ft_sitemap_childlist_set .ft_sitemap_childlist + .ft_sitemap_childlist {
    padding-left: 0.4rem;
}
.ft_sitemap_childlist {
    margin-top: 0.32rem;
    padding-left: 0.04rem;
}
.ft_sitemap_childlist > li + li {
    margin-top: 0.12rem;
}
.ft_sitemap_childlist > li {
    padding-left: 1em;
    text-indent: -1em;
}
.footer a,
.ft_sitemap_childlist > li {
    color: #fff;
}
.footer_logo {
    display: block;
    width: 1.77rem;
    padding-top: 0.64rem;
    margin: auto;
}
.ft_policy {
    font-size: 0.16rem;
    margin-top: 0.66rem;
}
.ft_management {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy {
    color: #fff;
    font-size: 0.12rem;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
    .footer {
        padding: 0 0 0.58rem;
    }
    .ft_sitemap_btn {
        width: 3.2rem;
        padding: 0.16rem 0.24rem 0.2rem;
        margin-left: -1.6rem;
        font-size: 0.22rem;
        height: 0.7rem;
        top: -0.7rem;
    }
    .ft_sitemap_btn:before {
        top: 0.32rem;
        right: 0.25rem;
        width: 0.18rem;
    }
    .is_close .ft_sitemap_btn:after {
        top: 0.24rem;
        right: 0.325rem;
        height: 0.18rem;
    }
    .ft_sitemap {
        font-size: 0.24rem;
    }
    .ft_sitemap_colwrap {
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0.8rem 0 0.8rem;
    }
    .ft_sitemap_col {
        position: relative;
        width: 49%;
    }
    .ft_sitemap_col_business {
        width: 100%;
    }
    .ft_sitemap_col + .ft_sitemap_col {
        margin-left: 0;
    }
    .ft_sitemap_col:nth-child(even) {
        left: 0.24rem;
    }
    .ft_sitemap_childlist {
        margin-top: 0.28rem;
        padding-left: 0.06rem;
    }
    .ft_sitemap_childlist > li + li {
        margin-top: 0.24rem;
    }
    .ft_sitemap_col + .ft_sitemap_col + .ft_sitemap_col {
        margin-top: 0.6rem;
    }
    .ft_sitemap_childlist_set {
        flex-direction: column;
    }
    .ft_sitemap_childlist_set .ft_sitemap_childlist + .ft_sitemap_childlist {
        padding-left: 0.06rem;
        margin-top: 0.24rem;
    }
    .footer_logo {
        width: 2.56rem;
        padding-top: 0.8rem;
    }
    .ft_policy {
        font-size: 0.24rem;
        margin-top: 0.8rem;
    }
    .ft_management {
        font-size: 0.24rem;
        margin-top: 0.2rem;
    }
    .copy {
        font-size: 0.2rem;
        margin-top: 0.33rem;
        letter-spacing: 0.01em;
    }
}
/* hover */
@media screen and (min-width: 751px) {
    body:not(.tablet) .hover_opacity:hover {
        opacity: 0.7;
    }
    body:not(.tablet) .btn_entry:hover {
        color: #f00;
    }
    body:not(.tablet) .btn_entry:hover:before {
        -webkit-transform: translateX(-42%);
        transform: translateX(-42%);
    }
    body:not(.tablet) .btn_entry:hover:after {
        -webkit-transform: translateX(42%);
        transform: translateX(42%);
    }
    body:not(.tablet) .hd_menulist > li:not(.hd_menuitem_entry) a:hover:before {
        width: 100%;
        left: 0;
        right: auto;
    }
    body:not(.tablet) .hd_menulist a:hover .hd_menuitem_jp_txt,
    body:not(.tablet) .hd_menulist a:hover .hd_menuitem_en_txt {
        color: #fff;
    }
    body:not(.tablet) .footer a:hover {
        text-decoration: underline;
    }
}

/* main_ttl */
.main_ttl {
    padding: 0.6rem 0 0.5rem;
    text-align: center;
    color: #fff;
    background-color: #c21a00;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 199, 0, 1), rgba(223, 29, 0, 1), rgba(255, 86, 0, 1), rgba(255, 174, 0, 1));
    background-image: linear-gradient(135deg, rgba(255, 199, 0, 1), rgba(223, 29, 0, 1), rgba(255, 86, 0, 1), rgba(255, 174, 0, 1));
    background-size: 400% 400%;
    background-position: 15% 0%;
    -webkit-animation: bgAnimation 15s ease infinite;
    animation: bgAnimation 15s ease infinite;
}
.main_ttl_jp {
    display: block;
    font-size: 0.48rem;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}
.main_ttl_en {
    display: block;
    font-size: 0.16rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-top: 0.08rem;
}
@-webkit-keyframes bgAnimation {
    0% {
        background-position: 15% 0%;
    }
    50% {
        background-position: 56% 100%;
    }
    100% {
        background-position: 15% 0%;
    }
}
@keyframes bgAnimation {
    0% {
        background-position: 15% 0%;
    }
    50% {
        background-position: 56% 100%;
    }
    100% {
        background-position: 15% 0%;
    }
}
@media screen and (max-width: 750px) {
    .main_ttl {
        padding: 0.4em 0;
    }
    .main_ttl_jp {
        font-size: 0.72rem;
    }
    .main_ttl_en {
        font-size: 0.24rem;
        margin-top: 0.08rem;
    }
}

/* pankuzu */
.pankuzu {
    background-color: #fff;
    padding: 0.3rem 0;
}
.pankuzu_list {
    text-align: left;
    font-size: 0;
}
.pankuzu_list > li {
    display: inline-block;
    font-size: 0.12rem;
    letter-spacing: 0.05em;
}
.pankuzu_list > li + li {
    margin-left: 0.25rem;
}
.pankuzu_list > li + li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25rem;
    width: 0.01rem;
    height: 0.15rem;
    background: #757575;
    transform: rotate(25deg);
}
.pankuzu_list,
.pankuzu_list > li a {
    color: #757575;
}
@media screen and (max-width: 750px) {
    .pankuzu_list > li {
        font-size: 0.18rem;
    }
    .pankuzu_list > li + li:before {
        height: 0.2rem;
        width: 0.02rem;
    }
}
@media screen and (min-width: 751px) {
    body:not(.tablet) .pankuzu_list > li a:hover {
        text-decoration: underline;
    }
}

/* anchor_list */
.anchor_list {
    display: flex;
    background-color: #f3f3f3;
}
.anchor_listitem {
    text-align: center;
    position: relative;
}
.anchor_listitem + .anchor_listitem:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.2rem;
    left: 0;
    width: 0.01rem;
    height: 0.4rem;
    background-color: #cccccc;
}
.anchor_list_link {
    font-size: 0.18rem;
    letter-spacing: 0.1em;
    padding: 0.3rem 0;
    display: block;
    color: #000;
}
.anchor_list_link_in {
    position: relative;
    display: inline-block;
}
.anchor_list_link_in:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.13rem;
    height: 0.13rem;
    border-top: 0.04rem solid #ff0000;
    border-right: 0.04rem solid #ff0000;
    transform: rotate(135deg);
}
@media screen and (min-width: 751px) {
    .anchor_list_link:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: scaleX(0);
        transform-origin: 100% 0;
        background-color: #e70020;
        transition: transform 0.4s;
    }
    body:not(.tablet) .anchor_list_link:hover:before {
        transform: scaleX(1);
        transform-origin: 0 0;
    }
    .anchor_list_link {
        transition: color 0.4s;
    }
    body:not(.tablet) .anchor_list_link:hover {
        color: #fff;
    }
    .anchor_list_link_in:before {
        transition: border-color 0.4s;
    }
    body:not(.tablet) .anchor_list_link:hover .anchor_list_link_in:before {
        border-color: #fff;
    }
}
@media screen and (max-width: 750px) {
    .anchor_list_link {
        font-size: 0.2rem;
    }
    .anchor_list_link_in {
        padding-left: 0;
        padding-bottom: 0.3rem;
    }
    .anchor_list_link_in:before {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
}

/* animation */
.is_animation_ready .main_ttl_jp,
.is_animation_ready .main_ttl_en {
    opacity: 0;
}
.is_animation_load .is_animated .main_ttl_jp,
.is_animation_load .is_animated .main_ttl_en {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}
