@charset "UTF-8";

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN Condensed Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Holland';
    src: url('../fonts/Holland.ttf') format('truetype');
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

body {
    color: #505355;
    font-size: 1vw;
    line-height: 1.7;
    margin: 0px;
    overflow: hidden;
    background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

a:link {
    color: #004CCA;
}

a:visited {
    color: #6219DB;
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

.sp {
    display: none;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#menu {
    display: none;
}

.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex_sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.wrap {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.modal {
    display: none;
    height: 56.5vw;
    position: fixed;
    top: 0;
    width: 27.083vw;
    z-index: 1;
}

.modal__bg {
    background: #BF8170;
    height: 56.5vw;
    position: absolute;
    width: 100%;
    opacity: .7;
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 4vw 2vw;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 90%;
    overflow: scroll;
    color: #BF8170;
}

.modal__content .name {
    font-size: 1.6vw;
    letter-spacing: .1em;
    margin-bottom: .6em;
    font-weight: bold;
}

.modal__content .position {
    font-weight: bold;
}

.modal__content .text+.text {
    margin-top: 1em;
}

a.js-modal-close {
    background: #BF8170;
    display: block;
    width: 4vw;
    height: 4vw;
    position: absolute;
    right: .6vw;
    top: 1.3vw;
    z-index: 2;
}

a.js-modal-close::before,
a.js-modal-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    /* 棒の幅（太さ） */
    height: 30px;
    /* 棒の高さ */
    background: #fff;
}

a.js-modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

a.js-modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

aside#side_bar {
    width: calc(100% - 27.083% - 36.458%);
    background: url(../img/aside_back.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4vw;
    display: flex;
    flex-direction: column;
}

aside#side_bar .logo {
    width: 46%;
    margin-bottom: auto;
}

aside#side_bar .menu {
    width: 90%;
    margin-bottom: 3vw;
}

aside#side_bar .menu ul li {
    width: 48.5%;
    margin-bottom: 1.5vw;
}

aside#side_bar .menu ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 10vw;
    line-height: 1.2;
    height: 4vw;
    transition: .3s;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}

aside#side_bar .menu ul li a:hover {
    background: #BF8170;
}

aside#side_bar .sns_area {
    margin-bottom: 4vw;
}

aside#side_bar .sns_area .fl_wrap {
    align-items: center;
}

aside#side_bar .sns_area .title {
    color: #fff;
    font-size: 1.5vw;
    margin-right: 2vw;
    font-family: 'Holland';
}

aside#side_bar .sns_area ul li+li {
    margin-left: 1.3vw;
}

aside#side_bar .sns_area ul li img {
    width: 2vw;
}

aside#side_bar .url_area a {
    color: #fff;
    font-size: 1vw;
    font-family: 'Helvetica';
}

.main_contents {
    width: 27.083%;
    background: #fff;
}

/* .main_contents:before {
    content: "";
    width: 36.458vw;
    height: 2000px;
    background: red;
    position: absolute;
    right: 0;
    top: 0;
} */

div#main_contents_wrap {
    overflow: scroll;
    /* height: 56.5vw; */
    height: 100vh;
}

.main_contents #main_visual {
    background: url(../img/main_visual.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 2.4vw;
    position: relative;
}

.main_contents #main_visual .logo {
    width: 57%;
    position: absolute;
    left: 50%;
    bottom: 2.5vw;
    translate: -50% 0;
}

.main_contents #main_visual .main_text {
    position: absolute;
    right: 2vw;
    bottom: 2.5vw;
    color: #fff;
    font-family: 'Helvetica';
    text-align: right;
    font-size: 1.8vw;
    line-height: 1.3;
}

.main_contents #sales_area {
    background: url(../img/sales_back.png) no-repeat;
    background-size: cover;
    background-position: center;
    color: #084667;
    text-align: center;
    padding: 2vw 0;
}

.main_contents #sales_area .title {
    font-size: 2.7vw;
    font-family: 'DIN';
}

.main_contents #sales_area .day {
    font-size: 2.5vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2vw;
    position: relative;
    z-index: 2;
    letter-spacing: .1em;
}

.main_contents #sales_area .day:before {
    content: "Coming Soon";
    position: absolute;
    right: 1.5vw;
    top: 2.7vw;
    color: #D6C688;
    font-family: 'Holland';
    transform: rotate(-8deg);
    font-size: 3.5vw;
    z-index: -1;
    letter-spacing: 0;
}

.main_contents #sales_area .day .accent {
    font-size: 5.5vw;
    font-family: 'Helvetica';
    font-weight: 600;
}

.main_contents #sales_area .text {
    font-size: 1.4vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
}

.main_contents #sales_area .text .accent {
    font-size: 2vw;
    font-family: 'Helvetica';
    font-weight: 600;
}

.main_contents #top_concept {
    background: url(../img/concept_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-top: 18vw;
    height: 125vw;
    position: relative;
    z-index: 2;
}

.main_contents #top_concept .catch_text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    font-size: 1.3vw;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2.3;
    letter-spacing: .4em;
    margin-bottom: 12vw;
    height: 25vw;
}

.main_contents #top_concept .lead_text {
    margin-bottom: 10vw;
}

.main_contents #top_concept .lead_text .text {
    font-size: 1.1vw;
    line-height: 2;
    text-align: center;
    letter-spacing: .1em;
}

.main_contents #top_concept .lead_text .text+.text {
    margin-top: 2em;
}

