@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
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,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
  display: -webkit-box;
  display: flex;
  height: 100px;
  background: #fff;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 42px 10px 36px;
}

.rp-logo {
  height: 52px;
  width: 220px;
}

.c-header.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 2px 0 #ccc;
}

.c-header__nav {
  margin-left: auto;
}

#sh-search {
  display: block;
}

.c-header__nav .inner {
  display: -webkit-box;
  display: flex;
}

.c-header__nav .menu {
  font-size: 1.6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 53px;
  letter-spacing: 3.2px;
}

.c-header__nav .menu li + li {
  margin-left: 44px;
}

.c-header__nav .menu li:nth-child(3) {
  margin-left: 37px;
}

.c-header__nav .menu li a {
  padding: 10px 0;
}

.c-header__nav .menu li a:hover {
  color: #00693E;
  opacity: 1;
}

.c-header__nav .social {
  display: -webkit-box;
  display: flex;
}

.c-header__nav .social li + li {
  margin-left: 26px;
}

.c-header__nav .social a:hover {
  opacity: 1;
}

.c-header__nav .social a:hover img {
  opacity: 1;
}

.c-header__bar {
  display: none;
}

.c-header__user {
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: -20px;
}

.c-header__user > *:not(:last-child) {
  margin-right: 16px;
}

.c-bar01 {
  width: 35px;
  height: 24px;
  position: relative;
  background-color: #fff;
  outline: none;
  box-shadow: none;
  border: 0;
  cursor: pointer;
}

.c-bar01 > * {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  pointer-events: none;
}

.c-bar01 > *:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-bar01 > *:nth-child(2) {
  top: 50%;
}

