@charset "UTF-8";
/*
-----------------------------------------------
▼基本デザイン
----------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Times New Roman", "Yu Mincho", "ヒラギノ明朝 ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 14px;
  color: #444;
  background: #dcdddd;
}
body * {
  line-height: 1.5;
}

img {
  border: 0;
  vertical-align: bottom;
}

ul,
ol,
li {
  list-style-type: none;
}

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

table {
  border-collapse: collapse;
}

a {
  overflow: hidden;
}
a:link, a:visited {
  color: #a40b5b;
}
a:hover, a:active {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/* Win IEちらつき防止▼  */
* html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.cboth {
  clear: both;
  height: 0;
}

/* IE 用▼  */
* html .cboth {
  height: 0.1em;
  overflow: hidden;
  margin-top: -0.1em;
}

hr {
  visibility: hidden;
  border: 0;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7 and MacIE5.5*/
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/* Hides from IE-mac */
html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* for ie5,6*/
/*
-----------------------------------------------
カスタム
----------------------------------------------- */
img {
  max-width: 100%;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.center {
  text-align: center;
}

#wholewrap {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}

#insidewrap {
  text-align: left;
  width: 1050px;
  margin: 0 auto;
}

.w780 {
  max-width: 780px;
  margin: 0 auto;
}

/*
-----------------------------------------------
▼ヘッダ・グロナビ
----------------------------------------------- */
#header {
  width: 880px;
  margin: 30px 0 25px 90px;
  position: relative;
}
#header .translate {
  position: absolute;
  right: 0;
  top: -16px;
}
#header .translate a {
  margin-right: 16px;
  text-decoration: none;
  color: #333;
}
#header .translate a img {
  height: 17px;
  width: auto;
  padding-bottom: 2px;
  border-bottom: 1px solid #3f3a39;
}
#header .translate a:visited {
  color: #333;
}
#header .translate a:last-child {
  margin-right: 0;
}
#header .gNav {
  margin-top: 60px;
  width: 100%;
  text-align: center;
}
#header .gNav ul li {
  display: inline-block;
  width: 106px;
  text-align: center;
}
#header .gNav ul li.current {
  background: white;
}
#header .gNav ul li a {
  display: block;
  height: 30px;
  width: 100%;
}
#header .gNav ul li a img {
  text-align: center;
  height: 12px;
}
#header .gNav_de {
  margin-top: 60px;
  width: 100%;
  text-align: center;
}
#header .gNav_de ul {
  display: flex;
  justify-content: space-around;
}
#header .gNav_de ul li {
  width: auto;
  padding: 0 15px;
}
#header .gNav_de ul li a img {
  height: 10px;
}
@media (max-width: 991px) {
  #header {
    display: none;
  }
}

.header-sp {
  width: 100%;
  z-index: 54;
  margin: 15px 0 15px;
}
.header-sp .logo {
  margin-bottom: 0;
}
.header-sp .logo img {
  width: 100px;
}
.header-sp.scroll_on {
  position: fixed;
}

.i-hamburger .wrap_i {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 40px;
  transition-duration: 500ms;
  right: 20px;
}
.i-hamburger .wrap_i span {
  position: absolute;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #444;
  border-radius: 4px;
}
.i-hamburger .wrap_i span:nth-of-type(1) {
  top: 0;
}
.i-hamburger .wrap_i span:nth-of-type(2) {
  top: 9px;
}
.i-hamburger .wrap_i span:nth-of-type(3) {
  bottom: 0;
}
.i-hamburger .wrap_i.open span {
  background-color: #222;
}
.i-hamburger .wrap_i.open span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
  top: -10px;
}
.i-hamburger .wrap_i.open span:nth-of-type(2) {
  opacity: 0;
}
.i-hamburger .wrap_i.open span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
  bottom: -11px;
}
.i-hamburger > .-text {
  position: absolute;
  top: 60px;
  width: 32px;
  right: 15px;
}

