/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: rgba(0, 0, 0, 0);
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-weight: normal;
  font-style: normal;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

html.-fixed1 {
  overflow: hidden;
  height: 100vh;
}

html.-fixed2 {
  overflow: hidden;
  height: 100vh;
}

body {
  font-family: "source-han-sans-japanese", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 1.5;
  color: #000;
  background: white;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.1s linear;
}

a:visited {
  color: #000;
}

*:focus {
  outline: none !important;
}

.document1 {
  overflow: hidden;
}

.-spOnly {
  display: block !important;
}

.-pcOnly {
  display: none !important;
}

.title1 {
  position: relative;
  padding-top: 74.6%;
}

.title1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title1.-type1::before {
  background-image: url("../images/about1_img1_1.jpg");
}

.title1.-type2::before {
  background-image: url("../images/why1_img1_1.jpg");
}

.title1__inner1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}

.title1__title1 {
  color: #fff;
  text-align: center;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.title1__title1:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.title1__mainLabel1 {
  display: block;
  font-size: 25px;
  line-height: 1.3;
}

.title1__subLabel1 {
  margin: 5px 0 0 0;
  display: block;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-family: "myriad-pro", sans-serif;
  font-weight: normal;
}

.title1__subLabel1 span {
  font-weight: bold;
}

.title1__subLabel1 sup {
  font-size: 0.5em;
}

.title2__title1 {
  text-align: center;
  position: relative;
}

.title2__title1:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
}

.title2__mainLabel1 {
  font-size: 25px;
  line-height: 1.3;
  display: block;
}

.title2__subLabel1 {
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-family: "myriad-pro", sans-serif;
  display: block;
  margin: 5px 0 0 0;
}

.title3 {
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  text-align: center;
  padding: 0 40px 16px 40px;
}

.title3 sup {
  font-size: 10px;
}

.title3:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 2px;
  background: #000;
}

.title4 {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.title5 {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.list1 {
  list-style: none;
  counter-reset: modList1;
}

.list1 li {
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  counter-increment: modList1;
  margin-top: 10px;
  padding-left: 30px;
}

.list1 li:before {
  content: counter(modList1) "．";
  position: absolute;
  top: 0;
  transform: translateX(-100%);
}

.list1.-brackets1 li:before {
  content: "(" counter(modList1) ")";
  left: 0;
  transform: translateX(0);
}

.list2 {
  list-style: none;
  margin-top: 20px;
}

.list2 li {
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.list2 li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

a.link1 {
  font-size: 14px;
  line-height: 1.8;
  text-decoration: underline;
}

a.link1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 23px;
  margin: 0 10px 0 0;
  background: url("../images/icon_file1_1.svg") 0 0 no-repeat;
  background-size: 18px auto;
}

span.link2,
a.link2 {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 28px;
  text-decoration: underline;
}

span.link2:before,
a.link2:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../images/arrow_type2_right1.svg") 0 0 no-repeat;
  width: 18px;
  height: 5px;
  background-size: 18px auto;
}

a.link3 {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 28px;
  text-decoration: underline;
}

a.link3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  width: 10px;
  height: 9px;
  background: url("../images/icon_external1_1.svg") 0 0 no-repeat;
  background-size: 10px 9px;
}

.label1 {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  line-height: 23px;
  border: 1px solid #000;
  color: #000;
  font-weight: 700;
  padding: 0 9px;
}

.label1.-type1 {
  border-color: #006325;
  color: #006325;
}

.label2 {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  color: #f68a33;
  border: 1px solid #f68a33;
  background: #fef3ea;
  padding: 4px 10px;
}

a.button1 {
  font-size: 13px;
  line-height: 1.5;
  display: block;
  border: 1px solid #000;
  font-weight: 700;
  padding: 10px 30px;
  text-align: center;
  position: relative;
}

a.button1.-type1 {
  color: #fff;
  border-color: #fff;
}

a.button1:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url("../images/arrow_type2_right1.svg") 0 0 no-repeat;
  width: 18px;
  height: 5px;
  background-size: 18px auto;
}

a.button1.-type1:before {
  background: url("../images/arrow_type2_right2.svg") 0 0 no-repeat;
  background-size: 18px 5px;
}

a.button1.-type2:before {
  background: url("../images/arrow_type2_left1.svg") 0 0 no-repeat;
  background-size: 18px auto;
  right: inherit;
  left: 10px;
}

a.button1.-type3:before {
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  background: none;
  transform: rotate(45deg);
}

a.button1 sup {
  font-size: 10px;
}

a.button1.-external1:before {
  top: 0;
  right: 13px;
  background: url("../images/icon_external1_1.svg") 0 0 no-repeat;
  width: 10px;
  height: 9px;
  background-size: 10px 9px;
}

a.button1.-type1.-external1:before {
  background: url("../images/icon_external1_2.svg") 0 0 no-repeat;
  background-size: 10px 9px;
}

a.button2 {
  display: block;
  font-size: 11px;
  line-height: 1.72727;
  border: 1px solid #000;
  padding: 0 15px 0 4px;
  font-weight: 700;
}

a.button2 i {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 15px;
  height: 12px;
  background: url("../images/icon_mail1_1.png") 0 0 no-repeat;
  background-size: 15px 12px;
}

a.button3 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  background: #006325;
  color: #fff;
  padding: 8px 0;
  font-weight: 700;
  text-align: center;
}

a.button3.-large1 {
  padding: 15px 0;
}

a.button3:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 18px;
  background: url("../images/icon_cart1_1.svg") 0 0 no-repeat;
  background-size: 20px auto;
}

a.button3.-large1:before {
  width: 25px;
  height: 23px;
  background-size: 25px auto;
}

a.button3:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 18px;
  height: 5px;
  background: url("../images/arrow_type2_right2.svg") 0 0 no-repeat;
  background-size: 18px 5px;
}

a.button4 {
  font-size: 18px;
  line-height: 1.08333;
  display: block;
  border: 1px solid #000;
  font-weight: 700;
  padding: 10px 30px;
  text-align: center;
  position: relative;
  background: #000;
  color: #fff;
}

a.button4:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url("../images/arrow_type2_right2.svg") 0 0 no-repeat;
  width: 18px;
  height: 5px;
  background-size: 18px auto;
}

a.button4.-external1:before {
  top: 0;
  right: 13px;
  background: url("../images/icon_external1_2.svg") 0 0 no-repeat;
  width: 10px;
  height: 9px;
  background-size: 10px 9px;
}

.table1__caption1 {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin: 30px 0 0;
  font-weight: 700;
}

.table1 + .table1__caption1 {
  margin-top: 40px;
}

.table1 {
  margin: 30px 0 0;
}

.table1 + .table1 {
  margin-top: 0;
}

.table1__caption1 + .table1 {
  margin: 15px 0 0;
}

.table1__table1 {
  width: 100%;
}

.table1__table1 th {
  font-size: 12px;
  line-height: 1.5;
  background: #000;
  color: #fff;
  padding: 7px 14px 7px;
  border-left: 1px solid #fff;
}

.table1__table1 th:first-child {
  border-left: none;
}

.table1__table1 td {
  font-size: 14px;
  line-height: 1.8;
  vertical-align: top;
  margin: 0;
  padding: 14px;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

.table1__table1 td:first-child {
  border-left: none;
}

.table1__table1 sup {
  font-size: 0.5em;
}

.table1__table1.-fixed1 {
  table-layout: fixed;
}

.table1__table1.-type1 th {
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
  padding: 14px;
}

.table1__table1.-type1 td {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  vertical-align: top;
}

.table1__table1__list1 {
  list-style: none;
}

.table1__table1__list2 {
  list-style: none;
}

.notes1 {
  font-size: 10px;
  line-height: 1.8;
  list-style: none;
  margin: 15px 0 0 0;
}

.notes1 li {
  position: relative;
  padding: 0 0 0 15px;
}

.notes1 li span {
  position: absolute;
  left: 0;
  top: 0;
}

.modSection1 {
  margin: 40px 0 0 0;
}

.modSection1.-type1 {
  padding: 40px 0 60px;
  background: #f4f4f4;
}

.modSection1__inner {
  padding: 0 40px;
}

.modSection2 {
  margin: 40px 0 0 0;
}

.modSection2.-type1 {
  padding: 40px 0 60px;
  background: #f4f4f4;
}

.modSection2__inner {
  padding: 0 40px;
}

.modTitle1 {
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 0 0 16px 0;
}

.modTitle1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 2px;
  background: #000;
}

.modTitle1 sup {
  font-size: 0.5em;
}

.modTitle2 {
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.modTitle2 sup {
  font-size: 0.5em;
}

.modTitle3 {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}

.modTitle3 sup {
  font-size: 0.5em;
}

.modLead1 {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}

.modText1.-center1 {
  text-align: center;
}

.modText1 p {
  font-size: 14px;
  line-height: 1.8;
  margin: 14px 0 0 0;
}

.modText1 p.modText1__bold1 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.modText1 p.modText1__bold2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.modText1 p .-bold {
  font-weight: 700;
}

.modText1 sup {
  font-size: 0.5em;
}

.modNotes1 {
  font-size: 10px;
  line-height: 1.8;
  list-style: none;
  margin: 14px 0 0 0;
}

.modNotes1 li {
  position: relative;
  padding: 0 0 0 15px;
}

.modNotes1 li span {
  position: absolute;
  left: 0;
  top: 0;
}

.modNotes1.-center1 {
  text-align: center;
}

.modNotes1.-center1 li {
  padding-left: 0;
}

.modNotes1.-center1 li span {
  position: relative;
}

.modList1 {
  list-style: none;
  counter-reset: modList1;
}

.modList1 li {
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  counter-increment: modList1;
  margin-top: 10px;
  padding-left: 30px;
}

.modList1 li:before {
  content: counter(modList1) "．";
  position: absolute;
  top: 0;
  transform: translateX(-100%);
}

.modList1.-brackets1 li:before {
  content: "(" counter(modList1) ")";
  left: 0;
  transform: translateX(0);
}

.modList2 {
  list-style: none;
  margin-top: 20px;
}

.modList2 li {
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.modList2 li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

a.modLink1 {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 28px;
  text-decoration: underline;
}

a.modLink1:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../images/arrow_type2_right1.svg") 0 0 no-repeat;
  width: 18px;
  height: 5px;
  background-size: 18px auto;
}

a.modLink2 {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 28px;
  text-decoration: underline;
}

a.modLink2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  width: 10px;
  height: 9px;
  background: url("../images/icon_external1_1.svg") 0 0 no-repeat;
  background-size: 10px 9px;
}

a.modLink3 {
  font-size: 14px;
  line-height: 1.8;
  text-decoration: underline;
}

a.modLink3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 23px;
  margin: 0 10px 0 0;
  background: url("../images/icon_file1_1.svg") 0 0 no-repeat;
  background-size: 18px auto;
}

.modAnchor1 {
  background: #f4f4f4;
  margin: 35px 0 0 0;
}

.modAnchor1__inner1 {
  padding: 40px;
}

.modAnchor1__linkList1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.modAnchor1__linkList1 li {
  border-top: 1px solid #ccc;
}

.modAnchor1__linkList1 li:last-child {
  border-bottom: 1px solid #ccc;
}

.modAnchor1__linkList1 a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  padding: 20px 20px 20px 0;
  position: relative;
}

.modAnchor1__linkList1 a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.modAnchor1__linkList1 a sup {
  font-size: 10px;
}

a.modButton1 {
  font-size: 13px;
  line-height: 1.5;
  display: block;
  border: 1px solid #000;
  font-weight: 700;
  padding: 10px 30px;
  text-align: center;
  position: relative;
}

a.modButton1:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url("../images/arrow_type2_right1.svg") 0 0 no-repeat;
  width: 18px;
  height: 5px;
  background-size: 18px auto;
}

a.modButton1 sup {
  font-size: 10px;
}

a.modButton1.-external1:before {
  top: 0;
  right: 13px;
  background: url("../images/icon_external1_1.svg") 0 0 no-repeat;
  width: 10px;
  height: 9px;
  background-size: 10px 9px;
}

.modGrid1__unit {
  margin-top: 30px;
}

.modGrid2__unit {
  margin-top: 30px;
}

.modGrid3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.modGrid3__unit {
  width: 50%;
  margin-top: 30px;
  padding: 0 10px;
}

.modImage1 {
  width: 100%;
  height: auto;
}

.modTable1 {
  margin: 30px 0 0;
}

.modTable1__table1 {
  width: 100%;
}

.modTable1__table1 th {
  font-size: 12px;
  line-height: 1.5;
  background: #000;
  color: #fff;
  padding: 7px 14px 7px;
  border-left: 1px solid #fff;
}

.modTable1__table1 th:first-child {
  border-left: none;
}

.modTable1__table1 td {
  font-size: 14px;
  line-height: 1.8;
  vertical-align: top;
  margin: 0;
  padding: 14px;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

.modTable1__table1 td:first-child {
  border-left: none;
}

.modTable1__table1 td.-center1 {
  text-align: center;
}

.modTable1__table1 sup {
  font-size: 0.5em;
}

.modTable1__table1.-fixed1 {
  table-layout: fixed;
}

.header1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
}

.header1.-open1 {
  height: 100%;
}

.header1.-floating1 {
  position: fixed;
}

.header1__inner1 {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: transparent;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.header1.-floating1 .header1__inner1,
.header1.-open1 .header1__inner1 {
  background: #fff;
}

.header1__logo1 {
  width: 205px;
  height: 31px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.header1.-floating1 .header1__logo1,
.header1.-open1 .header1__logo1 {
  display: block;
}

.header1__logo1 a {
  display: block;
}

.header1__logo1 img {
  width: 100%;
  height: auto;
}

.header1__btnToggle1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.header1.-floating1 .header1__btnToggle1,
.header1.-open1 .header1__btnToggle1 {
  color: #000;
}

.header1__btnToggle1:after {
  position: relative;
  display: inline-block;
  content: "MENU";
  transform: scale(0.9);
  top: 5px;
  letter-spacing: 0.05em;
}

.header1.-open1 .header1__btnToggle1:after {
  content: "CLOSE";
}

.header1__btnToggle1 i {
  display: block;
  width: 20px;
  height: 11px;
  margin: 17px auto 3px;
  position: relative;
}

.header1__btnToggle1 i span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background-color: #fff;
}

.header1.-floating1 .header1__btnToggle1 i span,
.header1.-open1 .header1__btnToggle1 i span {
  background-color: #000;
}

.header1__btnToggle1 i span:nth-of-type(1) {
  top: 0px;
}

.header1.-open1 .header1__btnToggle1 i span:nth-of-type(1) {
  animation: active-menu-bar01 0.3s forwards;
}

.header1__btnToggle1 i span:nth-of-type(2) {
  top: 5px;
}

.header1.-open1 .header1__btnToggle1 i span:nth-of-type(2) {
  animation: active-menu-bar02 0.3s forwards;
}

.header1__btnToggle1 i span:nth-of-type(3) {
  bottom: 0px;
}

.header1.-open1 .header1__btnToggle1 i span:nth-of-type(3) {
  animation: active-menu-bar03 0.3s forwards;
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }

  1% {
    transform: translateY(5px) rotate(0);
  }

  100% {
    transform: translateY(5px) rotate(45deg);
  }
}

@keyframes active-menu-bar02 {
  100% {
    opacity: 0;
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }

  1% {
    transform: translateY(-5px) rotate(0);
  }

  100% {
    transform: translateY(-5px) rotate(-45deg);
  }
}

.nav1 {
  display: none;
  position: relative;
  top: 60px;
}

.nav1:before {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.nav1__navList1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav1__navList1 > li {
  border-top: 1px solid #ccc;
}

.nav1__navList1 > li > span {
  display: block;
  position: relative;
}

.nav1__navList1 > li > span.-active1 > a span,
.nav1__navList1 > li > span.-active1 > .-nolink1 span {
  position: relative;
}

.nav1__navList1 > li > span.-active1 > a span:before,
.nav1__navList1 > li > span.-active1 > .-nolink1 span:before {
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #006325;
  margin: auto;
}

.nav1__navList1 > li > span > a,
.nav1__navList1 > li > span > .-nolink1 {
  display: block;
  background: #f4f4f4;
  font-size: 18px;
  line-height: 1.16667;
  font-weight: 700;
  padding: 20px 0 20px 35px;
}
.nav1__navList1 > li > span > .-nolink1 {
  cursor: pointer;
}

.header1.-floating1 .nav1__navList1 > li > span.-active1 > a,
.header1.-open1 .nav1__navList1 > li > span.-active1 > a,
.header1.-floating1 .nav1__navList1 > li > span.-active1 > .-nolink1,
.header1.-open1 .nav1__navList1 > li > span.-active1 > .-nolink1 {
  color: #006325;
}

.header1.-floating1 .nav1__navList1 > li > span > a,
.header1.-open1 .nav1__navList1 > li > span > a,
.header1.-floating1 .nav1__navList1 > li > span > .-nolink1,
.header1.-open1 .nav1__navList1 > li > span > .-nolink1 {
  color: #000;
}

.nav1__navList1 li span.-open1 a {
  background: #fff;
}

.nav1__navList1 i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
}

.nav1__navList1 i.-arrow1 {
  width: 18px;
  height: 5px;
  background: url("../images/arrow_type2_right1.svg") 0 0 no-repeat;
  background-size: 18px 5px;
}

.nav1__navList1 i.-toggleClose1 {
  width: 18px;
  height: 18px;
}

.nav1__navList1 i.-toggleClose1:after,
.nav1__navList1 i.-toggleClose1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 1px;
  background: #000;
}

.nav1__navList1 i.-toggleClose1:after {
  transform: rotate(-90deg);
}

.nav1__navList1 i.-toggleClose1.-active1:after {
  display: none;
}

.nav1__navList2 {
  display: none;
  background: #fff;
}

.nav1__navList2__inner1 > ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
}

.nav1__navList2__inner1 > ul > li {
  border-top: 1px solid #e6e6e6;
}

.nav1__navList2__inner1 > ul > li > span {
  position: relative;
  display: block;
}

.nav1__navList2__inner1 > ul > li > span > a,
.nav1__navList2__inner1 > ul > li > span > .-nolink1 {
  display: block;
  padding: 15px 45px 15px 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}

.nav1__navList2__inner1 > ul > li > span.-open1 > a {
  background: #f4f4f4;
}

.nav1__navList3 {
  background: #f4f4f4;
  padding: 0 0 30px 30px;
  display: none;
}

.nav1__navList3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav1__navList3 li > span {
  position: relative;
  display: block;
}

.nav1__navList3 li > span > a {
  display: block;
  padding: 8px 0 8px 30px;
  font-size: 13px;
  line-height: 1.5;
}

.nav1__navList3 li > span > a > i {
  left: 0;
}

.nav1__navList3 > span {
  margin: 0 0 0 30px;
}

.nav1__navList3 > span:first-child {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  margin: 0;
  border-top: 1px solid #e6e6e6;
}

.nav1__navList3 > span > a {
  padding: 15px 0 15px 30px;
  display: block;
  font-size: 13px;
  line-height: 1.5;
}

.nav1__navList3 > span > a > i {
  left: 30px;
}

.nav1__navList3.-type1 {
  display: block;
  padding-bottom: 0;
  background: none;
}

.nav1__navList3.-type1 li > span > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav1__navList3__inner1 {
  background: #fff;
  padding: 18px 30px 18px 30px;
}

.nav1__navList3.-type1 .nav1__navList3__inner1 {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid #e6e6e6;
}

.nav1__navList3__title1 {
  font-size: 13px;
  line-height: 1.61538;
  font-weight: 700;
  color: #999;
  margin: 10px 0 3px 0;
}

.footer1 {
  position: relative;
  padding: 40px;
  background: #e6e6e6;
}

.footer1__inner1 {
  position: relative;
}

.footer1__navList1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer1__navList1:first-child {
  border-top: 1px solid #000;
}

.footer1__navList1 > li {
  border-bottom: 1px solid #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.footer1__navList1 > li > span {
  display: block;
  position: relative;
}

.footer1__navList1 > li > span > a,
.footer1__navList1 > li > span > .-nolink1 {
  display: block;
  padding: 21px 0;
}

.footer1__navList1 i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

.footer1__navList1 i.-arrow1 {
  width: 18px;
  height: 5px;
  background: url("../images/arrow_type2_right1.svg") 0 0 no-repeat;
  background-size: 18px auto;
}

.footer1__navList1 i.-toggleClose1 {
  width: 18px;
  height: 18px;
}

.footer1__navList1 i.-toggleClose1:after,
.footer1__navList1 i.-toggleClose1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 1px;
  background: #000;
}

.footer1__navList1 i.-toggleClose1:after {
  transform: rotate(-90deg);
}

.footer1__navList1 i.-toggleClose1.-active1:after {
  display: none;
}

.footer1__navList2 {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
  border-top: 1px solid #ccc;
  display: none;
}

.footer1__navList2 > li {
  font-size: 12px;
  line-height: 1.75;
  font-weight: normal;
  border-top: 1px solid #ccc;
}

.footer1__navList2 > li:first-child {
  border: none;
}

.footer1__navList2 > li > span {
  position: relative;
  display: block;
}

.footer1__navList2 > li > span > a {
  display: block;
  padding: 15px 20px 15px 0;
}

.footer1__sns1 {
  position: absolute;
  right: 0;
  bottom: -10px;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

.footer1__sns1 li {
  margin: 0 0 0 15px;
}

.footer1__sns1 a {
  display: block;
  width: 35px;
  height: 35px;
}

.footer1__sns1 img {
  width: 100%;
  height: auto;
}

.footer1__navList3 {
  margin: 25px 0 0 0;
}

.footer1__navList3 a {
  display: inline-block;
  border-left: 1px solid #929292;
  font-size: 11px;
  line-height: 1;
  padding: 0 10px;
  margin: 10px 0px 0 0;
}

.footer1__navList3 a:nth-of-type(5),
.footer1__navList3 a:nth-of-type(2),
.footer1__navList3 a:nth-of-type(1) {
  padding-left: 0;
  border: none;
}

.footer1__logo1 {
  width: 151px;
  margin: 40px 0 0;
}

.footer1__logo1 img {
  width: 100%;
  height: auto;
}

.pagetop1 {
  overflow: hidden;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9;
  width: 35px;
  height: 35px;
}

.pagetop1 a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #333;
  text-indent: -999px;
}

.pagetop1 a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11px;
  height: 6px;
  margin: auto;
  background: url("../images/arrow_type7_up1.svg") 0 0 no-repeat;
  background-size: 11px 6px;
}

.pagetop1.-cta1 {
  bottom: 70px;
}

.js-pagetop1.pagetop1 {
  display: none;
}

.heading1 {
  position: relative;
  margin: 60px 0 0 0;
  padding: 25px 40px;
  background: #e6e6e6;
}

