html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  list-style: none;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote before,
blockquote after,
q before,
q after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
a {
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
:root {
  --design-w: 360;
  --design-ww: 1366;
}
body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #555;
  letter-spacing: 1px;
}
body.overflow-y {
  overflow: hidden;
}
a {
  color: #555;
}
a:visited {
  color: inherit;
}
section .inner {
  margin: 0 auto;
  width: calc(100vw * 1280 / var(--design-ww));
}
@media only screen and (max-width: 768px) {
  section .inner {
    width: calc(100vw * 300 / var(--design-w));
  }
}
#mv {
  width: 100%;
  max-width: 1366px;
  margin: 69px auto 0;
  background: url("../images/mv_bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  transition-duration: 1.5s;
}
@media only screen and (min-width: 1367px) {
  #mv {
    max-width: initial;
  }
}
@media only screen and (max-width: 1200px) {
  #mv {
    margin-top: 50px;
  }
}
#mv .inner {
  max-width: 966px;
  max-height: 653px;
  height: calc(100vw * 653 / var(--design-ww));
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1367px) {
  #mv .inner {
    max-height: initial;
    height: calc(100vw * 653 / var(--design-ww));
  }
}
@media only screen and (max-width: 768px) {
  #mv .inner {
    width: 100%;
    height: calc(100vw * 501 / var(--design-w));
    background-image: url("../images/mv_bg_sp.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    align-items: flex-start;
    justify-content: center;
  }
}
#mv .inner .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #mv .inner .text {
    margin-top: calc(100vw * 79 / var(--design-w));
  }
}
#mv .inner .text .logo {
  max-width: 390px;
  width: calc(100vw * 390 / var(--design-ww));
  transition-duration: 1.5s;
}
@media only screen and (max-width: 768px) {
  #mv .inner .text .logo {
    width: calc(100vw * 279 / var(--design-w));
  }
}
#mv .inner .text .tit {
  font-size: 22px;
  line-height: 50px;
  margin-top: 15px;
  transition-duration: 1.5s;
  position: relative;
  left: 10px;
}
@media only screen and (max-width: 1366px) {
  #mv .inner .text .tit {
    font-size: calc(100vw * 22 / var(--design-ww));
  }
}
@media only screen and (max-width: 768px) {
  #mv .inner .text .tit {
    margin-top: calc(100vw * 10.7 / var(--design-w));
    font-size: calc(100vw * 13 / var(--design-w));
  }
}
#mv .inner .mv {
  margin: calc(100vw * 69 / var(--design-ww)) auto 0;
  width: calc(100vw * 1051 / var(--design-ww));
}
@media only screen and (max-width: 768px) {
  #mv .inner .mv {
    width: calc(100vw * 410 / var(--design-w));
    margin-top: calc(100vw * 82 / var(--design-w));
  }
}
#today {
  background: url("../images/today_bg.png");
  background-size: 100% 100%;
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
@media only screen and (min-width: 1367px) {
  #today {
    max-width: initial;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #today {
    background-image: url("../images/today_bg_sp.png");
    background-size: 100%;
    background-repeat: no-repeat;
    top: calc(100vw * -40 / var(--design-w));
  }
}
#today:before {
  content: '';
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  width: 1366px;
  height: 60px;
  background: url("../images/today_before_bg.png");
  background-size: cover;
}
@media only screen and (min-width: 1367px) {
  #today:before {
    width: calc(100vw * 1366 / var(--design-ww));
    height: calc(100vw * 60 / var(--design-ww));
    top: calc(100vw * -60 / var(--design-ww));
  }
}
@media only screen and (max-width: 768px) {
  #today:before {
    display: none;
  }
}
#today .inner {
  max-width: 966px;
  margin: 0 auto;
  padding-top: 120px;
}
@media only screen and (max-width: 768px) {
  #today .inner {
    padding-top: calc(100vw * 100 / var(--design-w));
  }
}
#today .inner .tit {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 50px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #today .inner .tit {
    font-size: calc(100vw * 20 / var(--design-w));
    line-height: calc(100vw * 35 / var(--design-w));
    margin-bottom: calc(100vw * 42 / var(--design-w));
    letter-spacing: 0;
  }
}
#today .inner .content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 154px;
}
@media only screen and (max-width: 1366px) {
  #today .inner .content {
    padding-bottom: calc(100vw * 154 / var(--design-ww));
  }
}
@media only screen and (max-width: 768px) {
  #today .inner .content {
    flex-direction: column;
    padding-bottom: calc(100vw * 10 / var(--design-w));
  }
}
#today .inner .content .text {
  max-width: 481px;
  width: 100%;
}
#today .inner .content .text p {
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  #today .inner .content .text p {
    font-size: calc(100vw * 14 / var(--design-w));
    line-height: calc(100vw * 28 / var(--design-w));
  }
}
#today .inner .content .img {
  width: 485px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #today .inner .content .img {
    margin-top: calc(100vw * 70 / var(--design-w));
    width: 100%;
    height: calc(100vw * 276 / var(--design-w));
  }
}
#today .inner .content .img .img1 {
  width: 496px;
  position: absolute;
  top: 0;
  left: 188px;
  z-index: 2;
}
@media only screen and (max-width: 1366px) {
  #today .inner .content .img .img1 {
    width: calc(100vw * 496 / var(--design-ww));
    left: calc(100vw * 188 / var(--design-ww));
  }
}
@media only screen and (max-width: 768px) {
  #today .inner .content .img .img1 {
    width: calc(100vw * 217 / var(--design-w));
    right: 0;
    left: auto;
  }
}
#today .inner .content .img .img2 {
  width: 414px;
  position: absolute;
  top: 316px;
  left: 70px;
  z-index: 1;
}
@media only screen and (max-width: 1366px) {
  #today .inner .content .img .img2 {
    width: calc(100vw * 414 / var(--design-ww));
    top: calc(100vw * 316 / var(--design-ww));
    left: calc(100vw * 70 / var(--design-ww));
  }
}
@media only screen and (max-width: 768px) {
  #today .inner .content .img .img2 {
    width: calc(100vw * 196 / var(--design-w));
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
}
#point {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  #point {
    margin-top: 0;
  }
}
#point .inner {
  max-width: 966px;
}
@media only screen and (max-width: 768px) {
  #point .inner {
    width: 100%;
  }
}
#point .inner article .wrap {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  #point .inner article .wrap {
    width: calc(100vw * 300 / var(--design-w));
    margin: 0 auto;
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #point .inner article {
    background: url("../images/point_bg_sp.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: calc(100vw * 70 / var(--design-w));
  }
}
#point .inner article .point {
  font-size: 22px;
  line-height: 32px;
  color: #44a7a4;
}
@media only screen and (max-width: 768px) {
  #point .inner article .point {
    font-size: calc(100vw * 14 / var(--design-w));
    line-height: calc(100vw * 20 / var(--design-w));
  }
}
#point .inner article .tit {
  color: #222;
  padding-left: 25px;
  position: relative;
  padding-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #point .inner article .tit {
    padding-left: 0;
    padding-bottom: 0;
  }
}
#point .inner article .tit:before {
  content: '';
  background: #33a7a4;
  display: block;
  width: 2px;
  height: calc(100% + 5px);
  position: absolute;
  top: -5px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #point .inner article .tit:before {
    display: none;
  }
}
#point .inner article .tit .main {
  font-size: 30px;
  line-height: 60px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #point .inner article .tit .main {
    font-size: calc(100vw * 21 / var(--design-w));
    line-height: calc(100vw * 38 / var(--design-w));
    margin-top: calc(100vw * 12 / var(--design-w));
  }
  #point .inner article .tit .main span {
    background: linear-gradient(transparent 94%, #44a7a4 6%);
    padding-bottom: calc(100vw * 4 / var(--design-w));
  }
}
#point .inner article .tit .sub {
  font-size: 24px;
  line-height: 40px;
  margin-top: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #point .inner article .tit .sub {
    font-size: calc(100vw * 16 / var(--design-w));
    line-height: calc(100vw * 25 / var(--design-w));
    margin-top: calc(100vw * 12 / var(--design-w));
    letter-spacing: 0;
  }
}
#point .inner article .set {
  display: flex;
  justify-content: space-between;
  margin-left: 25px;
}
@media only screen and (max-width: 768px) {
  #point .inner article .set {
    flex-direction: column;
    margin-left: 0;
  }
}
#point .inner article .set .text p {
  max-width: 422px;
  font-size: 16px;
  line-height: 28px;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  #point .inner article .set .text p {
    width: 100%;
    max-width: initial;
    font-size: calc(100vw * 15 / var(--design-w));
    line-height: calc(100vw * 28 / var(--design-w));
    margin-top: calc(100vw * 35 / var(--design-w));
    letter-spacing: 0.001em;
  }
}
#point .inner article .set .img {
  max-width: 483px;
  object-fit: contain;
  position: relative;
  top: 68px;
}
@media only screen and (max-width: 768px) {
  #point .inner article .set .img {
    margin: calc(100vw * 48 / var(--design-w)) auto 0;
    width: 100%;
    top: auto;
  }
}
#point .inner article.point1 .tit {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #point .inner article.point1 .tit {
    margin-top: calc(100vw * 15 / var(--design-w));
  }
}
#point .inner article.point1 .set .text {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #point .inner article.point1 .set .text {
    width: 100%;
  }
}
#point .inner article.point1 .set .img {
  width: 46%;
  top: -60px;
}
@media only screen and (max-width: 768px) {
  #point .inner article.point1 .set .img {
    width: calc(100vw * 270 / var(--design-w));
    top: 0;
  }
}
#point .inner article.point2 {
  margin: 16px auto 80px;
  max-width: 786px;
}
@media only screen and (max-width: 768px) {
  #point .inner article.point2 {
    margin: calc(100vw * 63 / var(--design-w)) auto calc(100vw * 50 / var(--design-w));
  }
}
#point .inner article.point2 .set {
  margin: 0;
}
#point .inner article.point2 .set .text > p {
  margin-left: 25px;
  max-width: 771px;
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  #point .inner article.point2 .set .text > p {
    margin-left: 0;
    width: 100%;
    font-size: calc(100vw * 15 / var(--design-w));
    line-height: calc(100vw * 28 / var(--design-w));
  }
}
#point .inner article.point2 .set .text ul {
  max-width: 786px;
  margin-top: 34px;
}
@media only screen and (max-width: 768px) {
  #point .inner article.point2 .set .text ul {
    margin-top: calc(100vw * 40 / var(--design-w));
    display: flex;
    flex-direction: column;
    gap: calc(100vw * 30 / var(--design-w));
  }
}
#point .inner article.point2 .set .text ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#point .inner article.point2 .set .text ul li:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  #point .inner article.point2 .set .text ul li:nth-child(even) {
    flex-direction: column;
    gap: calc(100vw * 20 / var(--design-w));
  }
}
#point .inner article.point2 .set .text ul li:nth-child(even) p {
  width: 483px;
}
@media only screen and (max-width: 768px) {
  #point .inner article.point2 .set .text ul li:nth-child(even) p {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #point .inner article.point2 .set .text ul li {
    flex-direction: column;
    gap: calc(100vw * 20 / var(--design-w));
  }
}
#point .inner article.point2 .set .text ul li p {
  width: 406px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #point .inner article.point2 .set .text ul li p {
    width: 100%;
  }
}
#point .inner article.point2 .set .text ul li .img1 {
  width: 343px;
}
@media only screen and (max-width: 768px) {
  #point .inner article.point2 .set .text ul li .img1 {
    width: calc(100vw * 300 / var(--design-w));
  }
}
#point .inner article.point2 .set .text ul li .img2 {
  width: 278px;
}
@media only screen and (max-width: 768px) {
  #point .inner article.point2 .set .text ul li .img2 {
    width: calc(100vw * 230 / var(--design-w));
  }
}
#point .inner article.point3 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #point .inner article.point3 {
    padding-bottom: calc(100vw * 20 / var(--design-w));
  }
}
#point .inner article.point3 .tit .main {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #point .inner article.point3 .tit .main {
    margin-top: calc(100vw * 14 / var(--design-w));
  }
}
#point .inner article.point3 .tit .sub {
  margin-top: 3px;
}
@media only screen and (max-width: 768px) {
  #point .inner article.point3 .tit .sub {
    margin-top: calc(100vw * 10 / var(--design-w));
  }
}
#point .inner article.point3 .set .text p {
  max-width: 514px;
}
@media only screen and (max-width: 768px) {
  #point .inner article.point3 .set .text p {
    width: 100%;
  }
}
#point .inner article.point3 img {
  max-width: 478px;
  width: 46%;
  object-fit: contain;
  position: relative;
  top: -62px;
}
@media only screen and (max-width: 768px) {
  #point .inner article.point3 img {
    width: calc(100vw * 300 / var(--design-w));
    top: 0;
  }
}
#img {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1367px) {
  #img {
    max-width: initial;
  }
}
@media only screen and (max-width: 768px) {
  #img {
    display: none;
  }
}
#img img {
  width: 100%;
  object-fit: cover;
}
#product {
  background: #f5f0e2;
  background: linear-gradient(#f6eddc 0%, #f5f0e2 5%);
  position: relative;
}
#product:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -180px;
  left: 0;
  width: 100%;
  height: 208px;
  background: url("../images/about_before_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #product:after {
    display: none;
  }
}
#product .inner {
  padding-top: 130px;
  max-width: 1366px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #product .inner {
    background-image: url("../images/product_bg_sp.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: calc(100vw * 100 / var(--design-w));
  }
}
#product .inner > .tit {
  color: #866e51;
  display: flex;
  justify-content: center;
  align-items: center;
}
#product .inner > .tit:before,
#product .inner > .tit:after {
  content: '';
  width: 230px;
  height: 1px;
  background: #866e51;
  display: block;
  margin: 0 30px;
}
@media only screen and (max-width: 768px) {
  #product .inner > .tit:before,
  #product .inner > .tit:after {
    width: calc(100vw * 85 / var(--design-w));
    margin: 0 calc(100vw * 21 / var(--design-w));
  }
}
#product .inner > .tit .main {
  font-size: 35px;
  line-height: 33px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  #product .inner > .tit .main {
    font-size: calc(100vw * 25 / var(--design-w));
    line-height: calc(100vw * 33 / var(--design-w));
  }
}
#product .inner > .tit .main img {
  width: 124px;
}
@media only screen and (max-width: 768px) {
  #product .inner > .tit .main img {
    width: calc(100vw * 88 / var(--design-w));
  }
}
#product .inner > .tit .sub {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #product .inner > .tit .sub {
    font-size: calc(100vw * 10 / var(--design-w));
    line-height: calc(100vw * 25 / var(--design-w));
    position: relative;
    top: calc(100vw * -10 / var(--design-w));
  }
}
#product .inner .product {
  position: relative;
  margin-top: 72.9px;
}
@media only screen and (max-width: 768px) {
  #product .inner .product {
    margin-top: calc(100vw * 64.3 / var(--design-w));
  }
}
#product .inner .product .set {
  display: flex;
  gap: 40px;
  min-height: 478px;
}
@media only screen and (max-width: 768px) {
  #product .inner .product .set {
    flex-direction: column;
    align-items: center;
    gap: calc(100vw * 66.8 / var(--design-w));
  }
}
#product .inner .product .set img {
  max-width: 643px;
  width: calc(100vw * 643 / var(--design-ww));
  object-fit: cover;
}
@media only screen and (max-width: 1125px) {
  #product .inner .product .set img {
    width: calc(100vw * 583 / var(--design-ww));
  }
}
@media only screen and (max-width: 768px) {
  #product .inner .product .set img {
    width: calc(100vw * 300 / var(--design-w));
  }
}
#product .inner .product .set .text {
  margin-top: 35.9px;
  width: 564px;
  min-height: 202px;
}
@media only screen and (max-width: 768px) {
  #product .inner .product .set .text {
    margin-top: 0;
    width: calc(100vw * 300 / var(--design-w));
  }
}
#product .inner .product .set .text .top {
  display: flex;
  gap: 27.6px;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #product .inner .product .set .text .top {
    gap: calc(100vw * 27.6 / var(--design-w));
    margin-bottom: calc(100vw * 29 / var(--design-w));
  }
}
#product .inner .product .set .text .top .tag {
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #555;
  width: 139px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #product .inner .product .set .text .top .tag {
    font-size: calc(100vw * 16 / var(--design-w));
    line-height: calc(100vw * 24 / var(--design-w));
    width: calc(100vw * 139 / var(--design-w));
    height: calc(100vw * 34 / var(--design-w));
  }
}
#product .inner .product .set .text .top .num {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  #product .inner .product .set .text .top .num {
    font-size: calc(100vw * 16 / var(--design-w));
    line-height: calc(100vw * 28 / var(--design-w));
    letter-spacing: 0px;
  }
}
#product .inner .product .set .text .pname {
  font-size: 33px;
  line-height: 48px;
  font-weight: 500;
}
@media only screen and (max-width: 1125px) {
  #product .inner .product .set .text .pname {
    font-size: calc(100vw * 36 / var(--design-ww));
  }
}
@media only screen and (max-width: 768px) {
  #product .inner .product .set .text .pname {
    font-size: calc(100vw * 25 / var(--design-w));
    line-height: calc(100vw * 36 / var(--design-w));
  }
}
#product .inner .product .set .text .info {
  margin-top: 10px;
  font-size: 14px;
  line-height: 23px;
}
@media only screen and (max-width: 768px) {
  #product .inner .product .set .text .info {
    margin-top: calc(100vw * 15 / var(--design-w));
    font-size: calc(100vw * 14 / var(--design-w));
    line-height: calc(100vw * 23 / var(--design-w));
    letter-spacing: 0;
  }
}
#product .inner .block {
  position: absolute;
  padding: 35px 40px;
  box-sizing: border-box;
  top: 238px;
  right: 0;
  max-width: 723px;
  width: 70%;
  background: rgba(253,252,249,0.9);
}
@media only screen and (max-width: 768px) {
  #product .inner .block {
    position: relative;
    top: auto;
    width: calc(100vw * 340 / var(--design-w));
    padding: calc(100vw * 35 / var(--design-w)) calc(100vw * 20 / var(--design-w));
    margin: calc(100vw * 60 / var(--design-w)) auto 0;
  }
}
#product .inner .block .tit {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #product .inner .block .tit {
    margin-bottom: calc(100vw * 25 / var(--design-w));
  }
}
#product .inner .block .tit .sub {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #product .inner .block .tit .sub {
    font-size: calc(100vw * 14 / var(--design-w));
    line-height: calc(100vw * 18 / var(--design-w));
    text-align: center;
  }
}
#product .inner .block .tit .main {
  margin-top: 5px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #product .inner .block .tit .main {
    margin-top: calc(100vw * 15 / var(--design-w));
    font-size: calc(100vw * 24 / var(--design-w));
    line-height: calc(100vw * 35 / var(--design-w));
    text-align: center;
  }
}
#product .inner .block p {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  #product .inner .block p {
    font-size: calc(100vw * 15 / var(--design-w));
    line-height: calc(100vw * 28 / var(--design-w));
  }
}
#product .inner .recommend {
  max-width: 955px;
  width: calc(100vw * 1280 / var(--design-ww));
  margin: 108px auto 0;
  padding-bottom: 189.3px;
}
@media only screen and (max-width: 768px) {
  #product .inner .recommend {
    margin-top: calc(100vw * 57 / var(--design-w));
    padding-bottom: calc(100vw * 60 / var(--design-w));
  }
}
#product .inner .recommend p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #product .inner .recommend p {
    font-size: calc(100vw * 16 / var(--design-w));
    line-height: calc(100vw * 30 / var(--design-w));
  }
}
#product .inner .recommend ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  #product .inner .recommend ul {
    width: calc(100vw * 276 / var(--design-w));
    margin: calc(100vw * 25 / var(--design-w)) auto 0;
    flex-direction: column;
    gap: calc(100vw * 9 / var(--design-w));
  }
}
#product .inner .recommend ul li {
  max-width: 305px;
  width: calc(100% / 3);
  height: 36px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 6px 25px;
  background: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  #product .inner .recommend ul li {
    max-width: initial;
    width: 100%;
    height: calc(100vw * 32 / var(--design-w));
    padding: calc(100vw * 6 / var(--design-w)) calc(100vw * 25 / var(--design-w));
    border-radius: calc(100vw * 20 / var(--design-w));
    font-size: calc(100vw * 14 / var(--design-w));
  }
}
#product .inner .recommend ul li:before {
  content: '';
  display: block;
  width: 20px;
  height: 12.8px;
  margin-right: 15.3px;
  background: url("../images/ico_check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #product .inner .recommend ul li:before {
    width: calc(100vw * 19.7 / var(--design-w));
    height: calc(100vw * 12.8 / var(--design-w));
    margin-right: calc(100vw * 15.3 / var(--design-w));
  }
}
#about {
  max-width: 1366px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #about {
    background-image: url("../images/about_bg_sp.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: calc(100vw * 100 / var(--design-w));
  }
}
#about .inner {
  max-width: 966px;
}
#about .inner .view {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #about .inner .view {
    flex-direction: column;
  }
}
#about .inner .view img {
  width: 672px;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  #about .inner .view img {
    width: calc(100vw * 330 / var(--design-w));
    position: relative;
    left: calc(100vw * -30 / var(--design-w));
  }
}
#about .inner .view .block {
  position: absolute;
  right: 0;
  bottom: -134px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 556px;
  padding: 50px 60px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  filter: drop-shadow(5px 5px 16px rgba(139,130,126,0.28));
}
@media only screen and (max-width: 768px) {
  #about .inner .view .block {
    width: calc(100vw * 293 / var(--design-w));
    padding: calc(100vw * 40 / var(--design-w));
    border-radius: calc(100vw * 10 / var(--design-w));
    position: relative;
    right: calc(100vw * -30 / var(--design-w));
    top: calc(100vw * -63 / var(--design-w));
    bottom: auto;
    align-self: flex-end;
  }
}
#about .inner .view .block .catch {
  width: max-content;
  padding: 0 23px;
  font-size: 17px;
  font-weight: 500;
  border: 2px solid #555;
  border-radius: 25px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #about .inner .view .block .catch {
    height: calc(100vw * 25 / var(--design-w));
    padding: 0 calc(100vw * 16 / var(--design-w));
    font-size: calc(100vw * 12 / var(--design-w));
  }
}
#about .inner .view .block .name {
  font-size: 50px;
  line-height: 54px;
  font-weight: 500;
  color: #bc9a72;
  margin-top: 5px;
  padding: 0 39px 15px;
  border-bottom: 1px solid #bc9a72;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #about .inner .view .block .name {
    font-size: calc(100vw * 35 / var(--design-w));
    line-height: calc(100vw * 54 / var(--design-w));
    margin-top: calc(100vw * 5 / var(--design-w));
    padding: 0 calc(100vw * 59 / var(--design-w)) calc(100vw * 15 / var(--design-w));
  }
}
#about .inner .view .block p {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  #about .inner .view .block p {
    font-size: calc(100vw * 16 / var(--design-w));
    line-height: calc(100vw * 28 / var(--design-w));
  }
}
#about .inner .how {
  max-width: 786px;
  margin: 219px auto 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #about .inner .how {
    margin-top: calc(100vw * 17 / var(--design-w));
    width: calc(100vw * 300 / var(--design-w));
    flex-direction: column;
  }
}
#about .inner .how .text {
  width: 540px;
}
@media only screen and (max-width: 768px) {
  #about .inner .how .text {
    width: 100%;
  }
}
#about .inner .how .text .tit {
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  color: #988268;
  border-bottom: 1px solid #bc9a72;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #about .inner .how .text .tit {
    font-size: calc(100vw * 28 / var(--design-w));
    line-height: calc(100vw * 40 / var(--design-w));
    margin-bottom: calc(100vw * 20 / var(--design-w));
    padding-bottom: calc(100vw * 15 / var(--design-w));
  }
}
#about .inner .how .text p {
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  #about .inner .how .text p {
    font-size: calc(100vw * 15 / var(--design-w));
    line-height: calc(100vw * 28 / var(--design-w));
  }
}
#about .inner .how img {
  width: 222px;
}
@media only screen and (max-width: 768px) {
  #about .inner .how img {
    margin: calc(100vw * 22 / var(--design-w)) auto 0;
    width: calc(100vw * 180 / var(--design-w));
  }
}
#appeal {
  margin-top: 136.5px;
}
@media only screen and (max-width: 768px) {
  #appeal {
    margin-top: calc(100vw * 80 / var(--design-w));
  }
}
#appeal .inner {
  max-width: 966px;
}
@media only screen and (max-width: 768px) {
  #appeal .inner {
    width: 100%;
  }
}
#appeal .inner .tit {
  text-align: center;
  color: #222;
}
#appeal .inner .tit .sub {
  font-size: 38px;
  line-height: 50px;
  font-weight: 500;
}
@media only screen and (max-width: 850px) {
  #appeal .inner .tit .sub {
    font-size: calc(100vw * 38 / var(--design-ww));
    line-height: calc(100vw * 50 / var(--design-ww));
  }
}
@media only screen and (max-width: 768px) {
  #appeal .inner .tit .sub {
    font-size: calc(100vw * 17 / var(--design-w));
    line-height: calc(100vw * 45 / var(--design-w));
  }
}
#appeal .inner .tit .main {
  font-size: 45px;
  line-height: 85px;
  font-weight: 500;
}
@media only screen and (max-width: 850px) {
  #appeal .inner .tit .main {
    font-size: calc(100vw * 45 / var(--design-ww));
    line-height: calc(100vw * 85 / var(--design-ww));
  }
}
@media only screen and (max-width: 768px) {
  #appeal .inner .tit .main {
    font-size: calc(100vw * 23 / var(--design-w));
    line-height: calc(100vw * 40 / var(--design-w));
  }
}
#appeal .inner .tit .main span {
  font-size: 60px;
}
@media only screen and (max-width: 850px) {
  #appeal .inner .tit .main span {
    font-size: calc(100vw * 60 / var(--design-ww));
  }
}
@media only screen and (max-width: 768px) {
  #appeal .inner .tit .main span {
    font-size: calc(100vw * 32 / var(--design-w));
  }
}
#appeal .inner .tit .main span.triple {
  color: #866e51;
}
@media only screen and (max-width: 768px) {
  #appeal .inner .tit .main span.triple {
    display: block;
  }
}
#appeal .inner .ap12 {
  margin-top: 68px;
}
@media only screen and (max-width: 768px) {
  #appeal .inner .ap12 {
    margin-top: calc(100vw * 45 / var(--design-w));
  }
}
#appeal .inner .ap12 .img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 31px;
}
@media only screen and (max-width: 768px) {
  #appeal .inner .ap12 .img {
    flex-direction: column;
  }
}
#appeal .inner .ap12 .img img {
  width: calc(100vw * 427 / 966);
  max-width: 427px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #appeal .inner .ap12 .img img {
    max-width: initial;
    width: calc(100vw * 300 / var(--design-w));
    margin: 0 auto;
  }
}
#appeal .inner .ap3 {
  max-width: 965px;
  margin-top: 57.5px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #appeal .inner .ap3 {
    margin-top: calc(100vw * 30 / var(--design-w));
  }
}
#appeal .inner .ap3 img {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #appeal .inner .ap3 img {
    width: calc(100vw * 360 / var(--design-w));
    position: relative;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #appeal .inner .ap3 p {
    margin-top: calc(100vw * 24.8 / var(--design-w));
  }
}
#appeal .inner p {
  font-size: 12px;
  line-height: 22px;
}
@media only screen and (max-width: 768px) {
  #appeal .inner p {
    width: calc(100vw * 300 / var(--design-w));
    margin: 0 auto;
    font-size: calc(100vw * 10 / var(--design-w));
    line-height: calc(100vw * 15 / var(--design-w));
  }
}
#commitment {
  width: 100%;
  margin: 277px auto 0;
  background: #f8f5ed;
  padding-bottom: 132px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #commitment {
    margin-top: calc(100vw * 132 / var(--design-w));
    padding-bottom: calc(100vw * 100 / var(--design-w));
  }
}
#commitment:before {
  content: '';
  display: block;
  position: absolute;
  top: -165px;
  left: 0;
  width: 100%;
  height: 165px;
  background: url("../images/commitment_before_bg.png");
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  #commitment:before {
    background: url("../images/commitment_before_bg_sp.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100vw;
    height: calc(100vw * 75 / var(--design-w));
    top: calc(100vw * -75 / var(--design-w));
  }
}
#commitment .inner {
  max-width: 786px;
  margin: 0 auto;
  position: relative;
}
#commitment .inner .bg1,
#commitment .inner .bg2,
#commitment .inner .bg3,
#commitment .inner .bg4 {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .bg1,
  #commitment .inner .bg2,
  #commitment .inner .bg3,
  #commitment .inner .bg4 {
    display: none;
  }
}
#commitment .inner .bg1 img,
#commitment .inner .bg2 img,
#commitment .inner .bg3 img,
#commitment .inner .bg4 img {
  width: 100%;
}
#commitment .inner .bg1 {
  width: 200px;
  left: -172px;
  top: -126px;
}
#commitment .inner .bg2 {
  width: 308px;
  right: -216px;
  top: -133px;
}
#commitment .inner .bg3 {
  width: 216px;
  left: -202px;
  top: -15px;
}
#commitment .inner .bg4 {
  width: 170px;
  right: -159px;
  top: -40px;
}
#commitment .inner .tit {
  color: #866e51;
  font-size: 45px;
  line-height: 85px;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .tit {
    font-size: calc(100vw * 23 / var(--design-w));
    line-height: calc(100vw * 44 / var(--design-w));
  }
}
#commitment .inner .tit span {
  font-size: 60px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .tit span {
    font-size: calc(100vw * 35 / var(--design-w));
  }
}
#commitment .inner .set {
  position: relative;
}
#commitment .inner .set + .set {
  margin-top: 167px;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set + .set {
    margin-top: calc(100vw * 72 / var(--design-w));
  }
}
#commitment .inner .set.set1 {
  margin-top: 71px;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set.set1 {
    margin-top: calc(100vw * 30 / var(--design-w));
  }
}
#commitment .inner .set.set1 .title .tit {
  border-top: 1px solid #866e51;
}
#commitment .inner .set .title {
  max-width: 786px;
  width: 100%;
}
#commitment .inner .set .title .tit {
  color: #866e51;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #866e51;
  padding: 5px 0 10px;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set .title .tit {
    font-size: calc(100vw * 22 / var(--design-w));
    line-height: calc(100vw * 50 / var(--design-w));
    padding: calc(100vw * 3 / var(--design-w)) 0 calc(100vw * 5 / var(--design-w));
    letter-spacing: 0;
  }
}
#commitment .inner .set .title .tit2 {
  color: #866e51;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 21px;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set .title .tit2 {
    font-size: calc(100vw * 12 / var(--design-w));
    line-height: calc(100vw * 30 / var(--design-w));
    gap: calc(100vw * 9 / var(--design-w));
  }
}
#commitment .inner .set .title .tit2:before,
#commitment .inner .set .title .tit2:after {
  content: '';
  width: 235px;
  height: 1px;
  background: #866e51;
  display: block;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set .title .tit2:before,
  #commitment .inner .set .title .tit2:after {
    width: calc(100vw * 90 / var(--design-w));
  }
}
#commitment .inner .set .title p {
  color: #866e51;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set .title p {
    font-size: calc(100vw * 15 / var(--design-w));
    line-height: calc(100vw * 28 / var(--design-w));
    margin-top: calc(100vw * 25 / var(--design-w));
    text-align: left;
  }
}
#commitment .inner .set ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  row-gap: 27.5px;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set ul {
    margin-top: calc(100vw * 33 / var(--design-w));
    row-gap: calc(100vw * 10.5 / var(--design-w));
  }
}
#commitment .inner .set ul li {
  width: 131px;
}
@media only screen and (max-width: 850px) {
  #commitment .inner .set ul li {
    width: calc(100% / 6);
  }
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set ul li {
    width: calc(100vw * 100 / var(--design-w));
  }
}
#commitment .inner .set ul li p {
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  margin-top: 2.4px;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set ul li p {
    font-size: calc(100vw * 10 / var(--design-w));
    line-height: calc(100vw * 10 / var(--design-w));
    margin-top: 0;
  }
}
#commitment .inner .set ul li img {
  width: 100%;
}
#commitment .inner .set .desc {
  display: flex;
  justify-content: space-between;
  margin-top: 30.5px;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set .desc {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
#commitment .inner .set .desc .text p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set .desc .text p {
    font-size: calc(100vw * 15 / var(--design-w));
    line-height: calc(100vw * 28 / var(--design-w));
  }
}
#commitment .inner .set .desc .text .gaba {
  width: 185px;
  margin-bottom: 27.4px;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set .desc .text .gaba {
    display: flex;
    width: calc(100vw * 126 / var(--design-w));
    margin: 0 auto calc(100vw * 20.4 / var(--design-w));
  }
}
#commitment .inner .set.set2 {
  margin-top: 206.6px;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set.set2 {
    margin-top: calc(100vw * 97 / var(--design-w));
  }
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set.set2 .desc {
    flex-direction: column-reverse;
  }
}
#commitment .inner .set.set2 .desc .text {
  margin-top: 8px;
  width: 537px;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set.set2 .desc .text {
    width: 100%;
    margin-top: calc(100vw * 36.4 / var(--design-w));
  }
}
#commitment .inner .set.set2 .desc img {
  width: 217.5px;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set.set2 .desc img {
    width: calc(100vw * 217.5 / var(--design-w));
  }
}
#commitment .inner .set.set2 .title .tit2:before,
#commitment .inner .set.set2 .title .tit2:after {
  width: 288px;
}
@media only screen and (max-width: 850px) {
  #commitment .inner .set.set2 .title .tit2:before,
  #commitment .inner .set.set2 .title .tit2:after {
    width: 255px;
  }
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set.set2 .title .tit2:before,
  #commitment .inner .set.set2 .title .tit2:after {
    width: calc(100vw * 89 / var(--design-w));
  }
}
#commitment .inner .set.set3 .desc .text {
  width: 490px;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set.set3 .desc .text {
    width: 100%;
  }
}
#commitment .inner .set.set3 .desc .text .block {
  margin-top: 26px;
  padding: 20px;
  box-sizing: border-box;
  background: #fdfcf9;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set.set3 .desc .text .block {
    margin-top: 0;
    padding: calc(100vw * 20 / var(--design-w));
  }
}
#commitment .inner .set.set3 .desc .text .block h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set.set3 .desc .text .block h3 {
    font-size: calc(100vw * 15 / var(--design-w));
    line-height: calc(100vw * 30 / var(--design-w));
  }
}
#commitment .inner .set.set3 .desc img {
  width: 263px;
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set.set3 .desc img.sp {
    width: calc(100vw * 223 / var(--design-w));
    margin: calc(100vw * 30 / var(--design-w)) auto calc(100vw * 35 / var(--design-w));
    display: flex !important;
  }
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set.set3 .title .tit {
    line-height: calc(100vw * 30 / var(--design-w));
  }
}
#commitment .inner .set.set3 .title .tit2:before,
#commitment .inner .set.set3 .title .tit2:after {
  width: 256px;
}
@media only screen and (max-width: 850px) {
  #commitment .inner .set.set3 .title .tit2:before,
  #commitment .inner .set.set3 .title .tit2:after {
    width: 222px;
  }
}
@media only screen and (max-width: 768px) {
  #commitment .inner .set.set3 .title .tit2:before,
  #commitment .inner .set.set3 .title .tit2:after {
    width: calc(100vw * 65 / var(--design-w));
  }
}
#company {
  margin-top: 148.5px;
}
@media only screen and (max-width: 768px) {
  #company {
    margin-top: calc(100vw * 101.2 / var(--design-w));
  }
}
#company .inner {
  max-width: 966px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #company .inner {
    width: calc(100vw * 320 / var(--design-w));
  }
}
#company .inner .tit {
  width: 342px;
}
@media only screen and (max-width: 768px) {
  #company .inner .tit {
    width: calc(100vw * 218 / var(--design-w));
    margin: 0 auto;
  }
}
#company .inner .tit img {
  width: 100%;
}
#company .inner .set {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 26px;
}
@media only screen and (max-width: 768px) {
  #company .inner .set {
    margin-top: calc(100vw * 35 / var(--design-w));
    flex-direction: column-reverse;
  }
}
#company .inner .set .text {
  width: 467px;
}
@media only screen and (max-width: 768px) {
  #company .inner .set .text {
    width: 100%;
  }
}
#company .inner .set .text p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 768px) {
  #company .inner .set .text p {
    font-size: calc(100vw * 15 / var(--design-w));
    line-height: calc(100vw * 28 / var(--design-w));
  }
}
#company .inner .set .text p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #company .inner .set .text p + p {
    margin-top: calc(100vw * 28 / var(--design-w));
  }
}
#company .inner .set .img {
  position: relative;
  top: 30px;
  width: 472px;
}
@media only screen and (max-width: 768px) {
  #company .inner .set .img {
    top: 0;
    width: 100%;
  }
}
#company .inner .set .img img {
  width: 100%;
}
#company .inner .set .img p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  #company .inner .set .img p {
    font-size: calc(100vw * 12 / var(--design-w));
    line-height: calc(100vw * 30 / var(--design-w));
    margin-top: calc(100vw * 10 / var(--design-w));
  }
}
#spec {
  margin-top: 143px;
}
@media only screen and (max-width: 768px) {
  #spec {
    margin-top: calc(100vw * 133.5 / var(--design-w));
  }
}
#spec .inner {
  max-width: 966px;
}
@media only screen and (max-width: 768px) {
  #spec .inner {
    width: calc(100vw * 327 / var(--design-w));
  }
}
#spec .inner dl {
  display: flex;
  background-image: linear-gradient(to right, #707070 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: relative;
}
#spec .inner dl:first-child:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 966px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #707070 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}
@media only screen and (max-width: 768px) {
  #spec .inner dl:first-child:before {
    width: calc(100vw * 327 / var(--design-w));
  }
}
#spec .inner dl dt {
  background: rgba(30,178,144,0.03);
  color: #44a7a4;
  width: 150px;
  height: stretch;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 0 20px 20px;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  #spec .inner dl dt {
    width: calc(100vw * 121 / var(--design-w));
    font-size: calc(100vw * 12 / var(--design-w));
    line-height: calc(100vw * 17 / var(--design-w));
  }
}
#spec .inner dl dd {
  width: calc(100% - 150px);
  box-sizing: border-box;
  padding: 20px;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #spec .inner dl dd {
    padding: calc(100vw * 14 / var(--design-w));
    font-size: calc(100vw * 12 / var(--design-w));
    line-height: calc(100vw * 17 / var(--design-w));
  }
}
#attention {
  margin-top: 170px;
}
@media only screen and (max-width: 768px) {
  #attention {
    margin-top: calc(100vw * 70 / var(--design-w));
  }
}
#attention .inner {
  max-width: 966px;
}
@media only screen and (max-width: 768px) {
  #attention .inner {
    width: calc(100vw * 300 / var(--design-w));
  }
}
#attention .inner .tit {
  font-size: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #attention .inner .tit {
    font-size: calc(100vw * 16 / var(--design-w));
    line-height: calc(100vw * 25 / var(--design-w));
  }
}
#attention .inner .tit:before,
#attention .inner .tit:after {
  content: '';
  width: 130px;
  height: 1px;
  background: #555;
  display: block;
  margin: 0 30px;
}
@media only screen and (max-width: 768px) {
  #attention .inner .tit:before,
  #attention .inner .tit:after {
    width: calc(100vw * 60 / var(--design-w));
    height: calc(100vw * 1 / var(--design-w));
    margin: 0 calc(100vw * 15 / var(--design-w));
  }
}
#attention .inner .set {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  #attention .inner .set {
    margin-top: calc(100vw * 40 / var(--design-w));
  }
}
#attention .inner .set + .set {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #attention .inner .set + .set {
    margin-top: calc(100vw * 50 / var(--design-w));
  }
}
#attention .inner .set h3 {
  border-bottom: 1px solid #555;
}
@media only screen and (max-width: 768px) {
  #attention .inner .set h3 {
    border-bottom: calc(100vw * 1 / var(--design-w)) solid #555;
  }
}
#attention .inner .set h3 span {
  width: 160px;
  display: block;
  box-sizing: border-box;
  padding: 0 0 15px 28px;
  color: #44a7a4;
  font-size: 14px;
  border-bottom: 2px solid #44a7a4;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 768px) {
  #attention .inner .set h3 span {
    font-size: calc(100vw * 14 / var(--design-w));
    line-height: calc(100vw * 20 / var(--design-w));
    width: calc(100vw * 160 / var(--design-w));
    border-bottom: calc(100vw * 2 / var(--design-w)) solid #44a7a4;
    padding: 0 0 calc(100vw * 10 / var(--design-w)) 0;
  }
}
#attention .inner .set ul {
  list-style: disc;
  list-style-position: outside;
  margin-top: 40px;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  #attention .inner .set ul {
    margin-top: calc(100vw * 40 / var(--design-w));
    margin-left: calc(100vw * 20 / var(--design-w));
  }
}
#attention .inner .set ul li {
  list-style: disc;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #attention .inner .set ul li {
    font-size: calc(100vw * 14 / var(--design-w));
    line-height: calc(100vw * 26 / var(--design-w));
  }
}
#attention .inner .set ul li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #attention .inner .set ul li + li {
    margin-top: calc(100vw * 10 / var(--design-w));
  }
}
#contact {
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  #contact {
    margin-top: calc(100vw * 70 / var(--design-w));
  }
}
#contact .inner {
  max-width: 786px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #contact .inner {
    width: calc(100vw * 300 / var(--design-w));
  }
}
#contact .inner .tit {
  font-size: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #contact .inner .tit {
    font-size: calc(100vw * 16 / var(--design-w));
    line-height: calc(100vw * 25 / var(--design-w));
  }
}
#contact .inner .tit:before,
#contact .inner .tit:after {
  content: '';
  width: 130px;
  height: 1px;
  background: #555;
  display: block;
  margin: 0 30px;
}
@media only screen and (max-width: 768px) {
  #contact .inner .tit:before,
  #contact .inner .tit:after {
    width: calc(100vw * 60 / var(--design-w));
    height: calc(100vw * 1 / var(--design-w));
    margin: 0 calc(100vw * 15 / var(--design-w));
  }
}
#contact .inner .info {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  #contact .inner .info {
    margin-top: calc(100vw * 40 / var(--design-w));
    flex-direction: column;
    gap: calc(100vw * 41 / var(--design-w));
  }
}
#contact .inner .info .set {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #contact .inner .info .set {
    width: 105%;
  }
}
#contact .inner .info .set .tit2 {
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #contact .inner .info .set .tit2 {
    font-size: calc(100vw * 17 / var(--design-w));
    line-height: calc(100vw * 21 / var(--design-w));
  }
}
#contact .inner .info .set .tit2:before {
  content: '';
  width: 4px;
  height: 25px;
  background: #555;
  display: inline-block;
  margin-right: 12px;
}
@media only screen and (max-width: 768px) {
  #contact .inner .info .set .tit2:before {
    width: calc(100vw * 4 / var(--design-w));
    height: calc(100vw * 25 / var(--design-w));
    margin-right: calc(100vw * 12 / var(--design-w));
  }
}
#contact .inner .info .set .desc {
  margin: 24px 0 0 24px;
}
@media only screen and (max-width: 768px) {
  #contact .inner .info .set .desc {
    margin: calc(100vw * 20 / var(--design-w)) 0 0 0;
  }
}
#contact .inner .info .set .desc .email {
  font-size: 20px;
  line-height: 29px;
  font-weight: 300;
  margin-bottom: 21px;
}
@media only screen and (max-width: 768px) {
  #contact .inner .info .set .desc .email {
    font-size: calc(100vw * 17 / var(--design-w));
    line-height: calc(100vw * 25 / var(--design-w));
    margin-bottom: calc(100vw * 18.7 / var(--design-w));
  }
}
#contact .inner .info .set .desc .tel {
  font-size: 23px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #contact .inner .info .set .desc .tel {
    font-size: calc(100vw * 20 / var(--design-w));
    line-height: calc(100vw * 29 / var(--design-w));
    margin-bottom: calc(100vw * 14.1 / var(--design-w));
  }
}
#contact .inner .info .set .desc .rec {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #contact .inner .info .set .desc .rec {
    font-size: calc(100vw * 15 / var(--design-w));
    line-height: calc(100vw * 21 / var(--design-w));
    margin-bottom: calc(100vw * 9.6 / var(--design-w));
  }
}
#contact .inner .info .set .desc .att {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 768px) {
  #contact .inner .info .set .desc .att {
    font-size: calc(100vw * 14 / var(--design-w));
    line-height: calc(100vw * 22 / var(--design-w));
  }
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 100;
  background: #fff;
}
@media only screen and (min-width: 1201px) {
  #header {
    box-shadow: 0 -7px 10px 10px rgba(139,130,126,0.28);
  }
}
#header.scroll {
  background: #fff;
}
#header input[type="checkbox"] {
  display: none;
}
@media only screen and (max-width: 1200px) {
  #header input[type="checkbox"]:checked + .inner .wrap .nav {
    display: block;
    pointer-events: auto;
    background: rgba(85,85,85,0.5);
  }
}
@media only screen and (max-width: 1200px) {
  #header input[type="checkbox"]:checked + .inner .wrap .nav ul {
    transform: translateX(0);
  }
}
#header input[type="checkbox"]:checked + .inner .wrap .reader span {
  opacity: 0;
}
#header input[type="checkbox"]:checked + .inner .wrap .reader:before {
  transform: rotate(45deg);
  top: 19px;
}
#header input[type="checkbox"]:checked + .inner .wrap .reader:after {
  transform: rotate(-45deg);
  bottom: 19px;
}
#header .inner {
  margin: 0 auto;
  max-width: 1366px;
  width: 100%;
  height: 69px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
