@charset "UTF-8";


html{
    font-size: 625%;
}
body {
    position: relative;
    width: 100%;
    color: #111;
    text-align: left;
    font-size: .16em;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
    line-height: 1.5;
    overscroll-behavior: none;
}

.sans-serif {
    font-family: 'Oswald', sans-serif;
}
.serif {
    font-family: Times New Roman, Georgia, serif;
}
.mincho {
    font-family:"Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
}

figure {
    display: block;
    margin: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.is-pc {
    display: block !important;
}
.tab-over {
    display: block !important;
}
.tab-only {
    display: none !important;
}
.is-sp {
    display: none !important;
}

.is-hide {
    display: none;
}
sup {
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: 0;
}
sub {
    font-size: 80%;
    vertical-align: bottom;
    position: relative;
    bottom: -0.3em;
}

@media only screen and (max-width: 1024px) {
    .is-pc.no-tab {
        display: none !important;
    }
    .tab-over {
        display: block !important;
    }
    .tab-only {
        display: block !important;
    }
}

@media only screen and (max-width: 750px) {
    .is-pc {
        display: none !important;
    }
    .tab-over {
        display: none !important;
    }
    .tab-only {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
    sup {
        font-size: 60%;
        vertical-align: top;
        position: relative;
        top: 0;
    }
    sub {
        font-size: 60%;
        vertical-align: bottom;
        position: relative;
        bottom: 0;
    }
}



/* ===================== */
/* body
/* ===================== */
body {
    background-size: auto;
}
body.preload {
    background: #fff url(loading.gif) no-repeat calc(50vw - 20px) calc(50vh - 20px);
    background-size: 40px 40px;
    overflow: hidden;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@media only screen and (max-width: 750px) {
}

/* ===================== */
/* body
/* ===================== */


/* ================================================= */
/* header */
/* ================================================= */

.social_buttons {
    width: 980px;
    margin: 0px auto;
    padding: 10px 0;
    text-align: right;
}
.social_buttons li {
    float: none;
    display: inline-block !important;
}

/* ================================================= */
/* footer */
/* ================================================= */
.localFooter {
    background:#fff;
    padding-top:20px !important;
    line-height: 150%;
}

#bpGlobalFooter {
    background:#fff;
    padding-top:10px;
    padding-bottom: 30px !important;
}

/* ===================== */
/* wrapper
/* ===================== */

#tu_footer {
    background: url(bg.gif) center top repeat-y;
    background-size: 1200px auto;
    width: 100%;
    min-width: 1200px;
}
#tu_footer .slowdrink {
    width: 500px;
    margin: 0 auto 80px;
}
#tu_footer .slowdrink_small {
    width: 260px;
    margin: 0 auto 40px;
}
#tu_footer .contact_link {
    border: #e60021 solid 1px;
    width: 600px;
    margin: 0 auto 40px;
}
#tu_footer .contact_link .kirinlogo {
    padding: 20px;
}
#tu_footer .contact_link .kirinlogo a {
    display: block;
    width: 400px;
    margin: 0 auto;
}
#tu_footer .contact_link .btn {
    width: 100%;
}
#tu_footer .contact_link .btn a {
    background-color: #e60021;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: relative;
    transition: background-color ease .3s;
}
#tu_footer .contact_link .btn a:hover {
    background-color: #f70c0c;
}
#tu_footer .contact_link .btn a::before {
    content: "";
    display: block;
    background: url(icon_arrow_white.svg) center center no-repeat;
    background-size: 40px auto;
    width: 40px;
    height: 8px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-6px);
    transition: right ease .3s;
}
#tu_footer .contact_link .btn a:hover::before {
    right: 20px;
}

#tu_footer .tu_portal_link {
    width: 100%;
    margin: 0 auto;
}
#tu_footer .tu_portal_link .ttl {
    display: block;
}
#tu_footer .tu_portal_link .ttl h3 {
    background-color: #e60021;
    display: block;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    text-align: center;
}
#tu_footer .tu_portal_link .ttl h3 img {
    width: 340px;
}
#tu_footer .tu_portal_link .ttl p {
    background-color: #252525;
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
}
#tu_footer .tu_portal_link .link_block_wrap {
    background-color: #f4f4f4;
    width: 100%;
    padding: 20px;
}
#tu_footer .tu_portal_link .link_block_wrap .link_block {
    width: 1020px;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#tu_footer .tu_portal_link .link_block_wrap .link_block .link_item {
    width: 500px;
    margin: 0 5px;
}
#tu_footer .tu_portal_link .link_block_wrap .link_block .link_item a {
    background-color: #252525;
    border: #252525 solid 1px;
    display: flex;
    align-items: center;
    position: relative;
    transition: all ease .3s;
}
#tu_footer .tu_portal_link .link_block_wrap .link_block .link_item a:hover {
    background-color: #333333;
    border: #333333 solid 1px;
}
#tu_footer .tu_portal_link .link_block_wrap .link_block .link_item a::before {
    content: "";
    display: block;
    background: url(icon_arrow_white.svg) center center no-repeat;
    background-size: 40px auto;
    width: 40px;
    height: 8px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    transition: right ease .3s;
}
#tu_footer .tu_portal_link .link_block_wrap .link_block .link_item a:hover::before {
    right: 10px;
}
#tu_footer .tu_portal_link .link_block_wrap .link_block .link_item a figure {
    width: 50%;
}
#tu_footer .tu_portal_link .link_block_wrap .link_block .link_item a figure img {
    width: 100%;
}
#tu_footer .tu_portal_link .link_block_wrap .link_block .link_item a span {
    display: block;
    width: 50%;
    padding: 13px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}