.heading1.-cm1,
.heading1.-brand1,
.heading1.-brand2,
.heading1.-brand3,
.heading1.-products1,
.heading1.-supplement1,
.heading1.-shoplist {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.heading1.-cm1::before,
.heading1.-brand1::before,
.heading1.-brand2::before,
.heading1.-brand3::before,
.heading1.-products1::before,
.heading1.-supplement1::before,
.heading1.-shoplist::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading1.-cm1 {
  padding-top: 37.3%;
}

.heading1.-cm1::before {
  background-image: url("../images/heading_cm1_1.jpg");
}

.heading1.-brand1 {
  padding-top: 57.3%;
}

.heading1.-brand1::before {
  background-image: url("../images/heading_brand1_1.jpg");
}

.heading1.-brand2 {
  padding-top: 57.3%;
}

.heading1.-brand2::before {
  background-image: url("../images/heading_brand1_2.jpg");
}

.heading1.-brand3 {
  padding-top: 37.3%;
}

.heading1.-brand3::before {
  background-image: url("../images/heading_brand3_1.jpg");
}

.heading1.-products1 {
  padding-top: 37.3%;
}

.heading1.-products1::before {
  background-image: url("../images/heading_products1_1.jpg");
}

.heading1.-supplement1 {
  padding-top: 57.3%;
}

.heading1.-supplement1::before {
  background-image: url("../images/heading_supplement1_1.jpg");
}

.heading1.-shoplist {
  padding-top: 37.3%;
}

.heading1.-shoplist::before {
  background-image: url("../images/heading_shoplist1_1.jpg");
}

.heading1.-cm1 .heading1__inner1,
.heading1.-brand1 .heading1__inner1,
.heading1.-brand2 .heading1__inner1,
.heading1.-brand3 .heading1__inner1,
.heading1.-products1 .heading1__inner1,
.heading1.-supplement1 .heading1__inner1,
.heading1.-shoplist .heading1__inner1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.heading1__heading1 {
  text-align: center;
  width: 100%;
}

.heading1.-cm1 .heading1__heading1,
.heading1.-brand1 .heading1__heading1,
.heading1.-brand2 .heading1__heading1,
.heading1.-brand3 .heading1__heading1,
.heading1.-products1 .heading1__heading1,
.heading1.-supplement1 .heading1__heading1,
.heading1.-shoplist .heading1__heading1 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.heading1__mainLabel1 {
  font-size: 25px;
  line-height: 1.2;
  display: block;
}

.heading1__subLabel1 {
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  display: block;
  font-family: "myriad-pro", sans-serif;
  margin: 7px 0 0 0;
  font-weight: normal;
}

.heading1__subLabel1 span {
  font-weight: bold;
}

.heading1__subLabel1 sup {
  font-size: 0.5em;
}

.js-scrollAnimation3.heading1 {
  overflow: hidden;
}

.js-scrollAnimation3.heading1::before {
  transform: scale(1.05);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimation3 .heading1__inner1 {
  opacity: 0;
  transition: opacity 0.5s ease 0.3s;
}

.js-scrollAnimation3 .heading1__heading1 {
  transform: translateY(5px);
  transition: transform 0.5s ease 0.3s;
}

.js-scrollAnimation3.-active1.heading1::before {
  transform: scale(1);
  opacity: 1;
}

.js-scrollAnimation3.-active1 .heading1__inner1 {
  opacity: 1;
}

.js-scrollAnimation3.-active1 .heading1__heading1 {
  transform: translateY(0);
}

.heading2 {
  background: #f4f4f4;
  margin: 60px 0 0 0;
}

.heading2__inner1 {
  padding: 25px 40px;
}

.heading2__title2 {
  font-size: 25px;
  line-height: 1.3;
}

.heading2__title2 span {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  display: block;
  margin: 5px 0 0 0;
}

.heading3 {
  position: relative;
  margin: 60px 0 0 0;
  padding: 57.3% 0 0 0;
  background: #e6e6e6;
}

.heading3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading3.-step1::before {
  background-image: url("../images/heading_brand2_1.jpg");
}

.heading3.-step2::before {
  background-image: url("../images/heading_brand2_2.jpg");
}

.heading3.-step3::before {
  background-image: url("../images/heading_brand2_3.jpg");
}

.heading3.-step4::before {
  background-image: url("../images/heading_brand2_4.jpg");
}

.heading3.-step5::before {
  background-image: url("../images/heading_brand2_5.jpg");
}

.heading3.-step6::before {
  background-image: url("../images/heading_brand2_6.jpg");
}

.heading3.-step7::before {
  background-image: url("../images/heading_brand2_7.jpg");
}

.heading3.-step8::before {
  background-image: url("../images/heading_brand2_8.jpg");
}

.heading3.-step9::before {
  background-image: url("../images/heading_brand2_9.jpg");
}

.heading3__inner1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.heading3.-step2 .heading3__inner1 {
  background: rgba(0, 0, 0, 0.35);
}

.heading3.-step4 .heading3__inner1,
.heading3.-step5 .heading3__inner1,
.heading3.-step7 .heading3__inner1 {
  background: rgba(0, 0, 0, 0.25);
}

.heading3.-step8 .heading3__inner1,
.heading3.-step9 .heading3__inner1 {
  background: rgba(0, 0, 0, 0.3);
}

.heading3__heading1 {
  text-align: center;
}

.heading3__subLabel1 {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 1;
  text-align: center;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  display: block;
  font-weight: 700;
}

.heading3__number1 {
  display: block;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  color: #fff;
}

.heading3__number1 span {
  font-size: 30px;
  line-height: 0.6;
}

.heading3__mainLabel1 {
  font-size: 30px;
  line-height: 1.5;
  color: #fff;
  display: block;
  margin: 7px 0 0 0;
}

.js-scrollAnimation3.heading3 {
  overflow: hidden;
}

.js-scrollAnimation3.heading3::before {
  transform: scale(1.05);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimation3 .heading3__subLabel1,
.js-scrollAnimation3 .heading3__inner1 {
  opacity: 0;
  transition: opacity 0.5s ease 0.3s;
}

.js-scrollAnimation3 .heading3__heading1 {
  transform: translateY(5px);
  transition: transform 0.5s ease 0.3s;
}

.js-scrollAnimation3.-active1.heading3::before {
  transform: scale(1);
  opacity: 1;
}

.js-scrollAnimation3.-active1 .heading3__subLabel1,
.js-scrollAnimation3.-active1 .heading3__inner1 {
  opacity: 1;
}

.js-scrollAnimation3.-active1 .heading3__heading1 {
  transform: translateY(0);
}

.heading4 {
  position: relative;
  padding-top: 93.3%;
  margin: 60px 0 0 0;
}

.heading4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading4.-triplex1::before {
  background-image: url("../images/heading_products2_1.jpg");
}

.heading4.-protein::before {
  background-image: url("../images/heading_products2_2.jpg");
}

.heading4.-bifidus::before {
  background-image: url("../images/heading_products2_3.jpg");
}

.heading4.-fiber::before {
  background-image: url("../images/heading_products2_4.jpg");
}

.heading4.-brain-and-heart::before {
  background-image: url("../images/heading_products2_5.jpg");
}

.heading4.-coq10::before {
  background-image: url("../images/heading_products2_6.jpg");
}

.heading4.-vitamin-d::before {
  background-image: url("../images/heading_products2_7.jpg");
}

.heading4.-mentaltect::before {
  background-image: url("../images/heading_products2_8.jpg");
}

.heading4__inner1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
}

.heading4__title1 {
  position: absolute;
  left: 0;
  top: 33.71429%;
  width: 100%;
  font-size: 25px;
  line-height: 1.3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}

.heading4__title1 span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.heading4__title1 sup {
  font-size: 0.5em;
}

.heading4__text1 {
  position: absolute;
  left: 0;
  bottom: 11.42857%;
  width: 100%;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  font-weight: 700;
  color: #fff;
}

.heading4__text1__notes1 {
  display: inline-block;
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.5;
}

.js-scrollAnimation3.heading4 {
  overflow: hidden;
}

.js-scrollAnimation3.heading4::before {
  transform: scale(1.05);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimation3 .heading4__inner1 {
  opacity: 0;
  transition: opacity 0.5s ease 0.3s;
}

.js-scrollAnimation3 .heading4__text1 span {
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}

.js-scrollAnimation3 .heading4__text1 span:nth-child(2) {
  transition-delay: 0.7s;
}

.js-scrollAnimation3 .heading4__text1 span:nth-child(3) {
  transition-delay: 0.9s;
}

.js-scrollAnimation3 .heading4__text1 span:nth-child(4) {
  transition-delay: 1.1s;
}

.js-scrollAnimation3.-active1.heading4::before {
  transform: scale(1);
  opacity: 1;
}

.js-scrollAnimation3.-active1 .heading4__inner1 {
  opacity: 1;
}

.js-scrollAnimation3.-active1 .heading4__text1 span {
  opacity: 1;
}

.breadcrumb1 {
  position: relative;
  border-top: 1px solid #cccccc;
  margin: 60px 0 0 0;
  background: #fff;
}

.breadcrumb1 ul {
  list-style: none;
  margin: 0;
  padding: 20px 40px;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb1 li {
  margin: 0 10px 0 0;
}

.breadcrumb1 li:before {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: 0 10px 0 0;
}

.breadcrumb1 li:first-child:before {
  display: none;
}

.breadcrumb1 span,
.breadcrumb1 a {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.loading1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: #fff;
}

.loading1.-loaded1 {
  opacity: 0;
  transition: opacity 0.5s linear;
}

.loading1__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 271px;
  margin: -50px 0 0 -135px;
  transform: translateY(10px);
  opacity: 0;
}

html.-fixed2 .loading1__image {
  animation: loading1Image 0.5s 1 forwards;
}

@keyframes loading1Image {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.keyVisual1 {
  overflow: hidden;
  position: relative;
  min-width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.keyVisual1__loader1 {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -3;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  background: linear-gradient(to right, #006325 10%, rgba(0, 99, 37, 0) 42%);
  font-size: 10px;
  text-indent: -9999em;
  transform: translateZ(0);
  animation: keyVisual1Loader1 1.4s infinite linear;
}

.keyVisual1__loader1:before {
  width: 50%;
  height: 50%;
  background: #006325;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.keyVisual1__loader1:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@keyframes keyVisual1Loader1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.keyVisual1__body1 {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
  max-width: 375px;
}

.keyVisual1__body1.bring_forward{
  z-index:unset;
  padding-top: 20px;
}

.keyVisual1__inner1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.keyVisual1__logo1 {
  width: 175px;
  position: relative;
  right: -7px;
  margin: auto;
}

.keyVisual1__logo1 img {
  width: 100%;
  height: auto;
}

.keyVisual1__logo1 img.-loading {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.keyVisual1__text1 {
  position: relative;
  font-size: 18px;
  line-height: 1.80556;
  font-weight: 700;
  text-align: center;
  margin: 40px 0 0 0;
}

.keyVisual1__text1.sp-space{
  margin: 40px 25px 0 25px;
}

.keyVisual1__text1.font-mini{
  font-size:16px;
}

.keyVisual1__text1 sup {
  font-size: 10px;
}

.keyVisual1__text2 {
  position: relative;
  padding: 0 0 0 15px;
  margin: 20px 20px 0 20px;
  font-size: 9px;
  line-height: 1.5;
}

.keyVisual1__text2 span {
  position: absolute;
  left: 0;
  top: 0;
}

.keyVisual1__movie1 {
  width: 100%;
  overflow: hidden;
}

.keyVisual1__movie1 video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}

.keyVisual1__btnScroll1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 10px;
  line-height: 3.15;
  letter-spacing: 0.05em;
  color: #fff;
  z-index: 10;
  font-weight: 700;
  padding: 0 0 40px 0;
  display: block;
  text-align: center;
  font-family: "myriad-pro", sans-serif;
}

.keyVisual1__btnScroll1 a {
  color: #fff;
  display: inline-block;
}

.keyVisual1__btnScroll1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  background: #fff;
  animation: scrollBar01 1s ease 0s infinite normal;
}

.keyVisual1__btnScroll1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  margin: auto;
  background: rgba(255, 255, 255, 0.4);
}

@keyframes scrollBar01 {
  0% {
    transform: translateY(-30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 0;
  }
}

@keyframes scrollBar02 {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
    opacity: 0;
  }
}

.js-scrollAnimationTop1 .keyVisual1__inner1:before {
  opacity: 0;
  transition: opacity 1s ease 1s;
}

.js-scrollAnimationTop1 .keyVisual1__body1 {
  color: #000;
  transition: color 1s ease 1s;
}

.js-scrollAnimationTop1 .keyVisual1__logo1 {
  transform: translateY(10px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.js-scrollAnimationTop1 .keyVisual1__logo1 img.-loaded {
  opacity: 0;
  transition: opacity 1s ease 1s;
}

.js-scrollAnimationTop1 .keyVisual1__logo1 img.-loading {
  opacity: 1;
  transition: opacity 1s ease 1s;
}

.js-scrollAnimationTop1 .keyVisual1__text1 {
  transform: translateY(10px);
  opacity: 0;
  transition: transform 1s ease 0.25s, opacity 1s ease 0.25s;
}

.js-scrollAnimationTop1 .kv_onVideo{
  transform: translateY(10px);
  opacity: 0;
  transition: transform 1s ease 0.5s, opacity 1s ease 1s;
}

.js-scrollAnimationTop1 .keyVisual1__text2 {
  opacity: 0;
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
}

.js-scrollAnimationTop1 .keyVisual1__btnScroll1 {
  opacity: 0;
  transition: opacity 0.5s ease 2s;
}

.js-scrollAnimationTop1 .keyVisual1__btnScroll1::before {
  height: 0;
  transition: height 0s ease 2.5s;
}

.js-scrollAnimationTop1 .keyVisual1__btnScroll1::after {
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease 2.2s;
}

.js-scrollAnimationTop1 .keyVisual1__movie1 video {
  transform: translate(-50%, -50%) scale(1.05);
  opacity: 0;
  transition: transform 1s ease 1s, opacity 1s ease 1s;
}

.js-scrollAnimationTop1 .keyVisual1__loader1 {
  opacity: 0;
  transition: opacity 1s ease 1s;
}

.js-scrollAnimationTop1.-active1 .keyVisual1__inner1:before {
  opacity: 1;
}

.js-scrollAnimationTop1.-active1 .keyVisual1__logo1 {
  transform: translateY(0);
  opacity: 1;
}

.js-scrollAnimationTop1.-active1 .keyVisual1__logo1 img.-loaded {
  opacity: 1;
}

.js-scrollAnimationTop1.-active1 .keyVisual1__logo1 img.-loading {
  opacity: 0;
}

.js-scrollAnimationTop1.-active1 .keyVisual1__body1 {
  color: #fff;
}

.js-scrollAnimationTop1.-active1 .keyVisual1__text1 {
  transform: translateY(0);
  opacity: 1;
}

.js-scrollAnimationTop1.-active1 .kv_onVideo {
  transform: translateY(0);
  opacity: 1;
}

.js-scrollAnimationTop1.-active1 .keyVisual1__text2 {
  opacity: 1;
}

.js-scrollAnimationTop1.-active1 .keyVisual1__movie1 video {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.js-scrollAnimationTop1.-active1 .keyVisual1__loader1 {
  opacity: 1;
}

.js-scrollAnimationTop1.-active1 .keyVisual1__btnScroll1 {
  opacity: 1;
}

.js-scrollAnimationTop1.-active1 .keyVisual1__btnScroll1::before {
  height: 10px;
}

.js-scrollAnimationTop1.-active1 .keyVisual1__btnScroll1::after {
  transform: scaleY(1);
}

.pickup1 {
  padding: 40px 0 50px;
  background: #f4f4f4;
}

.pickup1__slider1__unit1 {
  display: block;
  padding: 0 40px;
}

.pickup1__slider1__unit1 img {
  width: 100%;
  height: auto;
}

.pickup1__slider1__unit1 img:last-child {
  display: none;
}

.js-scrollAnimationTop1.pickup1 {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.js-scrollAnimationTop1 .pickup1__slider1 {
  transform: translateY(20px);
  transition: transform 0.5s ease;
}

.js-scrollAnimationTop1 .pickup1__slider1 .slick-prev {
  transform: translateX(10px);
  opacity: 0;
  transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
}

.js-scrollAnimationTop1 .pickup1__slider1 .slick-next {
  transform: translateX(-10px);
  opacity: 0;
  transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
}

.js-scrollAnimationTop1 .pickup1__slider1 .slick-dots li {
  transform: translateX(5px);
  transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
  opacity: 0;
}

.js-scrollAnimationTop1 .pickup1__slider1 .slick-dots li:nth-child(2) {
  transition-delay: 0.5s;
}

.js-scrollAnimationTop1 .pickup1__slider1 .slick-dots li:nth-child(3) {
  transition-delay: 0.7s;
}

.js-scrollAnimationTop1.-active1.pickup1 {
  opacity: 1;
}

.js-scrollAnimationTop1.-active1 .pickup1__slider1 {
  transform: translateY(0);
}

.js-scrollAnimationTop1.-active1 .pickup1__slider1 .slick-prev,
.js-scrollAnimationTop1.-active1 .pickup1__slider1 .slick-next {
  transform: translateX(0);
  opacity: 1;
}

.js-scrollAnimationTop1.-active1 .pickup1__slider1 .slick-dots li {
  transform: translateX(0);
  opacity: 1;
}

.about1__body1 {
  padding: 42px 40px 0;
}

.about1__text1 p {
  font-size: 14px;
  line-height: 1.8;
}

.about1__text1 sup {
  font-size: 10px;
}

.about1__btnMore1 {
  margin: 25px 0 0 0;
}

.js-scrollAnimationTop1.about1 {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.js-scrollAnimationTop1.-active1.about1 {
  opacity: 1;
}

.js-scrollAnimationTop2 .about1__title1 .title1 {
  overflow: hidden;
}

.js-scrollAnimationTop2 .about1__title1 .title1::before {
  transform: scale(1.05);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimationTop2 .about1__title1 .title1__inner1 {
  opacity: 0;
  transition: opacity 0.5s ease 0.3s;
}

.js-scrollAnimationTop2 .about1__title1 .title1__title1 {
  transform: translateY(5px);
  transition: transform 0.5s ease 0.3s;
}

.js-scrollAnimationTop2 .about1__title1 .title1__title1::before {
  transform: scaleX(0);
  transition: transform 0.3s ease 0.5s;
}

.js-scrollAnimationTop2 .about1__title1.-active1 .title1::before {
  transform: scale(1);
  opacity: 1;
}

.js-scrollAnimationTop2 .about1__title1.-active1 .title1__inner1 {
  opacity: 1;
}

.js-scrollAnimationTop2 .about1__title1.-active1 .title1__title1 {
  transform: translateY(0);
}

.js-scrollAnimationTop2 .about1__title1.-active1 .title1__title1::before {
  transform: scaleX(1);
}

.js-scrollAnimationTop2 .about1__body1 {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.js-scrollAnimationTop2 .about1__body1.-active1 {
  transform: translateY(0);
  opacity: 1;
}

.products1 {
  background: #f4f4f4;
  margin: 60px 0 0 0;
  padding: 40px 40px 60px;
}

.products1 .slick-arrow {
  transform: translate(0, -290%);
}

.products1 .slick-dots {
  bottom: -32px !important;
}

.products1__slider1 {
  position: relative;
  margin: 25px -40px 0;
}

.products1__slider1__unit1 {
  display: block;
  padding: 0 33px;
  text-align: center;
}

.products1__slider1__unit1__image1 img {
  width: 100%;
  height: auto;
}

.products1__slider1__unit1__name1 {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 700;
}

.products1__slider1__unit1__text1 {
  font-size: 14px;
  line-height: 1.8;
  margin: 10px 0 0 0;
}

.products1__btnMore1 {
  margin: 62px 0 0 0;
}

.products1__slider2 {
  display: none;
}

.products1__slider2__unit1 {
  display: block;
  text-align: center;
}

.products1__slider2__unit1__name1 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  margin: 0 0 0 0;
}

.products1__slider2__unit1__name1 span {
  display: block;
  font-size: 14px;
}

.products1__slider2__unit1__name1 sup {
  font-size: 0.5em;
}

.products1__slider2__unit1__text1 {
  font-size: 14px;
  line-height: 1.71429;
  margin: 15px 0 0 0;
}

.products1__slider2__unit1__text1 span {
  font-size: 10px;
  line-height: 1.5;
}

.js-scrollAnimationTop1.products1 {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimationTop1.products1 .title2__title1::before {
  transform: scaleX(0);
  transition: transform 0.3s ease 0.2s;
}

.js-scrollAnimationTop1.products1 .title2__subLabel1 {
  opacity: 0;
  transition: opacity 0.5s ease 0.2s;
}

.js-scrollAnimationTop1 .products1__slider1,
.js-scrollAnimationTop1 .products1__slider2 {
  transform: translateY(20px);
  transition: transform 0.5s ease;
}

.js-scrollAnimationTop1 .products1__slider1 .slick-list li,
.js-scrollAnimationTop1 .products1__slider2 .slick-list li {
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
}

.js-scrollAnimationTop1 .products1__slider1 .slick-prev,
.js-scrollAnimationTop1 .products1__slider2 .slick-prev {
  transform: translateX(10px);
  opacity: 0;
  transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
}

.js-scrollAnimationTop1 .products1__slider1 .slick-next,
.js-scrollAnimationTop1 .products1__slider2 .slick-next {
  transform: translateX(-10px);
  opacity: 0;
  transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
}

.js-scrollAnimationTop1 .products1__slider1 .slick-dots li,
.js-scrollAnimationTop1 .products1__slider2 .slick-dots li {
  transform: translateX(5px);
  transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
  opacity: 0;
}

.js-scrollAnimationTop1 .products1__slider1 .slick-dots li:nth-child(2),
.js-scrollAnimationTop1 .products1__slider2 .slick-dots li:nth-child(2) {
  transition-delay: 0.5s;
}

.js-scrollAnimationTop1 .products1__slider1 .slick-dots li:nth-child(3),
.js-scrollAnimationTop1 .products1__slider2 .slick-dots li:nth-child(3) {
  transition-delay: 0.7s;
}

.js-scrollAnimationTop1 .products1__slider1 .slick-dots li:nth-child(4),
.js-scrollAnimationTop1 .products1__slider2 .slick-dots li:nth-child(4) {
  transition-delay: 0.9s;
}

.js-scrollAnimationTop1 .products1__slider1 .slick-dots li:nth-child(5),
.js-scrollAnimationTop1 .products1__slider2 .slick-dots li:nth-child(5) {
  transition-delay: 1.1s;
}

.js-scrollAnimationTop1 .products1__slider1 .slick-dots li:nth-child(6),
.js-scrollAnimationTop1 .products1__slider2 .slick-dots li:nth-child(6) {
  transition-delay: 1.3s;
}

.js-scrollAnimationTop1 .products1__slider1 .slick-list .slick-slide {
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
}

.js-scrollAnimationTop1 .products1__slider2 .slick-list .slick-slide {
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
}

.js-scrollAnimationTop1
  .products1__slider2
  .slick-list
  .slick-slide[data-slick-index="0"] {
  transition-delay: 0.3s;
}

.js-scrollAnimationTop1
  .products1__slider2
  .slick-list
  .slick-slide[data-slick-index="1"] {
  transition-delay: 0.7s;
}

.js-scrollAnimationTop1.-active1.products1 {
  transform: translateY(0);
  opacity: 1;
}

.js-scrollAnimationTop1.-active1.products1 .title2__title1::before {
  transform: scaleX(1);
}

.js-scrollAnimationTop1.-active1.products1 .title2__subLabel1 {
  opacity: 1;
}

.js-scrollAnimationTop1.-active1 .products1__slider1,
.js-scrollAnimationTop1.-active1 .products1__slider2 {
  transform: translateY(0);
}

.js-scrollAnimationTop1.-active1 .products1__slider1 .slick-list .slick-slide,
.js-scrollAnimationTop1.-active1 .products1__slider2 .slick-list .slick-slide {
  transform: translateY(0);
  opacity: 1;
}

.js-scrollAnimationTop1.-active1 .products1__slider1 .slick-prev,
.js-scrollAnimationTop1.-active1 .products1__slider1 .slick-next,
.js-scrollAnimationTop1.-active1 .products1__slider2 .slick-prev,
.js-scrollAnimationTop1.-active1 .products1__slider2 .slick-next {
  transform: translateX(0);
  opacity: 1;
}

.js-scrollAnimationTop1.-active1 .products1__slider1 .slick-dots li,
.js-scrollAnimationTop1.-active1 .products1__slider2 .slick-dots li {
  transform: translateX(0);
  opacity: 1;
}

.products2__unit1 {
  margin: 60px 0 0 0;
  padding: 0 40px;
}

.products2__unit1:first-child {
  margin-top: 0;
}

.products2__unit1:nth-of-type(even) .products2__unit1__inner1 {
  flex-direction: row-reverse;
}

.products2__unit1__image1 {
  margin: 0 -40px;
}

.products2__unit1__image1 img {
  width: 100%;
  height: auto;
}

.products2__unit1__title1 {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin: 22px 0 0 0;
}

.products2__unit1__title1 sup {
  transform: scale(1.1);
  font-size: 10px;
  display: inline-block;
  margin: 0 0 0 2px;
}

.products2__unit1__title1 span {
  font-size: 14px;
  line-height: 2.14286;
  display: block;
  margin: 2px 0 0 0;
}

.products2__unit1__label1 {
  text-align: center;
  margin: 16px 0 0 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.products2__unit1__label1 > li {
  margin: 0 2.25px 4.5px;
}

.products2__unit1__text1 {
  margin: 13px 0 0 0;
}

.products2__unit1__text1 p {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}

.products2__unit1__btnMore1 {
  margin: 25px 0 0 0;
}

.products2__unit1__notes1 {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}

.products2__unit1__notes1 li {
  font-size: 10px;
  line-height: 1.8;
}

.js-scrollAnimation3.products2__unit1 {
  opacity: 0;
  transition: all 0.5s ease;
}

.js-scrollAnimation3 .products2__unit1__image1 {
  overflow: hidden;
}

.js-scrollAnimation3 .products2__unit1__image1 img {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.js-scrollAnimation3 .products2__unit1__title1,
.js-scrollAnimation3 .products2__unit1__label1,
.js-scrollAnimation3 .products2__unit1__text1,
.js-scrollAnimation3 .products2__unit1__btnMore1,
.js-scrollAnimation3 .products2__unit1__notes1 {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.js-scrollAnimation3 .products2__unit1__title1 {
  transition-delay: 0.2s;
}

.js-scrollAnimation3 .products2__unit1__label1 {
  transition-delay: 0.4s;
}

.js-scrollAnimation3 .products2__unit1__text1 {
  transition-delay: 0.6s;
}

.js-scrollAnimation3 .products2__unit1__btnMore1 {
  transition-delay: 0.8s;
}

.js-scrollAnimation3 .products2__unit1__notes1 {
  transition-delay: 1s;
}

.js-scrollAnimation3.-active1.products2__unit1 {
  opacity: 1;
}

.js-scrollAnimation3.-active1 .products2__unit1__image1 img {
  transform: scale(1);
}

.js-scrollAnimation3.-active1 .products2__unit1__title1,
.js-scrollAnimation3.-active1 .products2__unit1__label1,
.js-scrollAnimation3.-active1 .products2__unit1__text1,
.js-scrollAnimation3.-active1 .products2__unit1__btnMore1,
.js-scrollAnimation3.-active1 .products2__unit1__notes1 {
  opacity: 1;
  transform: translateY(0);
}

.products3:nth-of-type(even),
.products3.-type1 {
  background: #f4f4f4;
}

.productsSearch4__unit1 .products3 {
  margin-top: -30px;
}

.productsSearch4__body1 .products3 {
  padding: 0;
  background: transparent;
}

.products3 {
  padding: 40px 0 60px;
}

.products3__text1 {
  font-size: 14px;
  line-height: 1.8;
  padding: 0 40px;
}

.products3__text1 sup {
  font-size: 10px;
}

.products3__text1 p {
  margin: 19px 0 0 0;
}

.products3__body1 {
  margin: 0 -10px 0;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
}

.products3__unit1 {
  display: block;
  width: 50%;
  padding: 0 10px;
  margin: 30px 0 0 0;
}

.products3__unit1__image1 {
  padding: 10px;
  background: #fff;
}

.products3__unit1__image1 img {
  width: 100%;
  height: auto;
}

.products3__unit1__title1 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin: 12px 0 0 0;
}

.products3__unit1__title1 span {
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
}

.products3__unit1__link1 {
  margin: 9px 0 0 0;
}

.js-scrollAnimation1.products3 {
  top: 0;
  transform: translateY(20px);
}

.js-scrollAnimation1.-active1.products3 {
  transform: translateY(0);
}

.why1__body1 {
  padding: 42px 40px 0;
}

.why1__text1 p {
  font-size: 14px;
  line-height: 1.8;
}

.why1__btnMore {
  margin: 25px 0 0 0;
}

.js-scrollAnimationTop1.why1 {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.js-scrollAnimationTop1.-active1.why1 {
  opacity: 1;
}

.js-scrollAnimationTop2 .why1__title1 .title1 {
  overflow: hidden;
}

.js-scrollAnimationTop2 .why1__title1 .title1::before {
  transform: scale(1.05);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimationTop2 .why1__title1 .title1__inner1 {
  opacity: 0;
  transition: opacity 0.5s ease 0.3s;
}

.js-scrollAnimationTop2 .why1__title1 .title1__title1 {
  transform: translateY(5px);
  transition: transform 0.5s ease 0.3s;
}

.js-scrollAnimationTop2 .why1__title1 .title1__title1::before {
  transform: scaleX(0);
  transition: transform 0.3s ease 0.5s;
}

.js-scrollAnimationTop2 .why1__title1.-active1 .title1::before {
  transform: scale(1);
  opacity: 1;
}

.js-scrollAnimationTop2 .why1__title1.-active1 .title1__inner1 {
  opacity: 1;
}

.js-scrollAnimationTop2 .why1__title1.-active1 .title1__title1 {
  transform: translateY(0);
}

.js-scrollAnimationTop2 .why1__title1.-active1 .title1__title1::before {
  transform: scaleX(1);
}

.js-scrollAnimationTop2 .why1__body1 {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.js-scrollAnimationTop2 .why1__body1.-active1 {
  transform: translateY(0);
  opacity: 1;
}

.news1 {
  background: #f4f4f4;
  margin: 60px 0 0 0;
  padding: 40px 40px 60px;
}

.news1.-type1 {
  background: transparent;
  margin-top: 0;
}

.news1__newsList1 {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.news1__newsList1 li {
  margin: 30px 0 0 0;
}

.news1__newsList1.-type1 {
  margin-top: 0;
  padding-bottom: 10px;
}

.news1__newsList1.-type1 li {
  margin: 0 0 26px 0;
}

.news1__newsList1__unit1 {
  display: flex;
  margin: 0 -10px;
}

.news1__newsList1__unit1 > div {
  width: 50%;
  padding: 0 10px;
}

.news1__newsList1__unit1__image1 {
  width: 50%;
  padding: 0 10px;
}

.news1__newsList1__unit1__image1 img {
  width: 100%;
  height: auto;
}

.news1__newsList1__unit1__date1 {
  font-size: 12px;
  line-height: 1;
}

.news1__newsList1__unit1__title1 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  margin: 5px 0 0 0;
}

.news1__btnMore1 {
  margin: 30px 0 0 0;
}

.js-scrollAnimationTop1.news1 {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimationTop1.news1 .title2__title1::before {
  transform: scaleX(0);
  transition: transform 0.3s ease 0.2s;
}

.js-scrollAnimationTop1.news1 .title2__subLabel1 {
  opacity: 0;
  transition: opacity 0.5s ease 0.2s;
}

.js-scrollAnimationTop1 .news1__newsList1 > li {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimationTop1 .news1__newsList1 > li:nth-child(1) {
  transition-delay: 0.2s;
}

.js-scrollAnimationTop1 .news1__newsList1 > li:nth-child(2) {
  transition-delay: 0.4s;
}

.js-scrollAnimationTop1 .news1__newsList1 > li:nth-child(3) {
  transition-delay: 0.6s;
}

.js-scrollAnimationTop1.-active1.news1 {
  transform: translateY(0);
  opacity: 1;
}

.js-scrollAnimationTop1.-active1.news1 .title2__title1::before {
  transform: scaleX(1);
}

.js-scrollAnimationTop1.-active1.news1 .title2__subLabel1 {
  opacity: 1;
}

.js-scrollAnimationTop1.-active1 .news1__newsList1 > li {
  transform: translateY(0);
  opacity: 1;
}

.news1__pagination1 {
  border-top: #dcdcdc 1px solid;
  margin: 0 20px 0 20px;
}

.news1__pagination1__list1 {
  display: flex;
  justify-content: center;
  margin: 30px auto 0 auto;
  width: 100%;
}

.news1__pagination1__list1 li {
  list-style: none;
  margin: 0 0.5vw 0 0.5vw;
  width: 40px;
  height: 40px;
}

.news1__pagination1__list1 li a {
  font-size: 18px;
  line-height: 1.75;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}

.news1__pagination1__list1 li a.-active {
  background: #ebebeb;
  pointer-events: none;
  cursor: default;
}

.js-pagenation1.simple-pagination ul {
  display: flex;
  justify-content: center;
  margin: 30px auto 0 auto;
  width: 100%;
}

.js-pagenation1.simple-pagination ul li {
  list-style: none;
  margin: 0 0.5vw 0 0.5vw;
  width: 40px;
  height: 40px;
}

.js-pagenation1.simple-pagination ul li a,
.js-pagenation1.simple-pagination ul li span {
  font-size: 18px;
  line-height: 1.75;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}

.js-pagenation1.simple-pagination ul li a.current,
.js-pagenation1.simple-pagination ul li span.current {
  background: #ebebeb;
  pointer-events: none;
  cursor: default;
}

.js-pagenation1.simple-pagination ul li a.prev,
.js-pagenation1.simple-pagination ul li a.next,
.js-pagenation1.simple-pagination ul li span.prev,
.js-pagenation1.simple-pagination ul li span.next {
  overflow: hidden;
  text-indent: -999px;
  position: relative;
}

.js-pagenation1.simple-pagination ul li a.prev::before,
.js-pagenation1.simple-pagination ul li a.next::before,
.js-pagenation1.simple-pagination ul li span.prev::before,
.js-pagenation1.simple-pagination ul li span.next::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 11px;
  margin: auto;
}

.js-pagenation1.simple-pagination ul li a.prev::before,
.js-pagenation1.simple-pagination ul li span.prev::before {
  background: url("../images/arrow_type6_left1.svg") 0 0 no-repeat;
  background-size: 6px 11px;
}

.js-pagenation1.simple-pagination ul li a.next::before,
.js-pagenation1.simple-pagination ul li span.next::before {
  background: url("../images/arrow_type6_right1.svg") 0 0 no-repeat;
  background-size: 6px 11px;
}

.js-pagenation1.simple-pagination ul li.disabled .prev,
.js-pagenation1.simple-pagination ul li.disabled .next {
  visibility: hidden;
}

.js-pagenation1__page.news1__newsList1 {
  display: none;
}

.js-pagenation1__page.news1__newsList1#page-1 {
  display: block;
}

.news2 {
  margin: 30px 0 -60px 0;
  padding: 35px 0 55px;
  background: #f4f4f4;
}

.news2__unit1__list1 {
  padding: 0 40px;
  list-style: none;
  margin: 30px 0 0 0;
}

.news2__unit1__list1__unit1 {
  display: block;
  padding: 23px 0;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  margin: -1px 0 0 0;
}

.news2__unit1__list1__unit1.-active1 {
  pointer-events: none;
}

.news2__unit1__list1__unit1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("../images/arrow_type2_right1.svg") 0 0 no-repeat;
  width: 18px;
  height: 5px;
  background-size: 18px auto;
}

.news2__unit1__list1__unit1.-active1:before {
  display: none;
}

.news2__unit1__list1__unit1__name1 {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}

.news2__unit1__list1__unit1__name1 span {
  font-size: 12px;
  line-height: 1.84167;
}

.news2__unit1__list1__unit1.-active1 .news2__unit1__list1__unit1__name1 {
  color: #aaa;
}

.news3 {
  padding: 35px 0 0 0;
}

.news3__title1 {
  text-align: center;
}

.news3__title1__date1 {
  font-size: 14px;
  line-height: 1.8;
}

.news3__inner1 {
  margin: 30px 40px 60px 40px;
}

.news3__image1 img {
  width: 100%;
  height: auto;
}

.news3__body1 {
  margin: 25px 0 35px 0;
}

.news3__body1 p {
  text-align: left;
  margin: 0 0 25px 0;
  font-size: 14px;
  line-height: 1.8;
}

.news3__footer1 {
  background: #f4f4f4;
  padding: 20px 10px;
}

.news3__sns1 {
  list-style: none;
  margin-top: -5px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.news3__sns1 li {
  margin: 5px 0 0 5px;
}

.news3__sns1 li:first-child {
  margin-left: 0;
}

.news3__btnBack1 {
  border-top: 1px solid #dcdcdc;
  margin: 0 40px 39px 40px;
  padding-top: 40px;
}

.history1__btnBack1 {
  margin: 40px 0 0 0;
}

.banner1 {
  margin: 40px 0 0 0;
}

.banner1 .slick-arrow {
  transform: translate(0, -120%);
}

.banner1__unit1 {
  display: block;
  padding: 0 40px;
}

.banner1__unit1__image1 img {
  width: 100%;
  height: auto;
}

.banner1__unit1__text1 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  margin: 12px 0 0 0;
}

.banner1__unit1__text1 sup {
  font-size: 10px;
}

.js-scrollAnimationTop1 .banner1__slider1 .slick-list li {
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimationTop1 .banner1__slider1 .slick-prev {
  transform: translate(10px, -120%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimationTop1 .banner1__slider1 .slick-next {
  transform: translate(-10px, -120%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimationTop1 .banner1__slider1 .slick-dots li {
  transform: translateX(5px);
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

.js-scrollAnimationTop1 .banner1__slider1 .slick-dots li:nth-child(2) {
  transition-delay: 0.2s;
}

.js-scrollAnimationTop1 .banner1__slider1 .slick-dots li:nth-child(3) {
  transition-delay: 0.4s;
}

.js-scrollAnimationTop1 .banner1__slider1 .slick-dots li:nth-child(4) {
  transition-delay: 0.6s;
}

.js-scrollAnimationTop1 .banner1__slider1 .slick-dots li:nth-child(5) {
  transition-delay: 0.8s;
}

.js-scrollAnimationTop1 .banner1__slider1 .slick-dots li:nth-child(6) {
  transition-delay: 1s;
}

.js-scrollAnimationTop1 .banner1__slider1 .slick-list .slick-slide {
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimationTop1
  .banner1__slider1
  .slick-list
  .slick-slide[data-slick-index="1"] {
  transition-delay: 0.2s;
}

.js-scrollAnimationTop1
  .banner1__slider1
  .slick-list
  .slick-slide[data-slick-index="2"] {
  transition-delay: 0.4s;
}

.js-scrollAnimationTop1.-active1 .banner1__slider1 .slick-list .slick-slide {
  transform: translateY(0);
  opacity: 1;
}

.js-scrollAnimationTop1.-active1 .banner1__slider1 .slick-prev,
.js-scrollAnimationTop1.-active1 .banner1__slider1 .slick-next {
  transform: translate(0, -120%);
  opacity: 1;
}

.js-scrollAnimationTop1.-active1 .banner1__slider1 .slick-dots li {
  transform: translateX(0);
  opacity: 1;
}

.insta1 {
  margin: 70px 0 0 0;
}

.insta1__inner1 {
  position: relative;
}

.insta1__imageList1 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.insta1__imageList1:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.insta1__unit1 {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.insta1__unit1:nth-of-type(3) {
  width: 100%;
}

.insta1__unit1__image1 {
  padding-top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.insta1__unit1:nth-of-type(1) .insta1__unit1__image1:nth-of-type(1) {
  width: 100%;
  padding-top: 100%;
}

.insta1__unit1:nth-of-type(2) .insta1__unit1__image1:nth-of-type(3) {
  width: 100%;
  padding-top: 100%;
}

.insta1__unit1:nth-of-type(3) .insta1__unit1__image1:last-child {
  width: 100%;
  padding-top: 43%;
}

.insta1__body1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.insta1__body1 > div {
  padding: 40% 40px 0;
  width: 100%;
}

.insta1__title1 {
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  font-family: "myriad-pro", sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  position: relative;
  padding-bottom: 20px;
}

.insta1__title1:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/icon_sns1_1.svg") 0 0 no-repeat;
  background-size: 40px;
  margin: 0 auto 20px;
}

.insta1__title1:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
  margin: auto;
}

.insta1__btnMore1 {
  margin: 30px 0 0 0;
}

.js-scrollAnimationTop1.insta1 {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimationTop1.-active1.insta1 {
  transform: translateY(0);
  opacity: 1;
}

.lead1 {
  margin: 40px 0 0 0;
}

.lead1__title1 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}

.lead1__inner1 {
  padding: 0 40px;
}

.lead1__image1 {
  width: 230px;
  margin: 18px auto 30px;
}

.lead1__image1 img {
  width: 100%;
  height: auto;
  margin: 15px 0 0 0;
}

.lead1__image1__caption1 {
  font-size: 12px;
  line-height: 2.08333;
  font-weight: 700;
  text-align: center;
  display: block;
}

.lead1__text1 {
  font-size: 14px;
  line-height: 1.78571;
}

.lead1__text1 sup {
  font-size: 10px;
  transform: scale(0.7);
  display: inline-block;
}

.lead1__text1 p {
  margin: 14px 0 0 0;
}

.lead2 {
  margin: 35px 0 5px 0;
}

.lead2.-step3 {
  background: #f4f4f4;
}

.lead2.-step9 {
  background: #f4f4f4;
}

.lead2__inner1 {
  padding: 0 40px;
}

.lead2.-step3 .lead2__inner1,
.lead2.-step9 .lead2__inner1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.lead2__unit1 {
  background: #fff;
  padding: 20px;
  margin: 30px auto 0 auto;
}

.lead2__title1 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: center;
}

.lead2__title2 {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: center;
}

.lead2__title3 {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-top: 30px;
}

.lead2__title2__subLabel1 {
  font-size: 12px;
  line-height: 2.08333;
  font-weight: 700;
  text-align: center;
  display: block;
}

.lead2__image1 {
  text-align: center;
  margin: 18px auto 20px;
}

.lead2__image1 img {
  width: 100%;
  height: auto;
  margin: 15px 0 0 0;
}

.lead2__image1.-step1 {
  max-width: 230px;
}

.lead2__image1.-step1 img {
  margin-left: -10px;
}

.lead2__image1.-step2 {
  max-width: 281px;
}

.lead2__image1.-step2 img {
  margin-right: -13px;
}

.lead2__image1.-step3 {
  max-width: 295px;
}

.lead2__image1.-step4 {
  max-width: 295px;
}

.lead2__image1.-step4 img {
  margin-top: 15px;
}

.lead2__image1.-step5 img {
  margin-top: 15px;
}

.lead2__image1.-step6 img {
  width: 200px;
  height: auto;
  margin-top: 15px;
}

.lead2__image1.-step7 img {
  margin-top: 15px;
}

.lead2__image1__caption1 {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  display: block;
}

.lead2__image1__caption1.-step7 {
  text-align: left;
  margin: 20px 0 0 0;
}

.lead2__image1__caption1.-step8 {
  margin: 35px 0 25px 0;
}

.lead2__image1__caption2 {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.lead2__image1__notes1 {
  text-align: left;
  font-size: 10px;
  line-height: 1.8;
  list-style: none;
  margin: 15px 0 0 0;
}

.lead2__image1__notes1 li {
  position: relative;
  padding: 0 0 0 15px;
}

.lead2__image1__notes1 li span {
  position: absolute;
  left: 0;
  top: 0;
}

.lead2__image1__notes1.-type1 li {
  padding: 0 0 0 20px;
}

.lead2__image2 {
  text-align: center;
  margin: 18px auto 20px;
}

.lead2__image2 img {
  width: 100%;
  height: auto;
}

.lead2__imageList1 {
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.lead2__imageList1 li {
  width: 33.333%;
  margin-top: 10px;
}

.lead2__imageList1 img {
  width: 100%;
  height: auto;
}

.lead2__imageList1 p {
  font-size: 10px;
  line-height: 2.5;
}

.lead2__imageList2 {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 20px 0 20px 0;
}

.lead2__imageList2 li {
  text-align: center;
  width: 50%;
}

.lead2__imageList2 li img {
  width: 111px;
  height: auto;
}

.lead2__text1 {
  font-size: 14px;
  line-height: 1.8;
}

.lead2__text1 sup {
  font-size: 10px;
}

.lead2__text1 p {
  margin: 19px 0 0 0;
}

.lead2__note1 {
  font-size: 10px;
  line-height: 1.8;
  list-style: none;
  margin: 15px 0 0 0;
}

.lead2__note1 li {
  position: relative;
  padding: 0 0 0 15px;
}

.lead2__note1 li span {
  position: absolute;
  left: 0;
  top: 0;
}

.lead2__table1 {
  margin: 10px 0 0 0;
}

.lead2__table1 tbody tr th {
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  background: #999999;
  border: 1px solid #707070;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.lead2__table1 tbody tr td {
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  border: 1px solid #707070;
  padding: 10px 10px 10px 10px;
}

.lead2__table1 tbody tr .lead2__table1_th {
  font-size: 12px;
  line-height: 1.8;
  background: #fff;
  color: #000;
  padding: 20px;
  white-space: nowrap;
}

.lead2__btnMore1 {
  margin: 25px 0 0 0;
}

.lead2__step8__unit1:nth-child(odd) {
  margin: 0 0 25px 0;
}

.lead2__step8__unit1 h4 {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin: 10px 0 5px 0;
}

.lead2__step8__unit1 p {
  font-size: 12px;
  line-height: 1.8;
}

.lead2__step8__unit1 p sup {
  font-size: 10px;
}

.lead2__step8__image1 {
  width: 100%;
  height: auto;
}

.lead2__step8__image1__wappar1 {
  position: relative;
}

.lead2__step8__image1__wappar1 .vector {
  position: absolute;
  z-index: 1;
  bottom: -35px;
  left: -35px;
}

.lead2__step8__image1__wappar1 .temperature {
  position: absolute;
  z-index: 1;
  width: 47px;
  height: auto;
  bottom: -32px;
  right: -32px;
}

.lead3 {
  margin: 60px 0 0 0;
  padding: 45px 40px 60px;
  background: #f4f4f4;
}

.lead3__text1 p {
  font-size: 14px;
  line-height: 1.8;
  margin: 17px 0 0 0;
}

.lead3__text1 p:first-child {
  margin: 0;
}

.lead3__text1 sup {
  font-size: 10px;
}

.lead3__notes1 {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.lead3__notes1 li {
  font-size: 10px;
  line-height: 1.8;
}

.award1 {
  margin: 40px 0 0 0;
}

.award1__inner1 {
  margin: 0 40px;
  padding: 20px 20px 40px;
  background: #f4f4f4;
}

.award1__unit1 {
  margin: 40px 0 0 0;
}

.award1__unit1:first-of-type {
  margin-top: 0;
}

.award1__image1 {
  margin: 0 auto 30px;
}

.award1__image1 img {
  width: 100%;
  height: auto;
}

.award1__title1 {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.award1__title1 sup {
  font-size: 0.5em;
}

.award1__text1 {
  font-size: 14px;
  line-height: 1.78571;
}

.award1__text1 sup {
  font-size: 10px;
  transform: scale(0.7);
  display: inline-block;
}

.award1__text1 p {
  margin: 14px 0 0 0;
}

.award1__notes1 {
  font-size: 10px;
  line-height: 1.8;
  list-style: none;
  margin: 15px 0 0 0;
}

.award1__notes1 li {
  position: relative;
  padding: 0 0 0 15px;
}

.award1__notes1 li span {
  position: absolute;
  left: 0;
  top: 0;
}

.award1__button1 {
  margin: 15px auto 0;
}

.movie1 {
  margin: 40px 0 0 0;
  background: #f4f4f4;
}

.movie1__inner1 {
  padding: 50px 40px;
}

.movie1__unit1 {
  margin: 40px 0 0 0;
}

.movie1__unit1:first-child {
  margin: 0;
}

.movie1__unit1__movie1 {
  position: relative;
}

.movie1__unit1__movie1 a {
  display: block;
}

.movie1__unit1__movie1 a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  background: url("../images/arrow_type3_right1.svg") 0 0 no-repeat;
  background-size: 50px;
}

.movie1__unit1__movie1 img {
  width: 100%;
  height: auto;
}

.movie1__unit1__body1 {
  margin: 18px 0 0 0;
}

.movie1__unit1__title1 {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 700;
}

.movie1__unit1__title1:hover {
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.movie1__unit1__title1.-new1:before {
  content: "NEW";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 42px;
  height: 16px;
  background: #f68a33;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  line-height: 16px;
  text-align: center;
}

.movie1__unit1__sns1 {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.movie1__unit1__sns1 li {
  margin: 0 0 0 5px;
}

.movie1__unit1__sns1 li:first-child {
  margin: 0;
}

.movie2 {
  margin: 60px 0 0 0;
}

.movie2__inner1 {
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  margin: -25px -10px 0;
}

.movie2__unit1 {
  display: block;
  width: 50%;
  padding: 0 10px;
  margin: 25px 0 0 0;
}

.movie2__unit1:nth-of-type(8),
.movie2__unit1:nth-of-type(7),
.movie2__unit1:nth-of-type(6),
.movie2__unit1:nth-of-type(5) {
  display: none;
}

.movie2__unit1__movie1 {
  display: block;
  position: relative;
}

.movie2__unit1__movie1:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url("../images/arrow_type3_right1.svg") 0 0 no-repeat;
  background-size: 30px;
}

.movie2__unit1__movie1 img {
  width: 100%;
  height: auto;
}

.movie2__unit1__title1 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin: 10px 0 0 0;
}

.js-slickStyle1 {
  margin-bottom: 0 !important;
}

.js-slickStyle1 .slick-prev {
  left: 13px;
}

.js-slickStyle1 .slick-prev:before {
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  background: url("../images/arrow_type1_left1.svg") 0 0 no-repeat;
  background-size: 13px auto;
}

.js-slickStyle1 .slick-next {
  right: 13px;
}

.js-slickStyle1 .slick-next:before {
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  background: url("../images/arrow_type1_right1.svg") 0 0 no-repeat;
  background-size: 13px auto;
}

.js-slickStyle1 .slick-arrow {
  z-index: 10;
  width: 13px;
  height: 20px;
  text-align: center;
}

.js-slickStyle1 .slick-arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 13px;
  height: 20px;
  color: transparent;
}

.js-slickStyle1 .slick-dots {
  bottom: -30px;
  left: 0;
}

.js-slickStyle1 .slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0 7.5px;
}

.js-slickStyle1 .slick-dots li button {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: #dbdbdb;
  font-size: 0;
  padding: 0;
  transition: background 0.2s ease;
}

.js-slickStyle1 .slick-dots li button:before {
  display: none;
}

.js-slickStyle1 .slick-dots li.slick-active button {
  background: #000000;
}

.js-slickStyle1 .slick-dots li:only-child {
  display: none;
}

.js-scrollAnimation1 {
  position: relative;
  top: 20px;
  opacity: 0;
  transition: all 0.5s ease;
}

.js-scrollAnimation1.-active1 {
  top: 0;
  opacity: 1;
}

.js-scrollAnimation1.-anim1 {
  top: 0;
}

.js-scrollAnimation2 > * {
  position: relative;
  top: 20px;
  opacity: 0;
  transition: all 0.5s ease;
}

.js-scrollAnimation2 > *.-active1 {
  top: 0;
  opacity: 1;
}

.js-scrollAnimation2.-anim1 > * {
  top: 0;
}

.js-scrollAnimation2.-delay1 > *:nth-child(2) {
  transition-delay: 0.2s;
}

.js-scrollAnimation2.-delay1 > *:nth-child(3) {
  transition-delay: 0.4s;
}

.js-scrollAnimation2.-delay1 > *:nth-child(4) {
  transition-delay: 0.6s;
}

.js-scrollAnimation2.-delay1 > *:nth-child(5) {
  transition-delay: 0.8s;
}

.js-scrollAnimation2.-delay1 > *:nth-child(6) {
  transition-delay: 1s;
}

.js-scrollAnimation2.-delay1 > *:nth-child(7) {
  transition-delay: 1.2s;
}

.js-scrollAnimation2.-delay1 > *:nth-child(8) {
  transition-delay: 1.4s;
}

.js-scrollAnimation2.-delay1 > *:nth-child(9) {
  transition-delay: 1.6s;
}

.anchor1 {
  background: #f4f4f4;
  margin: 35px 0 0 0;
}

.anchor1__inner1 {
  padding: 40px;
}

.anchor1__linkList1 {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.anchor1__linkList1 li {
  position: relative;
}

.anchor1__linkList1 li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.anchor1__linkList1 a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  padding: 20px 20px 20px 0;
  position: relative;
}

.anchor1__linkList1 a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.anchor1__linkList1 a sup {
  font-size: 10px;
}

.anchor2 {
  background: #f4f4f4;
  margin: 40px 0 0 0;
}

.anchor2:first-child {
  margin-top: 0;
}

.anchor2__inner1 {
  padding: 40px;
}

.anchor2__subInner1 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.anchor2__linkList1 {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.anchor2__linkList1 li {
  position: relative;
  display: flex;
  width: 50%;
  padding: 0 10px;
}

.anchor2__linkList1 li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 10px;
  width: calc(100% - 20px);
  height: 1px;
  background: #ccc;
}

.anchor2__linkList1 a {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  padding: 17px 10px 17px 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.anchor2__linkList1 a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.anchor2__linkList1 a sup {
  position: relative;
  top: 3px;
  font-size: 10px;
  transform: scale(0.6);
  display: inline-block;
}

.anchor3 {
  background: #f4f4f4;
  margin: 32px 0 0 0;
}

.anchor3__inner1 {
  padding: 40px;
}

.anchor3__subInner1 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.anchor3__linkList1 {
  list-style: none;
  padding: 0;
}

.anchor3__linkList1 li {
  position: relative;
}

.anchor3__linkList1 li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.anchor3__linkList1 a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  padding: 18px 18px 18px 0;
  position: relative;
  width: 100%;
}

.anchor3__linkList1 a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.anchor3__linkList1 a sup {
  font-size: 10px;
}

.anchor4 {
  background: #f4f4f4;
}

.anchor4__inner1 {
  padding: 0 40px;
}

.anchor4__subInner1 {
  overflow: hidden;
}

.anchor4__linkList1 {
  list-style: none;
  margin: 0 -1px 0 -36px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.anchor4__linkList1 li {
  position: relative;
  padding: 0 0 0 36px;
}

.anchor4__linkList1 li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.anchor4__linkList1 a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 22px 0;
  position: relative;
}

.anchor4__linkList1 a:after {
  margin: 0 0 0 12px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.anchor4__linkList1 a sup {
  font-size: 10px;
}

.anchor5 {
  background: #f4f4f4;
}

.anchor5__inner1 {
  overflow: hidden;
  margin: 0 40px;
  padding: 40px 0;
}

.anchor5__linkList1 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.anchor5__linkList1 li {
  position: relative;
  width: 50%;
  padding: 0 10px;
}

.anchor5__linkList1 li::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -1px;
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background: #ccc;
}

.anchor5__linkList1 a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  padding: 20px 20px 20px 0;
  position: relative;
}

.anchor5__linkList1 a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.anchor5__linkList1 a sup {
  font-size: 10px;
}

.movie2 {
  margin: 40px 0 0 0;
}

.movie2__body1 {
  position: relative;
  padding: 40px 0 0;
  margin: 27px 20px 0;
}

.movie2__body1__inner1 {
  padding: 0 20px;
  margin: 0 -20px;
  border-top: 1px solid #ccc;
}

.movie2__unit1__label1 {
  font-size: 18px;
  line-height: 1.16667;
  font-weight: 700;
  opacity: 0.3;
  position: absolute;
  top: 0;
  margin: 0;
  text-align: center;
  height: 40px;
  padding-bottom: 20px;
  display: block;
}

.movie2__unit1__label1.-active1 {
  opacity: 1;
  color: #006325;
}

.movie2__unit1__label1.-active1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #006325;
}

.movie2__unit1:nth-of-type(1) .movie2__unit1__label1 {
  width: 33.333%;
}

.movie2__unit1:nth-of-type(2) .movie2__unit1__label1 {
  width: 33.333%;
  left: 0;
  right: 0;
  margin: auto;
}

.movie2__unit1:nth-of-type(3) .movie2__unit1__label1 {
  width: 33.333%;
  right: 0;
}

.movie2__unit1__movie2 {
  display: none;
  margin: 0 -20px;
  position: relative;
}

.movie2__unit1__movie2 a {
  position: relative;
  display: block;
}

.movie2__unit1__movie2 a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  background: url("../images/arrow_type3_right1.svg") 0 0 no-repeat;
  background-size: 50px;
}

.movie2__unit1__movie2 img {
  width: 100%;
  height: auto;
}

.js-scrollAnimation3.movie2 {
  position: relative;
  opacity: 0;
  transition: all 0.5s ease;
}

.js-scrollAnimation3.-active1.movie2 {
  opacity: 1;
}

.movie3 {
  margin: 40px 0 0 0;
}

.movie3__body1 {
  position: relative;
  padding: 40px 0 0;
  margin: 27px 20px 0;
}

.movie3__body1__inner1 {
  padding: 0 20px;
  margin: 0 -20px;
  border-top: 1px solid #ccc;
}

.movie3__unit1__label1 {
  font-size: 18px;
  line-height: 1.16667;
  font-weight: 700;
  opacity: 0.3;
  position: absolute;
  top: 0;
  margin: 0;
  text-align: center;
  height: 40px;
  padding-bottom: 20px;
  display: block;
}

.movie3__unit1__label1.-active1 {
  opacity: 1;
  color: #006325;
}

.movie3__unit1__label1.-active1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #006325;
}

.movie3__unit1:nth-of-type(1) .movie3__unit1__label1 {
  width: 33.333%;
}

.movie3__unit1:nth-of-type(2) .movie3__unit1__label1 {
  width: 33.333%;
  left: 0;
  right: 0;
  margin: auto;
}

.movie3__unit1:nth-of-type(3) .movie3__unit1__label1 {
  width: 33.333%;
  right: 0;
}

.movie3__unit1__movie3 {
  display: none;
  margin: 0 -20px;
  position: relative;
}

.movie3__unit1__movie3 a {
  position: relative;
  display: block;
}

.movie3__unit1__movie3 a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  background: url("../images/arrow_type3_right1.svg") 0 0 no-repeat;
  background-size: 50px;
}

.movie3__unit1__movie3 img {
  width: 100%;
  height: auto;
}

.js-scrollAnimation3.movie3 {
  position: relative;
  opacity: 0;
  transition: all 0.5s ease;
}

.js-scrollAnimation3.-active1.movie3 {
  opacity: 1;
}

.movie4 {
  margin: 37px 0px 0 0;
}

.movie4__inner1 {
  padding: 0 40px;
  margin: 30px 0 0 0;
}

.movie4__movie1 {
  position: relative;
}

.movie4__movie1 a {
  display: block;
}

.movie4__movie1 a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  background: url("../images/arrow_type3_right1.svg") 0 0 no-repeat;
  background-size: 50px;
}

.movie4__movie1 img {
  width: 100%;
  height: auto;
}

.movie5 {
  margin: 40px 0 0 0;
}

.movie5__body1 {
  position: relative;
  padding: 50px 0 0;
  margin: 27px 20px 0;
}

.movie5__body1__inner1 {
  padding: 0 20px;
  margin: 0 -20px;
  border-top: 1px solid #ccc;
}

.movie5__unit1__label1 {
  font-size: 14px;
  line-height: 1.16667;
  font-weight: 700;
  opacity: 0.3;
  position: absolute;
  top: 0;
  margin: 0;
  text-align: center;
  height: 50px;
  padding-bottom: 20px;
  display: block;
}

.movie5__unit1__label1.-active1 {
  opacity: 1;
  color: #006325;
}

.movie5__unit1__label1.-active1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #006325;
}

.movie5__unit1:nth-of-type(1) .movie5__unit1__label1 {
  width: 50%;
  line-height: 50px;
}
.movie5__unit1:nth-of-type(1) .movie5__unit1__label1.is-height {
  line-height: 1.16667;
}

.movie5__unit1:nth-of-type(2) .movie5__unit1__label1 {
  width: 50%;
  right: 0;
}


.movie5__unit1__movie5 {
  display: none;
  margin: 0 -20px;
  position: relative;
}

.movie5__unit1__movie5 a {
  position: relative;
  display: block;
  margin: 0 auto;
}

.movie5__unit1__movie5 a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  background: url("../images/arrow_type3_right1.svg") 0 0 no-repeat;
  background-size: 50px;
}

.movie5__unit1__movie5 img {
  width: 100%;
  height: auto;
}

.js-scrollAnimation3.movie5 {
  position: relative;
  opacity: 0;
  transition: all 0.5s ease;
}

.js-scrollAnimation3.-active1.movie5 {
  opacity: 1;
}

.movie6 {
  margin: 40px 0 0 0;
}

.movie6__body1 {
  position: relative;
  padding: 50px 0 0;
  margin: 27px 20px 0;
}

.movie6__body1__inner1 {
  padding: 0 20px;
  margin: 0 -20px;
  border-top: 1px solid #ccc;
}

.movie6__unit1__label1 {
  font-size: 11px;
  line-height: 1.7;
  font-weight: 700;
  opacity: 0.3;
  position: absolute;
  top: 0;
  margin: 0 auto;
  text-align: center;
  height: 50px;
  padding-bottom: 20px;
  display: block;
}

.movie6__unit1__label1.-active1 {
  opacity: 1;
  color: #006325;
}

.movie6__unit1__label1.-active1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #006325;
}

.movie6__unit1:nth-of-type(1) .movie6__unit1__label1 {
  width: 31%;
}

.movie6__unit1:nth-of-type(2) .movie6__unit1__label1 {
  width: 31%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.movie6__unit1:nth-of-type(3) .movie6__unit1__label1 {
  width: 31%;
  right: 0;
  line-height: 38px;
}

.movie6__unit1__movie6 {
  display: none;
  margin: 0 -20px;
  position: relative;
}

.movie6__unit1__movie6 a {
  position: relative;
  display: block;
  margin: 0 auto;
}

.movie6__unit1__movie6 a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  background: url("../images/arrow_type3_right1.svg") 0 0 no-repeat;
  background-size: 50px;
}

.movie6__unit1__movie6 img {
  width: 100%;
  height: auto;
}

.js-scrollAnimation3.movie6 {
  position: relative;
  opacity: 0;
  transition: all 0.5s ease;
}

.js-scrollAnimation3.-active1.movie6 {
  opacity: 1;
}

.step1 {
  margin: 60px 0 0 0;
}

.step1__unit1 {
  position: relative;
  height: calc(100vh - 60px);
  padding: 0 40px 0;
}

.step1__unit1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.step1__unit1.-type1::before {
  background-image: url("../images/step1_img1_1.jpg");
}

.step1__unit1.-type2::before {
  background-image: url("../images/step1_img1_2.jpg");
}

.step1__unit1.-type3::before {
  background-image: url("../images/step1_img1_3.jpg");
}

.step1__unit1.-type4::before {
  background-image: url("../images/step1_img1_4.jpg");
}

.step1__unit1.-type5::before {
  background-image: url("../images/step1_img1_5.jpg");
}

.step1__unit1.-type6::before {
  background-image: url("../images/step1_img1_6.jpg");
}

.step1__unit1.-type7::before {
  background-image: url("../images/step1_img1_7.jpg");
}

.step1__unit1.-type8::before {
  background-image: url("../images/step1_img1_8.jpg");
}

.step1__unit1.-type9::before {
  background-image: url("../images/step1_img1_9.jpg");
}

.step1__unit1__title1 {
  position: relative;
  text-align: center;
  color: #fff;
  padding-top: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.step1__unit1__title1.-type1 {
  color: #000;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.75);
}

.step1__unit1__title1__subLabel1 {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}

.step1__unit1__title1__number1 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "myriad-pro", sans-serif;
  display: block;
  margin: 34px 0 0 0;
}

.step1__unit1__title1__number1 span {
  font-size: 30px;
  line-height: 0.6;
}

.step1__unit1__title1__mainLabel1 {
  font-size: 30px;
  line-height: 1.5;
  display: block;
  margin: 7px 0 0 0;
}

.step1__unit1__text1 {
  position: absolute;
  left: 0;
  bottom: 100px;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.step1__unit1__text1.-type1 {
  color: #000;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.75);
}

.step1__unit1__btnMore1 {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  padding: 0 40px;
}

.step1__unit1__btnNext1 i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes arrowBottom01 {
  0% {
    bottom: 5px;
  }

  50% {
    bottom: 0px;
  }

  100% {
    bottom: 5px;
  }
}

.js-stepPosition1.step1 {
  background: #000;
}

.js-stepPosition1 .step1__inner1 {
  opacity: 1;
  transition: opacity 1s ease;
}

.js-stepPosition1 .step1__inner1 .slick-dots li {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.js-stepPosition1 .step1__inner1 .slick-dots li:nth-child(1) {
  transition-delay: 0.1s;
}

.js-stepPosition1 .step1__inner1 .slick-dots li:nth-child(2) {
  transition-delay: 0.2s;
}

.js-stepPosition1 .step1__inner1 .slick-dots li:nth-child(3) {
  transition-delay: 0.3s;
}

.js-stepPosition1 .step1__inner1 .slick-dots li:nth-child(4) {
  transition-delay: 0.4s;
}

.js-stepPosition1 .step1__inner1 .slick-dots li:nth-child(5) {
  transition-delay: 0.5s;
}

.js-stepPosition1 .step1__inner1 .slick-dots li:nth-child(6) {
  transition-delay: 0.6s;
}

.js-stepPosition1 .step1__inner1 .slick-dots li:nth-child(7) {
  transition-delay: 0.7s;
}

.js-stepPosition1 .step1__inner1 .slick-dots li:nth-child(8) {
  transition-delay: 0.8s;
}

.js-stepPosition1 .step1__inner1 .slick-dots li:nth-child(9) {
  transition-delay: 0.9s;
}

.js-stepPosition1 .step1__inner1 .slick-dots li:nth-child(10) {
  transition-delay: 1s;
}

.js-stepPosition1 .step1__inner1 .slick-arrow.slick-next {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 1s, transform 0.5s ease 1s;
}

.js-stepPosition1 .step1__unit1 {
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease;
}

.js-stepPosition1 .step1__unit1::before {
  transform: scale(1.05);
  transition: transform 10s linear;
}

.js-stepPosition1 .step1__unit1 .step1__unit1__title1__number1 {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}

.js-stepPosition1 .step1__unit1 .step1__unit1__title1__mainLabel1 {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
}

.js-stepPosition1 .step1__unit1 .step1__unit1__text1,
.js-stepPosition1 .step1__unit1 .step1__unit1__btnMore1 {
  opacity: 0;
  transition: opacity 0.5s ease 0.8s;
}

.js-stepPosition1 .slick-current .step1__unit1 {
  opacity: 0.7;
  transition: opacity 1s ease;
}

.js-stepPosition1.-fixed1.step1 {
  background: transparent;
}

.js-stepPosition1.-fixed1 .step1__inner1 {
  opacity: 1;
}

.js-stepPosition1.-fixed1 .step1__inner1 .slick-dots li {
  opacity: 1;
  transform: translateY(0);
}

.js-stepPosition1.-fixed1 .step1__inner1 .slick-next {
  opacity: 1;
  transform: translateY(0);
}

.js-stepPosition1.-fixed1 .slick-current .step1__unit1 {
  opacity: 1;
}

.js-stepPosition1.-fixed1 .slick-current .step1__unit1::before {
  transform: scale(1);
}

.js-stepPosition1.-fixed1 .slick-current .step1__unit1__title1__number1 {
  opacity: 1;
  transform: translateY(0);
}

.js-stepPosition1.-fixed1 .slick-current .step1__unit1__title1__mainLabel1 {
  opacity: 1;
  transform: translateY(0);
}

.js-stepPosition1.-fixed1 .slick-current .step1__unit1__text1,
.js-stepPosition1.-fixed1 .slick-current .step1__unit1__btnMore1 {
  opacity: 1;
}

.js-slickType6.step1__inner1.slick-vertical .slick-slide {
  border: none;
}

.js-slickType6.step1__inner1 .slick-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 24px;
  height: 100%;
  margin: auto;
}

.js-slickType6.step1__inner1 .slick-dots li {
  display: block;
  position: relative;
  margin: 0;
  width: 24px;
  height: 24px;
}

.js-slickType6.step1__inner1 .slick-dots li:first-child {
  margin: 0;
}

.js-slickType6.step1__inner1 .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  border: none;
}

.js-slickType6.step1__inner1 .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease;
}

.js-slickType6.step1__inner1 .slick-dots li.slick-active button::before {
  transform: scale(2);
}

.js-slickType6.step1__inner1 .slick-prev {
  display: none;
}

.js-slickType6.step1__inner1 .slick-next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 20px;
  right: 0;
  display: block;
  width: 17px;
  height: 9px;
  margin: auto;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.js-slickType6.step1__inner1 .slick-next::before {
  content: "";
  margin: auto;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.js-slickType6.step1__inner1 .slick-next.slick-disabled {
  opacity: 0;
}

.linkKit3 {
  margin: 60px 0 -60px 0;
}

.linkKit3__inner1 {
  position: relative;
  padding: 55px 40px 60px;
}

.linkKit3__inner1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.linkKit3.-brand1 .linkKit3__inner1::before {
  background: url("../images/linkKit3_brand1_1.jpg") 0 0 no-repeat;
  background-size: cover;
}

.linkKit3.-brand2 .linkKit3__inner1::before {
  background: url("../images/linkKit3_brand1_2.jpg") 0 0 no-repeat;
  background-size: cover;
}

.linkKit3.-brand3 .linkKit3__inner1::before {
  background: url("../images/linkKit3_brand1_3.jpg") 0 0 no-repeat;
  background-size: cover;
}

.linkKit3__inner1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.linkKit3__title1 {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 3;
  padding-bottom: 12px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.linkKit3__title1:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.linkKit3__mainLabel1 {
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.linkKit3__subLabel1 {
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  display: block;
  font-family: "myriad-pro", sans-serif;
  margin: 5px 0 0 0;
  font-weight: normal;
}

.linkKit3__subLabel1 span {
  font-weight: 700;
}

.linkKit3__subLabel1 sup {
  font-size: 0.5em;
}

.linkKit3__text1 {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 3;
  margin: 23px 0 0 0;
}

.linkKit3__text1 sup {
  font-size: 10px;
}

.linkKit3__btnMore1 {
  position: relative;
  z-index: 3;
  margin: 25px 0 0 0;
}

.linkKit3__notes1 {
  font-size: 10px;
  line-height: 1.8;
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0 40px 15px;
}

.linkKit3__notes1 li {
  position: relative;
  padding: 0 0 0 15px;
}

.linkKit3__notes1 li span {
  position: absolute;
  left: 0;
  top: 0;
}

.js-scrollAnimation3 .linkKit3__inner1 {
  overflow: hidden;
}

.js-scrollAnimation3 .linkKit3__inner1::before {
  transform: scale(1.05);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimation3 .linkKit3__inner1::after {
  opacity: 0;
  transition: opacity 0.5s ease 0.3s;
}

.js-scrollAnimation3 .linkKit3__title1 {
  transform: translateY(5px);
  opacity: 0;
  transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}

.js-scrollAnimation3 .linkKit3__title1::before {
  transform: scaleX(0);
  transition: transform 0.3s ease 0.5s;
}

.js-scrollAnimation3 .linkKit3__text1,
.js-scrollAnimation3 .linkKit3__btnMore1,
.js-scrollAnimation3 .linkKit3__notes1 {
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}

.js-scrollAnimation3.-active1 .linkKit3__inner1::before {
  transform: scale(1);
  opacity: 1;
}

.js-scrollAnimation3.-active1 .linkKit3__inner1::after {
  opacity: 1;
}

.js-scrollAnimation3.-active1 .linkKit3__title1 {
  transform: translateY(0);
  opacity: 1;
}

.js-scrollAnimation3.-active1 .linkKit3__title1::before {
  transform: scaleX(1);
}

.js-scrollAnimation3.-active1 .linkKit3__text1,
.js-scrollAnimation3.-active1 .linkKit3__btnMore1,
.js-scrollAnimation3.-active1 .linkKit3__notes1 {
  opacity: 1;
}

.purpose1 {
  background: #f4f4f4;
  margin: 40px 0 0 0;
}

.purpose1__inner1 {
  padding: 35px 0 60px;
}

.purpose1__list1 {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}

.purpose1__list1 li {
  min-width: 50%;
  max-width: 50%;
}

.purpose1__list1__unit1 {
  display: block;
  padding: 0 10px;
  margin: 25px 0 0 0;
}

.purpose1__list1__unit1__image1 {
  overflow: hidden;
  min-width: 100px;
  max-width: 100px;
  margin: auto;
  border-radius: 50%;
}

.purpose1__list1__unit1__image1 img {
  width: 100%;
  height: auto;
}

.purpose1__list1__unit1__name1 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  margin: 10px 0 0 0;
  text-align: center;
}

.purpose2 {
  margin: 55px 0 0 0;
}

.purpose2__body1 {
  padding: 0 40px;
  margin: 30px 0 0 0;
}

.purpose2__unit1 {
  display: block;
  border-top: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  padding: 25px 25px 25px 0;
  position: relative;
}

.purpose2__unit1:nth-last-of-type(1) {
  border-bottom: 1px solid #dcdcdc;
}

.purpose2__unit1:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("../images/arrow_type2_right1.svg") 0 0 no-repeat;
  width: 18px;
  height: 5px;
  background-size: 18px auto;
}

.purpose2__unit1__image1 {
  max-width: 60px;
  min-width: 60px;
  margin: 0 15px 0 0;
}

.purpose2__unit1__image1 img {
  width: 100%;
  height: auto;
}

.purpose2__unit1__title1 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.purpose2__unit1__text1 {
  font-size: 12px;
  line-height: 1.8;
  margin: 7px 0 0 0;
}

.purpose3 {
  margin: 0 0 -60px 0;
  background: #ebebeb;
}

.purpose3__inner1 {
  padding: 35px 0;
}

.purpose3__body1 {
  padding: 0 40px;
  margin: 30px 0 0 0;
}

.purpose3__unit1 {
  display: block;
  border-top: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  padding: 19px 25px 21px 0;
  position: relative;
}

.purpose3__unit1:nth-last-of-type(1) {
  border-bottom: 1px solid #dcdcdc;
}

.purpose3__unit1.-active1 path {
  fill: #aaa !important;
}

.purpose3__unit1.-active1:before {
  opacity: 0.5;
}

.purpose3__unit1:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("../images/arrow_type2_right1.svg") 0 0 no-repeat;
  width: 18px;
  height: 5px;
  background-size: 18px auto;
}

.purpose3__unit1__image1 {
  max-width: 40px;
  min-width: 40px;
  margin: 0 25px 0 0;
}

.purpose3__unit1__image1 img {
  width: 100%;
  height: auto;
}

.purpose3__unit1__title1 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}

.purpose3__unit1.-active1 .purpose3__unit1__title1 {
  color: #aaa;
}

.linkKit1 {
  background: #919295;
  margin: 60px 0 -60px 0;
  padding: 40px;
}

.linkKit1.-type1 {
  margin-top: 0;
}

.linkKit1__list1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.linkKit1__list1 li {
  margin: 20px 0 0 0;
}

.linkKit1__list1 li:first-child {
  margin: 0;
}

.js-scrollAnimation3 .linkKit1__list1 {
  position: relative;
  top: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}

.js-scrollAnimation3.-active1 .linkKit1__list1 {
  top: 0;
  opacity: 1;
}

.linkKit2 {
  margin: 60px 0 -60px 0;
  background: #f4f4f4;
}

.linkKit2__list1 {
  list-style: none;
  margin: 0;
  padding: 40px;
}

.fixedCta1 {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #e1e1e1;
  display: none;
}

.fixedCta1__inner1 {
  display: flex;
  align-items: center;
}

.fixedCta1__price1__inner1 {
  display: inline-block;
  text-align: left;
}

.fixedCta1__price1 {
  min-width: 50%;
  max-width: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 1;
}

.fixedCta1__price1 span {
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  margin: 5px 0 0 0;
  display: inline-block;
}

.fixedCta1__price1 span span {
  font-size: 12px;
  line-height: 1;
}

.fixedCta1__btnBuy1 {
  display: block;
  min-width: 50%;
  max-width: 50%;
}

.detail1__header1__image1 {
  padding: 0 62px;
  margin: 20px 0 0 0;
}

.detail1__header1__image1 img {
  width: 100%;
  height: auto;
}

.detail1__header1__name1 span {
  display: block;
  font-weight: normal;
  margin: 5px 0 0 0;
}

.detail1__header1__price1 {
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.92857;
  margin: 15px 0 0 0;
}

.detail1__header1__price1 > span {
  font-size: 23px;
  line-height: 1.17391;
  font-weight: 700;
}

.detail1__header1__price1 > span > span {
  font-size: 12px;
  line-height: 2.25;
}

.detail1__header1__btnBuy1 {
  margin: 8px 40px 0;
}

.detail1__header1__label1 {
  display: none;
}

.detail1__header1__label2 {
  text-align: center;
  margin: 15px 0 0 0;
}

.detail1__header1__text1 {
  font-size: 14px;
  line-height: 1.8;
  margin: 23px 40px 0;
}

.detail1__header1__text1 sup {
  font-size: 10px;
}

.detail1__header1__notes1 {
  font-size: 10px;
  line-height: 1.8;
  margin: 10px 40px 0;
  list-style: none;
  padding: 0;
}

.detail1__header1__notes1 li {
  position: relative;
  padding: 0 0 0 12px;
}

.detail1__header1__notes1 i {
  position: absolute;
  left: 0;
  top: 1px;
  font-style: normal;
}

.detail1__header1__notes1.-type1 li {
  padding-left: 24px;
}

.detail1__body1 {
  margin: 36px 40px 0;
}

.detail1__unit1 {
  border-top: 1px solid #dcdcdc;
  padding: 25px 0;
}

.detail1__unit1:nth-last-of-type(1) {
  border-bottom: 1px solid #dcdcdc;
}

.detail1__unit1__label1 {
  font-size: 14px;
  line-height: 1.8;
  color: #808080;
  font-weight: 700;
}

.detail1__unit1__text1 {
  font-size: 14px;
  line-height: 1.8;
  margin: 7px 0 0 0;
}

.detail1__unit1__text1 span {
  font-size: 10px;
  line-height: 2.52;
}

.detail1__unit1__image1 {
  margin: 9px 0 0 0;
}

.detail1__unit1__image1.-mark1 {
  text-align: center;
}

.detail1__unit1__image1 img {
  width: 100%;
  height: auto;
}

.detail1__unit1__image1.-mark1 {
  margin: -5px 0 0 0;
}

.detail1__unit1__image1.-mark1 img {
  width: 100px;
}

.detail1__unit1__notes1 {
  font-size: 10px;
  line-height: 1.8;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}

.component1 {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  margin: 60px 0 0 0;
}

.component1__unit1 {
  border-top: 1px solid #ccc;
}

.component1__unit1__title1 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  padding: 18px 40px;
  position: relative;
  cursor: pointer;
}

.component1__unit1__title1 span {
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.component1__unit1__title1 i.-toggleClose1 {
  width: 18px;
  height: 18px;
}

.component1__unit1__title1 i.-toggleClose1:after,
.component1__unit1__title1 i.-toggleClose1:before {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 1px;
  background: #000;
}

.component1__unit1__title1 i.-toggleClose1:after {
  transform: rotate(-90deg);
}

.component1__unit1__title1 i.-toggleClose1.-active1:after {
  display: none;
}

.component1__unit1__body1 {
  margin: 0 40px 60px;
  padding: 0 20px;
  background: #fff;
  display: none;
}

.component1__unit1__subUnit1 {
  padding: 0 0 25px 0;
  border-top: 1px solid #dcdcdc;
}

.component1__unit1__subUnit1:nth-of-type(1) {
  border: none;
}

.component1__unit1__subUnit1__label1 {
  font-size: 14px;
  line-height: 1.8;
  color: #808080;
  font-weight: 700;
  padding: 25px 0 0 0;
}

.component1__unit1__subUnit1__label1 sup {
  font-size: 10px;
}

.component1__unit1__subUnit1__text1 {
  font-size: 14px;
  line-height: 1.8;
  margin: 7px 0 0 0;
}

.component1__unit1__subUnit1__text1:first-child {
  margin-top: 0;
  padding: 18px 0 0 0;
}

.component1__unit1__subUnit1__text1 p {
  margin: 7px 0 0 0;
}

.component1__unit1__subUnit1__notes1 {
  font-size: 10px;
  line-height: 1.8;
  margin: 7px 0 0 0;
  list-style: none;
  padding: 0;
}

.component1__unit1__subUnit1__notes1 li {
  position: relative;
  padding: 0 0 0 20px;
}

.component1__unit1__subUnit1__notes1 span {
  position: absolute;
  left: 0;
  top: 0;
}

.relation1 {
  margin: 55px 0 0 0;
}

.relation1__slider1 {
  padding: 0 30px;
  margin: 30px 0 0 0;
}

.relation1__slider1__unit1 {
  width: 137.5px;
  margin: 0 10px;
  display: block;
}

.relation1__slider1__unit1__image1 {
  margin: auto;
  padding: 10px;
  background: #fff;
}

.relation1__slider1__unit1__image1 img {
  width: 100%;
  height: auto;
}

.relation1__slider1__unit1__title1 {
  font-size: 16px;
  line-height: 1.5;
  margin: 12px 0 0 0;
  font-weight: 700;
}

.relation1__slider1__unit1__title1 span {
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
}

.relation1__slider1__unit1__link1 {
  margin: 10px 0 0 0;
}

.relation2 {
  background: #f4f4f4;
  margin: 45px 0 0 0;
}

.relation2 .slick-prev {
  transform: translate(0, -52px);
}

.relation2 .slick-next {
  transform: translate(0, -52px);
}

.relation2__inner1 {
  padding: 50px 0 70px;
}

.relation2__slider1 {
  padding: 0 30px;
}

.relation2__unit1 {
  padding: 0 10px;
  display: block;
}

.relation2__unit1__image1 img {
  width: 100%;
  height: auto;
}

.relation2__unit1__name1 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin: 10px 0 0 0;
}

.relation2__unit1__name1 span {
  font-size: 12px;
  line-height: 2;
}

.relation2__unit1__name1 sup {
  font-size: 0.5em;
}

.js-scrollAnimation3 .relation2__slider1 .slick-list li {
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimation3 .relation2__slider1 .slick-prev {
  transform: translate(10px, -120%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimation3 .relation2__slider1 .slick-next {
  transform: translate(-10px, -120%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimation3 .relation2__slider1 .slick-dots li {
  transform: translateX(5px);
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

.js-scrollAnimation3 .relation2__slider1 .slick-dots li:nth-child(2) {
  transition-delay: 0.2s;
}

.js-scrollAnimation3 .relation2__slider1 .slick-dots li:nth-child(3) {
  transition-delay: 0.4s;
}

.js-scrollAnimation3 .relation2__slider1 .slick-dots li:nth-child(4) {
  transition-delay: 0.6s;
}

.js-scrollAnimation3 .relation2__slider1 .slick-dots li:nth-child(5) {
  transition-delay: 0.8s;
}

.js-scrollAnimation3 .relation2__slider1 .slick-dots li:nth-child(6) {
  transition-delay: 1s;
}

.js-scrollAnimation3 .relation2__slider1 .slick-list .slick-slide {
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimation3
  .relation2__slider1
  .slick-list
  .slick-slide[data-slick-index="1"] {
  transition-delay: 0.2s;
}

.js-scrollAnimation3
  .relation2__slider1
  .slick-list
  .slick-slide[data-slick-index="2"] {
  transition-delay: 0.4s;
}

.js-scrollAnimation3.-active1 .relation2__slider1 .slick-list .slick-slide {
  transform: translateY(0);
  opacity: 1;
}

.js-scrollAnimation3.-active1 .relation2__slider1 .slick-prev,
.js-scrollAnimation3.-active1 .relation2__slider1 .slick-next {
  transform: translate(0, -120%);
  opacity: 1;
}

.js-scrollAnimation3.-active1 .relation2__slider1 .slick-dots li {
  transform: translateX(0);
  opacity: 1;
}

.baseSupplement1 {
  margin: 35px 0 0 0;
}

.baseSupplement1__unit1 {
  display: block;
}

.baseSupplement1__unit1__image1 {
  width: 295px;
  margin: 30px auto 0;
}

.baseSupplement1__unit1__image1 img {
  width: 100%;
  height: auto;
}

.baseSupplement1__unit1__name1 {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 700;
  text-align: center;
  margin: 15px 0 0 0;
}

.baseSupplement1__unit1__name1 sup {
  font-size: 0.5em;
}

.baseSupplement1__unit1__labelList1 {
  text-align: center;
  margin: 10px 0 0 0;
}

.baseSupplement1__unit1__labelList1 > li {
  display: inline-block;
  margin: 0 0 0 5px;
}

.baseSupplement1__unit1__labelList1 > li:first-child {
  margin: 0;
}

.baseSupplement1__unit1__text1 {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin: 15px 0 0 0;
}

.productsSearch1 {
  margin: 35px 0 0 0;
}

.productsSearch1__tab1 {
  border-bottom: 1px solid #ccc;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 20px;
}

.productsSearch1__tab1 li {
  min-width: 50%;
  max-width: 50%;
  text-align: center;
}

.productsSearch1__tab1 a {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  display: block;
  color: #b2b2b2;
  padding: 20px 0;
}

.productsSearch1__tab1 a.-active1 {
  color: #006325;
}

.productsSearch1__tab1 a:before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 5px;
  background: #006325;
}

.productsSearch1__tab1 li a.-active1:before {
  display: block;
}

.productsSearch1__unit1 {
  margin: 23px 0 0 0;
  display: none;
}

.productsSearch1__unit1.-active1 {
  display: block;
}

.productsSearch1__unit1__list1 {
  padding: 0 40px;
  list-style: none;
  margin: 30px 0 0 0;
}

.productsSearch1__unit1__list1__unit1 {
  display: block;
  padding: 27px 0;
  position: relative;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin: -1px 0 0 0;
}

.productsSearch1__unit1__list1__unit1:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("../images/arrow_type2_right1.svg") 0 0 no-repeat;
  width: 18px;
  height: 5px;
  background-size: 18px auto;
}

.productsSearch1__unit1__list1__unit1__name1 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}

.productsSearch1__unit1__list1__unit1__text1 {
  font-size: 12px;
  line-height: 1.8;
  margin: 5px 0 0 0;
}

.productsSearch1__unit1__btnSearch1 {
  margin: 40px 40px 0;
}

.productsSearch1__unit2 {
  margin: 23px 0 0 0;
  display: none;
}

.productsSearch1__unit2.-active1 {
  display: block;
}

.productsSearch1__unit2__list1 {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}

.productsSearch1__unit2__list1 li {
  min-width: 50%;
  max-width: 50%;
}

.productsSearch1__unit2__list1__unit1 {
  display: block;
  padding: 0 10px;
  margin: 25px 0 0 0;
}

.productsSearch1__unit2__list1__unit1__image1 {
  overflow: hidden;
  min-width: 100px;
  max-width: 100px;
  margin: auto;
  border-radius: 50%;
}

.productsSearch1__unit2__list1__unit1__image1 img {
  width: 100%;
  height: auto;
}

.productsSearch1__unit2__list1__unit1__name1 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  margin: 10px 0 0 0;
  text-align: center;
}

.productsSearch1__unit2__btnSearch1 {
  margin: 35px 40px 0;
}

.productsSearch2 {
  margin: 35px 0 0 0;
  padding: 30px 0 55px;
  background: #f4f4f4;
}

.productsSearch2__unit1__list1 {
  padding: 0 40px;
  list-style: none;
  margin: 30px 0 0 0;
}

.productsSearch2__unit1__list1__unit1 {
  display: block;
  padding: 27px 0;
  position: relative;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin: -1px 0 0 0;
}

.productsSearch2__unit1__list1__unit1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("../images/arrow_type2_right1.svg") 0 0 no-repeat;
  width: 18px;
  height: 5px;
  background-size: 18px auto;
}

.productsSearch2__unit1__list1__unit1__name1 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}

.productsSearch2__unit1__list1__unit1__text1 {
  font-size: 12px;
  line-height: 1.8;
  margin: 5px 0 0 0;
}

.productsSearch2__unit1__btnSearch1 {
  margin: 40px 40px 0;
}

.productsSearch2__unit2 {
  margin: 23px 0 0 0;
  display: none;
}

.productsSearch2__unit2.-active1 {
  display: block;
}

.productsSearch2__unit2__list1 {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}

.productsSearch2__unit2__list1 li {
  min-width: 50%;
  max-width: 50%;
}

.productsSearch2__unit2__list1__unit1 {
  display: block;
  padding: 0 10px;
  margin: 25px 0 0 0;
}

.productsSearch2__unit2__list1__unit1__image1 {
  min-width: 100px;
  max-width: 100px;
  margin: auto;
}

.productsSearch2__unit2__list1__unit1__image1 img {
  width: 100%;
  height: auto;
}

.productsSearch2__unit2__list1__unit1__name1 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  margin: 10px 0 0 0;
  text-align: center;
}

.productsSearch2__unit2__btnSearch1 {
  margin: 35px 40px 0;
}

.productsSearch3 {
  margin: 60px 0 -60px 0;
}

.productsSearch3.-type1 {
  margin: 0 0 -60px 0;
  padding: 40px 0 0;
  background: #ebebeb;
}

.productsSearch3__body1 {
  margin: 30px 0 0 0;
}

.productsSearch3__unit1 {
  border-top: 1px solid #ccc;
}

.productsSearch3__unit1:nth-last-of-type(1) {
  border-bottom: 1px solid #ccc;
}

.productsSearch3__unit1__title1 {
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  padding: 23px 40px;
  position: relative;
  background: #f4f4f4;
  transition: background 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.productsSearch3__unit1__title1.-active1 {
  background: #fff;
}

.productsSearch3__unit1__title1.-disabled1 {
  color: #aaa;
}

.productsSearch3.-type1 .productsSearch3__unit1__title1 {
  background: #ebebeb;
}

.productsSearch3.-type1 .productsSearch3__unit1__title1.-active1 {
  background: #fff;
}

.productsSearch3__unit1__title1 span {
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.productsSearch3__unit1__title1 i.-toggleClose1 {
  width: 18px;
  height: 18px;
}

.productsSearch3__unit1__title1 i.-toggleClose1:after,
.productsSearch3__unit1__title1 i.-toggleClose1:before {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 1px;
  background: #000;
}

.productsSearch3__unit1__title1 i.-toggleClose1:after {
  transform: rotate(-90deg);
}

.productsSearch3__unit1__title1 i.-toggleClose1.-active1:after {
  display: none;
}

.productsSearch3.-type1 .productsSearch3__unit1__title1.-disabled1 i {
  display: none;
}

.productsSearch3__unit1__body1 {
  padding: 0 40px 60px;
  display: none;
  background: #fff;
}

.productsSearch3__unit1__list1 {
  list-style: none;
  padding: 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.productsSearch3__unit1__list1 li {
  position: relative;
}

.productsSearch3__unit1__list1 li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}

.productsSearch3__unit1__list1 a {
  display: block;
  padding: 18px 30px;
  font-weight: 700;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}

.productsSearch3__unit1__list1 a i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

.productsSearch3__unit1__list1 a i.-arrow1 {
  width: 18px;
  height: 5px;
  background: url("../images/arrow_type2_right1.svg") 0 0 no-repeat;
  background-size: 18px auto;
}

.productsSearch4 {
  margin: 0;
}

.productsSearch4 .products3 {
  margin: -30px 0 0 0;
}

.productsSearch4__unit1 {
  border-top: 1px solid #ccc;
}

.productsSearch4__unit1:nth-last-of-type(1) {
  border-bottom: 1px solid #ccc;
}

.productsSearch4__unit1__title1 {
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  padding: 23px 40px;
  position: relative;
  background: #f4f4f4;
}

.productsSearch4__unit1__title1.-active1 {
  background: #fff;
}

.productsSearch4__unit1__title1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 2px;
  background: #000;
  display: none;
}

.productsSearch4__unit1__title1 i.-toggleClose1 {
  width: 18px;
  height: 18px;
}

.productsSearch4__unit1__title1 i.-toggleClose1:after,
.productsSearch4__unit1__title1 i.-toggleClose1:before {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 1px;
  background: #000;
}

.productsSearch4__unit1__title1 i.-toggleClose1:after {
  transform: rotate(-90deg);
}

.productsSearch4__unit1__title1 i.-toggleClose1.-active1:after {
  display: none;
}

.productsSearch4__unit1__body1 {
  padding: 0 0 60px;
  display: none;
  background: #fff;
}

.productsSearch4__unit1__list1 {
  list-style: none;
  padding: 0;
}

.productsSearch4__unit1__list1 li {
  border-top: 1px solid #e6e6e6;
}

.productsSearch4__unit1__list1 li:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.productsSearch4__unit1__list1 a {
  display: block;
  padding: 18px 30px;
  font-weight: 700;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}

.productsSearch4__unit1__list1 a i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

.productsSearch4__unit1__list1 a i.-arrow1 {
  width: 18px;
  height: 5px;
  background: url("../images/arrow_type2_right1.svg") 0 0 no-repeat;
  background-size: 18px auto;
}

.base1 {
  margin: 0 0 -60px 0;
  padding: 35px 0 55px;
  background: #f4f4f4;
}

.base1__unit1__list1 {
  padding: 0 40px;
  list-style: none;
  margin: 30px 0 0 0;
}

.base1__unit1__list1__unit1 {
  display: block;
  padding: 23px 25px 23px 0;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  margin: -1px 0 0 0;
}

.base1__unit1__list1__unit1.-active1 {
  pointer-events: none;
}

.base1__unit1__list1__unit1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("../images/arrow_type2_right1.svg") 0 0 no-repeat;
  width: 18px;
  height: 5px;
  background-size: 18px auto;
}

.base1__unit1__list1__unit1.-active1:before {
  display: none;
}

.base1__unit1__list1__unit1__name1 {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}

.base1__unit1__list1__unit1__name1 span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.84167;
}

.base1__unit1__list1__unit1__name1 sup {
  font-size: 0.5em;
}

.base1__unit1__list1__unit1.-active1 .base1__unit1__list1__unit1__name1 {
  color: #aaa;
}

.modal1__unit1,
.modal2__unit1,
.modal3__unit1 {
  position: fixed;
  left: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 10001;
  display: none;
}

.modal1__unit1__media1,
.modal2__unit1__media1,
.modal3__unit1__media1 {
  position: relative;
  padding: 56.2% 0 0 0;
}

.modal1__unit1__media1 img,
.modal1__unit1__media1 iframe,
.modal2__unit1__media1 img,
.modal2__unit1__media1 iframe,
.modal3__unit1__media1 img,
.modal3__unit1__media1 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal1__unit1__media1 > div,
.modal2__unit1__media1 > div,
.modal3__unit1__media1 > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal1__unit1__inner1,
.modal2__unit1__inner1,
.modal3__unit1__inner1 {
  margin: 0 20px;
  position: relative;
}

.modal1__unit1__btnClose1,
.modal2__unit1__btnClose1,
.modal3__unit1__btnClose1 {
  position: absolute;
  right: 0;
  top: -40px;
  display: block;
  width: 20px;
  height: 20px;
}

.modal1__unit1__btnClose1 img,
.modal2__unit1__btnClose1 img,
.modal3__unit1__btnClose1 img {
  width: 100%;
  height: auto;
}

.layer1,
.layer2,
.layer3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.pager1 {
  margin: 55px 40px 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #dcdcdc;
  text-align: center;
  position: relative;
}

.pager1__index1 {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.pager1__index1:before {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  background: url("../images/icon_index1_1.png") 0 0 no-repeat;
  background-size: cover;
  margin: 0 auto 4px;
}

.pager1__list1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pager1__prev1 {
  position: absolute;
  left: 0;
  top: 20px;
  display: flex;
  align-items: center;
  font-size: 14.5px;
  line-height: 1.24138;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "myriad-pro", sans-serif;
}

.pager1__prev1 span {
  font-size: 25px;
  line-height: 0.72;
}

.pager1__prev1 a {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
}

.pager1__prev1 a:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
  margin: auto;
}

.pager1__next1 {
  position: absolute;
  right: 0;
  top: 20px;
  display: flex;
  align-items: center;
  font-size: 14.5px;
  line-height: 1.24138;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "myriad-pro", sans-serif;
}

.pager1__next1 span {
  font-size: 25px;
  line-height: 0.72;
}

.pager1__next1 a {
  position: relative;
  display: block;
  padding: 0 20px 0 0;
}

.pager1__next1 a:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin: auto;
}

.story1 {
  margin: 55px 0 0 0;
}

.story1__unit1 {
  position: relative;
}

.story1__unit1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100vh - 60px);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.story1__unit1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.story1__unit1.-story1::before {
  background-image: url("../images/story1_img1_1.jpg");
}

.story1__unit1.-story2::before {
  background-image: url("../images/story1_img1_2.jpg");
}

.story1__unit1.-story3::before {
  background-image: url("../images/story1_img1_3.jpg");
}

.story1__unit1.-story4::before {
  background-image: url("../images/story1_img1_4.jpg");
}

.story1__unit1.-story5::before {
  background-image: url("../images/story1_img1_5.jpg");
}

.story1__unit1__inner1 {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: calc(100vh - 60px);
}

.story1__unit1__title1 {
  position: relative;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "myriad-pro", sans-serif;
  font-weight: normal;
  color: #fff;
}

.story1__unit1__title1 span {
  font-weight: 700;
}

.story1__unit1__catch1 {
  position: relative;
  margin: 15px 0 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  font-weight: 700;
}

.story1__unit1__inner2 {
  padding: 0 40px 90px;
  position: relative;
  z-index: 3;
}

.story1__unit1__inner2:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.story1__unit1__text1 {
  position: relative;
}

.story1__unit1__text1 p {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  margin: 19px 0 0 0;
}

.story1__unit1__text1 p:first-child {
  margin: -10px 0 0 0;
}

.story1__unit1__text1 span {
  font-size: 10px;
}

.story1__unit1__text1 sup {
  font-size: 10px;
}

.story1__unit1__image1 {
  position: relative;
  margin: 37px 0 0 0;
}

.story1__unit1__image1 img {
  width: 100%;
  height: auto;
}

.story1__unit1__image1 span {
  font-size: 10px;
  line-height: 1.8;
  color: #fff;
  display: block;
  margin: 10px 0 0 0;
}

.story1__unit1__btnMore1 {
  position: relative;
  margin: 30px 0 0 0;
}

.story1__unit1__notes1 {
  color: #fff;
  font-size: 10px;
  line-height: 1.8;
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.story1__unit1__notes1 li {
  position: relative;
  padding: 0 0 0 20px;
}

.story1__unit1__notes1 li span {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.story1__unit1__product1 {
  background: #fff;
  position: relative;
  margin: 35px 0 0 0;
  padding: 20px;
}

.story1__unit1__product1__title1 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.story1__unit1__product1__image1 {
  margin: 15px 0 0 0;
}

.story1__unit1__product1__image1 img {
  width: 100%;
  height: auto;
}

.story1__unit1__product1__name1 {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  margin: 15px 0 0 0;
}

.story1__unit1__product1__btnMore1 {
  margin: 15px 0 0 0;
}

.js-scrollBgFix1.story1__unit1::after {
  transition: background 1s ease;
}

.js-scrollBgFix1.-fixed1.story1__unit1::before {
  position: fixed;
  top: 60px;
}

.js-scrollBgFix1.-shadow1.story1__unit1::after {
  background: rgba(0, 0, 0, 0.5);
}


.story1__unit1__image1_tab{
	display: flex;
	flex-wrap: wrap;
  margin: 55px auto 0;
}

.story1__unit1__image1_tab .story1__unit1__image1_tabLabel {
	padding: 0 12px;
	order: -1;
  border: 1px solid #215732;
	color: #215732;
	background: #ffffff;
	transition: .5s ;
	cursor: pointer;
  text-align: center;
  height: 40px;
  line-height: 37px;
  width: 40%;
  font-size: 14px;
  font-weight: bold;
}

.story1__unit1__image1_tab .story1__unit1__image1_tabLabel:first-of-type{
  border-radius: 20px 0 0 20px;
  margin: 0 0 0 auto;
}
.story1__unit1__image1_tab .story1__unit1__image1_tabLabel:nth-last-of-type(1){
  border-radius: 0 20px 20px 0;
  margin: 0 auto 0 0;
}

.story1__unit1__image1_tab input {
	display: none;
}
.story1__unit1__image1_tab .content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.story1__unit1__image1_tab .content img{
  max-width: 100%;
  height: auto;
}

.story1__unit1__image1_tab input:checked + .story1__unit1__image1_tabLabel {
	color: #fff;
	background: #215732;
}
.story1__unit1__image1_tab input:checked + .story1__unit1__image1_tabLabel + .content {
	padding: 40px 0 15px 0;
	height: auto;
	overflow: auto;
	transition: .5s opacity;
	opacity: 1;
  text-align: center;
}


.story2 {
  position: relative;
  background: #fff;
  padding-top: 1px;
}

.history1 {
  margin: 40px 0 0 0;
}

.history1__inner1 {
  background: url("../images/bg_type1_1.png") 0 center repeat-y;
  background-size: 100% auto;
  position: relative;
}

.history1__inner1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 36px;
  background: url("../images/bg_type1_2_top.png") 0 0 repeat-x;
  background-size: auto 36px;
}

.history1__inner1:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: url("../images/bg_type1_2_bottom.png") 0 0 repeat-x;
  background-size: auto 36px;
}

.history1__subInner1 {
  border: 1px solid transparent;
  padding: 7px 19px 60px;
  margin: 0 20px;
}

.history1__subInner1:before {
  position: absolute;
  left: 18px;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #c3bdb2;
  margin: auto;
  display: block;
  z-index: 10;
}

.history1__unit1 {
  position: relative;
  margin: 48px 0 0 0;
  z-index: 10;
}

.history1__unit1:nth-of-type(5), .history1__unit1:nth-of-type(8) {
	margin-top: 74px;
}

.history1__unit1__date1 {
  position: relative;
  color: #645A50;
  font-family: "EB Garamond";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.7; /* 36px */
}

.history1__unit1__date1:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #645a50;
  position: absolute;
  left: -26px;
  top: 7px;
  border-radius: 5px;
  z-index: 10;
}

.history1__unit1__date1 img {
  width: 100%;
  height: auto;
}

.history1__unit1__subUnit1 {
  position: relative;
  z-index: 10;
  background: #fff;
  margin: 10px 0 0 0;
  padding: 17px 20px;
}

.history1__unit1__subUnit1:nth-of-type(1) {
  margin-top: 20px;
}

.history1__unit1__subUnit1__date1 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}

.history1__unit1__subUnit1__body1.-image1 {
  display: flex;
}

.history1__unit1__subUnit1__text1 {
  font-size: 14px;
  line-height: 1.8;
  margin: 6px 0 0 0;
}

.history1__unit1__subUnit1__text1 p {
  margin: 7px 0 0 0;
}

.history1__unit1__subUnit1__text1 p:first-child {
  margin: 0;
}

.history1__unit1__subUnit1__text1 sup {
  font-size: 10px;
  transform: scale(0.7);
  display: inline-block;
}

.history1__unit1__subUnit1__image1 {
  min-width: 47px;
  margin: -10px 0 0;
}

.history1__unit1__subUnit1__image1 img {
  width: 100%;
  height: auto;
}

.history1__unit1__subUnit1__image2 {
  position: absolute;
  right: -35px;
  top: -20px;
  width: 137px;
}

.history1__unit1__subUnit1__image2 img {
  width: 100%;
  height: auto;
}

.history1__unit1:nth-of-type(1) .history1__unit1__image1 {
  width: 90px;
  position: absolute;
  top: -35px;
  right: -25px;
  z-index: 11;
}

.history1__unit1:nth-of-type(2) .history1__unit1__image1 {
  width: 160px;
  position: absolute;
  top: -30px;
  right: -40px;
}

.history1__unit1:nth-of-type(3) .history1__unit1__image1 {
  width: 83px;
  position: absolute;
  top: -35px;
  right: -20px;
  z-index: 11;
}

.history1__unit1:nth-of-type(4) .history1__unit1__image1 {
  width: 160px;
  position: absolute;
  bottom: -100px;
  right: -40px;
}

.history1__unit1:nth-of-type(6) .history1__unit1__image1 {
  width: 125px;
  position: absolute;
  top: -25px;
  right: -28px;
  z-index: 11;
}

.history1__unit1:nth-of-type(7) .history1__unit1__image1 {
  width: 110px;
  position: absolute;
  top: -15px;
  right: 10px;
  z-index: 11;
}

.history1__unit1:nth-of-type(8) .history1__unit1__image1 {
  width: 120px;
  position: absolute;
  top: 225px;
  right: -20px;
  z-index: 11;
}

.history1__unit1:nth-of-type(2) .history1__unit1__subUnit1__image1 {
	width: 47px;
  margin: -10px 11px 0 16px;
}

.history1__unit1:nth-of-type(2) .history1__unit1__subUnit1__image1 img {
	width: 47px;
}

.history1__unit1:nth-of-type(8) .history1__unit1__subUnit1__image1 {
	width: 150px;
	position: absolute;
	top: -34px;
	right: -38px;
}

.history1__unit1:nth-of-type(9) .history1__unit1__subUnit1:nth-of-type(2) .history1__unit1__subUnit1__image1 {
	width: 150px;
	position: absolute;
	top: -29px;
	right: -28px;
}

.history1__unit1:nth-of-type(9) .history1__unit1__subUnit1:nth-of-type(4) .history1__unit1__subUnit1__image1 {
	width: 140px;
	position: absolute;
	bottom: -34px;
  right: -27px;
}

.history1__unit1:nth-of-type(10) .history1__unit1__subUnit1__image1 {
	width: 140px;
	position: absolute;
	top: -12px;
  right: -27px;
}

.history1__unit1__image1 img {
  width: 100%;
  height: auto;
}

.history1__unit1:nth-of-type(7) .history1__unit1__image2 {
  width: 160px;
  position: absolute;
  bottom: -100px;
  right: -40px;
}

.history1__unit1__image2 img {
  width: 100%;
  height: auto;
}

.history1__btnBack1 {
  margin: 40px 40px -20px;
}

.js-scrollAnimation3.history1__subInner1::before {
  height: 0;
  transition: all 0.5s ease;
}

.js-scrollAnimation3.history1__unit1 .history1__unit1__date1::before {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease;
}

.js-scrollAnimation3.history1__unit1 .history1__unit1__date1 img {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.5s ease 0.3s;
}

.js-scrollAnimation3.history1__unit1 .history1__unit1__subUnit1 {
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.5s ease 0.5s;
}

.js-scrollAnimation3.history1__unit1 .history1__unit1__subUnit1:nth-of-type(2) {
  transition-delay: 0.7s;
}

.js-scrollAnimation3.history1__unit1 .history1__unit1__subUnit1:nth-of-type(3) {
  transition-delay: 0.9s;
}

.js-scrollAnimation3.history1__unit1 .history1__unit1__subUnit1:nth-of-type(4) {
  transition-delay: 1.1s;
}

.js-scrollAnimation3.history1__unit1 .history1__unit1__image1,
.js-scrollAnimation3.history1__unit1 .history1__unit1__image2 {
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.5s ease 0.5s;
}

.js-scrollAnimation3.history1__unit1 .history1__unit1__image1.-photo,
.js-scrollAnimation3.history1__unit1 .history1__unit1__image2.-photo {
  transform: scale(0.95) rotate(3deg);
}

.js-scrollAnimation3.-active1.history1__subInner1::before {
  height: 100%;
}

.js-scrollAnimation3.-active1.history1__unit1 .history1__unit1__date1::before {
  transform: scale(1);
  opacity: 1;
}

.js-scrollAnimation3.-active1.history1__unit1 .history1__unit1__date1 img {
  opacity: 1;
  transform: translateX(0);
}

.js-scrollAnimation3.-active1.history1__unit1:nth-of-type(2)
  .history1__unit1__image1,
.js-scrollAnimation3.-active1.history1__unit1:nth-of-type(4)
  .history1__unit1__image1,
.js-scrollAnimation3.-active1.history1__unit1:nth-of-type(5)
  .history1__unit1__image1,
.js-scrollAnimation3.-active1.history1__unit1:nth-of-type(7)
  .history1__unit1__image1,
.js-scrollAnimation3.-active1.history1__unit1:nth-of-type(9)
  .history1__unit1__image1 {
  transform: scale(1) rotate(0);
}

.js-scrollAnimation3.-active1.history1__unit1 .history1__unit1__subUnit1 {
  transform: translateY(0);
  opacity: 1;
}

.js-scrollAnimation3.-active1.history1__unit1 .history1__unit1__image1,
.js-scrollAnimation3.-active1.history1__unit1 .history1__unit1__image2 {
  transform: scale(1) rotate(0);
  opacity: 1;
}

.ros1 {
  margin: 40px 0 0 0;
  padding: 40px 0 60px;
  background: #f4f4f4;
}

.ros1__inner1 {
  padding: 0 40px;
}

.ros1__text1 {
  margin: 25px 0 0 0;
  font-size: 14.5px;
  line-height: 1.73793;
}

.ros1__text1 img {
  width: 100%;
  height: auto;
}

.ros1__text1 p {
  margin: 20px 0 0 0;
}

.ros1__text1 p:first-child {
  margin: 0;
}

.ros1__text1 p:nth-of-type(2) {
  margin: 30px 0 0 0;
}

.ros1__check1 {
  background: #fff;
  margin: 45px 0 0 0;
  padding: 15px 20px 20px;
  position: relative;
}

.ros1__check1:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  content: "";
  display: block;
  width: 32px;
  height: 18px;
  background: url("../images/arrow_type4_down1.png") 0 0 no-repeat;
  background-size: 32px auto;
  margin: auto;
}

.ros1__check1__title1 {
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #dcdcdc;
}

.ros1__check1__title1 span {
  display: block;
  font-size: 12px;
  line-height: 1.8;
}

.ros1__check1__list1 {
  list-style: none;
  margin: 11px 0 0 0;
  padding: 0;
}

.ros1__check1__list1 li {
  position: relative;
  font-size: 14px;
  line-height: 2.32143;
  padding: 0 0 0 30px;
}

.ros1__check1__list1 li:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  background: url("../images/icon_check1_1.png") 0 0 no-repeat;
  background-size: 20px auto;
}

.ros1__check1__text1 {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  margin: 18px 0 0 0;
}

.ros1__list1 {
  margin: 27px 0 0 0;
}

.ros1__list1__title1 {
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 10px 0;
}

.ros1__list1__list1 {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ros1__list1__list1 li {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  border: 1px solid #000;
  border-radius: 33px;
  margin: 5px 5px 0;
}

.ros1__list1__text1 {
  font-size: 14px;
  line-height: 1.8;
  margin: 22px 0 0 0;
}

.phytochemical1 {
  margin: 50px 0 0 0;
}

.phytochemical1__inner1 {
  padding: 0 40px;
}

.phytochemical1__text1 {
  font-size: 14px;
  line-height: 1.8;
  margin: 25px 0 0 0;
}

.phytochemical1__text1 img {
  width: 100%;
  height: auto;
}

.phytochemical1__text1 p:nth-of-type(2) {
  width: 226px;
  margin: 0 auto 0;
}

.phytochemical1__about1 {
  background: #f4f4f4;
  padding: 15px 20px 20px;
  margin: 35px 0 0 0;
}

.phytochemical1__about1__title1 {
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}

.phytochemical1__about1__image1 {
  margin: 20px auto 0;
  width: 164px;
}

.phytochemical1__about1__image1 img {
  width: 100%;
  height: auto;
}

.phytochemical1__about1__title2 {
  font-size: 14px;
  line-height: 1.8;
  margin: 16px 0 0 0;
}

.phytochemical1__about1__text1 {
  font-size: 14px;
  line-height: 1.8;
  margin: 8px 0 0 0;
}

.js-scrollAnimation3 .phytochemical1__text1 {
  opacity: 0;
  transition: all 0.5s ease;
}

.js-scrollAnimation3 .phytochemical1__text1 p:nth-child(2) {
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.5s ease 0.5s;
}

.js-scrollAnimation3 .phytochemical1__about1 {
  opacity: 0;
  transition: all 0.5s ease;
}

.js-scrollAnimation3.-active1 .phytochemical1__text1 {
  opacity: 1;
}

.js-scrollAnimation3.-active1 .phytochemical1__text1 p:nth-child(2) {
  opacity: 1;
  transform: scale(1);
}

.js-scrollAnimation3.-active1 .phytochemical1__about1 {
  opacity: 1;
}

.research1 {
  background: #f4f4f4;
  margin: 60px 0 0 0;
  padding: 40px 0 60px;
}

.research1__text1 {
  font-size: 14px;
  line-height: 1.8;
  margin: 25px 0 0 0;
}

.research1__inner1 {
  padding: 0 40px;
}

.research1__image1__unit1 {
  margin: 30px 0 0 0;
}

.research1__image1__unit1__label1 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.research1__image1__unit1__image1 {
  margin: 18px -20px 0;
}

.research1__image1__unit1__image1 img {
  width: 100%;
  height: auto;
}

.research1s__notes1 {
  font-size: 10px;
  line-height: 1.8;
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.research1s__notes1 li {
  position: relative;
  padding: 0 0 0 12px;
}

.research1s__notes1 span {
  position: absolute;
  left: 0;
  top: 0;
}

.research1__knowledge1 {
  margin: 40px 0 0 0;
  padding: 15px 20px 20px;
  background: #fff;
}

.research1__knowledge1__title1 {
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 20px 0;
}

.research1__knowledge1__title1 span {
  display: block;
  font-size: 12px;
  line-height: 1.8;
}

.research1__knowledge1__text1 {
  font-size: 14px;
  line-height: 1.8;
  margin: 25px 0 0 0;
}

.research1__knowledge1__image1 {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  display: flex;
}

.research1__knowledge1__image1 li {
  width: 50%;
}

.research1__knowledge1__image1 img {
  width: 100%;
  height: auto;
}

.research1__knowledge1__notes1 {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.research1__knowledge1__notes1 li {
  font-size: 10px;
  line-height: 1.8;
  position: relative;
  padding: 0 0 0 20px;
}

.research1__knowledge1__notes1 span {
  position: absolute;
  left: 0;
  top: 0;
}

.wisdom1__title1 {
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  padding-top: 56%;
}

.wisdom1__title1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/supplement4_img1_1.jpg") 0 0 no-repeat;
  background-size: cover;
}

.wisdom1__title1 h2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  background: rgba(0, 0, 0, 0.3);
}

.wisdom1__title1 h2:before {
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -64px;
  margin: auto;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.wisdom1__text1 {
  padding: 0 40px;
  font-size: 14px;
  line-height: 1.8;
  margin: 35px 0 0 0;
}

.wisdom1__body1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.wisdom1__unit1 {
  padding: 0 40px;
  margin: 25px 0 0 0;
}

.wisdom1__unit2 {
  padding: 0 40px;
  position: relative;
}

.wisdom1__unit3 {
  padding: 20px auto 0;
}

.wisdom1__subUnit1 {
  position: relative;
  border: 1px solid #000;
  padding: 15px 20px 20px;
}

.wisdom1__plus {
  position: relative;
  display: block;
  height: 20px;
}

.wisdom1__plus:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #006325;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.wisdom1__plus:after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #006325;
  position: absolute;
  margin: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.wisdom1__unit2 .wisdom1__subUnit1:nth-of-type(1):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 32px;
  height: 20px;
  margin: auto;
  background: url("../images/arrow_type5_down2.png") 0 0 no-repeat;
  background-size: 32px auto;
}

.wisdom1__subUnit1:nth-of-type(2) {
  border-top: none;
  margin: 12px 0 0 0;
}

.wisdom1__unit2 .wisdom1__subUnit1 {
  border-color: #006325;
}

.wisdom1__unit3 .wisdom1__subUnit1 {
  border: none;
  padding-bottom: 0;
}

.wisdom1__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}

.wisdom1__subUnit1__title1 {
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}

.wisdom1__subUnit1__title1 sup {
  font-size: 10px;
}

.wisdom1__unit2 .wisdom1__subUnit1__title1 {
  color: #006325;
}

.wisdom1__unit3 .wisdom1__subUnit1__title1 {
  color: #006325;
}

.wisdom1__subUnit1__image1 {
  margin: 15px 0 0 0;
}

.wisdom1__subUnit1__image1 img {
  width: 100%;
  height: auto;
}

.wisdom1__subUnit1__image2 {
  margin: 15px 0 -1px 0;
}

.wisdom1__subUnit1__image2 img {
  width: 100%;
  height: auto;
}

.wisdom1__subUnit1__image3 {
  margin: 15px 0 -20px 0;
}

.wisdom1__subUnit1__image3 img {
  width: 100%;
  height: auto;
}

.wisdom1__subUnit1__image4 {
  margin: 18px 0 0 0;
}

.wisdom1__subUnit1__image4 img {
  width: 100%;
  height: auto;
}

.wisdom1__subUnit1__image4 sup {
  position: relative;
  top: 2px;
  font-size: 10px;
  transform: scale(0.8);
  display: inline-block;
}

.wisdom1__subUnit1__image5 {
  margin: 20px 0 0;
}

.wisdom1__subUnit1__image5 img {
  width: 100%;
  height: auto;
}

.wisdom1__subUnit1__list1 {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 0 0;
}

.wisdom1__subUnit1__list1 dt {
  min-width: 60px;
  font-size: 12px;
  line-height: 1.5;
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  margin: 10px 0 0 0;
}

.wisdom1__subUnit1__list1 dd {
  width: calc(100% - 60px);
  font-size: 12px;
  line-height: 1.5;
  margin: 10px 0 0 0;
}

.wisdom1__subUnit1__text1 {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
  margin: 15px 0 0 0;
}

.wisdom1__subUnit1__text2 {
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  margin: 10px 0 0 0;
}

.wisdom1__subUnit1__text2 sup {
  font-size: 10px;
}

.wisdom1__subUnit1__text3 {
  font-size: 12px;
  line-height: 1.8;
  margin: 17px 0 0 0;
}

.wisdom1__subUnit1__text3.-center1 {
  text-align: center;
}

.wisdom1__subUnit1__text3 sup {
  position: relative;
  top: 2px;
  font-size: 10px;
  transform: scale(0.8);
  display: inline-block;
}

.wisdom1__subUnit1__image1__caption1 {
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
  display: block;
  margin: 10px 0 0 0;
}

.wisdom1__notes1 {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0 40px;
}

.wisdom1__notes1 li {
  font-size: 10px;
  line-height: 1.8;
  position: relative;
  padding: 0 0 0 20px;
}

.wisdom1__notes1 span {
  position: absolute;
  left: 0;
  top: 0;
}

.js-scrollAnimation3 .wisdom1__title1 {
  overflow: hidden;
}

.js-scrollAnimation3 .wisdom1__title1::before {
  transform: scale(1.05);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-scrollAnimation3 .wisdom1__title1 h2 {
  opacity: 0;
  transition: opacity 0.5s ease 0.3s;
}

.js-scrollAnimation3 .wisdom1__title1 h2::before {
  transform: scaleX(0);
  transition: transform 0.3s ease 0.5s;
}

.js-scrollAnimation3 .wisdom1__text1 {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.js-scrollAnimation3.-active1 .wisdom1__title1::before {
  transform: scale(1);
  opacity: 1;
}

.js-scrollAnimation3.-active1 .wisdom1__title1 h2 {
  opacity: 1;
}

.js-scrollAnimation3.-active1 .wisdom1__title1 h2::before {
  transform: scaleX(1);
}

.js-scrollAnimation3.-active1 .wisdom1__text1 {
  opacity: 1;
}

.js-scrollAnimation3.wisdom1__subUnit1:nth-of-type(2) {
  top: -10px;
  opacity: 0;
  transition: all 0.5s ease;
}

.js-scrollAnimation3.wisdom1__subUnit1.-active1 {
  top: 0;
  opacity: 1;
}

.check1 {
  padding: 15px 20px 20px;
  background: #f4f4f4;
  margin: 39px 40px 0;
}

.check1__title1 {
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
}

.check1__title1 span {
  display: block;
  font-size: 12px;
  line-height: 1.8;
}

.check1__text1 {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  margin: 23px 0 0 0;
}

.check1__image1 {
  width: 185px;
  margin: 15px auto -10px;
}

.check1__image1 img {
  width: 100%;
  height: auto;
}

.check1__unit1 {
  margin: 20px 0 0 0;
}

.check1__unit1__title1 {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 30px;
}

.check1__unit1__title1:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  background: url("../images/icon_check1_1.png") 0 0 no-repeat;
  background-size: 20px auto;
}

.check1__unit1__text1 {
  margin: 8px 0 0 0;
  font-size: 14px;
  line-height: 1.8;
}

.check1__unit1__image1 {
  width: 200px;
  margin: 20px auto 0;
}

.check1__unit1__image1 img {
  width: 100%;
  height: auto;
}

.shop1__unit1 {
  padding: 35px 0 25px 0;
}

.shop1__unit1:nth-of-type(even) {
  background: #f4f4f4;
}

.shop1__unit1:last-child {
  margin-bottom: -60px;
}

.shop1__title1 {
  margin: 0 0 30px 0;
}

.shop1__body1 {
  padding: 0 40px;
}

.shop1__body1 > li {
  list-style: none;
  margin: 0 0 35px 0;
}

.shop1__image1 img {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
}

.shop1__title2 {
  font-size: 16px;
  line-height: 1.575;
  margin: 0 0 12px 0;
}

.shop1__list1 li {
  list-style: none;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  padding: 0 0 3px 101px;
}

.shop1__list1 li span {
  position: absolute;
  top: 0;
  left: 0;
}

.shop1__list1 li a {
  position: static;
  text-decoration: underline;
}

.shop1__list1 li a.-external1 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
}

.shop1__list1 li a.-external1:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(0.75em - 2px);
  left: 0;
  width: 10px;
  height: 9px;
  background: url("../images/icon_external1_1.svg") 0 0 no-repeat;
  background-size: 10px 9px;
}

.shop1__notes1 {
  font-size: 10px;
  line-height: 1.8;
  list-style: none;
  margin: 10px 0 0 0;
}

.shop1__notes1 li {
  position: relative;
  padding: 0 0 0 15px;
}

.shop1__notes1 li span {
  position: absolute;
  left: 0;
  top: 0;
}

.sitemap1 {
  padding: 40px 40px 0 40px;
}

.sitemap1__body1 {
  list-style: none;
}

.sitemap1__unit1 {
  position: relative;
  border-top: 1px solid #000;
}

.sitemap1__unit1 > a,
.sitemap1__unit1 > span {
  font-size: 18px;
  line-height: 1.16667;
  font-weight: 700;
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 20px 0 21px 0;
}

.sitemap1__unit1 > a .-arrow1 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 18px;
  height: 5px;
  background: url(../images/arrow_type2_right1.svg) 0 0 no-repeat;
  background-size: 18px auto;
}

.sitemap1__unit1__list1 {
  list-style: none;
}

.sitemap1__unit1__list1 > li {
  margin: 0;
  padding: 0 0 0 30px;
  border-top: 1px solid #cdcdcd;
}

.sitemap1__unit1__list1 > li > a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: 100%;
  right: 0;
  padding: 15px 0 15px;
}

