@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
    html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
} ins {
background-color:#ff9;
color:#000;
text-decoration:none;
} mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
} hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
 * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 62.5%;
scroll-behavior: smooth;
}
body {
font-family: ヒラギノ角ゴ ProN W3,HiraKakuProN-W3,ヒラギノ角ゴ Pro W3,HiraKakuPro-W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS Pgothic,Osaka,sans-serif,Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans;
font-size: 1.6em;
font-weight: 400;
font-style: normal;
-webkit-font-feature-settings: "palt";
font-feature-settings: "palt";
line-height: 1.7em;
letter-spacing: var(--letter-tight);
color: var(--navy-color);
background-color: var(--bg-color);
-webkit-appearance: none;
-webkit-text-size-adjust: 100%;
margin: 0;
padding: 0;
position: relative;
}
::selection {
color: var(--white-color);
background-color: rgba(0,97,231,.8);
}
a {
color: var(--text-color);
text-decoration: none;
}
a:hover {
text-decoration: none;
}
pre {
white-space: pre-line;
font-family: Noto Sans Japanese,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Noto Sans JP,meiryo,メイリオ,sans-serif !important;
}
em {
font-style: normal;
word-break: break-word;
}
button, input, select, textarea {
font-family : inherit;
font-size : 100%;
}
img {
vertical-align: bottom;
}
ul {
list-style: none;
}
figure {
margin-bottom: 0px !important;
}
input[type="submit"] {
appearance: none;
-webkit-appearance: none;
}
address {
font-style: normal;
}
:root {
--white-color: #ffffff;
--text-color: #333333;
--black-color: #222222;
--light-color: #f4f5f7;
--border-color: #dddddd;
--bg-color: #ffffff;
--lime-color: #e7f3f1;
--leaf-color: #5fa492;
--sumire-color: #7293de;
--facebook: #2062c4;
--twitter: #5192f4;
--twitterx: #000000;
--instagram: #2062c4;
--youtube: #c4302b;
--line: #06c755;
--letter-fine: -8px;
--letter-thin: -4px;
--letter-one: -1px;
--letter-none: 0;
--letter-tight: .01em;
--letter-base: .04em;
--letter-wide: .06em;
--letter-max: .08em;
}
#recore {
overflow: visible;
}
.grecaptcha-badge {
visibility: hidden !important;
} .header {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 100;
}
header .fixed {
width: 100%;
position: fixed;
top: 0;
left: 0;
padding-block: min(3vw,1.8em);
transition: .3s ease-in-out;
background-color: var(--white-color);
z-index: 1000;
}
header .fixed .header-logo img {
transition: .3s ease-in-out;
}
.header-inner {
width: 100%;
height: 90px;
padding-block: min(3vw,1.8em);
padding-inline: min(6vw,3em) 90px;
display: flex;
align-items: center;
justify-content: space-between;
gap: min(5vw,2em);
transition: .3s ease-in-out;
}
.header-logo {
width: 300px;
}
header .header-logo img {
width: min(50vw,16em);
transition: .3s ease-in-out;
}
.header-global {
width: calc(100% - 300px);
}
.header-global_navi {
display: flex;
justify-content: flex-end;
gap: min(3vw,2em);
}
.header-global_navi a {
font-weight: 500;
position: relative;
}
.header-global_navi a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: var(--black-color);
bottom: -5px;
transform: scale(0, 1);
transform-origin: right top;
transition: transform 0.3s;
will-change: transform;
}
.header-global_navi a:hover::after {
transform: scale(1, 1);
transform-origin: left top;
} .menu_global {
position: fixed;
top: 0;
right: 0;
}
.menu_global img {
width: min(40vw, 5em);
height: auto;
transition: .3s ease-in-out;
}
.menu_global i {
color: var(--black-color);
font-size: 1.5em;
font-weight: 400;
}
#ham {
width: 90px;
height: 90px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
#burg {
position: absolute;
top: 0;
right: 0;
width: 90px;
height: 90px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 10000;
font-size: 3em;
font-weight: 400;
color: var(--black-color);
}
#burg i {
font-weight: 400;
font-size: .6em;
color: var(--black-color);
}
@media (min-width: 768px) {
.nav-open .global {
width: calc(100% / 1);
top: 0;
right: 0;
opacity: 1;
}
.nav-open .black-bg {
opacity: .3;
visibility: visible;
}
}
@media (max-width: 767px) {
.nav-open .global {
width: calc(100% / 1);
top: 0;
right: 0;
opacity: 1;
}
.nav-open .black-bg {
opacity: .3;
visibility: visible;
}
}
@media (min-width: 1400px) {
.global {
position: fixed;
opacity: 0;
top: 0;
right: -100%;
width: calc(100% / 1);
height: 100vh;
background-color: var(--bg-color);
transition: all .6s;
z-index: 1000;
overflow-y: auto;
}
}
@media (min-width: 768px) and (max-width: 1399px) {
.global {
position: fixed;
opacity: 0;
top: 0;
right: -100%;
width: calc(100% / 1);
height: 100vh;
background-color: var(--bg-color);
transition: all .6s;
z-index: 1000;
overflow-y: auto;
}
}
@media (max-width: 767px) {
.global {
position: fixed;
opacity: 0;
top: 0;
right: -100%;
width: calc(100% / 1);
height: 100vh;
background-color: var(--bg-color);
transition: all .6s;
z-index: 1000;
overflow-y: auto;
}
}
.black-bg {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100vh;
z-index: 100;
background-color: #000;
opacity: 0;
visibility: hidden;
transition: all .6s;
cursor: pointer;
}
.navi {
width: 100%;
height: 100vh; display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.navi-content {
width: 100%;
display: flex;
transition: transform .3s;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.navi-content_bg {
width: 30%;
overflow: hidden;
}
.navi-content_bg img {
width: 100%;
height: 100%;
min-height: 100vh;
aspect-ratio: 9 / 16;
object-fit: cover;
}
.navi-content_item {
width: calc(100% - 30%);
padding: 15vw min(6vw,90px) 20vw;
display: flex;
flex-direction: column;
justify-content: center;
transition: transform .3s;
}
.navi-content_link {
display: flex;
padding-block: min(5vw,3em);
border-bottom: 1px solid var(--border-color);
}
.navi-content_item ul {
flex: 1;
display: flex;
justify-content: flex-start;
flex-direction: column;
gap: 1rem;
}
.navi-content_item ul > li {
line-height: min(5vw,1.4em);
text-indent: .2em;
}
.navi-content_link a,
.navi-content_item ul > li a {
position: relative;
}
.navi-content_link a::after,
.navi-content_item ul > li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: var(--black-color);
bottom: -2px;
transform: scale(0, 1);
transform-origin: right top;
transition: transform 0.3s;
will-change: transform;
}
.navi-content_link a:hover::after,
.navi-content_item ul > li a:hover::after {
transform: scale(1, 1);
transform-origin: left top;
} .cta {
width: 100%;
padding-block: min(10vw,6em);
background-image: url(//corp.recoreserum.jp/wp-content/themes/recoreserum/assets/images/bg/silk.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.cta-content {
display: flex;
align-items: center;
justify-content: space-between;
}
.cta-content figure {
width: calc(100% / 2 - min(12vw,6em));
}
.cta-content .cta-note {
width: calc(100% - calc(100% / 2));
display: flex;
flex-direction: column;
gap: min(4vw,2em);
}
.cta-content figure img {
width: 100%;
height: auto;
}
.cta-content .cta-note h3 {
font-size: min(6vw,2.3em);
font-weight: 400;
line-height: 1em;
display: inline-flex;
align-items: center;
gap: .5em;
}
.cta-content .cta-note h3:before {
content: "";
width: 30px;
height: 30px;
object-fit: cover;
display: block;
background-image: url(//corp.recoreserum.jp/wp-content/themes/recoreserum/assets/images/icon/bag.svg);
background-repeat: no-repeat;
}
.cta-content .cta-note a {
padding-block: 1em;
}
.cta-content .cta-note a span {
position: relative;
padding-inline: 1.5em;
}
.cta-content .cta-note a span:after {
content: "";
width: 100%;
height: 1px;
background-color: var(--black-color);
position: absolute;
left: 0;
bottom: -15px;
}
.cta-content .cta-note a span i {
color: var(--leaf-color);
margin-left: 1em;
transition: .2s ease-in-out;
}
.cta-content .cta-note a:hover span i {
transform: translateX(5px);
transition: .3s ease-in-out;
} .group {
width: 100%;
padding-block: min(8vw,4em);
background-color: var(--lime-color);
}
.group-content {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.group-content_item {
width: calc(100% / 3 - min(3vw,1.5em));
}
.group-content_item a {
padding: min(3vw,1.2em);
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
background-color: var(--white-color);
border: 1.5px solid transparent;
transition: .2s ease-in-out;
}
.group-content_item a:hover {
border: 1.5px solid var(--leaf-color);
}
.group-content_item figure,
.group-content_item strong {
width: calc(100% / 2 - .6em);
}
.group-content_item figure img {
width: 100%;
height: 100%;
aspect-ratio: 3 / 2;
object-fit: cover;
}
.group-content_item strong {
display: block;
text-align: center;
} .footer {
padding-block: min(10vw,6em) min(10vw,8em);
width: 100%;
}
.footer .inner {
display: flex;
flex-direction: column;
gap: min(5vw,3em);
}
.footer-com {
display: flex;
align-items: center;
justify-content: space-between;
}
.footer-logo {
width: 240px;
}
.footer-social {
width: calc(100% - 240px - min(8vw,5em));
display: flex;
justify-content: flex-end;
gap: min(3vw,1em);
}
.footer-social i {
font-size: 2em;
transition: .3s ease-in-out;
}
.footer-social i:hover {
color: var(--leaf-color);
transition: .3s ease-in-out;
}
.footer-logo a {
display: block;
}
.footer-logo img {
width: 100%;
height: auto;
}
.footer-global {
padding-block: min(5vw,3em);
border-top: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
display: flex;
align-items: flex-start;
gap: min(8vw,5em);
}
.footer-global_navi {
display: flex;
flex-direction: column;
gap: 1em;
}
.footer-global_navi a {
font-weight: 500;
position: relative;
}
.footer-global_navi ul > li a {
opacity: .6;
font-weight: 400;
}
.footer-global_navi p a::after,
.footer-global_navi ul > li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1.2px;
background: var(--black-color);
bottom: -3px;
transform: scale(0, 1);
transform-origin: right top;
transition: transform 0.3s;
will-change: transform;
}
.footer-global_navi p a:hover::after,
.footer-global_navi ul > li a:hover::after {
transform: scale(1, 1);
transform-origin: left top;
}
.footer-secure {
display: flex;
flex-direction: column;
gap: 1em;
}
.footer-secure_navi {
display: inline-flex;
gap: min(5vw,2em);
}
.footer-secure_navi a {
font-weight: 500;
position: relative;
}
.footer-secure_navi a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1.2px;
background: var(--black-color);
bottom: -3px;
transform: scale(0, 1);
transform-origin: right top;
transition: transform 0.3s;
will-change: transform;
}
.footer-secure_navi a:hover::after {
transform: scale(1, 1);
transform-origin: left top;
}
.footer small {
letter-spacing: var(--letter-none);
display: flex;
justify-content: flex-end;
}
 @media (min-width: 1600px) {
.inner {
width: 1280px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
.max-inner {
width: 1280px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
.min-inner {
width: 1080px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
.minmin-inner {
width: 620px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
.post-inner {
width: 750px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
}
@media (min-width: 1400px) and (max-width: 1599px) {
.inner {
width: 1080px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
.max-inner {
width: 1280px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
.min-inner {
width: 960px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
.minmin-inner {
width: 620px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
.post-inner {
width: 720px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
.inner {
width: 1080px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
.max-inner {
width: 1190px;
margin-inline: auto;
padding-inline: min(10vw, 2em);
position: relative;
transition: all .3s ease-in-out;
}
.min-inner {
width: 960px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
.minmin-inner {
width: 620px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
.post-inner {
width: 720px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.inner {
width: 860px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
.max-inner {
width: 980px;
margin-inline: auto;
padding-inline: min(10vw, 2em);
position: relative;
transition: all .3s ease-in-out;
}
.min-inner {
width: 800px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
.minmin-inner {
width: 620px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
.post-inner {
width: 650px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.inner {
width: 750px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
.max-inner {
width: 750px;
margin-inline: auto;
padding-inline: min(10vw, 2em);
position: relative;
transition: all .3s ease-in-out;
}
.min-inner {
width: 750px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
.minmin-inner {
width: 620px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
.post-inner {
width: 650px;
margin-inline: auto;
position: relative;
transition: all .3s ease-in-out;
}
}
@media (max-width: 767px) {
.inner,
.max-inner,
.min-inner,
.minmin-inner,
.post-inner {
width: 100%;
margin-inline: auto;
padding-inline: 5vw;
position: relative;
transition: all .3s ease-in-out;
}
}
 .home {
min-height: 100vh;
position: relative;
z-index: 3;
} .cover {
width: 100%;
height: 100vh;
position: relative;
overflow: hidden;
}
.cover-hero {
position: absolute;
left: min(10vw,5em);
bottom: min(10vw,5em);
z-index: 2;
display: flex;
flex-direction: column;
gap: min(2vw,1.5em);
color: var(--white-color);
}
.cover-hero h1 {
font-size: clamp(1.6em,5vw,2.5em);
font-weight: 300;
letter-spacing: var(--letter-max);
line-height: 1em;
}
.cover-hero small {
font-size: min(3vw,1em);
font-weight: 300;
letter-spacing: var(--letter-none);
}
.cover-video video {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
min-width: 100%;
min-height: 100%;
z-index: 0;
}
.cover img {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
} .home .topics {
padding-block: min(10vw,6em);
}
.home .topics .inner {
display: flex;
flex-direction: column;
gap: min(5vw,2em);
overflow: hidden;
}
.home .topics .title {
display: inline-flex;
align-items: center;
gap: 1em;
}
.home .topics .title em {
font-family: "aktiv-grotesk", sans-serif;
font-weight: 300;
font-style: normal;
font-size: min(8vw,2.5em);
text-transform: uppercase;
line-height: 1em;
}
.home .topics .title h2 {
font-weight: normal;
}
.home .topics .newer {
color: lightcoral;
font-size: 90%;
letter-spacing: var(--letter-none);
}
.home .swiper-slide {
display: flex;
flex-direction: column;
gap: 1em;
}
.home .swiper-slide a {
display: block;
}
.home .swiper-slide figure {
width: 100%;
overflow: hidden;
}
.home .swiper-slide figure img {
width: 100%;
height: 100%;
aspect-ratio: 3 / 2;
object-fit: cover;
object-position: top center;
transform: scale(1);
transition: .4s ease-in-out;
}
.home .swiper-slide figure img:hover {
transform: scale(1.06);
transition: .4s ease-in-out;
}
.home .swiper-slide .new {
color: crimson;
display: inline-block;
padding-inline: .5em;
font-family: "aktiv-grotesk", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 90%;
}
.home .swiper-wrapper {
margin-bottom: 3em;
}
.home .swiper-scrollbar-drag {
background-color: var(--text-color) !important;
}
.home .swiper,
.home swiper-container {
padding-bottom: 1em;
}
.swiper-scrollbar {
height: 1.5px !important;
border-radius: 0 !important;
} .home .brands {
padding-block: min(10vw,6em);
width: 100%;
background-image: url(//corp.recoreserum.jp/wp-content/themes/recoreserum/assets/images/bg/water.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.home .brands .inner {
display: flex;
flex-direction: column;
gap: min(5vw,2em);
}
.home .brands .title {
display: inline-flex;
align-items: center;
gap: 1em;
}
.home .brands .title em {
font-family: "aktiv-grotesk", sans-serif;
font-weight: 300;
font-style: normal;
font-size: min(8vw,2.5em);
text-transform: uppercase;
line-height: 1em;
}
.home .brands .title h2 {
font-weight: 400;
}
.home .brands-content {
display: flex;
flex-wrap: wrap;
align-content: flex-start;
justify-content: space-between;
}
.home .brands-item {
width: calc(100% / 3 - min(5vw,1.2em));
display: flex;
flex-direction: column;
gap: 1em;
}
.home .brands-item a {
display: block;
position: relative;
}
.home .brands-item figure {
width: 100%;
position: relative;
z-index: 3;
background-color: var(--white-color);
overflow: hidden;
}
.home .brands-item figure img {
width: 100%;
height: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
transform: scale(1);
transition: .4s ease-in-out;
opacity: 0;
}
.home .brands-item a figure img:hover {
transform: scale(1.06);
transition: .3s ease-in-out;
opacity: 1;
}
.home .brands-item h3 {
width: 100%;
position: absolute;
z-index: 4;
text-align: center;
top: 55%;
left: 50%;
transform: translate(-50%, -50%);
font-family: "EB Garamond", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: min(7vw,2em);
letter-spacing: var(--letter-none);
display: flex;
flex-direction: column;
gap: 1rem;
color: var(--black-color);
transition: .2s ease-in-out;
pointer-events: none;
}
.home .brands-item h3 em {
font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
font-size: .4em;
}
.home .brands-item a:hover h3 {
color: var(--white-color);
transition: .3s ease-in-out;
}
.home .brands-read {
text-align: center;
} .home .information {
padding-block: min(10vw,6em);
}
.home .information .inner {
display: flex;
flex-direction: column;
gap: min(5vw,2em);
}
.home .information-content {
display: flex;
align-content: flex-start;
justify-content: space-between;
}
.home .information-item {
width: calc(100% / 2 - min(5vw,1.5em));
display: flex;
flex-direction: column;
gap: 1em;
}
.home .information-item .title {
display: flex;
flex-direction: column;
gap: 1em;
}
.home .information-item .title em {
font-family: "aktiv-grotesk", sans-serif;
font-weight: 300;
font-style: normal;
font-size: min(8vw,2.5em);
text-transform: uppercase;
line-height: 1em;
}
.home .information-item .title h3 {
font-weight: 400;
}
.home .information-item a {
display: block;
}
.home .information-item figure {
width: 100%;
overflow: hidden;
}
.home .information-item figure img {
width: 100%;
height: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
transform: scale(1);
transition: .4s ease-in-out;
}
.home .information-item figure img:hover {
transform: scale(1.06);
transition: .4s ease-in-out;
}
 .pages {
position: relative;
z-index: 3;
} .page-header {
width: 100%;
padding-top: 80px;
position: relative;
overflow: hidden;
}
.page-header .inner,
.page-header .min-inner,
.page-header .minmin-inner {
min-height: 300px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.page-header .page-title {
display: inline-flex;
align-items: center;
gap: min(5vw,2em);
}
.page-header .page-title em {
font-family: "aktiv-grotesk", sans-serif;
font-weight: 300;
font-style: normal;
font-size: min(7vw,3.5em);
text-transform: uppercase;
line-height: 1em;
}
.page-header .page-title h1 {
font-weight: normal;
}
.page-header .min-inner .page-title,
.page-header .minmin-inner .page-title {
display: inline-flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
gap: min(5vw,2em);
} .post {
display: flex;
flex-direction: column;
padding-bottom: min(15vw,8em);
}
.post-content {
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.post-side {
width: 22.5%;
padding-block: 2em;
border-top: 1.5px solid var(--black-color);
position: sticky;
top: 100px;
}
.post-note {
width: calc(100% - 22.5% - min(5vw,3em));
border-top: 1.5px solid var(--border-color);
}
.post-side ul {
padding-inline: 1.5em;
display: flex;
flex-direction: column;
gap: .8em;
}
.post-side ul > li {
position: relative;
padding-left: 2em;
line-height: 1.6em;
font-weight: 500;
}
.post-side ul .active:before {
content: "";
display: block;
position: absolute;
width: 10px;
height: 10px;
border-radius: 100%;
background-color: var(--sumire-color);
left: 0;
top: 50%;
transform: translateY(-50%);
}
.post-side li a {
transition: .1s ease-in-out;
}
.post-side li a:hover {
color: var(--sumire-color);
transition: .1s ease-in-out;
}
.post-note {
display: flex;
flex-direction: column;
}
.post-note article {
border-bottom: 1px solid var(--border-color);
position: relative;
}
.post-note article a {
padding: 2em;
display: flex;
flex-direction: column;
gap: .5em;
}
.post-note article .post-meta {
display: inline-flex;
align-items: center;
gap: 1.5em;
}
.post-note article .post-meta time {
font-size: 90%;
letter-spacing: var(--letter-none);
}
.post-note article .post-category {
font-size: 80%;
padding: .4em;
line-height: 1em;
color: var(--sumire-color);
border: 1.5px solid var(--sumire-color);
}
.post-note article p {
font-weight: 500;
position: relative;
}
.post-note article a p {
transition: .1s ease-in-out;
}
.post-note article a:hover p {
color: var(--sumire-color);
transition: .1s ease-in-out;
}
.post-note article::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: .5px;
background: var(--black-color);
bottom: 0;
transform: scale(0, 1);
transform-origin: right;
transition: transform 0.3s;
will-change: transform;
}
.post-note article:hover::after {
transform: scale(1, 1);
transform-origin: left;
}
.post-note article .newer {
color: lightcoral;
font-size: 90%;
letter-spacing: var(--letter-none);
} .pages .brand-cover {
overflow: hidden;
}
.pages .brand-cover .swiper-slide img {
width: 100%;
height: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
}
.pages .brand-concept {
padding-block: min(10vw,6em) min(10vw,8em);
}
.pages .brand-concept .inner {
display: flex;
flex-direction: column;
gap: min(3vw,2em);
}
.pages .brand-concept h2 {
font-size: min(5vw,2em);
font-weight: 400;
line-height: 1.6em;
}
.pages .brands {
padding-block: 0 min(10vw,8em);
}
.pages .brands-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
row-gap: 3em;
}
.pages .brands-item {
width: calc(100% / 2 - min(3vw,2em));
display: flex;
flex-direction: column;
gap: 1.5em;
}
.pages .brands-item a {
display: block;
border: 1.5px solid var(--border-color);
transition: .2s ease-in-out;
}
.pages .brands-item a:hover {
border: 1.5px solid var(--sumire-color);
transition: .3s ease-in-out;
}
.pages .brands-item figure {
width: 100%;
overflow: hidden;
}
.pages .brands-item figure img {
width: 100%;
height: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
transition: .2s ease-in-out;
}
.pages .brands-item a:hover figure img {
transform: scale(1.05);
transition: .3s ease-in-out;
}
.pages .brands-name {
padding-block: min(8vw,3em);
padding-inline: min(6vw,2em);
display: flex;
align-items: center;
justify-content: center;
}
.pages .brands-name img {
width: 100%;
height: auto;
max-width: 40%;
min-height: 50px;
}
.pages .brands-element {
display: inline-flex;
gap: .5em;
}
.pages .brands-element li {
font-size: 90%;
padding: .6em .8em;
line-height: 1em;
color: var(--sumire-color);
border: 1.5px solid var(--sumire-color);
} .pages .technology {
padding-block: min(10vw,6em);
}
.pages .technology .inner {
display: flex;
flex-direction: column;
gap: min(5vw,2em);
}
.pages .technology-content {
display: flex;
align-content: flex-start;
justify-content: space-between;
}
.pages .technology-item {
width: calc(100% / 2 - min(5vw,1.5em));
display: flex;
flex-direction: column;
gap: 1em;
}
.pages .technology-item .title {
display: flex;
flex-direction: column;
gap: 1em;
}
.pages .technology-item .title em {
font-family: "aktiv-grotesk", sans-serif;
font-weight: 300;
font-style: normal;
font-size: min(6vw,2.5em);
text-transform: uppercase;
line-height: 1em;
}
.pages .technology-item .title h2 {
font-weight: 400;
}
.pages .technology-item a {
display: block;
}
.pages .technology-item figure {
width: 100%;
overflow: hidden;
}
.pages .technology-item figure img {
width: 100%;
height: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
transform: scale(1);
transition: .4s ease-in-out;
}
.pages .technology-item figure img:hover {
transform: scale(1.06);
transition: .4s ease-in-out;
}
.pages .tech-cover {
width: 100%;
overflow: hidden;
}
.pages .tech-cover figure {
width: 100%;
height: 450px;
}
.pages .tech-cover figure img {
width: 100%;
height: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
object-position: top center;
}
.pages .tech-concept {
padding-block: min(10vw,5em);
}
.pages .tech-concept .inner {
display: flex;
flex-direction: column;
gap: min(4vw,2.5em);
}
.pages .tech-concept h2 {
font-size: min(5vw,2em);
font-weight: 400;
line-height: 1.6em;
text-align: center;
}
.pages .tech-concept h2 br {
display: none;
}
.pages .tech-concept p {
text-align: left;
}
.pages .tech-concept_figure {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.pages .tech-concept_figure p {
width: calc(100% / 2 - min(2.5vw,1.5em));
}
.pages .tech-concept_figure img {
width: 100%;
height: 100%;
aspect-ratio: 3 / 2;
object-fit: cover;
}
.pages .tech-concept_figure small {
display: block;
letter-spacing: var(--letter-none);
font-size: 80%;
}
.pages .tech-method .inner {
border-top: 1px solid var(--border-color);
padding-block: min(8vw,5em);
}
.pages .tech-method_content {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.pages .tech-method_item {
width: calc(100% / 2 - min(2.5vw,1.5em));
display: flex;
flex-direction: column;
gap: min(4vw,2.5em);
}
.pages .tech-method_item h3 {
font-size: min(4vw,1.8em);
font-weight: 400;
line-height: 1.6em;
text-align: center;
}
.pages .tech-method_item figure {
width: 100%;
}
.pages .tech-method_item figure img {
width: 100%;
height: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
}
.pages .tech-memo {
padding-block: min(8vw,5em);
background-color: var(--light-color);
display: flex;
flex-direction: column;
gap: min(5vw,3em);
}
.pages .tech-memo .min-inner {
display: flex;
flex-direction: column;
gap: min(5vw,3em);
}
.pages .tech-memo h2 {
font-size: min(4vw,2em);
font-weight: 400;
line-height: 1.6em;
text-align: center;
}
.pages .tech-memo h2 br {
display: block;
}
.pages .tech-memo_content {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.pages .tech-memo_item {
width: calc(100% / 3 - min(4vw,2em));
padding: min(5vw,2em);
background-color: var(--white-color);
display: flex;
flex-direction: column;
gap: 1.2em;
}
.pages .tech-memo_item em {
font-family: "aktiv-grotesk", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 90%;
text-transform: uppercase;
line-height: 1em;
display: block;
text-align: center;
color: var(--sumire-color);
}
.pages .tech-memo_item h3 {
font-size: min(4vw, 1.3em);
font-weight: 500;
line-height: 1.6em;
text-align: center;
}
.pages .tech-memo figure {
width: 100%;
height: 450px;
}
.pages .tech-memo figure img {
width: 100%;
height: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
object-position: top center;
}
.pages .tech-memo a {
color: var(--sumire-color);
font-weight: 500;
text-decoration: none;
}
.pages .tech-memo a:hover {
text-decoration: underline;
}
.pages .tech-memo small {
font-size: 80%;
letter-spacing: var(--letter-none);
}
.pages .tech-about {
padding-block: min(8vw,5em);
}
.pages .tech-about .inner {
display: flex;
flex-direction: column;
gap: min(4vw,2em);
}
.pages .tech-about h2 {
font-size: min(4vw,2em);
font-weight: 400;
line-height: 1.6em;
text-align: center;
}
.pages .tech-about figure {
width: 50%;
margin: auto;
text-align: center;
}
.pages .tech-about figure img {
width: 100%;
max-width: 400px;
height: auto;
}
.pages .tech-explain {
padding-bottom: 0 !important;
} .pages .com-cover {
width: 100%;
overflow: hidden;
}
.pages .com-cover figure {
width: 100%;
height: 450px;
}
.pages .com-cover figure img {
width: 100%;
height: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
object-position: top bottom;
}
.pages .com-data {
padding-block: min(8vw,5em) min(10vw,8em);
}
.pages .com-summary {
display: flex;
flex-direction: column;
}
.pages .com-item {
display: flex;
justify-content: space-between;
border-bottom: 1px solid var(--border-color);
}
.pages .com-item:first-child {
border-top: 1px solid var(--border-color);
}
.pages .com-item dt {
width: 30%;
padding: 1.2em min(3vw,1em);
font-weight: 500;
text-align: right;
}
.pages .com-item dd {
width: calc(100% - 30%);
padding: 1.2em min(3vw,2em);
} .pages .contact {
display: flex;
flex-direction: column;
padding-block: 0 min(10vw,8em);
}
.pages .contact .minmin-inner {
display: flex;
flex-direction: column;
gap: 1em;
}
.pages .contact-summary {
margin-block: .6em;
}
.pages .contact-label {
font-weight: bold;
font-size: 1em;
padding-block: .5em;
}
.pages .contact-label p {
display: flex;
align-items: center;
font-weight: 500;
}
.pages .contact-label .must,
.pages .contact-check .must {
font-size: 80%;
color: var(--orange-color);
margin-inline-start: .5em;
}
.pages .contact-value input[type='text'],
.pages .contact-value input[type='tel'],
.pages .contact-value input[type='email'] {
width: 100%;
padding: .8em 1em;
background-color: var(--white-color);
border: 1.5px solid var(--border-color);
}
.pages .contact-value .read {
padding-block: 0 1rem;
font-size: 90%;
opacity: .6;
}
.pages .contact-value textarea {
width: 100%;
height: max(30vh,5em);
padding: .8em 1em;
background-color: var(--white-color);
border: 1.5px solid var(--border-color);
resize: vertical;
}
.pages .contact-submit {
padding-block: 3em;
display: flex;
justify-content: center;
}
.pages .contact-submit .sending {
width: calc(100% / 1);
padding: 1em min(6vw, 4em);
font-size: 1em;
color: var(--black-color);
background-color: var(--white-color);
border: 1.5px solid var(--black-color);
transition: .3s ease-in-out;
cursor: pointer;
}
.pages .contact-submit .sending:hover {
transition: .3s ease-in-out;
border: 1.5px solid var(--sumire-color);
}
.pages .contact .must {
color: lightcoral;
font-size: 80%;
font-weight: 500;
letter-spacing: var(--letter-tight);
}
.pages .contact .guideline a {
color: var(--sumire-color);
text-decoration: none;
}
.pages .contact .guideline a:hover {
text-decoration: underline;
}
.wpcf7-spinner {
display: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
color: var(--white-color) !important;
background: crimson !important;
border: none !important;
} .pages .contact .thanks-content {
display: flex;
flex-direction: column;
gap: min(5vw,2em);
}
.pages .contact .thanks-content h2 {
font-size: min(5vw,2.2em);
font-weight: 400;
line-height: 1.6em;
display: flex;
justify-content: center;
}
.pages .contact .thanks-content h2 br {
display: none;
}
@media screen and (max-width: 767px) {
.pages .contact .thanks-content h2 br {
display: block;
}
}
.pages .contact .thanks-content p {
display: flex;
justify-content: center;
}
.pages .contact .thanks-more {
display: flex;
justify-content: center;
}
.pages .contact .thanks-more a {
max-width: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1.5px solid var(--text-color);
margin-block: 2em;
padding: .9em min(4vw,3em);
transition: all .3s ease-in-out;
}
.pages .contact .thanks-more a:hover {
border: 1.5px solid var(--sumire-color);
transition: all .3s ease-in-out;
} .pages .base {
padding-block: 0 min(15vw,10em);
}
.pages .base .min-inner {
display: flex;
flex-direction: column;
gap: min(3vw,1.5em);
} .transactions strong {
font-size: min(5vw,1.6em);
font-weight: 400;
line-height: 1.6em;
}
.transactions a {
color: var(--sumire-color);
text-decoration: none;
}
.transactions a:hover {
text-decoration: underline;
} .attention strong {
font-size: min(5vw,1.6em);
font-weight: 400;
line-height: 1.6em;
}
.attention a {
color: var(--sumire-color);
text-decoration: none;
}
.attention a:hover {
text-decoration: underline;
} .use .min-inner {
display: flex;
flex-direction: column;
gap: min(5vw,3em) !important;
}
.use-item {
display: flex;
flex-direction: column;
gap: 1em;
}
.use h2 {
font-size: min(5vw,1.6em);
font-weight: 400;
line-height: 1.6em;
}
.use ol {
display: flex;
flex-direction: column;
gap: 1rem;
}
.use ol > li {
margin-inline-start: 1.6em;
list-style-position: outside;
}
.use ul {
display: flex;
flex-direction: column;
gap: 1rem;
line-height: 1.4em;
}
.use ul > li {
list-style-type: disc;
margin-inline-start: 1.6em;
list-style-position: outside;
}
.use a {
color: var(--sumire-color);
text-decoration: none;
}
.use a:hover {
text-decoration: underline;
} .privacy .min-inner {
display: flex;
flex-direction: column;
gap: min(5vw,3em) !important;
}
.privacy-item {
display: flex;
flex-direction: column;
gap: 1em;
}
.privacy h2 {
font-size: min(5vw,1.6em);
font-weight: 400;
line-height: 1.6em;
} .campaign .min-inner {
display: flex;
flex-direction: column;
gap: min(5vw,3em) !important;
}
.campaign-item {
display: flex;
flex-direction: column;
gap: 1em;
}
.campaign h2 {
font-size: min(5vw,1.6em);
font-weight: 400;
line-height: 1.6em;
}
.campaign h3 {
font-size: min(5vw,1.3em);
font-weight: 400;
line-height: 1.6em;
} .antisocial .min-inner {
display: flex;
flex-direction: column;
gap: min(5vw,2em) !important;
}
.antisocial-item {
display: flex;
flex-direction: column;
gap: 1em;
}
.antisocial h2 {
font-size: min(5vw,1.6em);
font-weight: 400;
line-height: 1.6em;
}
.antisocial h3 {
font-size: min(5vw,1.3em);
font-weight: 400;
line-height: 1.6em;
} .security .min-inner {
display: flex;
flex-direction: column;
gap: min(5vw,2em) !important;
}
.security-item {
display: flex;
flex-direction: column;
gap: 1em;
}
.security h2 {
font-size: min(5vw,1.6em);
font-weight: 400;
line-height: 1.6em;
}
.security h3 {
font-size: min(5vw,1.3em);
font-weight: 400;
line-height: 1.6em;
} .pages .shop {
padding-block: min(10vw,6em) min(10vw,10em);
}
.pages .shop-notice {
width: 100%;
background-color: var(--lime-color);
text-align: center;
}
.pages .shop-notice strong {
font-weight: 400;
line-height: 1.6em;
padding-block: .8em;
display: block;
}
.pages .shop-content {
display: flex;
flex-direction: column;
gap: min(6vw,3em);
}
.pages .shop-item {
padding-block: 0 min(6vw,3em);
border-bottom: 1px solid var(--border-color);
display: flex;
flex-direction: column;
gap: 2em;
}
.pages .shop-item h2 {
font-size: min(5vw,1.6em);
font-weight: 400;
line-height: 1em;
display: inline-flex;
align-items: center;
gap: .5em;
}
.pages .shop-list {
width: 100%;
display: flex;
flex-direction: column;
gap: 2em;
}
.pages .shop-list li {
width: 100%;
display: flex;
align-items: center;
gap: 1.5em;
}
.pages .shop-list strong {
width: 35%;
font-size: min(4vw,1.2em);
font-weight: 400;
line-height: 1.4em;
}
.pages .shop-list address {
width: calc(100% - 35%);
}
.pages .shop-list address br {
display: none;
}
.pages .shop-list .tel:before {
content: "TEL：";
margin-right: .2em;
}
.pages .shop-online li {
display: inline-block;
}
.pages .shop-online li:after {
content: "/";
display: inline-flex;
align-items: center;
padding-inline: .5em;
}
.pages .shop-online li:last-child:after {
content: none;
}
.pages .shop-online li a {
color: var(--sumire-color);
text-decoration: underline;
}
.pages .shop-online li a:hover {
text-decoration: none;
} .pages .recruit {
padding-block: min(10vw,6em) min(20vw,10em);
}
.pages .recruit-cover {
width: 100%;
overflow: hidden;
}
.pages .recruit-cover figure {
width: 100%;
height: 450px;
}
.pages .recruit-cover figure img {
width: 100%;
height: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
object-position: top center;
}
.pages .recruit .min-inner {
display: flex;
flex-direction: column;
gap: min(8vw,5em);
}
.pages .recruit-header {
display: flex;
flex-direction: column;
gap: min(5vw,3em);
}
.pages .recruit-header h2 {
font-size: min(5vw, 2em);
font-weight: 400;
line-height: 1.6em;
}
.pages .recruit-header_note {
display: flex;
flex-direction: column;
gap: 1em;
}
.pages .recruit-body h2 {
padding: .5em min(4vw,1em);
font-size: min(4vw,1.4em);
font-weight: 400;
line-height: 1.6em;
background-color: var(--light-color);
}
.pages .recruit-guide {
padding-block: min(5vw,3em);
display: flex;
flex-direction: column;
gap: min(5vw,2.5em);
}
.pages .recruit-guide_item {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-bottom: min(5vw,2.5em);
border-bottom: 1px solid var(--border-color);
}
.pages .recruit-guide_item h3 {
width: 25%;
font-weight: 500;
text-align: right;
color: var(--sumire-color);
}
.pages .recruit-guide_note {
width: calc(100% - 25% - min(5vw,5em));
display: flex;
flex-direction: column;
gap: 1em;
}
.pages .recruit-guide_item h4 {
font-size: 1.1em;
}
.pages .recruit-guide_note p {
padding-bottom: .5em;
}
.pages .recruit-guide_note p:last-child {
padding-bottom: 0;
}
.pages .recruit-guide_note ul {
list-style-type: disc;
list-style-position: outside;
margin-left: 1.2em;
}
.pages .recruit-footer {
display: flex;
justify-content: center;
}
.pages .recruit-footer a {
display: inline-flex;
align-items: center;
justify-content: center;
padding: .8em 2em;
color: var(--black-color);
border: 1.5px solid var(--black-color);
transition: .2s ease-in-out;
}
.pages .recruit-footer a i {
padding-left: 1em;
}
.pages .recruit-footer a:hover {
border: 1.5px solid var(--sumire-color);
transition: .3s ease-in-out;
}
.pages .recruit-body .tab-container {
width: 100%;
display: flex;
flex-direction: column;
gap: min(5vw,3em);
}
.pages .recruit-body .tab-toggle-group {
display: inline-flex;
justify-content: center;
flex-wrap: wrap;
row-gap: min(2vw,1em);
}
.pages .recruit-body .tab-toggle-group li {
margin-right: min(2vw,1em);
transition: .1s ease-in-out;
}
.pages .recruit-body .tab-toggle {
padding: .8em 1.8em;
text-align: center;
cursor: pointer;
color: var(--black-color);
border: 1.5px solid var(--black-color);
background-color: var(--white-color);
}
.pages .recruit-body .tab-toggle-group .on {
color: var(--white-color);
border: 1.5px solid var(--black-color);
background-color: var(--sumire-color);
}
.pages .recruit-body .tab-content {
display: none;
}
.pages .recruit-body .tab-content.show{
display: block;
animation: fadeIn .5s;
} @keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
 .single {
position: relative;
z-index: 3;
} .single .brands-cover {
width: 100%;
overflow: hidden;
}
.single .brands-cover figure {
width: 100%;
height: 450px;
}
.single .brands-cover figure img {
width: 100%;
height: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
object-position: center;
}
.single .brands-concept {
padding-block: min(10vw,5em);
}
.single .brands-concept .inner {
display: flex;
flex-direction: column;
gap: min(4vw,2.5em);
text-align: center;
}
.single .brands-concept h2 {
font-size: min(5vw,2em);
font-weight: 400;
line-height: 1.6em;
} .single .brands-link {
margin: min(8vw,3em) auto 0;
text-align: center;
}
.single .brands-link a {
padding: 1em max(4em,8vw);
font-weight: 500;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1.5px solid var(--border-color);
transition: .3s ease-in-out;
}
.single .brands-link a:hover {
border: 1.5px solid var(--sumire-color);
transition: .3s ease-in-out;
} .single .brands-features {
padding-block: 0 min(10vw,8em);
}
.single .brands-features .inner {
display: flex;
flex-direction: column;
}
.single .brands-features_title {
display: inline-flex;
align-items: center;
gap: 1em;
}
.single .brands-features_title em {
font-family: "aktiv-grotesk", sans-serif;
font-weight: 300;
font-style: normal;
font-size: min(6vw,2.5em);
text-transform: uppercase;
line-height: 1em;
}
.single .brands-features_title h3 {
font-weight: 400;
}
.single .brands-features_content {
padding-block: min(8vw,3em);
display: flex;
flex-direction: column;
}
.single .brands-features_item {
padding-block: min(5vw,3em);
border-bottom: 1px solid var(--border-color);
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.single .brands-features_item:first-child {
border-top: 1px solid var(--border-color);
}
.single .brands-features_note {
width: 55%;
display: flex;
flex-direction: column;
gap: 1.5em;
}
.single .brands-features_note em {
font-family: "aktiv-grotesk", sans-serif;
font-weight: 500;
font-style: normal;
}
.single .brands-features_note h4 {
font-size: min(5vw,1.6em);
font-weight: 400;
line-height: 1.6em;
}
.single .brands-features_item a {
width: calc(100% - 55% - min(5vw,5em));
overflow: hidden;
}
.single .brands-features_item figure {
width: 100%;
transition: .3s ease-in-out;
transform: scale(1);
}
.single .brands-features_item figure:hover {
transition: .3s ease-in-out;
transform: scale(1.05);
}
.single .brands-features_item figure img {
width: 100%;
height: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
} .single .brands-store {
padding-block: min(8vw,6em);
background-color: var(--light-color);
}
.single .brands-store_content {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.single .brands-store_item {
width: calc(100% / 2 - min(3vw,2em));
display: flex;
flex-direction: column;
gap: 1.5em;
}
.single .brands-store_title {
display: inline-flex;
align-items: center;
gap: 1em;
}
.single .brands-store_title h3 {
font-size: min(6vw,2em);
font-weight: 400;
line-height: 1em;
}
.single .brands-store_title em {
font-family: "aktiv-grotesk", sans-serif;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
font-size: 90%;
}
.single .brands-store_item figure {
width: 100%;
overflow: hidden;
}
.single .brands-store_item a img {
transition: .2s ease-in-out;
width: 100%;
height: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
}
.single .brands-store_item a img:hover {
transform: scale(1.05);
transition: .3s ease-in-out;
} .single .brands {
padding-block: min(8vw,6em) min(10vw,8em);
}
.single .brands .inner {
display: flex;
flex-direction: column;
gap: min(5vw,2em);
}
.single .brands .title {
display: inline-flex;
align-items: center;
gap: 1em;
}
.single .brands .title em {
font-family: "aktiv-grotesk", sans-serif;
font-weight: 300;
font-style: normal;
font-size: min(6vw,2.5em);
text-transform: uppercase;
line-height: 1em;
}
.single .brands .title h2 {
font-weight: 400;
}
.single .brands-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.single .brands-item {
width: calc(100% / 2 - min(3vw,2em));
display: flex;
flex-direction: column;
gap: 1.5em;
}
.single .brands-item a {
display: block;
border: 1.5px solid var(--border-color);
transition: .2s ease-in-out;
}
.single .brands-item a:hover {
border: 1.5px solid var(--sumire-color);
transition: .3s ease-in-out;
}
.single .brands-item figure {
width: 100%;
overflow: hidden;
}
.single .brands-item figure img {
width: 100%;
height: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
transition: .2s ease-in-out;
}
.single .brands-item a:hover figure img {
transform: scale(1.05);
transition: .3s ease-in-out;
}
.single .brands-name {
padding-block: min(3vw,3em);
padding-inline: min(3vw,2em);
display: flex;
align-items: center;
justify-content: center;
}
.single .brands-name img {
width: 100%;
height: auto;
max-width: 40%;
min-height: 50px;
}
.single .brands-element {
display: inline-flex;
gap: .5em;
}
.single .brands-element li {
font-size: 90%;
padding: .6em .8em;
line-height: 1em;
color: var(--sumire-color);
border: 1.5px solid var(--sumire-color);
} .single .single-post {
padding-block: 0 min(8vw,5em);
}
.single .page-header .post-inner {
min-height: 300px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.single .single-post .post-inner {
padding-block: 0 min(8vw,5em);
display: flex;
flex-direction: column;
gap: min(4vw,3em);
}
.single .single-post .post-header {
display: flex;
flex-direction: column;
gap: 2em;
}
.single .single-post .post-header_meta {
display: inline-flex;
align-items: center;
gap: 2em;
}
.single .single-post .post-header_meta time {
letter-spacing: var(--letter-none);
}
.single .single-post .post-header_meta li {
font-size: 80%;
padding: .6em .8em;
line-height: 1em;
color: var(--sumire-color);
border: 1.5px solid var(--sumire-color);
}
.single .single-post .post-header h1 {
font-size: min(4vw,2.4em);
font-weight: 400;
line-height: 1.6em;
}
.single .post-body blockquote {
margin-block: 2em;
padding: min(5vw,2em) min(5vw,3em);
background-color: var(--light-color);
}
.single .post-body blockquote strong {
margin-bottom: 1em;
display: block;
}
.single .post-body blockquote strong {
padding: 1rem 1em;
font-size: 1.1em;
background-color: var(--light-color);
}
.single .post-body p {
margin-block: 2rem;
}
.single .post-body img {
max-width: 100%;
height: auto;
}
.single .single-post .post-body h2 {
font-size: min(4vw,1.6em);
font-weight: 400;
line-height: 1.6em;
}
.single .single-post .post-body h3 {
font-size: min(4vw,1.4em);
font-weight: 400;
line-height: 1.6em;
padding-block: 1rem;
border-top: 1px solid var(--text-color);
border-bottom: 1px solid var(--text-color);
}
.single .single-post .post-body h4 {
font-size: min(4vw,1.2em);
font-weight: 400;
line-height: 1.6em;
padding: .5em 1em;
background-color: var(--light-color);
}
.single .single-post .post-body p a {
word-wrap: break-word;
}
.single .single-post .post-footer {
padding-block: 1em;
display: flex;
justify-content: center;
}
.aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright{
float: right;
margin-left: 1.5em;
}
.alignleft{
float: left;
margin-right: 1.5em;
}
   @media screen and (max-width: 1199px) {
.header-inner {
height: 60px;
}
.header-global_navi {
display: none;
}
}
@media screen and (max-width: 1199px) {
#ham,
#burg {
width: 60px;
height: 60px;
}
.navi-content_bg {
display: none;
}
.navi-content_item {
width: calc(100% / 1);
min-height: 150vh;
padding-block: 60px;
}
.navi-content_link {
flex-direction: column;
gap: 0;
padding-block: 0;
border: none;
}
.navi-content_link:first-child {
border-bottom: 1px solid var(--border-color);
padding-bottom: .8em;
}
.navi-content_link:last-child {
display: none;
}
.navi-content_item ul {
gap: 0;
}
.navi-content_item ul > li {
padding-block: .8em;
border-bottom: 1px solid var(--border-color);
}
.navi-content_item ul > li a {
display: block;
}
.navi-content_link a::after,
.navi-content_item ul > li a::after {
bottom: -14px;
}
} @media screen and (max-width: 1199px) {
.cta-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: min(8vw,5em);
}
.cta-content figure {
width: calc(100% / 1);
padding: 8vw 6vw;
}
.cta-content .cta-note {
width: calc(100% / 1);
display: flex;
flex-direction: column;
gap: min(6vw,4em);
}
.cta-content .cta-note h3 {
justify-content: center;
}
.cta-content .cta-note p br {
display: none;
}
.cta-content .cta-note a {
display: flex;
justify-content: center;
text-align: center;
}
.cta-content .cta-note a span {
width: 60%;
}
} @media screen and (max-width: 767px) {
.group-content {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
gap: min(5vw,3em);
}
.group-content_item {
width: calc(100% / 1 - min(3vw,1.5em));
}
} @media screen and (max-width: 767px) {
.footer-com {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 2em;
}
.footer-logo {
width: 50%;
text-align: center;
}
.footer-social {
width: calc(100% / 1);
display: flex;
justify-content: center;
gap: min(3vw,1em);
}
.footer-global {
padding-block: min(5vw,3em);
border-top: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0;
}
.footer-global_navi {
width: 100%;
text-align: center;
gap: 0;
}
.footer-global_navi p {
padding-block: 1em;
position: relative;
}
.footer-global_navi p:first-child {
border-bottom: 1px solid var(--text-color);
}
.footer-global_navi ul > li a {
display: block;
border-bottom: 1px solid var(--border-color);
padding-block: 1em;
}
.footer-global_navi li {
position: relative;
}
.footer-global_navi p:after,
.footer-global_navi li:after {
content: "\f061" !important;
font-family: "Font Awesome 6 Pro";
font-size: 90%;
font-weight: 300;
transform: translateY(-50%) scale(1.1) !important;
position: absolute;
top: 50%;
right: .5em;
}
.footer-secure_navi {
display: inline-flex;
flex-direction: column;
gap: min(3vw,1.5em);
}
.footer small {
font-size: 90%;
letter-spacing: var(--letter-none);
display: flex;
justify-content: center;
}
}  @media screen and (max-width: 767px) {
.home .topics .title h2 {
font-size: 80%;
}
} @media screen and (max-width: 767px) {
.home .brands .title h2 {
font-size: 80%;
}
.home .brands-item figure img {
opacity: 1;
}
.home .brands-item h3 {
color: var(--white-color) !important;
}
.home .brands-read {
text-align: left;
}
}
@media screen and (max-width: 1199px) {
.home .brands-content {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: flex-start;
justify-content: center;
gap: min(6vw,3em);
}
.home .brands-item {
width: calc(100% / 1);
display: flex;
flex-direction: column;
gap: 1em;
}
} @media screen and (max-width: 1199px) {
.home .information-content {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: flex-start;
justify-content: center;
gap: min(8vw,5em);
}
.home .information-item {
width: calc(100% / 1);
display: flex;
flex-direction: column;
gap: 1em;
}
}  @media screen and (max-width: 1199px) {
.page-header .inner {
min-height: 180px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.page-header .page-title {
display: inline-flex;
flex-direction: column;
align-items: flex-start;
gap: min(3vw,1em);
}
.page-header .page-title h1 {
font-size: 80%;
}
} @media screen and (max-width: 1199px) {
.post-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.post-side {
width: 100%;
padding-block: 2em;
border-top: 1.5px solid var(--black-color);
position: relative;
top: 0;
}
.post-note {
width: calc(100% / 1);
border-top: 1.5px solid var(--border-color);
}
.post-side ul {
padding-inline: 1em;
display: flex;
flex-direction: column;
gap: .3em;
}
.post-note article a {
padding: 1.5em .5em;
}
} @media screen and (max-width: 767px) {
.pages .brands-list {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
gap: min(10vw,5em);
}
.pages .brands-item {
width: calc(100% / 1);
display: flex;
flex-direction: column;
gap: 1.5em;
}
.pages .brands-name img {
width: 100%;
height: auto;
max-width: 40%;
}
} @media screen and (max-width: 1199px) {
.pages .itechnology-content {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: flex-start;
justify-content: center;
gap: min(8vw,5em);
}
.pages .technology-item {
width: calc(100% / 1);
display: flex;
flex-direction: column;
gap: 1em;
}
}
@media screen and (max-width: 1199px) {
.pages .tech-cover figure,
.pages .tech-memo figure {
width: 100%;
height: 225px;
}
.pages .tech-concept h2 {
text-align: left;
}
.pages .tech-concept h2 br {
display: block;
}
}
@media screen and (max-width: 767px) {
.pages .tech-concept_figure {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
gap: min(5vw,2em);
}
.pages .tech-concept_figure p {
width: calc(100% / 1);
}
.pages .tech-method_content {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
gap: min(5vw,2em);
}
.pages .tech-method_item {
width: calc(100% / 1);
display: flex;
flex-direction: column;
gap: min(4vw,2.5em);
}
.pages .tech-memo_content {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
gap: min(5vw,2em);
}
.pages .tech-memo_item {
width: calc(100% / 1);
padding: min(5vw,2em);
background-color: var(--white-color);
display: flex;
flex-direction: column;
gap: 1.2em;
}
.pages .tech-memo h2 br {
display: block;
}
} @media screen and (max-width: 767px) {
.pages .com-item {
display: flex;
flex-direction: column;
justify-content: center;
}
.pages .com-item dt {
width: 100%;
padding: 1.2em min(3vw,1em) 0 min(3vw,1em);
font-weight: 500;
text-align: left;
}
.pages .com-item dd {
width: calc(100% / 1);
padding: 1.2em min(3vw,2em);
}
.pages .com-item dt br {
display: none;
}
} @media screen and (max-width: 1199px) {
.pages .shop-list address br {
display: block;
}	
}
@media screen and (max-width: 767px) {
.pages .shop-notice {
padding-inline: 5vw;
text-align: left;
font-size: 90%;
}
.pages .shop-list li {
gap: 1em !important;
}
.pages .shop-list li {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
gap: 1.5em;
}
.pages .shop-list strong {
width: 100%;
font-size: min(4vw,1.2em);
font-weight: 500;
line-height: 1.4em;
}
.pages .shop-list address {
width: calc(100% / 1);
}
} @media screen and (max-width: 767px) {
.pages .recruit-header h2 br {
display: none;
}
.pages .recruit-guide_item {
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
gap: min(6vw,3em);
}
.pages .recruit-guide_item h3 {
width: 100%;
font-weight: 500;
font-size: 1.2em;
text-align: left;
color: var(--sumire-color);
}
.pages .recruit-guide_note {
width: calc(100% / 1);
display: flex;
flex-direction: column;
gap: .5em;
}
}  @media screen and (max-width: 1199px) {
.single .page-header .post-inner {
min-height: 180px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.single .page-header .page-title {
display: inline-flex;
flex-direction: column;
align-items: flex-start;
gap: min(3vw,1em);
}
.single .page-header .page-title h1 {
font-size: 80%;
}
} @media screen and (max-width: 767px) {
.single .brands-cover figure {
width: 100%;
height: 250px;
}
.single .brands-concept h2 {
text-align: left;
}
.single .brands-concept p {
text-align: left;
}
.single .brands-concept p br {
display: none;
}
.single .brands-features_title {
display: inline-flex;
flex-direction: column;
align-items: flex-start;
gap: .5em;
}
.single .brands-features_item {
padding-block: min(8vw,3em);
border-bottom: 1px solid var(--border-color);
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
gap: min(5vw,3em);
}
.single .brands-features_note {
width: 100%;
gap: 1em;
}
.single .brands-features_item a {
width: calc(100% / 1)
}
.single .brands-features_item figure {
width: calc(100% / 1)
}
.single .brands-store_content {
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
gap: min(8vw,3em);
}
.single .brands-store_item {
width: calc(100% / 1);
display: flex;
flex-direction: column;
gap: 1.5em;
}
.single .brands-store_title {
display: inline-flex;
flex-direction: column;
align-items: flex-start;
gap: .3em;
}
.single .brands-list {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
gap: min(5vw,3em);
}
.single .brands-item {
width: calc(100% / 1);
display: flex;
flex-direction: column;
gap: 1.5em;
}
.single .brands-name {
padding-block: min(8vw,3em);
padding-inline: min(5vw,2em);
}
.single .brands-name img {
width: 100%;
height: auto;
max-width: 45%;
}
.single .brands-element li {
font-size: 80%;
padding: .3em .4em;
line-height: 1em;
color: var(--sumire-color);
border: 1.5px solid var(--sumire-color);
letter-spacing: var(--letter-none);
}
}
  @keyframes gradient{
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.eden1, .eden2, .eden3, .eden4 {
position: relative;
opacity: 0;
transition: all 1s ease;
transform: translateY(30px);
}
.isAnimate {
opacity: 1;
transform: translateY(0px);
}
.garden {
-webkit-clip-path: inset(0 0 0 300%);
clip-path: inset(0 0 0 300%);
transition: all 2s ease;
filter: blur(100px);
opacity: 0;
overflow: hidden;
}
.isAnimater {
webkit-clip-path: inset(0);
clip-path: inset(0);
filter: blur(0);
opacity: 1;
overflow: hidden;
}
.fuwa {
-webkit-animation-name:fuwa;
-webkit-animation-duration:2s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:ease;
}
@-webkit-keyframes fuwa {
0% {-webkit-transform:translate(0, 0);}
50% {-webkit-transform:translate(0, -10px);}
100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwa {
0% {-moz-transform:translate(0, 0);}
50% {-moz-transform:translate(0, -10px);}
100% {-moz-transform:translate(0, 0);}
}
@-webkit-keyframes marquee {
from { -webkit-transform: translate(0%); }
to { -webkit-transform: translate(-100%); }
}
@keyframes marquee {
from { transform: translate(0%); }
to { transform: translate(-100%); }
} @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap"); @import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..800&display=swap");