#tu_footer .tu_portal_link .btn {
    width: 240px;
    margin: 0 auto;
}
#tu_footer .tu_portal_link .btn a {
    background-color: #ffffff;
    border: #252525 solid 1px;
    display: block;
    width: 100%;
    padding: .8em;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #252525;
    position: relative;
    transition: all ease .3s;
}
#tu_footer .tu_portal_link .btn a:hover {
    background-color: #252525;
    color: #fff;
}
#tu_footer .tu_portal_link .btn a::before {
    content: "";
    display: block;
    background: url(icon_arrow_back.svg) center center no-repeat;
    background-size: 14px auto;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: right ease .3s;
}
#tu_footer .tu_portal_link .btn a:hover::before {
    background: url(icon_arrow_back_white.svg) center center no-repeat;
    background-size: 14px auto;
}

#tu_notice {
    width: 540px;
    margin: 0 auto;
    padding: 40px 0;
}

#tu_wrap {
    background: url(bg.gif) center top repeat-y;
    background-size: 1200px auto;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    opacity: 1;
    transition: all ease .5s;
    text-align: justify;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

body.preload #tu_wrap {
    width: 100%;
    opacity: 0;
}


#tu_wrap > .tu_float_bnr_sp {
    display: none;
}


#tu_wrap > .tu_float_bnr_pc {
    background-color: #f3f3f3;
    width: 225px;
    padding: 3px 0 3px 3px;
    position: fixed;
    right: -225px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    transition: all ease .5s;
}
#tu_wrap > .tu_float_bnr_pc.active {
    right: -1px;
    z-index: 10001;
}
#tu_wrap > .tu_float_bnr_pc a {
    transition: opacity ease .3s;
}
#tu_wrap > .tu_float_bnr_pc a:hover {
    opacity: .8;
}
#tu_wrap > .tu_float_bnr_pc figure {
    width: 220px;
    margin: 0;
    padding: 0;
}

#tu_wrap > .tu_kv_wrapper {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
#tu_wrap > .tu_kv_wrapper > .tu_kv {
    margin: 0 auto;
    position: relative;
}
#tu_wrap > .tu_kv_wrapper > .tu_kv img {
    width: 100%;
}
#tu_wrap > .tu_kv_wrapper > .tu_kv .slide1,
#tu_wrap > .tu_kv_wrapper > .tu_kv .slide2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}
#tu_wrap > .tu_kv_wrapper > .tu_kv .kv {
    width: 100%;
    position: relative;
    z-index: 2;
    opacity: 0;
}
#tu_wrap > .tu_kv_wrapper > .tu_kv .project_logo {
    display: block;
    width: 100%;
    position: absolute;
    left: 20px;
    bottom: 190px;
    z-index: 20;
    opacity: 0;
    position: relative;
}
#tu_wrap > .tu_kv_wrapper > .tu_kv .project_logo img {
    display: block;
    width: 450px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -515px;
}
#tu_wrap > .tu_kv_wrapper > .tu_kv .title {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 20;
    opacity: 0;
}
#tu_wrap > .tu_kv_wrapper > .tu_kv .title img {
    display: block;
    width: 1030px;
    margin: 0 auto;
}
#tu_wrap > .tu_kv_wrapper > .tu_kv .kirin_logo {
    display: block;
    width: 200px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 20;
    opacity: 1;
}

#tu_wrap > .tu_kv_wrapper > .tu_kv .slide1.active {
    animation: slidefadeIn1 5s ease 1s 1 forwards;
}
#tu_wrap > .tu_kv_wrapper > .tu_kv .slide2.active {
    animation: slidefadeIn1 5s ease 5.6s 1 forwards;
}
#tu_wrap > .tu_kv_wrapper > .tu_kv .kv.active {
    animation: slidefadeIn2 5s ease 10.2s 1 forwards;
}
#tu_wrap > .tu_kv_wrapper > .tu_kv .project_logo.active {
    animation: ttlfadeIn1 .5s ease 10.4s 1 forwards;
}
#tu_wrap > .tu_kv_wrapper > .tu_kv .title.active {
    animation: ttlfadeIn1 .7s ease 10.5s 1 forwards;
}

