﻿/*
Theme Name: responsive
Theme URI: http://hugme-shop.jp/
Description: responsive
Version: 1.0
Author: hime
Author URI: http://hugme-shop.jp/
*/

html {
    background: #fff;
    margin: 0;
    padding: 0;
}
/* PC用スタイルシート */
@media screen and (min-width:641px) {

    /* ==========================================================================
Reset & Base Setting
========================================================================== */
    /* default style reset
-------------------------------------*/
    html {
        background: #fff;
        margin: 0;
        padding: 0;
    }

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    code,
    form,
    fieldset,
    p,
    blockquote,
    th,
    td {
        margin: 0;
        padding: 0;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    button,
    textarea {
        margin: 0;
        padding: 0;
        background: #fff;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    table {
        border-collapse: separate;
        border-spacing: 0;
    }

    fieldset,
    img {
        border: 0;
    }

    img {
        vertical-align: top;
    }

    /*address,caption,em,strong,th{font-style:normal;font-weight:normal;}*/
    th {
        font-style: normal;
        font-weight: normal;
    }

    ol,
    ul {
        list-style: none;
    }

    caption,
    th,
    td {
        text-align: left;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 100%;
        font-weight: normal;
    }

    sup {
        vertical-align: text-top;
    }

    sub {
        vertical-align: text-bottom;
    }

    input,
    textarea,
    select {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
    }

    input,
    textarea,
    select {
        *font-size: 100%;
    }

    a {
        text-decoration: none;
    }

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
        cursor: pointer !important;
    }

    a:active {
        text-decoration: none;
    }

    a img {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    a img:hover {
        opacity: 0.7;
    }

    div#dp_swf_engine {
        display: none;
    }

    /* body setting
-------------------------------------*/
    body {
        min-width: 1000px;
        color: #303030;
        font-family: Meiryo, 'MS PGothic', 'Hiragino Kaku Gothic ProN', 'Lucida Grande', sans-serif;
        font-size: 15px;
        text-align: left;
        line-height: 1.6;
        -webkit-text-size-adjust: 100%;
    }

    html:not(:target) body {
        font-size: 15px;
    }

    /* clearfix
-------------------------------------*/
    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

    .clearfix {
        zoom: 1;
    }

    /* ==========================================================================
General Style
========================================================================== */
    /* text style
========================================================================== */
    .tCenter {
        text-align: center !important;
    }

    .tLeft {
        text-align: left !important;
    }

    .tRight {
        text-align: right !important;
    }

    .underline {
        text-decoration: underline !important;
    }

    .overline {
        text-decoration: overline !important;
    }

    .relative {
        position: relative !important;
    }

    .absolute {
        position: absolute !important;
    }

    .static {
        position: static !important;
    }

    .vTop {
        vertical-align: top !important;
    }

    .vMiddle {
        vertical-align: middle !important;
    }

    .vBottom {
        vertical-align: bottom !important;
    }

    .fLeft {
        float: left !important;
    }

    .fRight {
        float: right !important;
    }

    .fNone {
        float: none !important;
    }

    .indent {
        text-indent: 1em !important;
    }

    .txtRed {
        color: #C00 !important;
    }

    .txtBlue {
        color: #06F !important;
    }

    .txtOrange {
        color: #F60 !important;
    }

    .txtGreen {
        color: #a6140f !important;
    }

    .bold {
        font-weight: bold !important;
    }

    .xlargeText {
        font-size: 142% !important;
    }

    .largeText {
        font-size: 125% !important;
    }

    .smallText {
        font-size: 84% !important;
    }

    .aStyle1 {
        color: #597dc6;
        text-decoration: underline;
    }

    .aStyle1:hover {
        text-decoration: none;
    }

    /* margin
========================================================================== */
    .mt00 {
        margin-top: 0 !important;
    }

    .mt05 {
        margin-top: 5px !important;
    }

    .mt10 {
        margin-top: 10px !important;
    }

    .mt15 {
        margin-top: 15px !important;
    }

    .mt20 {
        margin-top: 20px !important;
    }

    .mt25 {
        margin-top: 25px !important;
    }

    .mt30 {
        margin-top: 30px !important;
    }

    .mt35 {
        margin-top: 35px !important;
    }

    .mt40 {
        margin-top: 40px !important;
    }

    .mt45 {
        margin-top: 45px !important;
    }

    .mt50 {
        margin-top: 50px !important;
    }

    .mt55 {
        margin-top: 55px !important;
    }

    .mt60 {
        margin-top: 60px !important;
    }

    .mt65 {
        margin-top: 65px !important;
    }

    .mt70 {
        margin-top: 70px !important;
    }

    .mt75 {
        margin-top: 75px !important;
    }

    .mt80 {
        margin-top: 80px !important;
    }

    .mt85 {
        margin-top: 85px !important;
    }

    .mt90 {
        margin-top: 90px !important;
    }

    .mt95 {
        margin-top: 95px !important;
    }

    .mt100 {
        margin-top: 100px !important;
    }

    .mb00 {
        margin-bottom: 0 !important;
    }

    .mb05 {
        margin-bottom: 5px !important;
    }

    .mb10 {
        margin-bottom: 10px !important;
    }

    .mb15 {
        margin-bottom: 15px !important;
    }

    .mb20 {
        margin-bottom: 20px !important;
    }

    .mb25 {
        margin-bottom: 25px !important;
    }

    .mb30 {
        margin-bottom: 30px !important;
    }

    .mb35 {
        margin-bottom: 35px !important;
    }

    .mb40 {
        margin-bottom: 40px !important;
    }

    .mb45 {
        margin-bottom: 45px !important;
    }

    .mb50 {
        margin-bottom: 50px !important;
    }

    .mb55 {
        margin-bottom: 55px !important;
    }

    .mb60 {
        margin-bottom: 60px !important;
    }

    .mb65 {
        margin-bottom: 65px !important;
    }

    .mb70 {
        margin-bottom: 70px !important;
    }

    .mb75 {
        margin-bottom: 75px !important;
    }

    .mb80 {
        margin-bottom: 80px !important;
    }

    .mb85 {
        margin-bottom: 85px !important;
    }

    .mb90 {
        margin-bottom: 90px !important;
    }

    .mb95 {
        margin-bottom: 95px !important;
    }

    .mb100 {
        margin-bottom: 100px !important;
    }

    .ml00 {
        margin-left: 0 !important;
    }

    .ml05 {
        margin-left: 5px !important;
    }

    .ml10 {
        margin-left: 10px !important;
    }

    .ml15 {
        margin-left: 15px !important;
    }

    .ml20 {
        margin-left: 20px !important;
    }

    .ml25 {
        margin-left: 25px !important;
    }

    .ml30 {
        margin-left: 30px !important;
    }

    .ml35 {
        margin-left: 35px !important;
    }

    .ml40 {
        margin-left: 40px !important;
    }

    .ml45 {
        margin-left: 45px !important;
    }

    .ml50 {
        margin-left: 50px !important;
    }

    .ml55 {
        margin-left: 55px !important;
    }

    .ml60 {
        margin-left: 60px !important;
    }

    .ml65 {
        margin-left: 65px !important;
    }

    .ml70 {
        margin-left: 70px !important;
    }

    .ml75 {
        margin-left: 75px !important;
    }

    .ml80 {
        margin-left: 80px !important;
    }

    .ml85 {
        margin-left: 85px !important;
    }

    .ml90 {
        margin-left: 90px !important;
    }

    .ml95 {
        margin-left: 95px !important;
    }

    .ml100 {
        margin-left: 100px !important;
    }

    .mr00 {
        margin-right: 0 !important;
    }

    .mr05 {
        margin-right: 5px !important;
    }

    .mr10 {
        margin-right: 10px !important;
    }

    .mr15 {
        margin-right: 15px !important;
    }

    .mr20 {
        margin-right: 20px !important;
    }

    .mr25 {
        margin-right: 25px !important;
    }

    .mr30 {
        margin-right: 30px !important;
    }

    .mr35 {
        margin-right: 35px !important;
    }

    .mr40 {
        margin-right: 40px !important;
    }

    .mr45 {
        margin-right: 45px !important;
    }

    .mr50 {
        margin-right: 50px !important;
    }

    .mr55 {
        margin-right: 55px !important;
    }

    .mr60 {
        margin-right: 60px !important;
    }

    .mr65 {
        margin-right: 65px !important;
    }

    .mr70 {
        margin-right: 70px !important;
    }

    .mr75 {
        margin-right: 75px !important;
    }

    .mr80 {
        margin-right: 80px !important;
    }

    .mr85 {
        margin-right: 85px !important;
    }

    .mr90 {
        margin-right: 90px !important;
    }

    .mr95 {
        margin-right: 95px !important;
    }

    .mr100 {
        margin-right: 100px !important;
    }

    .spOnly {
        display: none !important;
    }

    /* headerArea
========================================================================== */
    #headerArea {
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }

    #headerArea .logoBlock {
        position: absolute;
        top: 0;
        left: 0;
    }

    #headerArea .logoBlock.under {
        position: absolute;
        left: 0;
        top: 60px;
    }

    /* infoBlock
-------------------------------------*/
    #headerArea .infoBlock {
        text-align: right;
        margin: 40px 0 0 0;
    }

    /* snsBlock
-------------------------------------*/
    #headerArea .snsBlock {
        margin: 25px 0 45px;
    }

    #headerArea .snsBlock ul {
        letter-spacing: -0.4em;
        float: right;
    }

    #headerArea .snsBlock ul li {
        letter-spacing: normal;
        display: inline-block;
        margin: 0 15px 0 0;
    }

    #headerArea .snsBlock ul li:last-child {
        margin: 0;
    }

    /* globalNaviBlock
-------------------------------------*/
    #headerArea #globalNaviBlock {
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/common/images/common_bg_001.png) no-repeat left bottom;
        margin: 10px 0 10px;
        padding: 0 0 15px 0;
        text-align: center;
    }

    #headerArea #globalNaviBlock ul {
        letter-spacing: -0.4em;
    }

    #headerArea #globalNaviBlock ul li {
        letter-spacing: normal;
        display: inline-block;
    }

    #headerArea #globalNaviBlock ul li a {
        text-indent: -9999px;
        display: block;
        line-height: 1;
    }

    #headerArea #globalNaviBlock ul li a:hover {
        opacity: 0.7;
    }

    #headerArea #globalNaviBlock ul li.item a {
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/common/images/common_navi_002.png) no-repeat left top;
        width: 170px;
        height: 70px;
    }

    #headerArea #globalNaviBlock ul li.picture a {
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/common/images/common_navi_003.png) no-repeat left top;
        width: 170px;
        height: 70px;
    }

    #headerArea #globalNaviBlock ul li.ask a {
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/common/images/common_navi_007.png) no-repeat left top;
        width: 170px;
        height: 70px;
    }

    #headerArea #globalNaviBlock ul li.voice a {
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/common/images/common_navi_004.png) no-repeat left top;
        width: 170px;
        height: 70px;
    }

    #headerArea #globalNaviBlock ul li.contact a {
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/common/images/common_navi_005.png) no-repeat left top;
        width: 170px;
        height: 70px;
    }

    #headerArea #globalNaviBlock ul li.login a {
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/common/images/common_navi_006.png) no-repeat left top;
        width: 157px;
        height: 70px;
    }

    #headerArea #globalNaviBlock ul li:last-child a {
        padding-right: 0;
        border: none;
    }

    /*pickUpBlock*/
    #headerArea .pickUpBlockA01 {
        margin: 50px 0 0 0;
        text-align: center;
    }


    /* contentsArea
========================================================================== */
    #contentsArea {
        margin: 50px auto 0;
        width: 1000px;
    }

    .lpsize img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    /* info
-------------------------------------*/
    #info ul {
        width: 650px;
        margin: 50px auto 0;
    }

    #info ul li {
        border-bottom: 1px dotted #ccc;
    }

    #info ul li:last-child {
        border: none;
    }

    #info ul li a {
        display: block;
        padding: 10px 0 10px 48px;
        text-decoration: none;
        color: #b81b26;
        font-size: 18px;
        text-indent: -10px;
        background-image: url(https://hugme-shop.jp/wp-content/themes/responsive/images/info/icon.png), url(images/info/arrow.png);
        background-repeat: no-repeat;
        background-position: left center, right center;
        transition: all 0.2s;
    }

    #info ul li a:hover {
        opacity: 0.5;
    }


    /* to shipping
-------------------------------------*/

    #to_shipping {
        text-align: center;
    }

    #to_shipping a {
        display: inline-block;
        padding: 0 0 5px;
        box-sizing: border-box;
        border-bottom: 1px solid #b81b26;
    }

    /* heading
-------------------------------------*/
    #contentsArea h1.title {
        text-align: center;
    }

    #contentsArea .h2BlockA01 {
        margin-bottom: 30px;
    }

    #contentsArea .h2BlockA01 h2 {
        text-align: center;
    }

    #contentsArea .h2BlockB01 {
        margin: 30px 0 0 0;
    }

    #contentsArea .h2BlockB01 span {
        border-left: 7px solid #303030;
        padding-left: 10px;
    }

    #contentsArea .h2BlockB01 h2 {
        font-size: 23px;
        color: #303030;
        font-weight: bold;
    }

    .h3BlockA01 {
        margin-top: 20px;
    }

    .h3BlockA01:first-child {
        margin-top: 0;
    }

    .h3BlockA01 h3 {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 3px dotted #303030;
    }

    /*column2wrap*/
    #contentsArea .column2WrapA01 {
        width: 1000px;
        margin: 30px auto 0;
    }

    #contentsArea .column2WrapA01 .columnBlock01 {
        float: left;
    }

    #contentsArea .column2WrapA01 .columnBlock02 {
        float: right;
    }

    #contentsArea .column2WrapA01 a {
        color: #260000;;
    }

    /*お客様の声*/
    .voice-item-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .voice-item-list li {
        margin-bottom: 60px;
    }

    /*column3wrap*/
    #contentsArea .column3WrapA01 {
        width: 1000px;
        margin: 30px auto 0;
    }

    #contentsArea .column3WrapA01 a {
        display: block;
        text-align: center;
    }

    #contentsArea .column3WrapA01 img {
        display: block;
    }

    #contentsArea .column3WrapA01 .columnBlock01 {
        float: left;
        margin-right: 13px;
    }

    #contentsArea .column3WrapA01 .columnBlock02 {
        float: left;
        margin-right: 20px;
    }

    #contentsArea .column3WrapA01 .columnBlock03 {
        float: left;
    }

    #contentsArea .column3WrapA01 a {
        color: #260000;;
    }

    /*cautionBlock*/
    #contentsArea .cautionBlockA01 ul li {
        margin-top: 5px;
        text-indent: -1em;
        padding-left: 1em;
    }

    #contentsArea .cautionBlockA01 ul li:first-child {
        margin-top: 0;
    }

    /*borderBlock*/
    #contentsArea .borderBlockA01 {
        border: 1px dotted #303030;
        border-radius: 5px;
        padding: 15px 15px 12px;
        margin: 20px 0 0 0;
    }

    /*anchorBlock*/
    #contentsArea .anchorBlockA01 {
        border: 2px dotted #303030;
        border-radius: 5px;
        padding: 15px 15px 12px;
    }

    #contentsArea .anchorBlockA01 ul li {
        float: left;
        margin-right: 20px;
    }

    #contentsArea .anchorBlockA01 ul li:last-child {
        margin-right: 0;
    }

    #contentsArea .anchorBlockA01 ul li a {
        color: #303030;
    }

    /*accordionBlock*/
    #contentsArea .accordionBlockA01 {
        margin: 25px 0 0 0;
    }

    #contentsArea .accordionBlockA01 dt {
        font-size: 16px;
        background: #eee url(https://hugme-shop.jp/wp-content/themes/responsive/images/ask/ask_ico_003.png) no-repeat 98% center;
        border-radius: 5px;
        padding: 12px 50px 10px 1em;
        cursor: pointer;
    }

    #contentsArea .accordionBlockA01 dt.open {
        background: #eee url(https://hugme-shop.jp/wp-content/themes/responsive/images/ask/ask_ico_004.png) no-repeat 98% center;
    }

    #contentsArea .accordionBlockA01 dt span {
        display: inline-block;
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/ask/ask_ico_001.png) no-repeat left center;
        padding-left: 30px;
    }

    #contentsArea .accordionBlockA01 dd {
        padding: 10px 15px 0 15px;
        line-height: 1.6;
    }

    #contentsArea .accordionBlockA01 dd ul {
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/ask/ask_ico_002.png) no-repeat left top;
        padding: 2px 0 0 30px;
    }

    #contentsArea .accordionBlockA01 dd ul li.caution {
        text-indent: -1em;
        padding-left: 1em;
    }

    /*tableBlock
-------------------------------------*/
    #contentsArea .tableBlockA01 table {
        width: 100%;
        font-size: 16px;
        border-collapse: collapse;
        border-top: 1px dotted #ccc;
    }

    #contentsArea .tableBlockA01 table th {
        padding: 15px;
        border-left: 5px solid #c30d23;
        border-right: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
        background: #fbfbfb;
    }

    #contentsArea .tableBlockA01 table td {
        padding: 15px;
        border-right: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
    }

    #contentsArea .tableBlockA01 table td #216 {
        padding: 15px;
        border-right: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
        font-size: 8px;
    }

    /* privacyBlock
-------------------------------------*/
    #contentsArea .privacyBlockA01 h3 {
        padding: 0 45px 10px 0;
        margin: 25px 0 25px 0;
        border-bottom: 5px solid #303030;
        display: inline-block;
    }

    #contentsArea .privacyBlockA01 ul {
        margin: 20px 0 0 0;
    }

    #contentsArea .privacyBlockA01 ul li {
        text-indent: -1em;
        padding-left: 1em;
    }

    /* termBlock
-------------------------------------*/
    #contentsArea .termBlockA01 h3 {
        padding: 0 45px 10px 0;
        margin: 40px 0 25px 0;
        font-size: 130%;
        border-bottom: 1px dotted #303030;
    }

    #contentsArea .termBlockA01 h4 {
        margin: 40px 0 25px 0;
        font-size: 150%;
    }

    #contentsArea .termBlockA01 p {
        padding: 10px;
    }

    /* gallery
------------------------------------*/
    #contentsArea .mainGallery {
        height: 425px;
        width: 920px;
        margin: 0 auto;
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/gallery/gallery_bg_001.jpg) no-repeat left top;
        position: relative;
    }

    #contentsArea .mainGallery p {
        position: absolute;
        top: 10px;
        right: 120px;
    }

    #contentsArea .mainGallery p img:hover {
        opacity: 1;
    }

    #contentsArea .galleryBlock {
        width: 960px;
        margin: 0 auto;
    }

    #contentsArea .galleryBlockInner {
        width: 980px;
        margin-right: -20px;
    }

    #contentsArea .galleryBlock ul li {
        float: left;
        margin: 40px 35px 0 0;
    }


    /*
/aikona/
aikona/yoss01st
========================================================================== */
    /* akbtnBlock
-------------------------------------*/
    .akBtnBlockA01 {
        position: relative;
    }

    .akBtnBlockA01 p.btn {
        position: absolute;
        right: 80px;
        bottom: 25px;
    }

    .akBtnBlockB01 {
        float: left;
        position: relative;
    }

    .akBtnBlockB01 p.btn {
        position: absolute;
        right: 23px;
        bottom: 25px;
    }

    .akBtnBlockC01 {
        float: right;
        position: relative;
    }

    .akBtnBlockC01 p.btn {
        position: absolute;
        right: 68px;
        bottom: 28px;
    }

    .akBtnBlockD01 {
        position: relative;
    }

    .akBtnBlockD01 p.btn {
        position: absolute;
        right: 75px;
        bottom: 85px;
    }

    .akBtnBlockE01 {
        position: relative;
        margin: 0 0 70px 0;
    }

    .akBtnBlockE01 p.btn {
        position: absolute;
        right: 10px;
        bottom: 15px;
    }

    /* akReviewBlockA01
-------------------------------------*/
    .akReviewBlockA01Outer {
        position: relative;
    }

    .akReviewBlockA01 {
        position: absolute;
        left: 75px;
        top: 10px;
        width: 820px;
        height: 170px;
        overflow: scroll;
        background: #fff;
        padding: 15px 15px;
        border: 1px solid #CB5B4F;
    }

    .akReviewBlockA01 .reviewList {
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
        border-bottom: 1px dotted #000;
    }

    .akReviewBlockA01 .reviewList:last-child {
        padding: 0 0 15px 0;
        margin: 0;
        border-bottom: 1px dotted #000;
    }

    .akReviewBlockA01 .reviewList span.title {
        background: #FFFF99;
        font-weight: bold;
    }

    .akReviewBlockA01 .reviewList span.star {
        color: #CB5B4F;
    }

    .akReviewBlockA01 .reviewList p.text {
        margin: 15px 0 5px 0;
    }

    /*
/kokona/
========================================================================== */
    /* kkbtnBlock
-------------------------------------*/
    .kkBtnBlockA01 {
        position: relative;
    }

    .kkBtnBlockA01 p.btn {
        position: absolute;
        right: 75px;
        bottom: 50px;
    }

    .KkBtnBlockB01 {
        position: relative;
    }

    .KkBtnBlockB01 p.btn {
        position: absolute;
        right: 80px;
        bottom: 45px;
    }

    .kkBtnBlockC01 {
        position: relative;
    }

    .kkBtnBlockC01 p.btn {
        position: absolute;
        right: 80px;
        bottom: 20px;
    }

    .KkBtnBlockD01 {
        float: left;
        position: relative;
    }

    .KkBtnBlockD01 p.btn {
        position: absolute;
        right: 23px;
        bottom: 20px;
    }

    .KkBtnBlockE01 {
        float: right;
        position: relative;
    }

    .KkBtnBlockE01 p.btn {
        position: absolute;
        right: 68px;
        bottom: 28px;
    }

    .KkBtnBlockF01 {
        position: relative;
    }

    .KkBtnBlockF01 p.btn {
        position: absolute;
        right: 75px;
        bottom: 85px;
    }

    .kkBtnBlockG01 {
        position: relative;
        margin: 0 0 70px 0;
    }

    .kkBtnBlockG01 p.btn {
        position: absolute;
        right: 10px;
        bottom: 15px;
    }

    /*
/iDish/
========================================================================== */

    .idBtnBlockA01 {
        position: relative;
    }

    .idBtnBlockA01 p.btn {
        position: absolute;
        right: 80px;
        bottom: 90px;
    }

    p.btn_chikin {
        position: absolute;
        right: 80px;
        top: 640px;
    }

    p.btn_fish {
        position: absolute;
        right: 80px;
        bottom: 50px;
    }

    .idBtnBlockB01 {
        position: relative;
    }

    .idBtnBlockB01 p.btn {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 35px;
        text-align: center;
    }

    .idBtnBlockC01 {
        position: relative;
    }

    .idBtnBlockC01 p.btn {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 35px;
        text-align: center;
    }

    .idBtnBlockD01 {
        position: relative;
    }

    .idBtnBlockD01 p.btn {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 50px;
        text-align: center;
    }

    .idBtnBlockE01 {
        position: relative;
    }

    .idBtnBlockE01 p.btn {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 50px;
        text-align: center;
    }

    .idBtnBlockF01 {
        position: relative;
        text-align: center;
    }

    .idBtnBlockF01 p:nth-child(2) {
        margin-bottom: 20px;
    }

    .idBtnBlockF01 a {
        display: block;
        margin: 0 auto;
    }

    .movie01 {
        position: relative;
        height: 466px;
        width: 1000px;
        text-align: center;
    }

    .movie01 img {
        width: 100%;
        max-height: 100%;
    }

    .movie01 iframe {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    div#fixLink {
        position: fixed;
        left: 0;
        bottom: 0;
        display: none;
        width: 100%;
        background: linear-gradient(transparent 30%, #ff2750 30%);
        z-index: 110;
    }

    div#fixLink .container {
        margin: 0 auto;
        padding: 0 0 5px;
        width: 960px;
    }

    div#fixLink .container a {
        display: inline-block;
    }

    div#customerComent {
        position: relative;
    }

    div#customerComent ul {
        position: absolute;
        bottom: 50px;
        left: 50px;
        padding: 0 40px;
        width: 900px;
        height: 340px;
        background: #fff;
        overflow-y: scroll;
        box-sizing: border-box;
        border-radius: 8px;
    }

    div#customerComent ul::-webkit-scrollbar {
        width: 5px;
    }

    div#customerComent ul::-webkit-scrollbar-track {
        border: none;
        border-radius: 5px;
    }

    div#customerComent ul::-webkit-scrollbar-thumb {
        background: #4bb02e;
        border-radius: 10px;
        box-shadow: none;
    }

    div#customerComent ul li {
        display: flex;
        padding: 40px 0;
        font-size: 20px;
        border-bottom: 2px dashed #ccc;
    }

    div#customerComent ul li:last-child {
        border: none;
    }

    div#customerComent ul li div {
        width: 150px;
        height: 150px;
        background: #f0f0f0;
    }

    div#customerComent ul li div img {
        width: 100%;
        height: 100%;
        padding: 6px;
        transform: rotate(10deg);
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
        background: #fff;
    }

    div#customerComent ul li p {
        position: relative;
        width: calc(100% - 190px);
        margin-left: 40px;
        padding: 35px 40px;
        box-sizing: border-box;
        background: #fdfbe7;
        border-radius: 10px;
        box-shadow: 2px 2px 0 rgba(241, 229, 188, 0.6);
    }

    div#customerComent ul li p:before {
        position: absolute;
        content: "";
        left: -20px;
        top: 50%;
        margin-top: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 20px 10px 0;
        border-color: transparent #fdfbe7 transparent transparent;
    }

    div#customerComent ul li p span {
        display: block;
        margin-bottom: 10px;
        color: #ddae46;
    }

    div#customerComent ul li p span font {
        float: right;
        color: #b5b5b5;
    }

    div#customerComent ul li p span font b {
        color: #ff8b8b;
    }

    p.btn2 {
        padding: 20px 0;
        text-align: center;
    }

    div.sns_movie {
        position: relative;
        margin: 10px 0 -40px;
    }

    div.sns_movie.test {
        position: relative;
        margin: 10px 0 0;
    }

    div.sns_movie:after {
        position: absolute;
        right: 10px;
        top: 105px;
        content: "";
        display: block;
        width: 492px;
        height: 276px;
        background: #fff7d7;
        border-radius: 20px;
        z-index: 1;
    }

    div.sns_movie div.movie_waku {
        position: absolute;
        right: 25px;
        top: 70px;
        z-index: 2;
    }

    div.sns_movie div.movie {
        position: absolute;
        right: 35px;
        top: 80px;
        z-index: 3;
        width: 492px;
        height: 276px;
        border-radius: 20px;
        overflow: hidden;
    }


    /*
/FUREAi/
========================================================================== */

    .fuBtnBlockA01 {
        position: relative;
    }

    .fuBtnBlockA01 p.btn {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 80px;
        margin: 0 auto;
    }

    .fuBtnBlockA01 p.btn a {
        display: block;
        text-align: center;
    }

    .fuBtnBlockB01 {
        position: relative;
    }

    .fuBtnBlockB01 p.btn {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 80px;
        margin: 0 auto;
    }

    .fuBtnBlockB01 p.btn a {
        display: block;
        text-align: center;
    }

    .fuBtnBlockC01 {
        position: relative;
    }

    .fuBtnBlockC01 p.btn {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 20px;
        text-align: center;
    }

    .fuBtnBlockC01 p.btn a {
        display: block;
        text-align: center;
        margin-left: 20px;
    }

    .fuBtnBlockD01 {
        position: relative;
    }

    .fuBtnBlockD01 p.btn {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 60px;
        text-align: center;
    }

    .fuBtnBlockD01 p.btn a {
        display: block;
        text-align: center;
        margin-left: 10px;
    }

    .fuBtnBlockD02 {
        position: relative;
    }

    .fuBtnBlockD02 p.btn {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 60px;
        text-align: center;
    }

    .fuBtnBlockD02 p.btn a {
        display: block;
        text-align: center;
        margin-left: 10px;
    }

    .fuBtnBlockD03 {
        position: relative;
    }

    .fuBtnBlockD03 p.btn {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 60px;
        text-align: center;
    }

    .fuBtnBlockD03 p.btn a {
        display: block;
        text-align: center;
        margin-left: 10px;
    }


    /* formBlock
-------------------------------------*/
    .formBlockA01 {
        background: #fff;
    }

    .formBlockA01 dl {
        display: table;
        width: 80%;
        margin: 0 auto;
    }

    .formBlockA01 dl span.must {
        border-radius: 3px;
        background: #c30d23;
        color: #fff;
        padding: 1px 12px 0;
        font-size: 0.8em;
        line-height: 1;
    }

    .formBlockA01 dl span.wpcf7-not-valid-tip {
        font-weight: bold;
        color: #c30d23;
        margin-top: 10px;
    }

    .wpcf7-validation-errors {
        font-weight: bold;
        border: 2px solid #c30d23 !important;
        background: #fff;
        padding: 10px 15px !important;
    }

    .wpcf7-response-output {
        margin: 0 !important;
    }

    .wpcf7-mail-sent-ok {
        font-weight: bold;
        border: 2px solid #FCC65A !important;
        background: #fff;
        padding: 10px 15px !important;
    }

    .formBlockA01 dl dt {
        display: table-cell;
        width: 200px;
        padding: 15px;
        vertical-align: top;
        text-align: right;
    }

    .formBlockA01 dl dd {
        display: table-cell;
        padding: 15px;
        vertical-align: top;
    }

    .formBlockA01 dl dd.tCenter {
        width: 100%;
    }

    .formBlockA01 dl input {
        width: 80%;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 0 5px;
    }

    .formBlockA01 dl select {
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    .formBlockA01 dl textarea {
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 3px;
        resize: vertical;
        padding: 5px 5px
    }

    .formBlockA01 dl input.wpcf7-submit {
        width: 250px;
        border: none;
        padding: 15px 15px;
        cursor: pointer;
        background: #fec601;
        color: #fff;
        font-family: 'MS PGothic', 'Hiragino Kaku Gothic ProN', 'Lucida Grande', sans-serif;
        font-weight: bold;
        font-size: 16px;
    }

    .formBlockA01 dl input.wpcf7-submit:hover {
        opacity: 0.8;
    }

    .formBlockA01 dl input.wpcf7-form-control.wpcf7-file {
        padding: 5px;
        margin: 0 0 5px;
    }

    /* pageTopBlock
========================================================================== */
    .pageTopBlock {
        position: fixed;
        bottom: -50px;
        right: 55px;
    }

    .pageTopBlock a {
        display: block;
        width: 50px;
        height: 50px;
        text-decoration: none;
        line-height: 50px;
    }

    /* footerArea
========================================================================== */
    #footerArea {
        min-width: 1000px;
    }

    #footerArea .infoBlockA01 {
        padding: 55px 0 30px;
    }

    #footerArea .infoBlockA01 .column3WrapA01 {
        width: 1000px;
        margin: 0 auto;
    }

    #footerArea .infoBlockA01 .column3WrapA01 p.image01 {
        margin: 10px 0 0;
    }

    #footerArea .infoBlockA01 .column3WrapA01 dl dt {
        font-weight: bold;
        font-size: 107%;
        margin: 0 0 5px;
    }

    #footerArea .infoBlockA01 .column3WrapA01 dl dd.image {
        margin-top: 15px;
    }

    #footerArea .infoBlockA01 .column3WrapA01 .columnBlock01,
    #footerArea .infoBlockA01 .column3WrapA01 .columnBlock02,
    #footerArea .infoBlockA01 .column3WrapA01 .columnBlock03 {
        float: left;
        margin-right: 10px;
        width: 325px;
    }

    #footerArea .infoBlockA01 .column3WrapA01 .columnBlock03 {
        margin-right: 0;
    }

    #footerArea #footerAreaInner {
        width: 1000px;
        text-align: center;
        margin: 20px auto 40px;
    }

    #footerArea #footerNaviBlock {
        margin: 35px 0 0;
    }

    #footerArea #footerNaviBlock ul {
        letter-spacing: -0.4em;
    }

    #footerArea #footerNaviBlock ul li {
        line-height: 1;
        letter-spacing: normal;
        display: inline-block;
        padding: 0 15px 0 15px;
        border-right: 1px solid #434343;
    }

    #footerArea #footerNaviBlock ul li:first-child {
        padding: 0 20px 0 0;
    }

    #footerArea #footerNaviBlock ul li:last-child {
        padding: 0 0 0 20px;
        border: none;
    }

    #footerArea #footerNaviBlock ul li a {
        display: inline-block;
        color: #434343;
        font-size: 93.4%;
    }

    #footerArea #footerNaviBlock ul li a:hover {
        color: #6b696a;
    }

    #footerArea .copyRights {
        font-size: 93.4%;
        text-align: center;
        color: #434343;
        margin: 25px 0 0 0;
    }

    /* main slider
========================================================================== */
    .wideslider {
        width: 100%;
        text-align: left;
        position: relative;
        overflow: hidden;
        margin: 0.5% 0 0 0;
    }

    .wideslider ul,
    .wideslider ul li {
        float: left;
        display: inline;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .wideslider ul li img {
        width: 100%;
        display: none;
    }

    .wideslider_base {
        top: 0;
        position: absolute;
    }

    .wideslider_wrap {
        top: 0;
        position: absolute;
        overflow: hidden;

    }

    .slider_prev,
    .slider_next {
        top: 0;
        overflow: hidden;
        position: absolute;
        z-index: 100;
        cursor: pointer;
    }

    .slider_prev {
        background: #fff url(https://hugme-shop.jp/wp-content/themes/responsive/images/prev.png) no-repeat right 50%;
    }

    .slider_next {
        background: #fff url(https://hugme-shop.jp/wp-content/themes/responsive/images/next.png) no-repeat left 50%;
    }

    .pagination {
        bottom: 15px;
        left: 0;
        width: 100%;
        height: 15px;
        text-align: center;
        position: absolute;
        z-index: 50;
    }

    .pagination a {
        margin: 0 5px;
        width: 10px;
        height: 10px;
        display: inline-block;
        overflow: hidden;
        background: #000;
        border-radius: 26px;
    }

    .pagination a.active {
        filter: alpha(opacity=100) !important;
        -moz-opacity: 1 !important;
        opacity: 1 !important;
        background: #f4bbd4;
        border-radius: 13px;
    }

    /* slide
========================================================================== */

    .line1 a {
        width: 1000px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    /* Lightbox
========================================================================== */
    .boxer-lock {
        overflow: hidden !important;
    }

    #boxer-overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        background: #000000;
        opacity: 0;
        -webkit-transition: opacity 0.25s linear;
        transition: opacity 0.25s linear;
    }

    .boxer-open #boxer-overlay {
        opacity: 0.75;
    }

    #boxer {
        width: 200px;
        height: 200px;
        position: absolute;
        right: 0;
        left: 0;
        z-index: 101;
        background: #ffffff;
        border-radius: 3px;
        box-shadow: 0 0 25px #000000;
        opacity: 0;
        margin: 0 auto;
        padding: 10px;
    }

    #boxer * {
        -webkit-transition: none;
        transition: none;
    }

    #boxer,
    #boxer * {
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }

    #boxer,
    #boxer *,
    #boxer *:before,
    #boxer *:after {
        box-sizing: border-box;
    }

    #boxer.fixed {
        position: fixed;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    #boxer.inline {
        padding: 30px;
    }

    #boxer.animating {
        -webkit-transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
        transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
    }

    #boxer.animating .boxer-container {
        -webkit-transition: opacity 0.25s linear 0.25s;
        transition: opacity 0.25s linear 0.25s;
    }

    .boxer-open #boxer {
        opacity: 1;
    }

    #boxer.loading .boxer-container {
        opacity: 0;
        -webkit-transition: opacity 0.25s linear;
        transition: opacity 0.25s linear;
    }

    #boxer .boxer-close {
        width: 30px;
        height: 30px;
        position: absolute;
        top: -7.5px;
        right: -7.5px;
        z-index: 105;
        background: #ffffff;
        border-radius: 100%;
        cursor: pointer;
        display: block;
        overflow: hidden;
        padding: 0;
        text-indent: 200%;
        white-space: nowrap;
    }

    #boxer .boxer-close:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: #333333;
        content: "\00d7";
        display: block;
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        margin: auto;
        text-align: center;
        text-indent: 0;
        -webkit-transition: color 0.15s linear;
        transition: color 0.15s linear;
    }

    .no-opacity #boxer .boxer-close {
        text-indent: -999px;
    }

    #boxer .boxer-loading {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 105;
        display: block;
        margin: auto;
        opacity: 0;
        -webkit-transition: opacity 0.25s linear;
        transition: opacity 0.25s linear;
    }

    #boxer .boxer-loading:before,
    #boxer .boxer-loading:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 110%;
        content: '';
        display: block;
    }

    #boxer .boxer-loading:before {
        border: 5px solid rgba(51, 51, 51, 0.25);
    }

    #boxer .boxer-loading:after {
        -webkit-animation: boxer-loading-spin 0.75s linear infinite;
        animation: boxer-loading-spin 0.75s linear infinite;
        border: 5px solid transparent;
        border-top-color: #333333;
    }

    #boxer.loading .boxer-loading {
        opacity: 1;
    }

    @-webkit-keyframes boxer-loading-spin {
        from {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes boxer-loading-spin {
        from {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    #boxer .boxer-container {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 103;
        background: #ffffff;
        overflow: hidden;
    }

    #boxer .boxer-content {
        width: 100%;
        background: #ffffff;
        opacity: 1;
        overflow: hidden;
        padding: 0;
    }

    #boxer.inline .boxer-content,
    #boxer.iframe .boxer-content {
        width: auto;
    }

    #boxer .boxer-image {
        float: left;
    }

    #boxer .boxer-video {
        width: 100%;
        height: 100%;
    }

    #boxer .boxer-iframe {
        width: 100%;
        height: 100%;
        border: none;
        float: left;
        overflow: auto;
    }

    #boxer .boxer-meta {
        clear: both;
    }

    #boxer .boxer-control {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        background: #ffffff;
        border-radius: 100%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        cursor: pointer;
        display: block;
        margin-right: auto;
        margin-left: auto;
        opacity: 1;
        overflow: hidden;
        text-indent: 200%;
        -webkit-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear;
        white-space: nowrap;
    }

    #boxer .boxer-control:before {
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        margin: auto;
    }

    #boxer .boxer-control.previous {
        left: 20px;
    }

    #boxer .boxer-control.previous:before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 10.4px solid #333333;
        margin-left: 14px;
    }

    #boxer .boxer-control.next {
        right: 20px;
    }

    #boxer .boxer-control.next:before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 10.4px solid #333333;
        margin-right: 14px;
    }

    #boxer .boxer-control.disabled {
        opacity: 0;
    }

    .no-opacity #boxer .boxer-control {
        text-indent: -999px;
    }

    .no-touch #boxer .boxer-control {
        opacity: 0;
    }

    .no-touch #boxer:hover .boxer-control {
        opacity: 1;
    }

    .no-touch #boxer:hover .boxer-control.disabled {
        opacity: 0;
        cursor: default !important;
    }

    #boxer .boxer-meta {
        padding: 10px 0 0 0;
    }

    #boxer .boxer-position {
        color: #999999;
        font-size: 12px;
        margin: 0;
        padding: 15px 15px 0 15px;
    }

    #boxer .boxer-caption p {
        color: #666666;
        font-size: 14px;
        margin: 0;
        padding: 15px;
    }

    #boxer .boxer-caption.gallery p {
        padding-top: 0;
    }

    #boxer .boxer-error {
        width: 250px;
    }

    #boxer .boxer-error p {
        color: #990000;
        font-size: 14px;
        margin: 0;
        padding: 25px;
        text-align: center;
        text-transform: uppercase;
    }

    #boxer.mobile {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #111111;
        border-radius: 0;
        padding: 40px 0 0;
    }

    #boxer.mobile .boxer-close,
    #boxer.mobile .boxer-close:hover {
        height: 40px;
        width: 40px;
        top: 0;
        right: 0;
        background: #111111;
        border-radius: 0;
    }

    #boxer.mobile .boxer-close:before,
    #boxer.mobile .boxer-close:hover:before {
        color: #cccccc;
        font-size: 28px;
        font-weight: 700;
        line-height: 40px;
    }

    #boxer.mobile .boxer-loading:before {
        border-color: rgba(153, 153, 153, 0.25);
    }

    #boxer.mobile .boxer-loading:after {
        border-top-color: #999999;
    }

    #boxer.mobile .boxer-container {
        background: #111111;
    }

    #boxer.mobile .boxer-content {
        background-color: #111111;
    }

    #boxer.mobile .boxer-control {
        width: 50px;
        height: 100%;
        background: #111111;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
    }

    #boxer.mobile .boxer-control.previous {
        left: 0;
    }

    #boxer.mobile .boxer-control.previous:before {
        border-right-color: #eeeeee;
        margin-left: 19px;
    }

    #boxer.mobile .boxer-control.next {
        right: 0;
    }

    #boxer.mobile .boxer-control.next:before {
        border-left-color: #eeeeee;
        margin-right: 19px;
    }

    .no-touch #boxer.mobile .boxer-control,
    .no-touch #boxer.mobile:hover .boxer-control {
        opacity: 1;
    }

    .no-touch #boxer.mobile .boxer-control.disabled,
    .no-touch #boxer.mobile:hover .boxer-control.disabled {
        opacity: 0;
        cursor: default !important;
    }

    #boxer.mobile .boxer-meta {
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #111111;
        padding: 15px 65px;
    }

    #boxer.mobile .boxer-position {
        color: #999999;
        font-size: 12px;
        margin: 0;
        padding: 0 15px 0 0;
    }

    #boxer.mobile .boxer-caption p {
        color: #eeeeee;
        font-size: 14px;
        margin: 0;
        padding: 0;
    }

    #boxer.mobile .boxer-image {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    #boxer.mobile.animated .boxer-image {
        -webkit-transition: -webkit-transform 0.25s ease-out !important;
        transition: transform 0.25s ease-out !important;
    }

    #boxer.mobile.inline .boxer-content,
    #boxer.mobile.iframe .boxer-content {
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }


    /* voice
========================================================================== */
    .voice-list {
        width: 100%;
        min-width: 300px;
        margin: 50px auto;
    }

    .voice-list .voice-box_top .flexslider {
        border: 5px solid #303030;
        /*border:3px dotted #303030;*/
    }

    /*  h2.voice-category  */
    h2.voice-category {
        font-size: 20px;
        position: relative;
        text-align: center;
        margin: 30px;
    }

    h2.voice-category::before {
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: 10;
        content: '';
        display: block;
        height: 3px;
        background: #ccc;
        background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
        background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
    }

    h2.voice-category span {
        position: relative;
        z-index: 11;
        display: inline-block;
        margin: 0 4em;
        padding: 0 1em;
        background-color: #fff;
        text-align: center;
    }

    #hugme_hp h2.voice-category {
        display: none;
    }

    h3.name {
        font-weight: bold;
        font-size: 120%;
        padding: 20px;
        text-indent: 3em;
    }

    h3.name::after {
        content: '';
        display: block;
        height: 1.5px;
        margin-left: 180px;
        background: #ccc;
        background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
        background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
    }

    h3.name br {
        display: none;
    }

    /* FlexSlider Necessary Styles
*********************************/
    .flexslider {
        margin: 0;
        padding: 0;
    }

    .flexslider .slides>li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    /* Clearfix for the .slides element */
    .slides:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    html[xmlns] .slides {
        display: block;
    }

    * html .slides {
        height: 1%;
    }

    .no-js .slides>li:first-child {
        display: block;
    }

    /* FlexSlider Default Theme
*********************************/
    .flexslider {
        position: relative;
        padding: 2em;
    }

    .flexslider .slides .flex-img {
        width: 20%;
        float: left;
        margin: 0 5px 0 0;
        text-align: center;
        line-height: 0.8em;
    }

    /* Clearfix for the .slides element */
    .flexslider .slides .flex-img img {
        width: 100%;
    }

    .flexslider .slides .flex-img .small {
        font-size: 12px;
    }

    .flexslider .slides .flex-img .small br {
        display: none;
    }

    /* Clearfix for the .slides element */
    .flexslider .slides .flex-caption {
        width: 75%;
        float: right;
        padding-left: 5px;
    }

    .flexslider .slides .flex-caption:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .flex-viewport {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        transition: all 1s ease;
    }

    .loading .flex-viewport {
        max-height: 300px;
    }

    /* Direction Nav */
    .flex-direction-nav {
        *height: 0;
    }

    .flex-direction-nav a {
        width: 25px;
        height: 38px;
        margin: -20px 0 0;
        display: block;
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/voice/voice_ico_001.png) no-repeat 0 0;
        position: absolute;
        top: 50%;
        z-index: 1;
        cursor: pointer;
        text-indent: -9999px;
        opacity: 0;
        -webkit-transition: all .3s ease;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 5px;
        background-position: 100% 0;
    }

    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 5px;
    }

    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

    .flex-direction-nav .flex-disabled {
        opacity: .3 !important;
        filter: alpha(opacity=30);
        cursor: default;
    }

    /* はぐぴく投票ボタン
*********************************/
    p.vote a.btn-default {
        text-align: center;
        background: none;
        color: #ea4c41;
        border: 1px solid #ea4c41;
        border-top: none;
        display: block;
        padding: 5px 0;
    }

    p.vote a.btn-default:hover {
        background-color: #ea4c41;
        color: #fff;
        border: 1px solid #ea4c41;
        border-top: none;
    }


    /* BCS
*********************************/

    div.bcs_check {
        margin-bottom: 100px;
    }

    div.bcs_check h2 {
        text-align: center;
        margin-bottom: 10px;
    }

    div.bcs_check .description {
        text-align: center;
    }

    /*イラストあり
div.bcs_check ul {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
div.bcs_check ul li {
	width:330px;
	font-size:14px;
}
div.bcs_check ul li p {
	padding:20px;
}
div.bcs_check ul li img {
	display:block;
	margin:0 auto;
	width:100%;
	height:auto;
}
div.bcs_check ul li:nth-child(1) {
	margin:0 20px 0 30px;
}
div.bcs_check ul li:nth-child(2) {
	margin:0 30px 0 20px;
}*/

    div.bcs_check ul {
        margin: 40px 20px;
    }

    div.bcs_check ul li {
        position: relative;
        display: flex;
        align-items: center;
        padding: 20px 25px 20px 20px;
        margin: 0 0 30px;
        width: 100%;
        font-size: 15px;
        background: #fbf8f4;
        border-radius: 20px;
        box-sizing: border-box;
    }

    div.bcs_check ul li:after {
        position: absolute;
        bottom: -12px;
        left: 38px;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 10px 0 10px;
        border-color: #fbf8f4 transparent transparent transparent;
    }

    div.bcs_check ul li:last-child:after {
        display: none;
    }

    div.bcs_check ul li img {
        display: block;
        margin-right: 20px;
    }

    div.bcs_table {
        background: url(../image/footprint.jpg);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    div.bcs_table h2 {
        text-align: center;
        margin-bottom: 10px;
    }

    div.bcs_table .description {
        text-align: center;
    }

    div.bcs_table table {
        width: 940px;
        margin: 10px auto 0;
        border-collapse: collapse;
        border-spacing: 0;
        /*background:url(images/bcs/bcs_table/bg.jpg);*/
        border-radius: 30px;
    }

    div.bcs_table table th {
        padding: 30px 30px 30px 10px;
    }

    div.bcs_table table td {
        font-size: 16px;
        line-height: 2;
        padding: 30px 0 30px 10px;
    }

    div.bcs_table table td img {
        display: block;
        margin-bottom: 10px;
    }

    div.bcs_table table tr {
        border-bottom: 2px dashed #908267;
    }

    div.bcs_table table tr:last-child {
        border-bottom: 0;
    }


    /* コラム
*********************************/

    #column_area {
        width: 1000px;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 0 50px;
    }

    #column_area h2 {
        margin: 50px auto;
        text-align: center;
    }

    /*記事一覧*/

    .column_h1 {
        padding: 0 0 8px;
        margin: 0 0 50px;
        font-size: 24px;
        color: #534741;
        border-bottom: 1px solid #000;
    }

    .column_h1 span {
        font-size: 26px;
        font-weight: bold;
    }

    #column_list {
        width: 1000px;
        margin: 0 auto;
    }

    #column_list ul.list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    #column_list ul.list li {
        margin-bottom: 50px;
        width: 30%;
        margin-right: calc(10% / 2);
    }

    #column_list ul.list li:nth-child(3n) {
        margin-right: 0;
    }

    #column_list ul.list li div.thumb {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
        border-radius: 20px;
    }

    #column_list ul.list li div.thumb img {
        width: 100%;
        height: auto;
        transition: transform 0.2s;
    }

    #column_list ul.list li a:hover div.thumb img {
        width: 100%;
        height: auto;
        transform: scale(1.1);
    }

    #column_list ul.list li div.thumb div.enter {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        -webkit-transition: .5s;
        transition: .5s;
    }

    #column_list ul.list li div.thumb div.enter:before {
        content: 'もっと見る \f138';
        font-family: 'Font Awesome 5 Free', FontAwesome, 'Noto Sans JP', sans-serif;
        color: #fff;
        font-size: 1.4rem;
        position: absolute;
        bottom: 0;
        margin: auto;
        display: block;
        width: 100%;
        text-align: center;
        opacity: 0;
        -webkit-transition: .5s;
        transition: .5s;
    }

    #column_list ul.list li a:hover div.thumb div.enter {
        background: rgba(0, 0, 0, 0.2);
    }

    #column_list ul.list li a:hover div.thumb div.enter:before {
        bottom: 80px;
        opacity: 1;
    }

    #column_list ul.list li div.entry_info div.category span {
        padding: 0 10px;
        color: #FF8C7F;
        border: 1px solid #FF8C7F;
    }

    #column_list ul.list li div.entry_info {
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0;
    }

    #column_list ul.list li div.title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    #column_list ul.list li .text {
        font-size: 15px;
        color: #aaa;
    }

    /*もっと見る*/

    .more_column {
        text-align: center;
    }

    .more_column a {
        display: block;
        margin: 0 auto;
        width: 300px;
    }

    .more_column a img {
        width: 100%;
        height: auto;
    }

    /*ページネーション*/

    div.pagenation ul {
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    div.pagenation ul li {
        display: flex;
        margin: 0 10px;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        font-size: 19px;
    }

    div.pagenation ul li a {
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #000;
        border: 2px solid #F2F2F2;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    div.pagenation ul li.current {
        color: #fff;
        background: #FF8C7F;
    }

    /*カテゴリー一覧*/

    div#category_form {
        display: flex;
        padding: 30px 0;
        margin: 0 auto;
        width: 1000px;
    }

    div#category_form p {
        padding: 0 15px 0 0;
        line-height: 40px;
        vertical-align: middle;
        font-size: 22px;
    }

    /*div#category_form p:before {
	margin:0;
	content: "\f70e";
	font-family: 'Font Awesome 5 Free','FontAwesome','Noto Sans JP',sans-serif;
	font-weight: bold;
	font-size:22px;
	color: #ff8c7f;
}*/

    div#category_form p:before {
        padding: 15px 15px 15px 0;
        vertical-align: middle;
    }

    div#category_form form {
        position: relative;
        width: 20%;
    }

    div#category_form form:before,
    div#category_form form:after {
        content: '';
        position: absolute;
        border-top: #464646 2px solid;
        width: 4%;
        top: 50%;
        margin: -.5% 0 0;
    }

    div#category_form form:before {
        transform: rotate(45deg);
        left: 89%;
    }

    div#category_form form:after {
        transform: rotate(-45deg);
        left: 91.5%;
    }

    div#category_form select {
        outline: 0;
        -moz-appearance: none;
        text-indent: .01px;
        text-overflow: '';
        background: none transparent;
        vertical-align: middle;
        font-size: inherit;
        color: inherit;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: 4% 6%;
        border: 2px solid #464646;
        color: #464646;
        width: 100%;
        border-radius: 3px;
    }

    div.category_list {
        display: flex;
        margin: 0 auto;
        width: 100%;
        max-width: 1000px;
    }

    div.category_list ul {
        padding: 50px 0 10px;
        width: 100%;
        text-align: center;
    }

    div.category_list ul li {
        display: inline-block;
        margin: 0 10px;
        text-align: left;
    }

    div.category_list ul li:last-child {
        border: none;
    }

    div.category_list ul li a {
        display: inline-block;
        position: relative;
        padding: 0 5px;
        width: 100%;
        height: 100%;
        font-size: 16px;
        font-weight: bold;
        color: #260000;
        text-align: center;
    }

    div.category_list ul li a:before {
        content: "";
        width: 100%;
        height: 8px;
        position: absolute;
        bottom: 3px;
        left: 0px;
        background-color: #f9d3cd;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        z-index: -1;
    }

    div.category_list ul li a:hover {
        opacity: 0.5;
    }

    /*div.category_list {
	display:flex;
	margin:0 auto;
	width:100%;
	max-width:1000px;
}

div.category_list span {
}

div.category_list ul {
	border-radius:5px;
	padding:10px 0 30px;
	margin:0 0 30px;
	border-bottom:2px dashed #000;
}
div.category_list ul li {
	display:inline-block;
	padding:0 10px 0 0;
	text-align:left;
}
div.category_list ul li:last-child {
	border:none;
}
div.category_list ul li a {
	display:block;
	padding:8px 10px;
	width:100%;
	height:100%;
	font-size:12px;
	color:#260000;
	background:#f8d3cd;
	box-sizing:border-box;
	border-radius:2px;
	transition:0.2s;
}
div.category_list ul li a:hover {
	opacity:0.5;
}*/

    /*----------------------------------
個別記事ページ
------------------------------------*/

    div.post_container {
        width: 760px;
        padding: 20px 0 0;
        margin: 0 auto;
    }

    div.post_container h1 {
        font-size: 30px;
        font-weight: bold;
    }

    /*カテゴリー＆タグエリア*/

    div.other_info {
        display: flex;
        padding: 20px 0;
        align-items: center;
        justify-content: space-between;
        text-align: right;
    }

    ul.tag_list {
        position: relative;
        font-size: 12px;
        padding: 0 20px;
    }

    ul.tag_list:before {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        background: url(../image/tag.png) no-repeat;
        background-size: cover;
        top: 3px;
        left: 0;
    }

    ul.tag_list li {
        position: relative;
        display: inline-block;
        padding: 0 15px 0 0;
        margin: 0 5px 12px 0;
    }

    ul.tag_list li:before {
        content: "/";
        position: absolute;
        right: 0;
    }

    ul.tag_list li:last-child:before {
        display: none;
    }

    ul.tag_list li a {
        text-decoration: underline;
    }

    ul.tag_list li a:hover {
        text-decoration: none;
    }

    ul.social {
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 200px;
    }

    ul.social li {
        padding: 0 5px;
    }

    ul.social li img {
        width: 30px;
        height: 30px;
    }

    /*記事エリア*/

    div.post_main div.eyecatch {
        margin-bottom: 40px;
    }

    div.post_main div.eyecatch img {
        border-radius: 30px;
    }

    div.post_main img {
        width: 100%;
        height: auto;
    }

    div.post_main p {
        font-size: 16px;
        padding: 0 0 40px;
        line-height: 2.2;
    }

    div.post_main .bold {
        font-weight: bold;
    }

    div.post_main h2 {
        border-bottom: 1px dashed #ff8c7f;
        font-size: 24px;
        background: url(../image/h2_bg.gif) left top no-repeat;
        background-size: 20px auto;
        padding: 18px 0 2px 27px;
        margin: 0 0 30px;
        background-size: 36px auto;
        font-weight: bold;
    }

    div.post_main h3 {
        border-bottom: none;
        font-size: 20px;
        border-left: #c2ad94 solid 3px;
        position: relative;
        padding: 0 0 0 7px;
        margin: 0 0 30px;
        line-height: 1.3;
        font-weight: bold;
    }

    div.post_main h3::before {
        content: "";
        position: absolute;
        height: 50%;
        width: 3px;
        left: -3px;
        bottom: 0;
        background: #ff8c7f;
    }

    div.post_main .check_mark {
        background: url(../image/check.png) left 3px no-repeat;
        background-size: 15px 14px;
        font-size: 16px;
        padding: 0 0 0 28px;
        list-style: none;
    }

    div.entry_info {
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    div.entry_info div.category {}

    div.entry_info div.category a {
        font-size: 12px;
        color: #FF8C7F;
        background: #fff;
        padding: 1px 10px;
        border: 1px solid #FF8C7F;
        color: #FF8C7F;
    }

    /*記事内リストスタイル*/

    div.post_main li {
        margin-bottom: 16px;
    }

    div.post_main li:last-child {
        margin-bottom: 0;
    }

    /*記事各要素スタイル*/

    div.post_main .waku {
        list-style-type: disc;
        margin-bottom: 1.5em;
        padding: 2.5em;
        border: solid 2px #dcdcdc;
        border-radius: 5px;
    }

    div.post_main .pink_bg {
        margin-top: -30px;
        margin-bottom: 30px;
        padding: 20px;
        background: #fff7f6;
        border-radius: 5px;
    }

    div.post_main .green_bg {
        margin-top: -30px;
        margin-bottom: 30px;
        padding: 20px;
        background: #f1ffe8;
        border-radius: 5px;
    }

    div.post_main .blue_bg {
        margin-top: -30px;
        margin-bottom: 30px;
        padding: 20px;
        background: #eff2ff;
        border-radius: 5px;
    }

    /*記事内画像スタイル*/

    div.post_main p img {
        width: 100%;
        height: auto;
        border: 5px solid #fff;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    }


    /*----------------------------------
目次CSS
------------------------------------*/

    #ez-toc-container {
        background: #fdf5f9;
        padding: 30px;
        margin: 0 0 40px;
        border-radius: 5px;
    }

    .ez-toc-title {
        font-size: 18px !important;
        font-weight: bold;
        color: #ff8c7f;
        padding: 0 !important;
    }

    .ez-toc-title:before {
        margin: 0 10px 0 0;
        content: "\f303";
        font-family: 'Font Awesome 5 Free', 'FontAwesome', 'Noto Sans JP', sans-serif;
        font-weight: bold;
        font-size: 18px;
        color: #ff8c7f;
    }

    ul.ez-toc-list {
        padding-left: 20px;
    }

    ul.ez-toc-list li {
        margin: 18px 0;
    }

    ul.ez-toc-list li a {
        padding: 0 0 0 15px;
        position: relative;
        font-size: 16px;
        font-weight: bold;
        color: #534741;
        transition: 0.2s;
    }

    ul.ez-toc-list li a:hover {
        opacity: 0.6;
    }

    ul.ez-toc-list li a:before {
        content: "\f0da";
        font-family: 'Font Awesome 5 Free', 'FontAwesome', 'Noto Sans JP', sans-serif;
        font-weight: bold;
        font-size: 1.5rem;
        color: #ff8c7f;
        position: absolute;
        top: -8px;
        left: 2px;
    }

    /*----------------------------------
iDish原材料コンテンツ
------------------------------------*/

    .bg_wood {
        padding: 0 0 55px;
        width: 1000px;
        background: url(../image/bg_wood.jpg);
    }

    .bg_sea {
        padding: 0 0 55px;
        width: 1000px;
        background: url(../image/bg_sea.jpg);
        background-position: bottom;
    }

    .bg_sea .material:before {
        display: none;
    }

    .material {
        position: relative;
        width: 890px;
        padding: 110px 70px 70px;
        margin: 0 auto;
        background: url(../image/line.png), url(../image/line.png), url(images/idish/material/bg.gif);
        background-repeat: repeat-x, repeat-x, repeat;
        background-position: left top, left bottom, center;
        box-sizing: border-box;
        border-radius: 20px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

    .material.sea {
        position: relative;
        width: 890px;
        padding: 110px 70px 70px;
        margin: 0 auto;
        background: url(../image/line_f.png), url(../image/line_f.png), url(images/idish/material/fish_illust.png), url(images/idish/material/bg.gif);
        background-repeat: repeat-x, repeat-x, no-repeat, repeat;
        background-position: left top, left bottom, bottom, center;
        box-sizing: border-box;
        border-radius: 20px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

    .material:before {
        content: "";
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 420px;
        height: 130px;
        background: url(../image/title_s.png);
    }

    .material p.annotation {
        text-align: center;
        font-size: 13px;
    }

    .C_Btn_container {
        display: flex;
        padding: 30px 0 50px;
        margin: 0 auto;
        width: 890px;
        justify-content: space-between;
    }

    .C_Btn {
        width: 200px;
        height: 60px;
        text-indent: -9999px;
        transition: all 0.1s;
        border-radius: 30px;
        cursor: pointer;
    }

    .C_Btn.is-active {
        margin-top: -5px;
        box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
    }

    .C_Btn:nth-child(1) {
        background: url(../image/1.png);
    }

    .C_Btn:nth-child(1).is-active {
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/idish/material/button/1h.png);
    }

    .C_Btn:nth-child(2) {
        background: url(../image/2.png);
    }

    .C_Btn:nth-child(2).is-active {
        background: url(../image/2h.png);
    }

    .C_Btn:nth-child(3) {
        background: url(../image/3.png);
    }

    .C_Btn:nth-child(3).is-active {
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/idish/material/button/3h.png);
    }

    .C_Btn:nth-child(4) {
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/idish/material/button/4.png);
    }

    .C_Btn:nth-child(4).is-active {
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/idish/material/button/4h.png);
    }

    .C_Panel {
        position: relative;
    }

    .C_Panel:before {
        content: "";
        position: absolute;
        top: -130px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 420px;
        height: 130px;
    }

    .C_Panel:nth-child(1):before {
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/idish/material/title_s_f1.png);
    }

    .C_Panel:nth-child(2):before {
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/idish/material/title_s_f2.png);
    }

    .C_Panel:nth-child(3):before {
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/idish/material/title_s_f3.png);
    }

    .C_Panel:nth-child(4):before {
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/idish/material/title_s_f4.png);
    }

    .other_title {
        margin: 30px 0 50px;
    }

    .itemList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .itemList li {
        margin-bottom: 10px;
    }

    .tooltip {
        margin: 0 auto;
        text-align: center;
    }

    .tooltip li {
        position: relative;
        display: inline-block;
        margin: 0 20px 20px 0;
        background: #e9fae7;
        border: 1px solid #a0908b;
        cursor: pointer;
    }

    .tooltip li span {
        position: relative;
        display: block;
        padding: 10px 15px 10px 40px;
        color: #572413;
        font-size: 14px;
    }

    /*.tooltip li span:after {
	display:none;
	content: "";
	position: absolute;
	bottom:35px;
	left:30px;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fffbeb;
	z-index:11;
}*/

    .tooltip li span:after {
        display: none;
        content: "";
        position: absolute;
        bottom: 44px;
        left: 30px;
        width: 30px;
        height: 16px;
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/idish/material/arrow.png);
        z-index: 11;
    }

    .tooltip li:hover span:after {
        display: block;
    }

    .tooltip li span:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
        margin: auto 0;
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/idish/material/plus.png);
        background-repeat: no-repeat;
        transform: rotate(0deg);
        transition: all 0.1s;
    }

    .tooltip li:hover span:before {
        transform: rotate(90deg);
    }

    .tooltip li p {
        position: absolute;
        display: none;
        bottom: 0;
        left: 0;
        padding: 10px 15px;
        width: 220px;
        background: #fffbeb;
        border-radius: 10px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        z-index: 10;
        opacity: 0;
        transition: all 0.1s;
    }

    .tooltip li:hover span+p {
        display: block;
        bottom: 60px;
        opacity: 1;
    }


    /*----------------------------------
お知らせページ
------------------------------------*/
    .noticeBlockA01 {
        font-size: 16px;
    }

    .noticeBlockA01 h2 {
        padding: 0 0 30px;
        margin: 0 0 50px;
        font-size: 24px;
        text-align: center;
        border-bottom: 1px dotted;
    }

    .noticeBlockA01 p {
        margin: 0 0 30px;
        line-height: 2;

    }

    /*-----------------------------------
商品紹介ページ
-------------------------------------*/

    .product .left {
        float: left;
        width: 450px;
    }

    .product .right {
        float: left;
        width: 550px;
    }

    .product .right p.btn {
        text-align: center;
    }

    .product .right dl {
        margin: 30px 0;
        border-top: 1px solid #333;
    }

    .product .right dl:last-child {
        margin-bottom: 40px;
    }

    .product .right dl img {
        display: block;
        width: 100%;
        height: auto;
    }

    .product .right dl dt {
        float: left;
        width: 50%;
        padding-top: 20px;
    }

    .product .right dl dd {
        float: left;
        width: 50%;
        padding-top: 28px;
    }

    .product_in_ask {
        padding: 0 3%;
    }

    .product_in_ask .other_ask {
        margin: 2rem 0;
        text-align: center;
    }

    .product_in_ask .other_ask a {
        text-decoration: underline;
    }
    
    .review_button {
        height: 40px;
        padding:0 6%;
        margin: 0 0 50px;
    }

    .review_button > a {
        padding: 0.5rem 1rem;
        display: block;
        border: 2px solid #000;
        border-radius: 10px;
        font-weight: bold;
        font-size: 1.1rem;
        text-align: center;
        position: relative;
    }

    .review_button > a img {
        display: inline-block;
        height: 30px;
        width: auto;
        margin-right: 10px;
    }
    .review_button > a::before { /* くの字の表示設定 */
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        width: 10px;    /* くの字を山なりに見た時、左側の長さ */
        height: 10px;   /* くの字を山なりに見た時、右側の長さ */
        border-top: 2px solid #000;     /* くの字を山なりに見た時、左側の太さと色 */
        border-right: 2px solid #000;   /* くの字を山なりに見た時、右側の太さと色 */
        transform: rotate(45deg);    /* くの字の向き */
      }
    
      .ask_button {
          height: 40px;
          padding:0 6%;
          margin: 0 0 20px;
      }

      .ask_button > a {
          padding: 0.5rem 1rem;
          display: block;
          border: 2px solid #000;
          border-radius: 10px;
          font-weight: bold;
          font-size: 1.1rem;
          text-align: center;
          position: relative;
      }
  
      .ask_button > a img {
          display: inline-block;
          height: 30px;
          width: auto;
          margin-right: 10px;
      }
      .ask_button > a::before { /* くの字の表示設定 */
          content: "";
          margin: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 10px;
          width: 10px;    /* くの字を山なりに見た時、左側の長さ */
          height: 10px;   /* くの字を山なりに見た時、右側の長さ */
          border-top: 2px solid #000;     /* くの字を山なりに見た時、左側の太さと色 */
          border-right: 2px solid #000;   /* くの字を山なりに見た時、右側の太さと色 */
          transform: rotate(45deg);    /* くの字の向き */
        }

    /*-----------------------------------
メディア掲載一覧
-------------------------------------*/

    .mediaList ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .mediaList ul li {
        width: 30%;
        margin-left: calc(10% / 4);
    }

    .mediaList ul li img {
        margin-bottom: 15px;
        width: 100%;
        height: auto;
        border: 1px solid #ddd;
        box-sizing: border-box;
    }

    .mediaList ul li a {
        text-decoration: underline;
    }

    .mediaList ul li p {
        padding-top: 15px;
        font-size: 14px;
    }

    /*-----------------------------------
よくある質問
-------------------------------------*/


    .ask_anchor {
        border: 2px dotted #303030;
        border-radius: 5px;
        padding: 20px;
    }

    .ask_anchor ul {
        display: flex;
        flex-wrap: wrap;
    }

    .ask_anchor ul li {
        padding: 10px;
    }

    .anchorBlockA01 ul li a {
        color: #303030;
    }

}

