@charset "UTF-8";
* {
  box-sizing: border-box;
}

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: bottom;
}

h1, h2, h3, h4, h5, h6, p, li {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

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

header::after {
  content: "";
  display: block;
  clear: both;
}

.bg-white {
  background-color: #fff;
}

body {
  font-family: "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, serif;
}

html{
	margin-top:20px !important;
}

@media screen and (min-width: 375px) {
  html {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

h1 {
  line-height: 1;
  color: #604C3F;
}

h1 {
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  h2 {
    font-size: 32.4px;
  }
}

h3 {
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  h3 {
    font-size: 16px;
  }
}

p {
  font-size: 0.75rem;
}

@media screen and (min-width: 1024px) {
  p {
    font-size: 12px;
  }
}

.container {
  width: 1100px;
  margin: 0 auto;
  max-width: 100%;
}

.container {
  margin: auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.dash-border {
  margin: 0 8%;
  border-bottom: 2px solid #d2cdc8;
}

.breadcrumb {
  margin-top: 1%;
  margin-bottom: 1%;
}

.insta_btn {
  display: inline-block;
  text-align: center;
  color: #2e6ca5;
  font-size: 20px;
  text-decoration: none;
  margin-top: 25px;
}

.insta_btn .fa-instagram {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 35px;
  line-height: 50px;
}

.insta_btn .insta {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  border-radius: 13px;
}

header .container {
  padding: 0 1rem;
}
@media screen and (min-width: 375px) {
	header .container {
	  padding: 0 3rem;
	}
}

header .header-flex-wrap {
  display: flex;
}

header .header-flex-wrap .header-logo {
	width: 20px;
	width: 5.66667vw;
	margin-right: 0.8rem;
}
header .header-flex-wrap .header-sub-title {
	padding: 0.2rem;
	margin-top: 0.3rem;
	background-color: #604C3F;
}
header .header-flex-wrap .header-sub-title p {
	font-size: 0.3rem;
	color: #fff;
}

@media screen and (min-width: 375px) {
  header .header-flex-wrap {
    margin: 0.5rem 0 0 0;
  }
  header .header-flex-wrap .header-logo {
    width: 40px;
    width: 4.2vw;
    margin-right: 0.6rem;
  }
  header .header-flex-wrap .header-sub-title {
    padding: 0.2rem;
    margin-top: 0.3rem;
    background-color: #604C3F;
  }
  header .header-flex-wrap .header-sub-title p {
    font-size: 0.3rem;
    color: #fff;
  }
}

@media screen and (min-width: 769px) {
  header nav ul {
    display: flex;
    justify-content: space-around;
  }
  header nav .menu li a {
    font-size: 0.3rem;
  }
  header nav .menu li:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  header nav .menu a {
    display: block;
    padding: 14px 0 14px;
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: 700;
    line-height: 1rem;
  }
}

@media only screen and (max-width: 768px) {
	header nav.inner {
		height:10px;
	}
	header nav .menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding: 100px 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    text-align: center;
  }
  header nav .menu {
    display: none;
	  
  }
}

.pagevisual {
  background-color: #F4EAE4;
}

.pagevisual img {
  vertical-align: bottom;
}

@media screen and (min-width: 375px) {
  .pagevisual {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 769px) {
  #pagevisual {
    margin-top: 0.5rem;
  }
}

.feature-infomation-seciton {
  padding: 1rem 0 1rem 0;
  background-color: #F4EAE4;
}

.feature-infomation-text {
  text-align: center;
  line-height: 1.5rem;
}

@media screen and (min-width: 375px) {
  .feature-infomation-text {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 769px) {
  .feature-infomation-text {
    font-size: 16px;
    font-size: 2.08062vw;
  }
}

@media screen and (min-width: 1200px) {
  .feature-infomation-text {
    font-size: 24px;
    font-size: 2vw;
  }
}

header .slide-menu {
  z-index: 15;
  display: none;
}

header .slide-menu .menu-trigger {
  display: inline-block;
  position: absolute;
  width: 1.5rem;
  height: 22px;
  top: 5px;
  right: 7%;
}

@media screen and (min-width: 375px) {
	header .slide-menu .menu-trigger {
	  top: 0.5rem;
	}
}

header .slide-menu .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  transition: ease 0.4s;
}

header .slide-menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}

header .slide-menu .menu-trigger span:nth-of-type(2) {
  top: 10px;
}

header .slide-menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  header .slide-menu {
    margin-left: auto;
    margin-top: 0.3rem;
    display: inline-block;
  }
}

header .open {
  z-index: 1000;
}

header .open span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

header .open span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}

