@charset "utf-8";

/* -------------------------------------------------- */


/* assets */


/* -------------------------------------------------- */


/* general */

.en {
    font-family: 'Lato', 'ヒラギノ角ゴ ProN', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.blue {
    color: #5ea8dd;
}

.pink {
    color: #ec6a8b;
}

.red {
    color: #e94629;
}

.orange {
    color: #F39632;
}

.gray {
    color: #666666;
}

.yellow {
    color: #bfa82c;
}

a.text-link {
    font-size: 1.4rem;
    text-decoration: underline!important;
    color: #1d1d1d
}

a.text-link:hover {
    text-decoration: none!important;
}

.pc-only {
    display: none!important
}

.d-none {
    display: none!important;
}

.mt-1 {
    margin-top: 1rem
}

.mt-2 {
    margin-top: 2rem
}

.mt-3 {
    margin-top: 3rem
}

.mb-1 {
    margin-bottom: 1rem
}

.mb-2 {
    margin-bottom: 2rem
}

.mb-3 {
    margin-bottom: 3rem
}


/* bg */

.bg-blue {
    background-color: #ecf6fb;
}

.bg-gray {
    background-color: #f7f7f7;
}


/* contents */

#main {
    padding-top: 50px;
}

.contents {
    padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
}

.contents_inner {}

.contents_inner+.contents_inner {
    margin-top: 2em;
}

.contents_h1 {
    display: inline;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    background: linear-gradient(transparent 85%, rgba(236, 106, 139, 0.3) 0);
}

.contents_h1-deco {
    position: relative;
    display: inline-block;
    background: none;
    padding: 0 30px
}

.contents_h1-deco:before,
.contents_h1-deco:after {
    content: "";
    position: absolute;
    bottom: 2px;
    width: 18px;
    height: 29px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.contents_h1-deco:before {
    left: 0;
    background-image: url('/blog/common_assets/s/common/img/contents_h1-deco_l.png');
}

.contents_h1-deco:after {
    right: 0;
    background-image: url('/blog/common_assets/s/common/img/contents_h1-deco_r.png');
}

.contents_h1-deco>span {
    position: relative;
    background: linear-gradient(transparent 85%, rgba(236, 106, 139, 0.3) 0);
}

.contents_h1-deco>span:before,
.contents_h1-deco>span:after {}

.contents_h1-deco>span:before {}

.contents_h1-deco>span:after {}

.contents_h2 {
    font-size: 2rem;
    font-weight: 400;
}

.contents_h2-bg {
    display: block;
    padding: 12px;
    background-color: #ecf7fb;
    border-radius: 4px;
}

.contents_h2-line {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 12px;
}


/*.contents_h2-line:before {content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: #ddd; transform: translateY(-50%);}*/

.contents_h2-line>span {
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
    background-color: #fff;
}

.contents_h3 {
    font-size: 1.8rem;
    font-weight: 400;
}

.contents_h3-bg {
    display: block;
    padding: 10px 15px;
    background-color: #eee;
    border-radius: 4px;
}

.contents_h3-line {
    position: relative;
    display: block;
    padding-left: 40px;
}

.contents_h3-line:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 1px;
    left: 0;
    top: 50%;
    background-color: #1d1d1d;
    transform: translateY(-50%);
}

.contents_h3-middle {
    font-size: 2rem;
}

.contents_h4 {
    font-size: 1.6rem;
    font-weight: 600;
}

.contents_h4-line {
    position: relative;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 400
}

.contents_h4-line:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40px;
    height: 1px;
    background-color: #1d1d1d;
}

.contents_h5 {
    font-size: 1.4rem;
    font-weight: 600;
}

.main .contents_h2-bg.pagetitle {
    margin-bottom: 25px;
    padding: 30px;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center
}

.main .contents_h2-bg.pagetitle span {
    position: relative;
    display: block;
    padding-bottom: 20px
}

.main .contents_h2-bg.pagetitle span:after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background: #5ea8dd;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -16px
}

.main .contents_h2-bg.pagetitle small {
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
    margin-top: 15px
}

.main .contents_h2-bg.pagetitle span small {
    margin-top: 3px;
}

.contents_h2-line-center {
    margin: 40px 0 25px;
    padding-bottom: 18px;
    font-size: 2rem;
    text-align: center;
    font-weight: normal;
    line-height: 1;
    position: relative
}

.contents_h2-line-center:after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background: #5ea8dd;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -16px
}


/* mv */

.mv {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mv-full {
    width: 100%;
    height: 0;
    padding-top: 47.2%;
}


/* pagettl */

.pagettl {}

.pagettl_txt {}

.pagettl_h1+.pagettl_lead {
    margin-top: 15px;
}

.pagettl_lead {
    font-size: 1.4rem;
    line-height: 1.75;
}

.pagettl_figure {}


/* txt */

.txt .marker {
    background: linear-gradient(transparent 75%, rgba(236, 106, 139, 0.3) 0);
}

.txt-bold {
    font-weight: bold;
}

.txt-normal {
    font-weight: normal!important;
}

.txt-notes01 {
    padding-left: 1em;
    text-indent: -1.3em;
}

.txt-notes02 {
    padding-left: 1em;
    color: #888;
    font-size: 1.2rem;
    text-indent: -1.3em;
    line-height: 1.66;
}

.txt-notes03 {
    padding-left: 20px;
    color: #666;
    border-left: 3px solid #ddd;
}


/* list */

.list>li {
    padding-left: 1em;
    text-indent: -1.3em;
    line-height: 1.5;
}

.list>li:before {
    content: "・";
}

.list>li+li {
    margin-top: 12px;
}

.list-col2 {}

.list-col2:after {}

.list-col2>li {}

.list-circle>li {
    position: relative;
    padding-left: 1.25em;
    text-indent: 0
}

.list-circle>li:before {
    content: "●";
    color: #5ea8dd;
    position: absolute;
    top: 0;
    left: 0
}

.list-num01>li {
    padding-left: 0;
    margin-left: 1em;
    list-style-type: decimal;
    text-indent: 0;
}

.list-num01>li:before {
    content: none;
}

.list-num02 {
    align-items: center;
}

.list-num02>li {
    counter-increment: num02;
    position: relative;
    padding-left: 48px;
    text-indent: 0;
    padding-top: 7px;
}

.list-num02>li:before {
    content: '0' counter(num02);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid #5ea8dd;
    border-radius: 50%;
    font-size: 1.3rem;
    font-family: 'Lato', 'ヒラギノ角ゴ ProN', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.list-num02>li:nth-of-type(9)~li:before {
    content: counter(num02);
}

.list-num02>li+li {
    margin-top: 18px;
}


/* tag */

.tag {
    display: flex;
}

.tag>li {
    padding: 5px 10px;
    font-size: 1.1rem;
    line-height: 1;
    border-radius: 2px;
    background-color: #eef8fb;
}

.tag>li+li {
    margin-left: 10px;
}

.tag>li.bg_pink,
.tag>li.tag_list-free {
    background-color: #fdf2f6
}

.tag>li.bg_green {
    background-color: #EEFBF4
}


/* btn */

.btn_list {}

.btn_list+.btn_list {
    margin-top: 50px;
}

.btn {
    position: relative;
    max-width: 280px;
    margin: auto;
}

.btn+.btn {
    margin-top: 20px;
}

.btn>a,
.btn>button,
.btn>input[type="submit"] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 40px;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 4px;
}

.btn>button,
.btn>input[type="submit"] {
    width: 100%;
    border: none;
    background-color: transparent;
    font-family: 'Lato', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.btn span {
    position: relative;
    display: block;
}

.btn:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.btn-pagelink:before {
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: solid 1.5px #000;
    border-right: solid 1.5px #000;
    transform: translateY(-50%) rotate(135deg);
}

.btn-pagelink>a {
    color: #1d1d1d;
    font-size: 1.4rem;
    border: 1px solid #666;
    background-color: #fff;
}

.btn-secondary:before {
    right: 15px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
}

.btn-secondary:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 4px;
    height: 4px;
    border-top: solid 1.5px #999;
    border-right: solid 1.5px #999;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
}

.btn-secondary-external:before {
    width: 13px;
    height: 11px;
    border: none;
    background: url(/blog/common_assets/common/img/btn_external.png) left top / 100% auto no-repeat;
    border-radius: 0;
    transform: translateY(-50%);
}

.btn-secondary-external>a:after {
    content: none;
}

.btn-secondary-pdf:before {
    width: 11px;
    height: 13px;
    border: none;
    background: url(/blog/common_assets/common/img/btn_pdf.png) left top / 100% auto no-repeat;
    border-radius: 0;
    transform: translateY(-50%);
}

.btn-secondary-pdf>a:after {
    content: none;
}

.btn-secondary>a,
.btn-secondary>button,
.btn-secondary>input[type="submit"] {
    color: #fff;
    background-color: #999;
}

.btn-primary:before {
    right: 15px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
}

.btn-primary:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 4px;
    height: 4px;
    border-top: solid 1.5px #7dbce8;
    border-right: solid 1.5px #7dbce8;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
}

.btn-primary-external:before {
    width: 13px;
    height: 11px;
    border: none;
    background: url(/blog/common_assets/common/img/btn_external.png) left top / 100% auto no-repeat;
    border-radius: 0;
    transform: translateY(-50%);
}

.btn-primary-external>a:after {
    content: none;
}

