html {
    font-size: 10px
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
    line-height: 1.8;
    letter-spacing: 0rem;
    font-size: 1.4rem;
    word-break: normal;
    font-feature-settings: 'palt'
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0
}

body {
    position: relative
}

.follower {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1010;
    width: 0;
    height: 0
}

.mouse {
    background: black;
    border-radius: 50%;
    position: fixed;
    z-index: 100;
    pointer-events: none;
    transition: top 300ms cubic-bezier(0.165, 0.84, 0.44, 1), left 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: top 300ms cubic-bezier(0.165, 0.84, 0.44, 1), left 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: top 300ms cubic-bezier(0.165, 0.84, 0.44, 1), left 300ms cubic-bezier(0.165, 0.84, 0.44, 1)
}

.wpp-no-data {
    display: none
}

select,
textarea,
input {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px
}

button {
    font-family: 'Montserrat', sans-serif
}

a {
    color: #3e3e3e
}

body:before {
    content: "";
    z-index: 1000;
    position: fixed;
    border-bottom: 1px solid #1a1a1a;
    left: 0;
    bottom: 0;
    right: 0
}

body:after {
    content: "";
    z-index: 1000;
    position: fixed;
    border-bottom: 1px solid #1a1a1a;
    left: 0;
    top: 0;
    right: 0
}

.wrapper:before {
    content: "";
    z-index: 1000;
    position: fixed;
    border-left: 1px solid #1a1a1a;
    top: 0;
    bottom: 0;
    right: 0
}

.wrapper:after {
    content: "";
    z-index: 1000;
    position: fixed;
    border-left: 1px solid #1a1a1a;
    bottom: 0;
    top: 0;
    left: 0
}

.mainWidth {
    padding: 0 3%
}

.mainInner {
    max-width: 110rem;
    margin: 0 auto
}

.mainInner2 {
    max-width: 80rem;
    margin: 0 auto;
    text-align: left;
}

.ttl1 {
    font-size: 3.8rem;
    font-weight: 600;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1
}

.ttl1 span.ttl1_cat {
    position: absolute;
    z-index: 1;
    font-size: 1.2rem;
    left: 0;
    top: -1.5rem;
    display: block;
    line-height: 1.2rem;
    height: 1.2rem;
    padding-top: 1.2rem;
    overflow: hidden;
    transition: padding-top 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, opacity 0.2s ease 0s;
    opacity: 0;
    letter-spacing: -0.1rem
}

.ttl1 span.ttl1_load {
    line-height: 5rem;
    height: 5rem;
    display: block;
    overflow: hidden;
    padding-top: 3rem;
    transition: padding-top 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, opacity 0.2s ease 0s;
    opacity: 0
}

.ttl1.on span.ttl1_cat,
.ttl1.on span.ttl1_load {
    opacity: 1;
    padding-top: 0
}

.load_ttl {
    padding: 1.2rem 0
}

.ttl1_mes {
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 0 0 13.2rem
}

.btn1 span {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}

.btn1 span:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 19%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #b39500;
    transform-origin: 0 0;
    transform: scaleX(1)
}

@keyframes btn1_anim {
    0% {
        transform-origin: 100% 0;
        transform: scaleX(1)
    }

    50% {
        transform-origin: 100% 0;
        transform: scaleX(0)
    }

    50.1% {
        transform-origin: 0% 0;
        transform: scaleX(0)
    }

    100% {
        transform-origin: 0% 0;
        transform: scaleX(1)
    }
}

.btn2 span {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}

.btn2 span:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 19%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #b39500;
    transform-origin: 100% 0;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98)
}

.btn3_2 .btn3_line,
.btn3 .btn3_line {
    -webkit-animation: none !important;
    animation: none !important;
    display: inline;
    -webkit-transition: background-size 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: background-size 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background-image: url(../img/common/line.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0% 1px;
    text-decoration: none
}

.btn3_2 .btn3_line {
    background-position: left bottom;
    background-size: 100% 1px
}

.topics_list li:hover .btn3_line,
.btn3 a:hover .btn3_line {
    background-position: left bottom;
    background-size: 100% 1px
}

.btn3_2 a:hover .btn3_line {
    background-position: right bottom;
    background-size: 0% 1px
}

.btn4 {
    text-decoration: underline
}

.line1 span {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}

.line1 span:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0.1rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1a1a1a
}

.bg1 {
    background: #f0f0f0 url(../img/common/bg2.png) 0 0 repeat;
    background-size: 6.5rem auto;
    background-attachment: fixed
}

.bg2 {
    background: #f0f0f0 url(../img/common/bg3.png) 0 0 repeat;
    background-size: 3.2rem auto;
    background-attachment: fixed
}

.bg3 {
    background: #f0f0f0 url(../img/common/bg4.png) 0 0 repeat;
    background-size: 2.4rem auto;
    background-attachment: fixed
}

.bg2_w {
    background: #fff url(../img/common/bg2_w.png) 0 0 repeat;
    background-size: 6.5rem auto;
    background-attachment: fixed
}

.arrow1 {
    display: inline-block;
    background-color: #b09f6d;
    border-radius: 100px;
    width: 5rem;
    height: 5rem;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    transition: background-color 400ms ease;
    -webkit-transition: background-color 400ms ease;
    -moz-transition: background-color 400ms ease
}