header .open span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.shopping-section {
  text-align: center;
  padding: 2rem 1.5rem 0;
}

.shopping-section .icon img {
  height: 45px;
  width: auto;
}

.shopping-section .shopping-title {
  margin-top: 1rem;
}

.shopping-section .shopping-title img {
  width: 100%;
}

.shopping-section .shopping-text {
  margin-top: 1rem;
  line-height: 1rem;
}

.shopping-section .shopping-cta {
  margin-top: 1rem;
}

.shopping-section .shopping-btn {
  border-width: 0;
  background-color: #7A6A56;
  border-radius: 10px;
}

.shopping-section .shopping-btn a {
  padding: 0.625rem 1.875rem;
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
}

@media screen and (min-width: 769px) {
  .shopping-section .shopping-btn a {
    font-size: 16px;
    font-size: 2.08062vw;
  }
}

@media screen and (min-width: 1024px) {
  .shopping-section .icon img {
    height: 65px;
  }
  .shopping-section .shopping-text {
    font-size: 20px;
  }
  .shopping-section .shopping-title img {
    width: 50%;
  }
  .shopping-section .shopping-cta {
    margin-left: 100px;
    margin-right: 100px;
  }
  .shopping-section .shopping-btn a {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .shopping-section .icon img {
    height: 65px;
  }
  .shopping-section .shopping-text {
    font-size: 20px;
  }
  .shopping-section .shopping-cta {
    margin-left: 200px;
    margin-right: 200px;
  }
  .shopping-section .shopping-btn a {
    padding: 11px 32px;
    font-size: 20px;
  }
}

.instagram-section {
  text-align: center;
  padding: 2rem 1.5rem;
}

.instagram-section .title img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .instagram-section .title img {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .instagram-section .title img {
    width: 50%;
  }
}

.footer {
  padding: 80px 8% 40px;
  background-color: #d2cdc8;
}

.footer a {
  font-size: 14px;
}

.footer ul {
  width: 400px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 350px) {
  .footer ul {
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  #footer ul {
    width: 100%;
    margin-bottom: 32px;
  }
}

.footer li {
  width: 50%;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .footer li {
    line-height: 1.5;
  }
}

.footer .copy {
  font-size: 14px;
  text-align: right;
  margin: 1rem 0;
}

select, .field {
  display: block;
  /* width: 100%; */
  height: 35px;
  margin-bottom: 0;
  padding: 0 3px;
  border-radius: 3px;
  box-shadow: none;
  color: #333;
  font-size: 13px;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
  background-color: unset;
  font-weight: 700;
}

input, select, textarea {
  border: 1px solid #dfdfdf;
  letter-spacing: 1px;
  margin: auto;
  max-width: 100%;
  resize: none;
}

.dash-border {
  margin-top: 3rem;
}

.notranslate {
  margin: 0;
  margin-top: 1rem;
}

.footer-copyrights {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .footer-copyrights {
    display: grid;
  }
}

.spacer {
  margin-top: 2rem;
}

.top-main-contents {
  background-color: #F4EAE4;
}

.feature-section {
  margin-bottom: 2rem;
}

.top-main-contents .feature-panel-image-pc {
  display: none;
}

.feature-panel {
  padding-top: 1.875rem;
  background-color: white;
}

.feature-panel-title_number {
  margin-left: 1.25rem;
  color: #C30D23;
  font-style: italic;
}

.feature-panel-title {
  margin-top: 2rem;
  text-align: center;
}

.top-main-contents .feature-panel-image-sp {
  margin-top: 1.5rem;
}

.feature-panel-text {
  margin: 1.5rem 3.125rem 2rem;
  line-height: 2rem;
}

.feature-panel-more {
  margin-top: 1.875rem;
  padding-bottom: 1.875rem;
  text-align: center;
  width: 100%;
}

.feature-panel-btn {
  border-width: 0;
  background-color: #7A6A56;
  border-radius: 10px;
}

.feature-panel-btn a {
  display: inline-block;
  padding: 0.625rem 2.875rem;
  font-size: 1rem;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .feature-section {
    position: relative;
  }
  .top-main-contents .feature-panel-image-pc {
    display: inline;
  }
  .feature-panel {
    width: 400px;
    width: 52.0156vw;
    height: auto;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    padding-top: 1rem;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .feature-panel-title_number {
    font-size: 16px;
    font-size: 2.08062vw;
    margin-left: 1rem;
  }
  .feature-panel-title {
    font-size: 24px;
    font-size: 3.12094vw;
    margin-top: 1rem;
  }
  .feature-panel-text {
    font-size: 16px;
    font-size: 2.08062vw;
    margin: 1rem 1rem 0;
    line-height: 1rem;
  }
  .feature-panel-more {
    padding: 0;
    margin-bottom: 1rem;
  }
  .feature-panel-btn a {
    padding: 0.5rem 1rem;
    font-size: 16px;
    font-size: 2.08062vw;
  }
  .feature-panel-image-sp {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .feature-panel {
    padding-top: 37px;
    width: 500px;
    height: 500px;
    top: 150px;
    top: 12.5vw;
    left: 50px;
    left: 4.16667vw;
  }
  .feature-panel-title_number {
    margin-left: 32px;
    font-size: 21px;
  }
  .feature-panel-title {
    margin-top: 48px;
    font-size: 36px;
  }
  .feature-panel-text {
    margin: 40px 62px 0;
    font-size: 20px;
    line-height: 2em;
    margin-top: 40px;
  }
  .feature-panel-more {
    margin-top: 20px;
  }
  .feature-panel-btn a {
    padding: 11px 32px;
    font-size: 20px;
  }
}

.product-contents {
  background-color: #F4EAE4;
}

.product-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.product-section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.product-panel-title {
  margin: 0 10%;
  color: #604C3F;
  text-align: center;
  padding: 0.5rem 0;
  border-top: 1px #604C3F solid;
  border-bottom: 1px #604C3F solid;
}

.product-contents .product-panel-image-sp {
  margin-top: 1.5rem;
}

.product-panel-text {
  margin: 1.5rem 3.125rem 2rem;
  line-height: 2rem;
}

.product-panel-image-pc {
  display: none;
}

.product-section:nth-of-type(even) {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .product-panel-title {
    margin: 0;
  }
  .product-section {
    display: flex;
  }
  .product-left-column {
    width: 45%;
  }
  .product-section:nth-of-type(odd) {
    padding: 120px 0 90px 8%;
  }
  .product-section:nth-of-type(odd) .product-left-column {
    margin-right: 1rem;
  }
  .product-section:nth-of-type(even) {
    padding: 120px 8% 90px 0;
    flex-direction: row-reverse;
    background-color: #fff;
  }
  .product-section:nth-of-type(even) .product-left-column {
    margin-left: 1rem;
  }
  .product-panel-title {
    font-size: 18px;
    font-size: 2.3407vw;
  }
  .product-panel-text {
    font-size: 14px;
    font-size: 1.82055vw;
    margin: 1rem 0.2rem 0;
    line-height: 1rem;
  }
  .product-panel-image-sp {
    display: none;
  }
  .product-panel-image-pc {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .product-panel-title {
    font-size: 36px;
  }
  .product-panel-text {
    margin: 40px 31px 0;
    font-size: 20px;
    line-height: 2em;
    margin-top: 40px;
  }
}