/* SP用スタイルシート ************************************************************
**********************************************************************************
**********************************************************************************
**********************************************************************************/



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

    /* ==========================================================================
Reset & Base Setting
========================================================================== */
    /* default style reset
-------------------------------------*/
    html {
        background: #fff;
    }

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    code,
    form,
    fieldset,
    p,
    blockquote,
    th,
    td {
        margin: 0;
        padding: 0;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    button,
    textarea {
        margin: 0;
        padding: 0;
        background: #fff;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    table {
        border-collapse: separate;
        border-spacing: 0;
    }

    fieldset,
    img {
        border: 0;
    }

    img {
        vertical-align: top;
        max-width: 100%;
        -webkit-tap-highlight-color: transparent;
    }

    /*address,caption,em,strong,th{font-style:normal;font-weight:normal;}*/
    th {
        font-style: normal;
        font-weight: normal;
    }

    ol,
    ul {
        list-style: none;
    }

    caption,
    th,
    td {
        text-align: left;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 100%;
        font-weight: normal;
    }

    sup {
        vertical-align: text-top;
    }

    sub {
        vertical-align: text-bottom;
    }

    input,
    textarea,
    select {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
    }

    input,
    textarea,
    select {
        *font-size: 100%;
    }

    a {
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
        cursor: pointer !important;
    }

    a:active {
        text-decoration: none;
    }

    div#dp_swf_engine {
        display: none;
    }

    /* body setting
-------------------------------------*/
    body {
        padding: 70px 0 0;
        color: #303030;
        font-family: Meiryo, 'MS PGothic', 'Hiragino Kaku Gothic ProN', 'Lucida Grande', sans-serif;
        font-size: 14px;
        text-align: left;
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
        box-sizing: border-box;
    }

    html:not(:target) body {
        font-size: 14px;
    }

    /* clearfix
-------------------------------------*/
    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

    .clearfix {
        zoom: 1;
    }

    /* ==========================================================================
General Style
========================================================================== */
    /* text style
========================================================================== */
    .tCenter {
        text-align: center !important;
    }

    .tLeft {
        text-align: left !important;
    }

    .tRight {
        text-align: right !important;
    }

    .underline {
        text-decoration: underline !important;
    }

    .overline {
        text-decoration: overline !important;
    }

    .relative {
        position: relative !important;
    }

    .absolute {
        position: absolute !important;
    }

    .static {
        position: static !important;
    }

    .vTop {
        vertical-align: top !important;
    }

    .vMiddle {
        vertical-align: middle !important;
    }

    .vBottom {
        vertical-align: bottom !important;
    }

    .fLeft {
        float: left !important;
    }

    .fRight {
        float: right !important;
    }

    .fNone {
        float: none !important;
    }

    .indent {
        text-indent: -1em !important;
        padding-left: 1em !important;
    }

    .txtRed {
        color: #C00 !important;
    }

    .txtBlue {
        color: #06F !important;
    }

    .txtOrange {
        color: #F60 !important;
    }

    .txtGreen {
        color: #a6140f !important;
    }

    .bold {
        font-weight: bold !important;
    }

    .xlargeText {
        font-size: 142% !important;
    }

    .largeText {
        font-size: 125% !important;
    }

    .smallText {
        font-size: 84% !important;
    }

    .aStyle1 {
        color: #597dc6;
        text-decoration: underline;
    }

    .aStyle1:hover {
        text-decoration: none;
    }

    /* margin
========================================================================== */
    .mt00 {
        margin-top: 0 !important;
    }

    .mt05 {
        margin-top: 5px !important;
    }

    .mt15 {
        margin-top: 15px !important;
    }

    .mt20 {
        margin-top: 20px !important;
    }

    .mt25 {
        margin-top: 25px !important;
    }

    .mt30 {
        margin-top: 30px !important;
    }

    .mt35 {
        margin-top: 35px !important;
    }

    .mt40 {
        margin-top: 40px !important;
    }

    .mt45 {
        margin-top: 45px !important;
    }

    .mt50 {
        margin-top: 50px !important;
    }

    .mt55 {
        margin-top: 55px !important;
    }

    .mt60 {
        margin-top: 60px !important;
    }

    .mt65 {
        margin-top: 65px !important;
    }

    .mt70 {
        margin-top: 70px !important;
    }

    .mt75 {
        margin-top: 75px !important;
    }

    .mt80 {
        margin-top: 80px !important;
    }

    .mt85 {
        margin-top: 85px !important;
    }

    .mt90 {
        margin-top: 90px !important;
    }

    .mt95 {
        margin-top: 95px !important;
    }

    .mt100 {
        margin-top: 100px !important;
    }

    .mb00 {
        margin-bottom: 0 !important;
    }

    .mb05 {
        margin-bottom: 5px !important;
    }

    .mb10 {
        margin-bottom: 10px !important;
    }

    .mb15 {
        margin-bottom: 15px !important;
    }

    .mb20 {
        margin-bottom: 20px !important;
    }

    .mb25 {
        margin-bottom: 25px !important;
    }

    .mb30 {
        margin-bottom: 30px !important;
    }

    .mb35 {
        margin-bottom: 35px !important;
    }

    .mb40 {
        margin-bottom: 40px !important;
    }

    .mb45 {
        margin-bottom: 45px !important;
    }

    .mb50 {
        margin-bottom: 50px !important;
    }

    .mb55 {
        margin-bottom: 55px !important;
    }

    .mb60 {
        margin-bottom: 60px !important;
    }

    .mb65 {
        margin-bottom: 65px !important;
    }

    .mb70 {
        margin-bottom: 70px !important;
    }

    .mb75 {
        margin-bottom: 75px !important;
    }

    .mb80 {
        margin-bottom: 80px !important;
    }

    .mb85 {
        margin-bottom: 85px !important;
    }

    .mb90 {
        margin-bottom: 90px !important;
    }

    .mb95 {
        margin-bottom: 95px !important;
    }

    .mb100 {
        margin-bottom: 100px !important;
    }

    .ml00 {
        margin-left: 0 !important;
    }

    .ml05 {
        margin-left: 5px !important;
    }

    .ml10 {
        margin-left: 10px !important;
    }

    .ml15 {
        margin-left: 15px !important;
    }

    .ml20 {
        margin-left: 20px !important;
    }

    .ml25 {
        margin-left: 25px !important;
    }

    .ml30 {
        margin-left: 30px !important;
    }

    .ml35 {
        margin-left: 35px !important;
    }

    .ml40 {
        margin-left: 40px !important;
    }

    .ml45 {
        margin-left: 45px !important;
    }

    .ml50 {
        margin-left: 50px !important;
    }

    .ml55 {
        margin-left: 55px !important;
    }

    .ml60 {
        margin-left: 60px !important;
    }

    .ml65 {
        margin-left: 65px !important;
    }

    .ml70 {
        margin-left: 70px !important;
    }

    .ml75 {
        margin-left: 75px !important;
    }

    .ml80 {
        margin-left: 80px !important;
    }

    .ml85 {
        margin-left: 85px !important;
    }

    .ml90 {
        margin-left: 90px !important;
    }

    .ml95 {
        margin-left: 95px !important;
    }

    .ml100 {
        margin-left: 100px !important;
    }

    .mr00 {
        margin-right: 0 !important;
    }

    .mr05 {
        margin-right: 5px !important;
    }

    .mr10 {
        margin-right: 10px !important;
    }

    .mr15 {
        margin-right: 15px !important;
    }

    .mr20 {
        margin-right: 20px !important;
    }

    .mr25 {
        margin-right: 25px !important;
    }

    .mr30 {
        margin-right: 30px !important;
    }

    .mr35 {
        margin-right: 35px !important;
    }

    .mr40 {
        margin-right: 40px !important;
    }

    .mr45 {
        margin-right: 45px !important;
    }

    .mr50 {
        margin-right: 50px !important;
    }

    .mr55 {
        margin-right: 55px !important;
    }

    .mr60 {
        margin-right: 60px !important;
    }

    .mr65 {
        margin-right: 65px !important;
    }

    .mr70 {
        margin-right: 70px !important;
    }

    .mr75 {
        margin-right: 75px !important;
    }

    .mr80 {
        margin-right: 80px !important;
    }

    .mr85 {
        margin-right: 85px !important;
    }

    .mr90 {
        margin-right: 90px !important;
    }

    .mr95 {
        margin-right: 95px !important;
    }

    .mr100 {
        margin-right: 100px !important;
    }



    .pcOnly {
        display: none !important;
    }

    /* headerArea
========================================================================== */
    #headerArea {
        display: table;
        width: 100%;
        padding: 0 0 3% 0;
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/sp/top_bg_001.jpg) repeat-x left bottom;

    }

    #headerArea .logoBlock {
        display: table-cell;
    }

    /* globalNaviBlock
-------------------------------------*/
    #headerArea #globalNaviBlock ul li {
        display: table-cell;
        padding: 0 2% 0 0;
    }

    /* contentsArea
========================================================================== */
    #contentsArea {
        margin: 20px auto 0;
    }

    .contentsAreaInnerA01 {
        padding: 0 3%;
    }


    /* info
-------------------------------------*/
    #info ul {
        width: 100%;
        padding: 0 0.8rem;
        margin-bottom: 20px;
        box-sizing: border-box;
    }

    #info ul li {
        border-bottom: 1px dotted #ccc;
    }

    #info ul li:last-child {
        border: none;
    }

    #info ul li a {
        display: block;
        padding: 1rem 1.8rem 1rem 2rem;
        text-decoration: none;
        color: #b81b26;
        text-indent: -0.5rem;
        background-image: url(https://hugme-shop.jp/wp-content/themes/responsive/images/sp/info/icon_sp.png), url(images/sp/info/arrow_sp.png);
        background-repeat: no-repeat;
        background-position: left center, right center;
        background-size: 5%, 5%;
        box-sizing: border-box;
    }

    /* to shipping
-------------------------------------*/

    #to_shipping {
        padding: 15px;
        margin-bottom: 20px;
    }

    #to_shipping a img {
        width: 100%;
        height: auto;
    }

    /* heading
-------------------------------------*/
    #contentsArea h1.title {
        text-align: center;
    }

    #contentsArea .h2BlockA01 {
        margin-bottom: 20px;
    }

    #contentsArea .h2BlockA01 h2 {
        text-align: center;
        font-size: 20px;
    }

    #contentsArea .h2BlockA01 h2 span {
        padding-left: 34px;
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/common/images/sp/common_ico_002.jpg) no-repeat left center;
        background-size: 30px 30px;
        display: inline-block;
        min-height: 35px;
        padding-top: 10px;
    }

    #contentsArea .h2BlockB01 {
        margin: 20px 0 0 0;
    }

    #contentsArea .h2BlockB01 span {
        border-left: 7px solid #303030;
        padding-left: 10px;
    }

    #contentsArea .h2BlockB01 h2 {
        font-size: 18px;
        color: #303030;
        font-weight: bold;
    }

    #contentsArea .h2BlockC01 {
        margin: 0 0 5% 0;
    }

    #contentsArea h3 {
        padding: 0 20px 20px 20px;
    }

    .h3BlockA01 {
        margin-top: 15px;
    }

    .h3BlockA01:first-child {
        margin-top: 0;
    }

    .h3BlockA01 h3 {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 3px dotted #303030;
    }

    .h3BlockB01 h3 {
        font-size: 15px;
        font-weight: bold;
        padding: 0 60px 5px 0;
        margin: 20px 0 15px 0;
        border-bottom: 5px solid #c30d23;
        display: inline-block;
    }

    .h4BlockA01 h4 {
        font-size: 15px;
        font-weight: bold;
        padding: 0 60px 5px 0;
        margin: 0 0 10px 0;
        border-bottom: 2px dotted #c30d23;
        display: inline-block;
    }

    /*cautionBlock*/
    #contentsArea .cautionBlockA01 ul li {
        margin-top: 5px;
        text-indent: -1em;
        padding-left: 1em;
    }

    #contentsArea .cautionBlockA01 ul li:first-child {
        margin-top: 0;
    }

    /*imageLeftBlock*/
    #contentsArea .imageLeftBlockA01 {
        display: table;
        table-layout: fixed;
        margin: 15px 0 0 0;
    }

    #contentsArea .imageLeftBlockA01 .image,
    #contentsArea .imageLeftBlockA01 .text {
        display: table-cell;
    }

    #contentsArea .imageLeftBlockA01 .image {
        padding: 0 15px 0 0;
    }

    /*column2WrapA01*/
    #contentsArea .column2WrapA01 {
        margin: 5% 0 0 0;
    }

    #contentsArea .column2WrapA01 a {
        display: block;
        text-align: center;
    }

    #contentsArea .column2WrapA01:first-child {
        margin: 0;
    }

    #contentsArea .column2WrapA01 h3 {
        padding: 0;
    }

    #contentsArea .column2WrapA01 .columnBlock01 {
        float: left;
        width: 48%
    }

    #contentsArea .column2WrapA01 .columnBlock02 {
        float: right;
        width: 48%
    }

    #contentsArea .column2WrapA01 a {
        color: #260000;
    }

    /*borderBlock*/
    #contentsArea .borderBlockA01 {
        border: 1px dotted #303030;
        border-radius: 5px;
        padding: 15px 15px 12px;
        margin: 20px 0 0 0;
    }

    /*anchorBlock*/
    #contentsArea .anchorBlockA01 {
        border: 2px dotted #303030;
        border-radius: 5px;
        padding: 15px 15px 12px;
    }

    #contentsArea .anchorBlockA01 ul li {
        float: left;
        margin-right: 20px;
    }

    #contentsArea .anchorBlockA01 ul li:last-child {
        margin-right: 0;
    }

    #contentsArea .anchorBlockA01 ul li a {
        color: #303030;
    }

    /*accordionBlock*/
    #contentsArea .accordionBlockA01 {
        margin: 25px 0 0 0;
    }

    #contentsArea .accordionBlockA01 dt {
        background: #eee url(https://hugme-shop.jp/wp-content/themes/responsive/images/sp/ask/ask_ico_003.png) no-repeat 98% center;
        background-size: 15px 15px;
        border-radius: 5px;
        padding: 12px 30px 10px 10px;
        cursor: pointer;
    }

    #contentsArea .accordionBlockA01 dt.open {
        background: #eee url(https://hugme-shop.jp/wp-content/themes/responsive/images/sp/ask/ask_ico_004.png) no-repeat 98% center;
        background-size: 15px 15px;
    }

    #contentsArea .accordionBlockA01 dt span {
        display: inline-block;
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/sp/ask/ask_ico_001.png) no-repeat left 0.05em;
        background-size: 15px 20px;
        padding-left: 25px;
    }

    #contentsArea .accordionBlockA01 dd {
        padding: 10px 15px 0 15px;
        line-height: 1.6;
    }

    #contentsArea .accordionBlockA01 dd ul {
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/sp/ask/ask_ico_002.png) no-repeat left top;
        background-size: 15px 20px;
        padding: 0 0 0 25px;
    }

    #contentsArea .accordionBlockA01 dd ul li.caution {
        text-indent: -1em;
        padding-left: 1em;
    }

    /*tableBlock
-------------------------------------*/
    #contentsArea .tableBlockA01 table {
        width: 100%;
        border-collapse: collapse;
        border-top: 1px dotted #ccc;
    }

    #contentsArea .tableBlockA01 table th {
        padding: 10px;
        border-left: 5px solid #c30d23;
        border-right: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
        background: #fbfbfb;
        font-weight: bold;
    }

    #contentsArea .tableBlockA01 table td {
        padding: 10px;
        border-left: 5px solid #c30d23;
        border-right: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
    }

    /* privacyBlock
-------------------------------------*/
    #contentsArea .privacyBlockA01 ul {
        margin: 20px 0 0 0;
    }

    #contentsArea .privacyBlockA01 ul li {
        text-indent: -1em;
        padding-left: 1em;
    }

    /* privacyBlock
-------------------------------------*/

    #contentsArea .termBlockA01 {
        padding: 0 3%;
    }

    #contentsArea .termBlockA01 h3 {
        padding: 2% 0 0 2%;
        border-bottom: 1px dotted;
        font-size: 1.3em;
        margin-bottom: 1%;
    }

    #contentsArea .termBlockA01 h4 {
        padding: 2% 0 0;
        font-size: 1.4em;
    }

    #contentsArea .termBlockA01 p {
        margin: 3% 2%;
    }

    #contentsArea .termBlockA01 a {
        text-decoration: underline;
    }

    /* gallery
-------------------------------------*/
    #contentsArea .gallery {
        padding: 0 3%;
        text-align: center;
    }

    #contentsArea .gallery ul li {
        margin: 25px 0 0 0;
    }

    #contentsArea .gallery ul li:first-child {
        margin: 0;
    }

    #contentsArea .gallery ul li:nth-child(2) {
        margin: 40px 0 0 0;
    }

    /* voice
========================================================================== */
    .moreBlockA01 .voiceTrigger {
        width: 60%;
        font-weight: bold;
        text-align: center;
        background: #f1f1f1;
        border-radius: 5px;
        border: 1px solid #434343;
        padding: 10px 10px;
        margin: 25px auto 0;
    }

    /* carousel
========================================================================== */
    .voice-list {
        width: 95%;
        margin: 30px auto;
    }

    .voice-nav {
        margin: 1em 0;
    }

    .voice-list .voice-box_top .flexslider {
        border: 2px solid #303030;
        border-radius: 5px;
    }

    /*--  h2.voice-category  -----------------------------*/
    h2.voice-category {
        font-size: 14px;
        position: relative;
        text-align: center;
        margin: 30px 0;
    }

    h2.voice-category::before {
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: 10;
        content: '';
        display: block;
        height: 3px;
        background: #ccc;
        background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
        background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
    }

    h2.voice-category span {
        position: relative;
        z-index: 11;
        display: inline-block;
        margin: 0 4em;
        padding: 0 1em;
        background-color: #fff;
        text-align: center;
    }

    #hugme_hp h2.voice-category {
        display: none;
    }

    h3.name {
        font-weight: bold;
        padding: 0 10px 10px;
    }

    h3.name::after {
        content: '';
        display: block;
        height: 3px;
        margin-left: 65px;
        background: #ccc;
        background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
        background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
    }


    /* FlexSlider Necessary Styles
*********************************/
    .flexslider {
        margin: 0;
        padding: 0;
    }

    .flexslider .slides>li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    /* Clearfix for the .slides element */
    .slides:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    html[xmlns] .slides {
        display: block;
    }

    * html .slides {
        height: 1%;
    }

    .no-js .slides>li:first-child {
        display: block;
    }

    /* FlexSlider Default Theme
*********************************/
    .flexslider {
        position: relative;
        padding: 1em 2em;
    }

    .flexslider .slides .flex-img {
        width: 25%;
        float: left;
        margin: 0 5px 5px 0;
        text-align: center;
        line-height: 0.8em;
    }

    .flexslider .slides .flex-img .small {
        font-size: 10px;
    }

    .flexslider .slides .flex-img img {
        width: 100%;
    }

    .flexslider .slides .flex-caption {
        height: 150px;
        overflow-y: scroll;
    }

    ::-webkit-scrollbar {
        width: 12px;
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: rgba(200, 200, 200, 0.8);
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(200, 200, 200, 0.4);
    }

    /* Clearfix for the .slides element */
    .flexslider .slides .flex-caption:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .flex-viewport {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        transition: all 1s ease;
    }

    .loading .flex-viewport {
        max-height: 300px;
    }

    /* Direction Nav */
    .flex-direction-nav {
        *height: 0;
    }

    .flex-direction-nav a {
        width: 25px;
        height: 38px;
        margin: -20px 0 0;
        display: block;
        background: url(../image/voice_ico_001.png) no-repeat 0 0;
        position: absolute;
        top: 50%;
        z-index: 1;
        cursor: pointer;
        text-indent: -9999px;
        opacity: 0;
        -webkit-transition: all .3s ease;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
        background-position: 100% 0;
    }

    .flexslider:hover .flex-next {
        opacity: 0.5;
        right: 5px;
    }

    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }

    .flexslider:hover .flex-prev {
        opacity: 0.5;
        left: 5px;
    }

    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

    .flex-direction-nav .flex-disabled {
        opacity: .3 !important;
        filter: alpha(opacity=30);
        cursor: default;
    }

    .tCenter {
        font-size: 12px;
    }


    /*
/aikona/
/aikona/yoss01st
========================================================================== */
    /* btnBlock
-------------------------------------*/
    .akBtnBlockA01 p.btn01 {
        float: left;
        width: 50%;
    }

    .akBtnBlockA01 p.btn02 {
        float: left;
        width: 50%;
    }

    /*
/kokona/
========================================================================== */
    /* btnBlock
-------------------------------------*/
    .kkBtnBlockA01 p.btn01 {
        float: left;
        width: 50%;
    }

    .kkBtnBlockA01 p.btn02 {
        float: left;
        width: 50%;
    }

    /* formBlock
-------------------------------------*/
    .formBlockA01 {
        padding: 2rem 0 0;
        background: #fff;
    }

    .formBlockA01 dl {
        width: 100%;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .formBlockA01 dl span.must {
        border-radius: 3px;
        background: #c30d23;
        color: #fff;
        padding: 5px 12px;
        line-height: 1;
        font-size: 0.8em;
        margin-left: 5px;
    }

    .formBlockA01 dl span.wpcf7-not-valid-tip {
        font-weight: bold;
        color: #c30d23;
        margin-top: 10px;
    }

    .wpcf7-validation-errors {
        font-weight: bold;
        border: 2px solid #c30d23 !important;
        background: #fff;
        padding: 10px 15px !important;
    }

    .wpcf7-response-output {
        margin: 15px 0 0 0 !important;
    }

    .wpcf7-mail-sent-ok {
        margin: 15px 0 0 0 !important;
        font-weight: bold;
        border: 2px solid #FCC65A !important;
        background: #fff;
        padding: 10px 15px !important;
    }

    .formBlockA01 dl dt {
        padding: 0 0 15px 0;
        vertical-align: top;
    }

    .formBlockA01 dl dt br {
        display: none;
    }

    .formBlockA01 dl dd {
        padding: 0 0 25px 0;
        vertical-align: top;
    }

    .formBlockA01 dl input {
        /*width: 100%;*/
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 10px 5px;
        box-sizing: border-box;
    }

    .formBlockA01 dl select {
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    .formBlockA01 dl textarea {
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 3px;
        resize: vertical;
        padding: 5px 5px
    }

    .formBlockA01 dl input.wpcf7-submit {
        width: 250px;
        border: none;
        padding: 15px 15px;
        cursor: pointer;
        background: #fec601;
        color: #fff;
        font-family: 'MS PGothic', 'Hiragino Kaku Gothic ProN', 'Lucida Grande', sans-serif;
        font-weight: bold;
        font-size: 16px;
    }

    .formBlockA01 dl input.wpcf7-form-control.wpcf7-file {
        margin: 0 0 5px;
    }

    /*
/idish/
/idish/idish01
========================================================================== */
    /* btnBlock
-------------------------------------*/
    #contentsArea.idish h3 {
        padding: 0;
    }

    div.sns_movie {
        position: relative;
        width: 100%;
        padding: 2% 10%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    div.sns_movie:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: url(../image/movie_waku.png);
        background-size: contain;
        background-position: center center;
        z-index: 2;
    }

    div.movie {
        position: relative;
        margin: 0 auto;
        padding-bottom: 56.25%;
        width: 100%;
        height: 0;
        overflow: hidden;
        border-radius: 10px;
        z-index: 3;
    }

    div.sns_movie:before {
        position: absolute;
        left: 15%;
        top: 10%;
        content: "";
        display: block;
        width: 80%;
        height: 95%;
        background: #fff7d7;
        border-radius: 10px;
        z-index: 1;
    }

    div.movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        z-index: 2;
    }

    div.movie01 {
        padding: 1% 8%;
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/sp/idish_h/movie_bg.jpg);
        background-size: contain;
    }

    div.movie01 {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

    div.movie01 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    div#fixLink {
        position: fixed;
        left: 0;
        bottom: 0;
        display: none;
        width: 100%;
        z-index: 110;
    }

    div#fixLink a {
        display: block;
        width: 100%;
        height: 100%;
    }

    div#fixLink a img {
        width: 100%;
        height: auto;
    }

    div#customerComent {
        position: relative;
    }

    div#customerComent ul {
        position: absolute;
        bottom: 2.3%;
        left: 5%;
        padding: 0 1rem;
        width: 90%;
        height: 30%;
        background: #fff;
        overflow-y: scroll;
        box-sizing: border-box;
        border-radius: 8px;
    }

    div#customerComent ul::-webkit-scrollbar {
        width: 8px;
    }

    div#customerComent ul::-webkit-scrollbar-track {
        border: none;
        border-radius: 8px;
    }

    div#customerComent ul::-webkit-scrollbar-thumb {
        background: #4bb02e;
        border-radius: 10px;
        box-shadow: none;
    }

    div#customerComent ul li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 1rem 0;
        font-size: 0.95rem;
        border-bottom: 2px dashed #ccc;
    }

    div#customerComent ul li:last-child {
        border: none;
    }

    div#customerComent ul li div {
        margin-left: 2%;
        width: 20%;
        height: 20%;
        background: #f0f0f0;
    }

    div#customerComent ul li div img {
        width: 100%;
        height: 100%;
        padding: 5px;
        transform: rotate(10deg);
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
        background: #fff;
    }

    div#customerComent ul li span {
        display: block;
        padding-left: 2rem;
        width: 78%;
        font-size: 1.05rem;
        color: #ddae46;
        box-sizing: border-box;
    }

    div#customerComent ul li span font {
        display: block;
        color: #b5b5b5;
        font-weight: normal;
    }

    div#customerComent ul li span font b {
        color: #ff8b8b;
    }

    div#customerComent ul li p {
        position: relative;
        width: 100%;
        padding: 1rem;
        margin-top: 1rem;
        box-sizing: border-box;
        background: #fdfbe7;
        border-radius: 10px;
        box-shadow: 2px 2px 0 rgba(241, 229, 188, 0.6);
    }

    div#customerComent ul li p:before {
        position: absolute;
        content: "";
        left: 10%;
        top: -16px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 16px 10px;
        border-color: transparent transparent #fdfbe7 transparent;
    }

    .btn2 {
        width: 92%;
        padding: 1rem 0;
        margin: 0 auto;
    }

    .btnArea a {
        display: block;
        width: 92%;
        margin: 0 auto;
    }

    /*

/FUREAi/
========================================================================== */
    /* btnBlock
-------------------------------------*/

    .fuBtnBlock01 {
        position: relative;
    }

    .fuBtnBlock01 p.btn {
        position: absolute;
        width: 47%;
        bottom: 8%;
        right: 12%;
    }

    .fuBtnBlock01 p.btn a img {
        width: 100%;
        height: auto;
    }

    .fuBtnBlock02 {
        position: relative;
    }

    .fuBtnBlock02 p.btn {
        position: absolute;
        width: 47%;
        bottom: 4%;
        right: 12%;
    }

    .fuBtnBlock02 p.btn a img {
        width: 100%;
        height: auto;
    }

    .fuBtnBlock03 {
        position: relative;
    }

    .fuBtnBlock03 p.btn {
        position: absolute;
        width: 47%;
        bottom: 4%;
        right: 12%;
    }

    .fuBtnBlock03 p.btn a img {
        width: 100%;
        height: auto;
    }



    /* pageTopBlock
========================================================================== */
    .pageTopBlock {
        position: fixed;
        bottom: -50px;
        right: 10px;
    }

    .pageTopBlock a {
        display: block;
        width: 50px;
        height: 50px;
        text-decoration: none;
        line-height: 50px;
    }

    /* footerArea
========================================================================== */
    #footerArea {
        width: 100%;
        margin: 30px 0 20px;
        text-align: center;
    }

    #footerArea #footerNaviBlock {
        margin: 30px 0 0;
        padding: 0 2% 0;
    }

    #footerArea #footerNaviBlock ul {
        letter-spacing: -0.4em;
        margin: 7px 0 0 0;
    }

    #footerArea #footerNaviBlock ul:first-child {
        margin: 0 0 0 0;
    }

    #footerArea #footerNaviBlock ul li {
        line-height: 1;
        letter-spacing: normal;
        display: inline-block;
        padding: 0 10px 0 10px;
        border-right: 1px solid #434343;
    }

    #footerArea #footerNaviBlock ul li:first-child {
        padding: 0 10px 0 0;
    }

    #footerArea #footerNaviBlock ul li:last-child {
        padding: 0 0 0 10px;
        border: none;
    }

    #footerArea #footerNaviBlock ul li a {
        display: inline-block;
        color: #303030;
        font-size: 93.4%;
    }

    #footerArea .copyRights {
        font-size: 93.4%;
        text-align: center;
        color: #303030;
        margin: 25px 0 0 0;
    }

    /* Lightbox
========================================================================== */
    .boxer-lock {
        overflow: hidden !important;
    }

    #boxer-overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        background: #000000;
        opacity: 0;
        -webkit-transition: opacity 0.25s linear;
        transition: opacity 0.25s linear;
    }

    .boxer-open #boxer-overlay {
        opacity: 0.75;
    }

    #boxer {
        width: 200px;
        height: 200px;
        position: absolute;
        right: 0;
        left: 0;
        z-index: 101;
        background: #ffffff;
        border-radius: 3px;
        box-shadow: 0 0 25px #000000;
        opacity: 0;
        margin: 0 auto;
        padding: 10px;
    }

    #boxer * {
        -webkit-transition: none;
        transition: none;
    }

    #boxer,
    #boxer * {
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }

    #boxer,
    #boxer *,
    #boxer *:before,
    #boxer *:after {
        box-sizing: border-box;
    }

    #boxer.fixed {
        position: fixed;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    #boxer.inline {
        padding: 30px;
    }

    #boxer.animating {
        -webkit-transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
        transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
    }

    #boxer.animating .boxer-container {
        -webkit-transition: opacity 0.25s linear 0.25s;
        transition: opacity 0.25s linear 0.25s;
    }

    .boxer-open #boxer {
        opacity: 1;
    }

    #boxer.loading .boxer-container {
        opacity: 0;
        -webkit-transition: opacity 0.25s linear;
        transition: opacity 0.25s linear;
    }

    #boxer .boxer-close {
        width: 30px;
        height: 30px;
        position: absolute;
        top: -7.5px;
        right: -7.5px;
        z-index: 105;
        background: #ffffff;
        border-radius: 100%;
        cursor: pointer;
        display: block;
        overflow: hidden;
        padding: 0;
        text-indent: 200%;
        white-space: nowrap;
    }

    #boxer .boxer-close:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: #333333;
        content: "\00d7";
        display: block;
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        margin: auto;
        text-align: center;
        text-indent: 0;
        -webkit-transition: color 0.15s linear;
        transition: color 0.15s linear;
    }

    .no-opacity #boxer .boxer-close {
        text-indent: -999px;
    }

    #boxer .boxer-loading {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 105;
        display: block;
        margin: auto;
        opacity: 0;
        -webkit-transition: opacity 0.25s linear;
        transition: opacity 0.25s linear;
    }

    #boxer .boxer-loading:before,
    #boxer .boxer-loading:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 110%;
        content: '';
        display: block;
    }

    #boxer .boxer-loading:before {
        border: 5px solid rgba(51, 51, 51, 0.25);
    }

    #boxer .boxer-loading:after {
        -webkit-animation: boxer-loading-spin 0.75s linear infinite;
        animation: boxer-loading-spin 0.75s linear infinite;
        border: 5px solid transparent;
        border-top-color: #333333;
    }

    #boxer.loading .boxer-loading {
        opacity: 1;
    }

    @-webkit-keyframes boxer-loading-spin {
        from {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes boxer-loading-spin {
        from {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    #boxer .boxer-container {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 103;
        background: #ffffff;
        overflow: hidden;
    }

    #boxer .boxer-content {
        width: 100%;
        background: #ffffff;
        opacity: 1;
        overflow: hidden;
        padding: 0;
    }

    #boxer.inline .boxer-content,
    #boxer.iframe .boxer-content {
        width: auto;
    }

    #boxer .boxer-image {
        float: left;
    }

    #boxer .boxer-video {
        width: 100%;
        height: 100%;
    }

    #boxer .boxer-iframe {
        width: 100%;
        height: 100%;
        border: none;
        float: left;
        overflow: auto;
    }

    #boxer .boxer-meta {
        clear: both;
    }

    #boxer .boxer-control {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        background: #ffffff;
        border-radius: 100%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        cursor: pointer;
        display: block;
        margin-right: auto;
        margin-left: auto;
        opacity: 1;
        overflow: hidden;
        text-indent: 200%;
        -webkit-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear;
        white-space: nowrap;
    }

    #boxer .boxer-control:before {
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        margin: auto;
    }

    #boxer .boxer-control.previous {
        left: 20px;
    }

    #boxer .boxer-control.previous:before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 10.4px solid #333333;
        margin-left: 14px;
    }

    #boxer .boxer-control.next {
        right: 20px;
    }

    #boxer .boxer-control.next:before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 10.4px solid #333333;
        margin-right: 14px;
    }

    #boxer .boxer-control.disabled {
        opacity: 0;
    }

    .no-opacity #boxer .boxer-control {
        text-indent: -999px;
    }

    .no-touch #boxer .boxer-control {
        opacity: 0;
    }

    .no-touch #boxer:hover .boxer-control {
        opacity: 1;
    }

    .no-touch #boxer:hover .boxer-control.disabled {
        opacity: 0;
        cursor: default !important;
    }

    #boxer .boxer-meta {
        padding: 10px 0 0 0;
    }

    #boxer .boxer-position {
        color: #999999;
        font-size: 12px;
        margin: 0;
        padding: 15px 15px 0 15px;
    }

    #boxer .boxer-caption p {
        color: #666666;
        font-size: 14px;
        margin: 0;
        padding: 15px;
    }

    #boxer .boxer-caption.gallery p {
        padding-top: 0;
    }

    #boxer .boxer-error {
        width: 250px;
    }

    #boxer .boxer-error p {
        color: #990000;
        font-size: 14px;
        margin: 0;
        padding: 25px;
        text-align: center;
        text-transform: uppercase;
    }

    #boxer.mobile {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #111111;
        border-radius: 0;
        padding: 40px 0 0;
    }

    #boxer.mobile .boxer-close,
    #boxer.mobile .boxer-close:hover {
        height: 40px;
        width: 40px;
        top: 0;
        right: 0;
        background: #111111;
        border-radius: 0;
    }

    #boxer.mobile .boxer-close:before,
    #boxer.mobile .boxer-close:hover:before {
        color: #cccccc;
        font-size: 28px;
        font-weight: 700;
        line-height: 40px;
    }

    #boxer.mobile .boxer-loading:before {
        border-color: rgba(153, 153, 153, 0.25);
    }

    #boxer.mobile .boxer-loading:after {
        border-top-color: #999999;
    }

    #boxer.mobile .boxer-container {
        background: #111111;
    }

    #boxer.mobile .boxer-content {
        background-color: #111111;
    }

    #boxer.mobile .boxer-control {
        width: 50px;
        height: 100%;
        background: #111111;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
    }

    #boxer.mobile .boxer-control.previous {
        left: 0;
    }

    #boxer.mobile .boxer-control.previous:before {
        border-right-color: #eeeeee;
        margin-left: 19px;
    }

    #boxer.mobile .boxer-control.next {
        right: 0;
    }

    #boxer.mobile .boxer-control.next:before {
        border-left-color: #eeeeee;
        margin-right: 19px;
    }

    .no-touch #boxer.mobile .boxer-control,
    .no-touch #boxer.mobile:hover .boxer-control {
        opacity: 1;
    }

    .no-touch #boxer.mobile .boxer-control.disabled,
    .no-touch #boxer.mobile:hover .boxer-control.disabled {
        opacity: 0;
        cursor: default !important;
    }

    #boxer.mobile .boxer-meta {
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #111111;
        padding: 15px 65px;
    }

    #boxer.mobile .boxer-position {
        color: #999999;
        font-size: 12px;
        margin: 0;
        padding: 0 15px 0 0;
    }

    #boxer.mobile .boxer-caption p {
        color: #eeeeee;
        font-size: 14px;
        margin: 0;
        padding: 0;
    }

    #boxer.mobile .boxer-image {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    #boxer.mobile.animated .boxer-image {
        -webkit-transition: -webkit-transform 0.25s ease-out !important;
        transition: transform 0.25s ease-out !important;
    }

    #boxer.mobile.inline .boxer-content,
    #boxer.mobile.iframe .boxer-content {
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    body.hidden-scroll {
        overflow: hidden;
    }

    .sl-overlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: 0.7;
        display: none;
        z-index: 1006;
    }

    .sl-wrapper {
        z-index: 1000;
    }

    .sl-wrapper button {
        border: 0 none;
        background: transparent;
        font-size: 28px;
        padding: 0;
        cursor: pointer;
    }

    .sl-wrapper button:hover {
        opacity: 0.7;
    }

    .sl-wrapper .sl-close {
        display: none;
        position: fixed;
        right: 30px;
        top: 30px;
        z-index: 1015;
        margin-top: -14px;
        margin-right: -14px;
        height: 44px;
        width: 44px;
        line-height: 44px;
        font-family: Arial, Baskerville, monospace;
        color: #fff;
        font-size: 3rem;
    }

    .sl-wrapper .sl-counter {
        display: none;
        position: fixed;
        top: 30px;
        left: 30px;
        z-index: 1015;
        color: #fff;
        font-size: 0.8rem;
    }

    .sl-wrapper .sl-navigation {
        width: 100%;
        display: none;
    }

    .sl-wrapper .sl-navigation button {
        position: fixed;
        top: 50%;
        margin-top: -22px;
        height: 44px;
        width: 22px;
        line-height: 44px;
        text-align: center;
        display: block;
        z-index: 1015;
        font-family: Arial, Baskerville, monospace;
        color: #fff;
    }

    .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem;
    }

    .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem;
    }

    @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
            width: 44px;
        }

        .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem;
        }

        .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem;
        }
    }

    @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
            width: 44px;
        }

        .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem;
        }

        .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem;
        }
    }

    .sl-wrapper .sl-image {
        position: fixed;
        -ms-touch-action: none;
        touch-action: none;
        z-index: 10000;
    }

    .sl-wrapper .sl-image img {
        margin: 0;
        padding: 0;
        display: block;
        border: 0 none;
    }

    @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
            border: 0 none;
        }
    }

    @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
            border: 0 none;
        }
    }

    .sl-wrapper .sl-image iframe {
        background: #000;
        border: 0 none;
    }

    @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
            border: 0 none;
        }
    }

    @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
            border: 0 none;
        }
    }

    .sl-wrapper .sl-image .sl-caption {
        display: none;
        padding: 10px;
        color: #fff;
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0;
    }

    .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto;
    }

    .sl-wrapper .sl-image .sl-download {
        display: none;
        position: absolute;
        bottom: 5px;
        right: 5px;
        color: #000;
        z-index: 1005;
    }

    .sl-spinner {
        display: none;
        border: 5px solid #333;
        border-radius: 40px;
        height: 40px;
        left: 50%;
        margin: -20px 0 0 -20px;
        opacity: 0;
        position: fixed;
        top: 50%;
        width: 40px;
        z-index: 1007;
        -webkit-animation: pulsate 1s ease-out infinite;
        -moz-animation: pulsate 1s ease-out infinite;
        -ms-animation: pulsate 1s ease-out infinite;
        -o-animation: pulsate 1s ease-out infinite;
        animation: pulsate 1s ease-out infinite;
    }

    .sl-scrollbar-measure {
        position: absolute;
        top: -9999px;
        width: 50px;
        height: 50px;
        overflow: scroll;
    }

    @-webkit-keyframes pulsate {
        0% {
            transform: scale(0.1);
            opacity: 0.0;
        }

        50% {
            opacity: 1;
        }

        100% {
            transform: scale(1.2);
            opacity: 0;
        }
    }

    @keyframes pulsate {
        0% {
            transform: scale(0.1);
            opacity: 0.0;
        }

        50% {
            opacity: 1;
        }

        100% {
            transform: scale(1.2);
            opacity: 0;
        }
    }

    @-moz-keyframes pulsate {
        0% {
            transform: scale(0.1);
            opacity: 0.0;
        }

        50% {
            opacity: 1;
        }

        100% {
            transform: scale(1.2);
            opacity: 0;
        }
    }

    @-o-keyframes pulsate {
        0% {
            transform: scale(0.1);
            opacity: 0.0;
        }

        50% {
            opacity: 1;
        }

        100% {
            transform: scale(1.2);
            opacity: 0;
        }
    }

    @-ms-keyframes pulsate {
        0% {
            transform: scale(0.1);
            opacity: 0.0;
        }

        50% {
            opacity: 1;
        }

        100% {
            transform: scale(1.2);
            opacity: 0;
        }
    }

    /* FlexSlider Necessary Styles
*********************************/
    .flexslider {
        margin: 0;
        padding: 0;
    }

    .flexslider .slides>li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    /* Clearfix for the .slides element */
    .slides:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    html[xmlns] .slides {
        display: block;
    }

    * html .slides {
        height: 1%;
    }

    .no-js .slides>li:first-child {
        display: block;
    }

    /* main slider
========================================================================== */
    .wideslider {
        width: 100%;
        text-align: left;
        position: relative;
        overflow: hidden;
        margin: 0.5% 0 0 0;
        padding: 0 0 1% 0;
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/sp/top_bg_001.jpg) repeat-x left bottom;

    }

    .wideslider ul,
    .wideslider ul li {
        float: left;
        display: inline;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .wideslider ul li img {
        width: 100%;
        display: none;
    }

    .wideslider_base {
        top: 0;
        position: absolute;
    }

    .wideslider_wrap {
        top: 0;
        position: absolute;
        overflow: hidden;

    }

    .slider_prev,
    .slider_next {
        top: 0;
        overflow: hidden;
        position: absolute;
        z-index: 100;
        cursor: pointer;
    }

    .slider_prev {
        background: #fff url(https://hugme-shop.jp/wp-content/themes/responsive/common/images/sp/prev.jpg) no-repeat right 50%;
    }

    .slider_next {
        background: #fff url(https://hugme-shop.jp/wp-content/themes/responsive/common/images/sp/next.jpg) no-repeat left 50%;
    }

    .pagination {
        bottom: 15px;
        left: 0;
        width: 100%;
        height: 15px;
        text-align: center;
        position: absolute;
        z-index: 50;
    }

    .pagination a {
        margin: 0 5px;
        width: 10px;
        height: 10px;
        display: inline-block;
        overflow: hidden;
        background: #000;
        border-radius: 26px;
    }

    .pagination a.active {
        filter: alpha(opacity=100) !important;
        -moz-opacity: 1 !important;
        opacity: 1 !important;
        background: #f4bbd4;
        ;
        border-radius: 13px;
    }

    /* slide
========================================================================== */
    .line1 a {
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 10px 0;

    }

    /* はぐぴく投票ボタン
*********************************/
    p.vote a.btn-default {
        text-align: center;
        background: none;
        color: #ea4c41;
        display: inline-block;
        padding: 10px 0 0;
        font-size: 20px;
    }


    /* BCS
*********************************/

    div.bcs_check {
        margin-bottom: 60px;
    }

    /*div.bcs_check ul {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
div.bcs_check ul li {
	padding:1rem 1.5rem;
	width:100%;
	box-sizing:border-box;
}
div.bcs_check ul li img {
	display:block;
	margin:0 auto 10px;
	width:90%;
	height:auto;
}*/

    div.bcs_check ul {
        margin: 1rem 1.5rem 0;
    }

    div.bcs_check ul li {
        position: relative;
        display: flex;
        align-items: center;
        padding: 1rem;
        margin: 0 0 1rem;
        width: 100%;
        background: #fbf8f4;
        border-radius: 20px;
        box-sizing: border-box;
    }

    div.bcs_check ul li:after {
        position: absolute;
        bottom: -12px;
        left: 11%;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 10px 0 10px;
        border-color: #fbf8f4 transparent transparent transparent;
    }

    div.bcs_check ul li:last-child:after {
        display: none;
    }

    div.bcs_check ul li img {
        display: block;
        width: 20%;
        height: auto;
        margin-right: 1rem;
    }

    div.bcs_table h2 {
        text-align: center;
    }

    div.bcs_table .description {
        text-align: center;
    }

    div.bcs_table {}

    div.bcs_table dl {
        padding: 0 1.5rem;
        border-bottom: 2px dashed #908267;
    }

    div.bcs_table dl dt {
        padding: 2rem 0 0;
        text-align: center;
    }

    div.bcs_table dl dt img {
        display: block;
        margin: 0 auto;
        width: 60%;
    }

    div.bcs_table dl dd {
        padding: 0 0 2rem;
    }

    div.bcs_table dl dd img {
        display: block;
        margin: 0 auto 1rem;
        width: 55%;
    }

    div.bcs_table dl:last-child {
        border-bottom: 0;
    }

    /* コラム
*********************************/

    #column_area {
        width: 100%;
    }

    #column_area h2 {
        margin: 50px auto 0;
        text-align: center;
    }

    /*記事一覧*/

    .column_h1 {
        padding: 0 0 0.5rem;
        margin: 0 1rem 1rem;
        font-size: 1rem;
        color: #534741;
        border-bottom: 1px solid #000;
    }

    .column_h1 span {
        font-size: 1.1rem;
        font-weight: bold;
    }

    #column_list {
        width: 100%;
        padding: 0 1rem;
        margin: 0 auto;
        box-sizing: border-box;
    }

    #column_list ul.list {}

    #column_list ul.list li {
        border-bottom: 1px solid #ccc;
    }

    #column_list ul.list li:last-child {
        border: none;
    }

    #column_list ul.list li a {
        display: flex;
        padding: 1rem 0;
        width: 100%;
    }

    #column_list ul.list li div.thumb {
        position: relative;
        width: 20%;
        overflow: hidden;
        border-radius: 10px;
    }

    #column_list ul.list li div.thumb img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        font-family: 'object-fit: cover; object-position: center top;';
    }

    #column_list ul.list li div.thumb div.enter {
        display: none;
    }

    #column_list ul.list li div.entry_body {
        padding: 0 0 0 1rem;
        width: 80%;
        box-sizing: border-box;
    }

    #column_list ul.list li div.entry_info {
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 0 0.2rem;
    }

    #column_list ul.list li div.entry_info div.category span {
        font-size: 0.7rem;
        color: #FF8C7F;
        background: #fcf0ee;
        /*color: #FF8C7F;
	background: #fff;
	border: 1px solid #FF8C7F;*/
        padding: 0.25rem 1rem;
    }

    #column_list ul.list li div.entry_info div.date {
        font-size: 0.6rem;
    }

    #column_list ul.list li div.title {
        font-size: 0.8rem;
        font-weight: bold;
        margin-bottom: 0.1rem;
    }

    #column_list ul.list li .text {
        font-size: 0.6rem;
        color: #aaa;
    }

    /*もっと見る*/

    .more_column {
        margin: 1rem 0 2rem;
        text-align: center;
    }

    .more_column a {
        display: block;
        margin: 0 auto;
        width: 60%;
    }

    .more_column a img {
        width: 100%;
        height: auto;
    }

    /*ページネーション*/

    div.pagenation ul {
        display: flex;
        margin: 1rem 0;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    div.pagenation ul li {
        display: flex;
        margin: 0 0.5rem;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1rem;
    }

    div.pagenation ul li a {
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #000;
        border: 2px solid #F2F2F2;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    div.pagenation ul li.current {
        color: #fff;
        background: #FF8C7F;
    }

    /*カテゴリー一覧*/

    div#category_form {
        display: table;
        padding: 0.5rem 1rem 1rem;
        box-sizing: border-box;
    }

    div#category_form p {
        display: table-cell;
        padding: 0 1rem 0 0;
        vertical-align: middle;
        font-size: 0.8rem;
    }

    /*div#category_form p:before {
	margin:0;
	content: "\f70e";
	font-family: 'Font Awesome 5 Free','FontAwesome','Noto Sans JP',sans-serif;
	font-weight: bold;
	font-size:22px;
	color: #ff8c7f;
}*/

    div#category_form p:before {
        padding: 1rem 1rem 1rem 0;
        vertical-align: middle;
    }

    div#category_form div {
        display: table-cell;
        width: 60%;
    }

    div#category_form form {
        position: relative;
        width: 100%;
        font-size: 0.8rem;
    }

    div#category_form form:before,
    div#category_form form:after {
        content: '';
        position: absolute;
        border-top: #464646 2px solid;
        width: 4%;
        top: 50%;
        margin: -.5% 0 0;
    }

    div#category_form form:before {
        transform: rotate(45deg);
        left: 89%;
    }

    div#category_form form:after {
        transform: rotate(-45deg);
        left: 91.5%;
    }

    div#category_form select {
        outline: 0;
        -moz-appearance: none;
        text-indent: .01px;
        text-overflow: '';
        background: none transparent;
        vertical-align: middle;
        font-size: inherit;
        color: inherit;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: 4% 6%;
        border: 2px solid #464646;
        color: #464646;
        width: 100%;
        border-radius: 3px;
    }

    /*カテゴリー一覧

div.category_list {
	display:flex;
	margin:0 auto;
	width:100%;
	max-width:1000px;
}

div.category_list span {
}

div.category_list ul {
	width:100%;
	padding:10px 0 30px;
	margin:0 0 30px;
	border-bottom:1px dashed #000;
	box-sizing:border-box;
}

div.category_list ul li {
	display:inline-block;
	padding:0 10px 0 0;
	text-align:left;
}
div.category_list ul li:last-child {
	border:none;
}
div.category_list ul li a {
	display:block;
	padding:8px 10px;
	width:100%;
	height:100%;
	font-size:12px;
	color:#260000;
	background:#f8d3cd;
	box-sizing:border-box;
	border-radius:2px;
	transition:0.2s;
}
div.category_list ul li a:hover {
	opacity:0.5;
}*/

    /*----------------------------------
個別記事ページ
------------------------------------*/

    div.post_container {
        width: 100%;
        padding: 1.5rem 1rem 0;
        margin: 0 auto;
        box-sizing: border-box;
    }

    div.post_container h1 {
        font-size: 1.4rem;
        font-weight: bold;
    }

    /*カテゴリー＆タグエリア*/

    div.other_info {
        padding: 1rem 0;
    }

    ul.tag_list {
        position: relative;
        font-size: 12px;
        padding: 0 20px;
    }

    ul.tag_list:before {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/sp/column/tag.png) no-repeat;
        background-size: cover;
        top: 3px;
        left: 0;
    }

    ul.tag_list li {
        position: relative;
        display: inline-block;
        padding: 0 15px 0 0;
        margin: 0 5px 12px 0;
    }

    ul.tag_list li:before {
        content: "/";
        position: absolute;
        right: 0;
    }

    ul.tag_list li a {
        text-decoration: underline;
    }

    ul.tag_list li a:hover {
        text-decoration: none;
    }

    ul.social {
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
    }

    ul.social li {
        padding: 0 5px;
    }

    ul.social li img {
        width: 30px;
        height: 30px;
    }

    /*記事エリア*/

    div.post_main div.eyecatch {
        margin-bottom: 1rem;
    }

    div.post_main div.eyecatch img {
        border-radius: 20px;
    }

    div.post_main img {
        width: 100%;
        height: auto;
    }

    div.post_main p {
        padding: 0 0 30px;
        line-height: 2;
    }

    div.post_main .bold {
        font-weight: bold;
    }

    div.post_main h2 {
        border-bottom: 1px dashed #ff8c7f;
        font-size: 1.3rem;
        line-height: 1.3;
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/sp/column/h2_bg.gif) left top no-repeat;
        background-size: 20px auto;
        padding: 1.5rem 0 0.5rem 2rem;
        margin: 0 0 20px;
        background-size: 36px auto;
        font-weight: bold;
    }

    div.post_main h3 {
        border-bottom: none;
        font-size: 1.1rem;
        border-left: #c2ad94 solid 3px;
        position: relative;
        padding: 0 0 0 0.3rem;
        margin: 0 0 1rem;
        line-height: 1.3;
        font-weight: bold;
    }

    div.post_main h3::before {
        content: "";
        position: absolute;
        height: 50%;
        width: 3px;
        left: -3px;
        bottom: 0;
        background: #ff8c7f;
    }

    div.post_main .check_mark {
        padding: 0 0 0 1.1rem;
        font-size: 0.9rem;
        list-style: none !important;
        background: url(https://hugme-shop.jp/wp-content/themes/responsive/images/sp/column/check.png) left 3px no-repeat;
        background-size: 15px 14px;
    }

    div.entry_info {
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    div.entry_info div.category {}

    div.entry_info div.category a {
        font-size: 0.9rem;
        color: #FF8C7F;
        background: #fcf0ee;
        /*color: #FF8C7F;
	background: #fff;
	border: 1px solid #FF8C7F;*/
        padding: 0.25rem 1rem;
    }

    /*記事内リストスタイル*/

    div.post_main li {
        margin-bottom: 1rem;
    }

    div.post_main li:last-child {
        margin-bottom: 0;
    }

    /*記事各要素スタイル*/

    div.post_main .waku {
        list-style-type: disc;
        margin-bottom: 1.5em;
        padding: 1.8em;
        border: solid 2px #dcdcdc;
        border-radius: 5px;
    }

    div.post_main .pink_bg {
        background: #fff7f6;
        border-radius: 5px;
    }

    div.post_main .green_bg {
        background: #f1ffe8;
        border-radius: 5px;
    }

    div.post_main .blue_bg {
        background: #eff2ff;
        border-radius: 5px;
    }

    /*記事内画像スタイル*/

    div.post_main p img {
        width: 100%;
        height: auto;
        border: 5px solid #fff;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    }


    /*----------------------------------
目次CSS
------------------------------------*/

    #ez-toc-container {
        background: #fdf5f9;
        padding: 1rem;
        margin: 0 0 2rem;
        border-radius: 5px;
    }

    .ez-toc-title {
        font-size: 1rem !important;
        font-weight: bold;
        color: #ff8c7f;
        padding: 0 !important;
    }

    .ez-toc-title:before {
        margin: 0 10px 0 0;
        content: "\f303";
        font-family: 'Font Awesome 5 Free', 'FontAwesome', 'Noto Sans JP', sans-serif;
        font-weight: bold;
        font-size: 1rem;
        color: #ff8c7f;
    }

    ul.ez-toc-list {}

    ul.ez-toc-list li {
        margin: 1rem 1rem;
    }

    ul.ez-toc-list li a {
        position: relative;
        font-size: 0.8rem;
        font-weight: bold;
        color: #534741;
        text-indent: -1.4rem;
    }

    ul.ez-toc-list li a:before {
        content: "\f0da";
        font-family: 'Font Awesome 5 Free', 'FontAwesome', 'Noto Sans JP', sans-serif;
        font-weight: bold;
        font-size: 1.1rem;
        color: #ff8c7f;
        position: absolute;
        top: -0.4rem;
        left: 0.5rem;
    }

    /*----------------------------------
iDish原材料コンテンツ

.bg_wood {
	padding:0 0 55px;
	width:100%;
	background:url(images/sp/idish/material/bg_wood.jpg);
}

.bg_sea {
	padding:0 0 55px;
	width:100%;
	background:url(images/sp/idish/material/bg_sea.jpg);
	background-position:bottom;
}

.bg_sea .material:before {
	display:none;
}

.material {
	position:relative;
	width:95%;
	padding:3.5rem 1rem 2rem;
	margin:0.7rem auto 0;
	background:url(images/sp/idish/material/line.png),url(images/sp/idish/material/line.png),url(images/sp/idish/material/bg.gif);
	background-repeat:repeat-x, repeat-x, repeat;
	background-position:left top, left bottom, center;
	background-size:20%, 20%, auto;
	box-sizing:border-box;
	border-radius:10px;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}

.material.sea {
	position:relative;
	width:95%;
	padding:3.5rem 1rem 1rem;
	margin:0 auto;
	background:url(images/sp/idish/material/line_f.png),url(images/sp/idish/material/line_f.png),url(images/sp/idish/material/fish_illust.png),url(images/sp/idish/material/bg.gif);
	background-repeat:repeat-x, repeat-x, no-repeat, repeat;
	background-position:left top, left bottom, bottom, center;
	box-sizing:border-box;
	background-size:20%, 20%, contain, auto;
	border-radius:10px;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}

.material:before {
	content:"";
	position:absolute;
	top:-1.2rem;
	left:0;
	right:0;
	margin:0 auto;
	padding-top:19%;
	width:56.5%;
	height:auto;
	background:url(images/sp/idish/material/title_s.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.material p.annotation {
	text-align:center;
	font-size:0.75rem;
}

.C_Btn_container {
	display:flex;
	padding:1rem 0 1.5rem;
	margin:0 auto;
	width:95%;
	justify-content:space-between;
}

.C_Btn {
	width:22%;
	height:auto;
	padding-top:1.99%;
	text-indent:-9999px;
	transition:all 0.1s;
	border-radius:30px;
	cursor:pointer;
	background-size:contain;
	background-position:center;
}

.C_Btn.is-active {
	padding-top:1.99%;
	height:auto;
	box-shadow:5px 5px 0 rgba(0,0,0,0.2);
	background-size:contain;
	background-position:center;
}

.C_Btn:nth-child(1) {
	background-image:url(images/sp/idish/material/button/1.png);
}

.C_Btn:nth-child(1).is-active {
	background-image:url(images/sp/idish/material/button/1h.png);
}

.C_Btn:nth-child(2) {
	background-image:url(images/sp/idish/material/button/2.png);
}

.C_Btn:nth-child(2).is-active {
	background-image:url(images/sp/idish/material/button/2h.png);
}

.C_Btn:nth-child(3) {
	background-image:url(images/sp/idish/material/button/3.png);
}

.C_Btn:nth-child(3).is-active {
	background-image:url(images/sp/idish/material/button/3h.png);
}

.C_Btn:nth-child(4) {
	background-image:url(images/sp/idish/material/button/4.png);
}

.C_Btn:nth-child(4).is-active {
	background-image:url(images/sp/idish/material/button/4h.png);
}

.C_Panel {
	position:relative;
}

.C_Panel:before {
	content:"";
	position:absolute;
	top:-4.5rem;
	left:0;
	right:0;
	margin:0 auto;
	padding-top:18.4%;
	width:57%;
	height:auto;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.C_Panel:nth-child(1):before {
	background-image:url(images/sp/idish/material/title_s_f1.png);
}

.C_Panel:nth-child(2):before {
	background-image:url(images/sp/idish/material/title_s_f2.png);
}

.C_Panel:nth-child(3):before {
	background-image:url(images/sp/idish/material/title_s_f3.png);
}

.C_Panel:nth-child(4):before {
	background-image:url(images/sp/idish/material/title_s_f4.png);
}

.other_title {
	margin:1rem 0 1.5rem;
}

.itemList {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.itemList li {
	width:50%;
	margin-bottom:10px;
}

.tooltip {
	margin:0 auto;
}

.tooltip li {
	position:relative;
	display:inline-block;
	margin:0 1rem 1rem 0;
	background:#e9fae7;
	border:1px solid #a0908b;
	cursor:pointer;
}

.tooltip li span {
	position:relative;
	display:block;
	padding:0.5rem 0.5rem 0.5rem 1.5rem;
	color:#572413;
	font-size:0.8rem;
}

.tooltip li:hover span:after {
	display:block;
}

.tooltip li span:before {
	position:absolute;
	top:0;
	bottom:0;
	left:10px;
	margin:auto 0;
	content:"";
	display:block;
	width:10px;
	height:10px;
	background:url(images/sp/idish/material/plus.png);
	background-repeat:no-repeat;
	background-size:10px 10px;
	transform:rotate(0deg);
	transition:all 0.1s;
}

.tooltip li:hover span:before {
	transform:rotate(90deg);
}
*/

    /*モーダル用

.modal-content {
	width: 50% ;
	margin: 0 ;
	padding: 1.5rem ;
	background: #fff ;
	position: fixed ;

	display: none ;
	border-radius:10px;
	z-index: 101 ;
}
  
#modal-overlay {
	z-index: 100 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

#modal-close {
	display:block;
	position:absolute;
	top:-40px;
	right:-5px;
	width:30px;
	height:30px;
	background-image:url(images/sp/idish/material/close.png);
	background-size:30px 30px;
}*/

    /*----------------------------------
お知らせページ
------------------------------------*/
    .noticeBlockA01 {
        font-size: 0.95rem;
        padding: 0 1rem;
    }

    .noticeBlockA01 h2 {
        padding: 0 0 1rem;
        margin: 0 0 2rem;
        font-size: 1.4rem;
        text-align: center;
        border-bottom: 1px dotted;
    }

    .noticeBlockA01 p {
        margin: 0 0 1.1rem;
        line-height: 1.8rem;

    }


    /*-----------------------------------
商品紹介ページ
-------------------------------------*/
    dl.product {
        margin: 0 auto 5%;
        width: 80%;
    }

    .product_in_ask {
        padding: 0 3%;
    }

    .product_in_ask .other_ask {
        margin: 2rem 0;
        text-align: center;
    }

    .product_in_ask .other_ask a {
        text-decoration: underline;
    }

    .review_button {
        height: 40px;
        padding:0 6%;
        margin: 0 0 50px;
    }

    .review_button > a {
        padding: 0.5rem 1rem;
        display: block;
        border: 2px solid #000;
        border-radius: 10px;
        font-weight: bold;
        font-size: 1.1rem;
        text-align: center;
        position: relative;
    }

    .review_button > a img {
        display: inline-block;
        height: 30px;
        width: auto;
        margin-right: 10px;
    }
    .review_button > a::before { /* くの字の表示設定 */
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        width: 10px;    /* くの字を山なりに見た時、左側の長さ */
        height: 10px;   /* くの字を山なりに見た時、右側の長さ */
        border-top: 2px solid #000;     /* くの字を山なりに見た時、左側の太さと色 */
        border-right: 2px solid #000;   /* くの字を山なりに見た時、右側の太さと色 */
        transform: rotate(45deg);    /* くの字の向き */
      }
      .ask_button {
        height: 40px;
        padding:0 6%;
        margin: 0 0 20px;
      }

      .ask_button > a {
          padding: 0.5rem 1rem;
          display: block;
          border: 2px solid #000;
          border-radius: 10px;
          font-weight: bold;
          font-size: 1.1rem;
          text-align: center;
          position: relative;
      }
  
      .ask_button > a img {
          display: inline-block;
          height: 30px;
          width: auto;
          margin-right: 10px;
      }
      .ask_button > a::before { /* くの字の表示設定 */
          content: "";
          margin: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 10px;
          width: 10px;    /* くの字を山なりに見た時、左側の長さ */
          height: 10px;   /* くの字を山なりに見た時、右側の長さ */
          border-top: 2px solid #000;     /* くの字を山なりに見た時、左側の太さと色 */
          border-right: 2px solid #000;   /* くの字を山なりに見た時、右側の太さと色 */
          transform: rotate(45deg);    /* くの字の向き */
        }

      /*-----------------------------------
  よくある質問
  -------------------------------------*/
      .anchor_position {
            padding-top: 80px;
            margin-top: -80px;
      }
  
      .ask_anchor {
          border: 2px dotted #303030;
          border-radius: 5px;
      }
  
      .ask_anchor ul {
          display: flex;
          flex-wrap: wrap;
      }
  
      .ask_anchor ul li {
        width: 50%;
        padding: 4% 5%;
        box-sizing: border-box;
      }
  
      .anchorBlockA01 ul li a {
          color: #303030;
      }




      /*-----------------------------------
  商品紹介ページ
  -------------------------------------*/
      .voice-item-list {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
      }
  
      .voice-item-list li {
          width: 50%;
          padding:3%;
          box-sizing: border-box;
      }
  
      .voice-item-list li img {
          width:100%;
          height: auto;;
      }

    /*-----------------------------------
メディア掲載一覧
-------------------------------------*/

    .mediaList ul {
        padding: 0 1rem;
    }

    .mediaList ul li {
		margin:0 0 1rem; 
	}

    .mediaList ul li img {
        margin-bottom: 1rem;
        width: 100%;
        height: auto;
        border: 1px solid #ddd;
        box-sizing: border-box;
    }

    .mediaList ul li a {
        text-decoration: underline;
        padding-top: 1rem;
        font-size: 1rem;
    }

    .mediaList ul li p {
        padding-top: 1rem;
        font-size: 0.8rem;
    }

}

/*よくある質問
-------------------------------------*/

.faq {
    margin: 0 auto;
    padding: 0 50px 50px;
    width: 100%;
    background: #FFC404;
    box-sizing: border-box;
}

.faq input {
    display: none;
}

.faq label {
    position: relative;
    color: #8f5e11;
    display: block;
    padding: 30px 20px;
    font-size: 1.3rem;
    background: #fff;
    cursor: pointer;
}

.faq label:before {
    content: "Q.";
    font-size: 2.2rem;
    margin: 0 0.5rem 0 0;
}

.faq ul li:last-child div {
    margin: 0;
}

.faq ul li div {
    height: 0;
    opacity: 0;
    padding: 0 30px;
    transition: .5s;
    visibility: hidden;
    font-size: 1.2rem;
    line-height: 1.6;
    background: #fff;
    margin: 0 0 20px;
}

.faq ul li div:before {
    content: "A.";
    font-size: 1.6rem;
    margin: 0 0.5rem 0 0;
}

.faq input:checked+label+div {
    height: auto;
    opacity: 1;
    padding: 0 30px 30px;
    visibility: visible;
}

.faq ul li div dl dt {
    margin: 20px 0 0;
    font-weight: bold;
    color: #8f5e11;
}

.faq ul li div dl dd {
    padding: 20px;
    border: 1px solid #8f5e11;
}

.faq ul li div table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

.faq ul li div table th {
    padding: 10px;
    border: 1px solid #8f5e11;
    text-align: center;
}

.faq ul li div table td {
    padding: 10px;
    border: 1px solid #8f5e11;
    text-align: center;
}

.faq i {
    max-width: 32px;
    max-height: 32px;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background: #b4b4b5;
    position: absolute;
    right: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.faq i::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    border-bottom: solid #fff 3px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .4s;
    transform: rotate(0);
    z-index: 5;
}

.faq input:checked+label i::before {
    transform: rotate(360deg);
    transition: all .4s;
}

.faq i::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    border-bottom: solid #fff 3px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: -1px;
    transition: all .4s;
    transform: rotate(90deg);
    z-index: 5;
}

