@charset "UTF-8";
/*
*
*
reset
*
*
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  height: 100%;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

a {
  text-decoration: none;
  color: #000;
  font-weight: normal;
}

a:hover {
  color: #575757;
}

/* root font size setteing  16px->10px */
html {
  font-size: 62.5%;
}

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

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/*
*
*
static var
*
*
*/
/* size
--------------------------------------------------------- */
/* text setting
--------------------------------------------------------- */
/* color setting
--------------------------------------------------------- */
/* breakpoint
--------------------------------------------------------- */
/* =========================================================
global setting
========================================================= */
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
  background-color: #d6d6d6 !important;
  letter-spacing: 0.1em !important;
  color: #343434 !important;
  word-break: break-all;
}

section {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 65px;
}

/* =========================================================
common setting
========================================================= */
.pc-only {
  display: block;
}

@media screen and (max-width: 880px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 880px) {
  .sp-only {
    display: block;
  }
}

/* =========================================================
header
========================================================= */
.ec-layoutRole__header {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
}

@media screen and (max-width: 880px) {
  .ec-layoutRole__header {
    display: none;
  }
}

.ec-layoutRole__header .ec-headerTitle, .ec-layoutRole__header h1 {
  max-width: 178px;
  padding-top: 10px;
  margin: 0 auto;
}