#menu-sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  padding-top: 130px;
  background-color: #ffffff;
  z-index: 53;
  text-align: center;
}
#menu-sp .wrap-menu {
  margin: 10px 0 30px;
}
#menu-sp .wrap-menu a {
  display: block;
  color: #444;
  font-size: 16px;
  text-align: center;
  margin: 0 auto 5px;
  padding-bottom: 17px;
  line-height: 1.4;
  position: relative;
}
#menu-sp .wrap-menu a img {
  height: 12px;
}
#menu-sp .wrap-menu a .menu {
  display: block;
  font-weight: bold;
  font-size: 16px;
}
#menu-sp .wrap-menu a .cap {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
}
#menu-sp .wrap-menu a:hover {
  text-decoration: none;
}
#menu-sp .wrap-menu a:after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(to left, rgba(68, 68, 68, 0) 0%, #444444 20%, #444444 80%, rgba(68, 68, 68, 0) 100%);
}
#menu-sp a.contact {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.12em;
  padding: 14px 0 6px;
  display: block;
  margin: 20px auto;
  max-width: 300px;
}
#menu-sp a.contact .menu {
  display: block;
}
#menu-sp a.contact .cap {
  display: block;
  margin-bottom: 3px;
}
#menu-sp a.contact:hover {
  text-decoration: none;
}
#menu-sp .ln {
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#menu-sp .ln li {
  width: 33%;
  text-align: center;
  margin-bottom: 10px;
}
#menu-sp .ln li img {
  height: 16px;
  width: auto;
  margin-right: 0;
}
#menu-sp .ln li span {
  display: none;
}
#menu-sp .ln.-sns li {
  margin-bottom: 0;
}
#menu-sp .ln.-sns li img {
  height: 30px;
}
#menu-sp .store {
  max-width: 300px;
  margin: 20px auto 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#menu-sp .store img {
  width: 100%;
  max-width: 160px;
}
@media (min-width: 768px) {
  #menu-sp .wrap-menu {
    margin: 50px 0;
  }
  #menu-sp .wrap-menu a {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  #menu-sp .wrap-menu a img {
    height: 15px;
  }
  #menu-sp .ln.-sns {
    margin: 40px auto;
  }
  #menu-sp .ln.-sns li img {
    height: 35px;
  }
  #menu-sp .store {
    margin-bottom: 50px;
  }
}

#headtop {
  width: 250px;
  float: right;
}

.snsicons {
  text-align: right;
}
.snsicons a {
  text-decoration: none;
}

.snsarea {
  margin: 20px 0 0 0;
  text-align: right;
  float: right;
  width: 220px;
}
.snsarea td {
  padding-bottom: 10px;
}

iframe.twitter-share-button {
  width: 100px !important;
}

#logo {
  width: 250px;
  float: left;
}

.ttl {
  height: 27px;
  width: auto;
  margin-bottom: 35px;
}

.hl_stockist_foreign {
  max-width: 500px;
  margin: 40px 0 60px;
}

.wrap_stockist_btn a {
  display: inline-block;
}
.wrap_stockist_btn a img {
  height: 35px;
  opacity: 1;
  transition-duration: 300ms;
}
.wrap_stockist_btn a:hover, .wrap_stockist_btn a.active {
  background-color: #000;
  opacity: 1;
}
.wrap_stockist_btn a:hover img, .wrap_stockist_btn a.active img {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .wrap_stockist_btn {
    margin: 100px 0 100px;
    text-align: center;
  }
  .wrap_stockist_btn a:not(:last-child) {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .wrap_stockist_btn {
    margin: 60px 0;
    padding-left: 15px;
  }
  .wrap_stockist_btn a {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .wrap_stockist_btn a img {
    height: 30px;
  }
}

.wrap_stockist {
  word-break: break-all;
}

.link_map {
  text-decoration: none;
}

/* ここから中身 */
.alcenter {
  text-align: center;
  width: 1050px !important;
}

.eyecatch {
  max-width: 1050px;
  width: 100%;
  height: auto;
}

#maincon {
  max-width: 880px;
  margin: 80px auto 50px;
}
@media (max-width: 991px) {
  #maincon {
    padding: 0 15px;
  }
}

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