.sitemap1__unit1__list1 > li > a .-arrow1 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 5px;
  margin: auto 0;
  background: url(../images/arrow_type2_right1.svg) 0 0 no-repeat;
  background-size: 18px auto;
}

.sitemap1__unit1__list2 {
  list-style: none;
  margin: 0 0 18px 0;
  padding: 18px 0 0 0;
  border-top: 1px solid #dcdcdc;
}

.sitemap1__unit1__list2 > li {
  margin: 0 0 10px 30px;
}

.sitemap1__unit1__list2 > li > a {
  font-size: 13px;
  line-height: 1.8;
  position: relative;
  display: block;
  padding-left: 30px;
}

.sitemap1__unit1__list2 > li > a sup {
  font-size: 4px;
  line-height: 1.8;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}

.sitemap1__unit1__list2 > li > a .-arrow1 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 8px 0 0 0;
  width: 18px;
  height: 5px;
  background: url(../images/arrow_type2_right1.svg) 0 0 no-repeat;
  background-size: 18px auto;
}

.sitemap1__unit1__list2.-type1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.sitemap1__unit1__list2.-type1 li {
  width: 50%;
  margin-left: 0;
  padding-left: 30px;
}

.sitemap1__unit1__list2.-type2 {
  padding-top: 20px;
}