.arrow1:before {
    content: "";
    z-index: 1;
    position: absolute;
    background: url(../img/common/arrow1.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 2.041rem;
    height: 1rem;
    top: 0;
    left: 1.4rem;
    bottom: 0;
    margin: auto
}

.anc1 {
    display: block;
    height: 0;
    position: relative;
    z-index: 1;
    left: 0;
    top: -4rem
}

.follower_load .load_svg {
    fill: none;
    stroke-width: 2;
    animation: loader 2s infinite, loading 2s infinite linear;
    position: relative;
    z-index: 1;
    top: -1.5rem;
    left: -1.5rem
}

.follower_load .load_svg .circle1 {
    stroke-dasharray: calc(20 * 3.14 - 1);
    stroke: #34342F
}

.load_svg .circle2 {
    stroke: #A5A5A6
}

@keyframes loading {
    from {
        transform: none
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes loader {
    from {
        stroke-dashoffset: 62
    }

    to {
        stroke-dashoffset: -62
    }
}

.follower_load {
    transition: transform 400ms ease;
    -webkit-transition: transform 400ms ease;
    -moz-transition: transform 400ms ease;
    transform: scale(1)
}

.follower_load.on {
    transform: scale(0)
}

.follower_slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    text-align: center;
    margin: -2rem 0 0 -2rem
}

.follower_slide:before {
    content: "";
    z-index: 1;
    position: absolute;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    background-color: #1a1a1a;
    transition: transform ease .1s;
    text-align: center;
    transform: scale(0)
}

.follower_slide.on:before {
    transform: scale(1)
}

.follower_slide span {
    font-size: 1.4rem;
    position: relative;
    z-index: 5;
    color: #fff;
    font-weight: bold;
    transform: scale(0);
    display: none
}

.follower_slide.prev_on .prev_text {
    transform: scale(1);
    display: inline-block
}

.follower_slide.next_on .next_text {
    transform: scale(1);
    display: inline-block
}

.follower_slide.next_on:before,
.follower_slide.prev_on:before {
    transform: scale(3)
}

.detail_head {
    padding: 0 0 0 3rem;
    position: relative;
    z-index: 1;
    margin: 0 0 8rem
}

.detail_head:before {
    content: "";
    z-index: 1;
    position: absolute;
    border-left: 1px solid #000;
    top: 0;
    bottom: 1.1rem;
    left: 0
}

.detail_head_data {
    margin: 0 0 1.8rem
}

.detail_head_cat {
    border: #1a1a1a solid 1px;
    font-weight: 600;
    padding: 0.1rem 0.3rem;
    font-size: 1rem
}

.detail_head_date {
    color: #999999;
    margin: 0 0 0 0.6rem;
    font-size: 1.2rem
}

.detail_head_ttl {
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.3
}

.detail_head_ttl a {
    color: #b39500;
    margin: 0 0.8rem 0 0
}

.detail_head_sns_btn {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -15.5rem
}

.detail_head_sns_btn a {
    width: 50%;
    text-align: center;
    font-weight: 600;
    border: solid 1px #1a1a1a;
    border-radius: 100px;
    width: 4rem;
    height: 4rem;
    overflow: hidden;
    text-indent: -999px;
    margin: 0 0.5rem;
    position: relative;
    z-index: 1;
    display: block
}

.detail_head_sns_btn a:after,
.detail_head_sns_btn a:before {
    content: "";
    z-index: 1;
    position: absolute;
    background: 0 0 no-repeat;
    background-size: 100% auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.detail_head_sns_btn a.detail_head_sns_face:before {
    background-image: url(../img/common/icon_facebook2.svg);
    background-size: 100% auto;
    width: 3.6rem;
    height: 1.7rem;
    top: 0rem;
    opacity: 1
}

.detail_head_sns_btn a.detail_head_sns_face:after {
    background-image: url(../img/common/icon_facebook2_w.svg);
    background-size: 100% auto;
    width: 3.6rem;
    height: 1.7rem;
    top: -0.3rem;
    opacity: 0
}

.detail_head_sns_btn a.detail_head_sns_twit:before {
    background-image: url(../img/common/icon_twitter2.svg);
    background-size: 100% auto;
    width: 1.7rem;
    height: 1.7rem;
    top: 0.2rem;
    opacity: 1
}

.detail_head_sns_btn a.detail_head_sns_twit:after {
    background-image: url(../img/common/icon_twitter2_w.svg);
    background-size: 100% auto;
    width: 1.7rem;
    height: 1.7rem;
    top: 0rem;
    opacity: 0
}

.detail_head_sns_btn2 {
    display: block;
    left: -10rem
}

.detail_head_sns_btn_ttl {
    font-size: 1.2rem;
    text-align: center;
    color: #999999
}

.detail_head_sns_btn2 a {
    margin: 0.7rem 0
}

.detail_head_tag a {
    color: #b39500;
    margin: 0 0.8rem 0 0;
    font-size: 1.2rem
}

.detail_box {
    margin: 5.6rem 0
}

.detail_box:first-child {
    margin: 0
}

.detail_box_ttl {
    font-size: 3rem;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding: 4rem 0 0;
    margin: 0 0 4.6rem
}

.detail_box_ttl:before {
    content: "";
    z-index: 1;
    position: absolute;
    border-bottom: 1px #1a1a1a solid;
    width: 25px;
    top: 0;
    left: 0
}

.detail_box_img1 {
    margin: 5rem 0;
    position: relative;
    z-index: 1
}

.detail_box_img1 img {
    width: 100%
}

.detail_box_img1 figure {
    position: relative;
    z-index: 1
}

.detail_box_img1 iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.detail_box_img1_mes {
    margin-top: 1rem
}

.detail_box_text1 {
    font-size: 1.6rem;
    line-height: 1.5
}

.detail_box_text1+p {
    margin: 2rem 0 0
}

.detail_box_ttl2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0 0 1.5rem
}

.detail_box_list1_name {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 0.5rem
}

.detail_box_list1+.detail_box_list1_name {
    margin-top: 2.6rem
}

.detail_box_list1 {
    padding: 0 4%
}

.detail_box_list1 li {
    padding: 0 0 0 2rem;
    position: relative;
    z-index: 1
}

.detail_box_list1 li:before {
    content: "";
    z-index: 1;
    position: absolute;
    background: #cccccc;
    width: 0.6rem;
    height: 0.6rem;
    top: 1rem;
    left: 0.4rem;
    border-radius: 10px
}

.detail_box_list1 li+li {
    margin: 0.1rem 0 0
}

.detail_sns {
    margin: 10.4rem 0 0
}

.detail_sns_ttl {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 2.5rem
}

.detail_sns_btn {
    display: flex
}

.detail_sns_btn a {
    width: 50%;
    background: #f6f6f6;
    text-align: center;
    font-weight: 600;
    padding: 7.6rem 0 5rem
}

.detail_sns_btn span {
    position: relative;
    z-index: 1
}

.detail_sns_btn span:after,
.detail_sns_btn span:before {
    content: "";
    z-index: 1;
    position: absolute;
    background: 0 0 no-repeat;
    background-size: 100% auto;
    top: -3rem;
    right: 0;
    left: 0;
    margin: auto
}

.detail_sns_face {
    border-right: 1px solid #fff
}

.detail_sns_face span:before {
    background-image: url(../img/common/icon_facebook.svg);
    width: 2rem;
    height: 2rem;
    opacity: 1;
    transition: opacity 400ms ease
}

.detail_sns_face span:after {
    background-image: url(../img/common/icon_facebook_w.svg);
    width: 2rem;
    height: 2rem;
    opacity: 0;
    transition: opacity 400ms ease
}

.detail_sns_twit span:before {
    background-image: url(../img/common/icon_twitter.svg);
    width: 2rem;
    height: 2rem
}

.detail_sns_twit span:after {
    background-image: url(../img/common/icon_twitter_w.svg);
    width: 2rem;
    height: 2rem;
    opacity: 0;
    transition: opacity 400ms ease
}

.detail_sns_url {
    background: #f6f6f6;
    font-size: 1.2rem;
    display: flex;
    margin: 0 0 1rem
}

.detail_sns_url_href {
    width: calc(100% - 13rem);
    padding: 1.5rem;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.detail_sns_url_href span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.detail_sns_url_btn {
    width: 13rem;
    background: #363633;
    color: #fff;
    text-align: center;
    padding: 1.5rem 0
}

.detail_reco {
    margin: 9.4rem 0 0;
    border: solid 1px #e8e8e8;
    padding: 5rem 5rem
}

.detail_reco_ttl {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 0 2rem;
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 2.2rem
}

.detail_reco_list a {
    display: flex;
    padding: 1rem 0
}

.detail_reco_main {
    flex: 1
}

.detail_reco_name {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    display: block;
    margin-bottom: 0.6rem
}

.detail_reco_name span {
    border-bottom: 1px solid #1a1a1a
}

.detail_reco_mes {
    font-size: 1.4rem;
    height: calc(1.4rem * 1.6 * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.6;
    overflow: hidden
}

.detail_reco_img {
    width: 10rem;
    margin: 0.5rem 0 0 2rem
}

.detail_list {
    margin: 9rem 0 0
}

.detail_list_ttl {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 2.5rem
}

.detail_links {
    margin: 5rem 0;
    border: solid 1px #eaeaea;
    padding: 2.3rem 3rem
}

.detail_links_ttl {
    margin: 0 0 0.3rem
}

.detail_links_list a[target="_blank"]:after {
    content: "";
    z-index: 1;
    position: relative;
    background: url(../img/common/icon_blank.svg) 0 0 no-repeat;
    display: inline-block;
    background-size: 100% auto;
    width: 0.7rem;
    height: 0.7rem;
    top: 0;
    left: 0;
    margin: 0 0 0 0.5rem
}

.detail_links_list a span:before {
    background: #1a1a1a
}

.entry_body+.detail_box_ttl {
    margin-top: 2.5rem
}

.entry_body+.detail_box_ttl2 {
    margin-top: 2.5rem
}

.entry_body+.detail_box_list1_name {
    margin-top: 2.5rem
}

#pageHeader {
    position: relative;
    z-index: 100;
    height: 5rem
}

.head_nav {
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    border-bottom: solid #1a1a1a 1px;
    background: #fff
}

.head_tab {
    width: 12.5%;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    height: 5rem;
    border-left: solid #1a1a1a 1px;
    padding: 0 0.9rem;
    word-break: break-all;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: height 300ms ease
}

#pageHeader.on .head_tab {
    height: 4.5rem
}

.head_tab:nth-child(2):before,
.head_tab:nth-child(3):before,
.head_tab:nth-child(4):before,
.head_tab:nth-child(5):before ,
.head_tab:nth-child(6):before {
    content: "";
    z-index: 1;
    position: absolute;
    background: #ffd400;
    bottom: -1px;
    right: 0;
    left: 0;
    height: 0
}

.head_tab>span {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 2rem;
    line-height: 2rem
}

.head_tab .inner:before {
    display: none
}

.head_tab .inner {
    display: block
}

.head_tab>span:before {
    background-color: #1a1a1a;
    bottom: 0
}

.head_tab>span:after {
    content: attr(data-text);
    display: block
}

.head_ttl {
    background: #1a1a1a;
    color: #fff;
    font-size: 1.7rem;
    justify-content: center
}

.head_ttl h1 {
    font-weight: 600;
    line-height: 1
}

.head_ttl h1 span {
    display: inline-block
}

.head_com {
    justify-content: center;
    background: #f0f0f0
}

.head_lang {
    justify-content: center;
    background: #cccccc !important;
    white-space: nowrap
}

.head_lang a {
    color: #b0b0b0;
    vertical-align: bottom
}

.head_lang a:hover,
.head_lang a.on {
    color: #3e3e3e
}

.head_lang a:hover span {
    position: relative;
    z-index: 1
}

.head_lang a:hover span:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0.1rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1a1a1a
}

.head_lang a+a {
    position: relative;
    z-index: 1;
    margin: 0 0 0 1.8rem
}

.head_lang a+a:before {
    content: "";
    z-index: 1;
    position: absolute;
    border-left: 1px solid #1a1a1a;
    top: 0.2rem;
    bottom: 0rem;
    right: 0;
    left: -1.1rem
}

.head_lang span {
    line-height: 1.5rem
}

.head_menu {
    background: #ffd400;
    position: relative;
    z-index: 1
}

.head_menu span {
    display: none
}

.head_menu:after,
.head_menu:before {
    content: "";
    z-index: 1;
    position: absolute;
    background: #000;
    overflow: hidden;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3rem;
    margin: auto;
    margin: auto
}

.head_menu:after {
    top: 0.5rem
}

.head_menu:before {
    top: -0.5rem
}

.popup_area {
    position: relative;
    z-index: 500;
    visibility: hidden;
    -webkit-transition: -webkit-transform .2s, opacity .2s, visibility 0s .2s;
    transition: transform .2s, opacity .2s, visibility 0s .2s;
    opacity: 0
}

.popup_area.on {
    visibility: visible;
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    opacity: 1
}

.popup_main {
    z-index: 5;
    position: fixed;
    top: 9rem;
    left: 11.5rem;
    right: 11.5rem;
    bottom: 10rem
}

.popup_bg {
    background: #fff;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.popup_box1 {
    position: absolute;
    z-index: 5;
    top: 1rem;
    left: 0
}

.popup_logo {
    width: 17.6rem
}

.popup_presented {
    font-size: 1.4rem;
    margin: 0.8rem 0 0;
    font-weight: 500;
    transform: scale(0.6);
    transform-origin: 0 50%
}

.popup_presented span {
    vertical-align: bottom
}

.popup_presented span:before {
    background: #1a1a1a
}

.popup_box2 {
    position: absolute;
    z-index: 5;
    right: 0;
    width: 50%;
    top: 0
}

.popup_link1 li {
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.2
}

.popup_link1 span:before {
    height: 3px;
    background: #1a1a1a;
    bottom: 0
}

.popup_box3 {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    font-weight: 500
}

.popup_link2 li {
    font-size: 1.6rem;
    margin: 0.1rem 0 0 0
}

.popup_link3 {
    font-size: 1rem;
    margin: 5rem 0 0
}

.popup_link2 span:before {
    background: #1a1a1a
}

.popup_link3 a+a {
    margin: 0 0 0 2rem
}

.popup_link3 span:before {
    background: #1a1a1a
}

.popup_close {
    width: 5rem;
    height: 5rem;
    display: block;
    position: absolute;
    z-index: 5;
    right: -4rem;
    top: -2rem
}

.popup_close:after,
.popup_close:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3rem;
    height: 0;
    margin: auto;
    border-top: 1px solid #000;
    background: no-repeat;
    transform-origin: unset;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transform: rotate(-45deg)
}