.m80 {
  margin-bottom: 80px;
}

.imgcenter {
  display: block;
  margin: 0 auto;
}

.arightf {
  text-align: right;
  width: 470px;
  float: right;
  /* padding-top:2px; */
}

.defh3 {
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: 500;
  padding: 0 0 25px 0;
}
@media (max-width: 991px) {
  .defh3 {
    font-size: 21px;
    padding-bottom: 10px;
  }
  .defh3 .-pc {
    display: none;
  }
}
@media (min-width: 992px) {
  .defh3 .-sp {
    display: none;
  }
}

.mainp0 {
  letter-spacing: 1px;
  line-height: 2;
  font-size: 14px;
  padding: 0;
}

.mainp, .product_list > li p, .product_list_nocart > li p {
  letter-spacing: 1px;
  line-height: 2;
  font-size: 14px;
  padding: 0 0 25px 0;
}

.mainp2 {
  letter-spacing: 1px;
  line-height: 2;
  font-size: 14px;
  padding: 0 0 80px 0;
}
@media (max-width: 991px) {
  .mainp2 {
    padding-bottom: 50px;
  }
}

.page_title {
  margin: 100px 0 60px;
}
.page_title img {
  height: 29px;
  width: auto;
}
@media (max-width: 991px) {
  .page_title {
    margin: 50px 0;
    padding: 0 15px;
  }
}

/* ニュース */
.newsarea_top {
  overflow: hidden;
  text-align: left;
  max-width: 800px;
  margin: 0 auto 100px;
}
.newsarea_top .topics dd.item {
  display: block;
  margin-bottom: 40px;
}
.newsarea_top .topics img {
  max-width: 100%;
  height: auto;
}

.newsarea {
  overflow: hidden;
}
.newsarea .side_filter ul.filter li {
  margin-bottom: 24px;
}
.newsarea .side_filter ul.filter li img {
  cursor: pointer;
  border-bottom: 2px solid #222;
  padding-bottom: 0px;
}
.newsarea .side_filter ul.filter li img:hover {
  opacity: 0.7;
}
.newsarea .topics .item {
  display: block;
}
@media (min-width: 992px) {
  .newsarea {
    min-height: 1000px;
  }
  .newsarea .side_filter {
    display: block;
    float: left;
    width: 200px;
  }
  .newsarea .side_filter ul.filter li {
    margin-bottom: 24px;
  }
  .newsarea .topics {
    float: right;
    width: 550px;
    padding: 0 0 5px 10px;
    border-left: 3px solid #999;
  }
  .newsarea .topics dd {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .newsarea .side_filter {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #999;
  }
  .newsarea .side_filter ul.filter {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 0;
  }
  .newsarea .side_filter ul.filter li {
    margin-bottom: 20px;
  }
  .newsarea .side_filter ul.filter li:not(:last-child) {
    margin-right: 12px;
  }
  .newsarea .side_filter ul.filter li img {
    height: 18px;
  }
  .newsarea .topics dd {
    margin-bottom: 30px;
  }
}

.wrapper_more {
  text-align: right;
  margin-right: 40px;
}
.wrapper_more img {
  height: 36px;
  width: auto;
}

.area_instagram .headline {
  text-align: center;
}
.area_instagram .headline img {
  max-width: 300px;
  width: 60%;
  margin-bottom: 60px;
}
.area_instagram .instagram-gallery {
  margin-bottom: 40px;
}
.area_instagram .instagram-gallery .instagram-gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area_instagram .instagram-gallery .instagram-gallery__list .instagram-gallery__item {
  width: 23%;
  margin-bottom: 30px;
}
.area_instagram .instagram-gallery .instagram-gallery__list .instagram-gallery__item a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
.area_instagram .instagram-gallery .instagram-gallery__list .instagram-gallery__item a img {
  width: 150%;
  max-width: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .area_instagram {
    padding: 60px 0;
  }
  .area_instagram .instagram-gallery .instagram-gallery__list .instagram-gallery__item {
    width: 47%;
    margin-bottom: 20px;
  }
}

#footer {
  text-align: center;
  max-width: 880px;
  margin: 80px auto 60px;
}
#footer #copyright {
  font-size: 10px;
  font-style: normal;
  text-align: right;
  letter-spacing: 1px;
  padding: 0 15px;
}