.sitemap1__unit1__list2.-type2 li {
  margin-left: 0;
}

.kids-disclaimer1 {
  padding: 40px 0 60px;
}

.kids-disclaimer1.-type1 {
  background: #f4f4f4;
}

section:last-child .kids-disclaimer1 {
  margin-bottom: -60px;
}

.kids-disclaimer1__inner1 {
  padding: 0 40px;
}

.kids-disclaimer1__text1 {
  font-size: 14px;
  line-height: 1.8;
}

.kids-disclaimer1__text1 sup {
  font-size: 10px;
}

.kids-disclaimer1__text1 p {
  margin: 21px 0 0 0;
}

.kids-disclaimer1__list1 {
  list-style: none;
}

.kids-disclaimer1__list1 > li {
  margin: 35px 0 0;
  padding: 35px 0 0;
  border-top: 1px solid #dcdcdc;
}

.kids-disclaimer1__list1 > li:first-child {
  margin-top: 0;
  border-top: none;
}

.kids-disclaimer1__list1__title1 {
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  padding: 0 0 0 15px;
  margin-bottom: 15px;
}

.kids-disclaimer1__list1__title1 span {
  position: absolute;
  left: 0;
  top: 0;
}

.kids-disclaimer1__list1__text1 {
  font-size: 14px;
  line-height: 1.8;
}