.btn-primary-pdf:before {
    width: 11px;
    height: 13px;
    border: none;
    background: url(/blog/common_assets/common/img/btn_pdf.png) left top / 100% auto no-repeat;
    border-radius: 0;
    transform: translateY(-50%);
}

.btn-primary-pdf>a:after {
    content: none;
}

.btn-primary>a,
.btn-primary>button,
.btn-primary>input[type="submit"] {
    color: #fff;
    background-color: #7dbce8;
}

.btn-light:before {
    right: 15px;
    width: 16px;
    height: 16px;
    background-color: #b8b8b8;
    border-radius: 50%;
}

.btn-light:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 4px;
    height: 4px;
    border-top: solid 1.5px #fff;
    border-right: solid 1.5px #fff;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
}

.btn-light-external:before {
    width: 13px;
    height: 11px;
    border: none;
    background: url(/blog/common_assets/common/img/link_external.png) left top / 100% auto no-repeat;
    border-radius: 0;
    transform: translateY(-50%);
}

.btn-light-external>a:after {
    content: none;
}

.btn-light-pdf:before {
    width: 12px;
    height: 15px;
    border: none;
    background: url(/blog/common_assets/common/img/link_pdf.png) left top / 100% auto no-repeat;
    border-radius: 0;
    transform: translateY(-50%);
}

.btn-light-pdf>a:after {
    content: none;
}

.btn-light>a,
.btn-light>input[type="submit"] {
    color: #1d1d1d;
    border: 1px solid #ddd;
    background-color: #fff;
}

.btn-outline:before {
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: solid 1.5px #000;
    border-right: solid 1.5px #000;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
}

.btn-outline>a {
    color: #1d1d1d;
    border: 1px solid #666;
    background-color: #fff;
}


/* table */

.table_wrap {
    margin: 0 auto;
}

.table {
    table-layout: fixed;
    width: 920px;
    font-size: 1.3rem;
    border-radius: 2px;
    margin: auto;
    overflow: hidden;
    border: none;
    position: relative
}

.table:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #ddd;
    border-radius: 2px
}

.table th,
.table td {
    line-height: 1.5;
}

.table th {
    padding: 10px 12px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    background-color: #f7f7f7;
}

.table th:first-of-type {
    border-right: 2px solid #ddd;
}

.table td {
    padding: 12px;
    background-color: #fff;
    border-right: 1px solid #ddd;
    vertical-align: middle;
}

.table td:last-of-type {
    border-right: 0;
}

.table thead {
    border-bottom: 2px solid #ddd;
}

.table thead th:not(:first-of-type) {
    border-right: 1px solid #ddd;
}

.table thead th:last-of-type {
    border-right: none;
}

.table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

.table_bg th,
.table_bg td {
    color: #5ea8dd;
    background-color: #eef8fb;
}


/* detail */

.detail {
    margin: 0 40px;
}

.detail+.detail {
    margin-top: 50px;
}

.detail_figure figcaption {
    margin-top: 1em;
    color: #666;
    font-size: 1.1rem;
}

.detail_txt p+p {
    margin-top: 1em;
}

.detail_heading {
    color: #5ea8dd;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

.detail_heading+p {
    margin-top: 1em;
}

.detail-01 {
    margin: 0 auto;
}

.detail-01 .detail_figure {
    width: 100%;
    text-align: center;
}

.detail-01 .detail_txt {
    margin: 15px 0 0;
}

.detail-02 {
    margin: 0 auto;
}

.detail-02 .detail_figure {
    margin: 0 auto;
    text-align: center;
}

.detail-02 .detail_figure figcaption {
    text-align: left;
}

.detail-02 .detail_txt,
.detail-col3 .detail_txt {
    margin: 15px 0 0;
}

.detail-03 {
    margin: 40px 0;
}

.detail-03 .detail_block+.detail_block {
    margin-top: 40px;
}

.detail-03 .detail_block:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}

.detail-03 .detail_block .detail_figure {
    text-align: center;
}

.detail-03 .detail_block .detail_figure figcaption {
    margin-bottom: 1em;
    text-align: left;
}

.detail-03 .detail_block:nth-of-type(odd) .detail_figure {}

.detail-03 .detail_block:nth-of-type(even) .detail_figure {}

.detail-col2,
.detail-col3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px 0;
}

.detail-col2 .detail_block {
    width: 47%
}

.detail-col2 .detail_block:nth-of-type(2n) {
    margin-left: 6%;
}

.detail-col2 .detail_block:nth-of-type(n+3) {
    margin-top: 20px;
}

.detail-col2 .detail_block .detail_figure,
.detail-col3 .detail_block .detail_figure {
    text-align: center;
}

.detail-col2 .detail_block .detail_figure figcaption,
.detail-col3 .detail_block .detail_figure figcaption {
    text-align: left;
}

.detail-col2 .detail_txt {
    margin-top: 10px;
}

.detail-col2 .detail_txt .detail_heading+p,
.detail-col3 .detail_txt .detail_heading+p {
    margin-top: 8px;
}

.detail-col3 .detail_block {
    width: 47%
}

.detail-col3 .detail_block:nth-of-type(2n) {
    margin-left: 6%;
}

.detail-col3 .detail_block:nth-of-type(n+3) {
    margin-top: 20px;
}


/* video */

.video {
    width: 100%;
    max-width: 800px;
    margin: auto
}

.video .video_inner {
    height: 0;
    padding-bottom: 48.914%;
    padding-bottom: 56.25%;
    position: relative
}

.video .video_inner iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video .videocaption {
    margin-top: 1em;
    color: #666;
    font-size: 1.2rem
}


/* item */

.item {
    margin: 0;
}

.item+.item {
    margin-top: 40px;
}

.item_block {
    position: relative;
}

.item_inner {
    position: relative;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
}

.item_heading+p {
    margin-top: 1em;
}

.item_heading {
    color: #5ea8dd;
    font-weight: 400;
    line-height: 1.5;
}

.item_figure {
    margin-top: 15px;
    text-align: center;
}

.item-middle {
    margin-top: 1em;
    line-height: 1.6;
}

.item-middle+p {
    margin-top: 1em;
}

.item_block+.item_block {
    margin-top: 30px;
}

.item-col2 .item_inner,
.item-col3 .item_inner {
    padding: 30px 20px;
}

.item-col2 .item_heading,
.item-col3 .item_heading {
    font-size: 2rem;
}

.item-col2 .item-middle,
.item-col3 .item-middle {
    font-size: 1.6rem;
}

.item-col3 .item_block {}

.item_block .tag {
    margin-top: 15px;
}

.item_block>.btn {
    max-width: 100%;
    margin-top: -2px;
}

.item_block>.btn>a {
    border-radius: 0 0 4px 4px;
}

.item_inner>.btn {
    margin: 30px auto 0;
}


/* mini */

.mini {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mini+.mini {
    margin-top: 50px;
}

.mini .mini_block {
    width: 46.875%
}

.mini .mini_block:nth-of-type(2n) {
    margin-left: 6.25%
}

.mini .mini_block:nth-of-type(n+3) {
    margin-top: 30px
}

.mini_heading {
    margin-bottom: 1em;
    font-weight: bold;
}

.mini-col2 {}

.mini-col2 .mini_block {}

.mini-col4 {}

.mini-col4 .mini_block {}

.mini .mini_block-col {
    display: flex;
    width: 100%;
}

.mini .mini_block-col:nth-of-type(2n) {
    margin-left: 0
}

.mini .mini_block-col+.mini_block-col {
    margin-top: 25px
}

.mini_block-col .mini_figure {
    width: 46.875%
}

.mini_block-col .mini_txt {
    padding-left: 3.125%;
    width: 50%
}


/* summary */

.summary {}

.summary_block {
    padding: 30px 20px;
    border-top: 1px solid #ddd
}

.summary_block:last-of-type {
    border-bottom: 1px solid #ddd;
}

.summary_txt {}

.summary_btn {
    margin-top: 15px;
}

.summary_btn>.btn {
    width: 100%;
}


/* headline */

.headline {
    position: relative;
    padding-left: 24px;
}

.headline:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    border: 2px solid #ec6a8b;
    background-color: #fdf8fa;
    border-radius: 50%;
    transform: translateY(-50%);
}

.headline_h2 {
    font-size: 2rem;
}

.headline_h2:before {
    width: 18px;
    height: 18px;
}

.headline_h3 {
    font-size: 1.8rem;
}

.headline_h3:before {
    width: 16px;
    height: 16px;
}

.headline_h4 {
    font-size: 1.6rem;
    font-weight: bold
}

.headline_h4:before {
    width: 14px;
    height: 14px;
}


/* middlehead */

.middlehead_count {
    counter-reset: middlehead;
}

.middlehead {
    position: relative;
}

.middlehead_count .styleguide_headiing+.styleguide_headiing {
    margin-top: 38px;
}

.middlehead-01 {
    padding-left: 50px;
    font-size: 1.8rem;
    line-height: 1.5
}

.middlehead-01:before {
    counter-increment: middlehead;
    content: '0' counter(middlehead);
    position: absolute;
    top: -7px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #1d1d1d;
    font-size: 1.8rem;
    font-weight: 100;
    border: 1px solid #5ea8dd;
    border-radius: 50%
}

.middlehead-02 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 35px
}

.middlehead-02_txt {
    position: relative;
    display: block;
    padding: 10px 0 15px 70px;
    background-color: #fff;
    border-bottom: solid 1px #ddd
}