/* プロダクト */
.english_title {
  padding: 15px 0 30px;
}

.product_title {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .product_title {
    margin-bottom: 20px;
  }
}

.product_list, .product_list_nocart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
}
.product_list > li, .product_list_nocart > li {
  display: inline-block;
  height: 530px;
  margin-bottom: 20px;
  position: relative;
  width: 29%;
}
.product_list > li img, .product_list_nocart > li img {
  width: 100%;
  height: auto;
}
.product_list > li .thumb, .product_list_nocart > li .thumb {
  margin-bottom: 20px;
}
.product_list > li .headline, .product_list_nocart > li .headline {
  margin-bottom: 20px;
}
.product_list > li p, .product_list_nocart > li p {
  position: relative;
  padding-bottom: 0;
}
.product_list > li p.ja, .product_list_nocart > li p.ja {
  height: 100px;
}
.product_list > li p.en, .product_list_nocart > li p.en {
  height: 190px;
}
.product_list > li p.fr, .product_list_nocart > li p.fr {
  height: 140px;
}
.product_list > li a.move_shop, .product_list_nocart > li a.move_shop {
  display: inline-block;
  float: right;
}
.product_list > li a.move_shop img, .product_list_nocart > li a.move_shop img {
  width: 47px;
  height: 47px;
}
@media (max-width: 767px) {
  .product_list > li, .product_list_nocart > li {
    width: 47%;
    height: auto;
    margin-bottom: 50px;
  }
  .product_list > li p, .product_list_nocart > li p {
    height: auto !important;
  }
}

.product_list_nocart > li {
  height: 480px;
  margin-bottom: 50px;
}

.giftbox {
  margin-bottom: 140px;
}
.giftbox > img {
  max-width: 100%;
  height: auto;
  margin-bottom: 35px;
}
.giftbox p {
  margin-bottom: 0;
  line-height: 2;
  letter-spacing: 1px;
}
.giftbox a.move_shop {
  display: inline-block;
  float: right;
}
.giftbox a.move_shop img {
  width: 47px;
  height: 47px;
}
@media (max-width: 991px) {
  .giftbox {
    margin-bottom: 100px;
  }
  .giftbox > img {
    margin-bottom: 20px;
  }
}

/* バックストーリー */
.img_logo {
  display: block;
  width: 350px;
  height: auto;
  margin: 0 auto 100px;
}
@media (max-width: 991px) {
  .img_logo {
    max-width: 220px;
    position: relative;
    left: 15px;
  }
}

.about {
  width: 100%;
}
.about tr th {
  width: 12em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .about tr th {
    width: 8em;
  }
}