.kids-disclaimer1__list1__text1 sup {
  font-size: 0.5em;
}

.kids-disclaimer1__list1__notes1 {
  font-size: 10px;
  line-height: 1.8;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}

.kids-disclaimer1__list1__notes1 li {
  position: relative;
  padding: 0 0 0 15px;
}

.kids-disclaimer1__list1__notes1 li span {
  position: absolute;
  left: 0;
  top: 0;
}

.advertisement1__inner1 {
  margin: 60px 0 0;
  padding: 40px 40px 0;
  border-top: 1px solid #cdcdcd;
}

.anchor3 + section .advertisement1__inner1 {
  margin-top: 0;
  border-top: none;
}

.advertisement1__text1 {
  font-size: 14px;
  line-height: 1.78571;
}

.advertisement1__text1 p {
  margin: 14px 0 0 0;
}

.advertisement1__text1 p.-right1 {
  text-align: right;
}

.advertisement1__result1 {
  background: #f4f4f4;
  padding: 20px;
  margin-top: 20px;
}

.advertisement1__result1__title1 {
  font-size: 16px;
  margin-bottom: 10px;
}

.advertisement1__result1__list1 {
  list-style: none;
}

.advertisement1__result1__list1 li {
  font-size: 14px;
  line-height: 1.8;
}

.advertisement1__contact1 {
  background: #f4f4f4;
  margin: 20px -40px 0;
  padding: 10px 40px;
}

.advertisement1__contact1__unit1 {
  text-align: center;
  padding: 40px 0;
}

.advertisement1__contact1__unit1:nth-child(2) {
  border-top: 1px solid #dcdcdc;
}

.advertisement1__contact1__unit1 span {
  font-size: 10px;
}

.advertisement1__contact1__title1 {
  font-size: 18px;
  line-height: 2.16667;
  position: relative;
  font-weight: 700;
  margin-left: 57px;
}

.advertisement1__contact1__title1:before {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 45px;
  height: 39px;
  margin-left: -57px;
}

.advertisement1__contact1__title1.-type1:before {
  background: url(../images/icon_free.png) 0 50% no-repeat;
  background-size: 45px 30px;
}

.advertisement1__contact1__title1.-type2:before {
  background: url(../images/icon_nav.png) 0 50% no-repeat;
  background-size: 45px 38.5px;
}