.faq input:checked+label i::after {
    transform: rotate(360deg);
    transition: all .4s;
    right: 0;
}




/*新お声*/

.voice_container {
    margin: 0 auto;
    max-width: 1000px;
}

.voice_container ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 0;
}

.voice_container ul li {
    width: 320px;
    padding: 1rem;
    margin: 0 0 1rem;
    border-style: solid;
    border-width: 6px;
    border-radius: 20px;
    box-sizing: border-box;
}

.voice_container ul li:nth-child(1) {
    padding-top: 30px;
    border: none;
    border-radius: none;
}

.blue_box ul li {
    border-color: #97C2E2;
}

.yellow_box ul li {
    border-color: #FFD93E;
}

.voice_container ul li img {
    width: 100%;
    height: auto;
}

.content {
    margin: 0 auto;
    padding: 40px;
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 30px 30px 20px 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    border-style: solid;
    border-width: 16px;
    border-radius: 20px;
    text-align: center;
    z-index: 101;
}

.blue_box .modal__content {
    border-color: #97C2E2;
}

.yellow_box .modal__content {
    border-color: #FFD93E;
}

.modal__content img {
    width: 70%;
}

.modal p {
    margin: 6% 0 1% 0;
    text-align: initial;
}

.modal p:nth-child(2) {
    text-align: right;
}