@keyframes slidefadeIn1 {
    0% {opacity: 0; transform: scale(1.1)}
    10% {opacity: 1; transform: scale(1)}
    90% {opacity: 1; transform: scale(1)}
    100% {opacity: 0; transform: scale(.95)}
}
@keyframes slidefadeIn2 {
    0% {opacity: 0; transform: scale(1.1)}
    30% {opacity: 1; transform: scale(1)}
    90% {opacity: 1; transform: scale(1)}
    100% {opacity: 1; transform: scale(1)}
}
@keyframes ttlfadeIn1 {
    0% {opacity: 0; transform: translateY(30px)}
    100% {opacity: 1; transform: translateY(0)}
}




#tu_wrap > .tu_read {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
#tu_wrap > .tu_read .read_text_1 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.2;
    text-align: center;
}
#tu_wrap > .tu_read .read_text_2 {
    display: block;
    width: 800px;
    margin: 0 auto 10px;
    font-size: 10px;
    line-height: 1.5;
}
#tu_wrap > .tu_read .kv_notes {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    text-align: right;
    position: absolute;
    top: 0;
    z-index: -1;
}

#tu_wrap > .tu_contents {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}

#tu_wrap > .tu_contents > .ttl {
    border-top: #252525 solid 5px;
    border-bottom: #252525 solid 5px;
    width: 100%;
    margin-bottom: 30px;
    padding: 24px 0;
    position: relative;
}
#tu_wrap > .tu_contents > .ttl > h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: .05em;
}

#tu_wrap > .tu_contents > .contents_body {
    width: 800px;
    margin: 0 auto;
}
#tu_wrap > .tu_contents > .contents_body .ph_1 {
    width: 75%;
    margin: 0 auto 30px;
    position: relative;
}
#tu_wrap > .tu_contents > .contents_body .ph_1 figure {
    width: 100%;
}
#tu_wrap > .tu_contents > .contents_body .ph_1 figure.noborder {
    border: none;
}
#tu_wrap > .tu_contents > .contents_body .ph_1 > p {
    padding-top: 6px;
    font-size: 12px;
    line-height: 1.8;
}
#tu_wrap > .tu_contents > .contents_body .ph_1 .profile_box {
    display: table;
    background-color: #252525;
    padding: 15px 30px;
    position: absolute;
    right: 0;
    bottom: 0;
}
#tu_wrap > .tu_contents > .contents_body .ph_1 .profile_box .name1 {
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
}
#tu_wrap > .tu_contents > .contents_body .ph_1 .profile_box .name2 {
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
#tu_wrap > .tu_contents > .contents_body .ph_1 .cap {
    background-color: #f1f1f1;
    padding: 10px 20px;
}
#tu_wrap > .tu_contents > .contents_body .ph_1 .cap p {
    font-size: 14px;
    line-height: 1.8;
}

#tu_wrap > .tu_contents > .contents_body .ph_2 {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
}
#tu_wrap > .tu_contents > .contents_body .ph_2 figure {
    border: #f1f1f1 solid 1px;
    width: 100%;
}
#tu_wrap > .tu_contents > .contents_body .ph_2 figure.noborder {
    border: none;
}
#tu_wrap > .tu_contents > .contents_body .ph_2 .cap {
    background-color: #f1f1f1;
    padding: 10px 20px;
}
#tu_wrap > .tu_contents > .contents_body .ph_2 .cap p {
    font-size: 14px;
    line-height: 1.8;
}

#tu_wrap > .tu_contents > .contents_body .ph_product {
    width: 100%;
    margin: 0 auto 30px;
    padding-top: 12%;
    position: relative;
}
#tu_wrap > .tu_contents > .contents_body .ph_product figure {
    width: 14%;
    position: absolute;
    left: 5%;
    bottom: 20px;
}
#tu_wrap > .tu_contents > .contents_body .ph_product figure.noborder {
    border: none;
}
#tu_wrap > .tu_contents > .contents_body .ph_product .cap {
    background-color: #f1f1f1;
    width: 100%;
    padding: 20px 5% 20px 21%;
}
#tu_wrap > .tu_contents > .contents_body .ph_product .cap p {
    font-size: 14px;
    line-height: 1.8;
}

#tu_wrap > .tu_contents > .contents_body .ph_report {
    width: 100%;
    margin: 0 auto 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#tu_wrap > .tu_contents > .contents_body .ph_report .text {
    display: block;
    width: 50%;
}
#tu_wrap > .tu_contents > .contents_body .ph_report .text p {
    display: block;
    border-top: #e60021 solid 1px;
    padding: 15px 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}