.advertisement1__contact1__num1 {
  font-size: 40px;
  line-height: 1.44;
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.advertisement1__contact1__num1 span {
  font-size: 10px;
  line-height: 2.4;
  display: block;
  margin-top: -15px;
  margin-bottom: 20px;
  font-weight: 400;
}

.advertisement1__contact1__text1 {
  font-size: 14px;
  line-height: 1.8;
}

.advertisement1__contact1__text1 span {
  font-size: 10px;
  line-height: 1.8;
}

.privacy1__inner1 {
  margin: 60px 0 40px;
  padding: 0 40px;
}

.privacy1__text1 {
  font-size: 14px;
  line-height: 1.78571;
}

.privacy1__text1 p {
  margin: 14px 0 0 0;
}

.privacy1__text1.-right1 {
  text-align: right;
}

.privacy1_contact1 {
  padding: 30px;
  margin-top: 30px;
  background: #f4f4f4;
  text-align: center;
}

.privacy1_contact1 p {
  font-size: 14px;
  line-height: 1.8;
}

.privacy1_contact1 p span {
  font-size: 12px;
  line-height: 1.8;
}

.rule1.-type1 {
  background: #f4f4f4;
}

.rule1__inner1 {
  margin: 60px 0 40px;
  padding: 0 40px;
}

.rule1.-type1 .rule1__inner1 {
  margin-bottom: 0;
  padding: 40px 40px 50px;
}

section:last-child .rule1.-type1 .rule1__inner1 {
  margin-bottom: -60px;
}

.rule1__unit1 {
  margin-top: 30px;
}

.rule1__title1 {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.rule1__text1 p {
  font-size: 14px;
  line-height: 1.8;
}

.contact1 {
  background: #f4f4f4;
}

.contact1__inner1 {
  padding: 0 40px;
  margin-top: 40px;
  margin-bottom: -60px;
}

.contact1__contact1 {
  margin: 20px -40px 0;
  padding: 10px 40px;
}

.contact1__contact1__unit1 {
  text-align: center;
  border-top: 1px solid #dcdcdc;
  padding: 40px 0;
}

.contact1__contact1__unit1:first-child {
  border-top: none;
}

.contact1__contact1__unit1 span {
  font-size: 10px;
}

.contact1__contact1__title1 {
  font-size: 18px;
  line-height: 2.16667;
  position: relative;
  font-weight: 700;
  margin-left: 57px;
}

.contact1__contact1__title1:before {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 45px;
  height: 39px;
  margin-left: -57px;
}

.contact1__contact1__title1.-type1:before {
  background: url(../images/icon_free.png) 0 50% no-repeat;
  background-size: 45px 30px;
}

.contact1__contact1__title1.-type2:before {
  background: url(../images/icon_nav.png) 0 50% no-repeat;
  background-size: 45px 38.5px;
}

.contact1__contact1__title1.-type3:before {
  background: url(../images/icon_mail.png) 0 50% no-repeat;
  background-size: 45px 28px;
}

.contact1__contact1__num1 {
  font-size: 40px;
  line-height: 1.44;
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact1__contact1__num1 span {
  font-size: 10px;
  line-height: 2.4;
  display: block;
  margin-top: -15px;
  margin-bottom: 20px;
  font-weight: 400;
}

.contact1__contact1__text1 {
  font-size: 14px;
  line-height: 1.8;
}

.contact1__contact1__text1 span {
  font-size: 10px;
  line-height: 1.8;
}

.contact1__contact1__button1 {
  margin-top: 35px;
}

/*# sourceMappingURL=main.css.map */

@media screen and (min-width: 768px) {
  html {
    min-width: 1280px;
  }

  html.-fixed1 {
    height: auto;
    overflow: visible;
  }

  body {
    min-width: 1280px;
  }

  .document1 {
    min-width: 1280px;
  }

  .-spOnly {
    display: none !important;
  }

  .-pcOnly {
    display: block !important;
  }

  .title1 {
    padding-top: 33.333%;
  }

  .title1.-type1::before {
    background-image: url("../images/about1_img1_1_pc.jpg");
  }

  .title1.-type2::before {
    background-image: url("../images/why1_img1_1_pc.jpg");
  }

  .title1__title1:before {
    width: 80px;
    bottom: -8px;
  }

  .title1__mainLabel1 {
    font-size: 30px;
    line-height: 0.61233;
  }

  .title1__subLabel1 {
    margin-top: 17px;
    font-size: 16px;
    line-height: 2.625;
  }

  .title2__title1:before {
    width: 80px;
    bottom: -7px;
  }

  .title2__mainLabel1 {
    font-size: 30px;
    line-height: 0.61233;
  }

  .title2__subLabel1 {
    font-size: 16px;
    line-height: 2.625;
    margin: 17px 0 0 0;
  }

  .title2__subLabel1 span {
    font-weight: normal;
  }

  .title3 {
    padding-right: 0;
    padding-left: 0;
    font-size: 30px;
    line-height: 1.5;
  }

  .title3 sup {
    font-size: 13px;
  }

  .title3:before {
    width: 80px;
    height: 2px;
  }

  .title4 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 40px;
  }

  .title5 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
  }

  .list1 li {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
    padding-left: 35px;
  }

  .list1.-brackets1 li {
    padding-left: 43px;
  }

  .list2 li {
    font-size: 16px;
    line-height: 1.8;
  }

  a.link1 {
    font-size: 14px;
    line-height: 1.8;
  }

  a.link1:before {
    width: 22px;
    height: 28px;
    background-size: 22px auto;
  }

  a.link1:hover {
    opacity: 0.5;
  }

  span.link2,
  a.link2 {
    font-size: 14px;
    line-height: 1.5;
  }

  a.link3 {
    font-size: 14px;
    line-height: 1.8;
  }

  a.link3:before {
    left: 8px;
  }

  a.link3:hover {
    opacity: 0.5;
  }

  .label1 {
    font-size: 12px;
    line-height: 1;
    line-height: 25px;
  }

  .label2 {
    padding: 7px 20px;
    font-size: 14px;
    line-height: 1;
  }

  a.button1 {
    font-size: 14px;
    line-height: 1.5;
    padding: 13px 0;
  }

  a.button1:hover {
    background: #000;
    color: #fff;
  }

  a.button1.-type1:hover {
    color: #000;
    background: #fff;
  }

  a.button1:before {
    right: 20px;
    width: 24px;
    height: 6px;
    background-size: 24px 6px;
  }

  a.button1:hover:before,
  a.button1.-type1:before {
    background: url("../images/arrow_type2_right2.svg") 0 0 no-repeat;
    background-size: 24px 6px;
  }

  a.button1.-type1:hover:before {
    background: url("../images/arrow_type2_right1.svg") 0 0 no-repeat;
    background-size: 24px 6px;
  }

  a.button1.-type2:hover:before {
    right: inherit;
    background: url("../images/arrow_type2_left2.svg") 0 0 no-repeat;
    background-size: 24px 6px;
  }

  a.button1.-external1:before {
    right: 20px;
  }

  a.button1.-external1:hover:before {
    background: url("../images/icon_external1_2.svg") 0 0 no-repeat;
    background-size: 10px 9px;
  }

  a.button1.-external1:hover:before {
    background: url("../images/icon_external1_1.svg") 0 0 no-repeat;
    background-size: 10px 9px;
  }

  a.button2 {
    font-size: 11px;
    line-height: 1.63636;
  }

  a.button3 {
    padding: 20px 0;
    font-size: 24px;
    line-height: 1.25;
  }

  a.button3.-large1 {
    padding: 25px 0;
  }

  a.button3:before {
    width: 28px;
    height: 25px;
    left: 20px;
    background-size: 28px auto;
  }

  a.button3.-large1:before {
    width: 28px;
    height: 25px;
    background-size: 28px auto;
  }

  a.button3:after {
    right: 20px;
    width: 24px;
    height: 6px;
    background-size: 24px 6px;
  }

  a.button3:hover {
    opacity: 0.5;
  }

  a.button4 {
    font-size: 14px;
    line-height: 1.5;
    padding: 13px 0;
  }

  a.button4:hover {
    background: #fff;
    color: #000;
  }

  a.button4:before {
    right: 20px;
    width: 24px;
    height: 6px;
    background-size: 24px 6px;
  }

  a.button4:hover:before {
    background: url("../images/arrow_type2_right1.svg") 0 0 no-repeat;
    background-size: 24px 6px;
  }

  a.button4.-external1:before {
    right: 20px;
  }

  a.button4.-external1:hover:before {
    background: url("../images/icon_external1_1.svg") 0 0 no-repeat;
    background-size: 10px 9px;
  }

  .table1__caption1 {
    font-size: 20px;
    line-height: 1.5;
    margin: 35px 0 0;
  }

  .table1 + .table1__caption1 {
    margin-top: 60px;
  }

  .table1 {
    margin: 35px 0 0;
  }

  .table1 + .table1 {
    margin-top: 0;
  }

  .table1__caption1 + .table1 {
    margin: 25px 0 0;
  }

  .table1__table1 th {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 30px 10px;
  }

  .table1__table1 td {
    font-size: 16px;
    line-height: 1.8;
    padding: 25px;
  }

  .table1__table1.-type1 th {
    padding: 25px;
  }

  .table1__table1__list1 {
    display: flex;
    flex-wrap: wrap;
  }

  .table1__table1__list1 li {
    width: 33.333%;
    font-size: 16px;
    line-height: 1.8;
  }

  .table1__table1__list1 li:nth-child(3n + 2) {
    padding: 0 0 0 30px;
  }

  .table1__table1__list1 li:nth-child(3n + 3) {
    padding: 0 0 0 30px;
  }

  .notes1 {
    margin: 35px 0 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .modSection1 {
    margin: 60px 0 0 0;
  }

  .modSection1.-type1 {
    padding: 60px 0 60px;
  }

  .modSection1__inner {
    width: 1200px;
    padding: 0;
    margin: auto;
  }

  .modSection2 {
    margin: 60px 0 0 0;
  }

  .modSection2.-type1 {
    padding: 60px 0 60px;
  }

  .modSection2__inner {
    width: 750px;
    padding: 0;
    margin: auto;
  }

  .modTitle1 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 50px;
  }

  .modTitle1:before {
    width: 80px;
    height: 2px;
  }

  .modTitle2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
  }

  .modTitle3 {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  .modLead1 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 50px;
  }

  .modText1 p {
    font-size: 16px;
    line-height: 1.8;
    margin: 26px 0 0 0;
  }

  .modText1 p.modText1__bold1 {
    font-size: 20px;
    line-height: 1.5;
  }

  .modText1 p.modText1__bold2 {
    font-size: 18px;
    line-height: 1.5;
  }

  .modNotes1 {
    margin: 26px 0 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .modList1 li {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
    padding-left: 35px;
  }

  .modList1.-brackets1 li {
    padding-left: 43px;
  }

  .modList2 li {
    font-size: 16px;
    line-height: 1.8;
  }

  a.modLink1 {
    font-size: 14px;
    line-height: 1.5;
  }

  a.modLink1:hover {
    opacity: 0.5;
  }

  a.modLink2 {
    font-size: 14px;
    line-height: 1.8;
  }

  a.modLink2:before {
    left: 8px;
  }

  a.modLink2:hover {
    opacity: 0.5;
  }

  a.modLink3 {
    font-size: 14px;
    line-height: 1.8;
  }

  a.modLink3:before {
    width: 22px;
    height: 28px;
    background-size: 22px auto;
  }

  a.modLink3:hover {
    opacity: 0.5;
  }

  .modAnchor1 {
    margin: 55px 0 0 0;
  }

  .modAnchor1__inner1 {
    width: 720px;
    margin: auto;
    padding: 60px 0;
  }

  .modAnchor1__linkList1 a {
    font-size: 16px;
    line-height: 1.8;
    padding: 26px;
    text-align: center;
  }

  .modAnchor1__linkList1 a:hover {
    opacity: 0.5;
  }

  .modAnchor1__linkList1 a:before {
    width: 7px;
    height: 7px;
  }

  a.modButton1 {
    font-size: 14px;
    line-height: 1.5;
    width: 360px;
    margin: 0 auto;
    padding: 13px 45px;
  }

  a.modButton1:hover {
    background: #000;
    color: #fff;
  }

  a.modButton1:before {
    right: 20px;
    width: 24px;
    height: 6px;
    background-size: 24px 6px;
  }

  a.modButton1:hover:before {
    background: url("../images/arrow_type2_right2.svg") 0 0 no-repeat;
    background-size: 24px 6px;
  }

  a.modButton1.-external1:before {
    right: 20px;
  }

  a.modButton1.-external1:hover:before {
    background: url("../images/icon_external1_2.svg") 0 0 no-repeat;
    background-size: 10px 9px;
  }

  .modGrid1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
  }

  .modGrid1__unit {
    width: 50%;
    margin-top: 60px;
    padding: 0 40px;
  }

  .modGrid2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
  }

  .modGrid2__unit {
    width: 33.333%;
    margin-top: 60px;
    padding: 0 30px;
  }

  .modGrid3 {
    margin: 0 -30px;
  }

  .modGrid3__unit {
    width: 25%;
    margin-top: 60px;
    padding: 0 30px;
  }

  .modTable1 {
    margin: 35px 0 0;
  }

  .modTable1__table1 th {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 30px 10px;
  }

  .modTable1__table1 td {
    font-size: 16px;
    line-height: 1.8;
    padding: 25px;
  }

  .header1 {
    min-width: 1280px;
    overflow: visible;
  }

  .header1.-open1 {
    height: auto;
  }

  .header1__inner1 {
    z-index: 101;
    width: auto;
    height: 105px;
  }

  .header1.-floating1 .header1__inner1,
  .header1.-open1 .header1__inner1 {
    background: transparent;
  }

  .header1.-floating1 .header1__logo1,
  .header1.-open1 .header1__logo1 {
    margin: 0;
    width: 304px;
    right: inherit;
    left: 40px;
    top: 27px;
    z-index: 1000;
  }

  .header1__logo1 a:hover {
    opacity: 0.5;
  }

  .header1__btnToggle1 {
    display: none;
  }

  .nav1 {
    box-shadow: none;
    display: block !important;
    padding: 0 40px 0 0;
    background: transparent;
    transition: background 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  .nav1:before {
    display: none;
  }

  .header1.-floating1 .nav1,
  .header1.-open1 .nav1 {
    background: #fff;
  }

  .nav1__navList1 {
    display: flex;
    justify-content: flex-end;
    min-height: auto;
    overflow: visible;
    height: auto;
  }

  .nav1__navList1 > li {
    border: none;
    margin: 0 0 0 40px;
  }

  .nav1__navList1 > li.-hover1 .nav1__navList3,
  .nav1__navList1 > li.-hover1 .nav1__navList2 {
    opacity: 1;
    pointer-events: auto;
  }

  .nav1__navList1 > li > span.-active1 > a:before {
    position: absolute;
    top: 25px;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin: auto;
  }

  .header1.-floating1 .nav1__navList1 > li > span.-active1 > a:before,
  .header1.-open1 .nav1__navList1 > li > span.-active1 > a:before {
    width: 100%;
    background: #006325;
  }

  .nav1__navList1 > li > span.-active1 > a span {
    position: static;
  }

  .nav1__navList1 > li > span.-active1 > a span:before {
    display: none;
  }

  .nav1__navList1 > li > span > a,
  .nav1__navList1 > li > span > .-nolink1 {
    padding: 0;
    background: none;
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    height: 105px;
    line-height: 105px;
  }

  .nav1__navList1 li span.-open1 a {
    background: none;
  }

  .nav1__navList1 > li > span > a:hover {
    opacity: 0.5;
  }

  .header1.-open1 .nav1__navList1 > li > span > a:hover {
    opacity: 1;
  }

  .nav1__navList1 > li > span > a:before,
  .nav1__navList1 > li > span > .-nolink1:before {
    position: absolute;
    top: 25px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .nav1__navList1 > li > span > i,
  .nav1__navList1 > li > span > a > i,
  .nav1__navList1 > li > span > .-nolink1 > i {
    display: none;
  }

  .nav1__navList2 {
    background: #f4f4f4;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #e6e6e6;
    display: block !important;
    opacity: 0;
    pointer-events: none;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .nav1__navList2:before {
    position: absolute;
    left: 0;
    bottom: -20px;
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0)
    );
  }

  .nav1__navList2__inner1 {
    width: 1200px;
    margin: auto;
    padding: 60px 0 70px;
  }

  .nav1__navList2__inner1 > ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .nav1__navList2__inner1 > ul > li {
    border-color: #000;
    width: 270px;
    margin: 35px 0 0 40px;
  }

  .nav1__navList2__inner1 > ul > li > span > a {
    padding-right: 25px;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.8;
  }

  .nav1__navList2__inner1 > ul > li > span > a:hover {
    opacity: 0.5;
  }

  .nav1__navList2__inner1 > ul > li > span i {
    right: 0;
  }

  .nav1__navList2__inner1 > ul > li > span.-open1 > a {
    background: transparent;
  }

  .nav1__navList2__inner1 > ul > li:nth-of-type(1) {
    border: none;
    width: 100%;
    margin: 0;
  }

  .nav1__navList2__inner1 > ul > li:nth-of-type(1) > span > a,
  .nav1__navList2__inner1 > ul > li:nth-of-type(1) > span > .-nolink1 {
    padding: 0 0 0 40px;
    font-size: 20px;
    line-height: 1;
  }
  .nav1__navList2__inner1 > ul > li:nth-of-type(1) > span > .-nolink1 {
    padding-left: 0;
  }

  .nav1__navList2__inner1 > ul > li:nth-of-type(1) > span > a > i {
    left: 0;
  }

  .nav1__navList2__inner1 > ul > li:nth-of-type(2) {
    margin-left: 0;
  }

  .nav1__navList3 {
    display: block !important;
    opacity: 0;
    background: none;
    padding: 0;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .nav1__navList3 li > span > a {
    font-size: 13px;
    line-height: 2.76923;
    padding: 0 0 0 40px;
  }

  .nav1__navList3 li > span > a > span {
    font-size: 12px;
    line-height: 3;
    letter-spacing: -0.1em;
  }

  .nav1__navList3 li > span > a:hover {
    opacity: 0.5;
  }

  .nav1__navList3 > span:first-child {
    display: none;
  }

  .nav1__navList3 > span.-type1 {
    display: block;
    border-top: none;
    padding-left: 0;
  }

  .nav1__navList3 > span.-type1 > a {
    font-size: 13px;
    line-height: 2.76923;
    padding: 0 0 0 40px;
  }

  .nav1__navList3 > span.-type1 > a:hover {
    opacity: 0.5;
  }

  .nav1__navList3 > span.-type1 > a > i {
    left: 0;
  }

  .nav1__navList3.-type1 li > span > a {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav1__navList3__inner1 {
    padding: 0;
    background: none;
  }

  .nav1__navList3.-type1 .nav1__navList3__inner1 {
    border-top: none;
  }

  .nav1__navList3__title1 {
    margin: 0;
    font-size: 14px;
    line-height: 2.57143;
  }

  .footer1 {
    padding: 80px 0;
    margin: 120px 0 0 0;
  }

  body.-top .footer1 {
    margin-top: 0;
  }

  .footer1__inner1 {
    width: 1200px;
    margin: auto;
  }

  .footer1__inner2 {
    display: flex;
    justify-content: space-between;
  }

  .footer1__navList1 {
    /*width: 270px;*/
    width: 208px;
    margin: -20px 0 0 0;
  }

  .footer1__navList1:first-child {
    border: none;
  }

  .footer1__navList1 > li {
    border: none;
    border-top: 1px solid #000;
    margin: 20px 0 0 0;
  }

  .footer1__navList1 > li {
    font-size: 16px;
    line-height: 1.5;
  }

  .footer1__navList1 > li > span > a {
    padding: 18px 30px 18px 0;
  }
  .footer1__navList1 > li > span > .-nolink1 {
    padding: 18px 0;
  }

  .footer1__navList1 a:hover {
    opacity: 0.5;
  }

  .footer1__navList1 i.-arrow1 {
    width: 24px;
    height: 6px;
    background-size: 24px 6px;
  }

  .footer1__navList2 {
    display: block !important;
    padding: 0;
    border: none;
  }

  .footer1__navList2 > li {
    font-size: 13px;
    line-height: 2.76923;
    border: none;
  }

  .footer1__navList2 > li > span > a {
    padding: 0 0 0 35px;
  }

  .footer1__navList2 > li > span > a > i {
    left: 0;
  }

  .footer1__sns1 {
    bottom: 0;
  }

  .footer1__sns1 a {
    width: 42px;
    height: 42px;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .footer1__sns1 a:hover {
    opacity: 0.5;
  }

  .footer1__navList3 {
    margin: 70px 0 0 245px;
  }

  .footer1__navList3 a {
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 0 20px;
    font-size: 12px;
    line-height: 1;
  }

  .footer1__navList3 a:hover {
    opacity: 0.5;
  }

  .footer1__navList3 a:nth-of-type(5),
  .footer1__navList3 a:nth-of-type(2) {
    padding-left: 20px;
    border-left: 1px solid #929292;
  }

  .footer1__navList3 a:nth-of-type(3) {
    border: none;
    padding-left: 0;
  }

  .footer1__logo1 {
    width: 190px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .pagetop1 {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }

  .pagetop1 a::before {
    width: 16px;
    height: 10px;
    background-size: 16px 10px;
  }

  .pagetop1 a:hover {
    opacity: 0.5;
  }

  .pagetop1.-cta1 {
    bottom: 100px;
  }

  .heading1 {
    margin: 0;
    padding-top: 14.583333%;
  }

  .heading1.-cm1 {
    padding-top: 20.8%;
  }

  .heading1.-cm1::before {
    background-image: url("../images/heading_cm1_1_pc.jpg");
  }

  .heading1.-brand1 {
    padding-top: 33.3%;
  }

  .heading1.-brand1::before {
    background-image: url("../images/heading_brand1_1_pc.jpg");
  }

  .heading1.-brand2 {
    padding-top: 33.3%;
  }

  .heading1.-brand2::before {
    background-image: url("../images/heading_brand1_2_pc.jpg");
  }

  .heading1.-brand3 {
    padding-top: 20.8%;
  }

  .heading1.-brand3::before {
    background-image: url("../images/heading_brand3_1_pc.jpg");
  }

  .heading1.-products1 {
    padding-top: 20.8%;
  }

  .heading1.-products1::before {
    background-image: url("../images/heading_products1_1_pc.jpg");
  }

  .heading1.-supplement1 {
    padding-top: 33.3%;
  }

  .heading1.-supplement1::before {
    background-image: url("../images/heading_supplement1_1_pc.jpg");
  }

  .heading1.-shoplist {
    padding-top: 20.8%;
  }

  .heading1.-shoplist::before {
    background-image: url("../images/heading_shoplist1_1_pc.jpg");
  }

  .heading1__inner1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    width: 100%;
  }

  .heading1__mainLabel1 {
    font-size: 40px;
    line-height: 1.625;
  }

  .heading1__subLabel1 {
    font-size: 24px;
    line-height: 2.625;
    margin-top: 4px;
  }

  .heading3 {
    margin: 0;
    padding-top: 33.3%;
  }

  .heading3.-step1::before {
    background-image: url("../images/heading_brand2_1_pc.jpg");
  }

  .heading3.-step2::before {
    background-image: url("../images/heading_brand2_2_pc.jpg");
  }

  .heading3.-step3::before {
    background-image: url("../images/heading_brand2_3_pc.jpg");
  }

  .heading3.-step4::before {
    background-image: url("../images/heading_brand2_4_pc.jpg");
  }

  .heading3.-step5::before {
    background-image: url("../images/heading_brand2_5_pc.jpg");
  }

  .heading3.-step6::before {
    background-image: url("../images/heading_brand2_6_pc.jpg");
  }

  .heading3.-step7::before {
    background-image: url("../images/heading_brand2_7_pc.jpg");
  }

  .heading3.-step8::before {
    background-image: url("../images/heading_brand2_8_pc.jpg");
  }

  .heading3.-step9::before {
    background-image: url("../images/heading_brand2_9_pc.jpg");
  }

  .heading3__subLabel1 {
    font-size: 16px;
    line-height: 1.8;
    top: 54px;
  }

  .heading3__number1 {
    font-size: 24px;
    line-height: 1.5;
  }

  .heading3__number1 span {
    font-size: 40px;
    line-height: 0.9;
  }

  .heading3__mainLabel1 {
    font-size: 40px;
    line-height: 1.625;
    margin: -3px 0 0 0;
  }

  .heading4 {
    padding-top: 51.3%;
    margin: 0;
  }

  .heading4.-triplex1::before {
    background-image: url("../images/heading_products2_1_pc.jpg");
  }

  .heading4.-protein::before {
    background-image: url("../images/heading_products2_2_pc.jpg");
  }

  .heading4.-bifidus::before {
    background-image: url("../images/heading_products2_3_pc.jpg");
  }

  .heading4.-fiber::before {
    background-image: url("../images/heading_products2_4_pc.jpg");
  }

  .heading4.-brain-and-heart::before {
    background-image: url("../images/heading_products2_5_pc.jpg");
  }

  .heading4.-coq10::before {
    background-image: url("../images/heading_products2_6_pc.jpg");
  }

  .heading4.-vitamin-d::before {
    background-image: url("../images/heading_products2_7_pc.jpg");
  }

  .heading4.-mentaltect::before {
    background-image: url("../images/heading_products2_8_pc.jpg");
  }

  .heading4__title1 {
    position: static;
    font-size: 40px;
    line-height: 1.625;
  }

  .heading4__title1 span {
    font-size: 24px;
    line-height: 1.5;
  }

  .heading4__text1 {
    position: static;
    margin: 41px 0 0 0;
    font-size: 20px;
    line-height: 1.8;
  }

  .heading4__text1 sup {
    font-size: 10px;
  }

  .heading4__text1__notes1 {
    font-size: 14px;
    line-height: 1.8;
  }

  .breadcrumb1 {
    margin-top: 105px;
    background: #f4f4f4;
  }

  .breadcrumb1 ul {
    padding: 17px 40px;
    min-width: 1280px;
    margin: auto;
  }

  .breadcrumb1 span,
  .breadcrumb1 a {
    font-size: 12px;
    line-height: 1.5;
  }

  .breadcrumb1 span:hover,
  .breadcrumb1 a:hover {
    opacity: 0.5;
  }

  .breadcrumb1 span:hover {
    opacity: 1;
  }

  .loading1__image {
    width: 393px;
    margin: -72px 0 0 -196px;
  }

  .keyVisual1 {
    min-width: 1280px;
    height: 100vh !important;
  }

  .keyVisual1__body1 {
    position: static;
    width: 510px;
    max-width: 510px;
  }

  .keyVisual1__inner1:before {
    min-width: 1280px;
  }

  .keyVisual1__logo1 {
    right: -9px;
    width: 270px;
  }

  .keyVisual1__text1 {
    font-size: 24px;
    line-height: 1.8;
    margin: 38px 0 0 0!important;
  }

  .keyVisual1__text1.font-mini{
    font-size: 20px;
  }

  .keyVisual1__text2 {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 430px;
    margin: 0;
    font-size: 12px;
    line-height: 1.75;
  }

  .keyVisual1__btnScroll1 {
    padding-bottom: 50px;
  }

  .keyVisual1__btnScroll1:before {
    height: 15px;
    animation: scrollBar02 1s ease 0s infinite normal;
  }

  .keyVisual1__btnScroll1:after {
    height: 50px;
  }

  .pickup1 {
    padding: 60px 0 90px 0;
  }

  .pickup1__inner1 {
    width: 1200px;
    margin: auto;
  }

  .pickup1__slider1__unit1 {
    padding: 0;
  }

  .pickup1__slider1__unit1:hover {
    opacity: 0.5;
  }

  .pickup1__slider1__unit1 img:first-child {
    display: none;
  }

  .pickup1__slider1__unit1 img:last-child {
    display: block;
  }

  .about1 {
    margin: 110px 0 0 0;
  }

  .about1__inner1 {
    width: 1200px;
    margin: auto;
  }

  .about1__body1 {
    padding: 0;
    width: 720px;
    margin: 55px auto 0;
  }

  .about1__text1 p {
    font-size: 16px;
    line-height: 1.8;
  }

  .about1__btnMore1 {
    margin: 52px auto 0;
    width: 360px;
  }

  .js-scrollAnimationTop1.about1 {
    transform: translateY(20px);
    transition: transform 0.5s ease, opacity 0.5s ease;
  }

  .js-scrollAnimationTop1.-active1.about1 {
    transform: translateY(0);
  }

  .products1 {
    margin: 100px 0 0;
    padding: 80px 0 100px 0;
  }

  .products1__inner1 {
    width: 1200px;
    margin: auto;
  }

  .products1__slider1 {
    display: none;
  }

  .products1__btnMore1 {
    width: 360px;
    margin: 72px auto 0;
  }

  .products1__slider2 {
    position: relative;
    display: block;
    margin: 15px 0 0 0;
    padding-bottom: 13px;
  }

  .products1__slider2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: block;
    width: 50px;
    height: 100%;
    background: linear-gradient(90deg, #f4f4f4, rgba(244, 244, 244, 0));
  }

  .products1__slider2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    display: block;
    width: 50px;
    height: 100%;
    background: linear-gradient(-90deg, #f4f4f4, rgba(244, 244, 244, 0));
  }

  .products1__slider2__unit1:hover {
    opacity: 0.5;
  }

  .products1__slider2__unit1__name1 {
    margin: 15px 0 0 0;
  }

  .products2 {
    margin: 0 0 -120px 0;
  }

  .products2__unit1 {
    margin: 120px 0 0 0;
    padding: 0;
  }

  .products2__unit1:first-child {
    margin-top: 120px;
  }

  .products2__unit1:nth-of-type(even) {
    background: #f4f4f4;
    padding: 120px 0;
  }

  .products2__unit1__inner1 {
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
  }

  .products2__unit1__image1 {
    width: 720px;
    height: 538px;
    margin: 0;
  }

  .products2__unit1__body1 {
    width: 480px;
    padding: 0 40px 0 80px;
  }

  .products2__unit1:nth-of-type(even) .products2__unit1__body1 {
    padding: 0 80px 0 40px;
  }

  .products2__unit1__title1 {
    text-align: left;
    font-size: 30px;
    line-height: 1.5;
    margin: 0;
  }

  .products2__unit1:nth-of-type(even) .products2__unit1__title1 {
    text-align: right;
  }

  .products2__unit1__title1 sup {
    transform: scale(1);
    font-size: 0.5em;
  }

  .products2__unit1__title1 span {
    font-size: 18px;
    line-height: 1.5;
    margin: -5px 0 0 0;
  }

  .products2__unit1__label1 {
    text-align: left;
    justify-content: left;
    margin: 25px 0 0 -5px;
  }

  .products2__unit1:nth-of-type(even) .products2__unit1__label1 {
    justify-content: flex-end;
    text-align: right;
  }

  .products2__unit1__label1 > li {
    margin: 0 5px 10px;
  }

  .products2__unit1__text1 {
    margin: 20px 0 0 0;
  }

  .products2__unit1__text1 p {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
  }

  .products2__unit1:nth-of-type(even) .products2__unit1__text1 p {
    text-align: right;
  }

  .products2__unit1__btnMore1 {
    margin: 55px 0 0 0;
  }

  .products2__unit1__notes1 {
    margin: 35px 0 0 0;
  }

  .products2__unit1__notes1 li {
    font-size: 12px;
    line-height: 1.8;
  }

  .products2__unit1:nth-of-type(even) .products2__unit1__notes1 li {
    text-align: right;
  }

  .productsSearch4__unit1 .products3 {
    margin-top: 0;
  }

  .products3 {
    padding: 75px 0 125px;
  }

  .products3__inner1 {
    width: 1200px;
    margin: auto;
  }

  .products3__text1 {
    font-size: 16px;
    line-height: 1.8;
    padding: 0;
    text-align: center;
  }

  .products3__text1 p {
    margin: 26px 0 0 0;
  }

  .products3__body1 {
    margin: -10px -30px 0;
    padding: 0;
  }

  .products3__unit1 {
    width: 25%;
    padding: 0 30px;
    margin: 60px 0 0 0;
  }

  .products3__unit1:hover {
    opacity: 0.5;
  }

  .products3__unit1__image1 {
    padding: 20px;
  }

  .products3__unit1__title1 {
    font-size: 20px;
    line-height: 1.5;
    margin: 22px 0 0 0;
  }

  .products3__unit1__title1 span {
    font-size: 14px;
    line-height: 1.8;
  }

  .why1 {
    margin-top: 100px;
  }

  .why1__body1 {
    padding: 0;
  }

  .why1__inner1 {
    width: 1200px;
    margin: auto;
  }

  .why1__body1 {
    padding: 0;
    width: 720px;
    margin: 55px auto 0;
  }

  .why1__text1 p {
    font-size: 16px;
    line-height: 1.8;
  }

  .why1__btnMore {
    margin: 52px auto 0;
    width: 360px;
  }

  .js-scrollAnimationTop1.why1 {
    transform: translateY(20px);
    transition: transform 0.5s ease, opacity 0.5s ease;
  }

  .js-scrollAnimationTop1.-active1.why1 {
    transform: translateY(0);
  }

  .news1 {
    padding: 0;
    margin: 100px 0 0;
  }

  .news1.-type1 {
    margin-top: 0;
  }

  .news1__inner1 {
    width: 1200px;
    margin: auto;
    padding: 80px 0 100px;
  }

  .news1__newsList1 {
    margin: 58px -30px 0;
    display: flex;
  }

  .news1__newsList1 li {
    margin: 0;
    width: 33.333%;
    padding: 0 30px;
  }

  .news1__newsList1.-type1 {
    margin-top: 0;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }

  .news1__newsList1.-type1 li {
    margin-bottom: 55px;
  }

  .news1__newsList1__unit1 {
    display: block;
    margin: 0;
  }

  .news1__newsList1__unit1:hover {
    opacity: 0.5;
  }

  .news1__newsList1__unit1 > div {
    width: 100%;
    padding: 0;
  }

  .news1__newsList1__unit1__image1 {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
    padding: 0;
  }

  .news1__newsList1__unit1__date1 {
    font-size: 14px;
    line-height: 1.31214;
    margin: 15px 0 0 0;
  }

  .news1__newsList1__unit1__title1 {
    font-size: 16px;
    line-height: 1.5;
    margin: 12px 0 0 0;
  }

  .news1__btnMore1 {
    margin: 55px auto 0;
    width: 360px;
  }

  .news1__pagination1 {
    width: 1200px;
    margin: 0 auto 0 auto;
  }

  .news1__pagination1__list1 {
    width: 360px;
    margin: 40px auto 40px auto;
  }

  .news1__pagination1__list1 li {
    margin: 0;
    width: 50px;
    height: 50px;
  }

  .news1__pagination1__list1 li a {
    font-size: 14px;
    line-height: 1.28571;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: all 0.1s linear;
  }

  .news1__pagination1__list1 li a:hover {
    opacity: 0.5;
  }

  .js-pagenation1.simple-pagination ul {
    width: 360px;
    margin: 40px auto 40px auto;
  }

  .js-pagenation1.simple-pagination ul li {
    margin: 0;
    width: 50px;
    height: 50px;
  }

  .js-pagenation1.simple-pagination ul li a,
  .js-pagenation1.simple-pagination ul li span {
    font-size: 14px;
    line-height: 1.28571;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: all 0.1s linear;
  }

  .js-pagenation1.simple-pagination ul li a:hover,
  .js-pagenation1.simple-pagination ul li span:hover {
    opacity: 0.5;
  }

  .js-pagenation1__page.news1__newsList1#page-1 {
    display: flex;
  }

  .news2 {
    margin: 0 0 -120px 0;
    padding: 72px 0 120px 0;
  }

  .news2__inner1 {
    width: 1200px;
    margin: auto;
  }

  .news2__unit1__list1 {
    padding: 0;
    margin: 22px -30px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .news2__unit1__list1 li {
    min-width: 25%;
    padding: 0 30px;
    display: flex;
    align-items: center;
  }

  .news2__unit1__list1__unit1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 25px 0;
  }

  .news2__unit1__list1__unit1:before {
    width: 24px;
    height: 6px;
    background-size: 24px 6px;
  }

  .news2__unit1__list1__unit1:hover {
    opacity: 0.5;
  }

  .news2__unit1__list1__unit1__name1 span {
    font-size: 14px;
    line-height: 1.92857;
  }

  .news2__unit1__list1__unit1__name1 {
    font-size: 18px;
    line-height: 1.5;
  }

  .news3 {
    padding: 95px 0 0 0;
  }

  .news3__title1 {
    width: 720px;
    margin: 0 auto 0 auto;
  }

  .news3__title1__date1 {
    font-size: 16px;
    line-height: 1.8;
  }

  .news3__inner1 {
    width: 720px;
    margin: 50px auto 100px auto;
  }

  .news3__body1 {
    margin: 35px 0 55px 0;
  }

  .news3__body1 p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 35px 0;
  }

  .news3__footer1 {
    padding: 30px;
  }

  .news3__sns1 {
    justify-content: flex-start;
  }

  .news3__btnBack1 {
    width: 1200px;
    margin: 0 auto 80px auto;
    padding-top: 60px;
  }

  .news3__btnBack1 .button1 {
    width: 360px;
    margin: 0 auto;
  }

  .history1__btnBack1 {
    margin: 60px auto -20px;
  }

  .banner1 {
    margin: 80px 0 0 0;
  }

  .banner1 .slick-prev {
    left: -18px !important;
  }

  .banner1 .slick-next {
    right: -18px !important;
  }

  .banner1 .slick-dots {
    bottom: -72px !important;
  }

  .banner1__inner1 {
    width: 1200px;
    margin: auto;
  }

  .banner1__slider1 {
    margin: 0 -30px;
  }

  .banner1__unit1 {
    padding: 0 30px;
  }

  .banner1__unit1:hover {
    opacity: 0.5;
  }

  .banner1__unit1__text1 {
    font-size: 16px;
    line-height: 1.5;
    margin: 16px 0 0 0;
  }

  .insta1 {
    margin: 112px 0 0 0;
  }

  .insta1__unit1 {
    display: block;
    width: 100%;
  }

  .insta1__unit1__image1 {
    width: 25%;
    padding-top: 25%;
  }

  .insta1__unit1:nth-of-type(1) .insta1__unit1__image1:nth-of-type(1) {
    width: 25%;
    padding-top: 25%;
  }

  .insta1__unit1:nth-of-type(1) .insta1__unit1__image1:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 0;
  }

  .insta1__unit1:nth-of-type(1) .insta1__unit1__image1:nth-of-type(3) {
    display: none;
  }

  .insta1__unit1:nth-of-type(2) .insta1__unit1__image1:nth-of-type(1) {
    position: absolute;
    left: 25%;
    top: 0;
  }

  .insta1__unit1:nth-of-type(2) .insta1__unit1__image1:nth-of-type(2) {
    position: absolute;
    right: 25%;
    top: 0;
  }

  .insta1__unit1:nth-of-type(2) .insta1__unit1__image1:nth-of-type(3) {
    display: none;
  }

  .insta1__unit1:nth-of-type(3) .insta1__unit1__image1:last-child {
    padding-top: 17.3%;
  }

  .insta1__body1 > div {
    width: 360px;
    margin: auto;
    padding: 11% 0 0 0;
  }

  .insta1__title1 {
    font-size: 34px;
    line-height: 1.41176;
    letter-spacing: 0.05em;
  }

  .insta1__title1:before {
    width: 64px;
    height: 64px;
    background-size: 64px;
  }

  .insta1__title1:after {
    width: 80px;
  }

  .insta1__btnMore1 {
    margin: 60px 0 0 0;
  }

  .lead1 {
    margin: 60px 0 0 0;
  }

  .lead1__title1 {
    font-size: 24px;
    line-height: 1.5;
  }

  .lead1__inner1 {
    width: 720px;
    padding: 0;
    margin: auto;
  }

  .lead1__image1 {
    margin: 26px auto 8px;
  }

  .lead1__image1 img {
    margin: 0 0 0 0;
  }

  .lead1__image1__caption1 {
    font-size: 16px;
    line-height: 1.8;
  }

  .lead1__text1 {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
  }

  .lead1__text1 sup {
    transform: scale(0.8);
  }

  .lead1__text1 p {
    margin: 26px 0 0 0;
  }

  .lead1__text1.-pcCenter1 {
    text-align: center;
  }

  .lead2 {
    margin: 75px 0 0 0;
  }

  .lead2.-step3 {
    position: relative;
    z-index: 1;
  }

  .lead2.-step3:before {
    content: "";
    background: url("../images/step3_section2_bg.png") 0 0 no-repeat;
    display: block;
    position: absolute;
    width: 867px;
    height: 886px;
    top: 0;
    right: 0;
  }

  .lead2__inner1 {
    width: 720px;
    padding: 0;
    margin: auto;
  }

  .lead2.-step3 .lead2__inner1,
  .lead2.-step9 .lead2__inner1 {
    position: relative;
    padding: 80px 0 80px 0;
  }

  .lead2__unit1 {
    padding: 30px 40px 40px 40px;
    margin: 40px auto 0 auto;
  }

  .lead2__title1 {
    font-size: 24px;
    line-height: 1.5;
  }

  .lead2__title2 {
    font-size: 20px;
    line-height: 1.5;
  }

  .lead2__title3 {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
  }

  .lead2__title2__subLabel1 {
    font-size: 14px;
    line-height: 2.05714;
  }

  .lead2__image1 {
    margin: 36px auto 36px;
  }

  .lead2__image1 img {
    margin: 10px 0 0 0;
  }

  .lead2__image1.-step1 {
    max-width: 368px;
  }

  .lead2__image1.-step1 img {
    margin-left: -15px;
  }

  .lead2__image1.-step2 {
    max-width: 426px;
  }

  .lead2__image1.-step2 img {
    margin-right: -20px;
  }

  .lead2__image1.-step3 {
    max-width: 551px;
  }

  .lead2__image1.-step4 {
    max-width: 640px;
  }

  .lead2__image1.-step4 img {
    margin-top: 20px;
  }

  .lead2__image1.-step5 img {
    width: 470px;
    margin-top: 20px;
  }

  .lead2__image1.-step6 img {
    width: 260px;
  }

  .lead2__image1.-step7 img {
    width: 678px;
    margin: 20px 0 0 -15px;
  }

  .lead2__image1__caption1 {
    font-size: 16px;
    line-height: 1.8;
  }

  .lead2__image1__caption1.-step7 {
    margin: 50px 0 0 0;
  }

  .lead2__image1__caption1.-step8 {
    margin: 80px 0 0 0;
  }

  .lead2__image1__caption2 {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
  }

  .lead2__image1__notes1 {
    margin: 35px 0 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .lead2__image1__notes1.-type1 li {
    padding: 0 0 0 30px;
  }

  .lead2__image2 {
    margin: 36px auto 36px;
  }

  .lead2__imageList1 li {
    width: 20%;
    margin-top: 15px;
  }

  .lead2__imageList1 img {
    width: 128px;
  }

  .lead2__imageList1 p {
    font-size: 14px;
    line-height: 1.5;
  }

  .lead2__imageList2 {
    margin: 35px 0 35px 0;
  }

  .lead2__imageList2 li {
    width: auto;
  }

  .lead2__imageList2 li:nth-child(odd) {
    margin: 0 40px 0 0;
  }

  .lead2__imageList2 li img {
    width: auto;
  }

  .lead2__text1 {
    font-size: 16px;
    line-height: 1.8;
  }

  .lead2__text1 p {
    margin: 26px 0 0 0;
  }

  .lead2__note1 {
    margin: 35px 0 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .lead2__table1 {
    font-size: 14px;
    line-height: 1.8;
    width: 720px;
    margin: 20px 0 0 0;
  }

  .lead2__table1 tbody tr th {
    font-size: 14px;
    line-height: 1.8;
    padding: 30px 0 30px 0;
  }

  .lead2__table1 tbody tr td {
    font-size: 14px;
    line-height: 1.8;
  }

  .lead2__table1 tbody tr .lead2__table1_th {
    font-size: 14px;
    line-height: 1.8;
    padding: 30px 20px 30px 20px;
  }

  .lead2__btnMore1 {
    margin: 52px auto 0;
    width: 360px;
  }

  .lead2__step8 {
    display: flex;
    margin: 25px 0 0 0;
  }

  .lead2__step8__unit1 {
    width: 340px;
  }

  .lead2__step8__unit1:nth-child(odd) {
    margin: 0 20px 0 0;
  }

  .lead2__step8__unit1:nth-child(even) {
    margin: 0 0 0 20px;
  }

  .lead2__step8__unit1 h4 {
    font-size: 16px;
    line-height: 1.8;
    margin: 15px 0 10px 0;
  }

  .lead2__step8__unit1 p {
    font-size: 14px;
    line-height: 2.05714;
  }

  .lead2__step8__image1__wappar1 .vector {
    width: 132px;
    bottom: -30px;
    left: -96px;
  }

  .lead2__step8__image1__wappar1 .temperature {
    width: 94px;
    bottom: -16px;
    right: -75px;
  }

  .lead3 {
    margin: 100px 0 0 0;
    padding: 75px 0;
  }

  .lead3__inner1 {
    width: 720px;
    margin: auto;
  }

  .lead3__text1 p {
    font-size: 16px;
    line-height: 1.8;
    margin: 25px 0 0 0;
  }

  .lead3__notes1 {
    margin: 35px 0 0 0;
  }

  .lead3__notes1 li {
    font-size: 12px;
    line-height: 1.8;
  }

  .award1 {
    margin: 60px 0 0 0;
  }

  .award1__inner1 {
    width: 1200px;
    padding: 60px;
    margin: auto;
  }

  .award1__body1 {
    display: flex;
    flex-wrap: wrap;
  }

  .award1__unit1 {
    width: 510px;
    margin: 0 0 0 60px;
  }

  .award1__unit1:nth-of-type(odd) {
    margin-left: 0;
  }

  .award1__title1 {
    font-size: 20px;
    line-height: 1.5;
  }

  .award1__text1 {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
  }

  .award1__text1 sup {
    transform: scale(0.8);
  }

  .award1__text1 p {
    margin: 26px 0 0 0;
  }

  .award1__notes1 {
    margin: 35px 0 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .award1__button1 {
    width: 360px;
    margin-top: 30px;
  }

  .movie1 {
    margin-top: 60px;
  }

  .movie1__inner1 {
    width: 1200px;
    padding: 80px 0;
    margin: auto;
    display: flex;
  }

  .movie1__unit1 {
    width: 560px;
    padding: 0;
    margin: 0;
  }

  .movie1__unit1:nth-of-type(even) {
    margin-left: auto;
  }

  .movie1__unit1__movie1 {
    overflow: hidden;
    width: 560px;
    height: 315px;
    margin: auto;
  }

  .movie1__unit1__movie1 a:before {
    z-index: 1;
    width: 80px;
    height: 80px;
    background-size: 80px;
  }

  .movie1__unit1__movie1 a:hover {
    opacity: 0.5;
  }

  .movie1__unit1__movie1 a:hover img {
    transform: scale(1.02);
  }

  .movie1__unit1__movie1 img {
    transition: transform 0.2s linear;
  }

  .movie1__unit1__body1 {
    margin: 22px 0 0 0;
  }

  .movie1__unit1__title1 {
    font-size: 20px;
    line-height: 1.5;
  }

  .movie1__unit1__title1:hover {
    opacity: 0.5;
  }

  .movie1__unit1__title1.-new1:before {
    width: 52px;
    height: 20px;
    font-size: 13px;
    line-height: 1;
    line-height: 20px;
  }

  .movie1__unit1__sns1 {
    margin: 17px 0 0 0;
  }

  .movie2 {
    width: 1200px;
    margin: 40px auto 0;
  }

  .movie2__inner1 {
    margin: 0 -20px;
    padding: 0;
  }

  .movie2__unit1 {
    width: 310px;
    margin: 40px 0 0 0;
    padding: 0 20px;
  }

  .movie2__unit1:hover {
    opacity: 0.5;
  }

  .movie2__unit1:nth-of-type(8),
  .movie2__unit1:nth-of-type(7),
  .movie2__unit1:nth-of-type(6),
  .movie2__unit1:nth-of-type(5) {
    display: block;
  }

  .movie2__unit1__movie1:before {
    width: 58px;
    height: 58px;
    background-size: 58px;
  }

  .movie2__unit1__title1 {
    font-size: 18px;
    line-height: 1.33333;
    margin: 15px 0 0 0;
  }

  .js-slickStyle1 .slick-prev {
    left: -48px;
  }

  .js-slickStyle1 .slick-prev:before {
    background-size: 18px auto;
  }

  .js-slickStyle1 .slick-prev:hover:before {
    opacity: 0.5;
  }

  .js-slickStyle1 .slick-next {
    right: -48px;
  }

  .js-slickStyle1 .slick-next:before {
    background-size: 18px auto;
  }

  .js-slickStyle1 .slick-next:hover:before {
    opacity: 0.5;
  }

  .js-slickStyle1 .slick-arrow {
    width: 18px;
    height: 27px;
  }

  .js-slickStyle1 .slick-arrow:before {
    width: 18px;
    height: 27px;
  }

  .js-slickStyle1 .slick-dots {
    bottom: -52px;
  }

  .js-slickStyle1 .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 10px;
  }

  .js-slickStyle1 .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 12px;
  }

  .anchor1 {
    margin: 55px 0 0 0;
  }

  .anchor1__inner1 {
    width: 720px;
    margin: auto;
    padding: 60px 0;
  }

  .anchor1__linkList1 a {
    font-size: 16px;
    line-height: 1.8;
    padding: 26px;
    text-align: center;
  }

  .anchor1__linkList1 a:hover {
    opacity: 0.5;
  }

  .anchor1__linkList1 a:before {
    width: 7px;
    height: 7px;
  }

  .anchor2 {
    margin: 55px 0 0 0;
  }

  .anchor2__inner1 {
    width: 720px;
    margin: auto;
    padding: 60px 0;
  }

  .anchor2__linkList1 {
    margin: 0 -15px;
  }

  .anchor2__linkList1 li {
    width: 33.3%;
    padding: 0 15px;
  }

  .anchor2__linkList1 li::before {
    left: 15px;
    width: calc(100% - 30px);
  }

  .anchor2__linkList1 a {
    font-size: 16px;
    line-height: 1.8;
    padding: 26px 26px 26px 0;
  }

  .anchor2__linkList1 a:hover {
    opacity: 0.5;
  }

  .anchor2__linkList1 a:before {
    width: 7px;
    height: 7px;
  }

  .anchor2__linkList1 a sup {
    top: 1px;
    transform: scale(0.8);
  }

  .anchor3 {
    margin: 55px 0 0 0;
  }

  .anchor3__inner1 {
    width: 720px;
    margin: auto;
    padding: 60px 0;
  }

  .anchor3__linkList1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .anchor3__linkList1 li {
    display: flex;
    width: 50%;
    padding: 0 15px;
  }

  .anchor3__linkList1 li::before {
    width: calc(100% - 30px);
    left: 15px;
  }

  .anchor3__linkList1 a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.8;
    padding: 26px 26px 26px 0;
    min-height: 110px;
  }

  .anchor3__linkList1 a:hover {
    opacity: 0.5;
  }

  .anchor3__linkList1 a:before {
    width: 7px;
    height: 7px;
  }

  .anchor4__inner1 {
    width: 720px;
    margin: auto;
    padding: 60px 0;
  }

  .anchor4__linkList1 {
    margin: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .anchor4__linkList1 li {
    width: 25%;
    padding: 0;
  }

  .anchor4__linkList1 a {
    padding: 25px 0;
    font-size: 16px;
    line-height: 1.8;
  }

  .anchor4__linkList1 a:hover {
    opacity: 0.5;
  }

  .anchor4__linkList1 a:after {
    width: 7px;
    height: 7px;
    margin: 0 0 0 15px;
  }

  .anchor5__inner1 {
    overflow: visible;
    width: 720px;
    margin: auto;
    padding: 60px 0;
  }

  .anchor5__linkList1 {
    margin-right: 0;
    margin-left: 0;
  }

  .anchor5__linkList1 li {
    width: 100%;
    padding: 0;
  }

  .anchor5__linkList1 li::before {
    left: 0;
    width: 100%;
  }

  .anchor5__linkList1 a {
    font-size: 16px;
    line-height: 1.8;
    padding: 26px;
    text-align: center;
  }

  .anchor5__linkList1 a:hover {
    opacity: 0.5;
  }

  .anchor5__linkList1 a:before {
    width: 7px;
    height: 7px;
  }

  .movie2 {
    width: 1200px;
    margin: 65px auto 0;
  }

  .movie2__body1 {
    padding: 0;
    margin: 0;
  }

  .movie2__body1__inner1 {
    display: flex;
    margin: 45px 0 0 0;
    padding: 0;
    border: none;
  }

  .movie2__unit1 {
    width: 360px;
    margin: 0 0 0 60px;
  }

  .movie2__unit1:nth-of-type(1) {
    margin: 0;
  }

  .movie2__unit1__label1 {
    font-size: 20px;
    line-height: 1.4;
    position: static;
    height: auto;
    padding: 0;
    opacity: 1;
    color: #000;
    pointer-events: none;
  }

  .movie2__unit1__label1.-active1 {
    color: #000;
  }

  .movie2__unit1__label1.-active1:before {
    display: none;
  }

  .movie2__unit1:nth-of-type(1) .movie2__unit1__label1 {
    width: auto;
  }

  .movie2__unit1:nth-of-type(2) .movie2__unit1__label1 {
    width: auto;
  }

  .movie2__unit1:nth-of-type(3) .movie2__unit1__label1 {
    width: auto;
  }

  .movie2__unit1__movie2 {
    margin: 25px 0 0 0;
    display: block !important;
  }

  .movie2__unit1__movie2 a {
    overflow: hidden;
    width: 360px;
    height: 202px;
  }

  .movie2__unit1__movie2 a:before {
    z-index: 1;
    width: 64px;
    height: 64px;
    background-size: 64px;
  }

  .movie2__unit1__movie2 a:hover {
    opacity: 0.5;
  }

  .movie2__unit1__movie2 a:hover img {
    transform: scale(1.02);
  }

  .movie2__unit1__movie2 img {
    transition: transform 0.2s linear;
  }

  .js-scrollAnimation3 .movie2__unit1 {
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.5s ease 0.2s;
  }

  .js-scrollAnimation3 .movie2__unit1:nth-child(2) {
    transition-delay: 0.4s;
  }

  .js-scrollAnimation3 .movie2__unit1:nth-child(3) {
    transition-delay: 0.6s;
  }

  .js-scrollAnimation3.-active1 .movie2__unit1 {
    transform: translateY(0);
    opacity: 1;
  }

  .movie3 {
    width: 1200px;
    margin: 65px auto 0;
  }

  .movie3__body1 {
    padding: 0;
    margin: 0;
  }

  .movie3__body1__inner1 {
    display: flex;
    margin: 45px 0 0 0;
    padding: 0;
    border: none;
  }

  .movie3__unit1 {
    width: 360px;
    margin: 0 0 0 60px;
  }

  .movie3__unit1:nth-of-type(1) {
    margin: 0;
  }

  .movie3__unit1__label1 {
    font-size: 20px;
    line-height: 1.4;
    position: static;
    height: auto;
    padding: 0;
    opacity: 1;
    color: #000;
    pointer-events: none;
  }

  .movie3__unit1__label1.-active1 {
    color: #000;
  }

  .movie3__unit1__label1.-active1:before {
    display: none;
  }

  .movie3__unit1:nth-of-type(1) .movie3__unit1__label1 {
    width: auto;
  }

  .movie3__unit1:nth-of-type(2) .movie3__unit1__label1 {
    width: auto;
  }

  .movie3__unit1:nth-of-type(3) .movie3__unit1__label1 {
    width: auto;
  }

  .movie3__unit1__movie3 {
    margin: 25px 0 0 0;
    display: block !important;
  }

  .movie3__unit1__movie3 a {
    overflow: hidden;
    width: 360px;
    height: 202px;
  }

  .movie3__unit1__movie3 a:before {
    z-index: 1;
    width: 64px;
    height: 64px;
    background-size: 64px;
  }

  .movie3__unit1__movie3 a:hover {
    opacity: 0.5;
  }

  .movie3__unit1__movie3 a:hover img {
    transform: scale(1.02);
  }

  .movie3__unit1__movie3 img {
    transition: transform 0.2s linear;
  }

  .js-scrollAnimation3 .movie3__unit1 {
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.5s ease 0.2s;
  }

  .js-scrollAnimation3 .movie3__unit1:nth-child(2) {
    transition-delay: 0.4s;
  }

  .js-scrollAnimation3 .movie3__unit1:nth-child(3) {
    transition-delay: 0.6s;
  }

  .js-scrollAnimation3.-active1 .movie3__unit1 {
    transform: translateY(0);
    opacity: 1;
  }

  .movie4 {
    margin: 80px 0 0 0;
  }

  .movie4__inner1 {
    padding: 0;
    margin: 50px 0 0 0;
  }

  .movie4__movie1 {
    overflow: hidden;
    width: 720px;
    height: 405px;
    margin: auto;
  }

  .movie4__movie1.topkv_movie{
    width: 510px;
    height:287px;
  }

  .movie4__movie1 a:before {
    z-index: 1;
    width: 80px;
    height: 80px;
    background-size: 80px;
  }

  .movie4__movie1 a:hover {
    opacity: 0.5;
  }

  .movie4__movie1 a:hover img {
    transform: scale(1.02);
  }

  .movie4__movie1 img {
    transition: transform 0.2s linear;
  }

  .movie5 {
    width: 1200px;
    margin: 65px auto 0;
  }

  .movie5__body1 {
    padding: 0;
    margin: 0;
  }

  .movie5__body1__inner1 {
    display: flex;
    margin: 45px 0 0 0;
    padding: 0;
    border: none;
  }

  .movie5__unit1 {
    width: 570px;
    margin: 0 0 0 60px;
  }

  .movie5__unit1:nth-of-type(1) {
    margin: 0;
  }

  .movie5__unit1__label1 {
    font-size: 20px;
    line-height: 1.4;
    position: static;
    height: auto;
    padding: 0;
    opacity: 1;
    color: #000;
    pointer-events: none;
  }
  .movie5__unit1:nth-of-type(1) .movie5__unit1__label1.is-height {
    line-height: 1.4;
  }

  .movie5__unit1__label1.-active1 {
    color: #000;
  }

  .movie5__unit1__label1.-active1:before {
    display: none;
  }

  .movie5__unit1:nth-of-type(1) .movie5__unit1__label1 {
    width: auto;
  }

  .movie5__unit1:nth-of-type(2) .movie5__unit1__label1 {
    width: auto;
  }

  .movie5__unit1__movie5 {
    margin: 25px 0 0 0;
    display: block !important;
  }

  .movie5__unit1__movie5 a {
    overflow: hidden;
    width: 360px;
    height: 202px;
  }

  .movie5__unit1__movie5 a:before {
    z-index: 1;
    width: 64px;
    height: 64px;
    background-size: 64px;
  }

  .movie5__unit1__movie5 a:hover {
    opacity: 0.5;
  }

  .movie5__unit1__movie5 a:hover img {
    transform: scale(1.02);
  }

  .movie5__unit1__movie5 img {
    transition: transform 0.2s linear;
  }

  .js-scrollAnimation3 .movie5__unit1 {
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.5s ease 0.2s;
  }

  .js-scrollAnimation3 .movie5__unit1:nth-child(2) {
    transition-delay: 0.4s;
  }

  .js-scrollAnimation3 .movie5__unit1:nth-child(3) {
    transition-delay: 0.6s;
  }

  .js-scrollAnimation3.-active1 .movie5__unit1 {
    transform: translateY(0);
    opacity: 1;
  }

  .movie6 {
    width: 1200px;
    margin: 65px auto 0;
  }

  .movie6__body1 {
    padding: 0;
    margin: 0;
  }

  .movie6__body1__inner1 {
    display: flex;
    margin: 45px 0 0 0;
    padding: 0;
    border: none;
  }

  .movie6__unit1 {
    width: 570px;
    margin: 0 0 0 60px;
  }

  .movie6__unit1:nth-of-type(1) {
    margin: 0;
  }

  .movie6__unit1__label1 {
    font-size: 20px;
    line-height: 1.4;
    position: static;
    height: auto;
    padding: 0;
    opacity: 1;
    color: #000;
    pointer-events: none;
  }

  .movie6__unit1__label1.-active1 {
    color: #000;
  }

  .movie6__unit1__label1.-active1:before {
    display: none;
  }

  .movie6__unit1:nth-of-type(1) .movie6__unit1__label1 {
    width: auto;
  }

  .movie6__unit1:nth-of-type(2) .movie6__unit1__label1 {
    width: auto;
  }

  .movie6__unit1:nth-of-type(3) .movie6__unit1__label1 {
    width: auto;
    line-height: 56px;
  }

  .movie6__unit1__movie6 {
    margin: 25px 0 0 0;
    display: block !important;
  }

  .movie6__unit1__movie6 a {
    overflow: hidden;
    width: 360px;
    height: 202px;
  }

  .movie6__unit1__movie6 a:before {
    z-index: 1;
    width: 64px;
    height: 64px;
    background-size: 64px;
  }

  .movie6__unit1__movie6 a:hover {
    opacity: 0.5;
  }

  .movie6__unit1__movie6 a:hover img {
    transform: scale(1.02);
  }

  .movie6__unit1__movie6 img {
    transition: transform 0.2s linear;
  }

  .js-scrollAnimation3 .movie6__unit1 {
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.5s ease 0.2s;
  }

  .js-scrollAnimation3 .movie6__unit1:nth-child(2) {
    transition-delay: 0.4s;
  }

  .js-scrollAnimation3 .movie6__unit1:nth-child(3) {
    transition-delay: 0.6s;
  }

  .js-scrollAnimation3.-active1 .movie6__unit1 {
    transform: translateY(0);
    opacity: 1;
  }

  .step1 {
    margin: 120px 0 0 0;
  }

  .step1__unit1 {
    height: calc(100vh - 105px);
  }

  .step1__unit1.-type1::before {
    background-image: url("../images/step1_img1_1_pc.jpg");
  }

  .step1__unit1.-type2::before {
    background-image: url("../images/step1_img1_2_pc.jpg");
  }

  .step1__unit1.-type3::before {
    background-image: url("../images/step1_img1_3_pc.jpg");
  }

  .step1__unit1.-type4::before {
    background-image: url("../images/step1_img1_4_pc.jpg");
  }

  .step1__unit1.-type5::before {
    background-image: url("../images/step1_img1_5_pc.jpg");
  }

  .step1__unit1.-type6::before {
    background-image: url("../images/step1_img1_6_pc.jpg");
  }

  .step1__unit1.-type7::before {
    background-image: url("../images/step1_img1_7_pc.jpg");
  }

  .step1__unit1.-type8::before {
    background-image: url("../images/step1_img1_8_pc.jpg");
  }

  .step1__unit1.-type9::before {
    background-image: url("../images/step1_img1_9_pc.jpg");
  }

  .step1__unit1__title1 {
    padding-top: 60px;
  }

  .step1__unit1__title1__subLabel1 {
    font-size: 20px;
    line-height: 1.5;
  }

  .step1__unit1__title1__number1 {
    font-size: 30px;
    line-height: 1.2;
    margin: 42px 0 0 0;
  }

  .step1__unit1__title1__number1 span {
    font-size: 50px;
    line-height: 0.72;
  }

  .step1__unit1__title1__mainLabel1 {
    font-size: 50px;
    line-height: 1.3;
    margin: 5px 0 0 0;
  }

  .step1__unit1__text1 {
    font-size: 24px;
    line-height: 1.8;
    bottom: 180px;
  }

  .step1__unit1__btnMore1 {
    width: 360px;
    right: 0;
    margin: auto;
    bottom: 80px;
    padding: 0;
  }

  .step1__unit1__btnNext1 {
    display: block;
    height: 24px;
    position: absolute;
    left: 0;
    right: 0;
    width: 19px;
    bottom: 37px;
    margin: auto;
  }

  .step1__unit1__btnNext1 i {
    width: 19px;
    height: 19px;
    bottom: 5px;
  }

  .step1__unit1__btnNext1:hover i {
    animation: arrowBottom01 0.3s ease-out;
  }

  .js-slickType6.step1__inner1 .slick-dots {
    right: 40px;
    width: 6px;
  }

  .js-slickType6.step1__inner1 .slick-dots li {
    width: 6px;
    height: 6px;
    margin-top: 20px;
  }

  .js-slickType6.step1__inner1 .slick-dots li button::before {
    width: 6px;
    height: 6px;
  }

  .js-slickType6.step1__inner1 .slick-next {
    bottom: 37px;
    width: 28px;
    height: 15px;
  }

  .js-slickType6.step1__inner1 .slick-next::before {
    width: 19px;
    height: 19px;
  }

  .js-slickType6.step1__inner1 .slick-next:hover::before {
    animation: arrowBottom01 0.3s ease-out;
  }

  .linkKit3 {
    margin: 120px auto 0;
    width: 1200px;
  }

  .linkKit3__inner1 {
    padding: 100px 0;
  }

  .linkKit3.-brand1 .linkKit3__inner1::before {
    background: url("../images/linkKit3_brand1_1_pc.jpg") 0 0 no-repeat;
    background-size: cover;
  }

  .linkKit3.-brand2 .linkKit3__inner1::before {
    background: url("../images/linkKit3_brand1_2_pc.jpg") 0 0 no-repeat;
    background-size: cover;
  }

  .linkKit3.-brand3 .linkKit3__inner1::before {
    background: url("../images/linkKit3_brand1_3_pc.jpg") 0 0 no-repeat;
    background-size: cover;
  }

  .linkKit3__title1 {
    padding-bottom: 8px;
  }

  .linkKit3__title1:before {
    width: 80px;
  }

  .linkKit3__mainLabel1 {
    font-size: 30px;
    line-height: 0.61233;
  }

  .linkKit3__subLabel1 {
    font-size: 16px;
    line-height: 2.625;
    margin: 10px 0 0 0;
  }

  .linkKit3__text1 {
    margin: 57px 0 0 0;
    font-size: 16px;
    line-height: 1.8;
  }

  .linkKit3__btnMore1 {
    margin: 35px auto 0;
    width: 360px;
  }

  .linkKit3__notes1 {
    margin: 35px 0 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .purpose1 {
    margin-top: 60px;
  }

  .purpose1__inner1 {
    width: 1200px;
    margin: auto;
    padding: 70px 0 100px 0;
  }

  .purpose1__list1 {
    padding: 0;
    margin: -20px -30px 0;
  }

  .purpose1__list1 li {
    min-width: 360px;
    max-width: 360px;
    margin: 65px 30px 0;
  }

  .purpose1__list1__unit1 {
    padding: 0;
    margin: 0;
  }

  .purpose1__list1__unit1:hover {
    opacity: 0.5;
  }

  .purpose1__list1__unit1__image1 {
    min-width: 200px;
    max-width: 200px;
  }

  .purpose1__list1__unit1__image1 img {
    transition: transform 0.2s linear;
  }

  .purpose1__list1__unit1:hover .purpose1__list1__unit1__image1 img {
    transform: scale(1.02);
  }

  .purpose1__list1__unit1__name1 {
    font-size: 18px;
    line-height: 1.5;
  }

  .purpose2 {
    margin: 70px 0 0 0;
  }

  .purpose2__inner1 {
    width: 1200px;
    margin: auto;
  }

  .purpose2__body1 {
    padding: 0;
    border: none;
    margin: 10px 0 0 0;
    display: flex;
    flex-wrap: wrap;
  }

  .purpose2__unit1 {
    min-width: 360px;
    max-width: 360px;
    margin: 0 0 0 60px;
    padding: 38px 0;
    border: none;
    border-bottom: 1px solid #dcdcdc;
  }

  .purpose2__unit1:nth-of-type(3n + 1) {
    margin-left: 0;
  }

  .purpose2__unit1:hover {
    opacity: 0.5;
  }

  .purpose2__unit1:before {
    width: 24px;
    height: 6px;
    background-size: 24px 6px;
  }

  .purpose2__unit1__image1 {
    max-width: 80px;
    min-width: 80px;
    margin: 0 20px 0 0;
  }

  .purpose2__unit1__title1 {
    font-size: 18px;
    line-height: 1.5;
  }

  .purpose2__unit1__text1 {
    font-size: 14px;
    line-height: 1.8;
  }

  .purpose3 {
    margin: 0 0 -120px 0;
  }

  .purpose3__inner1 {
    width: 1200px;
    margin: auto;
    padding: 75px 0;
  }

  .purpose3__body1 {
    padding: 0;
    border: none;
    margin: 20px 0 0 0;
    display: flex;
    flex-wrap: wrap;
  }

  .purpose3__unit1 {
    min-width: 270px;
    max-width: 270px;
    padding: 27px 30px 27px 0;
    margin: 0 0 0 40px;
    border: none;
    border-bottom: 1px solid #dcdcdc;
  }

  .purpose3__unit1:nth-of-type(4n + 1) {
    margin-left: 0;
  }

  .purpose3__unit1:hover {
    opacity: 0.5;
  }

  .purpose3__unit1.-active1:hover {
    opacity: 1;
  }

  .purpose3__unit1:before {
    width: 24px;
    height: 6px;
    background-size: 24px 6px;
  }

  .purpose3__unit1__image1 {
    max-width: 60px;
    min-width: 60px;
    margin: 0 20px 0 0;
  }

  .purpose3__unit1__title1 {
    font-size: 18px;
    line-height: 1.5;
  }

  .linkKit1 {
    margin: 120px 0 -120px 0;
    padding: 80px 0;
  }

  .linkKit1.-type1 {
    margin-top: 0;
  }

  .linkKit1__list1 {
    width: 1200px;
    margin: auto;
    display: flex;
  }

  .linkKit1__list1 li {
    margin: 0 0 0 60px;
    width: 360px;
  }

  .linkKit1__list1 li:nth-of-type(3n + 1) {
    margin: 0;
  }

  .linkKit2 {
    width: 1200px;
    margin: 100px auto 0;
  }

  .linkKit2__list1 {
    padding: 60px 0;
  }

  .linkKit2__list1 li {
    width: 360px;
    margin: auto;
  }

  .fixedCta1__inner1 {
    width: 1200px;
    margin: auto;
  }

  .fixedCta1__price1 {
    font-size: 16px;
    line-height: 1;
  }

  .fixedCta1__price1 span {
    font-size: 30px;
    line-height: 1;
    margin: 0 0 0 10px;
  }

  .fixedCta1__price1 span span {
    font-size: 16px;
    line-height: 1;
  }

  .detail1 {
    margin: 80px 0 0 0;
  }

  .detail1__inner1 {
    width: 1200px;
    margin: auto;
  }

  .detail1__header1 {
    display: flex;
  }

  .detail1__header1 > div {
    margin: 0 0 0 80px;
  }

  .detail1__header1__image1 {
    max-width: 560px;
    min-width: 560px;
    padding: 0;
    margin: 0;
  }

  .detail1__header1__name1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.3;
  }

  .detail1__header1__name1 span {
    font-size: 16px;
    line-height: 1.8;
  }

  .detail1__header1__price1 {
    font-size: 16px;
    line-height: 3;
    margin: 30px 0 0 0;
    text-align: left;
  }

  .detail1__header1__price1 > span {
    font-size: 30px;
    line-height: 1.6;
  }

  .detail1__header1__price1 > span > span {
    font-size: 16px;
    line-height: 3;
  }

  .detail1__header1__btnBuy1 {
    margin: 20px 0 0 0;
    width: 360px;
  }

  .detail1__header1__label1 {
    margin: 0;
    display: inline-block;
    position: relative;
    top: -5px;
    text-align: left;
    margin: 0 0 0 20px;
  }

  .detail1__header1__label2 {
    display: none;
  }

  .detail1__header1__text1 {
    margin: 53px 0 0 0;
    font-size: 16px;
    line-height: 1.8;
  }

  .detail1__header1__notes1 {
    font-size: 12px;
    line-height: 1.8;
    margin: 20px 0 0 0;
  }

  .detail1__body1 {
    margin: 80px 0 0;
    padding-bottom: 100px;
    display: flex;
  }

  .detail1__body1 > div {
    min-width: 560px;
    max-width: 560px;
    margin: 0 0 0 80px;
  }

  .detail1__body1 > div:nth-of-type(2n + 1) {
    margin-left: 0;
  }

  .detail1__body1 > div:only-child {
    display: flex;
    align-items: flex-start;
    min-width: inherit;
    max-width: inherit;
  }

  .detail1__body1 > div:only-child .detail1__unit1 {
    min-width: 560px;
    max-width: 560px;
    margin: 0 0 0 80px;
    border-bottom: 1px solid #dcdcdc;
  }

  .detail1__body1 > div:only-child .detail1__unit1:nth-of-type(2n + 1) {
    margin-left: 0;
  }

  .detail1__unit1 {
    display: flex;
  }

  .detail1__unit1.-col1 {
    display: block;
  }

  .detail1__unit1__label1 {
    min-width: 170px;
    max-width: 170px;
    font-size: 14px;
    line-height: 1.8;
  }

  .detail1__unit1.-col1 .detail1__unit1__label1 {
    min-width: inherit;
    max-width: inherit;
  }

  .detail1__unit1__text1 {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
  }

  .detail1__unit1__image1 {
    margin: 15px 0 0 0;
  }

  .detail1__unit1__image1.-mark1 img {
    width: 200px;
  }

  .detail1__unit1__notes1 {
    font-size: 12px;
    line-height: 1.8;
  }

  .detail1__unit1__link1 {
    margin: 2px 0 0 0;
  }

  .component1 {
    border: none;
    margin: 0;
    padding: 80px 0;
  }

  .component1__unit1 {
    width: 720px;
    margin: auto;
  }

  .component1__unit1:nth-last-of-type(1) {
    border-bottom: 1px solid #ccc;
  }

  .component1__unit1__title1 {
    padding: 35px 0;
    font-size: 20px;
    line-height: 1.5;
  }

  .component1__unit1__title1:hover span {
    opacity: 0.5;
  }

  .component1__unit1__title1 i.-toggleClose1:after,
  .component1__unit1__title1 i.-toggleClose1:before {
    right: 0;
  }

  .component1__unit1__body1 {
    position: relative;
    margin: 0 0 60px 0;
    padding: 0 40px 35px;
  }

  .component1__unit1__subUnit1 {
    padding: 0 0 35px 0;
  }

  .component1__unit1__subUnit1:nth-of-type(1) {
    padding-top: 0;
  }

  .component1__unit1__subUnit1:nth-last-of-type(1) {
    padding-bottom: 0;
  }

  .component1__unit1__subUnit1__label1 {
    padding: 35px 0 0 0;
    font-size: 16px;
    line-height: 1.8;
  }

  .component1__unit1__subUnit1__text1 {
    margin: 16px 0 0 0;
    font-size: 16px;
    line-height: 1.8;
  }

  .component1__unit1__subUnit1__text1:first-child {
    margin-top: 0;
    padding: 20px 0 0 0;
  }

  .component1__unit1__subUnit1__text1 p {
    margin: 15px 0 0 0;
  }

  .component1__unit1__subUnit1__notes1 {
    margin: 18px 0 0 0px;
    font-size: 12px;
    line-height: 1.8;
  }

  .relation1 {
    margin: 73px 0 0 0;
  }

  .relation1 .slick-prev {
    left: -18px;
    transform: translate(0, -48px);
  }

  .relation1 .slick-next {
    right: -18px;
    transform: translate(0, -48px);
  }

  .relation1__slider1 {
    padding: 0;
    margin: 70px auto 0;
    width: 1260px;
  }

  .relation1__slider1__unit1 {
    width: 255px;
    margin: 0 30px;
  }

  .relation1__slider1__unit1:hover {
    opacity: 0.5;
  }

  .relation1__slider1__unit1__image1 {
    padding: 20px;
  }

  .relation1__slider1__unit1__title1 {
    font-size: 20px;
    line-height: 1.5;
    margin: 22px 0 0 0;
  }

  .relation1__slider1__unit1__title1 span {
    font-size: 14px;
    line-height: 1.8;
  }

  .relation2 {
    margin-top: 80px;
  }

  .relation2 .slick-prev {
    left: -18px;
  }

  .relation2 .slick-next {
    right: -18px;
  }

  .relation2__inner1 {
    width: 1200px;
    margin: auto;
    padding: 80px 0 112px;
  }

  .relation2__slider1 {
    padding: 0;
    margin: 0 -30px;
  }

  .relation2__unit1 {
    padding: 0 30px;
  }

  .relation2__unit1:hover {
    opacity: 0.5;
  }

  .relation2__unit1__image1 {
    overflow: hidden;
    width: 360px;
    height: 360px;
  }

  .relation2__unit1__image1 img {
    transition: transform 0.2s linear;
  }

  .relation2__unit1:hover .relation2__unit1__image1 img {
    transform: scale(1.02);
  }

  .relation2__unit1__name1 {
    margin: 23px 0 0 0;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }

  .relation2__unit1__name1 span {
    display: block;
    font-size: 16px;
    line-height: 1.875;
  }

  .baseSupplement1 {
    margin: 48px 0 0 0;
  }

  .baseSupplement1__inner1 {
    width: 1200px;
    margin: auto;
  }

  .baseSupplement1__unit1 {
    display: flex;
    align-items: center;
    margin: 50px 0 0 0;
  }

  .baseSupplement1__unit1 > div {
    width: 100%;
  }

  .baseSupplement1__unit1:hover {
    opacity: 0.5;
  }

  .baseSupplement1__unit1__image1 {
    overflow: hidden;
    min-width: 560px;
    max-width: 560px;
    margin: 0 80px 0 0;
  }

  .baseSupplement1__unit1__image1 img {
    transition: transform 0.2s linear;
  }

  .baseSupplement1__unit1:hover .baseSupplement1__unit1__image1 img {
    transform: scale(1.02);
  }

  .baseSupplement1__unit1__name1 {
    text-align: left;
    margin: 0;
    font-size: 24px;
    line-height: 1.5;
  }

  .baseSupplement1__unit1__labelList1 {
    text-align: left;
    margin: 23px 0 0 0;
  }

  .baseSupplement1__unit1__text1 {
    text-align: left;
    margin: 25px 0 0 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .productsSearch1 {
    margin: 75px 0 0 0;
  }

  .productsSearch1__inner1 {
    width: 1200px;
    margin: auto;
  }

  .productsSearch1__tab1 {
    justify-content: center;
    padding: 0;
  }

  .productsSearch1__tab1 li {
    min-width: 230px;
    max-width: 230px;
  }

  .productsSearch1__tab1 a {
    padding: 22px 0;
    font-size: 20px;
    line-height: 1.4;
  }

  .productsSearch1__tab1 a:before {
    height: 4px;
  }

  .productsSearch1__unit1 {
    margin: 40px 0 0 0;
  }

  .productsSearch1__unit1__list1 {
    padding: 0;
    margin: 40px -30px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .productsSearch1__unit1__list1 li {
    width: 33.333%;
    padding: 0 30px;
  }

  .productsSearch1__unit1__list1__unit1 {
    padding: 37px 0;
  }

  .productsSearch1__unit1__list1__unit1:before {
    width: 24px;
    height: 6px;
    background-size: 24px 6px;
  }

  .productsSearch1__unit1__list1__unit1:hover {
    opacity: 0.5;
  }

  .productsSearch1__unit1__list1__unit1__name1 {
    font-size: 18px;
    line-height: 1.5;
  }

  .productsSearch1__unit1__list1__unit1__text1 {
    font-size: 14px;
    line-height: 1.8;
    margin: 8px 0 0 0;
  }

  .productsSearch1__unit1__btnSearch1 {
    width: 360px;
    margin: 60px auto 0;
  }

  .productsSearch1__unit2 {
    margin: 40px 0 0 0;
  }

  .productsSearch1__unit2__list1 {
    padding: 0;
    margin: -20px -30px 0;
  }

  .productsSearch1__unit2__list1 li {
    min-width: 360px;
    max-width: 360px;
    margin: 65px 30px 0;
  }

  .productsSearch1__unit2__list1__unit1 {
    padding: 0;
    margin: 0;
  }

  .productsSearch1__unit2__list1__unit1:hover {
    opacity: 0.5;
  }

  .productsSearch1__unit2__list1__unit1__image1 {
    min-width: 200px;
    max-width: 200px;
  }

  .productsSearch1__unit2__list1__unit1__image1 img {
    transition: transform 0.2s linear;
  }

  .productsSearch1__unit2__list1__unit1:hover
    .productsSearch1__unit2__list1__unit1__image1
    img {
    transform: scale(1.02);
  }

  .productsSearch1__unit2__list1__unit1__name1 {
    font-size: 18px;
    line-height: 1.5;
  }

  .productsSearch1__unit2__btnSearch1 {
    width: 360px;
    margin: 60px auto 0;
  }

  .productsSearch2 {
    margin: 55px 0 0 0;
    padding: 72px 0 120px 0;
  }

  .productsSearch2__inner1 {
    width: 1200px;
    margin: auto;
  }

  .productsSearch2__unit1__list1 {
    padding: 0;
    margin: 40px -30px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .productsSearch2__unit1__list1 li {
    width: 33.333%;
    padding: 0 30px;
  }

  .productsSearch2__unit1__list1__unit1 {
    padding: 37px 0;
  }

  .productsSearch2__unit1__list1__unit1:before {
    width: 24px;
    height: 6px;
    background-size: 24px 6px;
  }

  .productsSearch2__unit1__list1__unit1:hover {
    opacity: 0.5;
  }

  .productsSearch2__unit1__list1__unit1__name1 {
    font-size: 18px;
    line-height: 1.5;
  }

  .productsSearch2__unit1__list1__unit1__text1 {
    font-size: 14px;
    line-height: 1.8;
    margin: 8px 0 0 0;
  }

  .productsSearch2__unit1__btnSearch1 {
    width: 360px;
    margin: 60px auto 0;
  }

  .productsSearch2__unit2 {
    margin: 40px 0 0 0;
  }

  .productsSearch2__unit2__list1 {
    padding: 0;
    margin: -20px -30px 0;
  }

  .productsSearch2__unit2__list1 li {
    min-width: 360px;
    max-width: 360px;
    margin: 65px 30px 0;
  }

  .productsSearch2__unit2__list1__unit1 {
    padding: 0;
    margin: 0;
  }

  .productsSearch2__unit2__list1__unit1:hover {
    opacity: 0.5;
  }

  .productsSearch2__unit2__list1__unit1__image1 {
    min-width: 200px;
    max-width: 200px;
  }

  .productsSearch2__unit2__list1__unit1__name1 {
    font-size: 18px;
    line-height: 1.5;
  }

  .productsSearch2__unit2__btnSearch1 {
    width: 360px;
    margin: 60px auto 0;
  }

  .productsSearch3 {
    margin: 73px 0 -120px 0;
  }

  .productsSearch3.-type1 {
    padding: 70px 0 0;
    margin: 0 0 -120px 0;
    background: #ebebeb;
  }

  .productsSearch3__body1 {
    margin: 50px 0 0 0;
    padding: 80px 0 120px;
    background: #f4f4f4;
  }

  .productsSearch3.-type1 .productsSearch3__body1 {
    padding-top: 0;
    background: #ebebeb;
  }

  .productsSearch3__unit1 {
    width: 720px;
    margin: auto;
  }

  .productsSearch3__unit1__title1 {
    font-size: 20px;
    line-height: 1.5;
    padding: 35px 40px;
    cursor: pointer;
  }

  .productsSearch3.-type1 .productsSearch3__unit1__title1 {
    background: none;
  }

  .productsSearch3__unit1__title1:hover span {
    opacity: 0.5;
  }

  .productsSearch3__unit1__body1 {
    padding-bottom: 40px;
  }

  .productsSearch3__unit1__list1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .productsSearch3__unit1__list1 li {
    min-width: 300px;
    max-width: 300px;
  }

  .productsSearch3__unit1__list1 a {
    padding: 23px 40px;
    font-size: 16px;
    line-height: 1.8;
  }

  .productsSearch3__unit1__list1 a:hover {
    opacity: 0.5;
  }

  .productsSearch3__unit1__list1 a i.-arrow1 {
    width: 24px;
    height: 6px;
    background-size: 24px 6px;
  }

  .productsSearch4 .products3 {
    margin: 0;
  }

  .productsSearch4__unit1:nth-last-of-type(1) {
    border: none;
  }

  .productsSearch4__unit1 {
    padding: 80px 0 0;
    border: none;
  }

  .productsSearch4__unit1:nth-of-type(even) {
    background: #f4f4f4;
  }

  .productsSearch4__unit1__title1 {
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    padding: 0 0 16px 0;
    background: none;
  }

  .productsSearch4__unit1__title1:before {
    display: block;
  }

  .productsSearch4__unit1__title1 i {
    display: none;
  }

  .productsSearch4__unit1__body1 {
    width: 1200px;
    margin: auto;
    display: block;
    background: none;
    padding-bottom: 120px;
  }

  .productsSearch4__unit1__list1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }

  .productsSearch4__unit1__list1 li:last-child {
    border: none;
  }

  .productsSearch4__unit1__list1 li {
    min-width: 300px;
    max-width: 300px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
  }

  .productsSearch4__unit1__list1 a {
    padding: 23px 40px;
    font-size: 16px;
    line-height: 1.8;
  }

  .productsSearch4__unit1__list1 a i.-arrow1 {
    width: 24px;
    height: 6px;
    background-size: 24px 6px;
  }

  .js-scrollAnimation1.productsSearch4 {
    top: 0;
    opacity: 1;
  }

  .base1 {
    margin: 0 0 -120px 0;
    padding: 72px 0 120px 0;
  }

  .base1__inner1 {
    width: 1200px;
    margin: auto;
  }

  .base1__unit1__list1 {
    padding: 0;
    margin: 22px -30px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .base1__unit1__list1 li {
    min-width: 33.333%;
    padding: 0 30px;
    display: flex;
    align-items: center;
  }

  .base1__unit1__list1__unit1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 25px 30px 25px 0;
  }

  .base1__unit1__list1__unit1:before {
    width: 24px;
    height: 6px;
    background-size: 24px 6px;
  }

  .base1__unit1__list1__unit1:hover {
    opacity: 0.5;
  }

  .base1__unit1__list1__unit1__name1 span {
    font-size: 14px;
    line-height: 1.92857;
  }

  .base1__unit1__list1__unit1__name1 {
    font-size: 18px;
    line-height: 1.5;
  }

  .modal1__unit1,
  .modal2__unit1,
  .modal3__unit1 {
    max-width: 1080px;
    padding: 0 40px;
  }

  .modal1__unit1.modal1_size{
    max-width: 950px;
  }

  .modal1__unit1__inner1,
  .modal2__unit1__inner1,
  .modal3__unit1__inner1 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }

  .modal1__unit1__inner1.modal_center{
    max-width: none;
  }

  .modal1__unit1__btnClose1,
  .modal2__unit1__btnClose1,
  .modal3__unit1__btnClose1 {
    width: 27px;
    height: 27px;
    top: -47px;
    cursor: pointer;
  }

  .modal1__unit1__btnClose1:hover,
  .modal2__unit1__btnClose1:hover,
  .modal3__unit1__btnClose1:hover {
    opacity: 0.5;
  }

  .pager1 {
    width: 1200px;
    margin: 99px auto 25px;
    padding: 40px 0 20px 0;
  }

  .pager1__index1 {
    font-size: 14px;
    line-height: 1.28571;
  }

  .pager1__index1:before {
    width: 21px;
    height: 21px;
    background-size: cover;
    margin: 0 auto 10px;
  }

  .pager1__index1:hover {
    opacity: 0.5;
  }

  .pager1__prev1 {
    top: 47px;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 16px;
    line-height: 1.575;
  }

  .pager1__prev1 span {
    font-size: 32px;
    line-height: 0.7875;
  }

  .pager1__prev1:hover {
    opacity: 0.5;
  }

  .pager1__prev1 a {
    padding: 0 0 0 30px;
  }

  .pager1__prev1 a:before {
    width: 16px;
    height: 16px;
    margin: auto;
  }

  .pager1__next1 {
    top: 47px;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 16px;
    line-height: 1.575;
  }

  .pager1__next1 span {
    font-size: 32px;
    line-height: 0.7875;
  }

  .pager1__next1:hover {
    opacity: 0.5;
  }

  .pager1__next1 a {
    padding: 0 30px 0 0;
  }

  .pager1__next1 a:after {
    width: 16px;
    height: 16px;
    margin: auto;
  }

  .story1 {
    margin: 95px 0 0 0;
  }

  .story1__unit1::before {
    height: calc(100vh - 105px);
  }

  .story1__unit1.-story1::before {
    background-image: url("../images/story1_img1_1_pc.jpg");
  }

  .story1__unit1.-story2::before {
    background-image: url("../images/story1_img1_2_pc.jpg");
  }

  .story1__unit1.-story3::before {
    background-image: url("../images/story1_img1_3_pc.jpg");
  }

  .story1__unit1.-story4::before {
    background-image: url("../images/story1_img1_4_pc.jpg");
  }

  .story1__unit1.-story5::before {
    background-image: url("../images/story1_img1_5_pc.jpg");
  }

  .story1__unit1__inner1 {
    height: calc(100vh - 105px);
  }

  .story1__unit1__title1 {
    font-size: 60px;
    line-height: 0.7;
  }

  .story1__unit1__catch1 {
    font-size: 24px;
    line-height: 1.8;
    margin: 50px 0 0 0;
  }

  .story1__unit1__inner2 {
    padding: 0 0 100px;
    min-height: calc(100vh - 60px);
    display: flex;
    align-items: center;
  }

  .story1__unit1__inner2 > div {
    width: 720px;
    margin: auto;
    padding: 0;
  }

  .story1__unit1__text1 p {
    font-size: 16px;
    line-height: 1.8;
    margin: 25px 0 0 0;
  }

  .story1__unit1__image1 {
    width: 590px;
    margin: 55px auto 0;
  }

  .story1__unit1__image1 span {
    font-size: 12px;
    line-height: 1.8;
    margin: 9px 0 0 0;
  }

  .story1__unit1__btnMore1 {
    width: 360px;
    margin: 40px auto 0;
  }

  .story1__unit1__notes1 {
    font-size: 12px;
    line-height: 1.8;
    margin: 32px 0 0 0;
  }

  .story1__unit1__notes1 li {
    padding: 0 0 0 24px4;
  }

  .story1__unit1__product1 {
    margin: 55px 0 0 0;
    padding: 60px;
  }

  .story1__unit1__product1__title1 {
    font-size: 20px;
    line-height: 1.5;
  }

  .story1__unit1__product1__image1 {
    width: 359px;
    margin: -5px auto 0;
  }

  .story1__unit1__product1__name1 {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 0 0;
  }

  .story1__unit1__product1__btnMore1 {
    width: 360px;
    margin: 55px auto 0;
  }

  .js-scrollBgFix1.-fixed1.story1__unit1::before {
    top: 105px;
  }

  .story1__unit1__image1_tab .story1__unit1__image1_tabLabel {
    font-size: 16px;
    width: 35%;
  }
  
  .story2 {
    margin-bottom: -120px;
    padding-bottom: 120px;
  }

  .history1 {
    margin: 85px 0 0 0;
  }

  .history1__inner1 {
    background: url("../images/bg_type1_1_pc.png") 0 0 repeat-y;
    background-size: 100% auto;
  }

  .history1__inner1:before {
    height: 100px;
    background: url("../images/bg_type1_2_top_pc.png") 0 0 repeat-x;
    background-size: auto 100px;
  }

  .history1__inner1:after {
    height: 100px;
    background: url("../images/bg_type1_2_bottom_pc.png") 0 0 repeat-x;
    background-size: auto 100px;
  }

  .history1__subInner1 {
    position: relative;
    width: 1200px;
    height: 3093px;
    margin: auto;
    border: none;
    padding: 80px 57px;
  }

  .history1__subInner1:before {
    left: 0;
    right: 0;
  }

  .history1__unit1 {
    width: 545px;
    margin: 0;
    padding: 0 0 0 145px;
  }

  .history1__unit1:nth-of-type(1) {
    position: absolute;
    top: 80px;
    right: 57px;
  }

  .history1__unit1:nth-of-type(2) {
    position: absolute;
    top: 307px;
    left: 57px;
    padding: 0 145px 0 0;
  }

  .history1__unit1:nth-of-type(3) {
    position: absolute;
    top: 423px;
    right: 57px;
  }

  .history1__unit1:nth-of-type(4) {
    position: absolute;
    top: 686px;
    left: 57px;
    padding: 0 145px 0 0;
  }

  .history1__unit1:nth-of-type(5) {
    position: absolute;
    top: 968px;
    left: 57px;
    padding: 0 145px 0 0;
  }

  .history1__unit1:nth-of-type(6) {
    position: absolute;
    top: 1137px;
    right: 57px;
  }

  .history1__unit1:nth-of-type(7) {
    position: absolute;
    top: 1266px;
    left: 57px;
    padding: 0 145px 0 0;
  }

  .history1__unit1:nth-of-type(8) {
    position: absolute;
    top: 1454px;
    right: 57px;
  }

  .history1__unit1:nth-of-type(8) .history1__unit1__subUnit1:nth-of-type(3) {
    z-index: 12;
  }

  .history1__unit1:nth-of-type(9) {
    position: absolute;
    top: 2070px;
    left: 57px;
    padding: 0 145px 0 0;
  }

  .history1__unit1:nth-of-type(10) {
    position: absolute;
    top: 2397px;
    right: 57px;
  }

  .history1__unit1__date1 {
    width: 73px;
    position: absolute;
    left: 39px;
    top: 25px;
    font-size: 40px;
  }

  .history1__unit1:nth-of-type(9) .history1__unit1__date1,
  .history1__unit1:nth-of-type(7) .history1__unit1__date1,
  .history1__unit1:nth-of-type(5) .history1__unit1__date1,
  .history1__unit1:nth-of-type(4) .history1__unit1__date1,
  .history1__unit1:nth-of-type(2) .history1__unit1__date1 {
    left: inherit;
    right: 39px;
    margin: 0 0 0 auto;
  }

  .history1__unit1__date1:before {
    width: 12px;
    height: 12px;
    left: -43px;
    border-radius: 6px;
  }

  .history1__unit1:nth-of-type(9) .history1__unit1__date1:before,
  .history1__unit1:nth-of-type(7) .history1__unit1__date1:before,
  .history1__unit1:nth-of-type(5) .history1__unit1__date1:before,
  .history1__unit1:nth-of-type(4) .history1__unit1__date1:before,
  .history1__unit1:nth-of-type(2) .history1__unit1__date1:before {
    left: inherit;
    right: -43px;
    margin-left: auto;
  }

  .history1__unit1__subUnit1 {
    width: 400px;
    margin: 20px 0 0 0;
    padding: 30px;
  }

  .history1__unit1__subUnit1:nth-of-type(1) {
    margin: 0;
  }

  .history1__unit1__subUnit1__date1 {
    font-size: 20px;
    line-height: 1.5;
  }

  .history1__unit1__subUnit1__text1 {
    font-size: 16px;
    line-height: 1.8;
  }

  .history1__unit1__subUnit1__text1 p {
    margin: 9px 0 0 0;
  }

  .history1__unit1__subUnit1__text1 sup {
    transform: scale(0.8);
  }

  .history1__unit1__subUnit1__image1 {
    width: 70px;
		margin: -30px 0 0;
		position: absolute;
		top: 43px;
		right: 23px;
  }

  .history1__unit1__subUnit1__image2 {
    width: 176px;
    right: -24px;
    top: -35px;
  }

  .history1__unit1:nth-of-type(1) .history1__unit1__image1 {
    width: 144px;
    top: -118px;
    left: -215px;
    right: inherit;
  }

  .history1__unit1:nth-of-type(2) .history1__unit1__image1 {
    width: 320px;
    right: inherit;
    left: -100px;
    top: -182px;
  }

	.history1__unit1:nth-of-type(2) .history1__unit1__subUnit1__image1 {
		width: 70px;
    margin: -30px 0 0;
	}

	.history1__unit1:nth-of-type(2) .history1__unit1__subUnit1__image1 img {
		width: 100%;
	}

  .history1__unit1:nth-of-type(3) .history1__unit1__image1 {
    width: 117px;
    top: -40px;
    right: -93px;
  }

  .history1__unit1:nth-of-type(4) .history1__unit1__image1 {
    width: 257px;
    position: absolute;
    left: -147px;
    bottom: -53px;
  }

  .history1__unit1:nth-of-type(6) .history1__unit1__image1 {
    width: 167px;
    top: -70px;
    right: -93px;
  }

  .history1__unit1:nth-of-type(7) .history1__unit1__image1 {
    width: 138px;
    top: 83px;
    right: 50px;
  }

  .history1__unit1:nth-of-type(8) .history1__unit1__image1 {
    width: 193px;
		top: initial;
		bottom: 110px;
		right: -136px;
  }

  .history1__unit1:nth-of-type(7) .history1__unit1__image2 {
    width: 267px;
		right: inherit;
		left: -117px;
		bottom: -43px;
  }

	.history1__unit1:nth-of-type(8) .history1__unit1__subUnit1__image1 {
		width: 188px;
    top: 141px;
    right: -72px;
	}

	.history1__unit1:nth-of-type(9) .history1__unit1__subUnit1:nth-of-type(2) .history1__unit1__subUnit1__image1 {
		width: 188px;
    top: 126px;
    right: -95px;
	}

	.history1__unit1:nth-of-type(9) .history1__unit1__subUnit1:nth-of-type(4) .history1__unit1__subUnit1__image1 {
		width: 180px;
    top: 16px;
    right: -87px;
	}

	.history1__unit1:nth-of-type(10) .history1__unit1__subUnit1__image1 {
		width: 180px;
    top: 128px;
    right: -54px;
	}

  .history1__btnBack1 {
    width: 360px;
    margin: 60px auto -20px;
  }

  .js-scrollAnimation3.history1__unit1:nth-of-type(2)
    .history1__unit1__date1
    img,
  .js-scrollAnimation3.history1__unit1:nth-of-type(4)
    .history1__unit1__date1
    img,
  .js-scrollAnimation3.history1__unit1:nth-of-type(5)
    .history1__unit1__date1
    img,
  .js-scrollAnimation3.history1__unit1:nth-of-type(7)
    .history1__unit1__date1
    img,
  .js-scrollAnimation3.history1__unit1:nth-of-type(9)
    .history1__unit1__date1
    img {
    transform: translateX(10px);
  }

  .js-scrollAnimation3.-active1.history1__unit1:nth-of-type(2)
    .history1__unit1__date1
    img,
  .js-scrollAnimation3.-active1.history1__unit1:nth-of-type(4)
    .history1__unit1__date1
    img,
  .js-scrollAnimation3.-active1.history1__unit1:nth-of-type(5)
    .history1__unit1__date1
    img,
  .js-scrollAnimation3.-active1.history1__unit1:nth-of-type(7)
    .history1__unit1__date1
    img,
	.js-scrollAnimation3.-active1.history1__unit1:nth-of-type(9)
    .history1__unit1__date1
    img {
    transform: translateX(0);
  }

  .ros1 {
    margin: 55px 0 0 0;
    padding: 70px 0 120px;
  }

  .ros1__inner1 {
    width: 1200px;
    margin: auto;
  }

  .ros1__text1 {
    margin: 45px 0 0 0;
    padding: 0 640px 0 0;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
  }

  .ros1__text1 p {
    margin: 28px 0 0 0;
  }

  .ros1__text1 p:nth-of-type(2) {
    width: 560px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }

  .ros1__check1 {
    width: 720px;
    margin: 75px auto 0;
    padding: 30px 40px 40px;
  }

  .ros1__check1:before {
    width: 48px;
    height: 28px;
    background-size: 48px auto;
  }

  .ros1__check1__title1 {
    font-size: 24px;
    line-height: 1.5;
    padding: 0 0 25px 0;
  }

  .ros1__check1__title1 span {
    font-size: 18px;
    line-height: 1.5;
  }

  .ros1__check1__list1 {
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
  }

  .ros1__check1__list1 li {
    min-width: 50%;
    font-size: 16px;
    line-height: 2.375;
  }

  .ros1__check1__text1 {
    font-size: 24px;
    line-height: 1.5;
    margin: 24px 0 0 0;
  }

  .ros1__list1 {
    margin: 55px 0 0 0;
  }

  .ros1__list1__title1 {
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 32px 0;
  }

  .ros1__list1__list1 {
    margin: 0 -15px;
  }

  .ros1__list1__list1 li {
    width: 112px;
    height: 112px;
    border-radius: 56px;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 18px 5px 0;
  }

  .ros1__list1__text1 {
    width: 720px;
    font-size: 16px;
    line-height: 1.8;
    margin: 35px auto 0;
  }

  .phytochemical1 {
    margin: 70px 0 0 0;
  }

  .phytochemical1__inner1 {
    width: 1200px;
    margin: 20px auto 0;
    position: relative;
    padding: 0 640px 0 0;
  }

  .phytochemical1__text1 {
    font-size: 16px;
    line-height: 1.8;
    margin: 45px 0 0 0;
  }

  .phytochemical1__text1 p {
    margin: 26px 0 0 0;
  }

  .phytochemical1__text1 p:first-child {
    margin: 0;
  }

  .phytochemical1__text1 p:nth-of-type(2) {
    width: 573px;
    position: absolute;
    right: -10px;
    top: -10px;
    margin: 0;
  }

  .phytochemical1__about1 {
    padding: 40px;
    margin: 55px 0 0 0;
    position: relative;
  }

  .phytochemical1__about1__title1 {
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    margin: 55px 0 0 0;
  }

  .phytochemical1__about1__image1 {
    width: 182px;
    position: absolute;
    right: 38px;
    top: 30px;
    margin: 0;
  }

  .phytochemical1__about1__title2 {
    font-size: 18px;
    line-height: 1.5;
    margin: 85px 0 0 0;
  }

  .phytochemical1__about1__text1 {
    font-size: 16px;
    line-height: 1.8;
    margin: 27px 0 0 0;
  }

  .research1 {
    margin: 120px 0 0 0;
    padding: 70px 0 120px;
  }

  .research1__text1 {
    width: 720px;
    font-size: 16px;
    line-height: 1.8;
    margin: 46px auto 0;
  }

  .research1__inner1 {
    padding: 0;
  }

  .research1__image1 {
    display: flex;
    flex-wrap: wrap;
    width: 1010px;
    justify-content: space-between;
    margin: 50px auto 0;
  }

  .research1__image1__unit1 {
    margin: 0;
    width: 490px;
  }

  .research1__image1__unit1__label1 {
    font-size: 20px;
    line-height: 1.5;
  }

  .research1__image1__unit1__image1 {
    width: 490px;
    margin: 23px 0 0;
  }

  .research1s__notes1 {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
    margin: 55px 0 0 0;
  }

  .research1s__notes1 span {
    position: static;
  }

  .research1__knowledge1 {
    width: 720px;
    margin: 80px auto 0;
    padding: 30px 40px 40px;
  }

  .research1__knowledge1__title1 {
    font-size: 24px;
    line-height: 1.5;
    padding: 0 0 30px 0;
  }

  .research1__knowledge1__title1 span {
    font-size: 18px;
    line-height: 1.5;
  }

  .research1__knowledge1__text1 {
    margin: 37px 0 0 0;
    font-size: 16px;
    line-height: 1.8;
  }

  .research1__knowledge1__image1 {
    margin: 35px 0 0 0;
  }

  .research1__knowledge1__notes1 {
    margin: 25px 0 0 0;
  }

  .research1__knowledge1__notes1 li {
    font-size: 12px;
    line-height: 1.75;
  }

  .wisdom1 {
    width: 1200px;
    margin: 100px auto 0;
  }

  .wisdom1__title1 {
    font-size: 30px;
    line-height: 1.5;
    padding-top: 33.3%;
  }

  .wisdom1__title1::before {
    background: url("../images/supplement4_img1_1_pc.jpg") 0 0 no-repeat;
    background-size: cover;
  }

  .wisdom1__title1 h2:before {
    width: 80px;
    bottom: -113px;
  }

  .wisdom1__text1 {
    width: 720px;
    margin: 55px auto 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
  }

  .wisdom1__body1 {
    margin: 75px 0 0 0;
  }

  .wisdom1__unit1 {
    padding: 0;
    margin: 0;
  }

  .wisdom1__unit2 {
    padding: 0;
  }

  .wisdom1__unit3 {
    padding: 0;
  }

  .wisdom1__subUnit1 {
    padding: 40px;
  }

  .wisdom1__plus {
    height: 40px;
  }

  .wisdom1__plus:before {
    width: 40px;
    height: 4px;
  }

  .wisdom1__plus:after {
    width: 4px;
    height: 40px;
  }

  .wisdom1__unit2 .wisdom1__subUnit1:nth-of-type(1):after {
    width: 44px;
    height: 27px;
    bottom: -27px;
    background: url("../images/arrow_type5_down2_pc.png") 0 0 no-repeat;
    background-size: 44px auto;
  }

  .wisdom1__subUnit1:nth-of-type(2) {
    margin: 20px 0 0 0;
  }

  .wisdom1__items {
    flex-direction: row;
    gap: 20px;
  }

  .wisdom1__subUnit1__title1 {
    font-size: 24px;
    line-height: 1.5;
  }

  .wisdom1__subUnit1__image1 {
    width: 265px;
    margin: 22px auto 0;
  }

  .wisdom1__subUnit1__image2 {
    width: 482px;
    margin: 15px auto 70px;
  }

  .wisdom1__subUnit1__image3 {
    width: 433px;
    margin: 19px auto 0;
  }

  .wisdom1__subUnit1__image4 {
    width: 480px;
    margin: 56px auto 40px;
  }

  .wisdom1__subUnit1__image5 {
    width: 720px;
    margin: 20px auto 0;
  }

  .wisdom1__subUnit1__list1 {
    margin: 16px 0 0 0;
  }

  .wisdom1__subUnit1__list1 dt {
    width: 120px;
    margin: 0;
    font-size: 16px;
    line-height: 2;
  }

  .wisdom1__subUnit1__list1 dd {
    width: calc(100% - 120px);
    margin: 0;
    font-size: 16px;
    line-height: 2;
  }

  .wisdom1__subUnit1__text1 {
    margin: 28px 0 0 0;
    font-size: 20px;
    line-height: 1.5;
  }

  .wisdom1 .wisdom1__subUnit1__text3 + .wisdom1__subUnit1__text1 {
    margin: 38px 0 0 0;
  }

  .wisdom1__subUnit1__text2 {
    font-size: 12px;
  }

  .wisdom1__subUnit1__text3 {
    margin: -10px 0 0 0;
    font-size: 16px;
    line-height: 1.8;
  }

  .wisdom1__subUnit1__image1__caption1 {
    font-size: 12px;
    line-height: 1.75;
    margin: 15px 0 0 0;
  }

  .wisdom1__notes1 {
    padding: 0;
    margin: 35px 0 0 0;
  }

  .wisdom1__notes1 li {
    font-size: 12px;
    line-height: 1.75;
  }

  .check1 {
    width: 720px;
    margin: 80px auto 0;
    padding: 30px 40px 40px;
  }

  .check1__title1 {
    padding: 0 0 25px 0;
    font-size: 24px;
    line-height: 1.5;
  }

  .check1__title1 span {
    font-size: 18px;
    line-height: 1.5;
  }

  .check1__text1 {
    font-size: 18px;
    line-height: 1.5;
    margin: 35px 0 0 0;
  }

  .check1__image1 {
    position: absolute;
    width: 280px;
    margin: 35px 0 0 0;
  }

  .check1__unit1:nth-of-type(1) {
    width: 320px;
    margin: 33px 0 0 auto;
  }

  .check1__unit1:nth-of-type(2) {
    width: 320px;
    margin: 60px auto 0 0;
  }

  .check1__unit1__title1 {
    font-size: 18px;
    line-height: 1.5;
  }

  .check1__unit1__title1:before {
    width: 19px;
    height: 18px;
    top: 5px;
    background-size: 19px auto;
  }

  .check1__unit1__text1 {
    font-size: 16px;
    line-height: 1.8;
    margin: 10px 0 0 0;
  }

  .check1__unit1__image1 {
    width: 280px;
    position: absolute;
    margin: 70px 0 0 35px;
  }

  .shop1__unit1 {
    padding: 75px 0 45px 0;
  }

  .shop1__unit1:last-child {
    margin-bottom: -120px;
  }

  .shop1__title1 {
    margin: 0 0 50px 0;
  }

  .shop1__body1 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }

  .shop1__body1 > li {
    width: 560px;
  }

  .shop1__body1 > li:nth-child(odd) {
    margin: 0 40px 75px 0;
  }

  .shop1__body1 > li:nth-child(even) {
    margin: 0 0 75px 40px;
  }

  .shop1__image1 img {
    margin: 0 0 25px 0;
  }

  .shop1__title2 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 19px 0;
  }

  .shop1__list1 li {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 0 0 130px;
  }

  .shop1__list1 li a {
    transition: all 0.1s linear;
  }

  .shop1__list1 li a:hover {
    opacity: 0.5;
  }

  .shop1__notes1 {
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .sitemap1 {
    width: 720px;
    margin: 0 auto 0 auto;
    padding: 60px 0 0 0;
  }

  .sitemap1__body1 a:hover {
    opacity: 0.5;
  }

  .sitemap1__unit1 {
    margin-bottom: 30px;
  }

  .sitemap1__unit1 > a,
  .sitemap1__unit1 > span {
    font-size: 18px;
    line-height: 1.6;
    padding: 25px 0 25px 0;
  }

  .sitemap1__unit1 > a .-arrow1 {
    width: 24px;
    height: 6px;
    background-size: 24px 6px;
  }

  .sitemap1__unit1__list1 > li {
    padding: 25px 0 25px;
  }

  .sitemap1__unit1__list1 > li > a {
    font-size: 16px;
    line-height: 1.8;
    width: auto;
    padding: 0 0 0 40px;
  }

  .sitemap1__unit1__list1 > li > a .-arrow1 {
    left: 0;
    width: 24px;
    height: 6px;
    background-size: 24px 6px;
  }

  .sitemap1__unit1__list1 > li.-top1 {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    border-top: none;
    margin: 0;
    padding: 25px 0 25px 0;
  }

  .sitemap1__unit1__list1 > li.-top1 > a {
    font-size: 14px;
    line-height: 2.05714;
    padding-right: 35px;
    padding-left: 0;
  }

  .sitemap1__unit1__list1 > li.-top1 > a .-arrow1 {
    left: auto;
  }

  .sitemap1__unit1__list2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
    border-top: none;
  }

  .sitemap1__unit1__list2 > li {
    width: 290px;
    margin: 0 0 20px 100px;
  }

  .sitemap1__unit1__list2 > li:nth-child(even) {
    margin-left: 40px;
  }

  .sitemap1__unit1__list2 > li > a {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 0 0 36px;
    width: auto;
  }

  .sitemap1__unit1__list2 > li > a sup {
    font-size: 8px;
    line-height: 1.8;
    top: -0.7em;
  }

  .sitemap1__unit1__list2 > li > a .-arrow1 {
    width: 24px;
    height: 6px;
    margin: 10px 0 0 0;
    background-size: 24px 6px;
  }

  .sitemap1__unit1__list2.-type1 {
    margin-bottom: -20px;
  }

  .sitemap1__unit1__list2.-type1 li {
    width: 290px;
    margin-left: 100px;
    padding-left: 0;
  }

  .sitemap1__unit1__list2.-type1 li:nth-child(even) {
    margin-left: 40px;
  }

  .sitemap1__unit1__list2.-type2 {
    padding-top: 25px;
  }

  .sitemap1__unit1__list2.-type2 li {
    width: 340px;
  }

  .sitemap1__unit1__list2.-type2 li:nth-child(even) {
    margin-left: 40px;
  }

  .kids-disclaimer1 {
    padding: 95px 0 120px;
  }

  section:last-child .kids-disclaimer1 {
    margin-bottom: -120px;
  }

  .kids-disclaimer1__inner1 {
    width: 1200px;
    padding: 0;
    margin: auto;
  }

  .kids-disclaimer1__text1 {
    font-size: 16px;
    line-height: 1.8;
  }

  .kids-disclaimer1__text1 p {
    margin: 34px 0 0 0;
  }

  .kids-disclaimer1__list1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .kids-disclaimer1__list1 > li {
    width: 360px;
    margin: 55px 0 0;
    padding: 55px 0 0;
  }

  .kids-disclaimer1__list1 > li:nth-child(2),
  .kids-disclaimer1__list1 > li:nth-child(3) {
    margin-top: 0;
    border-top: none;
  }

  .kids-disclaimer1__list1__title1 {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    padding: 0 0 0 15px;
  }

  .kids-disclaimer1__list1__text1 {
    font-size: 16px;
    line-height: 1.8;
  }

  .kids-disclaimer1__list1__notes1 {
    font-size: 12px;
    line-height: 1.8;
  }

  .advertisement1__inner1 {
    padding-top: 20px;
    width: 720px;
    margin: 80px auto 0;
    padding: 60px 0 0;
  }

  .advertisement1__text1 {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
  }

  .advertisement1__text1 p {
    margin: 26px 0 0 0;
  }

  .advertisement1__result1 {
    padding: 40px;
    margin-top: 30px;
  }

  .advertisement1__result1__title1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .advertisement1__result1__body1 {
    display: flex;
  }

  .advertisement1__result1__list1 {
    width: 50%;
  }

  .advertisement1__result1__list1 li {
    font-size: 14px;
    line-height: 1.8;
  }

  .advertisement1__contact1 {
    display: flex;
    margin: 30px 0 0;
    padding: 40px 20px;
  }

  .advertisement1__contact1__unit1 {
    width: 50%;
    padding: 0;
  }

  .advertisement1__contact1__unit1:nth-child(2) {
    border-left: 1px solid #dcdcdc;
    border-top: none;
  }

  .advertisement1__contact1__unit1 span {
    font-size: 12px;
  }

  .advertisement1__contact1__title1 {
    font-size: 20px;
    line-height: 2.1;
    margin-bottom: 10px;
    padding-left: 65px;
  }

  .advertisement1__contact1__title1:before {
    width: 50px;
    height: 42px;
    margin-left: -65px;
  }

  .advertisement1__contact1__title1.-type1:before {
    background-size: auto;
  }

  .advertisement1__contact1__title1.-type2:before {
    background-size: auto;
  }

  .advertisement1__contact1__num1 {
    margin-bottom: 20px;
  }

  .advertisement1__contact1__num1 span {
    font-size: 12px;
    line-height: 1.8;
    margin-top: -5px;
    margin-bottom: -12px;
  }

  .advertisement1__contact1__text1 {
    font-size: 16px;
    line-height: 1.8;
  }

  .advertisement1__contact1__text1 span {
    font-size: 12px;
    line-height: 1.8;
  }

  .privacy1__inner1 {
    width: 720px;
    margin: 80px auto 60px;
    padding: 0;
  }

  .privacy1__text1 {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
  }

  .privacy1__text1 p {
    margin: 26px 0 0 0;
  }

  .privacy1_contact1 {
    padding: 40px;
    margin-top: 60px;
  }

  .privacy1_contact1 p {
    font-size: 16px;
    line-height: 1.575;
  }

  .privacy1_contact1 p span {
    font-size: 14px;
    line-height: 1.8;
  }

  .rule1__inner1 {
    width: 720px;
    margin: 80px auto 60px;
    padding: 0;
  }

  .rule1.-type1 .rule1__inner1 {
    padding: 80px 0;
  }

  section:last-child .rule1.-type1 .rule1__inner1 {
    margin-bottom: -120px;
  }

  .rule1__unit1 {
    width: 720px;
    margin: 60px auto 0;
  }

  .rule1__text1 p {
    font-size: 16px;
    line-height: 1.8;
  }

  .contact1__inner1 {
    width: 1200px;
    margin: 60px auto -120px;
    padding: 80px 0;
  }

  .contact1__contact1 {
    display: flex;
    margin: 0 -60px 0;
    padding: 0 0;
  }

  .contact1__contact1__unit1 {
    width: 33.33%;
    padding: 0 60px;
    border-left: 1px solid #dcdcdc;
    border-top: none;
  }

  .contact1__contact1__unit1:first-child {
    border-left: none;
  }

  .contact1__contact1__unit1 span {
    font-size: 12px;
  }

  .contact1__contact1__title1 {
    font-size: 20px;
    line-height: 2.1;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 65px;
  }

  .contact1__contact1__title1:before {
    width: 50px;
    height: 42px;
    margin-left: -65px;
  }

  .contact1__contact1__title1.-type1:before {
    background-size: auto;
  }

  .contact1__contact1__title1.-type2:before {
    background-size: auto;
  }

  .contact1__contact1__title1.-type3:before {
    background-size: auto;
  }

  .contact1__contact1__num1 {
    margin-bottom: 20px;
  }

  .contact1__contact1__num1 span {
    font-size: 12px;
    line-height: 1.8;
    margin-top: -5px;
    margin-bottom: -12px;
  }

  .contact1__contact1__text1 {
    font-size: 16px;
    line-height: 1.8;
  }

  .contact1__contact1__text1 span {
    font-size: 12px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .header1.-open1 .nav1__navList1 > li > span > a:hover:before,
  .header1.-open1 .nav1__navList1 > li > span > .-nolink1:hover:before {
    width: 100%;
    display: block;
  }

  .story1__unit1__inner2 {
    min-height: calc(100vh - 105px);
  }
}

@media screen and (min-width: 768px) and (max-height: 650px) {
  .step1__unit1__title1 {
    padding-top: 30px;
  }

  .step1__unit1__title1__number1 {
    margin: 21px 0 0 0;
  }

  .step1__unit1__text1 {
    bottom: 110px;
  }

  .step1__unit1__btnMore1 {
    bottom: 50px;
  }

  .js-slickType6.step1__inner1 .slick-next {
    bottom: 25px;
  }
}

@media screen and (min-width: 992px) {
  a.button1.-type2:before {
    right: inherit;
    left: 20px;
    width: 24px;
    height: 6px;
    background-size: 24px 6px;
  }

  a.button1.-type3:before {
    width: 7px;
    height: 7px;
  }

  a.button1.-type3:hover:before {
    border-color: #fff;
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .table1.-scroll1 {
    overflow-x: auto;
    margin-right: -40px;
    margin-left: -40px;
    padding: 0 40px 15px 40px;
    -webkit-overflow-scrolling: touch;
  }

  .table1__scrollInner1 {
    position: relative;
    width: 750px;
  }

  .table1__scrollInner1.-type1 {
    width: 500px;
  }

  .table1__scrollInner1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 40px;
    height: 1px;
  }

  .modTable1.-scroll1 {
    overflow-x: auto;
    margin-right: -40px;
    margin-left: -40px;
    padding: 0 40px 15px 40px;
    -webkit-overflow-scrolling: touch;
  }

  .modTable1__scrollInner1 {
    position: relative;
    width: 750px;
  }

  .modTable1__scrollInner1.-type1 {
    width: 500px;
  }

  .modTable1__scrollInner1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 40px;
    height: 1px;
  }

  .js-scrollAnimation2.productsSearch4__body1 > * {
    top: 0;
    opacity: 1;
  }
}