.middlehead-02_txt:before {
    counter-increment: middlehead;
    content: '0' counter(middlehead);
    position: absolute;
    left: 0;
    top: -12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 53px;
    height: 57px;
    padding-top: 4px;
    color: #1d1d1d;
    font-size: 2.2rem;
    font-weight: 100;
    background: url(/blog/common_assets/s/common/img/balloon_middlehead02.png) left top / 100% auto no-repeat
}


/* tab */

.tab_wrap {
    display: flex;
    flex-wrap: wrap;
}

.tab_wrap+.tab_wrap {
    margin-top: 100px;
}

.tab_label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    font-size: 1.4rem;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
    order: -1;
    cursor: pointer;
}

.tab_contents {
    width: 100%;
    display: none;
}

.tab_switch:checked+.tab_label {
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}

.tab_switch:checked+.tab_label+.tab_contents {
    display: block;
}

.tab_switch {
    display: none;
}

.tab_wrap-col2 .tab_label {
    width: 50%;
}

.tab_wrap-col3 .tab_label {
    width: calc(100% / 3);
}


/* accordion */

.accordion {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.accordion+.accordion {
    margin-top: 30px;
}

.accordion_parent {
    position: relative;
    padding: 15px 50px 15px 20px;
    font-size: 1.5rem;
    border-top: 1px solid #ccc;
    cursor: pointer;
}

.accordion_parent:before,
.accordion_parent:after {
    content: "";
    position: absolute;
    top: 50%;
    background-color: #1d1d1d;
    transform: translateY(-50%);
}

.accordion_parent:before {
    right: 20px;
    width: 10px;
    height: 2px
}

.accordion_parent:after {
    right: 24px;
    width: 2px;
    height: 10px
}

.accordion_parent:first-of-type {
    border-top: none
}

.accordion_parent.open {
    background-color: #f7f7f7
}

.accordion_parent.open:after {
    content: none
}

.accordion_child {
    display: none;
    padding: 25px 20px;
    border-top: 1px solid #ccc;
    line-height: 1.75
}

.accordion_figure {
    text-align: center;
}

.accordion_child p+.accordion_figure {
    margin-top: 35px;
}


/* order */

.order {
    margin: 0;
}

.order_block {
    display: flex;
}

.order_block+.order_block {
    margin-top: 45px;
}

.order_figure {
    width: 100%;
    text-align: center;
}

.order_txt {
    width: 100%;
}

.order_txt .middlehead-01 {
    padding-top: 4px;
    padding-left: 70px;
    margin-bottom: 22px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    min-height: 55px
}

.order_txt .middlehead-01:before {
    top: 0;
    width: 60px;
    height: 60px;
    font-size: 2.4rem
}

.order_txt .order_figure+p {
    margin-top: 20px
}

.order_txt p+p {
    margin-top: 1em
}

.order_repletion {
    padding: 20px 25px;
    margin-top: 20px!important;
    font-size: 1.2rem;
    line-height: 1.6;
    background-color: #f7f7f7
}


/* point */

.point {
    counter-reset: point;
}

.point_block {}

.point_block+.point_block {
    margin-top: 40px;
}

.point_txt {
    position: relative;
    padding: 46px 0 20px
}

.point_txt:before,
.point_txt:after {
    position: absolute
}

.point_txt:before {
    content: "";
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(/blog/common_assets/common/img/icon_check.png) left top / 100% auto no-repeat
}

.point_txt:after {
    counter-increment: point;
    content: 'POINT 0' counter(point);
    left: 30px;
    top: -2px;
    font-size: 1.6rem;
    font-weight: 300
}

.point_txt p+p {
    margin-top: 1em;
}

.point_heading {
    font-size: 1.6rem;
}

.point_heading+p {
    margin-top: 1em;
}

.point_figure {
    text-align: center;
}


/* explanation */

.explanation_heading {
    margin-bottom: 10px;
    text-align: center;
}

.explanation_heading>span {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    padding: 0 20px
}

.explanation_heading>span:before,
.explanation_heading>span:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 18px;
    background-color: #1d1d1d
}

.explanation_heading>span:before {
    left: 0;
    transform: rotate(-35deg)
}

.explanation_heading>span:after {
    right: 0;
    transform: rotate(35deg)
}

.explanation_block {
    width: 100%;
    padding: 25px 20px;
    margin: 0 auto;
    background-color: #f7f7f7;
    border-radius: 2px
}


/* howto */

.howto {
    padding: 20px 0
}

.howto_inner {
    padding: 25px 20px;
    background-color: #fff;
    border: 1px dashed #ddd;
    border-radius: 4px
}

.howto_heading {
    margin-bottom: 10px;
    text-align: center
}

.howto_heading span {
    display: block;
    font-size: 1.8rem
}

.howto_heading span.en {
    font-size: 1.1rem;
    letter-spacing: .08em
}

.howto_step {
    counter-reset: step
}

.howto_step>li {
    position: relative;
    padding-top: 8px;
    padding-left: 50px;
    line-height: 1.5
}

.howto_step>li+li {
    margin-top: 26px
}

.howto_step>li:before,
.howto_step>li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    text-align: center
}

.howto_step>li:before {
    content: "STEP";
    padding-top: 8px;
    font-size: 1rem;
    display: inline-block;
    border: 1px solid #5ea8dd;
    border-radius: 50%;
    transform: scale(0.9)
}

.howto_step>li:after {
    counter-increment: step;
    content: counter(step);
    padding-top: 19px;
    font-size: 1.3rem
}

.howto_figure {
    margin-top: 15px;
    text-align: center
}


/* graybox */

.graybox .detail {
    margin-bottom: 0
}

.graybox_inner {
    border: solid 1px #e6e6e6;
    border-radius: 4px;
    padding: 30px 20px 35px
}


/* styleguide */

.styleguide_block+.styleguide_block {
    margin-top: 40px;
}

.styleguide_block.last_block {
    margin-bottom: 50px;
}

.styleguide>.styleguide_block:last-of-type {
    margin-bottom: 50px;
}

.styleguide_headiing+.styleguide_headiing {
    margin-top: 20px;
}

.styleguide_ul {
    display: flex;
}

.styleguide_ul+.styleguide_ul {
    margin-top: 45px;
}

.styleguide_ul>li {
    width: 160px;
}

.styleguide_ul>li.full {
    width: 100%;
}

.styleguide_ul>li span {
    color: #949393;
}

.styleguide_ul>li p {
    font-size: 1.6rem;
    text-indent: 1em;
}


/* scroll-hint */

@keyframes scroll-hint-appear {
    0% {
        transform: translateX(40px);
        opacity: 0
    }
    10% {
        opacity: 1
    }
    50%,
    100% {
        transform: translateX(-40px);
        opacity: 0
    }
}

.scroll-hint.is-right-scrollable {
    background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0))
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
    background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0))
}

.scroll-hint.is-left-scrollable {
    background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0))
}

.scroll-hint-icon {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 60px);
    box-sizing: border-box;
    width: 120px;
    height: 80px;
    border-radius: 5px;
    transition: opacity .3s;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    padding: 20px 10px 10px
}

.scroll-hint-icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    pointer-events: none
}

.scroll-hint-text {
    font-size: 1rem;
    color: #FFF;
    margin-top: 5px
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: .8
}

.scroll-hint-icon:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    content: "";
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/blog/common_assets/s/common/img/scrollhint_1.png');
}

.scroll-hint-icon:after {
    content: "";
    width: 34px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -20px;
    background-repeat: no-repeat;
    opacity: 0;
    transition-delay: 2.4s;
    background-image: url('/blog/common_assets/s/common/img/scrollhint_2.png');
    background-size: 100% auto;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
    opacity: 1;
    background-size: 100% auto;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
    animation: scroll-hint-appear 1.2s linear;
    animation-iteration-count: 2
}

.scroll-hint-icon-white {
    background-color: #FFF;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .4)
}

.scroll-hint-icon-white:before {
    background-image: url('/blog/common_assets/s/common/img/scrollhint_3.png');
    background-size: 100% auto;
}

.scroll-hint-icon-white:after {
    background-image: url('/blog/common_assets/s/common/img/scrollhint_4.png');
    background-size: 100% auto;
}

.scroll-hint-icon-white .scroll-hint-text {
    color: #000;
}


/* product */

.product_img {
    position: relative;
    text-align: center;
}

.product_img .product_icon {
    position: absolute;
    top: -8px;
    left: -5px;
    z-index: 1
}

.product_img .product_icon li+li {
    margin-top: 5px
}

.product_img .product_icon .product_icon_img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    z-index: 1;
    position: relative;
}

.product_img .product_icon .product_icon_img:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.product_img .product_icon .product_icon-new {
    background: #ffe975;
}

.product_img .product_icon .product_icon-new:before {
    width: 64%;
    background-image: url(/blog/common_assets/s/common/img/icon_new.png);
}

.product_img .product_icon .product_icon-return {
    background: url(/blog/common_assets/s/common/img/bg_return.png) center center / 100% auto no-repeat;
}

.product_img .product_icon .product_icon-return:before {
    width: 50%;
}

.product_img .product_icon .product_icon-return.return_10:before {
    background-image: url(/blog/common_assets/s/common/img/icon_return_10.png);
}

.product_img .product_icon .product_icon-recommend {
    background: #fff6ea;
    border: dashed 1px #fcab43;
}