/* スタイル */
.area_style {
  width: 100%;
  overflow: hidden;
}
.area_style p {
  letter-spacing: 0.12em;
  line-height: 2.3;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .area_style {
    margin-bottom: 100px;
  }
  .area_style p {
    line-height: 2.8;
  }
  .area_style .picture {
    width: 57%;
  }
  .area_style .picture img {
    width: 100%;
  }
  .area_style .left {
    float: left;
  }
  .area_style .right {
    float: right;
  }
  .area_style .text {
    width: 41%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .area_style {
    margin-bottom: 50px;
  }
  .area_style .picture {
    margin-bottom: 40px;
  }
  .area_style .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 991px) {
  .area_style {
    margin-bottom: 150px;
  }
  .area_style .text {
    padding-top: 80px;
  }
}

/* 使い方 */
.howtostep {
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .howtostep {
    width: 900px;
  }
  .howtostep .description {
    width: 540px;
    float: left;
  }
  .howtostep .illust {
    float: right;
    position: relative;
  }
  .howtostep .illust img {
    position: relative;
  }
  .howtostep .illust img.step1 {
    top: -30px;
  }
  .howtostep .illust img.step2 {
    top: -30px;
  }
  .howtostep .illust img.step3 {
    top: 10px;
  }
}
@media (max-width: 991px) {
  .howtostep {
    margin-bottom: 80px;
  }
  .howtostep .description p {
    padding-bottom: 0;
  }
}

.attention {
  margin-left: 14px;
}
.attention li {
  list-style-type: circle;
  margin-bottom: 12px;
}
.attention.fr li {
  list-style-type: none;
}

/* 取扱店 */
.h_area {
  margin-bottom: 20px;
}

.h_area_child {
  margin-bottom: 20px;
}

/* 取扱店フィルタリング */
.nav_area {
  padding: 0;
  margin-top: 40px; /* Safari */
  display: flex; /* Safari */
  flex-wrap: wrap; /* Safari */
  justify-content: space-between;
  margin-bottom: 60px;
}
.nav_area li {
  display: inline-block;
}
.nav_area li a {
  color: #444;
  text-decoration: none;
  padding-bottom: 4px;
}
.nav_area li a.active {
  border-bottom: 2px solid #444;
}
@media (max-width: 991px) {
  .nav_area {
    justify-content: flex-start;
  }
  .nav_area li {
    line-height: 3;
  }
  .nav_area li:not(:last-child) {
    margin-right: 25px;
  }
}

/* 下層共通デザイン  */
.ch2 {
  margin: 0 0 20px 0;
}

.mbtm {
  margin-bottom: 70px;
}

.cp {
  font-size: 14px;
  padding: 0 15px 0 5px;
  line-height: 1.75;
}

.red {
  color: red;
}

/*-----------------------------------------------
英語版スタイル
----------------------------------------------- */
body.en {
  font-family: Times New Roman;
}
@media (max-width: 991px) {
  body.en .product_list.-en > li, body.en .-en.product_list_nocart > li {
    height: 570px;
  }
}
body.en .area_style p {
  line-height: 2.2;
}

/*-----------------------------------------------
フランス語版スタイル
----------------------------------------------- */
body.fr {
  font-family: Times New Roman;
}
@media (max-width: 991px) {
  body.fr .product_list.-fr > li, body.fr .-fr.product_list_nocart > li {
    height: 550px;
  }
}
body.fr .area_style p {
  line-height: 2.2;
}

/*-----------------------------------------------
キャンペーンページ
----------------------------------------------- */
.info_campaign {
  margin-bottom: 40px;
}

.campaign {
  width: 1050px;
}
.campaign .header {
  margin-bottom: 60px;
}
.campaign .header .img_header {
  margin-bottom: 60px;
}
.campaign .header .img_thumb {
  margin: 0 auto;
  display: block;
}
.campaign section.content {
  border: 1px solid #bfbfbf;
  background-color: #f5f5f5;
  padding: 40px 120px;
}
.campaign section.content .wrapper_title {
  text-align: center;
}
.campaign section.content .wrapper_title h3.title {
  border: 1px solid #313131;
  padding: 6px 18px;
  display: inline-block;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 70px;
}
.campaign section.content .part {
  margin-bottom: 50px;
  overflow: hidden;
}
.campaign section.content .part .label {
  float: left;
  width: 6em;
  text-align: center;
  padding: 2px 0;
  margin-right: 20px;
  background-color: #313131;
  color: white;
  font-weight: bold;
  font-size: 1.1em;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.campaign section.content .part .detail {
  float: right;
  width: 83%;
}
.campaign section.content .part .detail .l {
  font-size: 2.1em;
  font-weight: bold;
  margin-bottom: 14px;
  line-height: 1.2;
}
.campaign section.content .part .detail p {
  line-height: 2.4;
  letter-spacing: 0.04em;
}
.campaign section.content .part .detail .img_flow {
  margin-bottom: 50px;
  width: 100%;
}
.campaign section.content .part2 {
  margin-bottom: 30px;
  overflow: hidden;
}
.campaign section.content .part2 .label {
  width: 8em;
  text-align: center;
  padding: 4px 0;
  background-color: #313131;
  color: white;
  font-weight: bold;
  margin-bottom: 30px;
}
.campaign section.content .part2 .detail .item {
  margin-bottom: 30px;
}
.campaign section.content .part2 .detail p {
  line-height: 2.2;
}
.campaign section.content .part2 .detail ul {
  margin-left: 20px;
}
.campaign section.content .part2 .detail ul li {
  list-style-type: disc;
  line-height: 2.2;
}
.campaign section.content .part2 .detail .col-left {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.campaign section.content .part2 .detail .col-right {
  float: right;
  width: 49%;
}
.campaign .p_end {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
  border: 1px solid #222;
  padding: 20px 20px;
}

.p-table-estore > tbody > tr > th,
.p-table-estore > tbody > tr td {
  font-size: 20px;
  padding: 15px 20px;
  font-weight: bold;
}
.p-table-estore > tbody > tr > th > a,
.p-table-estore > tbody > tr td > a {
  color: #444;
  display: block;
  text-decoration: underline;
}
.p-table-estore > tbody > tr > th {
  padding-left: 0;
}
@media (max-width: 767px) {
  .p-table-estore > tbody > tr > th,
  .p-table-estore > tbody > tr td {
    font-size: 16px;
  }
}

.p-content__v1 {
  background-color: #e5e5e5;
  padding: 30px 50px;
}
.p-content__v1 img {
  width: 100%;
}
.p-content__v1 .-title {
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: 500;
  padding: 0 0 25px 0;
  position: relative;
}
.p-content__v1 .-title > .-cart {
  position: absolute;
  top: 0;
  right: 0;
}
.p-content__v1 .-title > .-cart img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-content__v1 {
    display: flex;
    justify-content: space-between;
  }
  .p-content__v1 > div:first-child {
    width: 45%;
  }
  .p-content__v1 > div:nth-child(2) {
    width: calc(55% - 40px);
  }
}
@media (max-width: 767px) {
  .p-content__v1 {
    padding: 30px 20px;
  }
  .p-content__v1 .-title {
    font-size: 22px;
  }
  .p-content__v1 .-title > .-cart {
    width: 40px;
  }
  .p-content__v1 > div:first-child {
    margin-bottom: 30px;
  }
  .p-content__v1 > .-cart {
    top: 60%;
    right: 20px;
  }
}

.p-content__v2 {
  background-color: #fff;
}
.p-content__v2 img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-content__v2 {
    display: flex;
    justify-content: space-between;
  }
  .p-content__v2 > div:first-child {
    width: 50%;
  }
  .p-content__v2 > div:last-child {
    width: 50%;
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .p-content__v2 {
    padding: 30px 20px;
  }
  .p-content__v2 > div:first-child {
    margin-bottom: 30px;
  }
}

.p-mv {
  position: relative;
}
.p-mv > .-mv {
  width: 100%;
}
.p-mv > .-over {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-mv > .-over > .-logo {
  width: 35%;
  max-width: 300px;
}

.c-banner {
  display: block;
}
@media (min-width: 768px) {
  .c-banner .-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-banner .-pc {
    display: none;
  }
}

.p-content-staff {
  background-color: #efefef;
  padding: 40px 40px;
}
.p-content-staff * {
  line-height: 2 !important;
}
.p-content-staff__wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-content-staff .-sp {
    display: none;
  }
  .p-content-staff > .-top {
    display: flex;
    gap: 40px;
  }
  .p-content-staff > .-top > .-left {
    width: calc(50% - 40px);
  }
  .p-content-staff > .-top > .-right {
    width: 50%;
  }
  .p-content-staff > .-top > .-right > .-staff {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
  }
  .p-content-staff > .-top > .-right > .-staff > .-name {
    flex: 1;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
  }
  .p-content-staff > .-top > .-right > .-staff > .-img {
    width: 50%;
  }
  .p-content-staff > .-top > .-right > .-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .p-content-staff > .-bottom {
    margin-top: 30px;
    padding-left: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
  }
  .p-content-staff > .-bottom > .-message {
    flex: 1;
  }
  .p-content-staff > .-bottom > .-message > img {
    width: 120px;
    margin-bottom: 10px;
  }
  .p-content-staff > .-bottom > .-cart {
    width: 45px;
  }
}
@media (max-width: 767px) {
  .p-content-staff .-pc {
    display: none;
  }
  .p-content-staff > .-top > .-left {
    text-align: center;
    margin-bottom: 30px;
  }
  .p-content-staff > .-top > .-left > img {
    width: 100%;
    max-width: 440px;
  }
  .p-content-staff > .-top > .-right > .-staff {
    display: flex;
    gap: 20px;
  }
  .p-content-staff > .-top > .-right > .-staff > .-name {
    flex: 1;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
  }
  .p-content-staff > .-top > .-right > .-staff > .-name > img {
    max-height: 70px;
  }
  .p-content-staff > .-top > .-right > .-staff > .-img {
    width: 50%;
  }
  .p-content-staff > .-top > .-right > .-text {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .p-content-staff > .-bottom {
    margin-top: 40px;
  }
  .p-content-staff > .-bottom > .-message > img {
    width: 90px;
    margin-bottom: 10px;
  }
  .p-content-staff > .-bottom > .-cart {
    margin-top: 5px;
    display: flex;
    justify-content: flex-end;
  }
}

.p-list-shop > * {
  line-height: 2;
}
.p-list-shop > * > .-title {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}
.p-list-shop > * > .-title > .-name {
  height: 26px;
}
.p-list-shop > * > .-title > .-icon {
  width: 30px;
}
.p-list-shop > * > .-shop {
  width: 100%;
}
.p-list-shop > * > .-info {
  margin-top: 30px;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-list-shop {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
  }
  .p-list-shop > * {
    width: calc((100% - 80px) / 2);
  }
}
@media (max-width: 767px) {
  .p-list-shop {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .p-list-shop {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
  }
  .p-list-shop > * {
    width: calc((100% - 80px) / 2);
  }
}

.p-cta {
  background-color: #fff;
  padding: 30px 60px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.p-cta > *:first-child {
  flex: 1;
}
.p-cta > *:first-child .-title {
  font-size: 22px;
}
.p-cta > *:first-child p {
  margin: 30px 0 0;
}
.p-cta > *:last-child {
  padding-top: 10px;
  width: 35px;
}
.p-cta > *:last-child img {
  width: 35px;
}
@media (min-width: 768px) {
  .p-cta .-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-cta {
    padding: 30px;
  }
  .p-cta .-pc {
    display: none;
  }
  .p-cta > *:first-child .-title {
    font-size: 18px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s;
}
.modal.show {
  display: block;
  opacity: 1;
}
.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px 20px 20px;
  border-radius: 8px;
  max-width: 820px;
  width: 90%;
  box-sizing: border-box;
}
.modal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
}/*# sourceMappingURL=main.css.map */