/*mentaltect 2021/11/24*/
#mentaltect-wrapper {
    max-width: 100vw;
    overflow: hidden;
    margin: 0 auto;
}

#mentaltect-wrapper p,
#mentaltect-wrapper a,
#mentaltect-wrapper span {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #444;
}

#mentaltect-wrapper a:hover img {
    opacity: 1;
}

#mentaltect-wrapper img {
    max-width: 100%;
}

#mentaltect-wrapper .movie-wrapper {
    position: relative;
    max-width: 85%;
    margin: 30px auto 0;
}

#mentaltect-wrapper .font-normal {
    color: #444;
}

#mentaltect-wrapper .font-green {
    color: #009f3b;
}

#mentaltect-wrapper .font-yellow {
    color: #f8b72d;
}

#mentaltect-wrapper .font-pink {
    color: #ff5c87;
}

#mentaltect-wrapper .font-orange {
    color: #ec6800;
}

#mentaltect-wrapper .is-contents {
    max-width: 750px;
    margin: 0 auto;
}

#mentaltect-wrapper .is-line {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

#mentaltect-wrapper .is-left {
    text-align: left;
}

#mentaltect-wrapper .is-indent {
    padding-left: 1em;
    text-indent: -1em;
}

#mentaltect-wrapper .is-border {
    background-size: 56px 56px;
    background-image: linear-gradient(-45deg, #ffffff 0%, #ffffff 24%, #009f3b 25%, #ffffff 26%, #ffffff 49%, #009f3b 50%, #ffffff 51%, #ffffff 74%, #009f3b 75%, #ffffff 76%, #ffffff 100%);
}