.popup_close:after {
    transform: rotate(45deg)
}

.popup_close span {
    display: none
}

@media only screen and (max-width: 1100px) {
    .popup_box2 {
        width: auto
    }
}

@media only screen and (max-width: 900px) {
    .popup_main {
        top: 8rem;
        left: 5rem;
        right: 5rem;
        bottom: 8rem
    }

    .popup_close {
        right: -2rem;
        top: -3rem
    }
}

.foot1 .mainInner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 15rem 0 14.5rem
}

.foot1_link {
    width: 50%;
    display: flex;
    justify-content: space-between
}

.foot1_link_box {
    font-size: 1.4rem;
    margin: 0 5rem 0 0;
    font-weight: 600
}

.foot1_link_box span:before {
    background-color: #1a1a1a
}

.foot1_link_box span span:before {
    display: none
}

.foot1_link_box li+li {
    margin: 1.9rem 0 0
}

.foot1_link_box span span {
    vertical-align: bottom;
    margin: 0 0 0 0.3rem
}

.foot1_link2 {
    width: 48%
}

.foot1_logo {
    margin: 1rem 0 3.6rem
}

.foot1_presented {
    font-size: 1rem;
    font-weight: 600
}

.foot1_presented span {
    vertical-align: bottom
}

.foot1_presented a span:before {
    background-color: #1a1a1a
}