.closeBTN {
    border: solid 1px #303030;
    padding: 1% 6%;
    display: block;
    text-align: center;
    width: 30%;
    margin: 10% auto 0;
}

p.impression {
    margin: 1rem 0 0;
    text-align: center;
}

/*CSS*/
.accordion-menu {}

.accordion-menu dt {
    margin: 1rem 0 0;
    padding: 0.8rem 1.3rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    z-index: 90;
}

.accordion-menu dt.blue {
    background: #97C2E2;
}

.accordion-menu dt.yellow {
    background: #FFD93E;
}

.accordion-menu dt:first-child {
    margin: none;
}

.accordion-menu dd {
    display: none;
}

/*開閉アイコン*/

.accordion-menu dt i {
    max-width: 32px;
    max-height: 32px;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background: #b4b4b5;
    position: absolute;
    right: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.accordion-menu dt i::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    border-bottom: solid #fff 3px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .4s;
    transform: rotate(0);
    z-index: 5;
}

.accordion-menu dt.active i::before {
    transform: rotate(360deg);
    transition: all .4s;
}

.accordion-menu dt i::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    border-bottom: solid #fff 3px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: -1px;
    transition: all .4s;
    transform: rotate(90deg);
    z-index: 5;
}

.accordion-menu dt.active i::after {
    transform: rotate(360deg);
    transition: all .4s;
    right: 0;
}

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

    .voice_container {
        padding: 1rem;
    }

    .voice_container ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .voice_container ul li {
        width: 49%;
        padding: 0.5rem;
        border-style: solid;
        border-width: 4px;
        border-radius: 10px;
        margin: 0 0 2%;
        box-sizing: border-box;
    }

    .voice_container ul li:nth-child(1) {
        padding-top: 5%;
    }

    .modal__content {
        background: #fff;
        left: 50%;
        padding: 1rem;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        border-style: solid;
        border-width: 6px;
        border-radius: 20px;
        text-align: center;
        box-sizing: border-box;
    }

    .modal__content img {
        width: 100%;
    }

    .closeBTN {
        width: 40%;
    }

    .midashi {
        justify-content: center;
    }

    .midashi picture {
        width: 75%;
    }
}