#mentaltect-wrapper .is-area {
    max-width: 92%;
    margin: 0 auto;
}

#mentaltect-wrapper .is-medium {
    font-weight: 500;
}

#mentaltect-wrapper .is-bold {
    font-weight: bold;
}

#mentaltect-wrapper .is-black {
    font-weight: 900;
}

#mentaltect-wrapper .is-normal {
    font-weight: normal;
}

#mentaltect-wrapper .is-buyarea {
    border: 8px solid #009f3b;
    border-radius: 24px;
    background-color: #fff;
    margin-top: 40px;
    padding-bottom: 20px;
}

#mentaltect-wrapper .is-buyarea img {
    display: block;
    margin: 50px auto 0;
}

#mentaltect-wrapper .is-buyarea .is-name {
    font-size: 40px;
    margin-top: 30px;
    line-height: 1.3;
}

#mentaltect-wrapper .is-buyarea .is-detail {
    font-size: 32px;
    line-height: 1.4;
    margin-top: 17px;
}

#mentaltect-wrapper .is-buyarea .is-detail .is-small {
    font-size: 28px;
}

#mentaltect-wrapper .is-buyarea .is-detail .is-large {
    font-size: 36px;
}

#mentaltect-wrapper .is-buyarea .is-detail .is-large .font-green {
    font-size: 52px;
}

#mentaltect-wrapper .is-link {
    margin: 30px 0 50px;
}

#mentaltect-wrapper .is-link a {
    background-color: #009f3b;
    font-size: 40px;
    display: block;
    width: 80%;
    margin: 0 auto;
    border-radius: 2em;
    padding: 0.6em 0;
    position: relative;
    color: #fff;
    font-weight: 500;
    transition: all 0.5s;
}

#mentaltect-wrapper .is-link a::after {
    content: '';
    position: absolute;
    background-image: url(https://images.contentstack.io/v3/assets/blt9a0207c58f78a855/blt83cdeab47af898fb/6183382c71dc1b799a73fea9/icon_arrow_right_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 28px;
    top: calc(50% - 14px);
    right: 10px;
}

#mentaltect-wrapper .is-link a:hover {
    opacity: 0.5;
}

#mentaltect-wrapper .mt-movie {
    margin-top: 60px;
}

#mentaltect-wrapper .mt-movie .is-contents p {
    font-size: 48px;
    line-height: 1.2;
}

#mentaltect-wrapper .mt-movie .is-contents .is-area {
    font-size: 28px;
    line-height: 1.6;
    text-align: left;
    margin-top: 30px;
}

#mentaltect-wrapper .mt-movie .is-contents p span {
    font-size: 28px;
}

#mentaltect-wrapper .mt-movie .is-contents img .is-line {
    max-width: 556px;
}

#mentaltect-wrapper .mt-plus .is-contents {
    background-color: #f7fcf0;
    margin-top: 40px;
    padding-bottom: 60px;
}

#mentaltect-wrapper .mt-plus .is-contents .is-border {
    background-image: linear-gradient(-45deg, #f7fcf0 0%, #f7fcf0 24%, #009f3b 25%, #f7fcf0 26%, #f7fcf0 49%, #009f3b 50%, #f7fcf0 51%, #f7fcf0 74%, #009f3b 75%, #f7fcf0 76%, #f7fcf0 100%);
}

#mentaltect-wrapper .mt-plus .is-contents .is-ttl {
    font-size: 48px;
    line-height: 1.3;
    padding-bottom: 20px;
}

#mentaltect-wrapper .mt-plus .is-contents .is-ttl span {
    font-size: 32px;
}

#mentaltect-wrapper .mt-plus .is-contents .is-ttl+p {
    margin-top: 55px;
    font-size: 28px;
}

#mentaltect-wrapper .mt-recommend .is-contents>.is-ttl {
    font-size: 48px;
    margin-top: 120px;
    line-height: 1.3;
    padding-bottom: 20px;
}

#mentaltect-wrapper .mt-recommend .is-contents>.is-ttl span {
    font-size: 32px;
}

#mentaltect-wrapper .mt-recommend .is-contents>.is-ttl+img {
    display: block;
    margin: -40px auto 0;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 {
    position: relative;
    margin-top: 135px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-detail {
    height: calc(100% + 160px);
    width: 100%;
    background-color: #f8b72d;
    position: absolute;
    border-radius: 24px;
    z-index: -1;
    -webkit-transform: translate(-60px, -80px);
    transform: translate(-60px, -80px);
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents {
    border-radius: 24px;
    text-align: center;
    background-color: #fff;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    box-shadow: 0 12px 60px rgba(0, 0, 0, 0.16);
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    padding: 60px 0;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-ttl {
    font-size: 44px;
    margin: 16px;
    line-height: 1.3;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-subttl {
    font-size: 28px;
    margin-top: 60px;
    line-height: 1.3;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-subttl span {
    font-size: 40px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-subttl+.is-line {
    margin-top: 12px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-col2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 92%;
    margin-top: 30px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-col2 .col2-img {
    width: 32%;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-col2 .col2-img img {
    margin: 0 15px 0 auto;
    display: block;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-col2 .col2-text {
    font-size: 28px;
    text-align: left;
    width: 68%;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-col2 .col2-text p {
    line-height: 1.4;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-col2 .col2-text p.is-marker {
    font-size: 32px;
    display: inline;
    line-height: 1.46;
    background: linear-gradient(transparent 70%, #ffe2a6 30%);
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-anno {
    width: 92%;
    padding-left: 8%;
    font-size: 24px;
    color: #666666;
    line-height: 1.24;
    margin-top: 22px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .point-01-sum {
    margin-top: 50px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .point-01-sum p {
    font-size: 28px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .point-01-sum p.is-balloon {
    position: relative;
    display: inline-block;
    border-bottom: solid 5px #eb9d2a;
    padding: 16px 0;
    max-width: 100%;
    text-align: center;
    width: 84%;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .point-01-sum p.is-balloon::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: solid 20px transparent;
    border-top: solid 25px #eb9d2a;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .point-01-sum p.is-balloon::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: solid 17px transparent;
    border-top: solid 22px #fff;
    margin-top: -5px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .point-01-sum p.is-balloon+p {
    margin-top: 32px;
    font-size: 36px;
    line-height: 1.4;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 {
    position: relative;
    margin-top: 255px;
    margin-bottom: 202px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-detail {
    height: calc(100% + 160px);
    width: 100%;
    background-color: #8ec323;
    position: absolute;
    border-radius: 24px;
    z-index: -1;
    -webkit-transform: translate(60px, -80px);
    transform: translate(60px, -80px);
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents {
    border-radius: 24px;
    text-align: center;
    background-color: #fff;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    box-shadow: 0 12px 60px rgba(0, 0, 0, 0.16);
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    padding: 60px 0;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div .is-ttl {
    font-size: 44px;
    margin: 16px;
    line-height: 1.3;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div .is-ttl+p {
    font-size: 28px;
    margin-top: 57px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div+div {
    margin-top: 75px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .is-subttl {
    font-size: 28px;
    margin-top: 60px;
    line-height: 1.3;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .is-subttl span.is-small {
    font-size: 24px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .is-subttl span.is-large {
    font-size: 48px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .is-subttl span.is-ex {
    font-size: 40px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .is-subttl+.is-line {
    margin-top: 12px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .is-subttl+.is-line+img {
    margin-top: 25px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .is-subttl+.is-line+img+p {
    font-size: 28px;
    width: 92%;
    padding-left: 8%;
    margin-top: 52px;
    line-height: 1.6;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .movie-wrapper iframe {
    border-radius: 24px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .point-02-sum {
    margin-top: 25px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .point-02-sum p {
    font-size: 28px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .point-02-sum p.is-balloon {
    position: relative;
    display: inline-block;
    border-bottom: solid 5px #009f3b;
    padding: 16px 0 35px;
    max-width: 100%;
    text-align: left;
    width: 84%;
    line-height: 1.6;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .point-02-sum p.is-balloon::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: solid 20px transparent;
    border-top: solid 25px #009f3b;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .point-02-sum p.is-balloon::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: solid 17px transparent;
    border-top: solid 22px #fff;
    margin-top: -5px;
}

#mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .point-02-sum p.is-balloon+p {
    margin-top: 32px;
    font-size: 36px;
    line-height: 1.4;
}

@media screen and (max-width: 750px) {
    #mentaltect-wrapper p {
        margin-bottom: 1.33333vw;
    }

    #mentaltect-wrapper .movie-wrapper {
        margin: 4vw auto 0;
    }

    #mentaltect-wrapper .movie-wrapper iframe {
        border-radius: 3.2vw;
    }

    #mentaltect-wrapper .is-contents {
        max-width: 100vw;
    }

    #mentaltect-wrapper .is-line {
        margin-top: 2.66667vw;
    }

    #mentaltect-wrapper .is-border {
        background-size: 7.46667vw 7.46667vw;
    }

    #mentaltect-wrapper .is-buyarea {
        border: 1.06667vw solid #009f3b;
        border-radius: 3.2vw;
        margin-top: 5.33333vw;
        padding-bottom: 2.66667vw;
    }

    #mentaltect-wrapper .is-buyarea img {
        margin: 6.66667vw auto 0;
        max-width: 68vw;
    }

    #mentaltect-wrapper .is-buyarea .is-name {
        font-size: 5.33333vw;
        margin-top: 4vw;
    }

    #mentaltect-wrapper .is-buyarea .is-detail {
        font-size: 4.26667vw;
        margin-top: 2.26667vw;
    }

    #mentaltect-wrapper .is-buyarea .is-detail .is-small {
        font-size: 3.73333vw;
    }

    #mentaltect-wrapper .is-buyarea .is-detail .is-large {
        font-size: 4.8vw;
    }

    #mentaltect-wrapper .is-buyarea .is-detail .is-large .font-green {
        font-size: 6.93333vw;
    }

    #mentaltect-wrapper .is-link {
        margin: 4vw 0 6.66667vw;
    }

    #mentaltect-wrapper .is-link a {
        font-size: 5.33333vw;
    }

    #mentaltect-wrapper .is-link a::after {
        width: 4.26667vw;
        height: 3.73333vw;
        top: calc(50% - 1.87vw);
        right: 1.33333vw;
    }

    #mentaltect-wrapper .is-link a:hover {
        opacity: 1;
    }

    #mentaltect-wrapper .mt-movie {
        margin-top: 8vw;
    }

    #mentaltect-wrapper .mt-movie .is-contents p {
        font-size: 6.4vw;
    }

    #mentaltect-wrapper .mt-movie .is-contents .is-area {
        font-size: 3.6vw;
        line-height: 1.6;
        text-align: left;
        margin-top: 4vw;
    }

    #mentaltect-wrapper .mt-movie .is-contents p span {
        font-size: 3.73333vw;
    }

    #mentaltect-wrapper .mt-movie .is-contents img.is-line {
        max-width: 74.13333vw;
    }

    #mentaltect-wrapper .mt-plus .is-contents {
        margin-top: 5.33333vw;
        padding-bottom: 8vw;
    }

    #mentaltect-wrapper .mt-plus .is-contents .is-ttl {
        font-size: 6.4vw;
        padding-bottom: 2.66667vw;
    }

    #mentaltect-wrapper .mt-plus .is-contents .is-ttl span {
        font-size: 4.26667vw;
    }

    #mentaltect-wrapper .mt-plus .is-contents .is-ttl+p {
        margin-top: 7.33333vw;
        font-size: 3.73333vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents>.is-ttl {
        font-size: 6.4vw;
        margin-top: 16vw;
        padding-bottom: 2.66667vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents>.is-ttl span {
        font-size: 4.26667vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents>.is-ttl+img {
        margin: -5.33333vw auto 0;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 {
        margin-top: 18vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-detail {
        height: calc(100% + 21.3vw);
        border-radius: 3.2vw;
        -webkit-transform: translate(-8vw, -10.66667vw);
        transform: translate(-8vw, -10.66667vw);
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents {
        border-radius: 3.2vw;
        -webkit-transform: translateX(8vw);
        transform: translateX(8vw);
        box-shadow: 0 1.6vw 8vw rgba(0, 0, 0, 0.16);
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div {
        -webkit-transform: translateX(-4vw);
        transform: translateX(-4vw);
        padding: 8vw 0;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-icon {
        max-width: 32vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-ttl {
        font-size: 5.86667vw;
        margin: 2.13333vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-line-01 {
        max-width: 31.46667vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-line-02 {
        max-width: 26.13333vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-subttl {
        font-size: 3.73333vw;
        margin-top: 8vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-subttl span {
        font-size: 5.33333vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-subttl+.is-line {
        margin-top: 1.6vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-col2 {
        margin-top: 4vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-col2 .col2-img img {
        margin: 0 2vw 0 auto;
        max-width: 20vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-col2 .col2-text {
        font-size: 3.73333vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-col2 .col2-text p.is-marker {
        font-size: 4.26667vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .is-anno {
        font-size: 3.2vw;
        margin-top: 2.93333vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .point-01-sum {
        margin-top: 6.66667vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .point-01-sum p {
        font-size: 3.73333vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .point-01-sum p.is-balloon {
        border-bottom: solid 0.66667vw #eb9d2a;
        padding: 2.13333vw 0;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .point-01-sum p.is-balloon::before {
        border: solid 2.66667vw transparent;
        border-top: solid 3.33333vw #eb9d2a;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .point-01-sum p.is-balloon::after {
        border: solid 2.26667vw transparent;
        border-top: solid 2.93333vw #fff;
        margin-top: -0.66667vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-01 .is-contents>div .point-01-sum p.is-balloon+p {
        margin-top: 4.26667vw;
        font-size: 4.8vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 {
        margin-top: 34vw;
        margin-bottom: 26.93333vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-detail {
        height: calc(100% + 21.3vw);
        border-radius: 3.2vw;
        -webkit-transform: translate(8vw, -10.66667vw);
        transform: translate(8vw, -10.66667vw);
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents {
        border-radius: 3.2vw;
        -webkit-transform: translateX(-8vw);
        transform: translateX(-8vw);
        box-shadow: 0 1.6vw 8vw rgba(0, 0, 0, 0.16);
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div {
        -webkit-transform: translateX(4vw);
        transform: translateX(4vw);
        padding: 8vw 0;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div .is-icon {
        max-width: 32vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div .is-ttl {
        font-size: 5.86667vw;
        margin: 2.13333vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div .is-ttl+p {
        font-size: 3.73333vw;
        margin-top: 7.6vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div+div {
        margin-top: 10vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .is-line-01 {
        max-width: 36.8vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .is-line-02 {
        max-width: 84.8vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .is-line-03 {
        max-width: 52.8vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .is-line+img {
        max-width: 84vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .is-subttl {
        font-size: 3.73333vw;
        margin-top: 8vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .is-subttl span.is-small {
        font-size: 3.2vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .is-subttl span.is-large {
        font-size: 6.4vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .is-subttl span.is-ex {
        font-size: 5.33333vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .is-subttl+.is-line {
        margin-top: 1.6vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .is-subttl+.is-line+img {
        margin-top: 3.33333vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .is-subttl+.is-line+img+p {
        font-size: 3.73333vw;
        margin-top: 6.93333vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .movie-wrapper iframe {
        border-radius: 3.2vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .point-02-sum {
        margin-top: 3.33333vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .point-02-sum p {
        font-size: 3.73333vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .point-02-sum p.is-balloon {
        border-bottom: solid 0.66667vw #009f3b;
        padding: 2.13333vw 0 4.66667vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .point-02-sum p.is-balloon::before {
        border: solid 2.66667vw transparent;
        border-top: solid 3.33333vw #009f3b;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .point-02-sum p.is-balloon::after {
        border: solid 2.26667vw transparent;
        border-top: solid 2.93333vw #fff;
        margin-top: -0.66667vw;
    }

    #mentaltect-wrapper .mt-recommend .is-contents .point-02 .is-contents>div>div .point-02-sum p.is-balloon+p {
        margin-top: 4.26667vw;
        font-size: 4.8vw;
    }
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}