.main_contents #chart_area {
    background: #F9F4ED;
    color: #BF8170;
    position: relative;
    z-index: 1;
    margin-top: -24vw;
    padding-top: 30vw;
    padding-bottom: 15vw;
    text-align: center;
}

.main_contents #chart_area.result-1 {
    background: #A91E36;
    color: #fff;
}

#chart_area.result-1 #now_text,
#chart_area.result-1 a.more_button {
    background: #fff;
    color: #A91E36;
}

#chart_area.result-1 .icon svg g {
    fill: #fff;
}

.main_contents #chart_area.result-2 {
    background: #D0A6B0;
    color: #010F17;
}

#chart_area.result-2 #now_text,
#chart_area.result-2 a.more_button {
    background: #010F17;
}

#chart_area.result-2 .icon svg g {
    fill: #010F17;
}

.main_contents #chart_area.result-3 {
    background: #DDCC97;
    color: #010F17;
}

#chart_area.result-3 #now_text,
#chart_area.result-3 a.more_button {
    background: #010F17;
}

#chart_area.result-3 .icon svg g {
    fill: #010F17;
}

.main_contents #chart_area.result-4 {
    background: #258772;
    color: #fff;
}

#chart_area.result-4 #now_text,
#chart_area.result-4 a.more_button {
    background: #fff;
    color: #258772;
}

#chart_area.result-4 .icon svg g {
    fill: #fff;
}

.main_contents #chart_area.result-5 {
    background: #34538B;
    color: #fff;
}

#chart_area.result-5 #now_text,
#chart_area.result-5 a.more_button {
    background: #fff;
    color: #34538B;
}

#chart_area.result-5 .icon svg g {
    fill: #fff;
}

.main_contents #chart_area.result-6 {
    background: #88652C;
    color: #fff;
}

#chart_area.result-6 #now_text,
#chart_area.result-6 a.more_button {
    background: #fff;
    color: #88652C;
}

#chart_area.result-6 .icon svg g {
    fill: #fff;
}

#chart_area a.more_button {
    display: block;
    background: #505355;
    background-size: 1vw;
    background-position: 72%;
    width: 80%;
    border-radius: 10vw;
    color: #fff;
    text-align: center;
    line-height: 3.5vw;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
}

.main_contents #chart_area .title_area {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    letter-spacing: .1em;
    margin-bottom: 3.6vw;
}

.main_contents #chart_area .title_area .en {
    font-family: 'Helvetica';
    font-size: 1.5vw;
}

#chart_area .common_box .icon {
    justify-content: center;
    margin: 1vw 0;
}

#chart_area .common_box .icon svg {
    width: 50.917px;
    height: 16.972px;
}

.main_contents #chart_area .title_area .sub_title {
    font-size: 1.2vw;
}

.main_contents #chart_area .title_area .title {
    font-size: 2vw;
    margin-bottom: .3em;
}

.main_contents #chart_area #chart_start {
    display: block;
    width: 80%;
    margin: 0 auto;
    background: #BF8170;
    border-radius: 10vw;
    line-height: 4.2vw;
    border: 1px solid;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3vw;
    color: #fff;
}

.main_contents #chart_area .common_box .text_area {
    min-height: 18vw;
    align-items: center;
    justify-content: center;
}

.main_contents #chart_area .common_box#start .text_area .text,
.main_contents #chart_area .common_box.result_box .text_area .text {
    font-size: 1vw;
    margin-bottom: 1.5em;
}

.main_contents #chart_area .common_box .text_area .text {
    font-size: 1.2vw;
}

.main_contents #chart_area .button_wrap button {
    display: block;
    width: 80%;
    margin: 0 auto;
    border-radius: 10vw;
    line-height: 4.2vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3vw;
    color: #fff;
    margin-top: .5vw;
}

.main_contents #chart_area .button_wrap button.yes {
    background: #C75B5B;
}

.main_contents #chart_area .button_wrap button.no {
    background: #5BA2C7;
}

.main_contents #chart_area .button_wrap button.neither {
    background: #C7B25B;
}


.main_contents .top_lineup {
    background: url(../img/line_up_border.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 7vw 0 3vw 0;
}

.main_contents .top_lineup .item_list {
    margin-bottom: 6vw;
}

.main_contents .top_lineup .item_list li {
    width: 48.5%;
    margin-bottom: 1vw;
}

.main_contents .top_lineup .item_list li a {
    background: #F9F4ED;
    color: #BF8170;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10vw;
    line-height: 1.2;
    height: 4vw;
    transition: .3s;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}

.main_contents .top_lineup .item_list li:nth-child(4n - 1) a,
.main_contents .top_lineup .item_list li:nth-child(4n) a {
    background: #BF8170;
    color: #fff;
}

.main_contents .top_lineup .item_box .main_text {
    font-family: 'Helvetica';
    line-height: 1.2;
}

.main_contents .top_lineup .item_box .main_text.no_1 {
    color: #A91E36;
}

.main_contents .top_lineup .item_box .main_text.no_2 {
    color: #D0A6B0;
}

.main_contents .top_lineup .item_box .main_text.no_3 {
    color: #DDCC97;
}

.main_contents .top_lineup .item_box .main_text.no_4 {
    color: #258772;
}

.main_contents .top_lineup .item_box .main_text.no_5 {
    color: #34538B;
}

.main_contents .top_lineup .item_box .main_text.no_6 {
    color: #88652C;
}

.main_contents .top_lineup .item_box .main_text .number {
    font-size: 1.3vw;
}

.main_contents .top_lineup .item_box .main_text .title {
    font-size: 1.7vw;
}

.main_contents .top_lineup .item_slider {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
}

.main_contents .top_lineup .item_box .bx-wrapper {
    max-width: 60% !important;
    box-shadow: none;
    border: none;
    margin: 0;
    background: none;
}

.main_contents .top_lineup .item_box:nth-child(even) .bx-wrapper {
    margin-left: auto;
}

.main_contents .top_lineup .item_box:nth-child(even) .bx-pager {
    right: auto;
    left: -8vw;
}

.main_contents .top_lineup .item_box .bx-pager {
    width: 6.5vw;
    right: -8vw;
    bottom: auto;
    top: 0vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 3vw;
}

.main_contents .top_lineup .item_box .bx-pager:before {
    content: "FRAGRANCE";
    color: #B1B1B1;
    font-family: 'Helvetica';
    font-size: 1vw;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}

.main_contents .top_lineup .bx-wrapper .bx-pager.bx-default-pager a {
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 100%;
    margin: 0 0 1vw 0;
    transition: .3s;
    position: relative;
}

/* アロマディフューザー */
.main_contents .top_lineup #aroma_diffuser .bx-pager-item:nth-child(1) a {
    background: #A91E36;
}