/*商品ページの定期便についての説明*/
.teiki_desc {
    padding: 1rem;
    text-align: center;
}

.teiki_desc span {
    display: block;
    margin: 0 0 1rem;
}

/*yotpo*/

.review-summary-container {
    text-align: center;
}

.uKomiWidgetSection {
display: none !important;
}

.ukomi_stars_rating_tooltip {
    min-width: 200px !important;
}

/*ハンバーガーメニュー*/
header {
    position: fixed;
    width: 100%;
    height: 70px;
    background: #FFF;
    z-index: 10000;
    top: 0;
  }
  .logo_image {
    height: 60px;
    padding: 5px 0;
    width: auto;
    text-align: center;;
  }
  .logo_image img {
    height: 60px;
    width: auto;
  }
  .mypage_image {
    position: absolute;
    height: 25px;
    padding: 5px 0;
    width: auto;
    right: 6%;
    top: 20px;
    bottom: 0;
    text-align: center;
  }
  .mypage_image img {
    height: 25px;
    width: auto;
  }
  #nav_header{
    position: absolute;
    height: 100vh;
    width: 45%;
    left: -45%;
    top: 0;
    background: #ffffff;
    transition: .7s;
  }
  #nav_header ul{
    padding: 80px 20px 0;
  }
  #nav_header ul li{
    list-style-type: none;
    border-bottom:1px dotted #aaa;
  }
  #nav_header ul li:last-child {
    border: none;
  }
  #nav_header a{
    display: block;
    text-decoration: none;
    color: #000;
    padding: 15px 0;
    transition: .5s;
  }
  #nav_header li a:hover{
    color: #333;
    border-bottom: none;
  }
  #hamburger {
    display: block;
    position: absolute;
    top: 20px;
    left: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: 1s;
  }
  .inner_line {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #000;
    transition: 1s;
    border-radius: 4px;
  }
  #line1 {
    top: 0;
  }
  #line2 {
    top: 14px;
  }
  #line3 {
    bottom: 0px;
  }
  .in{
    transform: translateX(100%);
  }
  .line_1,.line_2,.line_3{
    background: #000000;
  }
  .line_1 {
    transform: translateY(14px) rotate(-45deg);
    top: 0;
  }
  .line_2 {
    opacity: 0;
  }
  .line_3 {
    transform: translateY(-14px) rotate(45deg);
    bottom: 0;
  }

.contact_guide {
    padding: 5% 3% 0;
}

.contact_guide p {
    margin: 1rem;
}

.contact_guide ul {
    display:flex;
    max-width:500px;
    margin: 50px auto;
}
.contact_guide ul li {
    padding: 10px;
}

@media screen and (max-width:750px) {
    .contact_guide ul {
        display:flex;
        max-width:500px;
        margin: 10px auto 0;
        flex-wrap: wrap;
    }
    .contact_guide ul li {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
}

a.btn_12 {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #ffa8a8;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn_12::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn_12:hover {
	background: #44c6f2;
	color: #fff;
}


/*ポイント制度ページ用*/
#contentsArea .termBlockA01 ol {
    margin: 3% 2% 3% 6%;
    list-style-type:decimal;
}
    #contentsArea .termBlockA01 ol li {
    margin:2% 0;
}
#contentsArea .termBlockA01 ol li ul {
    margin: 3% 2% 3% 6%;
    list-style-type:upper-roman;
}
    #contentsArea .termBlockA01 ol li ul li {
    margin:2% 0;
}