.product_img .product_icon .product_icon-recommend:before {
    width: 70%;
    background-image: url(/blog/common_assets/s/common/img/icon_recommend.png);
}

.product_img .product_icon .product_icon-free {
    background: #7dbce8;
}

.product_img .product_icon .product_icon-free:before {
    width: 50%;
    background-image: url(/blog/common_assets/s/common/img/icon_free.png);
}

.product_img .product_limit {
    position: absolute;
    right: 6px;
    bottom: 6px;
    display: inline-block;
    padding: 6px 6px 6px 23px;
    color: #ec6a8b;
    font-size: 0.9rem;
    line-height: 1;
    background-color: #fdf8fa;
    border: 1px solid #ec6a8b;
    border-radius: 4px;
    z-index: 1;
}

.product_img .product_limit:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    width: 13.5px;
    height: 15px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.product_img .product_limit-royal:before {
    background-image: url(/blog/common_assets/s/common/img/icon_royal.png);
}

.products_list_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.products_list_wrap:after {
    content: "";
    width: 47%;
}

.products_list_item {
    position: relative;
    width: 47%;
}

.products_list_item a {
    text-decoration: none;
    color: inherit;
    outline: none;
}

.products_list_item:nth-of-type(n+3) {
    margin-top: 35px;
}

.product_img .product_icon {
    top: -8px;
    left: -5px;
}

.product_img .product_icon li+li {
    margin-top: 5px
}

.product_icon_img {
    width: 36px;
    height: 36px;
}

.product_img .product_icon .product_icon-free:before {
    width: 50%;
}

.products_list_img {
    position: relative;
}

.products_list_img {
    position: relative;
    /*max-width: 260px;*/
    height: 30vw;
    margin: auto
}

.products_list_img>img {
    height: 100%;
    width: auto;
    max-width: initial;
    margin: auto;
}

.product_limit {
    position: absolute;
    right: 6px;
    bottom: 6px;
    display: inline-block;
    padding: 6px 6px 6px 23px;
    color: #ec6a8b;
    font-size: 0.9rem;
    line-height: 1;
    background-color: #fdf8fa;
    border: 1px solid #ec6a8b;
    border-radius: 4px;
    z-index: 1;
}

.product_limit:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    width: 13.5px;
    height: 15px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.products_list_detail .comment {
    font-size: 1.1rem;
    color: #1d1d1d !important;
}

.products_list_detail .name {
    font-size: 1.2rem;
    margin-top: 3px
}

.products_list_detail .name a {
    color: #5ea8dd;
}

.products_list_detail .name span {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 1rem;
}

.products_list_detail .brand {
    display: inline-block;
    padding: 5px;
    font-size: 1rem;
    line-height: 1;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.products_list_item .price .normal {
    font-size: 1rem
}

.products_list_item .price {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-top: 10px
}

.products_list_item .price div {}

.products_list_item .price div>.num {
    font-size: 1.6rem;
}

.products_list_item .price div>.num .tax {
    color: #1d1d1d;
    font-size: 1rem;
    font-weight: 400;
}

.products_list_item .great_value>span {
    font-size: 1rem;
    display: inline-block;
    background: #E94629;
    line-height: 1;
    border-radius: 4px;
    padding: 4px 3px;
    color: #fff;
    letter-spacing: .04em;
    font-feature-settings: 'palt'
}

.products_list_item .great_value>span small {
    font-size: 1rem;
    line-height: 1
}

.products_list_item .price-campaign .special {
    color: #e94629;
    font-size: 1.1rem;
}

.products_list_item .price-campaign div>.num {
    color: #e94629;
    font-weight: 700;
}

.products_list_btn {
    width: 100%;
    margin: 10px 0;
}

.products_list_btn>a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #fff!important;
    font-size: 1.2rem;
    text-decoration: none;
    background-color: #f39632;
    border-radius: 4px;
}

.products_list_btn>a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-right: 5px;
    background: url(/blog/common_assets/s/img/shop/btn_cart.png) left top / 100% auto no-repeat;
}

.products_list_bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.products_list_bottom .part {
    color: #888;
    font-size: 1rem;
}

.products_list_bottom .favorite {
    position: relative;
    width: 16px;
    height: 14.5px;
    padding: 0;
    background-color: transparent;
    border: none;
}

.products_list_bottom .favorite:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.products_list_bottom .favorite-add:after {
    background-image: url(/blog/common_assets/s/img/shop/btn_favorite.png);
}

.products_list_bottom .favorite-remove:after {
    background-image: url(/blog/common_assets/s/img/shop/btn_favorite_on.png);
}

.products_list_bottom .btn-favorite {
    max-width: inherit;
    margin: 0;
}

.products_list_bottom .btn-favorite label {
    position: relative;
}

.products_list_bottom .btn-favorite label input {
    display: none
}

.products_list_bottom .btn-favorite label span {
    width: 16px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    background-image: url('/blog/common_assets/s/common/img/icon_favorite.png');
}

.products_list_bottom .btn-favorite label input:checked+span {
    background-image: url('/blog/common_assets/s/common/img/icon_favorite_check.png');
    animation: zoom-in-anim 0.5s;
}

@keyframes zoom-in-anim {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.products_list_bottom .btn-favorite label input:checked+span:after {
    opacity: 1
}

.products_list_wrap .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
}

.products_list_wrap .slick-dots>li+li {
    margin-left: 20px
}

.products_list_wrap .slick-dots>li button {
    width: 8px;
    height: 8px;
    padding: 0;
    text-indent: -9999px;
    background-color: #ddd;
    border: none;
    border-radius: 50%
}

.products_list_wrap .slick-dots>li.slick-active button {
    background-color: #666
}

.products_list_wrap .slider_arrow {
    position: absolute;
    top: 22%;
    width: 28px;
    height: 28px;
    background-color: #b8b8b8;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transform: translateY(-50%)
}

.products_list_wrap .slider_arrow:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg)
}

.products_list_wrap .slider_arrow-prev {
    left: -10px
}

.products_list_wrap .slider_arrow-next {
    right: -10px
}

.products_list_wrap .slider_arrow-next:before {
    transform: translate(-50%, -50%) rotate(-135deg)
}

.products_list_wrap .slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.products_list_wrap .slider .slick-dots>li+li {
    margin-left: 20px
}

.products_list_wrap .slider .slick-dots>li button {
    width: 8px;
    height: 8px;
    padding: 0;
    text-indent: -9999px;
    background-color: #ddd;
    border: none;
    border-radius: 50%
}

.products_list_wrap .slider .slick-dots>li.slick-active button {
    background-color: #666
}

.js_slider.act_slide .product_img .product_icon {
    top: 0;
    left: 0;
}

.js_slider.act_slide .products_list_item a {
    display: block;
    padding-top: 10px;
}

.js_slider.act_slide .slick-slide .product_img img {
    display: inline-block;
}

.js_slider.act_slide .slick-list {
    margin-left: -20px;
}

.js_slider.act_slide .products_list_item:nth-of-type(n+3) {
    margin-top: 0;
}

.js_slider.act_slide .products_list_item {
    margin-left: 20px;
}

.products_list_pager {
    margin-top: 35px;
    padding: 17px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.products_list_pager_num {
    position: relative;
    display: flex;
    justify-content: center;
}

.products_list_pager_num>li>a {
    text-decoration: none;
}

.products_list_pager_num>li.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.products_list_pager_num>li.arrow-prev {
    left: 0;
}

.products_list_pager_num>li.arrow-next {
    right: 0;
}

.products_list_pager_num>li.arrow>a {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    background-color: #b8b8b8;
    border-radius: 50%;
}

.products_list_pager_num>li.arrow>a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(-135deg);
    margin-left: 1px
}

.products_list_pager_num>li.arrow.arrow-next>a:before {
    margin-left: -1px;
}

.products_list_pager_num>li.arrow-next>a:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.products_list_pager_num>li.page+li.page {
    margin-left: 8px;
}

.products_list_pager_num>li.page>a,
.products_list_pager_num>li.page>span.current {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 1.4rem;
    border-radius: 4px;
}

.products_list_pager_num>li.page>a {
    color: #1d1d1d;
    border: 1px solid #ccc;
    background-color: #fff;
}

.products_list_pager_num>li.page>span.current {
    color: #999;
    background-color: #eee;
}


/* rating */

.star-rating {
    height: 12px;
    position: relative;
    width: 68px;
    display: inline-block;
}

.star-rating:before {
    background-image: url('/blog/common_assets/s/common/img/icon_rate.png');
    background-repeat: repeat-x;
    background-size: 14px auto;
    bottom: 0;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 10000px;
    top: 0;
    width: 66px
}

.star-rating>span {
    display: block;
    text-indent: -10000px;
    width: 110px;
    height: 12px;
    position: absolute;
    overflow: hidden
}

.star-rating>span:before {
    background-image: url('/blog/common_assets/s/common/img/icon_rate_on.png');
    background-repeat: repeat-x;
    background-size: 14px auto;
    bottom: 0;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 10000px;
    top: 0
}

.star-rating>span[data-rate="5.0"] {
    width: 100%!important;
}

.star-rating>span[data-rate="4.9"] {
    width: 98%!important;
}

.star-rating>span[data-rate="4.8"] {
    width: 96%!important;
}

.star-rating>span[data-rate="4.7"] {
    width: 94%!important;
}