.main_contents .top_lineup #aroma_diffuser .bx-pager-item:nth-child(2) a {
    background: #D0A6B0;
}

.main_contents .top_lineup #aroma_diffuser .bx-pager-item:nth-child(3) a {
    background: #DDCC97;
}

.main_contents .top_lineup #aroma_diffuser .bx-pager-item:nth-child(4) a {
    background: #258772;
}

.main_contents .top_lineup #aroma_diffuser .bx-pager-item:nth-child(5) a {
    background: #34538B;
}

.main_contents .top_lineup #aroma_diffuser .bx-pager-item:nth-child(6) a {
    background: #88652C;
}

/* ストーンディフューザー */
.main_contents .top_lineup #stone_diffuser .bx-pager-item:nth-child(1) a {
    background: #A91E36;
}

.main_contents .top_lineup #stone_diffuser .bx-pager-item:nth-child(2) a {
    background: #D0A6B0;
}

.main_contents .top_lineup #stone_diffuser .bx-pager-item:nth-child(3) a {
    background: #DDCC97;
}

.main_contents .top_lineup #stone_diffuser .bx-pager-item:nth-child(4) a {
    background: #258772;
}

.main_contents .top_lineup #stone_diffuser .bx-pager-item:nth-child(5) a {
    background: #34538B;
}

.main_contents .top_lineup #stone_diffuser .bx-pager-item:nth-child(6) a {
    background: #88652C;
}

/* アロマオイル */
.main_contents .top_lineup #aroma_oil .bx-pager-item:nth-child(1) a {
    background: #A91E36;
}

.main_contents .top_lineup #aroma_oil .bx-pager-item:nth-child(2) a {
    background: #D0A6B0;
}

.main_contents .top_lineup #aroma_oil .bx-pager-item:nth-child(3) a {
    background: #DDCC97;
}

.main_contents .top_lineup #aroma_oil .bx-pager-item:nth-child(4) a {
    background: #258772;
}

.main_contents .top_lineup #aroma_oil .bx-pager-item:nth-child(5) a {
    background: #34538B;
}

.main_contents .top_lineup #aroma_oil .bx-pager-item:nth-child(6) a {
    background: #88652C;
}

/* ガラスキャンドル */
.main_contents .top_lineup #glass_candle .bx-pager-item:nth-child(1) a {
    background: #A91E36;
}

.main_contents .top_lineup #glass_candle .bx-pager-item:nth-child(2) a {
    background: #DDCC97;
}

.main_contents .top_lineup #glass_candle .bx-pager-item:nth-child(3) a {
    background: #258772;
}

.main_contents .top_lineup #glass_candle .bx-pager-item:nth-child(4) a {
    background: #88652C;
}

/* サシェ */
.main_contents .top_lineup #sachet .bx-pager-item:nth-child(1) a {
    background: #D0A6B0;
}

.main_contents .top_lineup #sachet .bx-pager-item:nth-child(2) a {
    background: #DDCC97;
}

.main_contents .top_lineup #sachet .bx-pager-item:nth-child(3) a {
    background: #258772;
}

.main_contents .top_lineup #sachet .bx-pager-item:nth-child(4) a {
    background: #88652C;
}

/* マルチペーパー */
.main_contents .top_lineup #multi_paper .bx-pager-item:nth-child(1) a {
    background: #A91E36;
}

.main_contents .top_lineup #multi_paper .bx-pager-item:nth-child(2) a {
    background: #D0A6B0;
}

.main_contents .top_lineup #multi_paper .bx-pager-item:nth-child(3) a {
    background: #88652C;
}

/* お香 */
.main_contents .top_lineup #incense .bx-pager-item:nth-child(1) a {
    background: #A91E36;
}

.main_contents .top_lineup #incense .bx-pager-item:nth-child(2) a {
    background: #DDCC97;
}

.main_contents .top_lineup #incense .bx-pager-item:nth-child(3) a {
    background: #34538B;
}

/* 電動ディフューザー */
.main_contents .top_lineup #electric_diffuser .bx-pager-item:nth-child(1) a {
    background: #A91E36;
}

.main_contents .top_lineup #electric_diffuser .bx-pager-item:nth-child(2) a {
    background: #D0A6B0;
}

.main_contents .top_lineup #electric_diffuser .bx-pager-item:nth-child(3) a {
    background: #258772;
}