@media only screen and (max-width: 1200px) {
  #header .inner {
    box-shadow: 0 -7px 10px 10px rgba(139,130,126,0.28);
    width: 100%;
    height: 50px;
    padding: 0 20px;
  }
}
#header .inner .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  #header .inner .wrap {
    padding: 0;
  }
}
#header .inner .wrap .logo {
  width: 171px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  #header .inner .wrap .logo {
    width: 126px;
  }
}
#header .inner .wrap .logo img {
  width: 100%;
}
#header .inner .wrap .nav {
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  #header .inner .wrap .nav {
    pointer-events: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow-y: scroll;
    left: 0;
    top: 50px;
    transition: 0.3s;
    box-sizing: border-box;
    margin: 0;
  }
}
#header .inner .wrap .nav ul {
  display: flex;
  gap: calc(100vw * 30 / var(--design-ww));
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  #header .inner .wrap .nav ul {
    transform: translateX(100vw);
    z-index: 10;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
}
#header .inner .wrap .nav ul li {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #header .inner .wrap .nav ul li {
    background: #fff;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  #header .inner .wrap .nav ul li + li {
    border-top: 1px solid #707070;
  }
}
#header .inner .wrap .nav ul li + li:before {
  content: '';
  position: absolute;
  left: -16px;
  top: 2px;
  display: block;
  width: 1px;
  height: 18px;
  background: #707070;
}
@media only screen and (max-width: 1200px) {
  #header .inner .wrap .nav ul li + li:before {
    display: none;
  }
}
#header .inner .wrap .nav ul li + li.cop {
  display: none;
}
@media only screen and (max-width: 1200px) {
  #header .inner .wrap .nav ul li + li.cop {
    display: block;
    height: 73px;
  }
  #header .inner .wrap .nav ul li + li.cop a {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #header .inner .wrap .nav ul li + li.cop img {
    width: 178px;
  }
  #header .inner .wrap .nav ul li + li.cop span {
    display: block;
    font-size: 12px;
    line-height: 17px;
    margin-top: 5px;
  }
}
#header .inner .wrap .nav ul a {
  font-size: 15px;
  line-height: 20px;
  color: #555;
}
@media only screen and (max-width: 1200px) {
  #header .inner .wrap .nav ul a {
    min-height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    font-size: 16px;
  }
  #header .inner .wrap .nav ul a:active {
    background: #f4f4f4;
  }
}
@media only screen and (min-width: 1201px) {
  #header .inner .wrap .nav ul a:hover {
    color: #44a7a4;
  }
}
#header .inner .wrap .reader {
  display: none;
}
@media only screen and (max-width: 1200px) {
  #header .inner .wrap .reader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    width: 21px;
    height: 40px;
    position: relative;
    z-index: 11;
  }
  #header .inner .wrap .reader span {
    display: block;
    width: 21px;
    height: 2px;
    background: #666;
    transition: 0.3s;
  }
  #header .inner .wrap .reader::before,
  #header .inner .wrap .reader::after {
    position: absolute;
    content: '';
    display: block;
    width: 21px;
    height: 2px;
    background: #666;
    transition: 0.3s;
  }
  #header .inner .wrap .reader::before {
    top: 13.5px;
  }
  #header .inner .wrap .reader::after {
    bottom: 13.5px;
  }
}
#footer {
  width: 100%;
  position: relative;
  border-top: 1px solid #f8f8f8;
  margin-top: 104px;
}
@media only screen and (max-width: 768px) {
  #footer {
    border-top: 2px solid #f8f8f8;
  }
}
#footer .inner {
  background: #fff;
  position: relative;
  margin: 0 auto;
  padding-top: 55px;
  max-width: 1366px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #footer .inner {
    padding-top: calc(100vw * 55 / var(--design-w));
  }
}
#footer .inner .logo {
  width: 250px;
  margin-left: 59px;
}
@media only screen and (max-width: 768px) {
  #footer .inner .logo {
    width: calc(100vw * 250 / var(--design-w));
    margin-left: calc(100vw * 59 / var(--design-w));
  }
}
#footer .inner a {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  margin-left: 59px;
}
@media only screen and (max-width: 768px) {
  #footer .inner a {
    font-size: calc(100vw * 14 / var(--design-w));
    margin-top: calc(100vw * 15 / var(--design-w));
    margin-left: calc(100vw * 59 / var(--design-w));
  }
}
#footer .copy {
  margin-top: 50px;
  height: 37px;
  background: #6f6f6f;
  color: #fff;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #footer .copy {
    margin-top: calc(100vw * 50 / var(--design-w));
    height: calc(100vw * 37 / var(--design-w));
  }
}
#footer .copy p {
  max-width: 1366px;
  width: 100%;
  margin-right: 73px;
  text-align: right;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #footer .copy p {
    margin: 0;
    text-align: center;
    font-size: calc(100vw * 12 / var(--design-w));
    letter-spacing: 0;
  }
}
#amazon {
  width: 100%;
  height: 93px;
  background: #fff;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 7px 10px 10px rgba(139,130,126,0.28);
  z-index: 10;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}