.star-rating>span[data-rate="4.6"] {
    width: 92%!important;
}

.star-rating>span[data-rate="4.5"] {
    width: 90%!important;
}

.star-rating>span[data-rate="4.4"] {
    width: 88%!important;
}

.star-rating>span[data-rate="4.3"] {
    width: 86%!important;
}

.star-rating>span[data-rate="4.2"] {
    width: 84%!important;
}

.star-rating>span[data-rate="4.1"] {
    width: 82%!important;
}

.star-rating>span[data-rate="4.0"] {
    width: 80%!important;
}

.star-rating>span[data-rate="3.9"] {
    width: 78%!important;
}

.star-rating>span[data-rate="3.8"] {
    width: 76%!important;
}

.star-rating>span[data-rate="3.7"] {
    width: 74%!important;
}

.star-rating>span[data-rate="3.6"] {
    width: 72%!important;
}

.star-rating>span[data-rate="3.5"] {
    width: 70%!important;
}

.star-rating>span[data-rate="3.4"] {
    width: 68%!important;
}

.star-rating>span[data-rate="3.3"] {
    width: 66%!important;
}

.star-rating>span[data-rate="3.2"] {
    width: 64%!important;
}

.star-rating>span[data-rate="3.1"] {
    width: 62%!important;
}

.star-rating>span[data-rate="3.0"] {
    width: 60%!important;
}

.star-rating>span[data-rate="2.9"] {
    width: 58%!important;
}

.star-rating>span[data-rate="2.8"] {
    width: 56%!important;
}

.star-rating>span[data-rate="2.7"] {
    width: 54%!important;
}

.star-rating>span[data-rate="2.6"] {
    width: 52%!important;
}

.star-rating>span[data-rate="2.5"] {
    width: 50%!important;
}

.star-rating>span[data-rate="2.4"] {
    width: 48%!important;
}

.star-rating>span[data-rate="2.3"] {
    width: 46%!important;
}

.star-rating>span[data-rate="2.2"] {
    width: 44%!important;
}

.star-rating>span[data-rate="2.1"] {
    width: 42%!important;
}

.star-rating>span[data-rate="2.0"] {
    width: 40%!important;
}

.star-rating>span[data-rate="1.9"] {
    width: 38%!important;
}

.star-rating>span[data-rate="1.8"] {
    width: 36%!important;
}

.star-rating>span[data-rate="1.7"] {
    width: 34%!important;
}

.star-rating>span[data-rate="1.6"] {
    width: 32%!important;
}

.star-rating>span[data-rate="1.5"] {
    width: 30%!important;
}

.star-rating>span[data-rate="1.4"] {
    width: 28%!important;
}

.star-rating>span[data-rate="1.3"] {
    width: 26%!important;
}

.star-rating>span[data-rate="1.2"] {
    width: 24%!important;
}

.star-rating>span[data-rate="1.1"] {
    width: 22%!important;
}

.star-rating>span[data-rate="1.0"] {
    width: 20%!important;
}

.star-rating>span[data-rate="0.9"] {
    width: 18%!important;
}

.star-rating>span[data-rate="0.8"] {
    width: 16%!important;
}

.star-rating>span[data-rate="0.7"] {
    width: 14%!important;
}

.star-rating>span[data-rate="0.6"] {
    width: 12%!important;
}

.star-rating>span[data-rate="0.5"] {
    width: 10%!important;
}

.star-rating>span[data-rate="0.4"] {
    width: 8%!important;
}

.star-rating>span[data-rate="0.3"] {
    width: 6%!important;
}

.star-rating>span[data-rate="0.2"] {
    width: 4%!important;
}

.star-rating>span[data-rate="0.1"] {
    width: 2%!important;
}

.star-rating>span[data-rate="0"] {
    width: 0%!important;
}


/* breadcrumb */

.breadcrumb {
    padding: 20px 0;
}

.breadcrumb ul>li {
    display: inline-block;
    font-size: 1.2rem
}

.breadcrumb ul>li>a {
    color: #888;
    text-decoration: underline
}

.breadcrumb ul>li+li:before {
    content: "";
    margin: 0 10px 0 6px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: solid 1.5px #000;
    border-right: solid 1.5px #000;
    transform: translateY(-50%) rotate(45deg);
    vertical-align: -1px
}


/* placeholder */

input:focus::-webkit-input-placeholder {
    color: transparent!important;
}

input:focus::-moz-placeholder {
    color: transparent!important;
}

input:focus::-ms-input-placeholder {
    color: transparent!important;
}

input:focus::placeholder {
    color: transparent!important;
}

input {
    -webkit-appearance: none;
}

::placeholder {
    color: #ccc;
}


/* select */

select {
    color: #1d1d1d;
    background-color: #fff;
}

select :focus {
    outline: 0;
    border-color: #8f8f8f;
}

.custom-select,
.wrapper_custom-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 16px!important;
    cursor: pointer;
    color: #1d1d1d;
    background-image: url(/blog/common_assets/s/common/img/select_arrow.png)!important;
    background-size: 8px 18px!important;
    background-position: calc(100% - 4px) 50%, calc(100% - 9px) 50%!important;
    background-repeat: no-repeat!important;
    background-color: #fff!important;
}

.custom-select :focus,
.wrapper_custom-select select :focus {
    outline: 0;
    border-color: #8f8f8f;
}

.custom-select ::-ms-expand,
.wrapper_custom-select select ::-ms-expand {
    display: none;
}


/* -------------------------------------------------- */


/* header */


/* -------------------------------------------------- */

#wrapper:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: -1;
    transition-duration: 0.2s
}

#wrapper.active:before {
    opacity: 1;
    z-index: 10;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    letter-spacing: 0;
    z-index: 999;
    background: #fff;
    color: #666666;
}

#header .header-top {
    border-bottom: solid 1px #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px
}

#header .logo {
    width: 150px;
    height: 50px;
    z-index: 1000
}

#header .logo>a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 17px 0 16px;
}

#header #sp-btn {
    display: block;
    cursor: pointer;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 1001;
    user-select: none;
    transition: .3s;
}

#header #sp-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #ecf7fb;
    border-radius: 100%;
    transition-duration: .3s;
    transform: translate(-50%, -50%)
}

#header #sp-btn.active:before {
    width: 100%;
    height: 100%
}

#header #sp-btn span {
    display: block;
    background: #000;
    width: 15px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    top: 17px;
    left: 10px;
    transition-duration: .2s
}

#header #sp-btn span:nth-of-type(1) {
    transform: translateY(-7px) rotate(0);
    animation: close-menu-bar01 .5s forwards;
}

#header #sp-btn span:nth-of-type(2) {
    width: 10px;
    opacity: 1;
}

#header #sp-btn span:nth-of-type(3) {
    transform: translateY(7px) rotate(0);
    animation: close-menu-bar02 .5s forwards;
}

#header #sp-btn.active span {
    background: #5ea8dd
}

#header #sp-btn.active span:nth-of-type(1) {
    animation: active-menu-bar01 .5s forwards;
}

#header #sp-btn.active span:nth-of-type(2) {
    opacity: 0;
}

#header #sp-btn.active span:nth-of-type(3) {
    animation: active-menu-bar02 .5s forwards;
}

@keyframes active-menu-bar01 {
    0% {
        transform: translateY(-6px) rotate(0);
    }
    50% {
        transform: translateY(0) rotate(0);
    }
    100% {
        transform: translateY(0px) rotate(45deg);
    }
}

@keyframes active-menu-bar02 {
    0% {
        transform: translateY(6px) rotate(0);
    }
    50% {
        transform: translateY(0) rotate(0);
    }
    100% {
        transform: translateY(0px) rotate(-45deg);
    }
}

@keyframes close-menu-bar01 {
    0% {
        transform: translateY(0px) rotate(45deg);
    }
    50% {
        transform: translateY(0) rotate(0);
    }
    100% {
        transform: translateY(-6px) rotate(0);
    }
}

@keyframes close-menu-bar02 {
    0% {
        transform: translateY(0px) rotate(-45deg);
    }
    50% {
        transform: translateY(0) rotate(0);
    }
    100% {
        transform: translateY(6px) rotate(0);
    }
}

#header .header-icon {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 8px
}

#header .header-icon>a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

#header #search-btn {
    left: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header #cart-btn {
    right: 8px
}

#header #cart-btn .badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background: #ec6a8b;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 1rem;
    border-radius: 100%
}

#header #cart-btn .badge:empty {
    display: none;
}

#header #mypage-btn {
    right: 48px
}

#header #gnav {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 998;
    max-width: 100%;
    transition: .4s ease;
    background: #fff
}

#header #gnav a {
    color: #1d1d1d
}

#header #gnav .gnav-inner {
    display: none;
    max-height: 100vh;
    max-height: calc(100vh - 50px);
    overflow-y: auto
}

#header #gnav .gnav-inner>ul {
    padding: 0 20px
}

#header #gnav .gnav-nav>li {
    border-bottom: solid 1px #eee;
    color: #1d1d1d;
    font-size: 1.5rem
}

#header #gnav .gnav-nav>li:last-of-type {
    border-top: none
}

#header #gnav .gnav-nav>li>ul {
    border-top: solid 1px #eee;
    padding: 18px 0;
}

#header #gnav .gnav-nav>li>ul>li>a {
    font-size: 1.4rem
}