.main_contents .top_lineup #electric_diffuser .bx-pager-item:nth-child(4) a {
    background: #88652C;
}

/* 交換用ディフューザーボトル */
.main_contents .top_lineup #diffuser_bottle .bx-pager-item:nth-child(1) a {
    background: #A91E36;
}

.main_contents .top_lineup #diffuser_bottle .bx-pager-item:nth-child(2) a {
    background: #D0A6B0;
}

.main_contents .top_lineup #diffuser_bottle .bx-pager-item:nth-child(3) a {
    background: #258772;
}

.main_contents .top_lineup #diffuser_bottle .bx-pager-item:nth-child(4) a {
    background: #88652C;
}

/* トイレットペーパー */
.main_contents .top_lineup #toilet_paper .bx-pager-item:nth-child(1) a {
    background: #D0A6B0;
}

.main_contents .top_lineup #toilet_paper .bx-pager-item:nth-child(2) a {
    background: #258772;
}

.main_contents .top_lineup #toilet_paper .bx-pager-item:nth-child(3) a {
    background: #88652C;
}

/* CARフレグランス */
.main_contents .top_lineup #car .bx-pager-item:nth-child(1) a {
    background: #D0A6B0;
}

.main_contents .top_lineup #car .bx-pager-item:nth-child(2) a {
    background: #258772;
}

.main_contents .top_lineup #car .bx-pager-item:nth-child(3) a {
    background: #34538B;
}

.main_contents .top_lineup #car .bx-pager-item:nth-child(4) a {
    background: #88652C;
}

.main_contents .top_lineup .bx-wrapper .bx-pager.bx-default-pager a:before {
    content: "";
    width: 2.1vw;
    height: 2.1vw;
    border: 1.9px solid #fff;
    border-radius: 100%;
    position: absolute;
    left: .2vw;
    top: .2vw;
    opacity: 0;
}

.main_contents .top_lineup .bx-wrapper .bx-pager.bx-default-pager a.active:before,
.main_contents .top_lineup .bx-wrapper .bx-pager.bx-default-pager a:focus::before {
    opacity: 1;
}

.main_contents .top_lineup .item_box .bx-viewport {
    height: 22vw !important;
}

.main_contents .top_lineup .item_slider li {
    height: 20vw;
    position: relative;
}

.main_contents .top_lineup .item_slider li img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 70%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.main_contents .top_lineup .item_box+.item_box {
    margin-top: 10vw;
}

.main_contents .top_lineup .item_box .text_area {
    margin-top: -2.5vw;
    padding: 5vw 2vw 4vw 2vw;
    position: relative;
}

.main_contents .top_lineup .item_box.no_2 .text_area {
    background: #F8EDEF;
}

.main_contents .top_lineup .item_box.no_1 .text_area {
    background: #FDF9E8;
}

.main_contents .top_lineup .item_box .text_area .title_area {
    position: relative;
}

.main_contents .top_lineup .item_box .text_area .title_area .title {
    font-size: 1.5vw;
    font-weight: bold;
    color: #010F17;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.main_contents .top_lineup .item_box .text_area .title_area .en {
    font-size: 5vw;
    color: #fff;
    line-height: 1;
    font-family: 'Holland';
    position: absolute;
    left: 0;
    top: -2vw;
    z-index: 1;
}

.main_contents .top_lineup .item_box .text_area .price_wrap {
    position: relative;
    z-index: 2;
}

.main_contents .top_lineup .item_box .text_area .price_wrap.sale {
    display: flex;
    gap: 0 .5vw;
    align-items: center;
}

.main_contents .top_lineup .item_box .text_area .price_wrap.sale .price {
    position: relative;
}

.main_contents .top_lineup .item_box .text_area .price_wrap.sale .price::before {
    content: "";
    position: absolute;
    left: 0;
    top: 43%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    height: 3px;
    background-color: red;
}

.main_contents .top_lineup .item_box .text_area .price_wrap.sale::after {
    content: "SALE";
    color: #fff;
    display: inline-block;
    padding: 0.3em 0.5em 0em;
    background-color: #fff;
    font-family: 'DIN';
    font-size: 1.1vw;
    background-color: red;
    line-height: 1;
    margin-bottom: 0.3em;
}

.main_contents .top_lineup .item_box .text_area .price {
    display: inline-block;
    font-family: 'DIN';
    color: #010F17;
    font-size: 1.6vw;
}

.main_contents .top_lineup .item_box .text_area .price .tax {
    margin-left: 1vw;
}

.main_contents .top_lineup .item_box .text_area .price .jp {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2vw;
    font-weight: bold;
}

.main_contents .top_lineup .item_box .text_area .text {
    position: relative;
    z-index: 1;
}

.main_contents .top_lineup .item_box .text_area .more_button {
    display: block;
    background: url(../img/icon_blank.svg) no-repeat, #505355;
    background-size: 1vw;
    background-position: 86%;
    width: 60%;
    border-radius: 10vw;
    color: #fff;
    text-align: center;
    padding-right: 2vw;
    line-height: 3.5vw;
    font-family: 'Noto Sans JP', sans-serif;
    position: absolute;
    left: 2vw;
    bottom: -1.5vw;
}

.main_contents .top_lineup .item_box .text_area .more_button.large {
    background-position: 88%;
}

.main_contents #information {
    background: url(../img/information_back.jpg) repeat;
    background-size: contain;
    background-position: center;
    /* height: 92vw; */
    padding: 8vw 0;
    color: #fff;
}

.main_contents #information .common_title {
    color: #fff;
}