.foot2 .mainInner {
    display: flex;
    justify-content: space-between;
    padding: 4rem 0 20rem
}

.foot2_link span:before {
    background-color: #1a1a1a
}

.foot2_link a {
    margin: 0 2.5rem 0 0;
    font-size: 1.4rem;
    font-weight: 600
}

.foot2_copy {
    font-size: 1.2rem;
    font-weight: 600
}

.list1_main {
    position: relative;
    z-index: 1
}

.list1_main.ie_on {
    position: relative;
    z-index: 1
}

.list1_cat_fix {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 0
}

.list1_cat_fix .mainInner {
    padding: 0 !important
}

.list1_main.abso .list1_cat_fix {
    position: absolute
}

.list1_main.abso {
    position: relative;
    z-index: 1
}

.list1_cat {
    float: left;
    width: 20%;
    position: -webkit-sticky;
    border-top: solid 1px #1a1a1a;
    padding: 4rem 0 0
}

.list1_cat.ie_on {
    position: absolute;
    top: 0;
    transition: top 50ms ease;
    -webkit-transition: top 50ms ease;
    -moz-transition: top 50ms ease
}

.list1_cat_navi {
    border-bottom: solid 1px #e8e8e8;
    padding: 0 0 4.3rem
}

.list1_cat_navi p {
    font-size: 1.6rem
}

.list1_cat_navi p+p {
    margin: 1.4rem 0 0 0
}

.list1_cat_navi a {
    font-weight: 400;
    opacity: 0.4
}

.list1_cat_navi a span:before {
    background: #1a1a1a
}

.list1_cat_navi .on {
    font-weight: 600;
    background: #ffd400;
    opacity: 1
}

.list1_cat_sns {
    margin: 4.5rem 0 0
}

.list1_cat_ttl {
    border-bottom: solid 1px #e8e8e8;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0 0 2.3rem;
    margin: 0 0 3.4rem
}

.list1_cat_sns_btn {
    display: flex;
    flex-wrap: wrap
}

.list1_cat_sns_btn a {
    font-size: 1rem;
    padding: 0 0 0 3.2rem;
    position: relative;
    z-index: 1;
    font-weight: 600
}

.list1_cat_sns_btn a:before {
    content: "";
    z-index: 1;
    position: absolute;
    background: 0 0 no-repeat;
    background-size: 100% auto;
    top: 0;
    left: 0;
    margin: auto
}

.list1_cat_sns_btn a span:before {
    background-color: #3e3e3e
}

.list1_cat_insta {
    margin: 0 2rem 2rem 0
}

.list1_cat_sns_btn a.list1_cat_insta:before {
    background-image: url(../img/common/icon_insta.png);
    width: 2.3rem;
    height: 2.3rem;
    top: -0.4rem
}

.list1_cat_sns_btn a.list1_cat_youtube:before {
    background-image: url(../img/common/icon_youtube.png);
    width: 2.2rem;
    height: 2.2rem;
    top: -0.4rem
}

.list1_cat_popular {
    margin: 8rem 0 0
}

.list1_cat_popular_data a {
    display: flex;
    align-items: center
}

.list1_cat_popular_data li+li {
    margin-top: 2.8rem
}

.list1_cat_popular_img {
    width: 27%;
    margin: 0 8% 0 0;
    background: #f0f0f0;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    position: relative;
    z-index: 1
}