#header #gnav .gnav-nav>li>.menu-toggle {
    padding: 14px 30px 14px 36px;
    position: relative
}

#header #gnav .gnav-nav>li .menu-toggle {
    position: relative
}

#header #gnav .gnav-nav>li .menu-toggle+ul {
    display: none;
}

#header #gnav .gnav-nav>li .menu-toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    width: 12px;
    height: 12px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/blog/common_assets/s/common/img/menu-toggle.png');
    background-size: 100% auto;
}

#header #gnav .gnav-nav>li .menu-toggle.open:after {
    background-image: url('/blog/common_assets/s/common/img/menu-toggle_open.png')
}

#header #gnav .gnav-nav>li>.menu-toggle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

#header #gnav .gnav-nav>.gnav-brand>.menu-toggle:before {
    background-image: url('/blog/common_assets/s/common/img/icon_brand.png');
    width: 12px;
    left: 3px;
}

#header #gnav .gnav-nav>.gnav-category>.menu-toggle:before {
    background-image: url('/blog/common_assets/s/common/img/icon_category.png');
    width: 16px;
    left: 2px;
}

#header #gnav .gnav-nav>.gnav-nayami>.menu-toggle:before {
    background-image: url('/blog/common_assets/s/common/img/icon_nayami.png');
}

#header #gnav .gnav-nav>.gnav-campaign>.menu-toggle:before {
    background-image: url('/blog/common_assets/s/common/img/icon_campaign.png');
}

#header #gnav .gnav-nav>.gnav-guide>.menu-toggle:before {
    background-image: url('/blog/common_assets/s/common/img/icon_guide.png');
    width: 12px;
    left: 3px;
}

#header #gnav .gnav-inner .gnav-skincare {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 10px
}

#header #gnav .gnav-skincare>li {
    width: 50%;
    padding: 10px 0
}

#header #gnav .gnav-skincare>li>a {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 1.3rem
}

#header #gnav .gnav-skincare>li .img {
    width: 54px;
    height: auto
}

#header #gnav .gnav-skincare>li .txt {
    width: calc(100% - 54px);
    margin-left: 10px;
    padding-right: 10px;
    text-decoration: underline
}

#header #gnav .gnav-inner .gnav-other {
    border-top: solid 1px #eee;
    padding-top: 25px;
    padding-bottom: 25px
}

#header #gnav .gnav-other>li+li {
    margin-top: 20px
}

#header #gnav .gnav-other>li>a {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
}

#header #gnav .gnav-other>li .img {
    width: 90px;
    height: auto
}

#header #gnav .gnav-other>li .txt {
    width: calc(100% - 90px);
    padding-left: 15px;
    font-size: 1.2rem
}

#header #gnav .gnav-other>li .txt .ttl {
    font-size: 1.4rem;
    margin-bottom: 5px
}

#header #gnav .gnav-other>li .txt .ttl.header-arrow {
    padding-left: 20px
}

#header #gnav .gnav-btm {
    background: #fff;
    padding: 30px 10px 50px
}

#header #gnav .gnav-btm p {
    font-size: 12px;
    margin-bottom: 5px;
}

#header #gnav .gnav-btm .gnav-link {
    display: flex;
    justify-content: center;
    margin-bottom: 33px
}

#header #gnav .gnav-btm .gnav-link>li {
    line-height: 1.2;
}

#header #gnav .gnav-btm .gnav-link>li+li {
    border-left: solid 1px #ccc
}

#header #gnav .gnav-btm .gnav-link>li>a {
    color: #1d1d1d;
    font-size: 1.3rem;
    padding: 0 20px;
    text-decoration: none;
    white-space: nowrap;
}

#header #gnav .gnav-btm .header-btm-btn {}

#header #gnav .gnav-btm .header-btm-btn li+li {
    margin-top: 10px
}

#header .btn {
    max-width: 320px;
}

.header-links-bnr {
    display: block;
    margin-top: 20px;
}

.header-links-ttl .icon {
    display: inline-block;
    width: 22px;
    margin-right: 10px;
}

.header-links {
    padding-bottom: 50px !important;
}

.header-links>li {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.header-links>li a {
    text-decoration: none;
}

.header-subMenu {
    position: relative;
}

.header-subMenu::after {
    content: '';
    position: absolute;
    right: 10px;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
}

.header-subContents {
    position: fixed;
    z-index: 100;
    background: #fff;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    padding: 90px 20px 30px;
    overflow: auto;
    display: none;
}

.open+.header-subContents {
    display: block;
}

.header-subContents-head {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}

.header-subContents-head p {
    font-size: 14px;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.header-subContents-head p .icon {
    display: inline-block;
    width: 22px;
    margin-right: 10px;
}

.header-subContents-head .back {
    position: absolute;
    left: 20px;
    top: 20px;
}

.header-subContents-head .back::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(135deg) translateY(2px);
    margin-right: 5px;
    vertical-align: middle;
}

.header-subContents .nav_contents_guide_heading {
    font-size: 1.3rem !important;
}

.header-subMenu-link {
    font-size: 14px;
    margin-bottom: 30px;
}

.header-subMenu-link li {
    padding: 10px 0;
}

.header-subContents_category01 {
    margin-bottom: 30px;
}

.header-subContents_category01 li {
    margin-bottom: 15px;
}

.header-subContents_category01 li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
}

.header-subContents_category01 li a .icon {
    width: 15%;
    margin-right: 5%;
}

.header-subContents_category02 li {
    margin-bottom: 20px;
}

.header-subContents_category02 li a {
    font-size: 14px;
}


/* header-arrow */

#header .header-arrow {
    position: relative;
}

#header .header-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 14px;
    background-color: #b8b8b8;
    border-radius: 50%;
    z-index: 1
}

#header .header-arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: solid 1.5px #fff;
    border-right: solid 1.5px #fff;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2
}

.header-contact {
    background: #f7f7f7;
    padding-bottom: 50px;
}

.header-subContents .header-contact {
    margin: 0 -20px;
}

.header-contact .header-contact-list {
    padding: 30px 0 0
}

.header-contact .header-contact-list li {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    text-align: center
}

.header-contact .header-contact-list li+li {
    margin-top: 10px
}

.header-contact .header-contact-list li.contact-form {
    padding: 0;
}

.header-contact .header-contact-list li.contact-form a {
    padding: 20px;
    display: block;
    text-decoration: none;
}

.header-contact .header-contact-list li.contact-form a:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 14px;
    background-image: url('/blog/common_assets/s/common/img/menu-contact.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.header-contact .header-contact-list h3 {
    color: #1d1d1d;
    font-size: 1.3rem
}

.header-contact .header-contact-list p {
    font-size: 1.2rem;
    margin-top: 5px
}

.header-contact .header-contact-list .tel .num {
    font-size: 2.2rem;
    display: inline-block;
    padding-left: 30px;
    position: relative
}

.header-contact .header-contact-list .tel .num:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px
}

.header-contact .header-contact-list .contact-shopping .tel .num:before {
    background-image: url('/blog/common_assets/s/common/img/footer-tel.png')
}

.header-contact .header-contact-list .contact-skincare .tel .num:before {
    background-image: url('/blog/common_assets/s/common/img/header-contact.png')
}

.header-contact .header-contact-list .contact-shopping .tel .free {
    background: #eee;
    display: inline-block;
    font-size: 1rem;
    vertical-align: 3px;
    padding: 3px;
    margin-left: 5px
}

.header-contact .arrow {
    display: inline-block;
    padding-left: 12px;
    position: relative
}

.header-contact .arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    border-top: solid 1.5px #000;
    border-right: solid 1.5px #000;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1
}


/* gnav-brand */

#header #gnav .gnav-nav>li.gnav-brand>ul>li {
    padding: 20px 0
}

#header #gnav .gnav-nav>li.gnav-brand>ul>li:first-of-type {
    padding-top: 0;
}

#header #gnav .gnav-nav>li.gnav-brand>ul>li:last-of-type {
    padding-bottom: 10px;
}

#header #gnav .gnav-nav>li.gnav-brand>ul>li+li {
    border-top: solid 1px #eee;
}

#header #gnav .gnav-nav>li.gnav-brand>ul>li>a {
    display: block;
}

#header #gnav .gnav-nav>li.gnav-brand a {
    text-decoration: none;
}

#header #gnav .gnav-nav>li.gnav-brand .brand-menu {
    display: flex;
    align-items: center
}

#header #gnav .gnav-nav>li.gnav-brand .brand-menu .img {
    width: 90px
}

#header #gnav .gnav-nav>li.gnav-brand .brand-menu .txt {
    width: calc(100% - 90px);
    padding-left: 20px;
    font-size: 1.3rem
}

#header #gnav .gnav-nav>li.gnav-brand .brand-menu .txt .ttl {
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 20px
}

#header #gnav .gnav-nav>li.gnav-brand .brand-menu-nav {
    background: #f7f7f7;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    min-height: 45px
}

#header #gnav .gnav-nav>li.gnav-brand .brand-menu-nav li {
    flex: 1;
    text-align: center;
    position: relative
}

#header #gnav .gnav-nav>li.gnav-brand .brand-menu-nav li+li:before {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    width: 1px;
    height: 60%;
    background: #ccc
}

#header #gnav .gnav-nav>li.gnav-brand .brand-menu-nav li>a {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: left;
    display: inline-block;
    padding: 5px
}