.main_contents #information .common_title::before {
    background: #fff;
}

.main_contents #information ul li {
    width: 90%;
    margin: 0 auto;
}

.main_contents #information ul li+li {
    margin-top: 7vw;
}

.main_contents #information ul li .image {
    border: 4px solid #fff;
    width: 75%;
    margin: 0 auto 1.5vw auto;
}

.main_contents #information ul li .text_area .title {
    font-weight: bold;
    font-size: 1.4vw;
    line-height: 1.5;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: .5em;
}

.main_contents #information ul li .text_area .text+.text {
    margin-top: 0.5em;
}

.main_contents #information ul li .img_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1vw;
    margin-top: 1vw;
}

.main_contents #information ul li .img_box .name {
    font-size: 0.8vw;
    margin-top: 0.3vw;
}

.main_contents #information ul li .detail {
    margin-top: 1vw;
}

.main_contents #information ul li .detail .item+.item {
    margin-top: 1.3vw;
}

.main_contents #information ul li .detail .item .label {
    background: #fff;
    color: #857378;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0.5vw;
    font-size: 1.1vw;
    letter-spacing: .05em;
    padding: 0.1vw 0;
}

.main_contents #information ul li .detail .item .text_area {
    text-align: left;
}

.main_contents #product_sv {
    padding: 7vw 0 12vw 0;
    background: url(../img/circle_back_2.png) no-repeat;
    background-size: 102%;
    background-position: -2vw 140%;
}

.main_contents #product_sv .wrap {
    width: 60%;
}

.main_contents #product_sv .image {
    margin: 0 auto 2vw auto;
    position: relative;
}

.main_contents #product_sv .image .en {
    font-family: 'Holland';
    color: #CBB654;
    font-size: 2.8vw;
    line-height: 1;
    position: absolute;
    right: -2vw;
    top: 75%;
    transform: rotate(-10deg);
}

.main_contents #product_sv .text_area {
    color: #BF8170;
    font-weight: bold;
}

.main_contents #product_sv .text_area .information {
    margin-bottom: 5vw;
}

.main_contents #product_sv .text_area .more_button {
    display: block;
    background: #505355;
    background-size: 1vw;
    background-position: 72%;
    width: 100%;
    border-radius: 10vw;
    color: #fff;
    text-align: center;
    line-height: 3.5vw;
    font-family: 'Noto Sans JP', sans-serif;
}

.main_contents #product_sv .text_area .more_button+.more_button {
    margin-top: 1.5vw;
}

.main_contents #product_sv .text_area .name {
    font-size: 1.6vw;
    letter-spacing: .1em;
    margin-bottom: .6em;
}

.main_contents #product_sv .text_area .company {
    font-size: 1.1vw;
}

.main_contents #product_sv .text_area .en {
    font-size: 1.1vw;
    font-family: 'Helvetica';
    margin-bottom: 1vw;
}

.main_contents #product_sv .text_area ul li:first-child {
    margin-bottom: 1vw;
}

.main_contents #main_footer {
    padding: 15vw 0 12vw 0;
    background: url(../img/footer_img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 60vw;
}

.main_contents #main_footer .logo {
    width: 18vw;
    margin: 0 auto 2vw auto;
}

.main_contents #main_footer .sns_area {
    text-align: center;
    margin-bottom: 4vw;
}

.main_contents #main_footer .sns_area .title {
    color: #fff;
    font-family: 'Holland';
    font-size: 1.5vw;
    margin-bottom: .5em;
}

.main_contents #main_footer .sns_area ul {
    justify-content: center;
}

.main_contents #main_footer .sns_area ul li {
    margin: 0 .6vw;
}

.main_contents #main_footer .sns_area ul li img {
    width: 2vw;
}

.main_contents #main_footer .url_area {
    text-align: center;
    margin-bottom: 15vw;
}

.main_contents #main_footer .url_area a {
    color: #fff;
    font-family: 'Helvetica';
}

.main_contents #main_footer .copyright {
    text-align: center;
    font-family: 'Helvetica';
    color: #fff;
}

.main_image_arae {
    /* width: 36.458%; */
    width: 36.45%;
    background: url(../img/main_img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.main_image_arae .gradation {
    width: 100%;
    height: 100vw;
    background: url(../img/gradation_back.png) no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    left: 0;
    top: calc(50vw + 100px);
}

.common_title {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #BF8170;
    padding-top: 2.5vw;
    position: relative;
    margin-bottom: 2vw;
}

.common_title .en {
    font-size: 1.6vw;
}

.common_title::before {
    content: "";
    mask-image: url(../img/common_title_accent.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    background: #BF8170;
    width: 3.6vw;
    aspect-ratio: 3 / 1;
    display: block;
    margin: 0 auto 0.7vw;
}

#chart_area .common_box {
    display: none;
}

#chart_area .common_box#start {
    display: block;
}

#chart_area .common_box .fl_wrap {
    display: flex;
    align-items: center;
    gap: 0 2vw;
    margin: 2vw 0;
}

#chart_area .common_box .image {
    width: 45%;
    flex-shrink: 0;
}

#chart_area .common_box .image img {
    max-height: 15vw;
}

#chart_area .common_box .dl_wrap {
    width: 100%;
    text-align: left;
}

#chart_area .common_box .dl_wrap dl+dl {
    margin-top: 1vw;
}

#chart_area .common_box .dl_wrap dl dt {
    font-size: .9vw;
    font-family: 'Helvetica';
}

#chart_area .common_box .dl_wrap dl dd {
    font-size: .9vw;
}