#tu_wrap > .tu_contents > .contents_body .ph_report .text .btn {
    width: 100%;
}
#tu_wrap > .tu_contents > .contents_body .ph_report .text .btn a {
    background-color: #e60021;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: relative;
    transition: background-color ease .3s;
}
#tu_wrap > .tu_contents > .contents_body .ph_report .text .btn a:hover {
    background-color: #f70c0c;
}
#tu_wrap > .tu_contents > .contents_body .ph_report .text .btn a::before {
    content: "";
    display: block;
    background: url(icon_arrow_white.svg) center center no-repeat;
    background-size: 40px auto;
    width: 40px;
    height: 8px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-6px);
    transition: right ease .3s;
}
#tu_wrap > .tu_contents > .contents_body .ph_report .text .btn a:hover::before {
    right: 20px;
}
#tu_wrap > .tu_contents > .contents_body .ph_report figure {
    border: #e60021 solid 1px;
    width: 48%;
}

#tu_wrap > .tu_contents > .contents_body .text_1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2.2;
    text-align: justify;
}
#tu_wrap > .tu_contents > .contents_body .text_2 {
    margin-bottom: .3em;
    font-size: 16px;
    line-height: 2.2;
}
#tu_wrap > .tu_contents > .contents_body .notes {
    margin-bottom: 3.5em;
    font-size: 10px;
    line-height: 1.5;
}
#tu_wrap > .tu_contents > .contents_body .notes.mb1em {
    margin-bottom: 1em;
}
#tu_wrap > .tu_contents > .contents_body ul.notes_list {
    margin-bottom: 2em;
}
#tu_wrap > .tu_contents > .contents_body ul.notes_list li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: .5em;
    font-size: 14px;
    line-height: 1.4;
    font-feature-settings: "palt";
}
#tu_wrap > .tu_contents > .contents_body .tbl_wrap {
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
}
#tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_ttl {
    padding: 20px;
}
#tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_ttl h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
#tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_ttl h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}
#tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_cap {
    padding: 10px 20px;
}
#tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_cap p {
    font-size: 14px;
    line-height: 1.8;
}
#tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item {
    width: 100%;
    margin: 0 auto;
}
#tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item th.brand {
    border-left: #252525 solid 2px;
    width: 30%;
    padding: 8px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}
#tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item th.meigara {
    border-left: #252525 solid 1px;
    width: 55%;
    padding: 8px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}
#tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item th.notext {
    padding: 3px !impotant;
}
#tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item td {
    background-color: #f4f4f4;
    padding: 8px;
    font-size: 12px;
    line-height: 1.5;
    vertical-align: middle;
}
#tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item td.cat {
    width: 15%;
    padding: 8px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
#tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item td.cat_1 {
    background-color: #e60021;
}
#tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item td.cat_2 {
    background-color: #cea14a;
}
#tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item td.cat_3 {
    background-color: #979e24;
}
#tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item tr.bg_gray td {
    background-color: #eaeaea;
}
#tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item td.td_brand {
    border-left: #252525 solid 2px;
}
#tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item td.td_meigara {
    border-left: #252525 solid 1px;
}