#header #gnav .gnav-nav>li.gnav-brand .mama .brand-menu-nav {
    background: #faf0e1
}

#header #gnav .gnav-nav>li.gnav-brand .mama .brand-menu-nav li+li:before {
    background: #f7ce8f
}

#header #gnav .gnav-nav>li.gnav-brand .redna .brand-menu-nav {
    background: #fbf3f5
}

#header #gnav .gnav-nav>li.gnav-brand .redna .brand-menu-nav li+li:before {
    background: #f1bbc8
}

#header #gnav .gnav-nav>li.gnav-brand .supple .brand-menu-nav {
    background: #f4f9ef
}

#header #gnav .gnav-nav>li.gnav-brand .supple .brand-menu-nav li+li:before {
    background: #d9f2bf
}

#header #gnav .gnav-nav>li.gnav-brand .btn {
    margin-top: 30px;
    font-size: 1.3rem;
}

#header #gnav .gnav-nav>li.gnav-brand .btn>a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    background-image: url('/blog/common_assets/s/common/img/icon_brandchart.png');
    background-size: 100% auto;
}


/* gnav-category */

#header #gnav .gnav-nav>.gnav-category>ul>li .menu-toggle {
    padding: 10px 30px 10px 0;
    font-size: 1.5rem
}

#header #gnav .gnav-nav>.gnav-category>ul>li>ul {
    padding-left: 20px;
    padding-bottom: 10px
}

#header #gnav .gnav-nav>.gnav-category>ul>li>ul>li>a {
    display: inline-block;
    padding: 6px 0;
    text-decoration: underline;
    font-size: 1.4rem
}


/* gnav-nayami */

#header #gnav .gnav-nav>.gnav-nayami>ul>li>a {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
}

#header #gnav .gnav-nav>.gnav-nayami>ul>li .img {
    width: 90px
}

#header #gnav .gnav-nav>.gnav-nayami>ul>li .txt {
    width: calc(100% - 90px);
    padding-left: 16px;
    font-size: 1.2rem
}

#header #gnav .gnav-nav>.gnav-nayami>ul>li .txt .ttl {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

#header #gnav .gnav-nav>.gnav-nayami>ul>li+li {
    border-top: solid 1px #eee;
    margin-top: 20px;
    padding-top: 20px
}

#header #gnav .gnav-nav>.gnav-nayami>ul>li .txt .menu-link span {
    color: #666;
    display: inline-block;
    font-size: 1.3rem
}

#header #gnav .gnav-nav>.gnav-nayami>ul>li .txt .menu-link span+span:before {
    content: "/";
    margin: 0 3px
}

#header #gnav .gnav-nav>.gnav-nayami>ul>li:first-of-type .txt .menu-link {
    line-height: 1.8;
}

#header #gnav .gnav-nav>.gnav-campaign>ul>li+li,
#header #gnav .gnav-nav>.gnav-guide>ul>li+li {
    margin-top: 15px;
}

#header #gnav .gnav-nav>.gnav-campaign>ul,
#header #gnav .gnav-nav>.gnav-guide>ul {
    padding-left: 20px;
}

@media screen and (max-width:320px) {
    #header #gnav .gnav-btm .gnav-link>li>a {
        padding: 0 12px;
    }
}


/* common-header */

#header.common-header {}

#header.common-header .header-top {
    justify-content: center;
    align-items: center;
    padding: 0 90px 0 50px;
}

#header.common-header .logo {
    width: auto;
    height: auto;
    white-space: nowrap;
}

#header.common-header .logo>a {
    width: auto;
    height: auto;
    display: inline-block;
    margin-top: 6px;
}

#header.common-header .logo>a+a {
    margin-left: 10px
}

#header.common-header #gnav .gnav-nav>li>.menu-toggle {
    padding: 12px 30px 12px 0;
}

#header.common-header #gnav .gnav-nav>li>.menu-toggle img {
    vertical-align: middle;
}

#header.common-header #gnav .gnav-nav>.gnav-brand>.menu-toggle:before {
    content: none;
}

#header.common-header #gnav .gnav-nav>li.gnav-brand>ul>li .text-link {
    font-size: 1.4rem
}

#header.common-header #gnav .gnav-nav>li.gnav-brand>ul>li .text-link+.text-link {
    margin-top: 8px
}

#header.common-header #gnav .gnav-nav>li.gnav-brand>ul>li .text-link a {
    text-decoration: underline
}

#header.common-header #gnav .gnav-btm .header-btm-btn .btn.island a {
    padding: 12px 40px 9px;
}

.gnav-btm .header-btm-btn .btn-light:before,
.gnav-btm .header-btm-btn .btn-light::after {
    top: calc(50% + .9em);
}

@media screen and (max-width:350px) {
    #header.common-header .logo {}
    #header.common-header .logo>a+a {
        margin-left: 5px
    }
    #header.common-header .logo>a img {
        width: 96px
    }
    #header.common-header .logo>a+a img {
        width: 70px
    }
}


/* .head_navi_top */

.head_navi_top ul {
    display: flex;
    border-bottom: solid 1px #eee;
    position: relative;
}

.head_navi_top li {
    flex: 1;
    text-align: center
}

.head_navi_top li+li {
    border-left: solid 1px #eee
}

.head_navi_top li a,
.head_navi_top li .nav_btn {
    display: block;
    background: #fff;
    padding: 10px 0;
    text-decoration: none;
    color: #666;
    font-size: 1.1rem;
    position: relative;
}

.head_navi_top li .nav_btn.open {
    opacity: .5;
}

.head_navi_top li .nav_btn.open::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #666;
    position: absolute;
    left: 0;
    bottom: 0;
}

.head_navi_top li .img {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px
}

.head_navi_top li .nav_contents {
    display: none;
    position: absolute;
    z-index: 1;
    background: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    /* max-height: calc(100vh - 112px); */
    text-align: left;
    padding: 20px;
}

.head_navi_top li .js-nav_btn.open+.nav_contents.open {
    display: block;
}

.head_navi_top li .nav_contents_ttl {
    margin-bottom: 5vw;
}

.head_navi_top li .nav_contents_ttl .icon {
    display: inline-block;
    margin-right: 10px;
}

.nav_contents ul {
    display: block !important;
    border: none !important;
}

.nav_contents li {
    border: none !important;
}

.nav-brand-list li a {
    display: flex;
    justify-content: space-between;
    padding: 3vw;
}

.nav-brand-list li a .nav-brand-img {
    width: 24vw;
}

.nav-brand-list li a .nav-brand-txt {
    width: 56vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.nav-brand-list li a .nav-brand-name {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.nav-brand-list li a .nav-brand-txt01 {
    margin-top: 1em;
    font-size: 2.6vw;
    color: #1d1d1d;
}

.nav-brand-list li a .nav-brand-txt02 {
    margin-top: 1em;
    font-size: 2.6vw;
    color: #1d1d1d;
}

.nav_contents ul.nav_contents_category01 {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nav_contents_category01 li {
    width: 50%;
    flex: none;
}

.nav_contents_category01 li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.nav_contents_category01 li a .icon {
    width: 30%;
    margin-right: 5%;
}

.nav_contents ul.nav_contents_category02 {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.nav_contents_category02 li {
    width: 50%;
    flex: none;
    text-align: left;
}

.nav_contents_category02 li a {
    padding: 5px 0;
}

.nav_contents_guide01 li {
    flex: none;
    margin-bottom: 20px;
}

.nav_contents_guide01 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 0;
}

.nav_contents_guide01 li a .icon {
    width: 30%;
}

.nav_contents_guide01 li a .text {
    width: 66%;
}

.nav_contents_guide01 .nav_contents_guide_heading {
    position: relative;
    padding-left: 25px;
    color: #1d1d1d;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.nav_contents_guide01 .nav_contents_guide_heading:before,
.nav_contents_guide01 .nav_contents_guide_heading:after {
    content: "";
    position: absolute;
    top: 3px;
}

.nav_contents_guide01 .nav_contents_guide_heading:before {
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #b8b8b8;
    border-radius: 50%;
}

.nav_contents_guide01 .nav_contents_guide_heading:after {
    left: 5px;
    top: 12px;
    width: 5px;
    height: 5px;
    border-top: solid 1.5px #fff;
    border-right: solid 1.5px #fff;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
}

.nav_contents_guide01 .nav_contents_guide_txt {
    font-size: 1.2rem;
}

.nav_contents ul.nav_contents_guide02 {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    padding: 20px;
}

.nav_contents_guide02 li {
    width: 50%;
    flex: none;
    text-align: center;
}

.nav_contents_guide02 li a {
    padding: 5px 0;
    font-size: 14px;
}

@media screen and (max-width:320px) {
    .head_navi_top li a {
        font-size: 1rem;
        letter-spacing: -.05rem;
        font-feature-settings: 'palt'
    }
}


/* -------------------------------------------------- */


/* footer */


/* -------------------------------------------------- */

.footer-sec a {
    text-decoration: none;
    color: #666;
    font-size: 1.2rem
}


/* footer-search */

#footer-search {
    padding: 40px 0;
}

#footer-search ul {}

#footer-search li {}

#footer-search li+li {
    margin-top: 20px;
}

#footer-search .footer-search-heading {
    font-size: 1.4rem;
    margin-bottom: 5px
}

#footer-search form {
    position: relative;
    width: 100%;
    height: 40px
}

#footer-search input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 50px 0 1em;
    border: 1px solid #ccc;
    border-radius: 4px
}