#chart_area #now_text {
    background: #00273C;
    color: #fff;
    width: 40%;
    margin: 0 auto 1vw auto;
    line-height: 2.5vw;
    border-radius: 6vw;
    font-family: 'Helvetica';
}

#chart_area .chart_contens_area.active {
    min-height: 40vw;
}

.main_contents .border_wrap {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

aside#side_bar,
.main_image_arae,
.main_contents #main_visual {
    /* height: 56.5vw; */
    height: 100vh;
}

.main_image_arae .balloon_box .img {
    position: fixed;
    width: 10vw;
    animation: balloon 3s ease-in-out infinite alternate;
}

.main_image_arae .balloon_box .img.blue {
    top: 5vw;
    right: 17vw;
}

.main_image_arae .balloon_box .img.black {
    bottom: 4vw;
    right: 23vw;
    animation-name: balloon2;
    animation-duration: 2s;
}

.main_image_arae .balloon_box .img.red {
    top: 24vw;
    right: 4vw;
    animation-name: balloon3;
    animation-duration: 4s;
}

@keyframes balloon {
    0% {
        translate: 0 0;
        rotate: -7deg;
    }

    50% {
        translate: 0 -15px;
    }

    100% {
        translate: 0 0;
        rotate: 7deg;
    }
}

@keyframes balloon2 {
    0% {
        translate: 0 0;
        rotate: 5deg;
    }

    50% {
        translate: 0 -10px;
    }

    100% {
        translate: 0 0;
        rotate: -5deg;
    }
}

@keyframes balloon3 {
    0% {
        translate: 0 0;
        rotate: -10deg;
    }

    50% {
        translate: 0 -15px;
    }

    100% {
        translate: 0 0;
        rotate: 10deg;
    }
}

/* インタビューページ */
.page_main aside#side_bar {
    background: #878A8E;
}

.page_main .main_image_arae {
    background: #878A8E;
}