.c-bar01 > *:nth-child(3) {
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-bar01.is-active span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.c-bar01.is-active span:nth-child(2) {
  opacity: 0;
}

.c-bar01.is-active span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

@media only screen and (max-width: 768px) {
  #sh-search {
    display: none;
  }
  /* .c-header__bar {
    display: block;
  } */
  .c-header__nav {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    bottom: 0;
    top: 60px;
    z-index: 1000;
    flex-wrap: wrap;
    overflow-y: auto;
    display: none;
  }
  .c-header__nav .inner {
    flex-wrap: wrap;
    padding: 40px 20px;
  }
  .c-header__nav .menu {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .c-header__nav .social {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 50px;
    padding-right: 30px !important;
  }
  .c-header__nav .social li + li {
    margin-left: 20px;
  }
  .c-header__nav .social li img {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .c-header__nav .menu li:nth-child(3) {
    margin-left: 0;
  }
  .c-header__nav .menu li + li {
    margin-left: 0;
    margin-top: 25px;
  }
  .c-header__nav .menu li a {
    display: block;
    border-bottom: 1px solid;
  }
  .c-header__nav .menu {
    color: #00693E;
    display: block;
    text-align: center;
    margin-right: 0;
  }
  .c-header__nav .social {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .c-header {
    height: 60px;
    padding: 10px 15px;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .c-header__logo {
    width: 140px;
  }
  .c-header__user > *:not(:last-child) {
    margin-right: 5px;
  }
  .c-header__user {
    margin-right: 0;
  }
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer__farm {
  position: relative;
  padding-top: 130px;
  padding-bottom: 72px;
  background: url(../img/bg-footer.png), -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #cee35c));
  background: url(../img/bg-footer.png), linear-gradient(to bottom, transparent 40%, #cee35c 40%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left 61px;
}

.c-footer__farm .title {
  font-size: 2.3rem;
  letter-spacing: 4.6px;
  font-weight: 700;
  text-align: center;
}

.c-footer__farm .content {
  font-size: 1.8rem;
  letter-spacing: 3.6px;
  margin: auto;
  margin-top: 22px;
  width: 75%;
  line-height: 2.27;
  position: relative;
  z-index: 1;
  max-width: 51vw;
  min-width: 600px;
}

.c-footer__farm .btn {
  margin-top: 25px;
  text-align: center;
}

.c-footer__farm .over > * {
  position: absolute;
}

.c-footer__farm .over .overL1 {
  left: 5.5%;
  top: 0;
  max-width: 14%;
}

.c-footer__farm .over .overL2 {
  left: 3.3%;
  bottom: 12%;
  max-width: 11%;
}

.c-footer__farm .over .overL3 {
  right: 76.5%;
  top: 39%;
  max-width: 9%;
}

.c-footer__farm .overR2 {
  right: 11.2%;
  bottom: 13%;
  max-width: 9%;
}

.c-footer__farm .overR1 {
  top: 2%;
  right: 5.4%;
  max-width: 20%;
}

.c-footer__nav {
  background-color: #3b3b3b;
  padding-top: 77px;
}

.c-footer__nav .wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.c-footer__sum {
  color: #fff;
  letter-spacing: 3.2px;
  line-height: 1.875;
  font-weight: 700;
  text-align: center;
  padding-left: 2px;
}

.c-footer__sum .info {
  margin-top: 22px;
}

.c-footer__menu {
  color: #fff;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.c-footer__menu .menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: center;
}

.c-footer__menu .menu a:hover {
  color: #00693E;
  opacity: 1;
}

.c-footer__menu .menu > li {
  margin-right: 12.2%;
}

.c-footer__menu .menu > li:first-child {
  margin-right: 10.5%;
}

.c-footer__menu .menu > li:last-child {
  margin-right: 0;
}

.c-footer__menu .menu > li > * {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 3.2px;
  display: block;
  margin-bottom: 31px;
}

.c-footer__menu .menu > li > *:last-child {
  margin-bottom: 0;
}

.c-footer__menu ul ul {
  margin-top: 6px;
  letter-spacing: 1.4px;
}

.c-footer__menu ul ul li > * {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

.c-footer__menu ul ul li:before {
  content: "";
  border: 3.5px solid transparent;
  border-left: 6px solid #00693E;
  display: inline-block;
  margin-right: 3px;
}

.c-footer__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 100px;
}

.c-footer__social > * {
  margin: 0 13px;
}

.c-footer__policy {
  display: -webkit-box;
  display: flex;
  margin-top: 36px;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 3px;
}

.c-footer__policy a:hover {
  opacity: 1;
  color: #00693E;
}

.c-footer__policy > * {
  padding: 0 26px;
  position: relative;
}

.c-footer__policy > *:not(:first-child):before {
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
}

.c-footer__cr {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 3px;
  color: #00693E;
  padding: 20px;
}

.dt-sp {
  display: block;
}

@media only screen and (max-width: 768px) {
  .dt-sp {
    display: none;
  }
  .c-footer__cr {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 10px;
  }
  .c-footer__policy {
    flex-wrap: wrap;
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-top: 15px;
  }
  .c-footer__policy > * {
    padding: 0 12px;
  }
  .c-footer__social a svg {
    width: 28px;
  }
  .c-footer__social > * {
    margin: 0 8px;
  }
  .c-footer__social {
    margin-top: 30px;
  }
  .c-footer__nav .wrap {
    display: block;
  }
  .c-footer__sum .info {
    margin-top: 10px;
    line-height: 1.5;
  }
  .c-footer__sum {
    letter-spacing: 0;
  }
  .c-footer__menu .menu {
    margin-top: 30px;
    display: block;
    text-align: center;
  }
  .c-footer__menu .menu > li:first-child {
    margin-right: 0;
  }
  .c-footer__menu .menu > li {
    margin-right: 0;
  }
  .c-footer__menu .menu > li > * {
    margin-bottom: 12px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .c-footer__menu .menu > li > *:last-child {
    margin-bottom: 16px;
  }
  .c-footer__menu ul ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
  }
  .c-footer__menu ul ul > li {
    width: 50%;
  }
  .c-footer__menu ul ul li > * {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .c-footer__nav {
    padding-top: 40px;
  }
  .c-footer__farm {
    padding: 60px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    background-position: left 20px;
    background-image: url(../img/bg-footer.png), -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(15%, #cee35c));
    background-image: url(../img/bg-footer.png), linear-gradient(to bottom, transparent 15%, #cee35c 15%);
  }
  .c-footer__farm .over .overL1 {
    left: 2%;
    max-width: 22%;
    width: 82px;
  }
  .c-footer__farm .overR1 {
    right: 2%;
    max-width: 31%;
    width: 116px;
  }
  .c-footer__farm .title {
    letter-spacing: 0;
    font-size: 1.8rem;
  }
  .c-footer__farm .content {
    font-size: 1.5rem;
    letter-spacing: 0;
    width: 100%;
    max-width: unset;
    min-width: unset;
    line-height: 1.8;
    width: 520px;
    max-width: 100%;
  }
  .c-footer__farm .over .overL2 {
    max-width: 20%;
    left: 2%;
    bottom: 10px;
    width: 75px;
  }
  .c-footer__farm .over .overL3 {
    max-width: 16%;
    width: 60px;
    right: auto;
    left: 62px;
    bottom: 73px;
    top: auto;
  }
  .c-footer__farm .overR2 {
    max-width: 22%;
    right: 2%;
    width: 82px;
    bottom: 20px;
  }
  .c-footer__farm .btn {
    position: relative;
    z-index: 1;
    margin-top: 60px;
  }
}
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  min-width: 1200px;
  line-height: 1.5;
  color: #191816;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
    font-size: 1.4rem;
  }
  body.menu-open {
    overflow: hidden;
  }
  .rp-logo {
    height: 30px;
    width: 130px;
  }
}
input,
select,
textarea,
button {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}

#idTest {
  color: red;
}

#c-footer__menu-sp {
  display: none;
}

#c-footer__policy-sp {
  display: none;
}

#c-footer__policy-sp1 {
  display: none;
}

.l-container {
  width: 65%;
  margin: 0 auto;
}

.l-wrap {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.l-wrap--sp {
  padding-top: 83px;
  padding-bottom: 166px;
}

.l-wrap--sp .l-wrap__main {
  /* margin-top: 2px; */
}

.l-wrap__side {
  flex-shrink: 0;
  width: 25%;
}

.l-wrap__main {
  width: 68%;
}

.l-wrap__main.withdrawing_complete {
  width: 100%;
}

.l-wrap__full {
  width: 100%;
  margin-top: 46px;
}

@media only screen and (max-width: 768px) {
  .l-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .set-l-container {
    margin: 0;
    padding: 0;
  }
  .l-wrap {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;
  }
  .l-wrap__main {
    width: 100%;
    margin-top: 40px;
  }
  .l-wrap__side {
    width: 100%;
  }
  .l-wrap--sp {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .l-wrap--sp .l-wrap__main {
    margin-top: 40px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn01 {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 3.4px;
  color: #fff;
  border: 2px solid #00693E;
  background-color: #00693E;
  display: -webkit-inline-box;
  display: inline-flex;
  padding: 7px 5px 7px 15px;
  -webkit-box-align: center;
  align-items: center;
  font-family: "Noto Sans JP";
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-btn01:hover {
  background-color: #fff;
  color: #00693E;
  opacity: 1;
}

.c-btn01:hover svg path {
  fill: #00693E;
}

.c-btn01 svg,
.c-btn01 img {
  margin-right: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-btn01 svg path,
.c-btn01 img path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-btn02 {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  background-color: #00693E;
  border: 2px solid #00693E;
  letter-spacing: 3.4px;
  display: inline-block;
  padding: 7px 39px;
}

.c-btn02:hover {
  background-color: #fff;
  color: #00693E;
  opacity: 1;
}

.c-btnScroll {
  width: initial !important;
  color: white;
  height: 40px;
  padding: 0px 20px;
  box-sizing: border-box;
  border: 2px solid #00693E;
  background: #00693E;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: fixed;
  right: 0;
  bottom: 62px;
  cursor: pointer;
  -webkit-transform: translatey(300px);
  transform: translatey(300px);
  opacity: 0;
  -webkit-transition: background-color 0.3s, opacity 0.3s, -webkit-transform 0.6s;
  transition: background-color 0.3s, opacity 0.3s, -webkit-transform 0.6s;
  transition: transform 0.6s, background-color 0.3s, opacity 0.3s;
  transition: transform 0.6s, background-color 0.3s, opacity 0.3s, -webkit-transform 0.6s;
  z-index: 100;
}

.c-btnScroll path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-btnScroll.is-active {
  -webkit-transform: translatey(0px);
  transform: translatey(0px);
  opacity: 1;
}

.c-btnScroll:hover {
  background-color: #fff;
  color: #00693E;
}

.c-btnScroll:hover path {
  fill: #00693E;
}

.c-btn03 {
  font-size: 1.9rem;
  letter-spacing: 3.8px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  width: 50%;
  width: 603px;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  padding: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-btn03:hover {
  color: #cee35c;
  color: #7bba3d;
  opacity: 1;
}

.c-btn04 {
  color: #fff;
  text-align: center;
  width: 284px;
  margin: auto;
  display: block;
  background: #00693E;
  border-radius: 5px;
  font-size: 1.6rem;
  letter-spacing: 3px;
  padding: 17px 0 18px;
  padding: 15px 0 16px;
  border: 2px solid #00693E;
  box-sizing: border-box;
  /* -webkit-transition: all 0.3s; */
  transition: all 0.3s;
}

.c-btn04:hover {
  color: #00693E;
  background-color: #fff;
  opacity: 1;
}

.c-btn04--grey {
  border-color: #c6c6c6 !important;
  background-color: #c6c6c6;
}

.c-btn04--grey:hover {
  color: #c6c6c6;
  background-color: #fff;
}

.c-btn04--dark {
  border-color: #3b3b3b !important;
  background-color: #3b3b3b;
}

.c-btn04--dark:hover {
  color: #3b3b3b;
  background-color: #fff;
}

button.c-btn04 {
  cursor: pointer;
}

.c-btnUser1 {
  border: 3px solid #b82d30;
  box-sizing: border-box;
  width: 184px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 59px;
  border-radius: 5px;
  letter-spacing: 3.2px;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.c-btnUser1 img {
  margin-right: 10px;
}

.c-btnUser1:hover {
  opacity: 1;
  background-color: #00693E;
  color: #fff;
}

.c-btnUser1:hover img {
  opacity: 1;
}

.c-btnUser2 {
  box-sizing: border-box;
  width: 184px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 59px;
  border-radius: 5px;
  letter-spacing: 3.2px;
  background-color: #00693E;
  border: 3px solid #00693E;
  color: #fff;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.c-btnUser2 img {
  margin-right: 10px;
}

.c-btnUser2:hover {
  opacity: 1;
  color: #00693E;
  background-color: #fff;
}

.c-btnUser2:hover img {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .c-btn02 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .c-btn01 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .c-btn01 svg {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .c-btnScroll {
    width: 58px;
    height: 58px;
    bottom: 56px;
  }
  .c-btnScroll svg {
    width: 28px;
  }
  .c-btn03 {
    font-size: 1.5rem;
    letter-spacing: 0;
    padding: 10px 15px;
    width: auto;
  }
  .c-btn04 {
    width: 186px;
    font-size: 1.4rem;
    padding: 10px;
  }
  .c-btnUser1 {
    height: 32px;
    letter-spacing: 0px;
    border-width: 1px;
    width: 85px;
    font-size: 1.1rem;
  }
  .c-btnUser1 img {
    width: 20px;
    margin-right: 5px;
  }
  .c-btnUser2 {
    width: 96px;
    height: 32px;
    letter-spacing: 0;
    font-size: 1.1rem;
  }
  .c-btnUser2 img {
    margin-right: 5px;
    width: 16px;
    flex-shrink: 0;
  }
}
/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-head01 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 4.6px;
  align-items: center;
}

.c-head01:before {
  content: "";
  width: 55px;
  height: 5px;
  background-color: #00693E;
  display: inline-block;
  margin-right: 33px;
  margin-top: 17px;
}

.c-head01 span {
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 9.6px;
  margin-right: 37px;
  line-height: 1.5;
}

.c-title01 {
  font-size: 3.2rem;
  letter-spacing: 9.6px;
  font-weight: 700;
  font-family: "Josefin Sans";
  text-align: center;
  text-indent: 10px;
}

.c-title01:after {
  content: "";
  display: block;
  height: 25px;
  /* background: url(../img/icon-title01.png); */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .c-title01 {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
  .c-title01:after {
    height: 18px;
    margin-top: 6px;
  }
  .c-head01 {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .c-head01 span {
    font-size: 2.2rem;
    letter-spacing: 2px;
    margin-right: 15px;
    margin-top: 4px;
  }
  .c-head01:before {
    width: 25px;
    height: 3px;
    margin-right: 12px;
    /* margin-top: 12px; */
  }
}
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
.c-select01 {
  position: relative;
}

.c-select01:after {
  /* content: ""; */
  position: absolute;
  border: 5.5px solid transparent;
  border-top: 9px solid #191816;
  border-bottom: 0;
  top: 50%;
  right: 16px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
.c-tab1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  letter-spacing: 3.2px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 30px;
}

.c-tab1 li:not(:last-child) {
  margin-right: 6.5%;
}

.c-tab1 li {
  padding: 13px 1px;
  cursor: pointer;
}

.c-tab1 li.is-active {
  font-size: 1.7rem;
  letter-spacing: 3.4px;
  font-weight: 700;
  border-bottom: 3px solid #00693E;
}

.c-tab1 li:not([class*=is-active]):hover {
  color: #00693E;
}

.c-nav01 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.c-nav01 > * {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-basis: 0;
  margin-left: 8px;
  margin-right: 8px;
  border-bottom: 2px solid #c6c6c6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3.6px;
  padding-bottom: 13px;
  cursor: pointer;
}

.c-nav01 > *.is-active {
  border-bottom-color: #00693E;
  border-bottom-width: 3px;
}

.c-nav01 > *:hover {
  border-bottom-color: #00693E;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .c-tab1 {
    padding-bottom: 15px;
    letter-spacing: 0;
  }
  .c-tab1 li.is-active {
    font-size: 1.5rem;
    letter-spacing: 0;
    border-bottom-width: 2px;
  }
  .c-tab1 li {
    padding: 8px 0;
  }
  .c-tab1 li:not(:last-child) {
    margin-right: 5%;
  }
  .c-nav01 > * {
    font-size: 1.5rem;
    letter-spacing: 1px;
    border-bottom-width: 1px;
    flex-basis: auto;
    padding-bottom: 6px;
    margin-bottom: 15px;
    -webkit-box-flex: initial;
    flex-grow: initial;
    margin-left: 10px;
    margin-right: 10px;
  }
  .c-nav01 > *.is-active {
    border-bottom-width: 2px;
  }
  .c-nav01 {
    -webkit-box-pack: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }
}
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
.c-table01 {
  border: 2px solid #c6c6c6;
  border-collapse: collapse;
}

.c-table01 th,
.c-table01 td {
  border: 1px solid #c6c6c6;
  text-align: center;
  white-space: nowrap;
}

.c-table01 th {
  background-color: #f0f0f0;
  padding: 21px 20px 21px 15px;
}

.c-table01 td {
  font-size: 1.4rem;
  padding: 19.5px 9px 19.5px 11px;
}

.c-table01 td:nth-child(2) {
  padding-right: 15px;
}

.c-table01 td:nth-child(3) {
  padding: 19.5px 17px 19.5px 17px;
}

@media only screen and (max-width: 768px) {
  .c-table01 th {
    padding: 12px;
  }
  .c-table01 td {
    font-size: 1.2rem;
    padding: 10px 6px;
  }
}
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-banner {
  background-size: cover;
  background-position: center top;
  height: 265px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.c-banner__title.concept,
.c-banner__title.agreement,
.c-banner__title.privacy,
.c-banner__title.guide,
.c-banner__title.tradelaw,
.c-banner__title.login,
.c-banner__title.activate,
.c-banner__title.signup,
.c-banner__title.signup_confirm,
.c-banner__title.signup_complete,
.c-banner__title.forgot,
.c-banner__title.forgot_complete,
.c-banner__title.forgot_reset,
.c-banner__title.mypage_index,
.c-banner__title.mypage_order_history,
.c-banner__title.mypage_favorite,
.c-banner__title.mypage_delivery,
.c-banner__title.mypage_delivery_edit,
.c-banner__title.mypage_change,
.c-banner__title.withdrawing,
.c-banner__title.withdrawing_confirm,
.c-banner__title.withdrawing_complete,
.c-banner__title.contact,
.c-banner__title.contact_confirm,
.c-banner__title.contact_complete,
.c-banner__title.cart,
.c-banner__title.shopping,
.c-banner__title.shopping_complete,
.c-banner__title.shipping,
.c-banner__title.shipping_edit,
.c-banner__title.history,
.c-banner__title.product_detail,
.c-banner__title.product_list,
.c-banner__title.news,
.c-banner__title.news_detail {
  font-weight: 700;
  font-size: 5.5rem;
  letter-spacing: 16.5px;
  line-height: 1.25;
  text-align: center;
  font-family: "Josefin Sans";
  color: #484031;
  padding-left: 16px;
}

.c-banner__title span {
  font-size: 2.3rem;
  letter-spacing: 4.6px;
  display: block;
  padding-right: 16px;
  font-family: "Noto Sans JP";
  margin: 5px 0;
}

.c-detailPd {
  display: -webkit-box;
  display: flex;
}

.c-detailPd__image {
  flex-shrink: 0;
  width: 43.55%;
}

.c-detailPd__image .slide-item {
  height: 473px;
  cursor: pointer;
}

.c-detailPd__image .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit:cover;object-position:center";
}

.c-detailPd__image .slideSub {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}

.c-detailPd__image .slideSub-item {
  width: calc((100% - 58px) / 3);
  height: 145px;
  margin-right: 29px;
  margin-bottom: 29px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-detailPd__image .slideSub-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.c-detailPd__image .slideSub-item:hover:after {
  background-color: rgba(255, 255, 255, 0);
}

.c-detailPd__image .slideSub-item:nth-child(3n) {
  margin-right: 0;
}

.c-detailPd__image .slideSub-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit:cover;object-position:center";
}

.c-detailPd__info {
  margin-left: 3.2%;
  width: 53.25%;
}

.c-detailPd__info .cat {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.7rem;
  letter-spacing: 3px;
}

.c-detailPd__info .cat > * {
  position: relative;
  margin-right: 12px;
}

.c-detailPd__info .cat > *:not(:first-child) {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.c-detailPd__info .cat > *:not(:first-child):before {
  content: "";
  border: 5px solid transparent;
  border-left: 6px solid #00693E;
  display: inline-block;
  margin-right: 12px;
}

.c-detailPd__info .cat > *:last-child {
  font-weight: 700;
}

.c-detailPd__info .name {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 6px;
  margin-top: 8px;
}

.c-detailPd__info .star {
  margin-top: 16px;
}

.c-detailPd__info .star > *:not(:first-child) {
  margin-left: 5px;
}

.c-detailPd__info .action {
  border-bottom: 2px solid #d0d0d0;
  margin-top: 20px;
  padding-bottom: 26px;
}

.c-detailPd__info .action > * {
  border: 1px solid #191816;
  background-color: #f2f2f2;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 1px 5px 2px 8px;
  margin-right: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-detailPd__info .action > *:hover {
  opacity: 0.8;
}

.c-detailPd__info .action > *:nth-last-child(2) {
  margin-right: 7px;
}

.c-detailPd__info .action > * img,
.c-detailPd__info .action > * svg {
  margin-right: 5px;
}

.c-detailPd__info .action > * span {
  font-size: 1.3rem;
  letter-spacing: 2.6px;
}

.c-detailPd__info .content {
  letter-spacing: 3.2px;
  line-height: 1.8125;
  margin-top: 22px;
}

.c-detailPd__info .material {
  margin-top: 35px;
  margin-bottom: 35px;
}

.c-detailPd__info .parameter {
  margin-top: 74px;
  padding-bottom: 64px;
  border-bottom: 1px solid #d0d0d0;
}

.c-detailPd__info .parameter .title {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 4px;
  margin-bottom: 22px;
}

.c-detailPd__info .parameter .title span {
  font-size: 2.5rem;
  letter-spacing: 7.5px;
  margin-right: 21px;
}

.c-detailPd__info .parameter .table {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 18px;
}

.c-detailPd__info .parameter .table::-webkit-scrollbar {
  width: 10px;
}

.c-detailPd__info .parameter .table::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}

.c-detailPd__info .parameter .table::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0, 0, 0, 0);
  border-left-width: 6px;
  background-color: #00693E;
  background-clip: padding-box;
}

.c-detailPd__info .addToCard {
  margin-top: 43px;
}

.c-detailPd__info .addToCard input,
.c-detailPd__info .addToCard select {
  border: 1px solid #474033;
  font-family: "Noto Sans JP";
  font-size: 1.7rem;
  letter-spacing: 3.4px;
  font-weight: 700;
  padding: 9px 11px;
  height: 43px;
  box-sizing: border-box;
}

.c-detailPd__info .addToCard select {
  background-color: #f0f0f0;
  padding-right: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-detailPd__info .addToCard select::-ms-expand {
  display: none;
}

.c-detailPd__info .addToCard input.w1 {
  width: 103px;
  max-width: 100%;
}

.c-detailPd__info .addToCard ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.c-detailPd__info .addToCard ul li + li {
  margin-top: 26px;
}

.c-detailPd__info .addToCard ul li dt {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 3.6px;
  width: 21.5%;
  flex-shrink: 0;
}

.c-detailPd__info .addToCard .c-btn01 {
  margin-top: 29px;
  padding: 7px 7px 7px 11px;
}

.c-detailPd--ad .c-detailPd__image {
  width: 41%;
}

.c-detailPd--ad .c-detailPd__info {
  margin-left: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-left: 9%;
}

.c-detailPd--ad .c-detailPd__info .action {
  padding-bottom: 42px;
}

.c-detailPd--ad .c-detailPd__info .addToCard ul li + li {
  margin-top: 36px;
}

.c-detailPd--ad .c-detailPd__info .addToCard .c-btn01 {
  margin-top: 59px;
}

.c-list1 .c-head01 {
  margin-bottom: 47px;
}

.c-list1 ul {
  font-size: 2.3rem;
  line-height: 1.52;
  letter-spacing: 4.6px;
  counter-reset: section;
}

.c-list1 ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
}

.c-list1 ul li + li {
  margin-top: 47px;
}

.c-list1 ul li:before {
  counter-increment: section;
  content: counter(section);
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  width: 67px;
  height: 67px;
  background-color: #191816;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-family: "Josefin Sans";
  flex-shrink: 0;
  margin-right: 37px;
  -webkit-transform: translatey(-3px);
  transform: translatey(-3px);
}

.c-listPd--slide {
  position: relative;
  padding-left: 124px;
  padding-right: 124px;
  padding-left: 8.5%;
  padding-right: 8.5%;
  position: relative;
}

.c-listPd--slide .slick-slide {
  margin-left: 20.5px;
  margin-right: 20.5px;
}

.c-listPd--slide .slick-arrow.slick-hidden {
  display: -webkit-box;
  display: flex;
}

.c-listPd--list .c-listPd__item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 89px;
}

.c-listPd--list .c-listPd__item .thumb {
  border-radius: inherit;
  overflow: hidden;
}

.c-listPd--list .c-listPd__item .content .star {
  margin-left: -1px;
}

.c-listPd--list .c-listPd__item .content .star img {
  width: 15px;
}

.c-listPd--list .c-listPd__item .content .title {
  letter-spacing: 3px;
  font-size: 1.5rem;
  font-weight: 500;
}

.c-listPd--list .c-listPd__item .content .price {
  font-size: 2.2rem;
  margin-top: 5px;
  letter-spacing: 4.4px;
}

.c-listPd .c-listPd__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-listPd .c-listPd__list > * {
  width: calc((100% - 90px) / 3);
  margin-right: 45px;
}

.c-listPd .c-listPd__list > *:nth-child(3n) {
  margin-right: 0;
}

.c-listPd .c-listPd__list--5c > * {
  width: calc((100% - 160px) / 5);
  margin-right: 40px;
}

.c-listPd .c-listPd__list--5c > *:nth-child(3n) {
  margin-right: 40px;
}

.c-listPd .c-listPd__list--5c > *:nth-child(5n) {
  margin-right: 0;
}

.c-listPd .c-listPd__list--5c .c-listPd__item .content .title {
  letter-spacing: 3.2px;
}

.c-listPd .c-listPd__list--5c .c-listPd__item .content .price {
  margin-top: 16px;
  font-size: 1.6rem;
}

.c-listPd .c-listPd__list--5c .c-listPd__item {
  margin-bottom: 71px;
}

.c-listPd__arrows > * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  background: #191816;
  border: 2px solid #191816;
  box-sizing: border-box;
  width: 41px;
  height: 41px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: -30px;
  cursor: pointer;
}

.c-listPd__arrows > *:hover {
  background-color: #fff;
}

.c-listPd__arrows > *:hover path {
  fill: #191816;
}

.c-listPd__arrows .prev {
  left: 0;
}

.c-listPd__arrows .next {
  right: 0;
}

.c-listPd__arrows .next svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-listPd__item .thumb {
  position: relative;
  padding-top: 107%;
}

.c-listPd__item .thumb img {
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit:cover;object-position:center";
}

.c-listPd__item .content .star {
  display: -webkit-box;
  display: flex;
  margin-top: 18px;
  color: #c71628;
  margin-left: 5px;
  line-height: 0.8;
  font-size: 1.5rem;
}

.c-listPd__item .content .star .gr {
  color: #f0f0f0;
}

.c-listPd__item .content .star > * {
  margin: 0 1.5px;
}

.c-listPd__item .content .star--big {
  margin-left: 0;
}

.c-listPd__item .content .star--big img {
  width: 15px;
}

.c-listPd__item .content .title {
  font-weight: 700;
  letter-spacing: 3.2px;
  font-size: 1.6rem;
  margin-top: 10px;
}

.c-listPd__item .content .price {
  font-weight: 700;
  letter-spacing: 3.2px;
  display: block;
  margin-top: 16px;
}

.c-listPost {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-listPost__item {
  width: calc((100% - 76.1px) / 3);
  margin-right: 38px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin-bottom: 110px;
}

.c-listPost__item:nth-child(3n) {
  margin-right: 0;
}

.c-listPost__item .thumbCat {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  height: 312px;
}

.c-listPost__item .thumbCat img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit:cover:object-position:center";
}

.c-listPost__item .thumbCat .cat {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #fff;
  padding: 9px 6px;
  display: inline-block;
  min-width: 105px;
  background: #00693E;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 3px;
  border-radius: 0 0 10px 0;
}

.c-listPost__item .content .time {
  display: block;
  font-weight: 400;
  letter-spacing: 3.2px;
  margin-top: 18px;
}

.c-listPost__item .content .title {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 8px;
  letter-spacing: 3.8px;
}

.c-listPost__item .content .title:before {
  content: "";
  height: 5px;
  background-color: #00693E;
  display: inline-block;
  width: 28px;
  margin-right: 10px;
  vertical-align: middle;
}

.c-listPost__item .content .text {
  margin-top: 14px;
  letter-spacing: 3.2px;
  line-height: 1.8125;
}

.c-page {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-page > * {
  width: 41px;
  height: 41px;
  box-sizing: border-box;
  color: #c6c6c6;
  background-color: #ededed;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  margin-left: 10.5px;
  margin-right: 10.5px;
  border-radius: 5px;
  font-size: 2.2rem;
  font-weight: 700;
}

.c-page > * a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: none;
  transition: none;
}

.c-page > * a:hover {
  opacity: 1;
}

.c-page > *:hover {
  color: #fff;
  background-color: #00693E;
  opacity: 1;
}

.c-page > *.current {
  width: 47px;
  height: 47px;
  color: #fff;
  font-size: 2.6rem;
  background-color: #00693E;
}

.c-page > *.prev,
.c-page > *.next {
  color: #fff;
  border-radius: 0;
  background: #191816;
  border: 2px solid #191816;
  box-sizing: border-box;
  width: 41px;
  height: 41px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
}

.c-page > *.prev:hover,
.c-page > *.next:hover {
  background-color: #fff;
  border-color: #191816;
  opacity: 1;
  color: #191816;
}

.c-page > *.prev {
  margin-right: 60px;
}

.c-page > *.next {
  margin-left: 62px;
}

.c-single__title {
  margin-top: 62px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 6px;
}

.c-single__title .date {
  display: block;
  font-weight: 400;
  letter-spacing: 2.8px;
  margin-top: 6px;
  font-size: 1.6rem;
}

.c-single__embed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 53px;
}

.c-single__embed li {
  cursor: pointer;
}

.c-single__embed > * {
  margin-left: 10px;
  margin-right: 10px;
}

.c-single__thumb {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 43px;
  text-align: center;
}

.c-single__thumb img {
  width: 71.7%;
}

.c-single__cont {
  letter-spacing: 3.2px;
  line-height: 1.8125;
  line-height: 2;
}

.c-single__cont h2 {
  font-size: 2.3rem;
  letter-spacing: 4.6px;
  margin-bottom: 21px;
}

.c-single__cont h2:before {
  content: "";
  width: 29px;
  height: 25px;
  /* background: url(../img/icon-title01.png); */
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
}

.c-single__cont h3 {
  font-size: 1.8rem;
  letter-spacing: 3.6px;
  padding-bottom: 16px;
  border-bottom: 2px solid #cdcdcd;
  margin-bottom: 49px;
}

.c-single__cont h3:not(:first-child) {
  margin-top: 74px;
}

.c-single__cont h3:before {
  content: "";
  width: 21px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  background-color: #00693E;
}

.c-single__cont > p + p {
  margin-top: 41px;
}

.c-single__cont .box {
  display: -webkit-box;
  display: flex;
}

.c-single__cont .box-img {
  flex-shrink: 0;
  width: 46.4%;
  margin-right: 3.6%;
}

.c-single__cont .box-text {
  margin-top: -5px;
}

.c-navControl {
  width: 565px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.c-navControl__side {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 1.8rem;
  letter-spacing: 3.6px;
  font-weight: 700;
}

.c-navControl__side a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.c-navControl__side a:hover {
  opacity: 1;
}

.c-navControl__side a:hover .c-prev,
.c-navControl__side a:hover .c-next {
  background-color: #fff;
  color: #191816;
}

.c-navControl__side .c-prev {
  margin-right: 24px;
}

.c-navControl__side .c-next {
  margin-left: 24px;
}

.c-navControl__list {
  margin-top: 50px;
}

.c-prev,
.c-next {
  color: #fff;
  border-radius: 0;
  background: #191816;
  border: 2px solid #191816;
  box-sizing: border-box;
  width: 41px;
  height: 41px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-align: center;
  align-items: center;
  letter-spacing: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.c-prev:hover,
.c-next:hover {
  background-color: #fff;
  color: #191816;
  opacity: 1;
}

.c-form01 {
  background-color: #f7f5f2;
}

.c-form01__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 14px 0;
}

.input_quantity {
  width: 55%;
  border: 3px solid #ededed;
  font-family: "Noto Sans JP";
  font-size: 2.3rem;
  letter-spacing: 3.4px;
  font-weight: 700;
  padding: 9px 11px;
  height: 53px;
  box-sizing: border-box;
}

.c-form02__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin: 0px 0px 15px 0px;
}

.c-form02__inner select {
  background-color: #f7f5f2;
  border: 2px solid #c6c6c6;
  box-sizing: border-box;
  padding: 5px 15px;
  letter-spacing: 3px;
  font-family: inherit;
}

.bg-load-overlay {
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-form01 .c-select {
  width: 36%;
  flex-shrink: 0;
}

.c-form01 select {
  border: 2px solid #c6c6c6;
  height: 46px;
  box-sizing: border-box;
  border-radius: 23px;
  padding: 5px 30px;
  font-size: 1.5rem;
  letter-spacing: 3px;
  font-family: inherit;
}

.c-form01 select::-ms-expand {
  display: none;
}

.c-form01 .c-keySearch {
  width: 59%;
  margin-left: auto;
}

.c-keySearch {
  position: relative;
}

.c-btSearch {
  margin-left: auto;
}

.c-btSearch button {
  border: 2px solid #c6c6c6;
  border-radius: 5px;
  height: 46px;
  background-color: #fff;
}

.c-keySearch input {
  width: 100%;
  background-color: #fff;
  border: 2px solid #c6c6c6;
  padding-left: 52px;
  height: 46px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 1.5rem;
  letter-spacing: 3px;
}

.c-listPd__list__item {
  margin-bottom: 89px;
  position: relative;
}

.c-keySearch input::-webkit-input-placeholder {
  color: #c6c6c6;
}

.c-keySearch input::-moz-placeholder {
  color: #c6c6c6;
}

.c-keySearch input:-ms-input-placeholder {
  color: #c6c6c6;
}

.c-keySearch input::-ms-input-placeholder {
  color: #c6c6c6;
}

.c-keySearch input::placeholder {
  color: #c6c6c6;
}

.c-keySearch .sm-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 52px;
  background-color: transparent;
  border: none;
  outline: none;
}

.c-keySearch .sm-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 52px;
  background-color: transparent;
  border: 2px solid #c6c6c6;
  border-radius: 5px;
  outline: none;
  background-color: #fff;
}

.c-select {
  position: relative;
  display: block;
}

.c-select:after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-right: 3px solid #191816;
  border-bottom: 3px solid #191816;
  width: 12px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-60%) rotate(45deg);
  transform: translateY(-60%) rotate(45deg);
  right: 24px;
  border-radius: 0 2px 0 0;
}

.c-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.c-select--s2:after {
  width: 10px;
  height: 10px;
  right: 15px;
  border-color: #484033 !important;
}

.c-faqs__item {
  border: 2px solid #c6c6c6;
  padding: 0 62px;
  border-radius: 10px;
  margin-bottom: 54px;
}

.c-faqs__item:not(:first-child) .anwser {
  display: none;
}

.c-faqs__item .question {
  padding: 41px 0;
  padding-top: 51px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 3.2px;
  position: relative;
  cursor: pointer;
}

.c-faqs__item .question.is-active:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-faqs__item .question:before {
  content: "Q";
  border-radius: 5px;
  background: #191816;
  border: 2px solid #191816;
  box-sizing: border-box;
  width: 47px;
  height: 47px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-box-align: center;
  align-items: center;
  font-size: 2.6rem;
  margin-right: 30px;
  margin-top: -10px;
}

.c-faqs__item .question:after {
  content: "";
  margin-left: auto;
  position: absolute;
  top: 52px;
  right: 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-image: url(../img/icon_plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.c-faqs__item .anwser {
  position: relative;
  padding-left: 76px;
  letter-spacing: 3.2px;
  line-height: 2;
  padding-top: 13px;
  padding-bottom: 40px;
}

.c-faqs__item .anwser:before {
  content: "A";
  border-radius: 5px;
  background: #00693E;
  border: 2px solid #00693E;
  box-sizing: border-box;
  width: 47px;
  height: 47px;
  color: #fff;
  font-size: 2.6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 4px;
}

.c-faqs__item .anwser .evaluate {
  text-align: right;
  margin-top: 16px;
}

.c-faqs__item .anwser .evaluate > * {
  display: inline-block;
  background-color: #ededed;
  min-width: 85px;
  margin-left: 6px;
  border-radius: 6px;
  padding: 2px 12px;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.c-step {
  position: relative;
  z-index: 1;
}

.c-step:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  height: 3px;
  z-index: -1;
  border-bottom: 2px dashed #493f33;
}

.c-step__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 2.3rem;
  letter-spacing: 4.6px;
  font-weight: 700;
}

.c-step__inner > * {
  color: #fff;
  letter-spacing: 3.2px;
  border-radius: 10px;
  background-color: #ededed;
  height: 73px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-shrink: 0;
  width: 28%;
}

.c-step__inner > *.is-current {
  background-color: #00693E;
}

.c-step--4 .c-step__inner > * {
  width: 22.4%;
  letter-spacing: 0;
}

.c-form02__form {
  border: 2px solid #474033;
  background-color: #fff;
}

.c-form02 input,
.c-form02 textarea,
.c-form02 select {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 3.2px;
  background-color: #f7f5f2;
  box-sizing: border-box;
  width: 100%;
  height: 41px;
  padding: 10px 18px;
  display: block;
  border: none;
  outline: none;
  color: #484031;
  font-weight: 500;
}

.c-form02 input::-webkit-input-placeholder,
.c-form02 textarea::-webkit-input-placeholder,
.c-form02 select::-webkit-input-placeholder {
  color: #c9c4bc;
}

.c-form02 input::-moz-placeholder,
.c-form02 textarea::-moz-placeholder,
.c-form02 select::-moz-placeholder {
  color: #c9c4bc;
}

.c-form02 input:-ms-input-placeholder,
.c-form02 textarea:-ms-input-placeholder,
.c-form02 select:-ms-input-placeholder {
  color: #c9c4bc;
}

.c-form02 input::-ms-input-placeholder,
.c-form02 textarea::-ms-input-placeholder,
.c-form02 select::-ms-input-placeholder {
  color: #c9c4bc;
}

.c-form02 input::placeholder,
.c-form02 textarea::placeholder,
.c-form02 select::placeholder {
  color: #c9c4bc;
}

.c-form02 input[type=checkbox] {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 7px;
}

.c-form02 .checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.c-form02 .checkbox input {
  flex-shrink: 0;
  margin-right: 19px;
}

.c-form02 textarea {
  height: 187px;
  resize: none;
  padding: 12px 19px;
  margin-bottom: 6px;
  overflow-y: auto;
}

.c-form02 select::-ms-expand {
  display: none;
}

.c-form02 dl {
  display: -webkit-box;
  display: flex;
  border-bottom: 2px solid #c9c7c3;
}

.c-form02 dl:last-child {
  border-bottom: none;
}

.c-form02 dl dt {
  background-color: #eae7e1;
  width: 27.9%;
  flex-shrink: 0;
  border-right: 2px solid #dedddb;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 24px;
  font-size: 2rem;
  letter-spacing: 3px;
  padding-right: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  line-height: 1.368;
  align-self: stretch;
  min-height: 81px;
}

.c-form02 dl dt .requried {
  background-color: #fff;
  color: #c71628;
  align-self: flex-start;
  font-size: 1.6rem;
  padding: 2px 9px;
  padding: 5px 9px;
}

.c-form02 dl dd {
  padding-left: 35px;
  align-self: center;
  padding-top: 20px;
  padding-bottom: 17px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-right: 30px;
  letter-spacing: 3.2px;
  flex-basis: 0;
}

.c-form02 dl dd .note {
  margin-top: 13px;
  letter-spacing: 3.2px;
  margin-bottom: 3px;
}

.c-form02 dl dd .note2 {
  font-size: 1.3rem;
  letter-spacing: 2.6px;
  line-height: 1.46;
  margin-top: 7px;
  color: #484031;
}

.c-form02 dl dd .note2.mt1 {
  margin-top: 15px;
}

.c-form02 dl dd .halfInput {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.c-form02 dl dd .halfInput > * {
  width: 48%;
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.c-form02 dl dd .halfInput > * > *:nth-child(2) {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.c-form02 dl dd .halfInput span {
  width: 74px;
  padding-left: 5px;
}

.c-form02 dl dd .postalField {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.c-form02 dl dd .postalField input {
  width: 56%;
}

.c-form02 dl dd .postalField .search {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 5px;
  background-color: #3b3b3b;
  border: 2px solid #3b3b3b;
  cursor: pointer;
  align-self: center;
  padding: 6px;
  width: 40%;
  text-align: center;
}

.c-form02 dl dd .postalField .search:hover {
  background-color: #fff;
  color: #3b3b3b;
}

.c-form02 dl dd .postalNote {
  font-size: 1.3rem;
  margin-top: 15px;
  letter-spacing: 2.6px;
  color: #484031;
}

.c-form02 .w1 {
  width: 100%;
}

.c-form02 .w2 {
  width: 298px;
  max-width: 100%;
}

.c-form02__listRadio {
  margin-top: -4px;
  margin-bottom: -3px;
}

.c-form02__listRadio > * {
  margin-right: 74px;
  display: inline-block;
  margin-top: 13px;
  margin-bottom: 13px;
}

.c-form02__listRadio--sp > * {
  margin-right: 94px;
}

.c-form02__actions {
  margin-top: 105px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-form02__actions > * {
  margin-left: 35px;
  margin-right: 35px;
}

.c-form02--confirm .c-form02__actions {
  margin-top: 95px;
}

.c-form02--confirm dl dd {
  color: #484031;
}

.c-form02--confirm dl:nth-child(-n+5) dd {
  color: inherit;
}

.c-form02__footer {
  font-size: 1.5rem;
  line-height: 1.66;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 94px;
  margin-bottom: -18px;
}

.c-form02__footer a {
  color: #006cff;
  position: relative;
}

.c-form02__footer a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  border-bottom: 1px solid #006cff;
  left: 0;
  right: 0;
}

.c-form02__footer a img {
  vertical-align: middle;
}

.c-form02__form--adjust dl dt {
  width: 39%;
  flex-shrink: 0;
}

.c-form02__form--adjust dl dd {
  padding-right: 20px;
}

.c-form02__form--adjust .halfInput {
  width: 86%;
}

.c-form02__form--adjust dl dd .halfInput span {
  width: 50px;
  padding-left: 9px;
}

.c-form02__form--simple {
  background-color: transparent;
  border: none;
}

.c-form02__form--simple input,
.c-form02__form--simple select {
  background-color: #fff;
  border: 2px solid #474033;
  height: 53px;
  color: #191816;
}

.c-form02__form--simple select {
  padding-left: 27px;
  padding-right: 50px;
}

.c-form02__form--simple .c-select:after {
  border-color: #474033;
  right: 32px;
  top: 45%;
  width: 10px;
  height: 10px;
}

.c-form02__form--simple dl {
  border: none;
}

.c-form02__form--simple dl:not(:last-child) {
  margin-bottom: 55px;
}

.c-form02__form--simple dl.mb1 {
  margin-bottom: 45px;
}

.c-form02__form--simple dl dt {
  background-color: transparent;
  border: none;
  min-height: 0;
  padding: 0;
  width: 32%;
  margin-right: 4%;
  padding-top: 12px;
}

.c-form02__form--simple dl dd {
  padding: 0;
}

.c-form02__form--simple dl dd .halfInput > * {
  width: 45%;
}

.c-form02__form--simple dl dd .halfInput span {
  width: 38px;
  padding-left: 0;
}

.c-radio {
  letter-spacing: 3.2px;
  cursor: pointer;
}

.c-radio input {
  display: none;
}

.c-radio input:checked + span:after {
  opacity: 1;
}

.c-radio input + span {
  padding-left: 45px;
  position: relative;
}

.c-radio input + span:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #cbcbcb;
  position: absolute;
  left: 0px;
  top: -1px;
}

.c-radio input + span:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #006bff;
  opacity: 0;
}

.c-content1 {
  background-color: #f6f5f1;
  padding-top: 30px;
  padding-bottom: 27px;
}

.c-content1__2c {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.c-content1__left {
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 19px 21px;
  width: 33.5%;
  flex-shrink: 0;
  border-radius: 5px;
}

.c-content1__right {
  width: 65%;
}

.c-avatar {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.c-avatar__thumb {
  width: 118px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #c6c6c6;
  box-sizing: border-box;
  margin-right: 22px;
}

.c-avatar__thumb:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.c-avatar__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit:cover;object-position:center";
}

.c-avatar__name {
  font-weight: 700;
  letter-spacing: 3.2px;
  font-size: 1.8rem;
  margin-top: 7px;
}

.c-avatar__name .num {
  display: block;
  font-size: 1.5rem;
  margin-top: 8px;
  margin-bottom: 5px;
  font-weight: 500;
}

.c-introPost {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 10px;
}

.c-introPost__label {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 5px 0;
  color: #fff;
  background-color: #00693E;
  padding: 7px 26px;
  letter-spacing: 3px;
  font-size: 1.5rem;
}

.c-introPost__list {
  overflow-y: auto;
  padding: 35px 33px 16px 16px;
  box-sizing: border-box;
  height: 131px;
}

.c-introPost__list::-webkit-scrollbar {
  width: 10px;
  width: 7px;
}

.c-introPost__list::-webkit-scrollbar-thumb {
  background-color: #b82d30;
  border-radius: 10px;
}

.c-introPost__list dl {
  border-bottom: 1px solid #f5f5f5;
  display: -webkit-box;
  display: flex;
  padding: 10px 0;
}

.c-introPost__list dl dt {
  font-size: 1.4rem;
  letter-spacing: 2.8px;
  flex-shrink: 0;
  margin-right: 4%;
  margin-top: 2px;
}

.c-introPost__list dl dd {
  letter-spacing: 3px;
  font-size: 1.5rem;
}

.c-nav02--sp1 .c-nav02__item {
  padding-bottom: 45px;
}

.c-nav02--sp1 .c-nav02__item + .c-nav02__item {
  margin-top: 58px;
}

.c-nav02__item {
  border-bottom: 2px solid #ededed;
  padding-bottom: 40px;
}

.c-nav02__item + .c-nav02__item {
  margin-top: 53px;
}

.c-nav02__item .head {
  line-height: 1.2;
  font-size: 1.8rem;
  letter-spacing: 3.2px;
  margin-bottom: 39px;
  font-weight: 700;
}

.c-nav02__item .head .en {
  display: block;
  font-size: 2.9rem;
  font-weight: 700;
  font-family: "Josefin Sans";
  letter-spacing: 8px;
  line-height: 1.1;
  margin-bottom: 2px;
}

.c-nav02 .nav li + li {
  margin-top: 5px;
}
.c-nav02 .nav li{
  width: 100%;
}

.c-nav02 .nav a {
  display: -webkit-box;
  display: flex;
  position: relative;
  padding: 10px 0;
  letter-spacing: 3.2px;
}

.c-nav02 .nav a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 2px solid #b92d30;
  border-bottom: 2px solid #b92d30;
  right: 3px;
  top: 52%;
  -webkit-transform: translatey(-50%) rotate(-45deg);
  transform: translatey(-50%) rotate(-45deg);
}

.c-nav02 .nav a .num {
  font-size: 1.3rem;
  background-color: #ededed;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  min-width: 23px;
  line-height: 1;
  padding: 5px 0;
  letter-spacing: 1px;
  font-weight: 700;
  margin-left: auto;
  margin-right:10px;
}

.c-nav02 .products {
  padding-top: 10px;
}

.c-nav02 .products > * {
  margin-bottom: 15px;
}

.c-product {
  display: -webkit-box;
  display: flex;
}

.c-product__thumb {
  flex-shrink: 0;
  width: 34%;
  margin-right: 5%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.c-product__thumb:before {
  content: "";
  padding-top: 107%;
  display: block;
}

.c-product__thumb img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-position:center;object-fit:cover";
  position: absolute;
  left: 0;
  top: 0;
}

.c-product__sum {
  font-size: 1.5rem;
  letter-spacing: 3px;
}

.c-product__sum .price {
  font-size: 2.2rem;
  letter-spacing: 4.4px;
  margin-top: 8px;
  display: block;
  font-weight: 700;
}

.c-forums {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-forums > * {
  width: calc((100% - 25px) / 2);
  margin-right: 25px;
  flex-shrink: 0;
}

.c-forums > *:nth-child(2n) {
  margin-right: 0;
}

.c-forums__item {
  border: 3px solid #f6f5f3;
  border-radius: 10px;
  margin-bottom: 40px;
}

.c-forums__item .sum {
  background-color: #f7f5f2;
  padding: 22px 16px;
  padding-bottom: 24px;
}

.c-forums__item .sum .c-avatar__thumb {
  width: 107px;
  margin-right: 25px;
}

.c-forums__item .content {
  padding: 23px 22px;
  padding-right: 25px;
  padding-bottom: 25px;
}

.c-forums__item .content .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 4px;
  box-sizing: border-box;
  margin-bottom: 9px;
}

.c-forums__item .content .text {
  letter-spacing: 3.2px;
  line-height: 2;
}

.c-forums__item .content .actions {
  font-size: 1.5rem;
  margin-top: 34px;
  text-align: right;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.c-forums__item .content .actions > * {
  background-color: #ededed;
  border-radius: 5px;
  min-width: 126px;
  border: none;
  margin-right: 10px;
  height: 35px;
  font-size: 1.5rem;
}

.c-forums__item .content .actions > *:last-child {
  margin-right: 0;
}

.c-forums__item .content .actions > * i {
  font-size: 2rem;
  margin-right: 10px;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  color: #00693E;
}

.c-forums__item .content .actions > * img {
  margin-right: 5px;
  vertical-align: middle;
}

.c-mainvisual {
  position: relative;
}

.c-mainvisual__slide .item {
  height: 384px;
}

.c-mainvisual__slide .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit:cover;object-position:center";
}

.c-mainvisual__slide .slick-dots {
  line-height: 0;
  bottom: -61px;
}

.c-mainvisual__slide .slick-dots li {
  height: 10px;
  width: 94px;
}

.c-mainvisual__slide .slick-dots li.slick-active button {
  background-color: #00693E;
}

.c-mainvisual__slide .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #fff;
}

.c-mainvisual__slide .slick-dots li button:before {
  content: none;
}

.c-mainvisual__over {
  font-size: 5.5rem;
  font-weight: 700;
  font-family: "Josefin Sans";
  letter-spacing: 16.5px;
  line-height: 1.25;
  position: absolute;
  top: 55%;
  left: 59.1%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-navTab01 {
  font-size: 1.7rem;
  letter-spacing: 3.2px;
  line-height: 1.529;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: flex;
  padding-bottom: 28px;
  border-bottom: 2px solid #ffffff;
  -webkit-box-align: start;
  align-items: flex-start;
}

.c-navTab01__tab {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.c-navTab01__tab > * {
  padding-top: 8px;
  padding-bottom: 13px;
  margin-right: 3.8%;
  cursor: pointer;
}

.c-navTab01__tab > *:not(.is-active):hover {
  color: #00693E;
}

.c-navTab01__tab .is-active {
  border-bottom: 3px solid #00693E;
  font-weight: 700;
}

.c-navTab01__control {
  display: -webkit-box;
  display: flex;
  align-self: center;
  flex-shrink: 0;
}

.c-navTab01__control .c-prev {
  margin-right: 25px;
}

.ec-cartTable {
  width: 100%;
}

.ec-cartHeader {
  display: -webkit-box;
  display: flex;
  width: 100%;
  background: #3b3b3b;
}

.ec-cartHeader .ec-cartHeader__label {
  padding: 9px;
  text-align: center;
  overflow-x: hidden;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 3.6px;
  line-height: 1.77;
  border-right: 2px solid #feffff;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-basis: 0;
}

.ec-cartHeader .ec-cartHeader__label:first-child {
  width: 338px;
  flex-shrink: 0;
  width: 28.2%;
  -webkit-box-flex: initial;
  flex-grow: initial;
  flex-basis: initial;
}

.ec-cartHeader .ec-cartHeader__label:last-child {
  border-right: 0px;
  width: 197px;
  width: 16.3%;
  flex-shrink: 0;
  -webkit-box-flex: initial;
  flex-grow: initial;
  flex-basis: initial;
}

.ec-cartRow {
  display: -webkit-box;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 33px;
}

.ec-cartRow + .ec-cartRow {
  margin-top: 28px;
}

.ec-cartRow > * {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-basis: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-right: 2px solid #ededed;
  padding: 0 26px;
}

.ec-cartRow > *:first-child,
.ec-cartRow > *:last-child {
  -webkit-box-flex: initial;
  flex-grow: initial;
  flex-basis: initial;
}

.ec-cartRow > *:first-child {
  flex-shrink: 0;
  width: 28.2%;
}

.ec-cartRow > *:last-child {
  width: 16.3%;
  flex-shrink: 0;
  border-right: 0;
}

.ec-cartRow__contentColumn {
  padding: 20px;
  padding-right: 0;
  padding-top: 21px;
}

.ec-cartRow__img {
  width: 102px !important;
  height: 102px !important;
  display: inline-block;
  vertical-align: middle;
}

.ec-cartRow__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit:cover;object-position:center";
  border-radius: 10px;
  overflow: hidden;
}

.ec-cartRow__summary {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 100px);
  font-size: 2rem;
  letter-spacing: 4px;
  line-height: 1.6;
  padding-left: 15px;
}
.ec-cartRow__name,
.ec-cartRow__priceColumn,
.ec-cartRow__subtotalColumn,
.ec-cartRow__amountColumn {
  font-size: 2.5rem;
  letter-spacing: 5px;
  /* -webkit-box-pack: end; */
  justify-content: flex-end;
  height: 100%;
}

.ec-cartRow__name{
  padding-left: 10px;
  font-size: 2rem;
}

.ec-cartRow__delColumn {
  -webkit-box-pack: center;
  justify-content: center;
}

.ec-cartRow__delColumn > * {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 3.6px;
  background-color: #3b3b3b;
  color: #fff;
  border: 2px solid #3b3b3b;
  padding: 6px;
  min-width: 125px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}

.ec-cartRow__delColumn > *.disabled {
  color: #c6c6c6;
  border: 2px solid #c6c6c6;
  background-color: #fff;
  cursor: default;
}

.ec-cartRow__amountUpDown {
  -webkit-box-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: flex;
}

.ec-cartRow__amountColumn {
  width: 18.5%;
  font-size: 1.3rem;
  font-weight: 700;
}

.ec-cartRow__amount {
  font-size: 2.3rem;
  text-align: center;
  vertical-align: middle;
}

.ec-cartRow__amountUpDown {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.ec-cartRow__amountDownButtonDisabled {
  cursor: default;
}

.ec-cartRow__amountDownButton__icon,
.ec-cartRow__amountUpButton__icon {
  background-color: #ededed;
  border-radius: 5px;
  width: 23px;
  line-height: 23px;
  text-align: center;
  display: inline-block;
}

.ec-cartRole__note {
  font-size: 1.3rem;
  letter-spacing: 2.6px;
  line-height: 2;
  margin-top: 34px;
  width: 100%;
}

.ec-cartRole__total {
  font-size: 2.6rem;
  letter-spacing: 5.2px;
  /* display: -webkit-box; */
  display: flex;
  /* -webkit-box-align: center; */
  align-items: center;
  /* -webkit-box-pack: end; */
  justify-content: flex-end;
  margin-top: 23px;
  width: 100%;
}

.ec-cartRole__totalAmount {
  font-size: 6.1rem;
  letter-spacing: 0px;
  margin-left: 36px;
}

.ec-cartRole__actionsBtn {
  display: flex;
  justify-content: center;
  margin-top: 107px;
  width: 100%;
}

.ec-cartRole__actionsBtn > * {
  margin-left: 35px;
  margin-right: 35px;
}

.c-checkbox {
  position: relative;
  padding-left: 50px;
  display: block;
}

.c-checkbox input {
  display: none !important;
}

.c-checkbox input:checked + span:after {
  content: "";
  position: absolute;
  left: 10px;
  width: 8px;
  height: 17px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-checkbox input:checked + span:before {
  background-color: #0075ff;
  border-color: #0075ff;
}

.c-checkbox span:before {
  content: "";
  position: absolute;
  left: 0mm;
  width: 32px;
  height: 32px;
  border-radius: 7px;
  border: 2px solid #707070;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #fff;
}

.c-address select {
  border: 2px solid #474033;
  background-color: #fff;
  height: 52px;
  letter-spacing: 3.2px;
  color: #191816;
  padding: 5px 30px;
  padding-right: 50px;
  width: 100%;
}

.c-address__field {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}

.c-address__field label {
  font-size: 1.9rem;
  letter-spacing: 3.8px;
  padding-top: 16px;
  width: 24%;
  min-width: 180px;
}

.c-address__field .c-select {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.c-address__field .c-select:after {
  right: 33px;
}

.c-address__field:not(:first-child) {
  margin-top: 56px;
}

.c-cart {
  position: relative;
  border-radius: 5px 0 0 0;
  background-color: #fff;
  padding: 74px 9% 44px 6.4%;
}

.c-cart__label {
  font-size: 1.5rem;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 700;
  background-color: #00693E;
  border-radius: 5px 0 5px 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 25px 8px;
}

.c-cart__head,
.c-cart__footer {
  font-size: 2.3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  letter-spacing: 4.6px;
  font-weight: 700;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 16px;
}

.c-cart__head .title,
.c-cart__footer .title {
  line-height: 1.2;
}

.c-cart__head .btn,
.c-cart__footer .btn {
  border-radius: 5px;
  background-color: #3b3b3b;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 2.4px;
  flex-shrink: 0;
  align-self: flex-start;
  padding: 5.5px 26px;
}

.c-cart__footer {
  margin-top: 103px;
}

.c-cart__body {
  margin-bottom: 38px;
}

.c-cart__body .product {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #c6c6c6;
  padding-top: 28px;
}

.c-cart__body .productThumb {
  border-radius: 10px;
  overflow: hidden;
  width: 94px;
  height: 102px;
  flex-shrink: 0;
  margin-bottom: 38px;
  align-self: flex-start;
}

.c-cart__body .productThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit:cover;object-position:center";
}

.c-cart__body .productContent {
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-left: 6.5%;
  margin-bottom: 38px;
}

.c-cart__body .productContent .name {
  font-size: 1.7rem;
  letter-spacing: 3.4px;
  display: block;
  margin-top: -2px;
  margin-bottom: 13px;
}

.c-cart__body .productContent .info {
  font-size: 1.5rem;
  letter-spacing: 3px;
  line-height: 1.6;
}

.c-cart__body .productContent .info > * {
  display: block;
}

.c-cart__body .productContent .price {
  text-align: right;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.136;
  margin-top: 10px;
  letter-spacing: 4.4px;
  margin-right: -4px;
}

.c-cart__price {
  margin-left: 0px;
  margin-right: -10px;
  padding-left: 60px;
}

.c-cart__price dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: none;
  margin-bottom: 17px;
}

.c-cart__price dl dt {
  font-size: 1.7rem;
  letter-spacing: 3.4px;
  padding: 0;
  font-weight: 500;
  min-height: 0;
  background: none;
  border-right: none;
  width: 40%;
}

.c-cart__price dl dd {
  font-size: 1.7rem;
  letter-spacing: 3.4px;
  padding: 0;
  text-align: right;
}

.c-cart__price dl.total dt {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1.8;
}

.c-cart__price dl.total dd {
  font-size: 2.3rem;
  letter-spacing: 4.6px;
}

@media only screen and (max-width: 768px) {
  .c-listPd--slide {
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
  }
  .c-listPd__arrows > * {
    width: 25px;
    height: 25px;
  }
  .c-listPd__arrows > * svg {
    width: 8px;
  }
  .c-listPd--slide .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
  }
  .c-listPd__item .content .star {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .c-listPd__item .content .title {
    letter-spacing: 0;
    font-size: 1.4rem;
  }
  .c-listPd__item .content .price {
    letter-spacing: 1px;
    margin-top: 10px;
  }
  .c-listPd__item .content .star > * {
    margin: 0 2px;
    width: 10px;
  }
  .c-detailPd {
    display: block;
  }
  .c-detailPd--ad .c-detailPd__image {
    width: 100%;
  }
  .c-detailPd--ad .c-detailPd__info {
    width: 100%;
    padding-left: 0;
  }
  .c-detailPd__image .slide-item {
    height: auto;
    height: 96vw;
  }
  .c-detailPd__image {
    margin-bottom: 20px;
  }
  .c-detailPd__info .cat {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .c-detailPd__info .cat > * {
    margin-right: 8px;
  }
  .c-detailPd__info .cat > *:not(:first-child):before {
    margin-right: 5px;
  }
  .c-detailPd__info .name {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .c-detailPd__info .star {
    margin-top: 10px;
  }
  .c-detailPd__info .star > * {
    width: 16px;
  }
  .c-detailPd__info .star > *:not(:first-child) {
    margin-left: 2px;
  }
  .c-detailPd__info .action > * {
    margin-bottom: 10px;
  }
  .c-detailPd--ad .c-detailPd__info .action {
    padding-bottom: 10px;
    border-bottom-width: 1px;
  }
  .c-detailPd__info .addToCard {
    margin-top: 30px;
  }
  .c-detailPd__info .addToCard ul li dt {
    font-size: 1.5rem;
    letter-spacing: 0;
    width: 18%;
  }
  .c-detailPd__info .addToCard ul li dd {
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
  .c-detailPd__info .addToCard input,
  .c-detailPd__info .addToCard select {
    max-width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0;
    height: 35px;
    padding: 0 10px;
  }
  .c-detailPd__info .addToCard select {
    padding-right: 30px;
  }
  .c-select01:after {
    right: 10px;
  }
  .c-detailPd--ad .c-detailPd__info .addToCard ul li + li {
    margin-top: 20px;
  }
  .c-detailPd__info .addToCard ul li + li {
    margin-top: 20px;
  }
  .c-detailPd__info .addToCard .c-btn01 {
    margin-top: 30px;
  }
  .c-detailPd--ad .c-detailPd__info .addToCard .c-btn01 {
    margin-top: 30px;
  }
  .c-list1 .c-head01 {
    margin-bottom: 25px;
  }
  .c-list1 ul {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .c-list1 ul li:before {
    font-size: 2.2rem;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    -webkit-transform: translatey(9px);
    transform: translatey(9px);
  }
  .c-list1 ul li + li {
    margin-top: 30px;
  }
  .c-detailPd__image {
    width: 100%;
  }
  .c-detailPd__info {
    width: 100%;
    margin-left: 0;
  }
  .c-detailPd__info .parameter .title {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
  .c-detailPd__info .parameter .title span {
    font-size: 2rem;
    letter-spacing: 0;
    margin-right: 15px;
    vertical-align: middle;
  }
  .c-detailPd__info .parameter {
    margin-top: 35px;
    padding-bottom: 25px;
  }
  .c-detailPd__info .parameter .table {
    padding-bottom: 10px;
  }
  .c-detailPd__info .parameter .table::-webkit-scrollbar-thumb {
    border-width: 5px;
  }
  .c-detailPd__image .slideSub-item {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    margin-bottom: 10px;
    height: 19vw;
  }
  .c-detailPd__image .slideSub-item:nth-child(3n) {
    margin-right: 10px;
  }
  .c-detailPd__image .slideSub-item:nth-child(4n) {
    margin-right: 0;
  }
  .c-detailPd__image .slideSub {
    margin-top: 20px;
  }
  .c-banner {
    height: 240px;
  }
  .c-banner__title.concept,
  .c-banner__title.agreement,
  .c-banner__title.privacy,
  .c-banner__title.guide,
  .c-banner__title.tradelaw,
  .c-banner__title.login,
  .c-banner__title.activate,
  .c-banner__title.signup,
  .c-banner__title.signup_confirm,
  .c-banner__title.signup_complete,
  .c-banner__title.forgot,
  .c-banner__title.forgot_complete,
  .c-banner__title.forgot_reset,
  .c-banner__title.mypage_index,
  .c-banner__title.mypage_order_history,
  .c-banner__title.mypage_favorite,
  .c-banner__title.mypage_delivery,
  .c-banner__title.mypage_delivery_edit,
  .c-banner__title.mypage_change,
  .c-banner__title.withdrawing,
  .c-banner__title.withdrawing_confirm,
  .c-banner__title.withdrawing_complete,
  .c-banner__title.contact,
  .c-banner__title.contact_confirm,
  .c-banner__title.contact_complete,
  .c-banner__title.cart,
  .c-banner__title.shopping,
  .c-banner__title.shopping_complete,
  .c-banner__title.shipping,
  .c-banner__title.shipping_edit,
  .c-banner__title.history,
  .c-banner__title.product_detail,
  .c-banner__title.product_list,
  .c-banner__title.news,
  .c-banner__title.news_detail {
    font-size: 3.2rem;
    letter-spacing: 2px;
    padding-left: 0px;
  }
  .c-banner__title span {
    font-size: 1.8rem;
    margin: 0;
    padding-right: 0px;
  }
  .c-listPost__item {
    width: 48%;
    margin-right: 0;
    border-radius: 5px;
    margin-bottom: 25px;
  }
  .c-listPost {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .c-listPost__item .thumbCat .cat {
    font-size: 1.3rem;
    letter-spacing: 1px;
    min-width: 80px;
    padding: 4px;
    border-radius: 0 0 5px 0;
  }
  .c-listPost__item .thumbCat {
    height: 36vw;
  }
  .c-listPost__item .content .time {
    letter-spacing: 1px;
    margin-top: 6px;
  }
  .c-listPost__item .content .title {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .c-listPost__item .content .title:before {
    height: 3px;
    width: 15px;
    margin-right: 6px;
  }
  .c-listPost__item .content .text {
    margin-top: 10px;
    letter-spacing: 1px;
    font-size: 1.3rem;
  }
  .c-page > *.prev {
    margin-right: 20px;
  }
  .c-page > *.next {
    margin-left: 20px;
  }
  .c-page > * {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    font-size: 1.8rem;
    margin-left: 5px;
    margin-right: 5px;
  }
  .c-page > *.current {
    width: 32px;
    height: 32px;
    font-size: 2rem;
  }
  .c-page > *.prev,
  .c-page > *.next {
    width: 32px;
    height: 32px;
    font-size: 1.3rem;
  }
  .c-single__title {
    margin-top: 20px;
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
  .c-single__title .date {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .c-single__embed {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .c-single__thumb {
    border-radius: 5px;
    margin-bottom: 30px;
  }
  .c-single__cont h2 {
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
  .c-single__cont h2:before {
    width: 20px;
    height: 18px;
    margin-right: 6px;
  }
  .c-single__cont {
    letter-spacing: 1px;
  }
  .c-single__cont > p + p {
    margin-top: 25px;
  }
  .c-single__cont h3 {
    font-size: 1.6rem;
    letter-spacing: 1px;
    border-bottom-width: 1px;
    padding-bottom: 8px;
    margin-bottom: 25px;
  }
  .c-single__cont h3:before {
    height: 3px;
    width: 15px;
    margin-right: 8px;
  }
  .c-single__cont h3:not(:first-child) {
    margin-top: 40px;
  }
  .c-single__cont .box {
    flex-wrap: wrap;
  }
  .c-single__cont .box-img {
    text-align: center;
    width: 100%;
    margin-bottom: 14px;
  }
  .c-single__cont .box-text {
    margin-top: 0;
  }
  .c-prev,
  .c-next {
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
  }
  .c-navControl__side .c-prev {
    margin-right: 15px;
  }
  .c-navControl__side .c-next {
    margin-left: 15px;
  }
  .c-navControl__side {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .c-navControl {
    width: 280px;
  }
  .c-navControl__list {
    margin-top: 35px;
  }
  .c-faqs__item {
    border-width: 1px;
    padding: 0 18px;
    margin-bottom: 20px;
  }
  .c-faqs__item .question {
    padding: 20px 0;
    padding-top: 25px;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .c-faqs__item .question:before {
    width: 32px;
    height: 32px;
    font-size: 2rem;
    margin-top: -5px;
    margin-right: 15px;
  }
  .c-faqs__item .question:after {
    width: 22px;
    height: 22px;
    top: 26px;
    right: 0;
  }
  .c-faqs__item .anwser:before {
    width: 32px;
    height: 32px;
    font-size: 2rem;
    /* top: 0; */
  }
  .c-faqs__item .anwser {
    padding-left: 50px;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .c-faqs__item .anwser .evaluate > * {
    font-size: 1.6rem;
    min-width: 65px;
    padding: 1px 10px;
  }
  .c-faqs__item .anwser .evaluate > * img {
    width: 14px;
  }
  .c-form01 select {
    height: 40px;
    border-width: 1px;
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
  .c-select:after {
    width: 8px;
    height: 8px;
    border-width: 2px;
    right: 16px;
  }
  .c-keySearch input {
    border-width: 1px;
    height: 40px;
    letter-spacing: 1px;
    font-size: 1.3rem;
    padding-left: 40px;
  }
  .c-btSearch button {
    height: 40px;
    width: 40px;
  }
  .c-keySearch button {
    width: 40px;
  }
  .c-keySearch button img {
    width: 18px;
  }
  .c-step__inner {
    font-size: 1.8rem;
    letter-spacing: 0;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 200px;
    margin: auto;
    max-width: 100%;
  }
  .c-step__inner > * {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-step:after {
    left: 49%;
    right: unset;
    top: 20px;
    bottom: 20px;
    height: auto;
    border-right: 2px dashed #493f33;
  }
  .c-step--4 .c-step__inner > * {
    width: 100%;
  }
  .c-form02__actions {
    margin-top: 45px;
  }
  .c-form02__form {
    border-width: 1px;
  }
  .c-form02 dl dt {
    min-height: 0;
    font-size: 1.6rem;
    letter-spacing: 0;
    width: 100%;
    padding: 10px;
  }
  .c-form02 dl {
    flex-wrap: wrap;
  }
  .c-form02 dl dt .requried {
    font-size: 1.2rem;
    padding: 2px 8px;
    letter-spacing: 1px;
  }
  .c-form02 dl dd {
    padding: 15px 15px;
    letter-spacing: 1px;
  }
  .c-form02__listRadio {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-form02__listRadio > * {
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .c-form02 input,
  .c-form02 textarea,
  .c-form02 select {
    font-size: 1.4rem;
    letter-spacing: 1px;
    height: 38px;
  }
  .c-form02 textarea {
    height: 100px;
  }
  .c-form02 dl dd .note {
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-top: 6px;
  }
  .c-form02--confirm .c-form02__actions {
    margin-top: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .c-form02--confirm .c-form02__actions > * {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .c-form02 dl dd .halfInput span {
    width: 55px;
    padding-left: 0;
    text-align: center;
  }
  .c-form02 dl dd .halfInput > * {
    width: 50%;
  }
  .c-form02 input[type=checkbox] {
    width: 20px;
    height: 20px;
    align-self: flex-start;
  }
  .c-form02 .checkbox input {
    margin-right: 15px;
  }
  .c-form02__footer {
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin-top: 45px;
  }
  .c-form02 dl dd .postalField .search {
    font-size: 1.5rem;
    padding: 4px;
  }
  .c-form02 dl dd .postalNote {
    letter-spacing: 1px;
  }
  .c-form02__form--adjust .halfInput {
    width: 100%;
  }
  .c-form02__form--simple dl dt {
    padding: 0;
    margin-bottom: 10px;
  }
  .c-form02__form--simple dl dd {
    padding: 0;
  }
  .c-form02__form--simple dl:not(:last-child) {
    margin-bottom: 25px;
  }
  .c-form02 dl dd .note2 {
    letter-spacing: 0px;
    margin-top: 8px;
  }
  .c-form02 dl dd .note2.mt1 {
    margin-top: 8px;
  }
  .c-form02__form--simple input,
  .c-form02__form--simple select {
    border-width: 1px;
  }
  .c-form02__form--simple select {
    padding-right: 30px;
  }
  .c-form02__form--simple .c-select:after {
    right: 15px;
    width: 8px;
    height: 8px;
  }
  .c-radio {
    letter-spacing: 1px;
  }
  .c-radio input + span:before {
    width: 18px;
    height: 18px;
  }
  .c-radio input + span:after {
    width: 12px;
    height: 12px;
  }
  .c-radio input + span {
    padding-left: 30px;
    display: inline-block;
  }
  .c-content1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .c-content1__left {
    width: 30%;
    padding: 10px;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .c-content1__right .c-introPost {
    height: 100%;
  }
  .c-avatar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    max-width: 100%;
  }
  .c-avatar__thumb {
    max-width: 100%;
    border-width: 1px;
    margin-right: 0;
    width: 80px;
  }
  .c-avatar__name {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin-top: 5px;
  }
  .c-avatar__name .num {
    font-size: 1.3rem;
    margin-top: 5px;
  }
  .c-introPost__label {
    padding: 2px 8px;
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
  .c-introPost__list {
    height: 104px;
    padding: 20px 3px;
    padding-bottom: 0;
  }
  .c-introPost__list dl dt {
    font-size: 1.3rem;
    letter-spacing: 1px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2px;
  }
  .c-introPost__list dl {
    display: block;
    padding: 8px 0;
  }
  .c-introPost__list dl dd {
    font-size: 1.3rem;
  }
  .c-introPost__list dl dd a {
    display: block;
    line-height: 1.4;
  }
  .c-nav02__item .head {
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  .c-nav02__item .head .en {
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
  .c-nav02 .nav a {
    padding: 2px 0;
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
  .c-nav02 .nav--num a {
    padding-right: 25px;
  }
  .c-nav02 .nav a .num {
    font-size: 1.2rem;
  }
  .c-nav02 .nav li + li {
    margin-top: 0;
  }
  .c-nav02 .nav a:after {
    width: 5px;
    height: 5px;
  }
  .c-nav02__item {
    border-bottom-width: 1px;
    padding-bottom: 20px;
  }
  .c-nav02__item + .c-nav02__item {
    margin-top: 25px;
  }
  .c-nav02 .products > * {
    margin-bottom: 10px;
  }
  .c-nav02--sp1 .c-nav02__item {
    padding-bottom: 20px;
  }
  .c-nav02--sp1 .c-nav02__item + .c-nav02__item {
    margin-top: 25px;
  }
  .c-listPd .c-listPd__list > * {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
  }
  .c-listPd .c-listPd__list > *:nth-child(3n) {
    margin-right: 15px;
  }
  .c-listPd .c-listPd__list > *:nth-child(2n) {
    margin-right: 0;
  }
  .c-listPd--list .c-listPd__item {
    margin-bottom: 25px;
    border-radius: 8px;
  }
  .c-listPd__list__item {
    margin-bottom: 25px;
  }
  .c-listPd--list .c-listPd__item .content .title {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
  .c-listPd--list .c-listPd__item .content .price {
    font-size: 1.8rem;
    letter-spacing: 1.5px;
  }
  .c-listPd .c-listPd__list--5c .c-listPd__item {
    margin-bottom: 25px;
  }
  .c-listPd .c-listPd__list--5c .c-listPd__item .content .price {
    margin-top: 5px;
  }
  .c-listPd .c-listPd__list--5c > *:nth-child(5n) {
    margin-right: 15px;
  }
  .c-listPd .c-listPd__list--5c > *:nth-child(2n) {
    margin-right: 0;
  }
  .c-product__thumb {
    width: 75px;
    margin-right: 12px;
  }
  .c-product__sum {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
  .c-product__sum .price {
    letter-spacing: 1.5px;
    font-size: 2rem;
    margin-top: 5px;
  }
  .c-mainvisual__slide .item {
    height: 40vw;
  }
  .c-mainvisual__over {
    font-size: 3.2rem;
    letter-spacing: 8px;
  }
  .c-mainvisual__slide .slick-dots li {
    height: 6px;
    width: 30px;
  }
  .c-navTab01__tab {
    flex-wrap: wrap;
  }
  .c-navTab01 {
    font-size: 1.4rem;
    letter-spacing: 1px;
    padding-bottom: 0;
  }
  .c-navTab01__tab > * {
    padding-bottom: 6px;
    margin-bottom: 6px;
    padding-top: 0;
    margin-top: 6px;
  }
  .c-navTab01__tab .is-active {
    border-bottom-width: 2px;
  }
  .c-navTab01__control {
    align-self: flex-start;
    margin-top: 8px;
  }
  .c-navTab01__control .c-prev {
    margin-right: 15px;
  }
  .c-mainvisual__slide .slick-dots li button {
    padding: 0;
  }
  .c-mainvisual__slide .slick-dots li button {
    padding: 0;
  }
  .c-forums > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .c-forums__item .c-avatar {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .c-forums__item .c-avatar__name {
    text-align: left;
  }
  .c-forums__item .sum {
    padding: 10px 15px;
  }
  .c-forums__item .sum .c-avatar__thumb {
    width: 90px;
    margin-right: 20px;
  }
  .c-forums__item .content {
    padding: 20px 15px;
  }
  .c-forums__item .content .title {
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin-bottom: 4px;
  }
  .c-forums__item .content .text {
    letter-spacing: 1px;
  }
  .c-forums__item .content .actions {
    flex-wrap: wrap;
    font-size: 1.3rem;
    margin-top: 20px;
  }
  .c-forums__item .content .actions > * {
    font-size: 1.3rem;
    min-width: 100px;
    height: 30px;
  }
  .c-forums__item .content .actions > * i {
    font-size: 1.8rem;
  }
  .ec-cartRole__note {
    letter-spacing: 1px;
    line-height: 1.8;
    margin-top: 25px;
  }
  .ec-cartRole__total {
    font-size: 2rem;
    letter-spacing: 1px;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: flex-end;
  }
  .ec-cartRole__totalAmount {
    font-size: 3.6rem;
    margin-left: 20px;
  }
   .ec-cartRole .ec-cartRole__actions {
    width: 100%;
    display: flex;
  }
  .ec-cartRole__actionsBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 35px;
  }
  .ec-cartRole__actionsBtn > *:not(:first-child) {
    margin-top: 15px;
  }
  .ec-cartRow__contentColumn {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .ec-cartRow__summary {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 6px;
    padding-left: 0;
  }
  .ec-cartRow__img {
    width: 80px !important;
    height: 80px !important;
    max-width: 100% !important;
    padding-right: 0px !important;
  }
  .ec-cartRow__contentColumn {
    font-size: 1.2rem !important;
    letter-spacing: 0;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    width: 18.5%;
  }
  .ec-cartRow__priceColumn,
  .ec-cartRow__subtotalColumn {
    font-size: 1.2rem;
    letter-spacing: 0;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    width: 18.5%;
  }
  .ec-cartRow__delColumn > * {
    font-size: 1.4rem;
    letter-spacing: 0;
    min-width: 30px;
    padding: 3px 2px;
    border-width: 1px;
  }
  .ec-cartRow > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ec-cartRow__amount {
    font-size: 1.7rem;
    width: 100%;
  }
  .input_quantity {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    height: 39px;
  }
  .ec-cartRow__amountUpDown {
    flex-direction: column;    margin-left: 0px;
  }
  .ec-cartRow__amountDownButton__icon,
  .ec-cartRow__amountUpButton__icon {
    width: 20px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .ec-cartHeader .ec-cartHeader__label {
    width: 18.5%;
    padding: 10px 5px;
    font-size: 1.3rem;
    letter-spacing: 0;
    border-width: 1px;
  }
  .ec-cartRow > * {
    border-width: 1px;
  }
  .ec-cartRow__delColumn > *.disabled {
    border-width: 1px;
  }
  /* .ec-cartHeader .ec-cartHeader__label:first-child {
    width: 26%;
  } */
  .ec-cartRow > *:first-child {
    width: 26%;
  }
  .c-cart {
    padding: 60px 15px;
    padding-bottom: 25px;
  }
  .c-cart__head,
  .c-cart__footer {
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding-bottom: 12px;
  }
  .c-cart__head .btn,
  .c-cart__footer .btn {
    letter-spacing: 1px;
    padding: 4px 20px;
    border-radius: 3px;
  }
  .c-cart__body .productThumb {
    align-self: flex-start;
  }
  .c-cart__body .productContent {
    padding-left: 15px;
  }
  .c-cart__body .productContent .name {
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .c-cart__body .productContent .info {
    font-size: 1.3rem;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .c-cart__body .productContent .price {
    font-size: 2rem;
    letter-spacing: 1px;
    margin-top: 5px;
  }
  .c-cart__price dl {
    flex-wrap: nowrap;
  }
  .c-cart__price {
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
  }
  .c-cart__price dl dt {
    width: 40%;
    padding: 0;
  }
  .c-cart__price dl dd {
    padding: 0;
  }
  .c-cart__price dl.total dt {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .c-cart__price dl.total dd {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
  .c-cart__footer {
    margin-top: 60px;
  }
  .c-address__field label {
    font-size: 1.6rem;
    padding-top: 4px;
    letter-spacing: 1px;
    min-width: 130px;
  }
  .c-address__field:not(:first-child) {
    margin-top: 25px;
  }
  .c-address__field .c-select:after {
    right: 15px;
  }
  .c-checkbox {
    padding-left: 40px;
  }
  .c-checkbox span:before {
    width: 30px;
    height: 30px;
    top: -2px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top {
  background-color: #f7f5f2;
}

.p-top1 {
  margin-top: 170px;
}

.p-top1__inner {
  padding-top: 72px;
  background-color: #fff;
  border-radius: 30px;
  padding-bottom: 76px;
}

.p-top1 .slide {
  margin-top: 38px;
}

.p-top1 .slide .item {
  margin-left: 20px;
  margin-right: 20px;
  width: 466px;
  height: 278px;
}

.p-top1 .slide .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit:cover;object-position:center";
}

.p-top2 {
  padding-top: 182px;
}

.p-top2 .c-navTab01 {
  margin-top: 103px;
  margin-bottom: 70px;
}

.p-top3 {
  padding-top: 157px;
  padding-bottom: 127px;
}

.p-top3 .c-title01 {
  margin-bottom: 81px;
}

.p-top4 {
  padding-top: 150px;
  background-color: #fff;
  padding-bottom: 195px;
}

.p-top4 .c-title01 {
  margin-bottom: 71px;
}

@media only screen and (max-width: 768px) {
  .p-top1 {
    margin-top: 100px;
  }
  .p-top1__inner {
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px;
  }
  .p-top1 .slide {
    margin-top: 30px;
  }
  .p-top1 .slide .item {
    width: 220px;
    height: 130px;
  }
  .p-top2 {
    padding-top: 45px;
  }
  .p-top2 .c-navTab01 {
    margin-top: 30px;
    margin-bottom: 45px;
  }
  .p-top3 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .p-top3 .c-title01 {
    margin-bottom: 25px;
  }
  .p-top4 {
    padding-top: 30px;
    padding-bottom: 90px;
  }
  .p-top4 .c-title01 {
    margin-bottom: 25px;
  }
}
.p-detailPd1 {
  padding-top: 65px;
  background-color: #f7f5f2;
  padding-bottom: 73px;
}

.p-detailPd1__inner {
  background-color: #fff;
  padding: 36px 34px 61px;
  border-radius: 25px;
}

.p-detailPd2 {
  padding-top: 135px;
  padding-bottom: 172px;
}

.p-detailPd2__cont .item {
  letter-spacing: 3.2px;
  line-height: 1.8125;
  padding-top: 45px;
  padding-left: 1px;
  padding-right: 2px;
  display: none;
}

.p-detailPd2__cont .video {
  width: 66.6%;
  margin: auto;
  position: relative;
}

.p-detailPd2__cont .video .video-inner {
  padding-top: 64.5%;
}

.p-detailPd2__cont .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-detailPd2__cont .img {
  text-align: center;
}

.p-detailPd2__cont .mt1 {
  margin-top: 85px;
}

.p-detailPd2__cont .mt2 {
  margin-top: 125px;
}

.p-detailPd3 {
  background-color: #f7f5f2;
  padding-top: 95px;
  padding-bottom: 89px;
}

.p-detailPd4 {
  padding-top: 153px;
  padding-bottom: 154px;
}

.p-detailPd4 .c-title01 {
  margin-bottom: 72px;
}

.p-detailPd4__btn {
  text-align: center;
  margin-top: 92px;
}

@media only screen and (max-width: 768px) {
  .p-detailPd4 {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .p-detailPd4 .c-title01 {
    margin-bottom: 40px;
  }
  .p-detailPd4__btn {
    margin-top: 40px;
  }
  .p-detailPd3 {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .p-detailPd2 {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .p-detailPd2__cont .item {
    letter-spacing: 0;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-detailPd2__cont .mt2 {
    margin-top: 45px;
  }
  .p-detailPd2__cont .mt1 {
    margin-top: 30px;
  }
  .p-detailPd2__cont .video {
    width: 80%;
  }
  .p-detailPd2__cont .video .video-inner {
    padding-top: 57%;
  }
  .p-detailPd1 {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .p-detailPd1__inner {
    padding: 15px;
    padding-bottom: 20px;
    border-radius: 12px;
  }
}
.p-blog1 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.p-blog1 .c-nav01 {
  margin-top: 86px;
  margin-bottom: 120px;
}

.p-blog1 .c-page {
  margin-top: 22px;
}

@media only screen and (max-width: 768px) {
  .p-blog1 {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .p-blog1 .c-nav01 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.p-single1 {
  padding-top: 110px;
  padding-bottom: 165px;
}

.p-single1 .c-navControl {
  margin-top: 53px;
}

@media only screen and (max-width: 768px) {
  .p-single1 {
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .p-single1 .c-navControl {
    margin-top: 60px;
  }
}
.p-concept1 {
  background-color: #f6f5f1;
  padding-top: 110px;
  padding-bottom: 136px;
}

.p-concept1__sum .sub-title {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  margin-top: 47px;
  letter-spacing: 4.6px;
  margin-bottom: 78px;
}

.p-concept1__sum .thumb {
  text-align: center;
  margin-bottom: 67px;
}

.p-concept1__sum .content {
  line-height: 2.27;
  font-size: 1.8rem;
  letter-spacing: 3.6px;
}

.p-concept2 {
  padding-top: 101px;
  padding-bottom: 175px;
  line-height: 2.27;
  font-size: 1.8rem;
  letter-spacing: 3.6px;
}

.p-concept2 .c-head01 {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-concept2 .img1 {
  height: 640px;
  position: relative;
}

.p-concept2 .img1 .circle {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}

.p-concept2 .img1 .circle:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-concept2 .img1 .circle img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit:cover;object-position:center";
}

.p-concept2 .img1 .circle:nth-child(1) {
  width: 24.3%;
  top: 2%;
  left: 0;
}

.p-concept2 .img1 .circle:nth-child(2) {
  bottom: 0;
  left: 17.5%;
  width: 29.5%;
}

.p-concept2 .img1 .circle:nth-child(3) {
  width: 50%;
  right: 0;
  top: 0;
}

.p-concept2 .img2 {
  height: 545px;
}

.p-concept2 .img2:after {
  content: "";
  display: block;
  clear: both;
}

.p-concept2 .img2 > * {
  float: left;
  border-radius: 20px;
  overflow: hidden;
}

.p-concept2 .img2 > *:nth-child(1) {
  width: 38.1%;
  height: 100%;
  margin-right: 2.7%;
}

.p-concept2 .img2 > *:nth-child(2) {
  margin-right: 2.7%;
  width: 26.5%;
  height: 47.5%;
  margin-bottom: 32px;
}

.p-concept2 .img2 > *:nth-child(3) {
  width: 30%;
  height: 47.5%;
  margin-bottom: 32px;
}

.p-concept2 .img2 > *:nth-child(4) {
  width: 59.2%;
  height: 47%;
  height: calc(52.5% - 32px);
}

.p-concept2 .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit:cover;object-position:center";
}

.p-concept2 .mt1 {
  margin-top: 56px;
}

.p-concept2 .mt2 {
  margin-top: 116px;
}

.p-concept2 .mb1 {
  margin-bottom: 62px;
}

@media only screen and (max-width: 768px) {
  .p-concept1 {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .p-concept1__sum .sub-title {
    font-size: 1.8rem;
    letter-spacing: 2px;
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .p-concept1__sum .thumb {
    margin-bottom: 30px;
  }
  .p-concept1__sum .content {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  .p-concept2 {
    padding-top: 30px;
    font-size: 1.5rem;
    letter-spacing: 1px;
    padding-bottom: 100px;
  }
  .p-concept2 .c-head01 {
    margin-bottom: 25px;
  }
  .p-concept2 .mb1 {
    margin-bottom: 30px;
  }
  .p-concept2 .img1 {
    height: 60vw;
  }
  .p-concept2 .mt1 {
    margin-top: 25px;
  }
  .p-concept2 .mt2 {
    margin-top: 35px;
  }
  .p-concept2 .img2 {
    height: 65vw;
  }
  .p-concept2 .img2 > * {
    border-radius: 10px;
  }
  .p-concept2 .img2 > *:nth-child(2) {
    margin-bottom: 2.5vw;
  }
  .p-concept2 .img2 > *:nth-child(3) {
    margin-bottom: 2.5vw;
  }
  .p-concept2 .img2 > *:nth-child(4) {
    height: calc(52.5% - 2.5vw);
  }
}

/* カスタマイズで追加 */
.p-concept2 .l-container #regist strong,
.p-concept2 .l-container #order strong,
.p-concept2 .l-container #product strong,
.p-concept2 .l-container #payment strong,
.p-concept2 .l-container #delivery strong,
.p-concept2 .l-container #return strong {
  padding-bottom: 30px;
}

.p-faq1 {
  padding-bottom: 160px;
}

.p-faq1 .c-form01 {
  margin-bottom: 68px;
}

.p-faq1 .c-nav01 {
  margin-bottom: 92px;
}

@media only screen and (max-width: 768px) {
  .p-faq1 .c-form01 {
    margin-bottom: 35px;
  }
  .p-faq1 .c-nav01 {
    margin-bottom: 30px;
  }
  .p-faq1 {
    padding-bottom: 80px;
  }
}
.p-contact1 {
  padding-top: 110px;
}

.p-contact1 .c-step {
  margin-top: 107px;
}

.p-contact1__head {
  padding-bottom: 132px;
}

.p-contact1__form {
  background-color: #f6f5f1;
  padding-top: 98px;
  padding-bottom: 275px;
  margin-bottom: -91px;
}

.p-contact1__form .c-form02 {
  margin-top: 43px;
}

.p-contact1__formComplete .box {
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2.3rem;
  margin-top: 7px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 84px;
  padding-bottom: 78px;
  letter-spacing: 4.6px;
  line-height: 1.5217;
}

.p-contact1__formComplete .btn {
  margin-top: 101px;
}

.p-contact--complete .p-contact1__form {
  padding-bottom: 225px;
}

.p-contact--confirm .p-contact1__form {
  padding-bottom: 235px;
}

@media only screen and (max-width: 768px) {
  .p-contact1 {
    padding-top: 30px;
  }
  .p-contact1 .c-step {
    margin-top: 25px;
  }
  .p-contact1__head {
    padding-bottom: 20px;
  }
  .p-contact1__form {
    padding-top: 30px;
    padding-bottom: 200px;
  }
  .p-contact1__form .c-form02 {
    margin-top: 30px;
  }
  .p-contact--confirm .p-contact1__form {
    padding-bottom: 200px;
  }
  .p-contact1__formComplete .box {
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding: 20px 15px 25px;
    line-height: 1.8;
  }
  .p-contact1__formComplete .btn {
    margin-top: 45px;
  }
}
.p-category1 .l-wrap--sp {
  padding-bottom: 190px;
}

@media only screen and (max-width: 768px) {
  .p-category1 .l-wrap--sp {
    padding-bottom: 100px;
  }
}
.p-forum1 {
  padding-bottom: 165px;
}

.p-forum1 .c-nav01 {
  width: 909px;
  margin: auto;
  max-width: 100%;
  margin-top: 68px;
}

.p-forum1 .c-forums {
  margin-top: 80px;
}

.p-forum1 .c-page {
  margin-top: 97px;
}

@media only screen and (max-width: 768px) {
  .p-forum1 .c-page {
    margin-top: 45px;
  }
  .p-forum1 {
    padding-bottom: 100px;
  }
}
.p-signup1 {
  padding-top: 110px;
}

.p-signup1__head {
  padding-bottom: 107px;
}

.p-signup1__head .c-title01 {
  margin-bottom: 58px;
}

.p-signup1__head .sum {
  font-size: 2.3rem;
  line-height: 1.52;
  letter-spacing: 4.6px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 56px;
}

.p-signup1__head .note {
  font-size: 1.5rem;
  line-height: 1.66;
  letter-spacing: 3px;
}

.p-signup1__head .c-step {
  margin-top: 70px;
}

.p-signup1__form {
  background-color: #f7f5f2;
  padding-top: 98px;
  padding-bottom: 265px;
  margin-bottom: -90px;
}

.p-signup1__form .c-head01 {
  margin-bottom: 43px;
}

.p-signup1__form .c-head01:not(:first-child) {
  margin-top: 113px;
}

.p-signup--confirm .p-signup1__head {
  padding-bottom: 144px;
}

.p-signup--confirm .p-signup1__form .c-head01:not(:first-child) {
  margin-top: 86px;
}

@media only screen and (max-width: 768px) {
  .p-signup1 {
    padding-top: 30px;
  }
  .p-signup1__head .sum {
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  .p-signup1__head .c-title01 {
    margin-bottom: 25px;
  }
  .p-signup1__head .note {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .p-signup1__head .c-step {
    margin-top: 45px;
  }
  .p-signup1__head {
    padding-bottom: 25px;
  }
  .p-signup1__form {
    padding-top: 30px;
    padding-bottom: 200px;
  }
  .p-signup1__form .c-head01 {
    margin-bottom: 25px;
  }
  .p-signup1__form .c-head01:not(:first-child) {
    margin-top: 35px;
  }
  .p-signup--confirm .p-signup1__head {
    padding-bottom: 25px;
  }
  .p-signup--confirm .p-signup1__form .c-head01:not(:first-child) {
    margin-top: 30px;
  }
}
.p-cart {
  margin-bottom: -190px;
}

.p-cart1 {
  padding-top: 111px;
  padding-bottom: 100px;
}

.p-cart1__head .c-title01 {
  margin-bottom: 106px;
}

.p-cart1__content {
  background-color: #f7f5f2;
  margin-top: 107px;
  padding: 1px 0;
}

.p-cart1__contentCom {
  margin-top: 80px;
  margin-bottom: 239px;
}

.p-cart1__contentCom .box {
  text-align: center;
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
}

.p-cart1__contentCom .box .title {
  font-size: 3rem;
  line-height: 1.166;
  letter-spacing: 6px;
  margin-bottom: 24px;
}

.p-cart1__contentCom .box .img {
  margin-bottom: 27px;
}

.p-cart1__contentCom .box .content {
  letter-spacing: 3.2px;
  line-height: 2;
}

.p-cart1__contentCom .box p + p {
  margin-top: 32px;
}

.p-cart1__contentCom .btn {
  margin-top: 77px;
}


.p-cart1__contentOrders {
  margin-top: 76px;
  margin-bottom: 271px;
}

.p-cart1__contentOrders .sum {
  font-size: 2.3rem;
  letter-spacing: 4.6px;
  line-height: 1.52;
  text-align: center;
  margin-bottom: 62px;
  font-weight: 700;
}

.p-cart1__2c {
  display: -webkit-box;
  display: flex;
  /* -webkit-box-pack: justify; */
}

.p-cart1__delivery {
  display: flex;
  padding-left: 15%;
  padding-top: 113px;
  margin-bottom: 240px;
}

.p-cart1__delivery .c-form02__actions {
  width: 56%;
  margin-top: 179px;
}

.p-cart1__order {
  width: 39.5%;
}

.p-cart1__deliveryAddress {
  width: 55%;
}

.p-cart1__deliveryAddress .c-head01 {
  margin-bottom: 63px;
}

.p-cart1__deliveryAddress .ec-billing {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 5.2px;
  color: #484031;
  line-height: 1.11;
  margin-top: 48px;
}

.p-cart1__deliveryDate {
  margin-top: 146px;
  width: 55%;
}

.p-cart1__deliveryDate .c-head01 {
  margin-bottom: 111px;
}

.p-cart1__payment {
  padding-left: calc((100% - 1200px) / 2);
  padding-top: 113px;
  margin-bottom: 210px;
}

.p-cart1__payment .c-form02__actions {
  width: 56%;
  margin-top: 127px;
}

.p-cart1__paymentForm {
  width: 55%;
}

.p-cart1__paymentForm .c-head01 {
  margin-bottom: 63px;
}

.p-cart1__paymentForm .title-under {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 4.6px;
  line-height: 1.39;
  border-bottom: 1px solid #c6c6c6;
  margin-top: 59px;
  padding-bottom: 16px;
  margin-bottom: 64px;
}

.p-cart1__paymentNote {
  font-size: 1.3rem;
  letter-spacing: 2.6px;
  line-height: 1.46;
  margin-top: 100px;
}

.p-cart1__paymentNote p + p {
  margin-top: 20px;
}

.p-cart1__paymentNote .img {
  margin-top: 21px;
}

@media only screen and (max-width: 768px) {
  .p-cart1 {
    padding-top: 30px;
  }
  .p-cart1__head .c-title01 {
    margin-bottom: 30px;
  }
  .p-cart1__content {
    margin-top: 25px;
  }
  .p-cart1__contentOrders {
    margin-top: 30px;
    margin-bottom: 200px;
  }
  .p-cart1__contentOrders .sum {
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
  .p-cart1__contentCom .box {
    padding: 25px 15px;
    padding-top: 30px;
  }
  .p-cart1__contentCom .box .title {
    font-size: 2.2rem;
    letter-spacing: 1px;
    margin-bottom: 16px;
  }
  .p-cart1__contentCom .box .img {
    margin-bottom: 20px;
  }
  .p-cart1__contentCom .box .content {
    letter-spacing: 1px;
  }
  .p-cart1__contentCom .box p + p {
    margin-top: 25px;
  }
  .p-cart1__contentCom .box .img {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-cart1__contentCom .btn {
    margin-top: 45px;
  }
  .p-cart1__contentCom {
    margin-bottom: 200px;
    margin-top: 45px;
  }
  .p-cart1__delivery {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 200px;
  }
  .p-cart1__2c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .p-cart1__deliveryAddress {
    width: 100%;
  }
  .p-cart1__order {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-cart1__deliveryAddress .c-head01 {
    margin-bottom: 25px;
  }
  .p-cart1__deliveryAddress .ec-billing {
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin-top: 30px;
  }
  .p-cart1__deliveryAddress .ec-billing .c-checkbox span {
    display: inline-block;
    box-sizing: border-box;
  }
  .p-cart1__deliveryDate {
    width: 100%;
    margin-top: 60px;
  }
  .p-cart1__deliveryDate .c-head01 {
    margin-bottom: 25px;
  }
  .p-cart1__delivery .c-form02__actions {
    width: 100%;
    margin-top: 45px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .p-cart1__delivery .c-form02__actions > *:not(:first-child) {
    margin-top: 15px;
  }
  .p-cart1__payment {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
  .p-cart1__paymentForm {
    width: 100%;
  }
  .p-cart1__paymentForm .title-under {
    font-size: 1.7rem;
    letter-spacing: 1px;
    padding-bottom: 8px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .p-cart1__paymentForm .c-head01 {
    margin-bottom: 25px;
  }
  .p-cart1__paymentNote {
    letter-spacing: 1px;
    margin-top: 60px;
  }
  .p-cart1__payment .c-form02__actions {
    width: 100%;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .p-cart1__payment .c-form02__actions > *:not(:first-child) {
    margin-top: 15px;
  }
  #c-footer__menu-sp {
    line-height: 4;
    background-color: #3b3b3b;
    display: block;
  }
  #c-footer__menu-pc {
    display: none;
  }
  #c-footer__policy-sp {
    display: block;
    display: flex;
    flex-direction: column;
  }
  #c-footer__policy-sp1 {
    display: block;
  }
  #c-footer__policy-pc {
    display: none;
  }
  .menu-top-sp {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #c4c4c4;
  }
  .menu-top-sp li {
    width: 50%;
    text-align: left;
    padding: 0 4px;
  }
  .menu-top-sp li:first-child {
    border-right: 1px solid #c4c4c4;
  }
  .menu-bottom-sp {
    display: flex;
    justify-content: space-between;
  }
  .menu-bottom-sp1 {
    display: flex;
    justify-content: flex-start;
  }
  .footer-top-policy {
    display: flex;
    justify-content: space-between;
  }
  .footer-top-policy div {
    display: none;
  }
  .footer-bot-policy {
    display: flex;
    justify-content: center;
    margin: 0 40px;
  }
  .c-footer__menu .menu {
    border: 1px solid #c4c4c4;
  }
  .c-footer__menu .menu li span {
    border-bottom: 1px solid #c4c4c4;
  }
  .c-footer__menu .menu li span ul li {
    width: 50%;
    text-align: left;
    padding: 0 4px;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-left: none;
  }
  .c-footer__menu .menu li span ul li:nth-child(even) {
    border-right: none;
  }
  .c-footer__menu .menu li span ul li:nth-child(odd) {
    border-left: 0px;
  }
  .c-footer__menu .menu li span ul li:nth-last-child(2) {
    border-bottom: none;
  }
  #empLi:before {
    border-left: none;
  }
  .menu-bottom-sp a {
    width: 50%;
    text-align: left;
    padding: 0 4px;
  }
  .menu-bottom-sp #a-st {
    border-bottom: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-top: none;
  }
  .menu-bottom-sp #a-nd {
    border-bottom: 1px solid #c4c4c4;
  }
  .menu-bottom-sp #a-rd {
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
  }
  .menu-bottom-sp #a-rd1 {
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
  }
  .menu-bottom-sp #a-4th {
    border-bottom: 1px solid #c4c4c4;
  }
  .menu-bottom-sp #a-4th1 {
    border-bottom: 1px solid #c4c4c4;
  }
  .menu-bottom-sp #a-5th {
    border-right: 1px solid #c4c4c4;
  }
  .menu-bottom-sp #a-5th1 {
    border-right: 1px solid #c4c4c4;
  }
  .c-footer__menu .menu > li > *:last-child {
    margin-bottom: unset;
  }
  .c-footer__menu ul ul {
    margin: unset;
  }
  #c-footer__policy-sp {
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    /* border-left: 1px solid #c4c4c4 ; */
    border-top: 1px solid #c4c4c4;
  }
  .footer-top-policy li {
    border-left: 1px solid #c4c4c4;
    padding-right: 20px;
  }
  .footer-top-sp {
    border-left: 1px solid;
    display: flex;
    justify-content: center;
  }
  .footer-top-sp li :first-child {
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
  }
  .footer-top-sp a {
    width: 50%;
  }
  tr #odd-td:nth-child(even) {
    color: rgb(10, 2, 2);
  }
  tr #even-td:nth-child(odd) {
    color: #FFF;
  }
  .c-footer__menu .menu li span ul li:last-child {
    border-bottom: none;
  }
  .submenu {
    border-top: 1px solid #c4c4c4;
  }
  .c-detailPd__info .addToCard select {
    margin-left: unset;
  }
  .c-detailPd__info .addToCard ul li + li {
    margin-left: unset;
  }
  .c-detailPd__info .addToCard .c-btn01 {
    margin-left: unset;
  }
  .c-detailPd__info .addToCard input.w1 {
    width: 100%;
  }
  .addToCard {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
  }
  .addToCard ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .addToCard ul li .select #select_size {
    width: 215px;
  }
  #btn-tt {
    width: 215px;
  }
}
@media only screen and (max-width: 576px) {
  .c-detailPd__info .addToCard select {
    margin-left: unset;
  }
  .c-detailPd__info .addToCard ul li + li {
    margin-left: unset;
  }
  .c-detailPd__info .addToCard .c-btn01 {
    margin-left: unset;
  }
  .c-detailPd__info .addToCard input.w1 {
    width: 100%;
  }
  .addToCard {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
  }
  .addToCard ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
  }
  .addToCard ul li .select #select_size {
    width: 215px;
  }
  #btn-tt {
    width: 215px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.u-josefin {
  font-family: "Josefin Sans";
}

.u-center {
  text-align: center;
}

.u-bg1 {
  background-color: #f6f5f1;
}

.u-under {
  position: relative;
}

.u-under:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 1px solid #484031;
}


/* concept */
.about_page {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  /*animation*/
  /* ====================================================

  #main

  ==================================================== */
  /* ====================================================

  #benefit

  ==================================================== */
  /*#benefit::after{
    content: '';
    display: block;
    width: 295px;
    height: 222px;
    position: absolute;
    top:24%;
    left: 62.5%;
    background: url("../img/concept/benefit_img02.png") top right / contain no-repeat;
    z-index: 1;
  }*/
  /* ====================================================

  #user

  ==================================================== */
  /*#user .section_inner .voice_list::before{
    content: '';
    position: absolute;
    top:-225px;
    left: 0;
    display: block;
    width: 160px;
    height: 225px;
    background: url("../img/concept/illust01.png") bottom left / contain no-repeat;
  }*/
  /* ====================================================

  #feature

  ==================================================== */
  /* ====================================================

  #faq

  ==================================================== */
  /*#faq::after{
    content: '';
    display: block;
    position: absolute;
    bottom:0;
    right:20%;
    width: 440px;
    height: 250px;
    background: url("../img/concept/illust02.png") center center / cover no-repeat;
  }*/
  /* ====================================================

  #join

  ==================================================== */
  /* ====================================================

  #link

  ==================================================== */
  /* ====================================================

  footer

  ==================================================== */
  /* module
  ------------------------------------------------- */
}
@media only screen and (max-width: 1200px) {
  .about_page {
    font-size: 15px;
  }
}
@media only screen and (max-width: 800px) {
  .about_page {
    font-size: 14px;
  }
}
.about_page main h2 {
  font-size: 0;
  letter-spacing: -1000;
  width: 80%;
  max-width: 468px;
  aspect-ratio: 156/41;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 5;
}
.about_page main img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
.about_page main .btn03 {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 30px;
  border: solid 1px #00693E;
  outline: none;
  transition: all 0.2s ease;
  font-size: 19.2px;
}
.about_page main .btn03 span {
  position: relative;
  z-index: 100;
  display: block;
  padding: 10px 60px 10px 30px;
  background: #fff;
  border-radius: 30px;
  color: #00693E;
  transition: all 0.3s ease;
}
.about_page main .btn03 span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  z-index: 100;
  padding-right: 0.5em;
  font-size: 1.5em;
  color: #00693E;
  transition: all 0.3s ease;
}
.about_page main .btn03:hover {
  border-color: transparent;
}
.about_page main .pushright:before {
  content: "";
  position: absolute;
  z-index: 50;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #00693E;
}
.about_page main .pushright:hover span {
  background-color: #00693E;
  color: #fff;
  transform: translate(4px, 4px);
}
.about_page main .pushright:hover span::after {
  color: #fff;
}
.about_page main .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.about_page main .youtube iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 441px) {
  .about_page main h2 {
    margin: 0 auto 1.5rem;
  }
}
.about_page .a_fadeIn {
  animation: fadeInAnime 1.5s ease;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.about_page .box, .about_page .box-2, .about_page .box2, .about_page .box2-2, .about_page .box3, .about_page .box3-2 {
  opacity: 0;
}
.about_page .box.isAnimate, .about_page .box-2.isAnimate {
  animation: fadeInUp 1s ease;
  opacity: 1;
}
.about_page .box2.isAnimate, .about_page .box2-2.isAnimate {
  animation: fadeInUp 1.5s ease;
  opacity: 1;
}
.about_page .box3.isAnimate, .about_page .box3-2.isAnimate {
  animation: fadeInUp 2s ease;
  opacity: 1;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  35% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 1200px) {
  .about_page .box3.isAnimate, .about_page .box2-2.isAnimate {
    animation: fadeInUp 1s ease;
  }
  .about_page .box-2.isAnimate, .about_page .box3-2.isAnimate {
    animation: fadeInUp 1.5s ease;
  }
}
@media only screen and (max-width: 441px) {
  .about_page .box2.isAnimate, .about_page .box-2.isAnimate, .about_page .box3-2.isAnimate {
    animation: fadeInUp 1s ease;
  }
}
.about_page #main {
  width: 100%;
  position: relative;
}
.about_page #main .bg {
  position: relative;
}
.about_page #main .bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 4vw;
  max-width: 456px;
  height: 261px;
}
.about_page #main .title_area h1 {
  font-size: 0;
  letter-spacing: -1000;
}
@media only screen and (min-width: 1025px) {
  .about_page #main {
    overflow: hidden;
  }
  .about_page #main .bg {
    aspect-ratio: 16/7.73;
    background: url("../img/concept/main_pc.jpg") bottom left/cover no-repeat;
  }
  .about_page #main .bg::before {
    bottom: 3vw;
    width: 25vw;
    background: url("../img/concept/main_copy_pc.png") bottom left/contain no-repeat;
  }
  .about_page #main .title_area {
    position: absolute;
    top: 0;
    right: 10%;
    width: 24%;
    height: 100%;
    text-align: center;
    background: #ffffff;
  }
  .about_page #main .title_area > div {
    position: absolute;
    bottom: 30%;
    width: 100%;
    height: 70%;
    background: url("../img/concept/title01-pc.jpg") bottom center/contain no-repeat;
  }
  .about_page #main .title_area h1 {
    display: block;
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    background: url("../img/concept/title02-pc.jpg") top center/cover no-repeat;
  }
  .about_page #main .title_area a {
    display: block;
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    margin-right: -50%;
    background: #fff;
    color: #00693E;
    font-size: 1.2vw;
    font-weight: 700;
    padding: 0.5em 1.2em 0.7em;
    transition: 0.2s;
    letter-spacing: 0.05rem;
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
    border-radius: 0.4vw;
  }
  .about_page #main .title_area a:hover {
    background: #FFF67F;
    color: #00693E;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1);
  }
}
@media only screen and (max-width: 1024px) {
  .about_page #main .bg {
    height: 110vw;
    max-height: 768px;
    background: url("../img/concept/main_sp.jpg") bottom center/cover no-repeat;
  }
  .about_page #main .bg::before {
    width: 50vw;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/concept/main_copy_pc.png") center left/contain no-repeat;
  }
  .about_page #main .title_area {
    width: 100%;
  }
  .about_page #main .title_area > div {
    max-width: 460px;
    width: 60%;
    margin: -25% auto 0;
    aspect-ratio: 23/25;
    background: url("../img/concept/title01-sp.png") bottom center/contain no-repeat;
  }
  .about_page #main .title_area h1 {
    max-width: 460px;
    display: block;
    width: 60%;
    margin: 0 auto 80px;
    aspect-ratio: 23/6;
    background: url("../img/concept/title02-sp.jpg") top center/cover no-repeat;
  }
  .about_page #main .title_area a {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .about_page #main .title_area > div {
    width: 80%;
  }
  .about_page #main .title_area h1 {
    width: 80%;
    margin: 0 auto 60px;
  }
}
.about_page #benefit {
  position: relative;
  width: 100%;
  background: url("../img/concept/bg01.jpg") top left/80px repeat;
  padding: 100px 0 300px;
}
.about_page #benefit::before {
  content: "";
  display: block;
  /*width: 28.75%;
  aspect-ratio:552/396;*/
  width: 750px;
  aspect-ratio: 552/396;
  position: absolute;
  top: 1.5vw;
  right: 0;
  background: url("../img/concept/benefit_img01.png") bottom right/contain no-repeat;
  z-index: 1;
}
.about_page #benefit h2 {
  background: url("../img/concept/title_benefit.png") center center/contain no-repeat;
}
.about_page #benefit .benefit_list {
  width: 80%;
  max-width: 1000px;
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.about_page #benefit .benefit_list li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 4em;
  position: relative;
}
.about_page #benefit .benefit_list li:nth-child(1) {
  display: block;
}
.about_page #benefit .benefit_list li:nth-child(4) > div {
  width: 45%;
}
.about_page #benefit .benefit_list li:nth-child(4) > figure {
  width: 55%;
}
.about_page #benefit .benefit_list li > div {
  width: 55%;
}
.about_page #benefit .benefit_list li > figure {
  width: 45%;
}
.about_page #benefit .benefit_list li:nth-child(2) > figure {
  padding-left: 1rem;
  box-sizing: border-box;
}
.about_page #benefit .benefit_list li h3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  padding-right: 2.3rem;
}
.about_page #benefit .benefit_list li h3::before {
  content: "";
  display: block;
  width: 116px;
  aspect-ratio: 29/15;
  margin: 1rem 0;
}
.about_page #benefit .benefit_list li:nth-child(1) h3::before {
  background: url("../img/concept/bene01.png") center left/contain no-repeat;
}
.about_page #benefit .benefit_list li:nth-child(2) h3::before {
  background: url("../img/concept/bene02.png") center left/contain no-repeat;
}
.about_page #benefit .benefit_list li:nth-child(3) h3::before {
  background: url("../img/concept/bene03.png") center left/contain no-repeat;
}
.about_page #benefit .benefit_list li:nth-child(4) h3::before {
  background: url("../img/concept/bene04.png") center left/contain no-repeat;
}
.about_page #benefit .benefit_list li p {
  margin: 1em 0 1.2em;
  opacity: 0.8;
  font-size: 18.4px;
  letter-spacing: 0.05em;
  width: 100%;
  padding-right: 2em;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .about_page #benefit {
    padding: 0 0 300px;
  }
  .about_page #benefit::before {
    width: 100%;
    aspect-ratio: 64/25;
    position: relative;
    top: auto;
    right: auto;
    background: url("../img/concept/benefit_img01-sp.jpg") top center/contain no-repeat;
    z-index: 1;
    padding-bottom: 80px;
  }
  .about_page #benefit .benefit_list {
    max-width: 480px;
  }
  .about_page #benefit .benefit_list li {
    display: block;
  }
  .about_page #benefit .benefit_list li:nth-child(1) {
    display: block;
  }
  .about_page #benefit .benefit_list li:nth-child(4) > div, .about_page #benefit .benefit_list li:nth-child(4) > figure {
    width: 100%;
  }
  .about_page #benefit .benefit_list li > div, .about_page #benefit .benefit_list li > figure {
    width: 100%;
  }
  .about_page #benefit .benefit_list li:nth-child(2) > div {
    width: 100%;
  }
  .about_page #benefit .benefit_list li:nth-child(2) > figure {
    display: none;
  }
  .about_page #benefit .benefit_list li h3, .about_page #benefit .benefit_list li p {
    padding-right: 0;
  }
  .about_page .benefit_list li > div {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 441px) {
  .about_page #benefit {
    padding: 0 0 160px;
  }
  .about_page #benefit .benefit_list li h3 {
    font-size: 24px;
  }
  .about_page #benefit .benefit_list li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .about_page #benefit .benefit_list li h3::before {
    width: 80px;
  }
}
.about_page #user {
  position: relative;
  padding: 200px 0;
  margin-top: -200px;
  z-index: 2;
}
.about_page #user .section_background {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}
.about_page #user .section_background img {
  flex-shrink: 0;
  width: 100%;
  min-width: 2000px;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(100% calc(100% - 200px), 0 100%, 0 200px, 100% 0);
  background-color: #ddd;
}
.about_page #user .section_inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 3;
}
.about_page #user .section_inner h2 {
  width: 80%;
  max-width: 570px;
  aspect-ratio: 570/103;
  background: url("../img/concept/title_user-pc.png") center center/contain no-repeat;
  margin: 0 auto 3rem;
}
.about_page #user .section_inner .voice_list {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_page #user .section_inner .voice_list li {
  width: 32%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  box-sizing: border-box;
  margin-bottom: 40px;
  border-radius: 12px;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
}
.about_page #user .section_inner .voice_list li::before {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 50/64;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_page #user .section_inner .voice_list li:nth-child(odd)::before {
  background: url("../img/concept/man.png") center center/contain no-repeat;
}
.about_page #user .section_inner .voice_list li:nth-child(even)::before {
  background: url("../img/concept/woman.png") center center/contain no-repeat;
}
.about_page #user .section_inner .voice_list li span {
  font-size: 24px;
  font-weight: 700;
  color: #00693E;
}
@media only screen and (max-width: 1200px) {
  .about_page #user .section_inner {
    max-width: 800px;
  }
  .about_page #user .section_inner .voice_list li {
    width: 49%;
  }
}
@media only screen and (max-width: 600px) {
  .about_page #user .section_inner h2 {
    max-width: 468px;
    aspect-ratio: 468/147;
    background: url("../img/concept/title_user-sp.png") center center/contain no-repeat;
  }
  .about_page br.joint {
    display: none;
  }
}
@media only screen and (max-width: 441px) {
  .about_page #user .section_inner {
    width: 100%;
  }
  .about_page #user .section_inner h2 {
    width: 100%;
  }
  .about_page #user .section_inner .voice_list {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .about_page #user .section_inner .voice_list li {
    width: 100%;
  }
}
.about_page #feature h2 {
  background: url("../img/concept/title_feature.png") center center/contain no-repeat;
}
.about_page #feature h3 {
  font-size: 0;
  letter-spacing: -1000;
  width: 80%;
  max-width: 600px;
  aspect-ratio: 60/13;
  margin: 0 auto 1rem;
}
.about_page #feature > div {
  position: relative;
  padding: 30px 0 90px;
}
.about_page #feature div .flex {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.about_page #feature .item01 .flex {
  max-width: 1380px;
}
.about_page #feature div .flex > div, .about_page #feature div .flex > figure {
  width: 49%;
}
.about_page #feature .item01 .flex > div {
  width: calc(49% - 80px);
}
.about_page #feature .item01 .flex > figure {
  width: calc(49% + 80px);
}
.about_page #feature .item03 figure {
  margin-top: 1.2rem;
}
.about_page #feature .item03 figure img:nth-child(1) {
  width: 40%;
  display: block;
}
.about_page #feature .item03 figure img:nth-child(2) {
  width: 59%;
  display: block;
}
.about_page #feature .item01 h3 {
  background: url("../img/concept/item01_title.png") center center/contain no-repeat;
  z-index: 1;
  position: relative;
}
.about_page #feature .item02 h3 {
  background: url("../img/concept/item02_title.png") center center/contain no-repeat;
  z-index: 1;
  position: relative;
}
.about_page #feature .item03 h3 {
  background: url("../img/concept/item03_title.png") center center/contain no-repeat;
  z-index: 1;
  position: relative;
}
.about_page #feature .item01::before, .about_page #feature .item03::before {
  content: "";
  display: block;
  width: 77%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/concept/bg02.jpg") top left/80px repeat;
  /* z-index: -1; */
}
.about_page #feature .item02 .flex div img {
  width: 85%;
  max-width: 403px;
  margin: 0.5rem auto 0;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .about_page #feature div .flex {
    display: block;
  }
  .about_page #feature div .flex > div, .about_page #feature div .flex > figure, .about_page #feature .item03 figure img {
    margin: 0 auto 30px;
  }
  .about_page #feature .item01 .flex > div,
  .about_page #feature .item02 .flex > div,
  .about_page #feature .item03 .flex > div,
  .about_page #feature .item03 figure img:nth-child(1),
  .about_page #feature .item03 figure img:nth-child(3) {
    width: 80%;
    max-width: 500px;
  }
  .about_page #feature .item01 .flex > figure, .about_page #feature .item03 figure img:nth-child(2) {
    width: 80%;
    max-width: 800px;
  }
  .about_page #feature .item01::before, .about_page #feature .item03::before {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .about_page #feature > div {
    padding: 30px 0 45px;
  }
  .about_page #feature .item01 .flex > figure {
    max-width: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .about_page #feature h3 {
    max-width: 420px;
    aspect-ratio: 105/48;
  }
  .about_page #feature .item01 h3 {
    background: url("../img/concept/item01_title_sp.png") center center/contain no-repeat;
  }
  .about_page #feature .item02 h3 {
    background: url("../img/concept/item02_title_sp.png") center center/contain no-repeat;
  }
  .about_page #feature .item03 h3 {
    background: url("../img/concept/item03_title_sp.png") center center/contain no-repeat;
  }
}
@media only screen and (max-width: 441px) {
  .about_page #feature .item01 .flex > div,
  .about_page #feature .item02 .flex > div,
  .about_page #feature .item03 .flex > div {
    width: 100%;
  }
  .about_page #feature .item03 figure img:nth-child(1),
  .about_page #feature .item03 figure img:nth-child(3),
  .about_page #feature .item01 .flex > figure, .about_page #feature .item03 figure img:nth-child(2) {
    width: 90%;
  }
  .about_page #feature .item01::before, .about_page #feature .item03::before {
    width: 75%;
  }
}
.about_page #faq {
  position: relative;
  padding: 100px 0 160px;
}
.about_page #faq h2 {
  background: url("../img/concept/title_faq.png") center center/contain no-repeat;
}
.about_page #faq dl {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  background: #D9E9E2;
  border-radius: 30px;
  padding: 3rem 4rem 1rem;
  box-sizing: border-box;
  font-size: 19.2px;
}
.about_page #faq dl dt {
  position: relative;
  padding: 0.3em 0 0 3em;
  margin-bottom: 1em;
  font-weight: 700;
}
.about_page #faq dl dt::before {
  content: "Q";
  display: block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.4;
  font-size: 1.55em;
  color: #fff;
  font-weight: 700;
  background-color: #00693E;
  border-radius: 0.3em;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.about_page #faq dl dd {
  position: relative;
  padding: 0.3em 0 0 3em;
  margin-bottom: 2em;
}
.about_page #faq dl dd::before {
  content: "A";
  display: block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.4;
  font-size: 1.55em;
  color: #00693E;
  font-weight: 700;
  border: 2px solid #00693E;
  background: #fff;
  border-radius: 0.3em;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  box-sizing: border-box;
}
.about_page #faq br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .about_page #faq {
    padding: 80px 0 100px;
  }
  .about_page #faq dl {
    padding: 3rem 2rem 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .about_page #faq dl {
    font-size: 16px;
    padding: 2rem 2rem 1.5rem;
  }
  .about_page #faq dl dd {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 441px) {
  .about_page #faq br.sp {
    display: block;
  }
}
.about_page #join {
  position: relative;
  width: 100%;
  background: url("../img/concept/background-banner.png") center center/cover no-repeat;
  text-align: center;
  letter-spacing: 0.07em;
  padding: 100px 0 130px;
}
.about_page #join p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.7;
}
.about_page #join p span {
  font-size: 17.6px;
  font-weight: 500;
  display: block;
  margin-top: 0.5em;
}
.about_page #join .new-line {
  display: none;
}
.about_page #join a {
  display: block;
  color: #fff;
  background: #00693E;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.13em;
  outline: none;
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
  /*アニメーションの設定*/
  transition: all 0.3s;
}
.about_page #join a:hover {
  background: #26805B;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1);
}
.about_page #join br.sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .about_page #join .new-line {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .about_page #join {
    padding: 48px 0 60px;
    letter-spacing: 0.03em;
  }
  .about_page #join p {
    font-size: 16.8px;
  }
  .about_page #join p span {
    font-size: 12.8px;
  }
  .about_page #join a {
    font-size: 20px;
  }
  .about_page #join br.sp {
    display: block;
  }
}
.about_page #link .link_wrap {
  display: flex;
  align-items: center;
}
.about_page #link .link_wrap li {
  width: calc(50% - 1px);
  height: 100px;
  color: #00693E;
  box-sizing: border-box;
  position: relative;
  border: 2px solid #fff;
  transition: 0.3s;
}
.about_page #link .link_wrap li:nth-child(1) {
  background: url("../img/concept/eyes_banner.png") center center/contain no-repeat #F5F2E2;
}
.about_page #link .link_wrap li:nth-child(2) {
  background: url("../img/concept/movie_banner.png") center center/contain no-repeat #F5F2E2;
}
.about_page #link .link_wrap li:hover {
  opacity: 0.7;
}
.about_page #link .link_wrap li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.about_page #link .link_wrap li a p {
  font-size: 0;
}
@media only screen and (max-width: 1024px) {
  .about_page #link .link_wrap li {
    height: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .about_page #link .link_wrap {
    display: block;
  }
  .about_page #link .link_wrap li {
    width: 100%;
    height: 70px;
  }
}
.about_page footer .wrapper {
  width: 94%;
  max-width: 1060px;
  margin: 30px auto 60px;
  display: flex;
  justify-content: space-between;
}
.about_page footer .wrapper figure {
  width: 72%;
  max-width: 300px;
}
.about_page footer .wrapper div {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.about_page footer .wrapper div a {
  font-size: 1rem;
  font-weight: 700;
  border: 2px solid #000;
  border-radius: 8px;
  vertical-align: middle;
  padding: 1em 1.5em;
  line-height: 1;
  margin-left: 1em;
  transition: 0.2s;
}
.about_page footer .wrapper div a:hover {
  color: #07b53b;
  border: 2px solid #07b53b;
}
.about_page footer .wrapper div a i {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 0.25em;
}
.about_page footer .bottom_txt {
  color: #949494;
  font-size: 13px;
  text-align: center;
  margin-bottom: 1em;
}
.about_page footer .bottom_txt a {
  color: #949494;
  transition: 0.2s;
}
.about_page footer .bottom_txt a:hover {
  color: #666;
}
.about_page footer .bottom_txt span.del, .about_page footer .bottom_txt span.br {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .about_page footer .wrapper {
    margin: 30px auto 60px;
    display: block;
  }
  .about_page footer .wrapper figure {
    margin: 0 auto;
  }
  .about_page footer .wrapper div {
    margin: 1.5rem auto 0;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .about_page footer .wrapper div, .about_page footer .wrapper div a {
    display: block;
    text-align: center;
  }
  .about_page footer .wrapper div a {
    max-width: 300px;
    margin: 2em auto 0;
  }
}
@media only screen and (max-width: 414px) {
  .about_page footer .bottom_txt span.del {
    display: none;
  }
  .about_page footer .bottom_txt span.br {
    display: block;
  }
}
.about_page .pcon {
  display: block !important;
}
.about_page .spon {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .about_page .pcon {
    display: none !important;
  }
  .about_page .spon {
    display: block !important;
  }
}

/* 管理画面：ログイン画面CSS追加 */

.l-container.login {
  width: 1090px;
  margin: 0 auto;
  width: 100%;
}

.p-contact1.login {
  text-align: center;
}

div .p-contact1__head .login_message2 {
  margin-top: 20px;
}

/* 会員制サイトプラグインにてログイン画面に追加されるメッセージを非表示に */
#members-only-login .alert.alert-warning {
  display: none;
}

.ec-registerRole__actions.entry {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ec-registerRole__actions .entry_message{
  text-align: center;
  margin: 30px 0;
}

.ec-registerRole__actions .entry_message p {
  margin: 30px 0;
}

.p-signup1__head .note {
  margin-top: 30px;
}

/* 問い合わせ関連レイアウト調整 */

.p-contact1__formComplete{
  text-align: center;
}

.p-contact1__formComplete .signup_complete_message{
  margin-top: 30px;
  text-align: left;
}
.p-contact1__formComplete .signup_complete_message .note{
  margin-bottom: 30px;
}

.ec-borderedDefs input,
.ec-borderedDefs select,
.ec-borderedDefs textarea{
  font-size: 15px;
}

.ec-cartRow .ec-cartRow__contentColumn {
    border-bottom: none;
    padding: 10px 0;
    /* display: table; */
}
.ec-cartRow .ec-cartRow__contentColumn {
  display: flex !important;
  align-items: center;
  height: 100%;
  padding: 20px;
  padding-right: 0;
  padding-top: 21px;
}

/* すべての .ec-cartRow > *（li）に高さ100%を指定 */
.ec-cartRow > * {
  height: auto; /* 100% ではなく auto でOK */
  align-items: center;
  display: flex;
}


/* ヘッダーの調整 */
.ec-headerNaviRole__right > * {
  display: flex;
  gap: 30px; /* ナビ同士の間隔。お好みで調整 */
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media only screen and (max-width: 768px) {
    .nav-menu {
        display: none;
    }
}

.ec-headerIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  gap: 20px;
}

.ec-orderRole__detail {
  padding: 20px;
  width: 100%;
  background-color: white;
}

/* 購入フロー関連のレイアウト調整 */
.ec-orderAccount,
.ec-orderDelivery,
.ec-orderPayment{
  padding-bottom: 50px;
}

.c-head01 {
  padding-bottom: 20px;
}

#shopping-form {
  background-color: #f7f5f2;
}

.history_summary {
  background-color: #f7f5f2;
}

/* TOPページブロック用タイトル調整 */
.top_page_title {
  padding-top: 90px;
  padding-bottom: 30px;
}

.p-detailPd1__inner .parameter {
  text-align: center;
  margin-top: 60px;
  justify-content: center;
}

.p-detailPd1__inner .parameter .title {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 4px;
  margin-bottom: 22px;
}

.p-detailPd1__inner .parameter .title span {
  font-size: 2.5rem;
  letter-spacing: 7.5px;
  margin-right: 21px;
}

.c-form01 .c-select_category {
  width: 36%;
  flex-shrink: 0;
}


/* 商品一覧の商品カテゴリ表示非表示 */
#button1 {
    display: none;
}