#amazon.show {
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (max-width: 768px) {
  #amazon {
    height: 71px;
  }
}
#amazon img {
  width: 466px;
}
@media only screen and (max-width: 768px) {
  #amazon img {
    width: 279px;
    position: relative;
    top: 3px;
  }
}
.pc {
  display: inline-block !important;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: inline-block !important;
  }
}
.pc2 {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .pc2 {
    display: none !important;
  }
}
.sp2 {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp2 {
    display: block !important;
  }
}
.fadein {
  opacity: 0;
  transition: 1s;
}
.slidein {
  translate: 0 40px;
  transition: 1s;
}
.obs.anim .slidein {
  translate: 0;
  transition-timing-function: ease-out;
}
.obs.anim.slidein {
  translate: 0;
  transition-timing-function: ease-out;
}
.obs.anim .fadein {
  opacity: 1;
}
.obs.anim.fadein {
  opacity: 1;
}
.delay1 {
  transition-delay: 0.1s;
}
.delay2 {
  transition-delay: 0.2s;
}
.delay3 {
  transition-delay: 0.3s;
}
.delay4 {
  transition-delay: 0.4s;
}
.delay5 {
  transition-delay: 0.5s;
}
.delay6 {
  transition-delay: 0.6s;
}
.delay7 {
  transition-delay: 0.7s;
}
.delay8 {
  transition-delay: 0.8s;
}
.delay9 {
  transition-delay: 0.9s;
}
.delay10 {
  transition-delay: 1s;
}
.delay11 {
  transition-delay: 1.1s;
}
.delay12 {
  transition-delay: 1.2s;
}
.delay13 {
  transition-delay: 1.3s;
}
.delay14 {
  transition-delay: 1.4s;
}
.delay15 {
  transition-delay: 1.5s;
}
.delay16 {
  transition-delay: 1.6s;
}
.delay17 {
  transition-delay: 1.7s;
}
.delay18 {
  transition-delay: 1.8s;
}
.delay19 {
  transition-delay: 1.9s;
}
.delay20 {
  transition-delay: 2s;
}
.delay28 {
  transition-delay: 2.8s;
}
.delay30 {
  transition-delay: 3s;
}