.ec-layoutRole__header .ec-itemNav, .ec-layoutRole__header .globalNav {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.ec-layoutRole__header .ec-itemNav__menu, .ec-layoutRole__header .globalNav__menu {
  display: flex;
  justify-content: space-between;
}

.ec-layoutRole__header .ec-itemNav__menu .btn--cart, .ec-layoutRole__header .globalNav__menu .btn--cart {
  margin-top: -5px;
}

.spHeader {
  display: none;
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  z-index: 1000;
  top: 0;
}

@media screen and (max-width: 880px) {
  .spHeader {
    display: block;
  }
}

.spHeader--btn {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 20px;
}

.spHeader--btn img {
  width: 100%;
}

.spHeader--logo {
  width: 130px;
  margin: 0 auto;
  padding-top: 3px;
}

.spHeader--cartBtn {
  position: absolute;
  top: 20px;
  right: 10px;
}

.spHeaderMenu {
  display: none;
}

@media screen and (max-width: 880px) {
  .spHeaderMenu {
    display: block;
    width: 100%;
    position: fixed;
    background-color: white;
    text-align: center;
    top: 0;
    padding-top: 120px;
    height: 100vh;
    left: -100vw;
  }
  .spHeaderMenu ul li {
    padding-bottom: 20px;
  }
  .spHeaderMenu--closeBtn {
    position: absolute;
    right: 15px;
    top: 70px;
    width: 20px;
    cursor: pointer;
  }
  .spHeaderMenu--closeBtn img {
    width: 100%;
  }
}

.spCartWindowWrapper {
  position: fixed;
  top: 60px;
  z-index: 10;
  width: 100%;
}

/* =========================================================
common obj
========================================================= */
.sectionTitle {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 2.6rem;
  font-style: normal;
  text-align: center;
  margin-bottom: 60px;
  color: #000000;
  padding-top: 80px;
}

.moreLink {
  max-width: 945px;
  margin: 0 auto;
}

.moreLink a {
  display: block;
  float: right;
  background-image: url("../img/icon_arrow_right.svg");
  background-size: 9px 9px;
  background-position: left 1px bottom 5px;
  background-repeat: no-repeat;
  padding-left: 13px;
}

/* =========================================================
page_index
========================================================= */
/*
main visual
*/
.mainVisual {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: none;
}

@media screen and (max-width: 880px) {
  .mainVisual {
    padding-top: 60px;
  }
}

.mainVisual__img {
  position: relative;
  height: 600px;
}

@media screen and (max-width: 880px) {
  .mainVisual__img {
    background-image: url("/html/user_data/assets/img/mainVisual.jpg");
    background-size: cover;
    background-position: center center;
  }
}

.mainVisual__img img {
  width: 100%;
  height: auto;
  position: absolute;
}

@media screen and (max-width: 880px) {
  .mainVisual__img img {
    display: none;
  }
}

.mainVisual__logo {
  width: 388px;
  position: absolute;
  left: calc(50% - 194px);
  top: 50%;
  transform: translateX(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 880px) {
  .mainVisual__logo {
    width: 200px;
    left: calc(50% - 100px);
  }
}

.mainVisual__logo img {
  width: 100%;
}

.indexIntro {
  padding-top: 50px;
  padding-bottom: 50px;
}

.indexIntro--content {
  max-width: 540px;
  margin: 0 auto;
}

.indexNews {
  background-color: #f9f5f3;
  padding-top: 20px;
}

.indexNews__wrapper {
  max-width: 945px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 60px;
  justify-content: space-between;
}

@media screen and (max-width: 880px) {
  .indexNews__wrapper {
    display: block;
  }
}

.indexNews__content {
  max-width: 270px;
}

@media screen and (max-width: 880px) {
  .indexNews__content {
    margin-bottom: 50px;
    margin: 0 auto;
  }
}

.indexNews__content--img {
  margin-bottom: 10px;
}

.indexNews__content--date {
  margin-bottom: 10px;
  color: #9f9f9f;
}

.indexPickupItem .wrapper {
  max-width: 945px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 60px;
  justify-content: space-between;
}

.indexPickupItem__content {
  max-width: 270px;
}

.indexPickupItem__content--img {
  margin-bottom: 10px;
}

.indexPickupItem__content--itmeName {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #000000;
}

.indexPickupItem__content--description {
  margin-bottom: 10px;
}

.indexPickupItem__content--price {
  text-align: center;
  font-size: 1.4rem;
}

.indexCategory {
  padding-bottom: 150px;
}

.indexCategory--link {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 880px) {
  .indexCategory--link {
    display: block;
  }
}

.indexCategory--link--item {
  width: calc(100%/3);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 380px;
}

@media screen and (max-width: 880px) {
  .indexCategory--link--item {
    width: 90%;
    margin: 0 auto 20px auto;
  }
}

.indexCategory--link--item a {
  display: inline-block;
  border: 2px solid #ffffff;
  width: 195px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.indexCategory--link--item div {
  display: inline-block;
  font-family: "Lora", serif;
  color: #ffffff;
  font-size: 2.3rem;
  background-image: url("../img/icon_arrow_right_white.svg");
  background-size: 9px 9px;
  background-position: left 0 bottom 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.indexCategory--link .mens {
  background-image: url("../img/dummyImg3.jpg");
}

.indexCategory--link .ledys {
  background-image: url("../img/dummyImg4.jpg");
}

.indexCategory--link .original {
  background-image: url("../img/dummyImg5.jpg");
}

.indexOnayami {
  background-color: #f9f5f3;
  padding-bottom: 100px;
}

.indexOnayami__intro {
  max-width: 540px;
  margin: 0 auto 50px auto;
}

@media screen and (max-width: 880px) {
  .indexOnayami__intro {
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
  }
}

@media screen and (max-width: 880px) {
  .indexOnayami {
    padding-top: 30px;
  }
}

.indexOnayami__content {
  max-width: 840px;
  height: 450px;
  border: 2px solid #bababa;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  overflow: hidden;
}

@media screen and (max-width: 880px) {
  .indexOnayami__content {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
  }
}

.indexOnayami__content .indexOnayamiWrapper {
  padding-right: 50px;
  padding-left: 19px;
  height: 365px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 880px) {
  .indexOnayami__content .indexOnayamiWrapper {
    height: 426px;
  }
}

.indexOnayami__content .indexOnayamiWrapper .indexOnayamiBase {
  position: absolute;
  width: 720px;
  top: 40px;
}

@media screen and (max-width: 880px) {
  .indexOnayami__content .indexOnayamiWrapper .indexOnayamiBase {
    width: 90%;
  }
}

.indexOnayami__content .indexOnayamiWrapper .indexOnayamiBaseWrapper {
  height: 450px;
  position: absolute;
}

.indexOnayami__content__item {
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 880px) {
  .indexOnayami__content__item {
    display: block;
  }
}

.indexOnayami__content__item--icon {
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

@media screen and (max-width: 880px) {
  .indexOnayami__content__item--icon {
    display: none;
  }
}

.indexOnayami__content__item--icon img {
  width: 100%;
}

.indexOnayami__content__item__text {
  max-width: 620px;
  padding-top: 20px;
}

.indexOnayami__content__item__text--title {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 18px;
}

.indexOnayami__content__item__text--sentence {
  text-align: left;
}

@media screen and (max-width: 880px) {
  .indexOnayami__content__item__text--sentence {
    width: 100%;
  }
}

.indexAbout {
  padding-bottom: 0px;
}

.indexAbout__intro {
  max-width: 540px;
  margin: 0 auto 50px auto;
  text-align: center;
}

@media screen and (max-width: 880px) {
  .indexAbout__intro {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 880px) {
  .indexAbout .sectionTitle {
    margin-top: 90px;
  }
}

.indexAbout__link {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 880px) {
  .indexAbout__link {
    margin-top: 20px;
  }
}

.indexAbout__link a {
  display: inline-block;
  background-image: url("../img/icon_arrow_right.svg");
  background-size: 9px 9px;
  background-position: left 1px bottom 5px;
  background-repeat: no-repeat;
  padding-left: 13px;
}

/* =========================================================
footer
========================================================= */
footer {
  background-color: black;
  padding-top: 35px;
  color: white;
}

footer ul {
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

footer ul li a {
  font-size: 0.9rem;
  color: white;
}

footer .footer__corpLogo {
  width: 228px;
  height: 86px;
  margin: 0 auto 35px auto;
}

footer .footer__copyright {
  text-align: center;
  font-size: 0.8rem;
  padding-bottom: 20px;
}


footer .footer__snsWrapper{
  display: flex;
  max-width: 300px;
  margin: 0 auto;
  justify-content: space-between;
}
footer .footer__snsWrapper--insta{
  width: 30px;
}

footer .footer__snsWrapper--youtube{
  width: 30px;
}

/* =========================================================
help chat
========================================================= */
#helpChat {
  position: fixed;
  bottom: 200px;
  right: 50px;
  display: none;
}

/* =========================================================
about page
========================================================= */
.contentTitle {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 60px;
  color: #2b2b2b;
  padding-top: 80px;
  font-size: 2.8rem;
}

@media screen and (max-width: 880px) {
  .contentTitle {
    padding-top: 0;
  }
}

.aboutContent, .storyContent {
  text-align: center;
  margin-bottom: 200px;
}

.aboutContent--img, .storyContent--img {
  max-width: 570px;
  margin: 0 auto 80px auto;
}

.aboutContent--img img, .storyContent--img img {
  width: 100%;
}

.aboutContent--text, .storyContent--text {
  width: 90%;
  margin: 0 auto;
}

.aboutContent p, .storyContent p {
  color: #444444;
  font-size: 1.6rem;
  margin-bottom: 25px;
  font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
}

/* =========================================================
news page
========================================================= */
.newsContent {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 880px) {
  .newsContent {
    width: 90%;
    margin: 0 auto;
  }
}

.newsContent .news-title {
  font-size: 1.7rem;
  color: #2f2f2f;
  margin-bottom: 20px;
}

.newsContent .news-date {
  color: #898989;
  margin-bottom: 10px;
}

.newsContent .news-content {
  color: #5c5c5c;
  margin-bottom: 100px;
}

/* =========================================================
story page
========================================================= */
.storyContent {
  max-width: 840px;
  margin: 0 auto 120px auto;
}

@media screen and (max-width: 880px) {
  .storyContent {
    max-width: 90%;
    margin: 0 auto;
  }
}

.story {
  margin-bottom: 90px;
}

.story--txt p {
  text-align: left;
  color: #5c5c5c;
}

.story--img {
  margin-bottom: 50px;
}

@media screen and (max-width: 880px) {
  .story--img {
    width: 100%;
  }
  .story--img img {
    width: 100%;
  }
}

/* =========================================================
onayami page
========================================================= */
.onayami {
  max-width: 840px;
  margin: 0 auto 100px auto;
}

.onayami--question {
  background-color: #f9f5f3;
  padding: 20px;
  display: grid;
  grid-template-columns: 80px auto;
}

.onayami--question--mark {
  font-size: 4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.onayami--answer {
  padding: 20px;
  display: grid;
  grid-template-columns: 80px auto;
}

.onayami--answer--mark {
  font-size: 4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================================================
特定商取引法に基づく表記 page
=========================================================*/
.sales_data_wrapper {
  max-width: 840px;
  margin: 0 auto;
}

@media screen and (max-width: 880px) {
  .sales_data_wrapper {
    width: 90%;
    margin: 0 auto;
  }
}

.sales_data_wrapper .title_wrapper {
  margin-bottom: 2px;
}

.sales_data_wrapper .content_obj {
  color: #747474;
}

.sales_data_wrapper li {
  margin-bottom: 20px;
}