@media only screen and (max-width: 768px) {
    #button1 {
        display: block;
        border: none;
        background: white;
    }
    #show_category {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    #show_category {
        display: block;
    }
}

/* ページネーションレイアウト修正 */
.c-page .last, .c-page .first {
    width: 100px;
}


/** ブログ記事のレイアウト調整　**/
.tabacms_widget h2,
.tabacms_widget h4 {
    font-size: 1.5em !important;
    margin-bottom: 16px;
    font-weight: bold;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.42857142;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 20px;
}

.input-group .btn {
    position: relative;
    z-index: 2;
    font-size: 1.5rem;
}

.tabacms_tagcloud_list .tabacms_tagcloud_1 {
    font-size: 1.6rem !important;
}

@media only screen and (min-width: 769px) {
    .l-container_cart {
        width: 1200px;
        margin: 0 auto;
    }
}


@media only screen and (max-width: 768px) {
    .l-container_cart {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .ec-cartRow__name {
      font-size: 1.2rem;
      letter-spacing: 0;
      font-weight: 700;
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .tabacms_thumbnail_wrapper .tabacms_thumbnail img{
      width: 100%;
      object-fit: fill;
      display: block;
      top: 0;
      left: 0;
    }
}

.tabacms_thumbnail_wrapper:before {
	content: "";
	display: block;
	padding-top: 1.25%;
}

.w-60 {
    width: 60% !important;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.tabathumb {
  text-align: center;
}


/*# sourceMappingURL=custom_style.css.map */