.page_interview .main_sec {
    background-image: url(/img/interview_main_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding: 1vw 0 9vw;
}

.page_interview .main_sec::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.page_interview .main_sec .page_back {
    margin-bottom: 27vw;
}

.page_interview .main_sec .page_back a {
    display: inline-block;
    color: #fff;
    font-size: 1.5vw;
    letter-spacing: .03em;
    font-family: "Helvetica";
}

.page_interview .main_sec .title_box .title {
    color: #fff;
    font-weight: 700;
    letter-spacing: .08em;
    font-size: 1.8vw;
    line-height: 1.5;
}

.page_interview .interview_sec {
    background: #F8EDEF;
    padding: 5vw 0 10vw;
}

.page_interview .interview_sec .intro_box {
    margin-bottom: 5vw;
}

.page_interview .interview_sec .intro_box .text_box .title {
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 1.5vw;
    line-height: 1.5;
    margin-bottom: 1vw;
}

.page_interview .interview_sec .intro_box .text_box .text {
    line-height: 2.2;
}

.page_interview .interview_sec .content {
    margin-bottom: 7vw;
}

.page_interview .interview_sec .content .img_box {
    margin-bottom: 2.5vw;
}

.page_interview .interview_sec .content .item+.item {
    margin-top: 5vw;
}

.page_interview .interview_sec .content .textarea {
    width: 90%;
    margin: 0 auto;
}

.page_interview .interview_sec .content .textarea .sec_title {
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 1.5vw;
    line-height: 1.5;
    margin-bottom: 1.5vw;
}

.page_interview .interview_sec .content .textarea dl+dl {
    margin-top: 2em;
}

.page_interview .interview_sec .content .textarea dl dt {
    letter-spacing: .04em;
    line-height: 2.2;
}

.page_interview .interview_sec .content .textarea dl dd {
    margin-top: 2em;
}

.page_interview .interview_sec .content .textarea dl dd .text {
    letter-spacing: .03em;
    line-height: 2.2;
}

.page_interview .interview_sec .content .textarea dl dd .text a {
    word-break: break-all;
}

.page_interview .interview_sec .news_box .inner {
    border: 1px solid;
    padding: 1.5em;
}

.page_interview .interview_sec .news_box .inner .head {
    text-align: center;
    font-weight: 700;
    font-family: 'Helvetica';
    font-size: 1.7vw;
    line-height: 1;
    margin-bottom: 1.5vw;
}

.page_interview .interview_sec .news_box .inner .text {
    letter-spacing: .03em;
    line-height: 2.2;
}

.page_interview .interview_sec .news_box .inner .text+.text {
    margin-top: 1.5em;
}

@media (max-width: 750px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    body {
        font-size: 3.5vw;
        line-height: 1.5;
    }

    .wrap {
        max-width: 90%;
    }

    .modal {
        height: 100%;
        width: 100%;
    }

    .modal__bg {
        height: 100%;
        width: 100%;
    }

    .modal__content {
        padding: 8vw 5vw;
        top: 50%;
        width: 90%;
        height: 90%;
    }

    .modal__content .name {
        font-size: 6vw;
    }

    a.js-modal-close {
        width: 12vw;
        height: 12vw;
        right: 3vw;
        top: 8vw;
    }

    a.js-modal-close::before,
    a.js-modal-close::after {
        height: 20px;
        /* 棒の高さ */
    }

    aside#side_bar {
        display: none;
    }

    .main_contents {
        width: 100%;
    }

    div#main_contents_wrap {
        overflow: hidden;
        height: auto;
    }

    .main_contents #main_visual {
        padding-top: 2vh;
        height: 100vh;
    }

    .main_contents #main_visual .logo {
        width: 30vh;
        bottom: 2vh;
    }

    .main_contents #main_visual .main_text {
        bottom: 2vh;
        font-size: 3.8vh;
    }

    .main_contents #sales_area {
        padding: 10vw 0;
    }

    .main_contents #sales_area .title {
        font-size: 11vw;
    }

    .main_contents #sales_area .day {
        font-size: 9.5vw;
        margin-bottom: 8vw;
    }

    .main_contents #sales_area .day:before {
        right: 4.2vw;
        top: 10.2vw;
        font-size: 13.5vw;
    }

    .main_contents #sales_area .day .accent {
        font-size: 20vw;
    }

    .main_contents #sales_area .text {
        font-size: 4.4vw;
    }

    .main_contents #sales_area .text .accent {
        font-size: 8vw;
    }

    .main_contents #top_concept {
        padding-top: 58vw;
        height: 430vw;
    }

    .main_contents #top_concept .catch_text {
        font-size: 4.5vw;
        margin-bottom: 55vw;
        height: 75vw;
    }

    .main_contents #top_concept .lead_text {
        margin-bottom: 10vw;
    }

    .main_contents #top_concept .lead_text .text {
        font-size: 3.5vw;
    }

    .main_contents #chart_area {
        margin-top: -80vw;
        padding-top: 90vw;
        padding-bottom: 35vw;
    }

    #chart_area a.more_button {
        line-height: 14vw;
        font-size: 4vw;
    }

    .main_contents #chart_area .title_area {
        margin-bottom: 5vw;
    }

    .main_contents #chart_area .title_area .en {
        font-size: 4.5vw;
    }

    #chart_area .common_box .icon {
        justify-content: center;
        margin: 1vw 0;
    }

    .main_contents #chart_area .title_area .sub_title {
        font-size: 4vw;
    }

    .main_contents #chart_area .title_area .title {
        font-size: 7.5vw;
    }

    .main_contents #chart_area #chart_start {
        line-height: 14vw;
        font-size: 4vw;
    }

    .main_contents #chart_area .common_box .text_area {
        min-height: 50vw;
    }

    .main_contents #chart_area .common_box#start .text_area .text,
    .main_contents #chart_area .common_box.result_box .text_area .text {
        font-size: 3.5vw;
        line-height: 2;
    }

    .main_contents #chart_area .common_box .text_area .text {
        font-size: 4vw;
    }

    .main_contents #chart_area .button_wrap button {
        line-height: 14vw;
        font-size: 4vw;
        margin-top: 3vw;
    }

    .main_contents .top_lineup {
        padding: 20vw 0 14vw 0;
    }

    .main_contents .top_lineup .item_list {
        margin-bottom: 15vw;
    }

    .main_contents .top_lineup .item_list li {
        margin-bottom: 3vw;
    }

    .main_contents .top_lineup .item_list li a {
        height: 15vw;
    }

    .main_contents .top_lineup .item_box .main_text .number {
        font-size: 5vw;
    }

    .main_contents .top_lineup .item_box .main_text .title {
        font-size: 7vw;
    }

    .main_contents .top_lineup .item_box .bx-pager {
        width: 25.5vw;
        right: -30vw;
        padding-top: 8vw;
    }

    .main_contents .top_lineup .item_box:nth-child(even) .bx-pager {
        left: -30vw;
    }

    .main_contents .top_lineup .item_box .bx-pager:before {
        font-size: 4vw;
    }

    .main_contents .top_lineup .bx-wrapper .bx-pager.bx-default-pager a {
        width: 10vw;
        height: 10vw;
        margin-bottom: 3vw;
    }

    .main_contents .top_lineup .bx-wrapper .bx-pager.bx-default-pager a:before {
        width: 8.5vw;
        height: 8.5vw;
        border: 2px solid #fff;
        left: .75vw;
        top: .75vw;
    }

    .main_contents .top_lineup .item_box .bx-viewport {
        height: 78vw !important;
    }

    .main_contents .top_lineup .item_slider li {
        height: 55vw;
    }

    .main_contents .top_lineup .item_box+.item_box {
        margin-top: 25vw;
    }

    .main_contents .top_lineup .item_box .text_area {
        margin-top: -10.5vw;
        padding: 15vw 5vw 15vw 5vw;
    }

    .main_contents .top_lineup #diffuser .text_area {
        padding-right: 40vw;
    }

    .main_contents .top_lineup .item_box .text_area .title_area .title {
        font-size: 4.5vw;
        margin-bottom: .2em;
    }

    .main_contents .top_lineup .item_box .text_area .title_area .en {
        font-size: 16vw;
        top: -6vw;
    }

    .main_contents .top_lineup .item_box .text_area .price_wrap.sale {
        gap: 0 2vw;
    }

    .main_contents .top_lineup .item_box .text_area .price_wrap.sale .price::before {
        top: 43%;
        height: 2px;
    }

    .main_contents .top_lineup .item_box .text_area .price_wrap.sale::after {
        padding: 0.3em 0.5em 0em;
        font-size: 4.7vw;
        margin-bottom: 0.3em;
    }

    .main_contents .top_lineup .item_box .text_area .price {
        font-size: 5.6vw;
    }

    .main_contents .top_lineup .item_box .text_area .price .tax {
        margin-left: 2vw;
    }

    .main_contents .top_lineup .item_box .text_area .price .jp {
        font-size: 4vw;
    }

    .main_contents .top_lineup .item_box .text_area .more_button {
        background-size: 3vw;
        padding-right: 6vw;
        line-height: 13vw;
        left: 5vw;
        bottom: -6.5vw;
    }

    .main_contents #information {
        height: auto;
        padding: 23vw 0;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .main_contents #information .common_title {
        background-size: 12vw;
    }

    .main_contents #information ul li+li {
        margin-top: 20vw;
    }

    .main_contents #information ul li .image {
        margin: 0 auto 5.5vw auto;
    }

    .main_contents #information ul li .text_area .title {
        font-size: 4.5vw;
    }

    .main_contents #information ul li .text_area .text {
        line-height: 2;
    }

    .main_contents #information ul li .img_box {
        gap: 0 2vw;
        margin-top: 3vw;
    }

    .main_contents #information ul li .img_box .name {
        font-size: 3vw;
        margin-top: 2vw;
    }

    .main_contents #information ul li .detail {
        margin-top: 3vw;
    }

    .main_contents #information ul li .detail .item+.item {
        margin-top: 3vw;
    }

    .main_contents #information ul li .detail .item .label {
        font-size: 3.7vw;
        padding: 1vw 0;
        margin-bottom: 2vw;
    }

    .main_contents #product_sv {
        padding: 13vw 0 40vw 0;
        background-position: -2vw 160%;
    }

    .main_contents #product_sv .image {
        margin: 0 auto 10vw auto;
    }

    .main_contents #product_sv .image .en {
        font-size: 11vw;
        right: -7vw;
        top: 72%;
    }

    .main_contents #product_sv .text_area .information {
        margin-bottom: 15vw;
    }

    .main_contents #product_sv .text_area .more_button {
        line-height: 12.5vw;
    }

    .main_contents #product_sv .text_area .more_button+.more_button {
        margin-top: 4vw;
    }

    .main_contents #product_sv .text_area .name {
        font-size: 6vw;
    }

    .main_contents #product_sv .text_area .company {
        font-size: 4vw;
    }

    .main_contents #product_sv .text_area .en {
        font-size: 3.7vw;
        margin-bottom: 3vw;
    }

    .main_contents #product_sv .text_area ul li:first-child {
        margin-bottom: 3vw;
    }

    .main_contents #main_footer {
        height: 220vw;
        padding: 55vw 0 5vw;
    }

    .main_contents #main_footer .logo {
        width: 60vw;
        margin: 0 auto 8vw auto;
    }

    .main_contents #main_footer .sns_area {
        margin-bottom: 13vw;
    }

    .main_contents #main_footer .sns_area .title {
        font-size: 5.5vw;
    }

    .main_contents #main_footer .sns_area ul li {
        margin: 0 3vw;
    }

    .main_contents #main_footer .sns_area ul li img {
        width: auto;
        height: 8vw;
    }

    .main_contents #main_footer .url_area {
        margin-bottom: 60vw;
        line-height: 2;
    }

    .main_image_arae {
        display: none;
    }

    .common_title {
        padding-top: 12vw;
        background-size: 12vw;
        margin-bottom: 10vw;
    }

    .common_title::before {
        width: 11vw;
        margin: 0 auto 3vw;
    }

    .common_title .title {
        font-size: 4vw;
    }

    .common_title .en {
        font-size: 7.5vw;
        margin-top: .4em;
    }

    #chart_area .common_box .fl_wrap {
        margin: 5vw 0;
    }

    #chart_area .common_box .dl_wrap {
        padding-left: 3vw;
    }

    #chart_area .common_box .dl_wrap dl+dl {
        margin-top: 3vw;
    }

    #chart_area .common_box .dl_wrap dl dt {
        font-size: 3.5vw;
    }

    #chart_area .common_box .dl_wrap dl dd {
        font-size: 3.5vw;
    }

    #chart_area #now_text {
        margin: 0 auto 5vw auto;
        line-height: 7vw;
    }

    #chart_area .chart_contens_area.active {
        min-height: 130vw;
    }

    .main_contents #product_sv .text_area .information {
        margin-bottom: 15vw;
    }

    .main_contents #product_sv .text_area .more_button+.more_button {
        margin-top: 4vw;
    }

    /* インタビュー */
    .page_interview .main_sec {
        padding: 8vw 0 20vw;
    }

    .page_interview .main_sec .page_back {
        margin-bottom: 100vw;
    }

    .page_interview .main_sec .page_back a {
        font-size: 5vw;
    }

    .page_interview .main_sec .title_box .title {
        font-size: 6vw;
    }

    .page_interview .interview_sec {
        padding: 12vw 0 20vw;
    }

    .page_interview .interview_sec .intro_box {
        margin-bottom: 10vw;
    }

    .page_interview .interview_sec .intro_box .text_box .title {
        font-size: 4.7vw;
        margin-bottom: 2vw;
    }

    .page_interview .interview_sec .content {
        margin-bottom: 12vw;
    }

    .page_interview .interview_sec .content .item+.item {
        margin-top: 10vw;
    }

    .page_interview .interview_sec .content .img_box {
        margin-bottom: 5vw;
    }

    .page_interview .interview_sec .content .textarea .sec_title {
        font-size: 4.7vw;
        margin-bottom: 3vw;
    }

    .page_interview .interview_sec .content .textarea dl dd {
        margin-top: 1em;
    }

    .page_interview .interview_sec .news_box .inner .head {
        font-size: 5vw;
        margin-bottom: 2.5vw;
    }

    #chart_area .common_box .image img {
        max-height: 50vw;
    }
}