#tu_wrap > .tu_contents > .contents_body .kakomi {
    background-color: #fffbe7;
    border: #000000 solid 2px;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner h3 {
    display: block;
    width: 100%;
    margin: 0;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner {
    padding: 30px 50px;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_ttl {
    padding: 20px 0 30px;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_ttl h4 {
    border-top: #252525 solid 2px;
    display: block;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_ttl h4 img {
    width: 75%;
}

#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_interview_ttl {
    padding: 20px 0;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_interview_ttl p {
    background-color: #252525;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_interview_ttl p img {
    width: 20%;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_interview_ttl h4 {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_text {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_text span {
    display: block;
    font-size: 12px;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .fig {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .fig figure {
    width: 100%;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .fig .cap {
    padding: 10px 0;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .fig .cap p {
    font-size: 12px;
    line-height: 1.3;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .fig {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_point {
    width: 600px;
    margin: 0 auto 10px;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_point .kakomi_point_ttl {
    display: block;
    background-color: #f2e9bd;
    border-radius: 5px;
    padding: 12px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_point .kakomi_point_text {
    display: block;
    padding: 20px;
    font-size: 15px;
    line-height: 1.8;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .ph {
    width: 100%;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .ph .cap {
    padding: 10px 20px;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .ph .cap p {
    font-size: 14px;
    line-height: 1.5;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .tappy_ph {
    width: 100%;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .btn {
    width: 100%;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .btn a {
    background-color: #ffd900;
    display: block;
    width: 100%;
    padding: 25px 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #000;
    position: relative;
    transition: background-color ease .3s;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .btn a:hover {
    background-color: #ffe23b;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .btn a::before {
    content: "";
    display: block;
    background: url(icon_arrow_black.svg) center center no-repeat;
    background-size: 40px auto;
    width: 40px;
    height: 8px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-6px);
    transition: right ease .3s;
}
#tu_wrap > .tu_contents > .contents_body .kakomi .btn a:hover::before {
    right: 20px;
}


@media screen and (max-width:1024px) {

    #tu_footer {
        background: url(bg.gif) center top repeat-y;
        background-size: 92vw auto;
        width: 100%;
        min-width: inherit;
    }
    #tu_footer .contact_link {
        width: 61.3333vw;
        margin: 0 auto;
    }
    #tu_footer .contact_link .kirinlogo {
        padding: 3vw;
    }
    #tu_footer .contact_link .kirinlogo a {
        display: block;
        width: 45vw;
        margin: 0 auto;
    }
    #tu_footer .contact_link .btn {
        width: 100%;
    }
    #tu_footer .contact_link .btn a {
        background-color: #e60021;
        display: block;
        width: 100%;
        padding: 15px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #fff;
        position: relative;
        transition: background-color ease .3s;
    }
    #tu_footer .contact_link .btn a:hover {
        background-color: #f70c0c;
    }
    #tu_footer .contact_link .btn a::before {
        content: "";
        display: block;
        background: url(icon_arrow_white.svg) center center no-repeat;
        background-size: 40px auto;
        width: 40px;
        height: 8px;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-6px);
        transition: right ease .3s;
    }
    #tu_footer .contact_link .btn a:hover::before {
        right: 20px;
    }

    #tu_footer .tu_portal_link {
        width: 100%;
        margin: 0 auto;
        padding-top: 40px;
    }
    #tu_footer .tu_portal_link .link_block_wrap .link_block {
        width: 510px;
        margin: 0 auto;
        display: block;
    }
    #tu_footer .tu_portal_link .link_block_wrap .link_block .link_item {
        width: 500px;
        margin: 0 5px 20px;
    }

    #tu_notice {
        width: 61.3333vw;
        margin: 0 auto;
        padding: 4vw 0;
    }

    #tu_wrap {
        background: url(bg.gif) center top repeat-y;
        background-size: 92vw auto;
        width: 100%;
        min-width: inherit;
        margin: 0 auto;
        padding-top: 0;
    }

    body.preload #tu_wrap {
        width: 100%;
        opacity: 0;
    }


    #tu_wrap > .tu_kv_wrapper {
        padding-bottom: 0;
    }
    #tu_wrap > .tu_kv_wrapper > .tu_kv .project_logo {
        display: block;
        width: 40vw;
        position: absolute;
        left: 2vw;
        bottom: 15vw;
        z-index: 20;
        opacity: 0;
    }
    #tu_wrap > .tu_kv_wrapper > .tu_kv .project_logo img {
        display: block;
        width: 100%;
        position: relative;
        left: auto;
        bottom: auto;
        margin-left: 0;
    }
    #tu_wrap > .tu_kv_wrapper > .tu_kv .title {
        display: block;
        width: 100vw;
        position: relative;
        left: auto;
        bottom: auto;
        z-index: 20;
        opacity: 0;
    }
    #tu_wrap > .tu_kv_wrapper > .tu_kv .title img {
        display: block;
        width: 100%;
    }
    #tu_wrap > .tu_kv_wrapper > .tu_kv .kirin_logo {
        display: block;
        width: 16vw;
        position: absolute;
        right: 2vw;
        top: 2vw;
        z-index: 20;
        opacity: 1;
    }



    #tu_wrap > .tu_read {
        padding: 6vw 0;
    }
    #tu_wrap > .tu_read .read_text_1 {
        margin-bottom: 20px;
        font-size: 2vw;
        font-weight: bold;
        line-height: 2.2;
        text-align: center;
    }
    #tu_wrap > .tu_read .read_text_2 {
        width: 92vw;
    }
    #tu_wrap > .tu_read .kv_notes {
        width: 100vw;
        font-size: 10px;
    }

    #tu_wrap > .tu_contents {
        padding-bottom: 6vw;
    }

    #tu_wrap > .tu_contents > .ttl {
        border-top: #252525 solid 4px;
        border-bottom: #252525 solid 4px;
        margin-bottom: 4vw;
        padding: 3vw 0;
    }
    #tu_wrap > .tu_contents > .ttl > h2 {
        font-size: 4vw;
    }

    #tu_wrap > .tu_contents > .contents_body {
        width: 92vw;
        margin: 0 auto;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_1 {
        width: 100%;
        margin: 0 auto 40px;
        position: relative;
    }

    #tu_wrap > .tu_contents > .contents_body .text_1 {
        margin-bottom: 2em;
        font-size: 16px;
        line-height: 2.2;
    }
    #tu_wrap > .tu_contents > .contents_body .text_2 {
        margin-bottom: .3em;
        font-size: 16px;
        line-height: 2.2;
    }
    #tu_wrap > .tu_contents > .contents_body .notes {
        margin-bottom: 3em;
        font-size: 10px;
        line-height: 1.5;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_product {
        padding-top: 18%;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_product figure {
        width: 18%;
        position: absolute;
        left: 5%;
        bottom: 20px;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_product figure.noborder {
        border: none;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_product .cap {
        background-color: #f1f1f1;
        width: 100%;
        padding: 20px 5% 20px 25%;
    }
}


@media screen and (max-width:750px) {

    body {
        padding-bottom: 10vw;
    }

    #tu_wrap > .tu_float_bnr_sp {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 10000;
    }

    #tu_wrap > .tu_float_bnr_pc {
        display: none;
    }


    #tu_footer {
        background: url(bg.gif) center top repeat-y;
        background-size: 92vw auto;
        width: 100%;
        min-width: inherit;
    }
    #tu_footer .slowdrink {
        width: 72vw;
        margin: 0 auto 8vw;
    }
    #tu_footer .slowdrink_small {
        width: 55vw;
        margin: 0 auto 8vw;
    }
    #tu_footer .contact_link {
        width: 92vw;
        margin: 0 auto 4vw;
    }
    #tu_footer .contact_link .kirinlogo {
        padding: 4vw;
    }
    #tu_footer .contact_link .kirinlogo a {
        width: 80vw;
    }
    #tu_footer .contact_link .btn {
        width: 100%;
    }
    #tu_footer .contact_link .btn a {
        padding: 4vw;
        font-size: 4vw;
    }
    #tu_footer .contact_link .btn a:hover {
    }
    #tu_footer .contact_link .btn a::before {
        content: "";
        display: block;
        background: url(icon_arrow_white.svg) center center no-repeat;
        background-size: 8vw auto;
        width: 8vw;
        height: 2vw;
        position: absolute;
        right: 6vw;
        top: 50%;
        transform: translateY(-1.2vw);
        transition: right ease .3s;
    }
    #tu_footer .contact_link .btn a:hover::before {
        right: 4vw;
    }

    #tu_footer .tu_portal_link {
        width: 100%;
        margin: 0 auto;
        padding-top: 6vw;
    }
    #tu_footer .tu_portal_link .ttl {
        display: block;
    }
    #tu_footer .tu_portal_link .ttl h3 {
        background-color: #e60021;
        display: block;
        width: 100%;
        padding: 3vw;
        margin: 0;
        text-align: center;
    }
    #tu_footer .tu_portal_link .ttl h3 img {
        width: 70vw;
    }
    #tu_footer .tu_portal_link .ttl p {
        background-color: #252525;
        display: block;
        width: 100%;
        padding: 10px 0;
        margin: 0;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #fff;
    }
    #tu_footer .tu_portal_link .link_block_wrap {
        background-color: #f4f4f4;
        width: 100%;
        padding: 5vw 0;
    }
    #tu_footer .tu_portal_link .link_block_wrap .link_block {
        width: 90vw;
        margin: 0 auto;
        display: block;
    }
    #tu_footer .tu_portal_link .link_block_wrap .link_block .link_item {
        width: 90vw;
        margin: 0 0 5vw;
    }
    #tu_footer .tu_portal_link .link_block_wrap .link_block .link_item a {
        background-color: #252525;
        border: none;
        display: block;
        position: relative;
        transition: all ease .3s;
    }
    #tu_footer .tu_portal_link .link_block_wrap .link_block .link_item a:hover {
        background-color: #333333;
        border: #333333 solid 1px;
    }
    #tu_footer .tu_portal_link .link_block_wrap .link_block .link_item a::before {
        content: "";
        display: block;
        background: url(icon_arrow_white.svg) center center no-repeat;
        background-size: 8vw auto;
        width: 8vw;
        height: 2vw;
        position: absolute;
        right: 4vw;
        bottom: 6vw;
        transition: right ease .3s;
    }
    #tu_footer .tu_portal_link .link_block_wrap .link_block .link_item a:hover::before {
        right: 4vw;
    }
    #tu_footer .tu_portal_link .link_block_wrap .link_block .link_item a figure {
        width: 100%;
    }
    #tu_footer .tu_portal_link .link_block_wrap .link_block .link_item a figure img {
        width: 100%;
    }
    #tu_footer .tu_portal_link .link_block_wrap .link_block .link_item a span {
        display: block;
        width: 100%;
        padding: 4vw;
        font-size: 4vw;
        font-weight: normal;
        line-height: 1.6;
        color: #fff;
    }
    #tu_footer .tu_portal_link .btn {
        width: 90vw;
        margin: 0 auto;
    }
    #tu_footer .tu_portal_link .btn a {
        background-color: #ffffff;
        border: #252525 solid 1px;
        display: block;
        width: 100%;
        padding: .8em;
        font-size: 4vw;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #252525;
        position: relative;
        transition: all ease .3s;
    }
    #tu_footer .tu_portal_link .btn a:hover {
        background-color: #252525;
        color: #fff;
    }
    #tu_footer .tu_portal_link .btn a::before {
        content: "";
        display: block;
        background: url(icon_arrow_back.svg) center center no-repeat;
        background-size: 4vw auto;
        width: 4vw;
        height: 4vw;
        position: absolute;
        right: 4vw;
        top: 50%;
        transform: translateY(-40%);
        transition: right ease .3s;
    }
    #tu_footer .tu_portal_link .btn a:hover::before {
        background: url(icon_arrow_back_white.svg) center center no-repeat;
        background-size: 14px auto;
    }

    #tu_notice {
        width: 92vw;
        margin: 0 auto;
        padding: 4vw 0;
    }

    #tu_wrap {
        background: url(bg.gif) center top repeat-y;
        background-size: 92vw auto;
        width: 100%;
        min-width: inherit;
        margin: 0 auto;
        padding-top: 0;
    }

    body.preload #tu_wrap {
        width: 100%;
        opacity: 0;
    }

    #tu_wrap > .tu_kv_wrapper {
        padding-bottom: 20vw;
    }
    #tu_wrap > .tu_kv_wrapper > .tu_kv {
        margin: 0 auto;
        position: relative;
    }
    #tu_wrap > .tu_kv_wrapper > .tu_kv img {
        width: 100%;
    }
    #tu_wrap > .tu_kv_wrapper > .tu_kv .slide1,
    #tu_wrap > .tu_kv_wrapper > .tu_kv .slide2,
    #tu_wrap > .tu_kv_wrapper > .tu_kv .slide3 {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        opacity: 0;
    }
    #tu_wrap > .tu_kv_wrapper > .tu_kv .kv {
        width: 100%;
        position: relative;
        z-index: 2;
        opacity: 0;
    }
    #tu_wrap > .tu_kv_wrapper > .tu_kv .project_logo {
        display: block;
        width: 74vw;
        position: absolute;
        left: 2vw;
        bottom: 22vw;
        z-index: 20;
        opacity: 0;
    }
    #tu_wrap > .tu_kv_wrapper > .tu_kv .title {
        display: block;
        width: 100vw;
        position: absolute;
        left: 0;
        bottom: -20vw;
        z-index: 20;
        opacity: 0;
    }
    #tu_wrap > .tu_kv_wrapper > .tu_kv .kirin_logo {
        display: block;
        width: 25vw;
        position: absolute;
        right: 2vw;
        top: 2vw;
        z-index: 20;
        opacity: 1;
    }


    #tu_wrap > .tu_read {
        padding: 8vw 4vw;
    }
    #tu_wrap > .tu_read .read_text_1 {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 2;
        text-align: left;
    }
    #tu_wrap > .tu_read .read_text_1 br {
        display: none;
    }
    #tu_wrap > .tu_read .read_text_2 {
        width: 100%;
        font-size: 10px;
        line-height: 1.5;
    }
    #tu_wrap > .tu_read .kv_notes {
        width: 92vw;
        padding: 10px 0;
    }

    #tu_wrap > .tu_contents {
        padding-bottom: 10vw;
    }

    #tu_wrap > .tu_contents > .ttl {
        border-top: #252525 solid 3px;
        border-bottom: #252525 solid 3px;
        width: 100%;
        margin-bottom: 6vw;
        padding: 4vw;
        position: relative;
    }
    #tu_wrap > .tu_contents > .ttl > h2 {
        font-size: 5.5vw;
        line-height: 1.6;
    }

    #tu_wrap > .tu_contents > .contents_body {
        width: 100%;
        padding: 0 4vw;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_1 {
        width: 100%;
        margin: 0 auto 30px;
        position: relative;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_1 figure {
        width: 100%;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_1 figure.noborder {
        border: none;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_1 > p {
        padding-top: 6px;
        font-size: 11px;
        line-height: 1.8;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_1 .profile_box {
        display: block;
        background-color: #252525;
        padding: 10px;
        position: relative;
        left: auto;
        bottom: auto;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_1 .profile_box .name1 {
        font-size: 11px;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_1 .profile_box .name2 {
        font-size: 16px;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_1 .cap {
        background-color: #f1f1f1;
        padding: 10px;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_1 .cap p {
        font-size: 12px;
        line-height: 1.8;
    }

    #tu_wrap > .tu_contents > .contents_body .ph_2 .cap {
        background-color: #f1f1f1;
        padding: 10px;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_2 .cap p {
        font-size: 12px;
        line-height: 1.8;
    }

    #tu_wrap > .tu_contents > .contents_body .ph_product {
        background-color: #f1f1f1;
        width: 100%;
        margin: 0 auto 30px;
        padding: 3vw;
        position: relative;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_product figure {
        width: 22vw;
        margin: 0 auto;
        position: relative;
        left: auto;
        bottom: auto;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_product .cap {
        background-color: #f1f1f1;
        width: 100%;
        padding: 3vw 0 0 0;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_product .cap p {
        font-size: 12px;
        line-height: 1.8;
    }


    #tu_wrap > .tu_contents > .contents_body .ph_report {
        width: 75vw;
        margin: 0 auto 10vw;
        position: relative;
        display: block;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_report .text {
        display: block;
        width: 100%;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_report .text p {
        display: block;
        border-top: none;
        padding: 3vw 0;
        font-size: 3.6vw;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_report .text .btn {
        width: 100%;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_report .text .btn a {
        padding: 3vw;
        font-size: 3.6vw;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_report .text .btn a::before {
        content: "";
        display: block;
        background: url(icon_arrow_white.svg) center center no-repeat;
        background-size: 8vw auto;
        width: 8vw;
        height: 1.6vw;
        position: absolute;
        right: 4vw;
        top: 50%;
        transform: translateY(-1.2vw);
        transition: right ease .3s;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_report .text .btn a:hover::before {
        right: 3vw;
    }
    #tu_wrap > .tu_contents > .contents_body .ph_report figure {
        border: #e60021 solid 1px;
        width: 100%;
    }

    #tu_wrap > .tu_contents > .contents_body .text_1 {
        font-size: 15px;
    }
    #tu_wrap > .tu_contents > .contents_body .text_2 {
        font-size: 15px;
    }
    #tu_wrap > .tu_contents > .contents_body .notes {
        margin-bottom: 3em;
        font-size: 10px;
    }
    #tu_wrap > .tu_contents > .contents_body ul.notes_list {
        margin-bottom: 1em;
    }
    #tu_wrap > .tu_contents > .contents_body ul.notes_list li {
        font-size: 11px;
    }

    #tu_wrap > .tu_contents > .contents_body .tbl_wrap {
        width: 100%;
        margin: 0 auto 30px;
        position: relative;
    }
    #tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_ttl {
        padding: 5vw 0;
    }
    #tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_ttl h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
    }
    #tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_ttl h3 span {
        display: block;
        font-size: 10px;
        font-weight: normal;
    }
    #tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_cap {
        padding: 10px 0;
    }
    #tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_cap p {
        font-size: 12px;
        line-height: 1.5;
    }
    #tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item {
        width: 100%;
        margin: 0 auto;
    }
    #tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item th.brand {
        border-left: #252525 solid 2px;
        width: 30%;
        padding: 5px;
        font-size: 10px;
    }
    #tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item th.meigara {
        border-left: #252525 solid 1px;
        width: 55%;
        padding: 5px;
        font-size: 10px;
    }
    #tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item th.notext {
        padding: 3px !impotant;
    }
    #tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item td {
        background-color: #f4f4f4;
        padding: 5px;
        font-size: 10px;
    }
    #tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item td.cat {
        width: 15%;
        padding: 5px;
        font-size: 10px;
    }
    #tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item td.cat_1 {
        background-color: #e60021;
    }
    #tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item td.cat_2 {
        background-color: #cea14a;
    }
    #tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item td.cat_3 {
        background-color: #979e24;
    }
    #tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item tr.bg_gray td {
        background-color: #eaeaea;
    }
    #tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item td.td_brand {
        border-left: #252525 solid 2px;
    }
    #tu_wrap > .tu_contents > .contents_body .tbl_wrap .tbl_item td.td_meigara {
        border-left: #252525 solid 1px;
    }

    #tu_wrap > .tu_contents > .contents_body .kakomi {
        background-color: #fffbe7;
        border: #000000 solid 1px;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi h3 {
        display: block;
        width: 100%;
        margin: 0;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner {
        padding: 2vw 4vw;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_ttl {
        padding: 3vw 0 8vw;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_ttl h4 {
        border-top: #252525 solid 2px;
        display: block;
        width: 100%;
        padding-top: 3vw;
        text-align: center;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_ttl h4 img {
        width: 100%;
    }

    #tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_interview_ttl {
        padding: 3vw 0;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_interview_ttl p {
        background-color: #252525;
        display: block;
        width: 100%;
        padding: 2vw;
        text-align: center;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_interview_ttl p img {
        width: 40%;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_interview_ttl h4 {
        display: block;
        width: 100%;
        padding: 4vw 0 0;
        font-size: 16px;
        font-weight: bold;
        line-height: 2;
        text-align: center;
    }

    #tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_text {
        margin-bottom: 2em;
        font-size: 15px;
        line-height: 2;
    }

    #tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .fig {
        width: 100%;
        margin: 0 auto 4vw;
        position: relative;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .fig figure {
        width: 100%;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .fig .cap {
        padding: 2vw 0;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .fig .cap p {
        font-size: 10px;
        line-height: 1.3;
    }

    #tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_point {
        width: 100%;
        margin: 0 auto 4vw;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_point .kakomi_point_ttl {
        border-radius: 4px;
        padding: 8px;
        font-size: 20px;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .kakomi_inner .kakomi_point .kakomi_point_text {
        display: block;
        padding: 3vw;
        font-size: 14px;
        line-height: 1.6;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .ph {
        width: 100%;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .ph .cap {
        padding: 2vw 4vw;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .ph .cap p {
        font-size: 11px;
        line-height: 1.5;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .tappy_ph {
        width: 100%;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .btn {
        width: 100%;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .btn a {
        background-color: #ffd900;
        display: block;
        width: 100%;
        padding: 25px 15px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #000;
        position: relative;
        transition: background-color ease .3s;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .btn a:hover {
        background-color: #ffe23b;
    }
    #tu_wrap > .tu_contents > .contents_body .kakomi .btn a::before {
        content: "";
        display: none;
    }
}