.list1_cat_popular_img span {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.list1_cat_popular_ttl {
    font-size: 1.1rem;
    flex: 1;
    transition: color 300ms ease;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease
}

.list1_cat_tags {
    margin: 0 0 0 0;
    margin: 8rem 0 0
}

.list1_cat_tags_data {
    margin: -1rem 0 0
}

.list1_cat_tags_data a {
    color: #c7b25c;
    font-size: 1.2rem;
    margin: 0 0.2rem 0 0
}

.list1_box {
    float: right;
    width: 73%
}

.list1_left .list1_cat {
    float: right
}

.list1_left .list1_box {
    float: left
}

.topics_list {
    border-top: 1px solid #CDCDCD
}

.topics_list li {
    border-bottom: 1px solid #CDCDCD;
    padding: 3rem 0 5rem;
    position: relative;
    z-index: 1
}

.topics_list li>a {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.topics_list_data {
    margin: 0 0 0.8rem;
    position: relative;
    z-index: 10
}

.topics_list_cat {
    border: #1a1a1a solid 1px;
    font-weight: 600;
    padding: 0.1rem 0.3rem;
    font-size: 1rem
}

.topics_list_date {
    color: #999999;
    margin: 0 0 0 1.1rem;
    font-size: 1.2rem
}

.topics_list_ttl {
    font-size: 1.8rem
}

.topics_list_link {
    font-size: 1.4rem;
    text-align: right;
    margin-top: 3.5rem
}

.topics_list_link span:before {
    background-color: #1a1a1a
}

.tags {
    background: #F2F2F2
}

.tags .mainInner {
    display: flex;
    justify-content: space-between;
    padding: 15rem 0
}

.tags_ttl {
    font-size: 3.8rem;
    font-weight: 600;
    letter-spacing: -0.13rem;
    line-height: 1;
    margin: 0 0 6.5rem
}

.tags_list {
    width: 73%;
    display: flex;
    flex-wrap: wrap
}

.tags_list a {
    color: #c7b25c;
    font-size: 1.4rem;
    margin: 0 1.4rem 0 0
}

.latest_list_btn {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.latest_list_box {
    position: relative;
    z-index: 1
}

.latest_list {
    display: flex;
    flex-wrap: wrap
}

.latest_list li {
    width: 28.16%;
    margin: 0 1% 0 0;
    float: left;
    position: relative;
    z-index: 1
}

.latest_list_img {
    background: #f0f0f0;
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 0 2.8rem;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease
}

.latest_list_img span {
    position: absolute;
    z-index: 1;
    left: 3.4rem;
    top: 3.4rem;
    right: 3.4rem;
    bottom: 3.4rem;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.latest_list_img img {
    width: 100%
}

.latest_list_ttl {
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.4;
    margin: 0 0 1.9rem;
    transition: color 300ms ease;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease
}

.latest_list_data {
    margin: 0 0 0.8rem;
    position: relative;
    z-index: 10
}

.latest_list_cat {
    background: #1a1a1a;
    border: solid 1px #1a1a1a;
    color: #fff;
    font-weight: 500;
    padding: 0.1rem 0.3rem;
    font-size: 1.1rem
}

.latest_list_date {
    color: #999999;
    margin: 0 0 0 1.1rem;
    font-size: 1.2rem
}

.latest_list_tag {
    font-size: 1.2rem;
    position: relative;
    z-index: 10
}

.latest_list_tag a {
    color: #b39500;
    margin: 0 0.8rem 0 0
}

.culture_list_box {
    position: relative;
    z-index: 1
}

.culture_list_btn {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.culture_list {
    display: flex;
    flex-wrap: wrap
}

.culture_list_line {
    border-top: solid #1a1a1a 1px;
    padding: 6rem 0 0
}

.culture_list li {
    width: 29.8%;
    margin: 0 0 0 5.2%
}

.culture_list li:nth-child(3n+1) {
    margin-left: 0
}

.culture_list li:nth-child(n+4) {
    margin-top: 6.5rem
}

.culture_list_img {
    background: #f0f0f0;
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 0 1.6rem;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease
}

.culture_list_img span {
    position: absolute;
    z-index: 1;
    left: 2.6rem;
    top: 2.6rem;
    right: 2.6rem;
    bottom: 2.6rem;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.culture_list_img img {
    width: 100%
}

.culture_list_ttl {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 0 1.6rem;
    transition: color 300ms ease;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease
}

.culture_list_data {
    margin: 0 0 0.8rem;
    position: relative;
    z-index: 10
}

.culture_list_cat {
    border: #1a1a1a solid 1px;
    font-weight: 600;
    padding: 0.1rem 0.3rem;
    font-size: 1rem
}

.culture_list_date {
    color: #999999;
    margin: 0 0 0 1.1rem;
    font-size: 1.2rem
}

.culture_list_tag {
    font-size: 1.2rem;
    position: relative;
    z-index: 10
}

.culture_list_tag a {
    color: #b39500;
    margin: 0 0.8rem 0 0
}

.culture_list_mes {
    margin-top: 2.4rem;
    line-height: 1.6;
    font-size: 1.2rem;
    height: calc(1.2rem * 1.6 * 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.6;
    overflow: hidden
}

.culture_list_link {
    font-size: 1.4rem;
    text-align: right;
    border-top: 1px solid #1a1a1a;
    margin-top: 6rem;
    padding-top: 3.7rem
}

.culture_list_link span:before {
    background-color: #1a1a1a
}

.culture_list_noline {
    text-align: center;
    border-top: none;
    padding-top: 0
}

.recipe_list {
    display: flex;
    flex-wrap: wrap
}

.recipe_list li {
    width: 47.3%;
    margin: 0 0 0 5.4%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: solid 1px #1a1a1a;
    padding: 4rem 0;
    flex-direction: row-reverse;
    position: relative;
    z-index: 1;
    transition: background-color 300ms ease;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    min-height: 25.9rem
}

.recipe_list li:nth-child(2n+1) {
    margin-left: 0
}

.recipe_list li:nth-child(n+3) {
    margin-top: 4.2rem
}

.recipe_list_a {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.recipe_list_img {
    background: #fff;
    display: block;
    position: relative;
    z-index: 1;
    width: 46%;
    margin: 0 4rem 0 0;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease
}

.recipe_list_img span {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.recipe_list_img img {
    width: 100%
}

.recipe_list_main {
    flex: 1
}

.recipe_list_ttl {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: -0.3rem 0 0.9rem
}

.recipe_top .recipe_list_ttl {
    margin-top: -0.5rem
}

.recipe_list_data {
    margin: 0 0 2.2rem;
    position: relative;
    z-index: 10
}

.recipe_list_cat {
    border: #1a1a1a solid 1px;
    font-weight: 600;
    padding: 0.1rem 0.3rem;
    font-size: 1rem
}

.recipe_list_date {
    color: #999999;
    margin: 0 0 0 0.6rem;
    font-size: 1.2rem
}

.recipe_list_tag {
    font-size: 1.2rem;
    position: relative;
    z-index: 10
}

.recipe_list_tag a {
    color: #b39500;
    margin: 0 0.8rem 0 0
}

.recipe_list_mes {
    margin-top: 1.6rem;
    line-height: 1.6;
    font-size: 1.2rem;
    height: calc(1.2rem * 1.6 * 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.6;
    overflow: hidden
}

.recipe_list_link {
    font-size: 1.4rem;
    text-align: right;
    border-top: 1px solid #1a1a1a;
    margin-top: 5rem;
    padding-top: 3.7rem
}

.recipe_list_link span:before {
    background-color: #1a1a1a
}

.pagenavi .pages,
.pagenavi .previouspostslink,
.pagenavi .nextpostslink,
.pagenavi .extend {
    display: none
}

.pagenavi {
    margin-top: 4.4rem
}

.pagenavi .wp-pagenavi {
    text-align: center
}

.pagenavi .current {
    font-weight: 600;
    background: #ffd400;
    opacity: 1
}

.pagenavi .first,
.pagenavi .page,
.pagenavi .current,
.pagenavi .last {
    margin: 0 10px
}

.pagenavi a span:before {
    background-color: #1a1a1a
}

.load_unplugged {
    opacity: 0;
    transition: opacity 0.4s ease;
    transition-delay: .18s
}

.load_unplugged.on {
    opacity: 1
}

.load_content {
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: top 0.7s cubic-bezier(0.13, 0.78, 0.38, 0.98), opacity 0.4s ease;
    transition-delay: .18s, .18s
}

.load_content.on {
    top: 0;
    opacity: 1
}

.lang-en .sggroup_ttl,
.lang-en .shochu_ttl,
.lang-en .about_head_name,
.lang-en .detail_box_ttl,
.lang-en .detail_box_ttl2,
.lang-en .list1_cat_navi,
.lang-en .list1_cat_popular_ttl,
.lang-en .detail_head_cat,
.lang-en .detail_head_ttl,
.lang-en .topics_list_ttl,
.lang-en .topics_list_cat,
.lang-en .topics_cat_navi,
.lang-en .recipe_list_cat,
.lang-en .recipe_list_ttl,
.lang-en .latest_list_cat,
.lang-en .culture_list_cat,
.lang-en .culture_list_ttl,
.lang-en .category_navi,
.lang-en .latest_list_ttl {
    text-transform: uppercase
}

.lang-ja .where_table,
.lang-ja .privacypolicy_box,
.lang-ja .privacypolicy_head_mes,
.lang-ja .sggroup_mes,
.lang-ja .shochu_mes,
.lang-ja .about_head_mes,
.lang-ja .ttl1_mes,
.lang-ja .detail_reco_mes,
.lang-ja .detail_reco_name,
.lang-ja .list1_cat_tags_data a,
.lang-ja .list1_cat_popular_ttl,
.lang-ja .detail_links_list,
.lang-ja .detail_box_img1_mes,
.lang-ja .detail_box_ttl2,
.lang-ja .wysiwyg p,
.lang-ja .detail_box_ttl,
.lang-ja .detail_head_tag a,
.lang-ja .detail_head_ttl,
.lang-ja .tags_list,
.lang-ja .topics_list_ttl,
.lang-ja .recipe_list_mes,
.lang-ja .recipe_list_ttl,
.lang-ja .culture_list_tag,
.lang-ja .culture_list_mes,
.lang-ja .culture_list_ttl,
.lang-ja .latest_list_tag,
.lang-ja .flont_head,
.lang-ja .latest_list_ttl,
.lang-ja .flont_mainv_mes p {
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif
}

.lang-ja .flont_head_mes {
    font-size: 1.4rem;
    line-height: 1.7
}

.lang-ja .culture_list_mes,
.lang-ja .recipe_list_mes {
    font-size: 1.4rem;
    height: calc(1.4rem * 1.7 * 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.7;
    overflow: hidden
}

.lang-ja .detail_reco_name {
    font-size: 1.8rem
}

@media only screen and (min-width: 1500px) {
    html {
        font-size: 12.5px
    }

    .list1_cat_navi.btn2 span,
    .category_navi.btn2 span {
        top: -2px
    }
}

@media screen and (min-width: 769px) {

    a.btn1:hover span:before,
    .btn1 a:hover span:before {
        animation: btn1_anim 0.6s 1;
        animation-fill-mode: forwards
    }

    .btn2 a:hover span:before,
    a.btn2:hover span:before {
        transform-origin: 0 0;
        transform: scaleX(1)
    }

    .btn3 a:hover {
        -webkit-animation: linelink 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        animation: linelink 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
    }

    .detail_head_cat:hover,
    .recipe_list_cat:hover,
    .culture_list_cat:hover {
        background: #1a1a1a;
        color: #fff
    }

    .culture_list_box:hover .culture_list_img,
    .latest_list_box:hover .latest_list_img {
        box-shadow: 0px 10px 40px 0px rgba(12, 2, 0, 0.28);
        background-color: #ffd400
    }

    .culture_list_box:hover .culture_list_ttl,
    .latest_list_box:hover .latest_list_ttl {
        color: #b39500
    }

    .list1_cat_popular_data a:hover .list1_cat_popular_img {
        box-shadow: 0px 5px 11px 0px rgba(12, 2, 0, 0.28);
        background-color: #ffd400
    }

    .list1_cat_popular_data a:hover .list1_cat_popular_ttl {
        color: #b39500
    }

    .recipe_list li:hover {
        background: #F0F0F0
    }

    .head_tab:hover {
        background-color: #ffd400
    }

    .head_tab:hover .inner {
        -webkit-transition: margin-top 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
        transition: margin-top 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
        margin-top: -2rem
    }

    .head_ttl:hover,
    .head_menu:hover {
        background-color: #1a1a1a
    }

    .head_menu:hover:after,
    .head_menu:hover:before {
        background: #fff
    }

    .popup_link1 a:hover {
        color: #ffd400
    }

    .popup_link1 a:hover span:before {
        background: #ffd400
    }

    .popup_close:hover:after,
    .popup_close:hover:before {
        border-color: #ffd400
    }

    .detail_sns_btn a:hover {
        background:#F00;
        color: #fff
    }

    .detail_sns_btn a.detail_sns_twit:hover {
        background: #F00;
        color: #fff
    }

    .detail_sns_btn a:hover span:before {
        opacity: 0
    }

    .detail_sns_btn a:hover span:after {
        opacity: 1
    }

    .detail_head_sns_btn a:hover {
        background:#F00;
        border-color: #F00
    }

    .detail_head_sns_btn a.detail_head_sns_twit:hover {
        background: #F00;
        border-color: #F00
    }

    .detail_head_sns_btn a:hover:before {
        opacity: 0
    }

    .detail_head_sns_btn a:hover:after {
        opacity: 1
    }

    .detail_sns_url_btn:hover {
        background: #060605
    }

    .latest_list_cat:hover {
        color: #1a1a1a;
        background-color: #fff
    }

    .topics_list_cat:hover {
        color: #fff;
        background-color: #1a1a1a
    }
}

.sp-block,
.sp-inline {
    display: none
}

@media only screen and (max-width: 768px) {
    .follower {
        display: none
    }

    .mainWidth {
        padding: 0 4%
    }

    .ttl1 {
        font-size: 2.2rem;
        letter-spacing: -0.1rem;
        margin-bottom: 3.4rem
    }

    .ttl1 span.ttl1_cat {
        top: -0.8rem;
        font-size: 1rem;
        letter-spacing: 0
    }

    .ttl1 span.ttl1_load {
        line-height: 2rem;
        height: 2rem;
        padding-top: 2rem;
        display: block
    }

    .ttl1 span.ttl1_load+.ttl1_load {
        margin-top: 0.8rem
    }

    .load_ttl {
        padding: 0.9rem 0
    }

    .ttl1_mes {
        font-size: 1.3rem;
        line-height: 1.6
    }

    .detail_head {
        padding: 0 4% 3.3rem;
        padding-left: calc(4% + 1.4rem);
        border-bottom: 1rem solid #efefef;
        margin-bottom: 1.6rem
    }

    .detail_head:before {
        bottom: 0.9rem;
        left: 4%;
        bottom: 3.3rem
    }

    .detail_head_data {
        margin: 0 0 0.1rem;
        position: relative;
        z-index: 1;
        top: -.70rem;
        left: 0
    }

    .detail_head_cat {
        font-size: 1rem;
        padding: 0rem 0.4rem;
        position: relative
    }

    .detail_head_date {
        margin: 0 0 0 0.2rem;
        font-size: 1.1rem
    }

    .detail_head_ttl {
        font-size: 2.5rem
    }

    .detail_box {
        margin: 1.6rem 0
    }

    .detail_box_ttl {
        padding: 0 4% 0;
        font-size: 2rem;
        margin: 0 0 1.2rem
    }

    .detail_box_ttl:before {
        display: none
    }

    .detail_box_img1 {
        margin: 3.4rem 0
    }

    .detail_box_img1_mes {
        margin-top: 0.7rem;
        padding: 0 4%;
        font-size: 1.2rem
    }

    .detail_box_text1 {
        padding: 0 4%;
        font-size: 1.4rem;
        line-height: 1.6
    }

    .detail_box_text1+p {
        margin: 2.2rem 0 0
    }

    .detail_box_ttl2 {
        padding: 0 4%;
        font-size: 1.8rem;
        margin: 0 0 1.2rem
    }

    .detail_box_list1_name {
        font-size: 1.4rem;
        padding: 0 4%
    }

    .detail_sns {
        margin: 3.7rem 4% 0
    }

    .detail_sns_ttl {
        border-bottom: solid 1px #e8e8e8;
        padding: 0 0 1.2rem;
        margin: 0 0 2.5rem
    }

    .detail_sns_btn a {
        padding: 4.4rem 0 2rem;
        line-height: 1.2;
        font-size: 1.2rem
    }

    .detail_sns_face {
        border-right: 5px solid #fff
    }

    .detail_sns_url {
        line-height: 1rem
    }

    .detail_sns_url_href {
        width: calc(100% - 11rem);
        padding: 1.2rem 1.3rem 1.2rem 1.8rem
    }

    .detail_sns_url_btn {
        font-size: 1rem;
        width: 11rem;
        padding: 1.2rem 0
    }

    .detail_reco {
        margin: 3.2rem 4% 0;
        padding: 16px 1.3rem
    }

    .detail_reco_ttl {
        letter-spacing: 0;
        margin: 0 0 1.2rem;
        padding-bottom: 0.5rem;
        font-size: 1.5rem
    }

    .detail_reco_name {
        font-size: 1.4rem;
        letter-spacing: 0
    }

    .detail_reco_mes {
        font-size: 1.2rem;
        height: calc(1.2rem * 1.6 * 4);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-height: 1.6
    }

    .detail_reco_img {
        width: 7.5rem
    }

    .detail_list {
        margin: 4rem 4% 0
    }

    .detail_links {
        margin: 2.5rem 4% 3rem;
        font-size: 1.3rem
    }

    .entry_body+.detail_box_ttl {
        margin-top: 1.9rem
    }

    .entry_body+.detail_box_ttl2 {
        margin-top: 1.9rem
    }

    .entry_body+.detail_box_list1_name {
        margin-top: 1.9rem
    }

    .head_tab {
        height: 5rem !important
    }

    .head_ttl {
        width: 50%;
        display: flex;
        font-size: 2.2rem;
        letter-spacing: 0.1rem;
        justify-content: flex-start;
        padding: 0 0 0 3.4%
    }

    .head_lang {
        width: 25%;
        display: flex;
        padding: 0;
        white-space: nowrap
    }

    .head_menu {
        width: 25%;
        display: flex
    }

    .popup_main {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-x: scroll;
        padding: 3.6rem 4%
    }

    .popup_box1 {
        position: relative;
        top: 0;
        margin: 0 0 6.3rem
    }

    .popup_logo {
        width: 34%
    }

    .popup_box2 {
        position: relative;
        right: auto
    }

    .popup_link1 li {
        font-size: 10vw
    }

    .popup_link1 li+li {
        margin: 0.2rem 0 0
    }

    .popup_box3 {
        position: relative;
        margin: 6.8rem 0 0
    }

    .popup_link2 li {
        font-size: 1.4rem
    }

    .popup_link3 {
        margin: 2rem 0 0
    }

    .popup_close {
        position: fixed;
        z-index: 5;
        top: 2rem;
        right: 2rem
    }

    #pageFooter {
        position: relative;
        z-index: 0
    }

    .foot1 {
        padding: 0 8%
    }

    .foot1 .mainInner {
        display: block;
        padding: 7.1rem 0 4.5rem
    }

    .foot1_link {
        width: auto
    }

    .foot1_link_box {
        margin: 0 0 0
    }

    .foot1_link_box.btn1 {
        font-size: 1.3rem
    }

    .foot1_link_box.btn2 {
        font-size: 1.1rem;
        margin: -0.3rem 0 0
    }

    .foot1_link_box span span {
        display: none
    }

    .foot1_link_box li {
        line-height: 20px
    }

    .foot1_link_box li+li {
        margin: 2.4rem 0 0
    }

    .foot1_link_box.btn2 li+li {
        margin: 1.2rem 0 0
    }

    .foot1_link2 {
        width: auto
    }

    .foot1_logo {
        margin: 8rem 0 2.6rem;
        width: 70%
    }

    .foot1_presented {
        font-size: 1rem
    }

    .foot2 {
        padding: 0 8%
    }

    .foot2 .mainInner {
        display: block;
        padding: 4rem 0 6rem
    }

    .foot2_link a {
        font-size: 1rem;
        margin: 0 1rem 0 0
    }

    .foot2_copy {
        font-size: 1.1rem;
        margin-top: 1rem
    }

    .list1_cat_fix {
        position: static !important;
        height: auto
    }

    .list1_cat {
        float: none;
        position: relative;
        top: 0;
        width: auto;
        border: none
    }

    .list1_cat_navi {
        white-space: nowrap;
        overflow-y: scroll;
        position: fixed;
        z-index: 50;
        left: 0;
        right: 0;
        top: 5rem;
        border-bottom: solid 1px #1a1a1a;
        padding: 1.3rem 4%;
        background: #fff;
        transition: top 300ms cubic-bezier(0.13, 0.78, 0.38, 0.98);
        -webkit-transition: top 300ms cubic-bezier(0.13, 0.78, 0.38, 0.98);
        -moz-transition: top 300ms cubic-bezier(0.13, 0.78, 0.38, 0.98);
        transition-delay: .1s;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .list1_cat_navi::-webkit-scrollbar {
        display: none
    }

    .list1_cat_navi.on {
        top: -0.5rem
    }

    .list1_cat_navi p {
        display: inline;
        font-size: 1.3rem
    }

    .list1_cat_navi p+p {
        margin: 0 0 0 1.9rem
    }

    .list1_cat_sns {
        margin: 3.3rem 0 0
    }

    .list1_cat_ttl {
        padding: 0 0 1.3rem;
        margin: 0 0 3rem
    }

    .list1_cat_sns_btn a {
        width: 50%;
        margin: 0;
        font-size: 1.4rem
    }

    .list1_cat_sns_btn a.list1_cat_insta:before {
        top: -0.1rem
    }

    .list1_cat_sns_btn a.list1_cat_youtube:before {
        top: 0.2rem
    }

    .list1_cat_popular {
        margin: 6.5rem 0 0
    }

    .list1_cat_popular_data {
        margin: -0.5rem 0 0
    }

    .list1_cat_popular_img {
        width: 17%;
        margin: 0 6% 0 0
    }

    .list1_cat_popular_ttl {
        font-size: 1.3rem;
        line-height: 1.4
    }

    .list1_cat_tags {
        display: none
    }

    .list1_box {
        float: none;
        width: 100%
    }

    .list1_left .list1_cat {
        float: none
    }

    .list1_left .list1_box {
        float: none
    }

    .topics_list {
        border-top: none
    }

    .topics_list li {
        padding: 1.5rem 0 2.4rem
    }

    .topics_list_data {
        margin: 0 0 0.4rem
    }

    .topics_list_cat {
        font-size: 1rem;
        padding: 0rem 0.4rem
    }

    .topics_list_date {
        font-size: 1.1rem;
        margin: 0 0 0 0.2rem
    }

    .topics_list_ttl {
        font-size: 1.3rem
    }

    .topics_list_link {
        margin-top: 2rem;
        font-size: 1.1rem
    }

    .pagenavi .first,
    .pagenavi .page,
    .pagenavi .current,
    .pagenavi .last {
        font-size: 1.3rem
    }

    .tags .mainInner {
        display: block;
        padding: 8.2rem 0 6rem
    }

    .tags_ttl {
        font-size: 2.2rem;
        margin: 0 0 1.4rem
    }

    .tags_list {
        width: auto
    }

    .tags_list a {
        font-size: 1.1rem;
        margin: 0.3rem 1rem 0.3rem 0
    }

    .latest_list_img {
        margin: 0 0 1.8rem
    }

    .latest_list_img span {
        left: 1.9rem;
        top: 1.9rem;
        right: 1.9rem;
        bottom: 1.9rem
    }

    .latest_list_ttl {
        font-size: 1.5rem;
        margin: 0 0 1.3rem
    }

    .latest_list_data {
        font-size: 1.1rem;
        margin: 0 0 0.4rem
    }

    .latest_list_cat {
        font-size: 1rem;
        padding: 0rem 0.4rem
    }

    .latest_list_date {
        margin: 0 0 0 0.2rem;
        font-size: 1.1rem
    }

    .latest_list_tag {
        font-size: 1.1rem
    }

    .latest_list_tag a {
        margin: 0 0.6rem 0 0
    }

    .culture_list {
        margin: 4.5rem 0 0
    }

    .culture_list_line {
        border: none;
        margin: 0;
        padding: 0
    }

    .culture_list li {
        width: 47.4%;
        margin: 0 0 0 5.2%
    }

    .culture_list li:nth-child(3n+1) {
        margin: 0 0 0 5.2%
    }

    .culture_list li:nth-child(2n+1) {
        margin-left: 0
    }

    .culture_list li:nth-child(n+3) {
        margin-top: 3.4rem
    }

    .culture_list_img {
        margin: 0 0 1.9rem
    }

    .culture_list_img span {
        z-index: 1;
        left: 1.6rem;
        top: 1.6rem;
        right: 1.6rem;
        bottom: 1.6rem
    }

    .culture_list_ttl {
        font-size: 1.3rem;
        margin: 0 0 0.8rem
    }

    .culture_list_data {
        margin: 0 0 0.4rem
    }

    .culture_list_cat {
        font-size: 1rem;
        padding: 0 0.4rem
    }

    .culture_list_date {
        font-size: 1.1rem;
        margin: 0 0 0.2rem
    }

    .culture_list_tag {
        font-size: 1.1rem
    }

    .culture_list_mes {
        display: none
    }

    .culture_list_link {
        margin-top: 4rem;
        font-size: 1.1rem;
        padding-top: 2.7rem
    }

    .culture_list_noline {
        margin: 25px 0 0
    }

    .recipe_list {
        display: block
    }

    .recipe_list li {
        width: auto;
        padding: 2.5rem 0;
        margin: 1.9rem 0 0;
        min-height: 0
    }

    .recipe_list li:first-child {
        margin-top: 0
    }

    .recipe_list li:nth-child(n+3) {
        margin-top: 1.9rem
    }

    .recipe_list_img {
        width: 48%;
        margin: 0 3rem 0 0
    }

    .recipe_list_ttl {
        font-size: 1.3rem;
        margin: 0 0 0.7rem
    }

    .recipe_top .recipe_list_ttl {
        margin-top: 0
    }

    .recipe_list_data {
        margin: 0 0 0.4rem
    }

    .recipe_list_cat {
        font-size: 1rem;
        padding: 0rem 0.4rem
    }

    .recipe_list_date {
        font-size: 1.1rem;
        margin: 0 0 0 0.2rem
    }

    .recipe_list_tag {
        font-size: 1.1rem
    }

    .recipe_list_mes {
        display: none
    }

    .recipe_list_link {
        margin-top: 2rem;
        font-size: 1.1rem;
        padding-top: 2.7rem
    }

    .lang-ja .flont_mainv_mes p {
        font-size: 1.1rem
    }

    .lang-ja .flont_head_mes {
        font-size: 1.3rem
    }

    .lang-ja .wysiwyg p {
        line-height: 1.7
    }

    .lang-ja .detail_reco_name {
        font-size: 1.4rem
    }

    .lang-ja .topics_list_ttl {
        display: block;
        line-height: 1.7
    }

    .lang-ja .culture_list_mes,
    .lang-ja .recipe_list_mes {
        display: none
    }

    .sp-none {
        display: none
    }

    .sp-block {
        display: block
    }

    .sp-inline {
        display: inline
    }

    .sp-brNone br {
        display: none
    }
}