#footer-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border-top: none;
    border: 1px solid #ccc;
    background: url(/blog/common_assets/common/img/search_btn.png) center center / auto auto no-repeat #f7f7f7;
    border-radius: 0 4px 4px 0
}

#footer-search ::placeholder {
    color: #ccc;
}

#footer-search ::-ms-input-placeholder {
    color: #ccc;
}

#footer-search :-ms-input-placeholder {
    color: #ccc;
}

#footer-guide .inner {
    border-top: solid 1px #eee;
    padding-top: 25px
}

main.mypage #footer-guide .inner {
    border-top: 0;
}

#footer-guide .guide-ttl {
    font-size: 1.8rem;
    font-weight: 400;
    padding-bottom: 25px
}

#footer-guide .guide-ttl .en {
    font-size: 1.2rem;
    letter-spacing: .08em;
    font-weight: 300;
    margin-left: 5px;
}

#footer-guide .guide-list li+li {
    margin-top: 10px
}

#footer-guide .guide-list li a {
    display: flex;
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 15px
}

#footer-guide .guide-list li .img {
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center
}

#footer-guide .guide-list li .txt {
    width: calc(100% - 70px);
    padding-left: 15px;
    font-size: 1.2rem
}

#footer-guide .guide-list li .txt .ttl {
    position: relative;
    padding-left: 24px;
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: #65a9e1;
}

#footer-guide .guide-list li .txt .ttl:before {
    content: "";
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
    width: 18px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url('/blog/common_assets/s/common/img/footer-check.png');
    background-size: 100% auto;
}

#footer-guide .footer-link-btn {
    margin-top: 30px
}

#footer-guide .footer-link-btn>li+li {
    margin-top: 10px
}

#footer-guide .footer-link-btn>li>a {
    display: flex;
    border: solid 1px #ddd;
    border-radius: 4px;
    height: 48px;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 320px;
    margin: auto
}


/*#footer-guide .footer-link-btn>li>a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 11px;
    height: 10px;
    margin-top: -5px;
    background-image: url('/blog/common_assets/s/common/img/footer-link.png')
}*/

#footer-shop {
    font-size: 1.2rem;
    padding: 50px 0 25px
}

#footer-shop h3 {
    color: #1d1d1d;
    font-size: 1.3rem;
    text-align: center
}

#footer-shop ul {
    margin-top: 18px
}

#footer-shop li {
    text-align: center
}

#footer-shop li+li {
    margin-top: 18px
}

#footer-shop li .txt {
    margin-top: 8px
}

#footer-sns {
    font-size: 1.2rem;
    padding: 25px 0
}

#footer-sns .inner {
    border-top: solid 1px #eee;
    padding-top: 25px
}

#footer-sns h3 {
    color: #1d1d1d;
    font-size: 1.3rem;
    text-align: center
}

#footer-sns ul {
    margin-top: 15px;
    display: flex;
    justify-content: center
}

#footer-sns li {
    border: solid 1px #eee;
    border-radius: 100%;
    width: 50px;
    height: 50px
}

#footer-sns li+li {
    margin-left: 5px
}

#footer-sns li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

#pagetop {
    background: #eee;
    padding: 12px 0;
    text-align: center;
    color: #1d1d1d;
    font-size: 1.2rem
}

#pagetop span {
    display: inline-block;
    padding-right: 20px;
    position: relative
}

#pagetop span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    display: block;
    width: 14px;
    height: 14px;
    background-image: url('/blog/common_assets/s/common/img/footer-pagetop.png');
    background-size: 100% auto;
}

#footer {}

#footer .footer-contact {
    background: #f7f7f7
}

#footer .footer-contact .footer-contact-list {
    padding: 30px 0 0
}

#footer .footer-contact .footer-contact-list li {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    text-align: center
}

#footer .footer-contact .footer-contact-list li+li {
    margin-top: 10px
}

#footer .footer-contact .footer-contact-list li.contact-form {
    padding: 0;
}

#footer .footer-contact .footer-contact-list li.contact-form a {
    padding: 20px;
    display: block;
}

#footer .footer-contact .footer-contact-list li.contact-form a:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 14px;
    background-image: url('/blog/common_assets/s/common/img/menu-contact.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    vertical-align: text-bottom;
}

#footer .footer-contact .footer-contact-list h3 {
    color: #1d1d1d;
    font-size: 1.3rem
}

#footer .footer-contact .footer-contact-list p {
    font-size: 1.2rem;
    margin-top: 5px
}

#footer .footer-contact .footer-contact-list .tel .num {
    font-size: 2.2rem;
    display: inline-block;
    padding-left: 30px;
    position: relative
}

#footer .footer-contact .footer-contact-list .tel .num:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px
}

#footer .footer-contact .footer-contact-list .contact-shopping .tel .num:before {
    background-image: url('/blog/common_assets/s/common/img/footer-tel.png')
}

#footer .footer-contact .footer-contact-list .contact-skincare .tel .num:before {
    background-image: url('/blog/common_assets/s/common/img/footer-contact.png')
}

#footer .footer-contact .footer-contact-list .contact-shopping .tel .free {
    background: #eee;
    display: inline-block;
    font-size: 1rem;
    vertical-align: 3px;
    padding: 3px;
    margin-left: 5px
}

#footer .footer-btn-list .btn+.btn {
    margin-top: 10px
}

#footer .footer-btn-list .btn.icon-mail a:before,
#footer .footer-btn-list .btn.icon-guide a:before {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    left: 40px
}

#footer .footer-btn-list .btn.icon-mail a:before {
    background-image: url('/blog/common_assets/s/common/img/footer-mail.png')
}

#footer .footer-btn-list .btn.icon-guide a:before {
    background-image: url('/blog/common_assets/s/common/img/footer-guide.png')
}

#footer .footer-btn-list+p {
    max-width: 320px;
    margin: auto
}

#footer .footer-contact .arrow {
    display: inline-block;
    padding-left: 12px;
    position: relative
}

#footer .footer-contact .arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    border-top: solid 1.5px #000;
    border-right: solid 1.5px #000;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1
}

#footer .footer-contact .footer-btn-list {
    padding: 20px 0
}

#footer .footer-company {
    text-align: center;
    background: #f7f7f7;
    padding: 0 0 20px
}

#footer .footer-company .inner {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 20px 0
}

#footer .footer-company h3 {
    font-size: 1.3rem;
    color: #1d1d1d
}

#footer .footer-company a {
    font-size: 1.1rem
}

#footer .footer-company p {
    margin-top: 5px
}

#footer .footer-company .footer-company-link {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#footer .footer-company .footer-company-link li.nowrap {
    width: 100%;
    text-align: center;
}

#footer .footer-company .footer-company-link li+li a {
    border-left: solid 1px #ccc
}

#footer .footer-company .footer-company-link li.left a {
    border-left: none
}

#footer .footer-company .footer-company-link li a {
    padding: 0 8px
}

#footer .copyright {
    padding: 20px 0;
    font-size: 1.1rem
}

#footer .copyright ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .copyright ul a img {
    width: 4rem;
}

#footer .copyright ul a[target=_blank]:after {
    display: none;
}

#footer .btn {
    max-width: 320px;
}


/* header-search */

.header-search {
    display: none;
    position: absolute;
    top: 50px;
    background-color: #fff;
    width: 100%;
}

.header-search {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    padding: 15px 0
}

.header-search .search-inner {
    display: flex;
    justify-content: center;
}

.header-search .search-inner form {
    position: relative;
    width: 100%;
    height: 40px
}

.header-search .search-inner input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 50px 0 1em;
    border: 1px solid #ccc;
    border-radius: 4px
}

.header-search .search-inner button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border-top: none;
    border: 1px solid #ccc;
    background: url(/blog/common_assets/common/img/search_btn.png) center center / auto auto no-repeat #f7f7f7;
    border-radius: 0 4px 4px 0
}

.header-search .search-inner .btn {
    width: 50px;
    height: 40px;
    margin-left: 12px
}

.header-search .search-inner .btn a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 25px 0 0;
    font-size: 1.1rem;
    text-align: center;
    color: #1d1d1d;
    line-height: 1;
    position: relative
}

.header-search .search-inner .btn-toggle {
    position: absolute;
    display: block;
    height: 30px;
    width: 35px;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.header-search .search-inner .btn-toggle span {
    display: block;
    background: #000;
    width: 15px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    top: 7px;
    left: 10px;
    transition-duration: .2s
}

.header-search .search-inner .btn-toggle span:nth-of-type(1) {
    transform: translateY(-7px) rotate(0);
    animation: close-menu-bar01 .5s forwards;
}

.header-search .search-inner .btn-toggle span:nth-of-type(2) {
    width: 10px;
    opacity: 1;
}

.header-search .search-inner .btn-toggle span:nth-of-type(3) {
    transform: translateY(7px) rotate(0);
    animation: close-menu-bar02 .5s forwards;
}

.header-search .nav_contents_search_keyword {
    display: flex;
    margin-top: 10px;
}

.header-search .nav_contents_search_keyword>li+li {
    margin-left: 10px;
}

.header-search .nav_contents_search_keyword>li>a {
    display: block;
    padding: 0 10px;
    color: #1d1d1d;
    text-decoration: none;
    line-height: 2;
    background-color: #ecf7fb;
    border-radius: 15px;
    font-size: 1.2rem
}