@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://use.typekit.net/yod2gpk.css");
@import url("https://fonts.googleapis.com/css?family=Roboto");
:root {
  --100: #111;
  --200: #222;
  --300: #333;
  --400: #444;
  --500: #555;
  --600: #666;
  --700: #777;
  --800: #888;
  --900: #999;
  --1000: #ccc;
  --1100: #ddd;
  --1200: #eee;
  --font-base: Noto Serif JP, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  --font-poppins: Poppins, Noto Serif JP, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

/* ==========================================================
 fonts
========================================================== */
/* ==========================================================
 html5 elements
========================================================== */
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

/* ==========================================================
 reseting
========================================================== */
html {
  font-size: 62.5%;
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
button,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

input,
textarea,
select {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset {
  border: 0;
}

img {
  width: auto;
  border: 0;
  height: auto;
  vertical-align: top;
}

address,
caption,
code,
em,
th {
  font-style: normal;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em {
  font-size: 100%;
  font-weight: 400;
}

a,
input,
textarea {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: sub;
}

strong {
  font-weight: 700;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ==========================================================
 base Link
========================================================== */
a {
  text-decoration: underline;
  color: #333333;
}

a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
}

/* ==========================================================
clearfix
========================================================== */
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.contents::before, .contents::after {
  content: "";
  display: table;
}

.clearfix::after,
.contents::after {
  clear: both;
}

/* ==========================================================
 layout
========================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", Noto Sans Serif JP, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Gothic Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #524840;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 897px) {
  body {
    font-size: 1.4rem;
  }
}

/* ==========================================================
 components
========================================================== */
.navi-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 9998;
  display: none;
}
@media screen and (max-width: 1200px) {
  .navi-overlay {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
  }
}
.navi-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 60px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  transition: 0.4s ease;
}
@media screen and (max-width: 1200px) {
  .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    z-index: 9999;
  }
}
@media screen and (max-width: 1200px) {
  .page-header > .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
    transition: 0.4s ease;
    z-index: 9999;
  }
}
@media screen and (max-width: 1200px) {
  .page-header > .container > .logo {
    margin: 7px 0 0 15px;
    z-index: 9999;
  }
}
.page-header > .container > .logo > .link {
  position: relative;
  height: 20px;
  display: block;
}
.page-header > .container > .logo > .link > .image {
  position: absolute;
  height: 20px;
  width: auto;
  transition: 0.4s ease;
}
@media screen and (max-width: 1200px) {
  .page-header > .container > .logo > .link > .image {
    height: 16px;
  }
}
@media screen and (max-width: 700px) {
  .page-header > .container > .logo > .link > .image {
    height: 12px;
  }
}
.page-header > .container > .logo > .link > .image.-light.is-open {
  opacity: 0;
}
.page-header > .container > .controller {
  display: none;
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  z-index: 9999;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .page-header > .container > .controller {
    display: block;
  }
}
.page-header > .container > .controller > .line {
  transition: 0.6s ease;
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #90C422;
  transition: 0.4s ease;
}
@media screen and (max-width: 700px) {
  .page-header > .container > .controller > .line {
    width: 16px;
  }
}
.page-header > .container > .controller > .line:nth-child(1) {
  top: calc(50% - 9px);
}
@media screen and (max-width: 700px) {
  .page-header > .container > .controller > .line:nth-child(1) {
    top: calc(50% - 5px);
  }
}
.page-header > .container > .controller > .line:nth-child(3) {
  top: calc(50% + 9px);
}
@media screen and (max-width: 700px) {
  .page-header > .container > .controller > .line:nth-child(3) {
    top: calc(50% + 5px);
  }
}
.page-header > .container > .controller.is-open > .line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}
.page-header > .container > .controller.is-open > .line:nth-child(2) {
  opacity: 0;
}
.page-header > .container > .controller.is-open > .line:nth-child(3) {
  top: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  .page-header > .container.is-open {
    background-color: rgb(255, 255, 255);
  }
}
@media screen and (max-width: 1200px) {
  .page-header > .container.is-open .container > .logo > .link > .image.-light {
    opacity: 0;
    transition: 0.4s ease;
  }
}
.page-header .close {
  background-color: #c0c0c0;
  max-width: 165px;
  width: 100%;
  margin: 20px auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 6px 0;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .page-header .close {
    display: block;
  }
}
.page-header .close > .icon {
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
}
.page-header .close > .icon::before, .page-header .close > .icon::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.page-header .close > .icon::before {
  transform: translate(0, -50%) rotate(45deg);
}
.page-header .close > .icon::after {
  transform: translate(0, -50%) rotate(-45deg);
}
.page-header > .navigation {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .page-header > .navigation {
    position: absolute;
    top: 60px;
    width: 100%;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    top: auto;
    bottom: 60px;
    z-index: 9998;
    padding: 60px 0 0 0;
    transition: 0.4s ease;
  }
}
.page-header > .navigation.is-open {
  bottom: -384px;
}
.page-header > .navigation > .links {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .page-header > .navigation > .links {
    flex-wrap: wrap;
    width: 100%;
  }
}
.page-header > .navigation > .links > .item {
  margin: 0 20px;
}
@media screen and (max-width: 1200px) {
  .page-header > .navigation > .links > .item {
    width: 100%;
    margin: 0 15px;
  }
}
.page-header > .navigation > .links > .item > .link {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.4s ease;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .page-header > .navigation > .links > .item > .link {
    font-size: 2rem;
    text-align: center;
    display: block;
    border-top: 1px solid #DEDEDE;
    padding: 10px 0;
    color: #524840;
  }
}
.page-header > .navigation > .links > .item > .link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #87B126;
  border-radius: 50%;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: 0.4s ease;
}
.page-header > .navigation > .links > .item > .link:hover {
  color: #87B126;
}
.page-header > .navigation > .links > .item > .link:hover::after {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .page-header > .navigation > .links > .item > .link:hover::after {
    display: none;
  }
}
.page-header > .navigation > .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.4rem;
  background-color: #90C422;
  text-decoration: none;
  margin: 0 0 0 36px;
  transition: 0.4s ease;
}
@media screen and (max-width: 1200px) {
  .page-header > .navigation > .contact {
    width: 100%;
    margin: 0 15px;
  }
}
.page-header > .navigation > .contact > .icon {
  display: inline-block;
  background: url(/skinpack/assets/img/common/icon_mail01.png) left center no-repeat;
  padding: 0 0 0 28px;
}
.page-header > .navigation > .contact:hover {
  background-color: #7d9e2b;
}
.page-header.is-scrolled, .page-header.is-lower {
  background-color: #FFFFFF;
  padding: 20px 60px;
}
@media screen and (max-width: 1200px) {
  .page-header.is-scrolled, .page-header.is-lower {
    padding: 0;
  }
}
.page-header.is-scrolled .container, .page-header.is-lower .container {
  background-color: rgb(255, 255, 255);
}
.page-header.is-scrolled .container > .logo > .link > .image.-light, .page-header.is-lower .container > .logo > .link > .image.-light {
  opacity: 0;
}
.page-header.is-scrolled > .navigation .links > .item > .link, .page-header.is-lower > .navigation .links > .item > .link {
  color: #524840;
}
.page-header.is-scrolled > .navigation .links > .item > .link:hover, .page-header.is-lower > .navigation .links > .item > .link:hover {
  color: #87B126;
}
.page-header.is-scrolled > .navigation .links > .item > .link.is-active, .page-header.is-lower > .navigation .links > .item > .link.is-active {
  color: #87B126;
}
@media screen and (max-width: 1200px) {
  .page-header.is-scrolled > .navigation .links > .item > .link.is-active, .page-header.is-lower > .navigation .links > .item > .link.is-active {
    color: #524840;
  }
}
.page-header.is-scrolled > .navigation .links > .item > .link.is-active::after, .page-header.is-lower > .navigation .links > .item > .link.is-active::after {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .page-header.is-scrolled > .navigation .links > .item > .link.is-active::after, .page-header.is-lower > .navigation .links > .item > .link.is-active::after {
    opacity: 0;
  }
}

.page-content {
  min-height: calc(100vh - 286px);
  padding: 65px 0 120px 0;
}
@media screen and (max-width: 1200px) {
  .page-content {
    padding: 150px 0 80px 0;
  }
}
.page-content > .container {
  max-width: 1320px;
  padding: 0 60px;
  margin: auto;
}
.page-content > .container.-narrow {
  max-width: 1110px;
}
@media screen and (max-width: 1200px) {
  .page-content > .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 700px) {
  .page-content > .container {
    padding: 0 15px;
  }
}

.breadcrumb {
  padding: 95px 60px 0 60px;
}
@media screen and (max-width: 1200px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb > .item {
  display: inline-block;
  font-size: 1.2rem;
}
.breadcrumb > .item::after {
  content: "|";
  display: inline-block;
  color: #DEDEDE;
  margin: 0 5px 0 10px;
}
.breadcrumb > .item:last-child::after {
  display: none;
}
.hero-block {
  width: 100%;
  height: 100vh;
  min-height: 768px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .hero-block {
    min-height: 400px;
  }
}
.hero-block > .movie {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-block > .copy {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 0 0 90px;
}
@media screen and (max-width: 1200px) {
  .hero-block > .copy {
    margin: 0 0 0 50px;
  }
}
@media screen and (max-width: 700px) {
  .hero-block > .copy {
    margin: 0 0 150px 15px;
    top: auto;
    bottom: 0;
    transform: none;
  }
}
.hero-block > .copy > .catch {
  font-size: 8.8rem;
  color: #FFFFFF;
  line-height: 1.375;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .hero-block > .copy > .catch {
    font-size: 5.6rem;
  }
}
.hero-block > .copy > .lead {
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: bold;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .hero-block > .copy > .lead {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 700px) {
  .hero-block > .copy > .lead {
    font-size: 1.4rem;
  }
}
.hero-block > .copy > .lead > .adjust {
  margin: 0 0 0 8px;
}

.information-block {
  padding: 40px 0;
  background-color: #FAF9F7;
}
.information-block > .container {
  position: relative;
  max-width: 990px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 1200px) {
  .information-block > .container {
    width: 100%;
  }
}
.information-block > .container > .slider {
  max-width: 990px;
  overflow: hidden;
}
.information-block > .container > .slider > .banners {
  width: auto;
  display: flex;
}
.information-block > .container > .slider > .banners > .item {
  margin: 0 15px 0 0;
}
.information-block > .container > .slider > .banners > .item > .link {
  transition: 0.4s ease;
}
.information-block > .container > .slider > .banners > .item > .link:hover {
  opacity: 0.7;
}
.information-block > .container > .btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 48px;
  height: 48px;
  display: block;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #90C422;
  cursor: pointer;
  transition: 0.4s ease;
}
.information-block > .container > .btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #90C422;
  transition: 0.4s ease;
}
.information-block > .container > .btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #90C422;
  border-bottom: 1px solid #90C422;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.4s ease;
}
.information-block > .container > .btn.-prev {
  left: -24px;
}
.information-block > .container > .btn.-prev::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.information-block > .container > .btn.-next {
  right: -24px;
}
.information-block > .container > .btn.-next::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.information-block > .container > .btn:hover {
  background-color: #90C422;
}
.information-block > .container > .btn:hover::before {
  background-color: #FFFFFF;
}
.information-block > .container > .btn:hover::after {
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.information-block .news {
  max-width: 990px;
  margin: 0 auto;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .information-block .news {
    margin: 0 15px;
  }
}
.information-block .news .date {
  color: #90C422;
  min-width: 90px;
  font-weight: bold;
  display: block;
}
.information-block .news .title {
  width: calc(100% - 90px);
}
.information-block .news .title .link {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
}
.information-block .news .title .link:hover {
  text-decoration: underline;
}

.section-top {
  padding: 120px 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section-top {
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 700px) {
  .section-top {
    padding: 45px 0;
  }
}
.section-top.-grey {
  background-color: #FAF9F7;
}
.section-top.-low {
  padding-bottom: 120px;
}
.section-top.-border {
  padding: 120px 0 115px 0;
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width: 700px) {
  .section-top.-border {
    padding: 45px 0;
  }
}
.section-top > .container {
  max-width: 1320px;
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .section-top > .container {
    padding: 0 15px;
  }
}

.page-footer {
  border-top: 1px solid #DEDEDE;
  padding: 65px 60px 40px 60px;
}
@media screen and (max-width: 1200px) {
  .page-footer {
    padding: 40px 30px;
    background-color: #FFFFFF;
  }
}
.page-footer > .block {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media screen and (max-width: 1200px) {
  .page-footer > .block {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-footer > .block > .ci {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .page-footer > .block > .ci {
    justify-content: center;
  }
}
.page-footer > .block > .ci > .logo {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 1200px) {
  .page-footer > .block > .ci > .logo {
    width: 80px;
    height: 80px;
    margin: 0 0 20px 0;
  }
}
.page-footer > .block > .ci > .logo > .image {
  width: 100%;
}
.page-footer > .block > .ci > .sns {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 1200px) {
  .page-footer > .block > .ci > .sns {
    width: 100%;
    justify-content: center;
    margin: 0 0 40px 0;
  }
}
.page-footer > .block > .ci > .sns > .link {
  display: block;
  margin: 0 15px 0 0;
  transition: 0.4s ease;
}
@media screen and (max-width: 1200px) {
  .page-footer > .block > .ci > .sns > .link {
    margin: 0 10px;
  }
}
.page-footer > .block > .ci > .sns > .link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1200px) {
  .page-footer > .block > .links {
    width: 100%;
  }
}
.page-footer > .block > .links > .navigation {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0 0 35px 0;
}
@media screen and (max-width: 1200px) {
  .page-footer > .block > .links > .navigation {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 5px 0;
  }
}
.page-footer > .block > .links > .navigation > .item {
  margin: 0 0 0 50px;
}
@media screen and (max-width: 1200px) {
  .page-footer > .block > .links > .navigation > .item {
    margin: 0 12px 15px;
  }
}
.page-footer > .block > .links > .navigation > .item > .link {
  font-weight: bold;
  text-decoration: none;
}
.page-footer > .block > .links > .navigation > .item > .link:hover {
  text-decoration: underline;
}
.page-footer > .block > .links > .utility {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .page-footer > .block > .links > .utility {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .page-footer > .block > .links > .utility > .corpolate {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }
}
.page-footer > .block > .links > .utility > .corpolate > .button {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 0 25px 0 0;
}
.page-footer > .block > .links > .utility > .corpolate > .button::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid #90C422;
  border-left: none;
  border-bottom: none;
  position: absolute;
  right: 0;
  top: 5px;
}
.page-footer > .block > .links > .utility > .corpolate > .button::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #90C422;
  position: absolute;
  right: -1px;
  top: 12px;
  transform: rotate(-45deg);
}
.page-footer > .block > .links > .utility > .corpolate > .button:hover {
  text-decoration: underline;
}
.page-footer > .block > .links > .utility > .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.4rem;
  background-color: #90C422;
  text-decoration: none;
  margin: 0 0 0 36px;
  transition: 0.4s ease;
}
@media screen and (max-width: 1200px) {
  .page-footer > .block > .links > .utility > .contact {
    width: 225px;
    margin: 0 auto;
  }
}
.page-footer > .block > .links > .utility > .contact > .icon {
  display: inline-block;
  background: url(/skinpack/assets/img/common/icon_mail01.png) left center no-repeat;
  padding: 0 0 0 28px;
}
.page-footer > .block > .links > .utility > .contact:hover {
  background-color: #7d9e2b;
}
.page-footer > .copyright {
  font-size: 1.4rem;
  padding: 25px 0 0 0;
  font-family: europa, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .page-footer > .copyright {
    text-align: center;
  }
}

.top-merit-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 0 0 55px 0;
}

.top-merit-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-merit-box .item {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-merit-box .item {
    width: 32%;
  }
}
@media screen and (max-width: 700px) {
  .top-merit-box .item {
    width: 100%;
    padding: 0 0 80px 0;
  }
}
.top-merit-box .item .label {
  writing-mode: vertical-rl;
  background-color: #90C422;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0.4em;
  padding: 19px 4px 12px 4px;
  position: absolute;
  top: 0;
  left: -5px;
}
@media screen and (max-width: 1200px) {
  .top-merit-box .item .label {
    font-size: 1.8rem;
    padding: 15px 2px 9px 2px;
  }
}
@media screen and (max-width: 897px) {
  .top-merit-box .item .label {
    font-size: 1.4rem;
    padding: 10px 2px 6px 2px;
  }
}
@media screen and (max-width: 700px) {
  .top-merit-box .item .label {
    font-size: 1.8rem;
    padding: 10px 2px 6px 2px;
    left: 0;
  }
}
.top-merit-box .item .illust {
  margin: 0 0 15px 0;
  width: 100%;
  max-width: 360px;
}
@media screen and (max-width: 700px) {
  .top-merit-box .item .illust {
    margin: 0 9% 15px 9%;
    width: 82%;
    max-width: 100%;
    display: block;
  }
}
.top-merit-box .item .text {
  text-align: center;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 1200px) {
  .top-merit-box .item .text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 897px) {
  .top-merit-box .item .text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 700px) {
  .top-merit-box .item .text {
    font-size: 1.4rem;
  }
}
.top-merit-box .item .link {
  text-align: center;
}
@media screen and (max-width: 700px) {
  .top-merit-box .item .link {
    font-size: 1.4rem;
  }
}
.top-merit-box .item::after {
  content: "";
  display: block;
  border: 24px solid transparent;
  border-left: 24px solid #FBD062;
  position: absolute;
  top: 96px;
  right: -20px;
}
@media screen and (max-width: 897px) {
  .top-merit-box .item::after {
    border: 10px solid transparent;
    border-left: 13px solid #FBD062;
    top: 102px;
    right: -25px;
  }
}
@media screen and (max-width: 700px) {
  .top-merit-box .item::after {
    border: 25px solid transparent;
    border-left: 23px solid #FBD062;
    top: auto;
    bottom: 10px;
    right: 50%;
    transform: translate(50%, 0) rotate(90deg);
  }
}
.top-merit-box .item:nth-last-child(1)::after {
  display: none;
}

@media screen and (max-width: 700px) {
  .top-merit-sp-adjust {
    padding: 0 15px 70px 15px !important;
  }
}
@media screen and (max-width: 700px) {
  .top-merit-sp-adjust > .block > .button {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: calc(100% - 30px);
    padding: 15px 0 5px 0;
    margin: 0 0 70px 0;
    background-color: #FAF9F7;
  }
}

.heading-lv01 .en {
  display: block;
  font-weight: bold;
  font-family: europa, sans-serif;
  color: #87B126;
  line-height: 1;
  margin: 0 0 11px 0;
}
.heading-lv01 .ja {
  display: block;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .heading-lv01 .ja {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 700px) {
  .heading-lv01 .ja {
    font-size: 2.4rem;
  }
}
.heading-lv01.-top .ja {
  font-size: 4rem;
}
@media screen and (max-width: 700px) {
  .heading-lv01.-top .ja {
    font-size: 2.4rem;
  }
}

.heading-lv02 {
  font-size: 5.6rem;
  color: #87B126;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .heading-lv02 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 897px) {
  .heading-lv02 {
    font-size: 3.2rem;
  }
}

.button-common01 {
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.button-common01 > .text {
  padding: 0 15px 0 0;
  display: table-cell;
  vertical-align: middle;
}
.button-common01 > .icon {
  width: 48px;
  height: 48px;
  border: 1px solid #DEDEDE;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  transition: 0.4s ease;
}
.button-common01 > .icon::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #90C422;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
}
.button-common01 > .arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  opacity: 0;
  transition: 0.4s ease;
}
.button-common01 > .arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
}
.button-common01 > .arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.button-common01.-white > .text {
  color: #FFFFFF;
  text-decoration: underline;
}
.button-common01.-white > .icon {
  border: 1px solid #DEDEDE;
}
.button-common01.-white > .icon::after {
  background-color: #FFFFFF;
}
.button-common01.-white:hover > .text {
  text-decoration: none;
}
.button-common01.-white:hover > .icon {
  border: 1px solid #90C422;
  background-color: #90C422;
}
.button-common01.-white:hover > .icon::after {
  background-color: #90C422;
}
.button-common01:hover > .icon {
  border: 1px solid #90C422;
  background-color: #90C422;
}
.button-common01:hover > .arrow {
  opacity: 1;
}

.text-adjust-01 {
  display: inline-block;
  text-indent: -0.5em;
}

.top-features-title {
  margin: 0 0 55px 0;
}
@media screen and (max-width: 700px) {
  .top-features-title {
    margin: 0 0 30px 0;
  }
}

.top-features-card {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 700px) {
  .top-features-card {
    margin: 0 0 15px 0;
  }
}
.top-features-card:nth-last-of-type(1) {
  margin: 0;
}
.top-features-card:nth-child(even) .box:nth-child(1) {
  order: 1;
}
@media screen and (max-width: 700px) {
  .top-features-card:nth-child(even) .box:nth-child(1) {
    order: 2;
  }
}
.top-features-card:nth-child(even) .box:nth-child(2) {
  order: 2;
}
@media screen and (max-width: 700px) {
  .top-features-card:nth-child(even) .box:nth-child(2) {
    order: 1;
  }
}
.top-features-card:nth-child(odd) .box:nth-child(1) {
  order: 2;
}
.top-features-card:nth-child(odd) .box:nth-child(2) {
  order: 1;
}
.top-features-card .box {
  width: 50%;
  padding: 40px 56px 0 56px;
}
@media screen and (max-width: 1200px) {
  .top-features-card .box {
    padding: 15px 40px 15px 40px;
    width: 55%;
  }
}
@media screen and (max-width: 700px) {
  .top-features-card .box {
    width: 100%;
    padding: 8px 20px 15px;
  }
}
.top-features-card .box .title {
  border-bottom: 1px solid #DEDEDE;
  margin: 0 0 20px 0;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
  .top-features-card .box .title {
    margin: 0 0 15px 0;
  }
}
.top-features-card .box .title .number {
  display: inline-block;
  margin: 0 20px 0 0;
  font-family: "roboto", sans-serif;
  font-weight: bold;
  font-size: 5.6rem;
  color: #FFFFFF;
  text-shadow: 1px 1px 0 #87B126, -1px 1px 0 #87B126, 1px -1px 0 #87B126, -1px -1px 0 #87B126;
}
@media screen and (max-width: 1200px) {
  .top-features-card .box .title .number {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 700px) {
  .top-features-card .box .title .number {
    font-size: 4rem;
    margin: 0 10px 0 0;
  }
}
.top-features-card .box .title .text {
  font-weight: bold;
  font-size: 3.6rem;
  color: #87B126;
}
@media screen and (max-width: 1200px) {
  .top-features-card .box .title .text {
    font-size: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .top-features-card .box .title .text {
    font-size: 2.4rem;
  }
}
.top-features-card .box .sub-title {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 1200px) {
  .top-features-card .box .sub-title {
    font-size: 2rem;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 700px) {
  .top-features-card .box .sub-title {
    font-size: 1.6rem;
  }
}
.top-features-card .box .text {
  margin: 0 0 20px 0;
}
.top-features-card .box.-photo {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .top-features-card .box.-photo {
    width: 45%;
  }
}
@media screen and (max-width: 700px) {
  .top-features-card .box.-photo {
    width: 100%;
  }
}
.top-features-card .box.-photo .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-case-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 460px;
}
.top-case-box .controller {
  display: flex;
}
.top-case-box .controller > .btn {
  position: relative;
  width: 88px;
  height: 88px;
  display: block;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #90C422;
  cursor: pointer;
  margin: 0 16px 0 0;
  transition: 0.4s ease;
}
.top-case-box .controller > .btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #90C422;
}
.top-case-box .controller > .btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #90C422;
  border-bottom: 1px solid #90C422;
  position: absolute;
  top: 50%;
  left: 50%;
}
.top-case-box .controller > .btn.-prev::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.top-case-box .controller > .btn.-next::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.top-case-box .controller > .btn:hover {
  background-color: #90C422;
}
.top-case-box .controller > .btn:hover::before {
  background-color: #FFFFFF;
}
.top-case-box .controller > .btn:hover::after {
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.top-case-slider {
  position: absolute;
  left: calc(50% - 300px);
  top: 50%;
  transform: translate(0, -50%);
}
.top-case-slider .container {
  width: 20000px;
  max-width: 20000px;
}
.top-case-slider .container .slider {
  display: flex;
}
.top-case-slider .container .slider .item {
  border: 1px solid #F0F0F0;
  width: 360px;
  min-height: 458px;
  margin: 0 40px 0 0;
}
.top-case-slider .container .slider .item .link {
  padding: 25px;
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.top-case-slider .container .slider .item .link .photo {
  margin: -25px -25px 15px -25px;
  width: calc(100% + 50px);
  height: 240px;
  overflow: hidden;
}
.top-case-slider .container .slider .item .link .photo .image {
  transform-origin: center;
  transition: 0.4s ease;
}
.top-case-slider .container .slider .item .link .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 5px 0;
  transition: 0.4s ease;
}
.top-case-slider .container .slider .item .link .company {
  color: #808080;
  font-size: 1.4rem;
  margin: 0 0 15px 0;
}
.top-case-slider .container .slider .item .link .btn {
  text-decoration: underline;
  float: right;
  margin: 0 0 25px 0;
}
.top-case-slider .container .slider .item .link:hover .photo .image {
  transform: scale(1.1);
}
.top-case-slider .container .slider .item .link:hover .title {
  color: #87B126;
}
.top-case-slider .container .slider .item .link:hover .btn {
  text-decoration: none;
}
.top-case-slider .container .slider .item .link:hover .icon {
  border: 1px solid #90C422;
  background-color: #90C422;
}
.top-case-slider .container .slider .item .link:hover .arrow {
  opacity: 1;
}

.box-brown {
  background-color: #FAF9F7;
  padding: 35px 45px;
}
@media screen and (max-width: 897px) {
  .box-brown {
    padding: 15px;
  }
}
@media screen and (max-width: 700px) {
  .box-brown {
    margin: 0 -15px;
  }
}
.box-brown > .container {
  padding: 60px 60px;
  background-color: #FFFFFF;
  min-height: 50vh;
}
@media screen and (max-width: 897px) {
  .box-brown > .container {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 700px) {
  .box-brown > .container {
    padding: 35px 15px;
  }
}

.layout-double {
  display: flex;
  justify-content: flex-end;
}
.layout-double > .navigation {
  width: 150px;
  margin: 20px 60px 0 0;
}
@media screen and (max-width: 1200px) {
  .layout-double > .navigation {
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    margin: 0;
    z-index: 9998;
  }
}
.layout-double > .navigation.is-fixed {
  position: fixed;
  top: 130px;
  left: calc(50% - 600px);
}
@media screen and (max-width: 1320px) {
  .layout-double > .navigation.is-fixed {
    top: 130px;
    left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .layout-double > .navigation.is-fixed {
    position: fixed;
    top: 60px;
    left: 0;
  }
}
.layout-double > .navigation > .title {
  display: none;
}
@media screen and (max-width: 1200px) {
  .layout-double > .navigation > .title {
    display: block;
    background-color: #90C422;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 15px;
    position: relative;
    z-index: 9998;
    cursor: pointer;
  }
}
.layout-double > .navigation > .title::before, .layout-double > .navigation > .title::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  right: 25px;
  top: 50%;
}
.layout-double > .navigation > .title::before {
  transform: translate(0, -50%) rotate(90deg);
}
.layout-double > .navigation > .title::after {
  transform: translate(0, -50%);
}
.layout-double > .navigation > .title.is-open::before {
  display: none;
}
@media screen and (max-width: 1200px) {
  .layout-double > .navigation > .list {
    background-color: #90C422;
    padding: 0 45px 40px 45px;
    border-top: 1px solid #FFFFFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9997;
    transition: 0.4s ease;
  }
}
.layout-double > .navigation > .list.is-open {
  bottom: -188px;
}
.layout-double > .navigation > .list > .item {
  display: block;
  border-top: 1px solid #DEDEDE;
}
@media screen and (max-width: 1200px) {
  .layout-double > .navigation > .list > .item {
    border-top: none;
  }
}
.layout-double > .navigation > .list > .item > .link {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width: 1200px) {
  .layout-double > .navigation > .list > .item > .link {
    color: #FFFFFF;
    font-size: 1.4rem;
    padding: 10px 0;
    border-bottom: 1px solid #FFFFFF;
  }
}
.layout-double > .navigation > .list > .item > .link.is-active, .layout-double > .navigation > .list > .item > .link:hover {
  color: #87B126;
}
@media screen and (max-width: 1200px) {
  .layout-double > .navigation > .list > .item > .link.is-active, .layout-double > .navigation > .list > .item > .link:hover {
    color: #FFFFFF;
  }
}
.layout-double > .content {
  width: calc(100% - 210px);
}
@media screen and (max-width: 1200px) {
  .layout-double > .content {
    width: 100%;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
  transition: 0.4s ease;
}
@media screen and (max-width: 1200px) {
  .modal-overlay {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  display: block;
}

.modal-window {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 80px 0 0 0;
  z-index: 10001;
  opacity: 0;
  visibility: collapse;
  transition: 0.4s ease;
}
@media screen and (max-width: 1200px) {
  .modal-window {
    padding: 0;
  }
}
.modal-window.is-open {
  opacity: 1;
  visibility: visible;
}
.modal-window > .window {
  position: relative;
  max-width: 1300px;
  padding: 0 155px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .modal-window > .window {
    max-width: 100%;
    padding: 70px 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .modal-window > .window {
    padding: 70px 15px 0;
  }
}
.modal-window > .window > .container {
  max-width: 990px;
  max-height: calc(100vh - 160px);
  background-color: #FFFFFF;
  padding: 80px 105px;
  margin: 0 auto 300px;
}
@media screen and (max-width: 1200px) {
  .modal-window > .window > .container {
    max-width: 100%;
    padding: 50px 50px;
    margin: 0 auto 30px;
    height: auto;
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 897px) {
  .modal-window > .window > .container {
    padding: 50px 25px;
  }
}
.modal-window > .window > .container > .scroller {
  overflow-y: scroll;
  max-height: calc(100vh - 320px);
  margin: 0 -60px;
  padding: 0 35px;
}
@media screen and (max-width: 1200px) {
  .modal-window > .window > .container > .scroller {
    overflow-y: auto;
    max-height: fit-content;
    margin: 0;
    padding: 0;
  }
}
.modal-window > .window > .close {
  cursor: pointer;
  position: fixed;
  display: block;
  width: 48px;
  height: 48px;
  background-color: #DEDEDE;
  left: calc(50% + 447px);
  top: 80px;
  transition: 0.4s ease;
}
.modal-window > .window > .close:hover {
  background-color: #90C422;
}
@media screen and (max-width: 1300px) {
  .modal-window > .window > .close {
    left: auto;
    right: 155px;
  }
}
@media screen and (max-width: 1200px) {
  .modal-window > .window > .close {
    top: 70px;
    right: 50px;
  }
}
@media screen and (max-width: 700px) {
  .modal-window > .window > .close {
    right: 15px;
  }
}
.modal-window > .window > .close::before, .modal-window > .window > .close::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #FFFFFF;
  top: 50%;
  left: 50%;
  transition: 0.4s ease;
}
.modal-window > .window > .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-window > .window > .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.window-close {
  margin: 70px auto 0;
  padding: 6px 0;
  width: 160px;
  display: block;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease;
  background-color: #DEDEDE;
}
@media screen and (max-width: 1200px) {
  .window-close {
    width: 225px;
  }
}
.window-close:hover {
  background-color: #90C422;
}
.window-close > .icon {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 0 0 24px;
  position: relative;
}
.window-close > .icon::after, .window-close > .icon::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #FFFFFF;
  transform: translate(0, -50%) rotate(45deg);
}
.window-close > .icon::after {
  transform: translate(0, -50%) rotate(45deg);
}
.window-close > .icon::before {
  transform: translate(0, -50%) rotate(-45deg);
}

.list-common > .item {
  padding: 0 0 0 18px;
  margin: 0 0 5px 0;
  position: relative;
}
.list-common > .item::before {
  content: "";
  display: block;
  background-color: #90C422;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 12px;
  left: 0;
}

.list-common02 > .item {
  padding: 0 0 0 18px;
  margin: 0 0 5px 0;
  position: relative;
  font-size: 1.4rem;
}
.list-common02 > .item::before {
  content: "";
  display: block;
  border: 1px solid #90C422;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 12px;
  left: 0;
}

.is-loading {
  overflow: hidden;
}

.opening-movie {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 20000;
  transition: 0.4s ease;
}
.opening-movie.is-hide {
  opacity: 0;
  visibility: hidden;
}
.opening-movie > .animation {
  width: 80px;
}
.opening-movie > .text {
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: 1.4rem;
  color: #90C422;
  font-weight: bold;
  animation: 1.5s ease-in 1s infinite flash;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==========================================================
 top style
========================================================== */
.top-youtube-box {
  background: url("/skinpack/assets/img/top/bg_youtube.png") center center no-repeat;
  background-size: cover;
  padding: 80px;
}
@media screen and (max-width: 897px) {
  .top-youtube-box {
    width: 100%;
    padding: 15px;
    background-size: cover;
  }
}
.top-youtube-box > .link {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 65px 0;
  display: flex;
  flex-direction: column;
  border: 2px solid #FFFFFF;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.4s ease;
}
@media screen and (max-width: 897px) {
  .top-youtube-box > .link {
    padding: 30px 0;
  }
}
.top-youtube-box > .link > .logo {
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 897px) {
  .top-youtube-box > .link > .logo {
    width: 40%;
    margin: 0 auto;
    padding: 30px 0 10px 0;
  }
}
.top-youtube-box > .link > .text {
  font-size: 4rem;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 0;
}
@media screen and (max-width: 897px) {
  .top-youtube-box > .link > .text {
    font-size: 2.4rem;
  }
}
.top-youtube-box > .link > .btn {
  text-decoration: underline;
  color: #FFFFFF;
}
.top-youtube-box > .link:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.top-youtube-box > .link:hover .text {
  text-decoration: none;
}
.top-youtube-box > .link:hover .icon {
  border: 1px solid #90C422;
  background-color: #90C422;
}
.top-youtube-box > .link:hover .icon::after {
  background-color: #90C422;
}
.top-youtube-box > .link:hover .arrow {
  opacity: 1;
}

.top-about-box {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.top-about-box .block {
  max-width: 1320px;
  padding: 120px 60px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 700px) {
  .top-about-box .block {
    padding: 80px 15px;
  }
}
.top-about-box .block > .title {
  margin: 0 0 45px 0;
}
@media screen and (max-width: 700px) {
  .top-about-box .block > .title {
    margin: 0 0 30px 0;
  }
}
.top-about-box .block > .text {
  font-size: 1.6rem;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 700px) {
  .top-about-box .block > .text {
    font-size: 1.4rem;
    text-align: left;
    margin: 0 60px 25px;
  }
}
@media screen and (max-width: 700px) {
  .top-about-box .block > .text > .none {
    display: none;
  }
}
.top-about-box .block > .link {
  font-size: 1.6rem;
  margin: 0 0 75px 0;
}
@media screen and (max-width: 700px) {
  .top-about-box .block > .link {
    font-size: 1.4rem;
    margin: 0 0 30px 0;
  }
}
.top-about-box .block > .movie {
  max-width: 570px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 700px) {
  .top-about-box .block > .movie {
    margin: 0 25px;
  }
}
.top-about-box .block > .movie > .iframe {
  width: 100%;
  height: 100%;
}

.bg-about01 {
  position: absolute;
  left: -80px;
  z-index: -2;
}
@media screen and (max-width: 1200px) {
  .bg-about01 {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 700px) {
  .bg-about01 {
    display: none;
  }
}

.bg-about02 {
  position: absolute;
  right: -80px;
  z-index: -2;
}
@media screen and (max-width: 1200px) {
  .bg-about02 {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 700px) {
  .bg-about02 {
    display: none;
  }
}

.about-float {
  position: absolute;
  top: -805px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .about-float {
    top: 0;
    position: fixed;
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .about-float {
    width: 100px;
  }
}
.about-float.is-show {
  display: block;
}
.about-float.-item01 {
  left: -130px;
}
@media screen and (max-width: 700px) {
  .about-float.-item01 {
    left: -30px;
    margin: 260px 0 0 0;
  }
}
.about-float.-item02 {
  left: -180px;
  margin: 355px 0 0 0;
}
@media screen and (max-width: 700px) {
  .about-float.-item02 {
    left: -30px;
    margin: 325px 0 0 0;
  }
}
.about-float.-item03 {
  left: -160px;
  margin: 685px 0 0 0;
}
@media screen and (max-width: 700px) {
  .about-float.-item03 {
    left: -40px;
    width: 150px;
    margin: 645px 0 0 0;
  }
}
.about-float.-item04 {
  right: -140px;
}
@media screen and (max-width: 700px) {
  .about-float.-item04 {
    right: -20px;
    width: 140px;
    margin: 40px 0 0 0;
  }
}
.about-float.-item05 {
  right: -140px;
  margin: 440px 0 0 0;
}
@media screen and (max-width: 700px) {
  .about-float.-item05 {
    right: -35px;
  }
}
.about-float.-item06 {
  right: -160px;
  margin: 790px 0 0 0;
}
@media screen and (max-width: 700px) {
  .about-float.-item06 {
    right: -30px;
    margin: 500px 0 0 0;
  }
}

.top-news-box {
  display: flex;
  justify-content: space-between;
}
.top-news-box > .header {
  min-width: 250px;
}
.top-news-box > .header > .title {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 897px) {
  .top-news-box > .header > .title {
    margin: 0 0 30px 0;
  }
}
.top-news-box > .body {
  max-width: 780px;
  width: calc(100% - 250px);
}

.top-news-list {
  border-top: 1px solid #DEDEDE;
}
.top-news-list > .item {
  border-bottom: 1px solid #DEDEDE;
  padding: 25px 0;
  position: relative;
}
@media screen and (max-width: 897px) {
  .top-news-list > .item {
    padding: 20px 0;
  }
}
.top-news-list > .item > .link {
  display: flex;
  text-decoration: none;
  align-items: flex-start;
}
.top-news-list > .item > .link > .photo {
  width: 150px;
  height: 100px;
  overflow: hidden;
  margin-top: 5px;
}
@media screen and (max-width: 897px) {
  .top-news-list > .item > .link > .photo {
    width: 120px;
    height: 80px;
  }
}
.top-news-list > .item > .link > .photo > .image {
  width: 100%;
  transform-origin: center;
  transition: 0.4s ease;
}
.top-news-list > .item > .link > .summary {
  width: calc(100% - 150px);
  padding: 0 90px 0 25px;
}
@media screen and (max-width: 897px) {
  .top-news-list > .item > .link > .summary {
    width: calc(100% - 120px);
    padding: 0 0 0 15px;
  }
}
.top-news-list > .item > .link > .summary > .date {
  font-size: 1.5rem;
  font-weight: bold;
  color: #87B126;
}
@media screen and (max-width: 897px) {
  .top-news-list > .item > .link > .summary > .date {
    font-size: 1.4rem;
  }
}
.top-news-list > .item > .link > .summary > .title {
  transition: 0.4s ease;
}
@media screen and (max-width: 897px) {
  .top-news-list > .item > .link > .summary > .title {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
.top-news-list > .item > .link > .arrow {
  width: 48px;
  height: 48px;
  position: absolute;
  background-color: #90C422;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  opacity: 0;
  transition: 0.4s ease;
}
@media screen and (max-width: 897px) {
  .top-news-list > .item > .link > .arrow {
    display: none;
  }
}
.top-news-list > .item > .link > .arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
}
.top-news-list > .item > .link > .arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.top-news-list > .item > .link:hover > .photo > .image {
  transform: scale(1.1);
}
.top-news-list > .item > .link:hover > .summary > .title {
  color: #87B126;
}
.top-news-list > .item > .link:hover > .arrow {
  opacity: 1;
}
.top-news-list > .item::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  background-color: #90C422;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 897px) {
  .top-news-list > .item::after {
    display: none;
  }
}

@media screen and (max-width: 897px) {
  .top-news-box {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 897px) {
  .top-news-box .header {
    width: 100%;
  }
}
@media screen and (max-width: 897px) {
  .top-news-box .header .link {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 897px) {
  .top-news-box .body {
    width: 100%;
    padding-bottom: 90px;
  }
}

/* ==========================================================
 case style
========================================================== */
.case-main-container {
  padding: 120px 0 0 0;
}
.case-main-container .container {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .case-main-container .container {
    width: 100%;
    display: flex;
    margin: auto;
  }
}
.case-main-container .container .item {
  border: 1px solid #F0F0F0;
  width: 360px;
  min-height: 458px;
  margin: 0 40px 60px 0;
}
@media screen and (max-width: 1200px) {
  .case-main-container .container .item {
    width: 48.5%;
    margin: 0 0 25px 0;
  }
}
@media screen and (max-width: 897px) {
  .case-main-container .container .item {
    width: 100%;
  }
}
.case-main-container .container .item .link {
  padding: 25px;
  display: block;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .case-main-container .container .item .link {
    width: 100%;
    margin: 0 auto;
  }
}
.case-main-container .container .item .link .photo {
  margin: -25px -25px 15px -25px;
  width: calc(100% + 50px);
  height: 240px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .case-main-container .container .item .link .photo {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .case-main-container .container .item .link .photo img {
    width: 100%;
  }
}
.case-main-container .container .item .link .photo .image {
  transform-origin: center;
  transition: 0.4s ease;
}
.case-main-container .container .item .link .title {
  font-size: 1.8rem;
  color: #524840;
  font-weight: bold;
  margin: 0 0 5px 0;
  transition: 0.4s ease;
}
.case-main-container .container .item .link .company {
  color: #808080;
  font-size: 1.4rem;
  margin: 0 0 15px 0;
}
.case-main-container .container .item .btn {
  text-decoration: underline;
  float: right;
  margin: 0 0 25px 0;
  color: #524840;
}
.case-main-container .container .item .btn .button-common01 {
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.case-main-container .container .item:hover .photo .image {
  transform: scale(1.1);
}
.case-main-container .container .item:hover .title {
  color: #87B126;
}
.case-main-container .container .item:hover .btn {
  text-decoration: none;
}
.case-main-container .container .item:hover .icon {
  border: 1px solid #90C422;
  background-color: #90C422;
}
.case-main-container .container .item:hover .arrow {
  opacity: 1;
}

/* ==========================================================
 news style
========================================================== */
.news-main-container {
  max-width: 990px;
  margin: 141px auto 0;
}
@media screen and (max-width: 897px) {
  .news-main-container {
    padding: 0 15px;
    margin-top: 109px;
  }
}
.news-main-container > .pagenation {
  margin: 48px auto 0;
}
.news-main-container > .pagenation ul.page-list {
  display: flex;
  align-items: middle;
  width: 450px;
  margin: 0 auto;
}
.news-main-container > .pagenation ul.page-list li.button {
  width: 40px;
  height: 40px;
  border: solid #90C422 1px;
  font-family: "Noto Sans JP", Noto Sans Serif JP, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Gothic Pro", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  margin-right: 16px;
}
.news-main-container > .pagenation ul.page-list li.button a.link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #87B126;
}
.news-main-container > .pagenation ul.page-list li.button a.link:hover {
  color: #FFFFFF;
  background-color: #90C422;
}
.news-main-container > .pagenation ul.page-list li.button:last-child {
  margin-right: 0;
}
.news-main-container > .pagenation ul.page-list .active {
  color: #FFFFFF;
  background-color: #90C422;
}
.news-main-container > .pagenation ul.page-list .active a.link {
  color: #FFFFFF !important;
}
.news-main-container > .pagenation ul.page-list li.leader {
  width: 38px;
  height: 40px;
  text-align: center;
  margin-left: -16px;
}

.heading-lv01.news-title .ja {
  font-size: 4rem;
}
@media screen and (max-width: 700px) {
  .heading-lv01.news-title .ja {
    font-size: 3rem;
  }
}

.news-picture {
  margin: 60px 0 0 0;
}
@media screen and (max-width: 700px) {
  .news-picture {
    margin: 40px -15px 0 -15px;
  }
}
.news-picture > .image {
  width: 100%;
}

.news-article {
  margin: 60px 0 0 0;
}
@media screen and (max-width: 700px) {
  .news-article {
    margin: 40px 0 0 0;
  }
}
.news-article p.note {
  font-size: 1.3rem;
}
.news-article p.text sup {
  font-size: 1.3rem;
}

.news-back {
  text-align: center;
  margin: 120px 0 0 0;
}
@media screen and (max-width: 700px) {
  .news-back {
    margin: 50px 0 0 0;
  }
}
.news-back > .link {
  display: inline-block;
  background-color: #90C422;
  text-decoration: none;
  padding: 8px 30px;
  transition: 0.4s ease;
}
.news-back > .link > .icon {
  font-size: 1.4rem;
  color: #FFFFFF;
  padding: 0 0 0 30px;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.news-back > .link > .icon::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.news-back > .link > .icon::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}
.news-back > .link:hover {
  opacity: 0.6;
}

/*スキンパックマルシェ告知囲み*/
.information {
  margin-top: 40px;
  border: 2px solid #cccccc;
  padding: 40px;
}
@media screen and (max-width: 700px) {
  .information {
    margin-top: 40px;
    padding: 30px;
  }
}
.information .comment.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .information .comment.flex {
    display: block;
    width: 100%;
  }
}
.information .figure {
  width: 320px;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 897px) {
  .information .figure {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.information .figure .image01 {
  width: 320px;
  margin: 0 0 0 0;
}
@media screen and (max-width: 897px) {
  .information .figure .image01 {
    width: 100%;
  }
}
.information .title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4.2rem;
  padding-left: 16px;
  border-left: 4px solid #90C422;
  margin: 10px 0 25px;
}
@media screen and (max-width: 897px) {
  .information .title {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin: 0 0 25px;
  }
}
.information .heading-lv05 {
  font-size: 1.8rem;
  color: #524840;
  font-weight: bold;
  padding: 15px 0;
  margin: 40px 0 30px;
  background-color: #ffffff;
}
@media screen and (max-width: 897px) {
  .information .heading-lv05 {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 15px;
    border: solid 1px #cccccc;
  }
}
.information .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.information .flex table.outline {
  width: calc(100% - 360px);
}
@media screen and (max-width: 897px) {
  .information .flex table.outline {
    width: 100%;
  }
}
.information .flex table.outline td.t-head {
  width: 4em;
  vertical-align: top;
}
.information .flex .map {
  width: 320px;
}
@media screen and (max-width: 897px) {
  .information .flex .map {
    width: 100%;
    margin-top: 20px;
  }
}
.information .flex .map iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 897px) {
  .information .flex .map iframe {
    margin-top: 20px;
  }
}
.information .flex .textarea {
  width: calc(100% - 360px);
}
@media screen and (max-width: 897px) {
  .information .flex .textarea {
    width: 100%;
  }
}
.information .flex .textarea p.subtext {
  margin: 0 0 0 0;
}
.information .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 897px) {
  .information .container {
    display: block;
  }
}
.information .container .box-photo {
  width: 30%;
}
@media screen and (max-width: 897px) {
  .information .container .box-photo {
    margin-bottom: 20px;
    width: 100%;
  }
}
.information .container .box-photo img {
  width: 100%;
}
@media screen and (max-width: 897px) {
  .information .container .box-photo img {
    margin-bottom: 20px;
  }
}

/*スキンパックマルシェご報告*/
.news-lead {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.8rem;
  margin: 15px 0 0 0;
}

.news-article .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 897px) {
  .news-article .container {
    display: block;
  }
}
.news-article .container .textarea {
  width: 600px;
}
@media screen and (max-width: 897px) {
  .news-article .container .textarea {
    width: 100%;
    margin-bottom: 10px;
  }
}
.news-article .container .figure {
  width: calc(100% - 620px);
}
@media screen and (max-width: 897px) {
  .news-article .container .figure {
    width: 100%;
  }
}
.news-article .container .figure img {
  width: 100%;
}
.news-article .container .box-photo {
  width: 45%;
}
@media screen and (max-width: 897px) {
  .news-article .container .box-photo {
    margin-bottom: 20px;
    width: 100%;
  }
}
.news-article .container .box-photo img {
  width: 100%;
}
@media screen and (max-width: 897px) {
  .news-article .container .box-photo img {
    margin-bottom: 20px;
  }
}
.news-article .container .caption {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: normal;
  margin: 5px 0 0;
}
@media screen and (max-width: 897px) {
  .news-article .container .caption {
    margin: 0;
    font-size: 1.4rem;
  }
}
.news-article .container h4.heading-lv04 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.2rem;
  padding-left: 16px;
  border-left: 4px solid #90C422;
  margin: 10px 0 25px;
}
@media screen and (max-width: 897px) {
  .news-article .container h4.heading-lv04 {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin: 0 0 25px;
    height: auto !important;
  }
}

.container.col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 897px) {
  .container.col3 {
    display: block;
  }
}
.container.col3 .box-photo {
  width: 30%;
}
@media screen and (max-width: 897px) {
  .container.col3 .box-photo {
    margin-bottom: 20px;
    width: 100%;
  }
}
.container.col3 .box-photo img {
  width: 100%;
}
@media screen and (max-width: 897px) {
  .container.col3 .box-photo img {
    margin-bottom: 20px;
  }
}

/* ==========================================================
 merit style
========================================================== */
.merit-main {
  margin: 150px calc(((100vw - 100%) / 2 - 9px) * -1) 100px;
  height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .merit-main {
    margin: 100px calc(((100vw - 100%) / 2 - 9px) * -1) 60px;
    height: 500px;
  }
}
@media screen and (max-width: 897px) {
  .merit-main {
    margin: 88px -15px 80px;
    height: 330px;
  }
}
.merit-main > .container > img.photo {
  width: 100%;
  height: 560px;
  object-fit: cover;
}
@media screen and (max-width: 897px) {
  .merit-main > .container > img.photo {
    height: 330px;
    object-fit: cover;
  }
}

.merit-content h3.heading-lv02.h-mb10.js-subContent01#content01 {
  font-weight: bold;
  font-size: 3.2rem;
}
.merit-content > .box-brown {
  margin-bottom: 120px;
}
@media screen and (max-width: 897px) {
  .merit-content > .box-brown {
    margin: 0 0 80px;
  }
}
.merit-content > .box-brown > .container {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px 0;
  padding: 0;
  min-height: auto;
}
@media screen and (max-width: 897px) {
  .merit-content > .box-brown > .container {
    display: block;
    margin: 0 0 15px;
  }
}
.merit-content > .box-brown > .container > .box {
  width: 51%;
}
@media screen and (max-width: 897px) {
  .merit-content > .box-brown > .container > .box {
    width: 100%;
  }
}
.merit-content > .box-brown > .container > .box > .content {
  padding: 80px 30px 80px 30px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .merit-content > .box-brown > .container > .box > .content {
    padding: 60px 25px 60px;
  }
}
@media screen and (max-width: 897px) {
  .merit-content > .box-brown > .container > .box > .content {
    padding: 40px 15px 40px;
  }
}
.merit-content > .box-brown > .container > .box > .content > h4.title {
  font-weight: bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 897px) {
  .merit-content > .box-brown > .container > .box > .content > h4.title {
    font-size: 2.4rem;
  }
}
.merit-content > .box-brown > .container > .box > .content > p.text {
  margin-top: 33px;
}
.merit-content > .box-brown > .container .box-photo {
  width: 49%;
}
@media screen and (max-width: 897px) {
  .merit-content > .box-brown > .container .box-photo {
    width: 100%;
  }
}
.merit-content > .box-brown > .container .box-photo .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.merit-content > .box-brown img.thumbnail {
  display: block;
  max-width: 570px;
  margin: 0 auto;
}
@media screen and (max-width: 897px) {
  .merit-content > .box-brown img.thumbnail {
    width: 100%;
    max-width: 100%;
    margin: 40px 0 25px;
  }
}

/* ==========================================================
 features style
========================================================== */
.features-main {
  margin: 150px calc(((100vw - 100%) / 2 - 9px) * -1) 100px;
  height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .features-main {
    margin: 100px calc(((100vw - 100%) / 2 - 9px) * -1) 60px;
    height: 500px;
  }
}
@media screen and (max-width: 897px) {
  .features-main {
    margin: 88px -30px 80px;
    height: 330px;
  }
}
@media screen and (max-width: 700px) {
  .features-main {
    margin: 88px -15px 80px;
    height: 330px;
  }
}
.features-main > .container > img.photo {
  width: 100%;
  height: 560px;
  object-fit: cover;
}
@media screen and (max-width: 897px) {
  .features-main > .container > img.photo {
    height: 330px;
  }
}

.features-header {
  padding: 0 40px;
  min-height: 400px;
  margin: -35px -45px 0 -45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .features-header {
    height: 350px;
    min-height: 350px;
  }
}
@media screen and (max-width: 897px) {
  .features-header {
    margin: -15px -15px 0 -15px;
    min-height: 240px;
    padding: 0 40px;
    height: 300px;
  }
}
@media screen and (max-width: 700px) {
  .features-header {
    margin: -15px -15px 0 -15px;
    min-height: 240px;
    padding: 0 15px;
    height: 240px;
  }
}
.features-header.-type01 {
  background: url("/skinpack/assets/img/features/bg_main01.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 700px) {
  .features-header.-type01 {
    background: url("/skinpack/assets/img/features/bg_main01.png") 20% center no-repeat;
    background-size: cover;
  }
}
.features-header.-type02 {
  background: url("/skinpack/assets/img/features/bg_main02.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 700px) {
  .features-header.-type02 {
    background: url("/skinpack/assets/img/features/bg_main02.png") calc(50% + 75px) center no-repeat;
    background-size: cover;
  }
}
.features-header.-type03 {
  background: url("/skinpack/assets/img/features/bg_main03.png") center center no-repeat;
  background-size: cover;
  color: #FFFFFF;
}
@media screen and (max-width: 700px) {
  .features-header.-type03 {
    background: url("/skinpack/assets/img/features/bg_main03_sp.png") center center no-repeat;
    background-size: cover;
  }
}
.features-header > .lead {
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1200px) {
  .features-header > .lead {
    font-size: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .features-header > .lead {
    font-size: 2.4rem;
  }
}
.features-header > .text {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 700px) {
  .features-header > .text {
    font-size: 1.2rem;
    font-weight: normal;
  }
}

.features-summary {
  padding: 70px 0;
}
@media screen and (max-width: 700px) {
  .features-summary {
    padding: 40px 0;
  }
}
.features-summary > .lead {
  text-align: center;
  margin: 0 0 15px 0;
}
.features-summary > .lead > .main {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .features-summary > .lead > .main {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.features-summary > .lead > .sub {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .features-summary > .lead > .sub {
    font-size: 1.4rem;
  }
}
.features-summary > .text {
  text-align: center;
}

.heading-features01 {
  display: flex;
  align-items: baseline;
  margin: 0 0 35px 0;
}
@media screen and (max-width: 700px) {
  .heading-features01 {
    margin: 0 0 25px 0;
  }
}
.heading-features01 > .num {
  font-size: 5.6rem;
  font-weight: bold;
  color: #90C422;
  font-family: "roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .heading-features01 > .num {
    font-size: 4rem;
  }
}
.heading-features01 > .text {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 0 15px;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .heading-features01 > .text {
    font-size: 2.4rem;
  }
}

.heading-features02 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 60px 0 20px 0;
  padding: 0 0 0 18px;
  line-height: 1.6;
  border-left: 4px solid #90C422;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .heading-features02 {
    margin: 40px 0 20px 0;
    font-size: 1.8rem;
    padding: 0 0 0 12px;
  }
}
.heading-features02 > .ex {
  font-size: 1.3rem;
  margin: 0 0 0 25px;
  font-weight: normal;
}
@media screen and (max-width: 700px) {
  .heading-features02 > .ex {
    display: inline-block;
    width: 100%;
    margin: 0 0 0 0;
  }
}

.heading-features03 {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 55px 0;
}
@media screen and (max-width: 1200px) {
  .heading-features03 {
    font-size: 3rem;
    margin: 0 0 35px 0;
  }
}
@media screen and (max-width: 897px) {
  .heading-features03 {
    margin: 15px 0 25px 0;
  }
}
@media screen and (max-width: 700px) {
  .heading-features03 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 0 0 35px 0;
  }
}

.heading-features04 {
  display: flex;
  align-items: baseline;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.heading-features04 > .num {
  font-size: 4.8rem;
  color: #90C422;
  font-family: "roboto", sans-serif;
}
@media screen and (max-width: 700px) {
  .heading-features04 > .num {
    font-size: 3.2rem;
    line-height: 1;
  }
}
.heading-features04 > .text {
  font-size: 2.4rem;
  margin: 0 0 0 15px;
}
@media screen and (max-width: 700px) {
  .heading-features04 > .text {
    font-size: 1.8rem;
    margin: 0 0 0 10px;
    line-height: 1;
  }
}

.heading-features05 {
  font-weight: bold;
  background-color: #F5F5F5;
  padding: 8px 15px;
  margin: 0 0 25px 0;
}

.heading-features06 {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  margin: 0 0 30px 0;
}
.heading-features06 > .num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "roboto", sans-serif;
  color: #90C422;
  font-weight: bold;
  line-height: 1;
}
.heading-features06 > .num > .point {
  font-size: 1.2rem;
}
@media screen and (max-width: 700px) {
  .heading-features06 > .num > .point {
    font-size: 1rem;
  }
}
.heading-features06 > .num > .count {
  font-size: 4.8rem;
}
@media screen and (max-width: 700px) {
  .heading-features06 > .num > .count {
    font-size: 4rem;
  }
}
.heading-features06 > .text {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 -5px 12px;
}
@media screen and (max-width: 700px) {
  .heading-features06 > .text {
    font-size: 2.4rem;
  }
}

.heading-features07 {
  font-weight: bold;
  border-bottom: 2px solid #DEDEDE;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.heading-features07 > .large {
  font-size: 3.2rem;
  display: block;
}
.heading-features07 > .small {
  font-size: 2.2rem;
  display: block;
}

.block-features01 > .controller {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #90C422;
  margin: 0 0 23px 0;
}
@media screen and (max-width: 700px) {
  .block-features01 > .controller {
    display: none;
  }
}
.block-features01 > .controller > .tab {
  width: 49%;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 4px solid #DEDEDE;
  border-left: 4px solid #DEDEDE;
  border-right: 4px solid #DEDEDE;
  background-color: #f5f5f5;
  padding: 7px 0;
  cursor: pointer;
  transition: 0.4s ease;
}
.block-features01 > .controller > .tab:hover, .block-features01 > .controller > .tab.is-active {
  background-color: #90C422;
  color: #FFFFFF;
  border-top: 2px solid #90C422;
  border-left: 2px solid #90C422;
  border-right: 2px solid #90C422;
}
.block-features01 > .controllerSP {
  display: none;
}
@media screen and (max-width: 700px) {
  .block-features01 > .controllerSP {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #90C422;
  }
}
.block-features01 > .controllerSP > .tab {
  width: 32%;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 2px solid #DEDEDE;
  border-left: 2px solid #DEDEDE;
  border-right: 2px solid #DEDEDE;
  padding: 6px 0;
  cursor: pointer;
}
.block-features01 > .controllerSP > .tab.is-active {
  background-color: #90C422;
  color: #FFFFFF;
  border-top: 2px solid #90C422;
  border-left: 2px solid #90C422;
  border-right: 2px solid #90C422;
}
.block-features01 > .content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .block-features01 > .content {
    display: block;
  }
}
.block-features01 > .content > .box {
  width: 31.7%;
  text-align: center;
  border: 1px solid #DEDEDE;
  padding: 30px 20px 30px 20px;
}
@media screen and (max-width: 700px) {
  .block-features01 > .content > .box {
    width: 100%;
    padding: 40px 15px 40px 15px;
    border: none;
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .block-features01 > .content > .box.is-show {
    display: block;
  }
}
.block-features01 > .content > .box > .picture {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 5px 0;
}
.block-features01 > .content > .box > .picture > .image {
  width: 52%;
  min-width: 156px;
}
.block-features01 > .content > .box .swicher {
  display: none;
}
@media screen and (max-width: 700px) {
  .block-features01 > .content > .box .swicher {
    display: flex;
    justify-content: center;
    margin: 35px 0 40px 0;
  }
}
.block-features01 > .content > .box .swicher > .tab {
  margin: 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #808080;
  position: relative;
}
.block-features01 > .content > .box .swicher > .tab.is-active {
  color: #90C422;
  border-bottom: 2px solid #90C422;
}
.block-features01 > .content > .box .swicher > .tab.is-active::after {
  content: "";
  display: block;
  border: 9px solid transparent;
  border-right: 12px solid #90C422;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0) rotate(-90deg);
}
.block-features01 > .content > .box > .title {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 700px) {
  .block-features01 > .content > .box > .title {
    display: none;
  }
}
.block-features01 > .content > .box > .graph {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 190px;
  height: 11.6vw;
  max-height: 152px;
  margin: 0 auto;
  background: url("/skinpack/assets/img/features/bg_graph01.png") center center no-repeat;
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .block-features01 > .content > .box > .graph {
    height: 14.1vw;
  }
}
@media screen and (max-width: 897px) {
  .block-features01 > .content > .box > .graph {
    height: 17vw;
  }
}
@media screen and (max-width: 700px) {
  .block-features01 > .content > .box > .graph {
    height: 61vw;
    max-width: 370px;
    max-height: 294px;
  }
}
.block-features01 > .content > .box > .graph.is-show {
  display: flex;
}
.block-features01 > .content > .box:first-child {
  border: 1px solid #90C422;
}
@media screen and (max-width: 700px) {
  .block-features01 > .content > .box:first-child {
    border: none;
  }
}
.block-features01 > .content > .box:first-child > .title {
  color: #90C422;
}
.block-features01 > .report {
  margin: 35px 0 0 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 700px) {
  .block-features01 > .report {
    border-top: 1px solid #DEDEDE;
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
  }
}

.block-features02 > .graph {
  width: 780px;
  height: 412px;
  margin: 0 0 15px 0;
}
.block-features02 > .graph.-type01 {
  background: url("/skinpack/assets/img/features/bg_graph02_01.png") center center no-repeat;
  background-size: 100% auto;
}
.block-features02 > .graph.-type02 {
  background: url("/skinpack/assets/img/features/bg_graph02_02.png") center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1360px) {
  .block-features02 > .graph {
    width: 100%;
    height: 0;
    padding: 0 0 52.5% 0;
  }
}
@media screen and (max-width: 700px) {
  .block-features02 > .graph {
    padding: 0 0 111% 0;
  }
  .block-features02 > .graph.-type01 {
    background: url("/skinpack/assets/img/features/bg_graph02_01_sp.png") center center no-repeat;
    background-size: 100% auto;
  }
  .block-features02 > .graph.-type02 {
    background: url("/skinpack/assets/img/features/bg_graph02_02_sp.png") center center no-repeat;
    background-size: 100% auto;
  }
}
.block-features02 > .report {
  font-size: 1.4rem;
  border: 5px solid #F5F5F5;
  padding: 35px;
}
@media screen and (max-width: 700px) {
  .block-features02 > .report {
    border: none;
    border-top: 1px solid #DEDEDE;
    padding: 40px 0 0 0;
  }
}
.block-features02 > .note {
  font-size: 1.3rem;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 40px;
  margin-left: 50px;
}
@media screen and (max-width: 700px) {
  .block-features02 > .note {
    margin-bottom: 30px;
    margin-left: 20px;
  }
}

.block-features03 {
  border-bottom: 1px solid #DEDEDE;
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
}
.block-features03:nth-last-of-type(1) {
  margin: 0;
  padding: 0;
  border: none;
}
.block-features03 > .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-features03 > .box > .summary {
  width: calc(100% - 285px);
}
@media screen and (max-width: 700px) {
  .block-features03 > .box > .summary {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.block-features03 > .box > .summary > .text {
  margin: 0 0 25px 0;
}
@media screen and (max-width: 700px) {
  .block-features03 > .box > .summary > .text {
    width: calc(100% - 75px);
  }
}
.block-features03 > .box > .summary > .sdgz {
  display: flex;
}
@media screen and (max-width: 700px) {
  .block-features03 > .box > .summary > .sdgz {
    width: 60px;
    margin: 0 0 0 15px;
    flex-direction: column;
  }
}
.block-features03 > .box > .summary > .sdgz > .icon {
  margin: 0 5px 0 0;
}
@media screen and (max-width: 700px) {
  .block-features03 > .box > .summary > .sdgz > .icon {
    width: 60px;
    height: auto;
    margin: 0 0 5px 0;
  }
}
.block-features03 > .box > .picture {
  width: 240px;
  margin: 0 0 0 45px;
}
@media screen and (max-width: 700px) {
  .block-features03 > .box > .picture {
    width: 100%;
    margin: 0 0 0 0;
  }
}
.block-features03 > .box > .picture > .image {
  width: 100%;
}

.graph-features01 {
  display: flex;
  width: 64%;
  height: 76%;
  background: rgba(255, 213, 0, 0.5);
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
  transition: 0.4s ease;
}
.graph-features01.-skinpack {
  background: rgba(255, 162, 0, 0.7);
}
@media screen and (max-width: 1200px) {
  .graph-features01 {
    width: 64%;
    height: 76%;
  }
}
.graph-features01.is-show {
  clip-path: var(--clip-path);
}

.graph-features02 {
  position: relative;
}
.graph-features02 > .bar {
  position: absolute;
  background-color: #DEDEDE;
  bottom: 10.5%;
  width: 12px;
  height: 0;
  transition: 0.4s ease;
}
@media screen and (max-width: 700px) {
  .graph-features02 > .bar {
    width: 8px;
  }
}
.graph-features02 > .bar.is-show {
  height: var(--height);
}
@media screen and (max-width: 700px) {
  .graph-features02 > .bar.is-show {
    height: var(--height-sp);
  }
}
.graph-features02 > .bar.-grey {
  background-color: #B2B2B2;
}
.graph-features02 > .bar.-green {
  background-color: rgba(255, 162, 0, 0.7);
}
.graph-features02 > .bar.-type01 {
  left: 21%;
}
.graph-features02 > .bar.-type02 {
  left: 26%;
}
.graph-features02 > .bar.-type03 {
  left: 31%;
}
.graph-features02 > .bar.-type04 {
  left: 50%;
}
.graph-features02 > .bar.-type05 {
  left: 55%;
}
.graph-features02 > .bar.-type06 {
  left: 60%;
}
.graph-features02 > .bar.-type07 {
  left: 80%;
}
.graph-features02 > .bar.-type08 {
  left: 85%;
}
.graph-features02 > .bar.-type09 {
  left: 90%;
}

.graph-features03 {
  width: 100%;
  height: 183px;
}
@media screen and (max-width: 1320px) {
  .graph-features03 {
    overflow-x: scroll;
    margin: 0 0 40px 0;
  }
}
.graph-features03 > .container {
  width: 780px;
  height: 153px;
  background: url("/skinpack/assets/img/features/bg_graph03.png") center center no-repeat;
  position: relative;
}
.graph-features03 > .container > .set {
  position: absolute;
  display: flex;
  align-items: center;
  left: 93px;
}
.graph-features03 > .container > .set > .bar {
  display: block;
  height: 12px;
  width: 0;
  transition: 0.4s ease;
}
.graph-features03 > .container > .set > .bar.is-show {
  width: var(--width);
}
.graph-features03 > .container > .set > .text {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 0 10px;
}
.graph-features03 > .container > .set.-type01 {
  top: 30px;
}
.graph-features03 > .container > .set.-type01 > .bar {
  background-color: #DEDEDE;
}
.graph-features03 > .container > .set.-type01 > .text {
  color: #808080;
}
.graph-features03 > .container > .set.-type02 {
  top: 65px;
}
.graph-features03 > .container > .set.-type02 > .bar {
  background-color: #B2B2B2;
}
.graph-features03 > .container > .set.-type02 > .text {
  color: #808080;
}
.graph-features03 > .container > .set.-type03 {
  top: 100px;
}
.graph-features03 > .container > .set.-type03 > .bar {
  background-color: rgba(255, 162, 0, 0.7);
}
.graph-features03 > .container > .set.-type03 > .text {
  color: #FFA200;
}

.button-modal {
  text-align: center;
  background-color: #90C422;
  margin: 35px 0 10px 0;
  padding: 25px 0;
  position: relative;
  cursor: pointer;
  transition: 0.4s ease;
}
@media screen and (max-width: 700px) {
  .button-modal {
    padding: 15px 0;
    margin: 15px 0 0 0;
  }
}
.button-modal:hover {
  opacity: 0.6;
}
.button-modal > .lead {
  display: inline-block;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 0 10px 0;
  position: relative;
}
@media screen and (max-width: 700px) {
  .button-modal > .lead {
    font-size: 1.4rem;
  }
}
.button-modal > .lead::before, .button-modal > .lead::after {
  content: "";
  background-color: #FFFFFF;
  width: 1px;
  height: 22px;
  display: block;
  position: absolute;
  top: 56%;
}
.button-modal > .lead::before {
  left: -12px;
  transform: translate(0, -50%) rotate(-35deg);
}
.button-modal > .lead::after {
  right: -12px;
  transform: translate(0, -50%) rotate(35deg);
}
.button-modal > .copy {
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .button-modal > .copy {
    font-size: 2rem;
  }
}
.button-modal::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  right: 40px;
  top: 46%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 700px) {
  .button-modal::after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
}
.button-modal::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  right: 39px;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (max-width: 700px) {
  .button-modal::before {
    right: 15px;
    width: 18px;
  }
}

.box-features01 {
  border-bottom: 1px solid #DEDEDE;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
}
.box-features01 > .report {
  margin: 0 0 40px 0;
}
.box-features01 > .figure > .image {
  width: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 700px) {
  .box-features01 > .figure > .image {
    max-width: 100%;
  }
}

.box-features02 > .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-features02 > .flex > .report {
  width: calc(100% - 280px);
}
@media screen and (max-width: 700px) {
  .box-features02 > .flex > .report {
    width: 100%;
  }
}
.box-features02 > .flex > .figure {
  width: 240px;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 700px) {
  .box-features02 > .flex > .figure {
    width: 100%;
    margin: 25px 0 0 0;
  }
}
.box-features02 > .flex > .figure > .image {
  width: 100%;
}

.table-features {
  width: 100%;
  border-collapse: collapse;
}
.table-features tr th {
  border: 1px solid #DEDEDE;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 25px;
  text-align: center;
  width: 143px;
}
@media screen and (max-width: 700px) {
  .table-features tr th {
    width: 100%;
    font-size: 1.6rem;
    display: block;
    margin: 15px 0 0 0;
    padding: 8px 15px;
    border-bottom: none;
  }
}
.table-features tr th > .letter-large {
  letter-spacing: 1em;
  display: inline-block;
  margin: 0 0 0 1em;
}
.table-features tr .good,
.table-features tr .bad {
  border: 1px solid #DEDEDE;
  padding: 10px 25px;
}
@media screen and (max-width: 700px) {
  .table-features tr .good,
.table-features tr .bad {
    display: block;
    font-size: 1.3rem;
    padding: 8px 15px;
  }
}
.table-features tr .good > .flex,
.table-features tr .bad > .flex {
  display: flex;
  align-items: center;
}
.table-features tr .good > .flex > .icon,
.table-features tr .bad > .flex > .icon {
  font-size: 2.2rem;
  font-weight: bold;
}
.table-features tr .good > .flex > .text,
.table-features tr .bad > .flex > .text {
  font-size: 1.4rem;
  margin: 0 0 0 25px;
}
@media screen and (max-width: 700px) {
  .table-features tr .good > .flex > .text,
.table-features tr .bad > .flex > .text {
    font-size: 1.3rem;
    margin: 0 0 0 15px;
    line-height: 1.8;
  }
}
.table-features tr .good {
  background-color: #F4FCE2;
}
@media screen and (max-width: 700px) {
  .table-features tr .good {
    border-bottom: none;
  }
}
.table-features tr .good > .flex > .icon {
  color: #90C422;
}
@media screen and (max-width: 700px) {
  .table-features tr .bad {
    border-top: none;
  }
}

.main-modal {
  width: 100%;
}
.main-modal > .image {
  width: 100%;
  object-fit: cover;
}

.box-modal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-modal > .text {
  width: calc(100% - 275px);
}
@media screen and (max-width: 700px) {
  .box-modal > .text {
    width: 100%;
  }
}
.box-modal > .picture {
  width: 240px;
  margin: 0 0 0 35px;
}
@media screen and (max-width: 700px) {
  .box-modal > .picture {
    width: 100%;
    margin: 25px 0 0 0;
  }
}
.box-modal > .picture > .image {
  width: 100%;
}
.box-modal.-reverse > .text {
  order: 2;
}
@media screen and (max-width: 700px) {
  .box-modal.-reverse > .text {
    order: 1;
  }
}
.box-modal.-reverse > .picture {
  order: 1;
  margin: 0 35px 0 0;
}
@media screen and (max-width: 700px) {
  .box-modal.-reverse > .picture {
    order: 2;
    margin: 25px 0 0 0;
  }
}

.picture-modal {
  margin: 0 0 35px 0;
  display: block;
}
.picture-modal > .image {
  width: 100%;
  display: block;
  margin: auto;
}

.modal-link {
  background-color: #90C422;
  padding: 10px 20px;
  max-width: 220px;
  text-align: center;
  display: block;
  margin: auto;
  transition: 0.4s ease;
}
.modal-link:hover {
  opacity: 0.6;
}
.modal-link > .icon {
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 25px 0 0;
}
.modal-link > .icon::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  right: 0;
  top: 46%;
  transform: translate(0, -50%);
}
.modal-link > .icon::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}

.aside-modal {
  margin: 80px 0 0 0;
  padding: 45px 35px;
  background-color: #FAF9F7;
}
@media screen and (max-width: 700px) {
  .aside-modal {
    padding: 30px 15px;
  }
}
.aside-modal > .title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 700px) {
  .aside-modal > .title {
    text-align: left;
    font-size: 1.8rem;
  }
}
.aside-modal > .text {
  font-size: 1.4rem;
  text-align: center;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 700px) {
  .aside-modal > .text {
    text-align: left;
  }
}

/* ==========================================================
 about style
========================================================== */
.page-main {
  background: url(/skinpack/assets/img/about/main.png) left center no-repeat;
  margin: 150px calc(((100vw - 100%) / 2 - 9px) * -1) 100px;
  min-height: 600px;
  overflow: hidden;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .page-main {
    margin: 100px calc(((100vw - 100%) / 2 - 9px) * -1) 60px;
    min-height: 500px;
  }
}
@media screen and (max-width: 897px) {
  .page-main {
    background: url(/skinpack/assets/img/about/main_sp.png) center top no-repeat;
    background-size: 100% auto;
    margin: 85px -15px 70px;
    min-height: auto;
    padding: 330px 0 0 0;
  }
}
.page-main > .container {
  max-width: 1360px;
  padding: 0 60px;
  min-height: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .page-main > .container {
    min-height: 500px;
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .page-main > .container {
    min-height: auto;
  }
}
.page-main > .container > .box {
  width: 600px;
  height: 600px;
  padding: 0 0 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .page-main > .container > .box {
    width: 60%;
    height: 500px;
    padding: 0 60px;
  }
}
@media screen and (max-width: 897px) {
  .page-main > .container > .box {
    width: 100%;
    height: auto;
    padding: 45px 40px;
  }
}
.page-main > .container > .box::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100vw;
  height: 600px;
  background-color: #90C422;
  z-index: 1;
}
.page-main > .container > .box > .lead {
  z-index: 2;
  font-size: 4rem;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1200px) {
  .page-main > .container > .box > .lead {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 897px) {
  .page-main > .container > .box > .lead {
    text-align: center;
    font-size: 2.4rem;
  }
}
.page-main > .container > .box > .text {
  z-index: 2;
  color: #FFFFFF;
}

/* ==========================================================
 about style
========================================================== */
h4.heading-lv03 {
  font-size: 3.2rem;
  color: #524840;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 897px) {
  h4.heading-lv03 {
    font-size: 2.4rem;
    margin-bottom: 40px;
    line-height: 120%;
  }
}

h4.heading-lv04 {
  font-size: 2.4rem;
  color: #524840;
  font-weight: bold;
  padding: 0 0 0 21px;
  border-left: 3px solid #90C422;
  margin: 80px 0 40px 0;
  height: 36px;
}
@media screen and (max-width: 897px) {
  h4.heading-lv04 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 45px;
  }
}

p.top {
  font-size: 1.6rem;
  width: 770px;
}
@media screen and (max-width: 1200px) {
  p.top {
    width: 100%;
  }
}
@media screen and (max-width: 897px) {
  p.top {
    font-size: 1.4rem;
    width: 100%;
  }
}

.content01 {
  width: 820px;
  display: flex;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 1200px) {
  .content01 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  .content01 {
    width: 100%;
    display: block;
    margin: auto;
  }
}

.textarea {
  width: 500px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .textarea {
    width: calc(100% - 280px);
    margin: 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 700px) {
  .textarea {
    width: 100%;
    margin: 0;
    font-size: 1.6rem;
  }
}
.textarea p.subtext {
  font-size: 1.6rem;
  margin: -20px 0 50px 0;
}
@media screen and (max-width: 897px) {
  .textarea p.subtext {
    width: 100%;
    margin: 10px 0 40px 0;
    font-size: 1.4rem;
    text-align: left;
  }
}

.imgarea {
  width: 280px;
}
@media screen and (max-width: 1200px) {
  .imgarea {
    width: 280px;
  }
}
@media screen and (max-width: 700px) {
  .imgarea {
    width: 100%;
    text-align: center;
  }
}

.imgarea02 {
  width: 48%;
}
@media screen and (max-width: 700px) {
  .imgarea02 {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.image01 {
  width: 240px;
  margin: -70px 0 0 40px;
}
@media screen and (max-width: 1200px) {
  .image01 {
    width: 100%;
  }
}
@media screen and (max-width: 897px) {
  .image01 {
    width: 90%;
    margin: 30px;
  }
}

.heading-lv05 {
  font-size: 1.8rem;
  color: #524840;
  font-weight: bold;
  padding: 10px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 1200px) {
  .heading-lv05 {
    margin: 50px 0 30px 0;
  }
}
@media screen and (max-width: 897px) {
  .heading-lv05 {
    margin: 50px 0 15px 0;
    font-size: 1.4rem;
  }
}

.content02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 700px) {
  .content02 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
  }
}

.image02 {
  width: 100%;
}

.content03 {
  width: 820px;
  margin: -30px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .content03 {
    width: 100%;
  }
}
@media screen and (max-width: 897px) {
  .content03 {
    width: 100%;
    margin: -5px 0 0 0;
  }
}

ul.item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.item li {
  font-size: 1.6rem;
  color: #524840;
  font-weight: bold;
  margin: 20px 55px 0 0;
  list-style-type: none;
  position: relative;
  padding-left: 1.6em;
}
@media screen and (max-width: 1200px) {
  ul.item li {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 30px 65px 0 0;
    padding-left: 1.6rem;
    color: #524840;
    position: relative;
  }
}
@media screen and (max-width: 897px) {
  ul.item li {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 65px 0 0;
    padding-left: 1.6rem;
    color: #524840;
    position: relative;
  }
}
ul.item li::before {
  border-radius: 50px;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #90C422;
}
@media screen and (max-width: 1200px) {
  ul.item li::before {
    width: 10%;
    margin: 0;
  }
}
@media screen and (max-width: 897px) {
  ul.item li::before {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0;
  }
}

p.caption {
  font-size: 1.6rem;
  font-weight: bolder;
  margin: 40px 0 25px 0;
}
@media screen and (max-width: 1200px) {
  p.caption {
    margin: 40px 0 50px 0;
  }
}
@media screen and (max-width: 897px) {
  p.caption {
    font-size: 1.4rem;
    width: 100%;
    margin: 10px 0 10px 0;
  }
}

p.subtext02 {
  font-size: 1.6rem;
  margin: -20px 0 50px 0;
}
@media screen and (max-width: 897px) {
  p.subtext02 {
    width: 90%;
    margin: 10px 0 0 0;
    font-size: 1.4rem;
  }
}

/* ==========================================================
 about style
========================================================== */
.box-about > .box > .title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 897px) {
  .box-about > .box > .title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
}
.box-about > .box > .text {
  font-size: 1.6rem;
  margin-bottom: 70px;
}
@media screen and (max-width: 700px) {
  .box-about > .box > .text {
    margin-bottom: 40px;
  }
}
.box-about > .box > .img img {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .box-about > .box > .img img {
    display: block;
    width: 100%;
  }
}

/* ==========================================================
 about style
========================================================== */
.box-content03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-content03 span.note {
  font-size: 16px;
}
@media screen and (max-width: 897px) {
  .box-content03 span.note {
    display: none;
  }
}
@media screen and (max-width: 897px) {
  .box-content03 {
    display: block;
  }
}

.box-about02 {
  margin-bottom: 8px;
}
.box-about02 h3.title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 57px;
}
@media screen and (max-width: 897px) {
  .box-about02 h3.title {
    font-size: 2.4rem;
    line-height: 3.3rem;
    margin-bottom: 33px;
  }
}
.box-about02 h4.title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4.2rem;
  padding-left: 16px;
  border-left: 4px solid #90C422;
  margin: 80px 0 25px;
}
@media screen and (max-width: 897px) {
  .box-about02 h4.title {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin: 64px 0 25px;
  }
}
.box-about02 h5.title {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  margin-top: 40px;
}
.box-about02 picture.img img {
  width: 100%;
}
.box-about02 ul.feature-list {
  margin-top: 16px;
  margin-left: 22px;
}
.box-about02 ul.feature-list li.list {
  text-indent: -22px;
}
.box-about02 .photo-box {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 59px;
}
@media screen and (max-width: 700px) {
  .box-about02 .photo-box {
    display: block;
    margin: 33px 0 15px;
  }
}
.box-about02 .photo-box .item {
  width: 48.5%;
}
@media screen and (max-width: 700px) {
  .box-about02 .photo-box .item {
    width: 100%;
  }
}
.box-about02 .photo-box .item img.photo {
  width: 100%;
}
@media screen and (max-width: 897px) {
  .box-about02 .photo-box .item img.photo {
    margin-bottom: 16px;
  }
}
.box-about02 span.number {
  color: #87B126;
  font-weight: bold;
  margin-right: 8px;
}
.box-about02 p.paragraph01 {
  margin: 33px 0 40px;
}
@media screen and (max-width: 897px) {
  .box-about02 p.paragraph01 {
    margin-top: 33px;
  }
}
.box-about02 p.paragraph02 {
  margin-top: 57px;
}
@media screen and (max-width: 897px) {
  .box-about02 p.paragraph02 {
    margin-top: 33px;
  }
}
.box-about02 p.paragraph03 {
  margin: 57px 0 0;
}
@media screen and (max-width: 897px) {
  .box-about02 p.paragraph03 {
    margin-top: 33px;
  }
}
.box-about02 p.paragraph05 {
  margin-top: 40px;
}

/* ==========================================================
 helper
========================================================== */
.h-only-pc {
  display: none;
}
@media screen and (min-width: 897px) {
  .h-only-pc {
    display: block;
  }
}

.h-only-sp {
  display: block;
}
@media screen and (min-width: 897px) {
  .h-only-sp {
    display: none;
  }
}

.h-only-tb {
  display: block;
}
@media screen and (min-width: 1300px) {
  .h-only-tb {
    display: none;
  }
}

.h-fwb {
  font-weight: bold !important;
}

.h-fwn {
  font-weight: normal !important;
}

.h-fz10 {
  font-size: 1rem !important;
}

.h-fz11 {
  font-size: 1.1rem !important;
}

.h-fz12 {
  font-size: 1.2rem !important;
}

.h-fz13 {
  font-size: 1.3rem !important;
}

.h-fz14 {
  font-size: 1.4rem !important;
}

.h-fz15 {
  font-size: 1.5rem !important;
}

.h-fz16 {
  font-size: 1.6rem !important;
}

.h-fz17 {
  font-size: 1.7rem !important;
}

.h-fz18 {
  font-size: 1.8rem !important;
}

.h-fz19 {
  font-size: 1.9rem !important;
}

.h-fz20 {
  font-size: 2rem !important;
}

@media screen and (max-width: 896px) {
  .h-fz10-sp {
    font-size: 1rem !important;
  }
  .h-fz11-sp {
    font-size: 1.1rem !important;
  }
  .h-fz12-sp {
    font-size: 1.2rem !important;
  }
  .h-fz13-sp {
    font-size: 1.3rem !important;
  }
  .h-fz14-sp {
    font-size: 1.4rem !important;
  }
  .h-fz15-sp {
    font-size: 1.5rem !important;
  }
  .h-fz16-sp {
    font-size: 1.6rem !important;
  }
  .h-fz17-sp {
    font-size: 1.7rem !important;
  }
  .h-fz18-sp {
    font-size: 1.8rem !important;
  }
  .h-fz19-sp {
    font-size: 1.9rem !important;
  }
  .h-fz20-sp {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 897px) {
  .h-fz10-pc {
    font-size: 1rem !important;
  }
  .h-fz11-pc {
    font-size: 1.1rem !important;
  }
  .h-fz12-pc {
    font-size: 1.2rem !important;
  }
  .h-fz13-pc {
    font-size: 1.3rem !important;
  }
  .h-fz14-pc {
    font-size: 1.4rem !important;
  }
  .h-fz15-pc {
    font-size: 1.5rem !important;
  }
  .h-fz16-pc {
    font-size: 1.6rem !important;
  }
  .h-fz17-pc {
    font-size: 1.7rem !important;
  }
  .h-fz18-pc {
    font-size: 1.8rem !important;
  }
  .h-fz19-pc {
    font-size: 1.9rem !important;
  }
  .h-fz20-pc {
    font-size: 2rem !important;
  }
}
.h-tal {
  text-align: left;
}

.h-tar {
  text-align: right;
}

.h-tac {
  text-align: center;
}

.h-mt00 {
  margin-top: 0px !important;
}

.h-mt05 {
  margin-top: 5px !important;
}

.h-mt10 {
  margin-top: 10px !important;
}

.h-mt15 {
  margin-top: 15px !important;
}

.h-mt20 {
  margin-top: 20px !important;
}

.h-mt25 {
  margin-top: 25px !important;
}

.h-mt30 {
  margin-top: 30px !important;
}

.h-mt35 {
  margin-top: 35px !important;
}

.h-mt40 {
  margin-top: 40px !important;
}

.h-mt45 {
  margin-top: 45px !important;
}

.h-mt50 {
  margin-top: 50px !important;
}

.h-mt55 {
  margin-top: 55px !important;
}

.h-mt60 {
  margin-top: 60px !important;
}

.h-mt65 {
  margin-top: 65px !important;
}

.h-mt70 {
  margin-top: 70px !important;
}

.h-mt75 {
  margin-top: 75px !important;
}

.h-mt80 {
  margin-top: 80px !important;
}

.h-mt85 {
  margin-top: 85px !important;
}

.h-mt90 {
  margin-top: 90px !important;
}

.h-mt95 {
  margin-top: 95px !important;
}

.h-mt100 {
  margin-top: 100px !important;
}

.h-mb00 {
  margin-bottom: 0px !important;
}

.h-mb05 {
  margin-bottom: 5px !important;
}

.h-mb10 {
  margin-bottom: 10px !important;
}

.h-mb15 {
  margin-bottom: 15px !important;
}

.h-mb20 {
  margin-bottom: 20px !important;
}

.h-mb25 {
  margin-bottom: 25px !important;
}

.h-mb30 {
  margin-bottom: 30px !important;
}

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

.h-mb40 {
  margin-bottom: 40px !important;
}

.h-mb45 {
  margin-bottom: 45px !important;
}

.h-mb50 {
  margin-bottom: 50px !important;
}

.h-mb55 {
  margin-bottom: 55px !important;
}

.h-mb60 {
  margin-bottom: 60px !important;
}

.h-mb65 {
  margin-bottom: 65px !important;
}

.h-mb70 {
  margin-bottom: 70px !important;
}

.h-mb75 {
  margin-bottom: 75px !important;
}

.h-mb80 {
  margin-bottom: 80px !important;
}

.h-mb85 {
  margin-bottom: 85px !important;
}

.h-mb90 {
  margin-bottom: 90px !important;
}

.h-mb95 {
  margin-bottom: 95px !important;
}

.h-mb100 {
  margin-bottom: 100px !important;
}

.h-ml00 {
  margin-left: 0px !important;
}

.h-ml05 {
  margin-left: 5px !important;
}

.h-ml10 {
  margin-left: 10px !important;
}

.h-ml15 {
  margin-left: 15px !important;
}

.h-ml20 {
  margin-left: 20px !important;
}

.h-ml25 {
  margin-left: 25px !important;
}

.h-ml30 {
  margin-left: 30px !important;
}

.h-ml35 {
  margin-left: 35px !important;
}

.h-ml40 {
  margin-left: 40px !important;
}

.h-ml45 {
  margin-left: 45px !important;
}

.h-ml50 {
  margin-left: 50px !important;
}

.h-ml55 {
  margin-left: 55px !important;
}

.h-ml60 {
  margin-left: 60px !important;
}

.h-ml65 {
  margin-left: 65px !important;
}

.h-ml70 {
  margin-left: 70px !important;
}

.h-ml75 {
  margin-left: 75px !important;
}

.h-ml80 {
  margin-left: 80px !important;
}

.h-ml85 {
  margin-left: 85px !important;
}

.h-ml90 {
  margin-left: 90px !important;
}

.h-ml95 {
  margin-left: 95px !important;
}

.h-ml100 {
  margin-left: 100px !important;
}

.h-mr00 {
  margin-right: 0px !important;
}

.h-mr05 {
  margin-right: 5px !important;
}

.h-mr10 {
  margin-right: 10px !important;
}

.h-mr15 {
  margin-right: 15px !important;
}

.h-mr20 {
  margin-right: 20px !important;
}

.h-mr25 {
  margin-right: 25px !important;
}

.h-mr30 {
  margin-right: 30px !important;
}

.h-mr35 {
  margin-right: 35px !important;
}

.h-mr40 {
  margin-right: 40px !important;
}

.h-mr45 {
  margin-right: 45px !important;
}

.h-mr50 {
  margin-right: 50px !important;
}

.h-mr55 {
  margin-right: 55px !important;
}

.h-mr60 {
  margin-right: 60px !important;
}

.h-mr65 {
  margin-right: 65px !important;
}

.h-mr70 {
  margin-right: 70px !important;
}

.h-mr75 {
  margin-right: 75px !important;
}

.h-mr80 {
  margin-right: 80px !important;
}

.h-mr85 {
  margin-right: 85px !important;
}

.h-mr90 {
  margin-right: 90px !important;
}

.h-mr95 {
  margin-right: 95px !important;
}

.h-mr100 {
  margin-right: 100px !important;
}

@media screen and (max-width: 896px) {
  .h-mt00-sp {
    margin-top: 0px !important;
  }
  .h-mt05-sp {
    margin-top: 5px !important;
  }
  .h-mt10-sp {
    margin-top: 10px !important;
  }
  .h-mt15-sp {
    margin-top: 15px !important;
  }
  .h-mt20-sp {
    margin-top: 20px !important;
  }
  .h-mt25-sp {
    margin-top: 25px !important;
  }
  .h-mt30-sp {
    margin-top: 30px !important;
  }
  .h-mt35-sp {
    margin-top: 35px !important;
  }
  .h-mt40-sp {
    margin-top: 40px !important;
  }
  .h-mt45-sp {
    margin-top: 45px !important;
  }
  .h-mt50-sp {
    margin-top: 50px !important;
  }
  .h-mt55-sp {
    margin-top: 55px !important;
  }
  .h-mt60-sp {
    margin-top: 60px !important;
  }
  .h-mt65-sp {
    margin-top: 65px !important;
  }
  .h-mt70-sp {
    margin-top: 70px !important;
  }
  .h-mt75-sp {
    margin-top: 75px !important;
  }
  .h-mt80-sp {
    margin-top: 80px !important;
  }
  .h-mt85-sp {
    margin-top: 85px !important;
  }
  .h-mt90-sp {
    margin-top: 90px !important;
  }
  .h-mt95-sp {
    margin-top: 95px !important;
  }
  .h-mt100-sp {
    margin-top: 100px !important;
  }
  .h-mb00-sp {
    margin-bottom: 0px !important;
  }
  .h-mb05-sp {
    margin-bottom: 5px !important;
  }
  .h-mb10-sp {
    margin-bottom: 10px !important;
  }
  .h-mb15-sp {
    margin-bottom: 15px !important;
  }
  .h-mb20-sp {
    margin-bottom: 20px !important;
  }
  .h-mb25-sp {
    margin-bottom: 25px !important;
  }
  .h-mb30-sp {
    margin-bottom: 30px !important;
  }
  .h-mb35-sp {
    margin-bottom: 35px !important;
  }
  .h-mb40-sp {
    margin-bottom: 40px !important;
  }
  .h-mb45-sp {
    margin-bottom: 45px !important;
  }
  .h-mb50-sp {
    margin-bottom: 50px !important;
  }
  .h-mb55-sp {
    margin-bottom: 55px !important;
  }
  .h-mb60-sp {
    margin-bottom: 60px !important;
  }
  .h-mb65-sp {
    margin-bottom: 65px !important;
  }
  .h-mb70-sp {
    margin-bottom: 70px !important;
  }
  .h-mb75-sp {
    margin-bottom: 75px !important;
  }
  .h-mb80-sp {
    margin-bottom: 80px !important;
  }
  .h-mb85-sp {
    margin-bottom: 85px !important;
  }
  .h-mb90-sp {
    margin-bottom: 90px !important;
  }
  .h-mb95-sp {
    margin-bottom: 95px !important;
  }
  .h-mb100-sp {
    margin-bottom: 100px !important;
  }
  .h-ml00-sp {
    margin-left: 0px !important;
  }
  .h-ml05-sp {
    margin-left: 5px !important;
  }
  .h-ml10-sp {
    margin-left: 10px !important;
  }
  .h-ml15-sp {
    margin-left: 15px !important;
  }
  .h-ml20-sp {
    margin-left: 20px !important;
  }
  .h-ml25-sp {
    margin-left: 25px !important;
  }
  .h-ml30-sp {
    margin-left: 30px !important;
  }
  .h-ml35-sp {
    margin-left: 35px !important;
  }
  .h-ml40-sp {
    margin-left: 40px !important;
  }
  .h-ml45-sp {
    margin-left: 45px !important;
  }
  .h-ml50-sp {
    margin-left: 50px !important;
  }
  .h-ml55-sp {
    margin-left: 55px !important;
  }
  .h-ml60-sp {
    margin-left: 60px !important;
  }
  .h-ml65-sp {
    margin-left: 65px !important;
  }
  .h-ml70-sp {
    margin-left: 70px !important;
  }
  .h-ml75-sp {
    margin-left: 75px !important;
  }
  .h-ml80-sp {
    margin-left: 80px !important;
  }
  .h-ml85-sp {
    margin-left: 85px !important;
  }
  .h-ml90-sp {
    margin-left: 90px !important;
  }
  .h-ml95-sp {
    margin-left: 95px !important;
  }
  .h-ml100-sp {
    margin-left: 100px !important;
  }
  .h-mr00-sp {
    margin-right: 0px !important;
  }
  .h-mr05-sp {
    margin-right: 5px !important;
  }
  .h-mr10-sp {
    margin-right: 10px !important;
  }
  .h-mr15-sp {
    margin-right: 15px !important;
  }
  .h-mr20-sp {
    margin-right: 20px !important;
  }
  .h-mr25-sp {
    margin-right: 25px !important;
  }
  .h-mr30-sp {
    margin-right: 30px !important;
  }
  .h-mr35-sp {
    margin-right: 35px !important;
  }
  .h-mr40-sp {
    margin-right: 40px !important;
  }
  .h-mr45-sp {
    margin-right: 45px !important;
  }
  .h-mr50-sp {
    margin-right: 50px !important;
  }
  .h-mr55-sp {
    margin-right: 55px !important;
  }
  .h-mr60-sp {
    margin-right: 60px !important;
  }
  .h-mr65-sp {
    margin-right: 65px !important;
  }
  .h-mr70-sp {
    margin-right: 70px !important;
  }
  .h-mr75-sp {
    margin-right: 75px !important;
  }
  .h-mr80-sp {
    margin-right: 80px !important;
  }
  .h-mr85-sp {
    margin-right: 85px !important;
  }
  .h-mr90-sp {
    margin-right: 90px !important;
  }
  .h-mr95-sp {
    margin-right: 95px !important;
  }
  .h-mr100-sp {
    margin-right: 100px !important;
  }
}
@media screen and (max-width: 1200px) {
  .h-mt00-tb {
    margin-top: 0px !important;
  }
  .h-mt05-tb {
    margin-top: 5px !important;
  }
  .h-mt10-tb {
    margin-top: 10px !important;
  }
  .h-mt15-tb {
    margin-top: 15px !important;
  }
  .h-mt20-tb {
    margin-top: 20px !important;
  }
  .h-mt25-tb {
    margin-top: 25px !important;
  }
  .h-mt30-tb {
    margin-top: 30px !important;
  }
  .h-mt35-tb {
    margin-top: 35px !important;
  }
  .h-mt40-tb {
    margin-top: 40px !important;
  }
  .h-mt45-tb {
    margin-top: 45px !important;
  }
  .h-mt50-tb {
    margin-top: 50px !important;
  }
  .h-mt55-tb {
    margin-top: 55px !important;
  }
  .h-mt60-tb {
    margin-top: 60px !important;
  }
  .h-mt65-tb {
    margin-top: 65px !important;
  }
  .h-mt70-tb {
    margin-top: 70px !important;
  }
  .h-mt75-tb {
    margin-top: 75px !important;
  }
  .h-mt80-tb {
    margin-top: 80px !important;
  }
  .h-mt85-tb {
    margin-top: 85px !important;
  }
  .h-mt90-tb {
    margin-top: 90px !important;
  }
  .h-mt95-tb {
    margin-top: 95px !important;
  }
  .h-mt100-tb {
    margin-top: 100px !important;
  }
  .h-mb00-tb {
    margin-bottom: 0px !important;
  }
  .h-mb05-tb {
    margin-bottom: 5px !important;
  }
  .h-mb10-tb {
    margin-bottom: 10px !important;
  }
  .h-mb15-tb {
    margin-bottom: 15px !important;
  }
  .h-mb20-tb {
    margin-bottom: 20px !important;
  }
  .h-mb25-tb {
    margin-bottom: 25px !important;
  }
  .h-mb30-tb {
    margin-bottom: 30px !important;
  }
  .h-mb35-tb {
    margin-bottom: 35px !important;
  }
  .h-mb40-tb {
    margin-bottom: 40px !important;
  }
  .h-mb45-tb {
    margin-bottom: 45px !important;
  }
  .h-mb50-tb {
    margin-bottom: 50px !important;
  }
  .h-mb55-tb {
    margin-bottom: 55px !important;
  }
  .h-mb60-tb {
    margin-bottom: 60px !important;
  }
  .h-mb65-tb {
    margin-bottom: 65px !important;
  }
  .h-mb70-tb {
    margin-bottom: 70px !important;
  }
  .h-mb75-tb {
    margin-bottom: 75px !important;
  }
  .h-mb80-tb {
    margin-bottom: 80px !important;
  }
  .h-mb85-tb {
    margin-bottom: 85px !important;
  }
  .h-mb90-tb {
    margin-bottom: 90px !important;
  }
  .h-mb95-tb {
    margin-bottom: 95px !important;
  }
  .h-mb100-tb {
    margin-bottom: 100px !important;
  }
  .h-ml00-tb {
    margin-left: 0px !important;
  }
  .h-ml05-tb {
    margin-left: 5px !important;
  }
  .h-ml10-tb {
    margin-left: 10px !important;
  }
  .h-ml15-tb {
    margin-left: 15px !important;
  }
  .h-ml20-tb {
    margin-left: 20px !important;
  }
  .h-ml25-tb {
    margin-left: 25px !important;
  }
  .h-ml30-tb {
    margin-left: 30px !important;
  }
  .h-ml35-tb {
    margin-left: 35px !important;
  }
  .h-ml40-tb {
    margin-left: 40px !important;
  }
  .h-ml45-tb {
    margin-left: 45px !important;
  }
  .h-ml50-tb {
    margin-left: 50px !important;
  }
  .h-ml55-tb {
    margin-left: 55px !important;
  }
  .h-ml60-tb {
    margin-left: 60px !important;
  }
  .h-ml65-tb {
    margin-left: 65px !important;
  }
  .h-ml70-tb {
    margin-left: 70px !important;
  }
  .h-ml75-tb {
    margin-left: 75px !important;
  }
  .h-ml80-tb {
    margin-left: 80px !important;
  }
  .h-ml85-tb {
    margin-left: 85px !important;
  }
  .h-ml90-tb {
    margin-left: 90px !important;
  }
  .h-ml95-tb {
    margin-left: 95px !important;
  }
  .h-ml100-tb {
    margin-left: 100px !important;
  }
  .h-mr00-tb {
    margin-right: 0px !important;
  }
  .h-mr05-tb {
    margin-right: 5px !important;
  }
  .h-mr10-tb {
    margin-right: 10px !important;
  }
  .h-mr15-tb {
    margin-right: 15px !important;
  }
  .h-mr20-tb {
    margin-right: 20px !important;
  }
  .h-mr25-tb {
    margin-right: 25px !important;
  }
  .h-mr30-tb {
    margin-right: 30px !important;
  }
  .h-mr35-tb {
    margin-right: 35px !important;
  }
  .h-mr40-tb {
    margin-right: 40px !important;
  }
  .h-mr45-tb {
    margin-right: 45px !important;
  }
  .h-mr50-tb {
    margin-right: 50px !important;
  }
  .h-mr55-tb {
    margin-right: 55px !important;
  }
  .h-mr60-tb {
    margin-right: 60px !important;
  }
  .h-mr65-tb {
    margin-right: 65px !important;
  }
  .h-mr70-tb {
    margin-right: 70px !important;
  }
  .h-mr75-tb {
    margin-right: 75px !important;
  }
  .h-mr80-tb {
    margin-right: 80px !important;
  }
  .h-mr85-tb {
    margin-right: 85px !important;
  }
  .h-mr90-tb {
    margin-right: 90px !important;
  }
  .h-mr95-tb {
    margin-right: 95px !important;
  }
  .h-mr100-tb {
    margin-right: 100px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-mt00-pc {
    margin-top: 0px !important;
  }
  .h-mt05-pc {
    margin-top: 5px !important;
  }
  .h-mt10-pc {
    margin-top: 10px !important;
  }
  .h-mt15-pc {
    margin-top: 15px !important;
  }
  .h-mt20-pc {
    margin-top: 20px !important;
  }
  .h-mt25-pc {
    margin-top: 25px !important;
  }
  .h-mt30-pc {
    margin-top: 30px !important;
  }
  .h-mt35-pc {
    margin-top: 35px !important;
  }
  .h-mt40-pc {
    margin-top: 40px !important;
  }
  .h-mt45-pc {
    margin-top: 45px !important;
  }
  .h-mt50-pc {
    margin-top: 50px !important;
  }
  .h-mt55-pc {
    margin-top: 55px !important;
  }
  .h-mt60-pc {
    margin-top: 60px !important;
  }
  .h-mt65-pc {
    margin-top: 65px !important;
  }
  .h-mt70-pc {
    margin-top: 70px !important;
  }
  .h-mt75-pc {
    margin-top: 75px !important;
  }
  .h-mt80-pc {
    margin-top: 80px !important;
  }
  .h-mt85-pc {
    margin-top: 85px !important;
  }
  .h-mt90-pc {
    margin-top: 90px !important;
  }
  .h-mt95-pc {
    margin-top: 95px !important;
  }
  .h-mt100-pc {
    margin-top: 100px !important;
  }
  .h-mb00-pc {
    margin-bottom: 0px !important;
  }
  .h-mb05-pc {
    margin-bottom: 5px !important;
  }
  .h-mb10-pc {
    margin-bottom: 10px !important;
  }
  .h-mb15-pc {
    margin-bottom: 15px !important;
  }
  .h-mb20-pc {
    margin-bottom: 20px !important;
  }
  .h-mb25-pc {
    margin-bottom: 25px !important;
  }
  .h-mb30-pc {
    margin-bottom: 30px !important;
  }
  .h-mb35-pc {
    margin-bottom: 35px !important;
  }
  .h-mb40-pc {
    margin-bottom: 40px !important;
  }
  .h-mb45-pc {
    margin-bottom: 45px !important;
  }
  .h-mb50-pc {
    margin-bottom: 50px !important;
  }
  .h-mb55-pc {
    margin-bottom: 55px !important;
  }
  .h-mb60-pc {
    margin-bottom: 60px !important;
  }
  .h-mb65-pc {
    margin-bottom: 65px !important;
  }
  .h-mb70-pc {
    margin-bottom: 70px !important;
  }
  .h-mb75-pc {
    margin-bottom: 75px !important;
  }
  .h-mb80-pc {
    margin-bottom: 80px !important;
  }
  .h-mb85-pc {
    margin-bottom: 85px !important;
  }
  .h-mb90-pc {
    margin-bottom: 90px !important;
  }
  .h-mb95-pc {
    margin-bottom: 95px !important;
  }
  .h-mb100-pc {
    margin-bottom: 100px !important;
  }
  .h-ml00-pc {
    margin-left: 0px !important;
  }
  .h-ml05-pc {
    margin-left: 5px !important;
  }
  .h-ml10-pc {
    margin-left: 10px !important;
  }
  .h-ml15-pc {
    margin-left: 15px !important;
  }
  .h-ml20-pc {
    margin-left: 20px !important;
  }
  .h-ml25-pc {
    margin-left: 25px !important;
  }
  .h-ml30-pc {
    margin-left: 30px !important;
  }
  .h-ml35-pc {
    margin-left: 35px !important;
  }
  .h-ml40-pc {
    margin-left: 40px !important;
  }
  .h-ml45-pc {
    margin-left: 45px !important;
  }
  .h-ml50-pc {
    margin-left: 50px !important;
  }
  .h-ml55-pc {
    margin-left: 55px !important;
  }
  .h-ml60-pc {
    margin-left: 60px !important;
  }
  .h-ml65-pc {
    margin-left: 65px !important;
  }
  .h-ml70-pc {
    margin-left: 70px !important;
  }
  .h-ml75-pc {
    margin-left: 75px !important;
  }
  .h-ml80-pc {
    margin-left: 80px !important;
  }
  .h-ml85-pc {
    margin-left: 85px !important;
  }
  .h-ml90-pc {
    margin-left: 90px !important;
  }
  .h-ml95-pc {
    margin-left: 95px !important;
  }
  .h-ml100-pc {
    margin-left: 100px !important;
  }
  .h-mr00-pc {
    margin-right: 0px !important;
  }
  .h-mr05-pc {
    margin-right: 5px !important;
  }
  .h-mr10-pc {
    margin-right: 10px !important;
  }
  .h-mr15-pc {
    margin-right: 15px !important;
  }
  .h-mr20-pc {
    margin-right: 20px !important;
  }
  .h-mr25-pc {
    margin-right: 25px !important;
  }
  .h-mr30-pc {
    margin-right: 30px !important;
  }
  .h-mr35-pc {
    margin-right: 35px !important;
  }
  .h-mr40-pc {
    margin-right: 40px !important;
  }
  .h-mr45-pc {
    margin-right: 45px !important;
  }
  .h-mr50-pc {
    margin-right: 50px !important;
  }
  .h-mr55-pc {
    margin-right: 55px !important;
  }
  .h-mr60-pc {
    margin-right: 60px !important;
  }
  .h-mr65-pc {
    margin-right: 65px !important;
  }
  .h-mr70-pc {
    margin-right: 70px !important;
  }
  .h-mr75-pc {
    margin-right: 75px !important;
  }
  .h-mr80-pc {
    margin-right: 80px !important;
  }
  .h-mr85-pc {
    margin-right: 85px !important;
  }
  .h-mr90-pc {
    margin-right: 90px !important;
  }
  .h-mr95-pc {
    margin-right: 95px !important;
  }
  .h-mr100-pc {
    margin-right: 100px !important;
  }
}
.h-pt00 {
  padding-top: 0px !important;
}

.h-pt05 {
  padding-top: 5px !important;
}

.h-pt10 {
  padding-top: 10px !important;
}

.h-pt15 {
  padding-top: 15px !important;
}

.h-pt20 {
  padding-top: 20px !important;
}

.h-pt25 {
  padding-top: 25px !important;
}

.h-pt30 {
  padding-top: 30px !important;
}

.h-pt35 {
  padding-top: 35px !important;
}

.h-pt40 {
  padding-top: 40px !important;
}

.h-pt45 {
  padding-top: 45px !important;
}

.h-pt50 {
  padding-top: 50px !important;
}

.h-pt55 {
  padding-top: 55px !important;
}

.h-pt60 {
  padding-top: 60px !important;
}

.h-pt65 {
  padding-top: 65px !important;
}

.h-pt70 {
  padding-top: 70px !important;
}

.h-pt75 {
  padding-top: 75px !important;
}

.h-pt80 {
  padding-top: 80px !important;
}

.h-pt85 {
  padding-top: 85px !important;
}

.h-pt90 {
  padding-top: 90px !important;
}

.h-pt95 {
  padding-top: 95px !important;
}

.h-pt100 {
  padding-top: 100px !important;
}

.h-pb00 {
  padding-bottom: 0px !important;
}

.h-pb05 {
  padding-bottom: 5px !important;
}

.h-pb10 {
  padding-bottom: 10px !important;
}

.h-pb15 {
  padding-bottom: 15px !important;
}

.h-pb20 {
  padding-bottom: 20px !important;
}

.h-pb25 {
  padding-bottom: 25px !important;
}

.h-pb30 {
  padding-bottom: 30px !important;
}

.h-pb35 {
  padding-bottom: 35px !important;
}

.h-pb40 {
  padding-bottom: 40px !important;
}

.h-pb45 {
  padding-bottom: 45px !important;
}

.h-pb50 {
  padding-bottom: 50px !important;
}

.h-pb55 {
  padding-bottom: 55px !important;
}

.h-pb60 {
  padding-bottom: 60px !important;
}

.h-pb65 {
  padding-bottom: 65px !important;
}

.h-pb70 {
  padding-bottom: 70px !important;
}

.h-pb75 {
  padding-bottom: 75px !important;
}

.h-pb80 {
  padding-bottom: 80px !important;
}

.h-pb85 {
  padding-bottom: 85px !important;
}

.h-pb90 {
  padding-bottom: 90px !important;
}

.h-pb95 {
  padding-bottom: 95px !important;
}

.h-pb100 {
  padding-bottom: 100px !important;
}

.h-pl00 {
  padding-left: 0px !important;
}

.h-pl05 {
  padding-left: 5px !important;
}

.h-pl10 {
  padding-left: 10px !important;
}

.h-pl15 {
  padding-left: 15px !important;
}

.h-pl20 {
  padding-left: 20px !important;
}

.h-pl25 {
  padding-left: 25px !important;
}

.h-pl30 {
  padding-left: 30px !important;
}

.h-pl35 {
  padding-left: 35px !important;
}

.h-pl40 {
  padding-left: 40px !important;
}

.h-pl45 {
  padding-left: 45px !important;
}

.h-pl50 {
  padding-left: 50px !important;
}

.h-pl55 {
  padding-left: 55px !important;
}

.h-pl60 {
  padding-left: 60px !important;
}

.h-pl65 {
  padding-left: 65px !important;
}

.h-pl70 {
  padding-left: 70px !important;
}

.h-pl75 {
  padding-left: 75px !important;
}

.h-pl80 {
  padding-left: 80px !important;
}

.h-pl85 {
  padding-left: 85px !important;
}

.h-pl90 {
  padding-left: 90px !important;
}

.h-pl95 {
  padding-left: 95px !important;
}

.h-pl100 {
  padding-left: 100px !important;
}

.h-pr00 {
  padding-right: 0px !important;
}

.h-pr05 {
  padding-right: 5px !important;
}

.h-pr10 {
  padding-right: 10px !important;
}

.h-pr15 {
  padding-right: 15px !important;
}

.h-pr20 {
  padding-right: 20px !important;
}

.h-pr25 {
  padding-right: 25px !important;
}

.h-pr30 {
  padding-right: 30px !important;
}

.h-pr35 {
  padding-right: 35px !important;
}

.h-pr40 {
  padding-right: 40px !important;
}

.h-pr45 {
  padding-right: 45px !important;
}

.h-pr50 {
  padding-right: 50px !important;
}

.h-pr55 {
  padding-right: 55px !important;
}

.h-pr60 {
  padding-right: 60px !important;
}

.h-pr65 {
  padding-right: 65px !important;
}

.h-pr70 {
  padding-right: 70px !important;
}

.h-pr75 {
  padding-right: 75px !important;
}

.h-pr80 {
  padding-right: 80px !important;
}

.h-pr85 {
  padding-right: 85px !important;
}

.h-pr90 {
  padding-right: 90px !important;
}

.h-pr95 {
  padding-right: 95px !important;
}

.h-pr100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 896px) {
  .h-pt00-sp {
    padding-top: 0px !important;
  }
  .h-pt05-sp {
    padding-top: 5px !important;
  }
  .h-pt10-sp {
    padding-top: 10px !important;
  }
  .h-pt15-sp {
    padding-top: 15px !important;
  }
  .h-pt20-sp {
    padding-top: 20px !important;
  }
  .h-pt25-sp {
    padding-top: 25px !important;
  }
  .h-pt30-sp {
    padding-top: 30px !important;
  }
  .h-pt35-sp {
    padding-top: 35px !important;
  }
  .h-pt40-sp {
    padding-top: 40px !important;
  }
  .h-pt45-sp {
    padding-top: 45px !important;
  }
  .h-pt50-sp {
    padding-top: 50px !important;
  }
  .h-pt55-sp {
    padding-top: 55px !important;
  }
  .h-pt60-sp {
    padding-top: 60px !important;
  }
  .h-pt65-sp {
    padding-top: 65px !important;
  }
  .h-pt70-sp {
    padding-top: 70px !important;
  }
  .h-pt75-sp {
    padding-top: 75px !important;
  }
  .h-pt80-sp {
    padding-top: 80px !important;
  }
  .h-pt85-sp {
    padding-top: 85px !important;
  }
  .h-pt90-sp {
    padding-top: 90px !important;
  }
  .h-pt95-sp {
    padding-top: 95px !important;
  }
  .h-pt100-sp {
    padding-top: 100px !important;
  }
  .h-pb00-sp {
    padding-bottom: 0px !important;
  }
  .h-pb05-sp {
    padding-bottom: 5px !important;
  }
  .h-pb10-sp {
    padding-bottom: 10px !important;
  }
  .h-pb15-sp {
    padding-bottom: 15px !important;
  }
  .h-pb20-sp {
    padding-bottom: 20px !important;
  }
  .h-pb25-sp {
    padding-bottom: 25px !important;
  }
  .h-pb30-sp {
    padding-bottom: 30px !important;
  }
  .h-pb35-sp {
    padding-bottom: 35px !important;
  }
  .h-pb40-sp {
    padding-bottom: 40px !important;
  }
  .h-pb45-sp {
    padding-bottom: 45px !important;
  }
  .h-pb50-sp {
    padding-bottom: 50px !important;
  }
  .h-pb55-sp {
    padding-bottom: 55px !important;
  }
  .h-pb60-sp {
    padding-bottom: 60px !important;
  }
  .h-pb65-sp {
    padding-bottom: 65px !important;
  }
  .h-pb70-sp {
    padding-bottom: 70px !important;
  }
  .h-pb75-sp {
    padding-bottom: 75px !important;
  }
  .h-pb80-sp {
    padding-bottom: 80px !important;
  }
  .h-pb85-sp {
    padding-bottom: 85px !important;
  }
  .h-pb90-sp {
    padding-bottom: 90px !important;
  }
  .h-pb95-sp {
    padding-bottom: 95px !important;
  }
  .h-pb100-sp {
    padding-bottom: 100px !important;
  }
  .h-pl00-sp {
    padding-left: 0px !important;
  }
  .h-pl05-sp {
    padding-left: 5px !important;
  }
  .h-pl10-sp {
    padding-left: 10px !important;
  }
  .h-pl15-sp {
    padding-left: 15px !important;
  }
  .h-pl20-sp {
    padding-left: 20px !important;
  }
  .h-pl25-sp {
    padding-left: 25px !important;
  }
  .h-pl30-sp {
    padding-left: 30px !important;
  }
  .h-pl35-sp {
    padding-left: 35px !important;
  }
  .h-pl40-sp {
    padding-left: 40px !important;
  }
  .h-pl45-sp {
    padding-left: 45px !important;
  }
  .h-pl50-sp {
    padding-left: 50px !important;
  }
  .h-pl55-sp {
    padding-left: 55px !important;
  }
  .h-pl60-sp {
    padding-left: 60px !important;
  }
  .h-pl65-sp {
    padding-left: 65px !important;
  }
  .h-pl70-sp {
    padding-left: 70px !important;
  }
  .h-pl75-sp {
    padding-left: 75px !important;
  }
  .h-pl80-sp {
    padding-left: 80px !important;
  }
  .h-pl85-sp {
    padding-left: 85px !important;
  }
  .h-pl90-sp {
    padding-left: 90px !important;
  }
  .h-pl95-sp {
    padding-left: 95px !important;
  }
  .h-pl100-sp {
    padding-left: 100px !important;
  }
  .h-pr00-sp {
    padding-right: 0px !important;
  }
  .h-pr05-sp {
    padding-right: 5px !important;
  }
  .h-pr10-sp {
    padding-right: 10px !important;
  }
  .h-pr15-sp {
    padding-right: 15px !important;
  }
  .h-pr20-sp {
    padding-right: 20px !important;
  }
  .h-pr25-sp {
    padding-right: 25px !important;
  }
  .h-pr30-sp {
    padding-right: 30px !important;
  }
  .h-pr35-sp {
    padding-right: 35px !important;
  }
  .h-pr40-sp {
    padding-right: 40px !important;
  }
  .h-pr45-sp {
    padding-right: 45px !important;
  }
  .h-pr50-sp {
    padding-right: 50px !important;
  }
  .h-pr55-sp {
    padding-right: 55px !important;
  }
  .h-pr60-sp {
    padding-right: 60px !important;
  }
  .h-pr65-sp {
    padding-right: 65px !important;
  }
  .h-pr70-sp {
    padding-right: 70px !important;
  }
  .h-pr75-sp {
    padding-right: 75px !important;
  }
  .h-pr80-sp {
    padding-right: 80px !important;
  }
  .h-pr85-sp {
    padding-right: 85px !important;
  }
  .h-pr90-sp {
    padding-right: 90px !important;
  }
  .h-pr95-sp {
    padding-right: 95px !important;
  }
  .h-pr100-sp {
    padding-right: 100px !important;
  }
}
@media screen and (min-width: 897px) {
  .h-pt00-pc {
    padding-top: 0px !important;
  }
  .h-pt05-pc {
    padding-top: 5px !important;
  }
  .h-pt10-pc {
    padding-top: 10px !important;
  }
  .h-pt15-pc {
    padding-top: 15px !important;
  }
  .h-pt20-pc {
    padding-top: 20px !important;
  }
  .h-pt25-pc {
    padding-top: 25px !important;
  }
  .h-pt30-pc {
    padding-top: 30px !important;
  }
  .h-pt35-pc {
    padding-top: 35px !important;
  }
  .h-pt40-pc {
    padding-top: 40px !important;
  }
  .h-pt45-pc {
    padding-top: 45px !important;
  }
  .h-pt50-pc {
    padding-top: 50px !important;
  }
  .h-pt55-pc {
    padding-top: 55px !important;
  }
  .h-pt60-pc {
    padding-top: 60px !important;
  }
  .h-pt65-pc {
    padding-top: 65px !important;
  }
  .h-pt70-pc {
    padding-top: 70px !important;
  }
  .h-pt75-pc {
    padding-top: 75px !important;
  }
  .h-pt80-pc {
    padding-top: 80px !important;
  }
  .h-pt85-pc {
    padding-top: 85px !important;
  }
  .h-pt90-pc {
    padding-top: 90px !important;
  }
  .h-pt95-pc {
    padding-top: 95px !important;
  }
  .h-pt100-pc {
    padding-top: 100px !important;
  }
  .h-pb00-pc {
    padding-bottom: 0px !important;
  }
  .h-pb05-pc {
    padding-bottom: 5px !important;
  }
  .h-pb10-pc {
    padding-bottom: 10px !important;
  }
  .h-pb15-pc {
    padding-bottom: 15px !important;
  }
  .h-pb20-pc {
    padding-bottom: 20px !important;
  }
  .h-pb25-pc {
    padding-bottom: 25px !important;
  }
  .h-pb30-pc {
    padding-bottom: 30px !important;
  }
  .h-pb35-pc {
    padding-bottom: 35px !important;
  }
  .h-pb40-pc {
    padding-bottom: 40px !important;
  }
  .h-pb45-pc {
    padding-bottom: 45px !important;
  }
  .h-pb50-pc {
    padding-bottom: 50px !important;
  }
  .h-pb55-pc {
    padding-bottom: 55px !important;
  }
  .h-pb60-pc {
    padding-bottom: 60px !important;
  }
  .h-pb65-pc {
    padding-bottom: 65px !important;
  }
  .h-pb70-pc {
    padding-bottom: 70px !important;
  }
  .h-pb75-pc {
    padding-bottom: 75px !important;
  }
  .h-pb80-pc {
    padding-bottom: 80px !important;
  }
  .h-pb85-pc {
    padding-bottom: 85px !important;
  }
  .h-pb90-pc {
    padding-bottom: 90px !important;
  }
  .h-pb95-pc {
    padding-bottom: 95px !important;
  }
  .h-pb100-pc {
    padding-bottom: 100px !important;
  }
  .h-pl00-pc {
    padding-left: 0px !important;
  }
  .h-pl05-pc {
    padding-left: 5px !important;
  }
  .h-pl10-pc {
    padding-left: 10px !important;
  }
  .h-pl15-pc {
    padding-left: 15px !important;
  }
  .h-pl20-pc {
    padding-left: 20px !important;
  }
  .h-pl25-pc {
    padding-left: 25px !important;
  }
  .h-pl30-pc {
    padding-left: 30px !important;
  }
  .h-pl35-pc {
    padding-left: 35px !important;
  }
  .h-pl40-pc {
    padding-left: 40px !important;
  }
  .h-pl45-pc {
    padding-left: 45px !important;
  }
  .h-pl50-pc {
    padding-left: 50px !important;
  }
  .h-pl55-pc {
    padding-left: 55px !important;
  }
  .h-pl60-pc {
    padding-left: 60px !important;
  }
  .h-pl65-pc {
    padding-left: 65px !important;
  }
  .h-pl70-pc {
    padding-left: 70px !important;
  }
  .h-pl75-pc {
    padding-left: 75px !important;
  }
  .h-pl80-pc {
    padding-left: 80px !important;
  }
  .h-pl85-pc {
    padding-left: 85px !important;
  }
  .h-pl90-pc {
    padding-left: 90px !important;
  }
  .h-pl95-pc {
    padding-left: 95px !important;
  }
  .h-pl100-pc {
    padding-left: 100px !important;
  }
  .h-pr00-pc {
    padding-right: 0px !important;
  }
  .h-pr05-pc {
    padding-right: 5px !important;
  }
  .h-pr10-pc {
    padding-right: 10px !important;
  }
  .h-pr15-pc {
    padding-right: 15px !important;
  }
  .h-pr20-pc {
    padding-right: 20px !important;
  }
  .h-pr25-pc {
    padding-right: 25px !important;
  }
  .h-pr30-pc {
    padding-right: 30px !important;
  }
  .h-pr35-pc {
    padding-right: 35px !important;
  }
  .h-pr40-pc {
    padding-right: 40px !important;
  }
  .h-pr45-pc {
    padding-right: 45px !important;
  }
  .h-pr50-pc {
    padding-right: 50px !important;
  }
  .h-pr55-pc {
    padding-right: 55px !important;
  }
  .h-pr60-pc {
    padding-right: 60px !important;
  }
  .h-pr65-pc {
    padding-right: 65px !important;
  }
  .h-pr70-pc {
    padding-right: 70px !important;
  }
  .h-pr75-pc {
    padding-right: 75px !important;
  }
  .h-pr80-pc {
    padding-right: 80px !important;
  }
  .h-pr85-pc {
    padding-right: 85px !important;
  }
  .h-pr90-pc {
    padding-right: 90px !important;
  }
  .h-pr95-pc {
    padding-right: 95px !important;
  }
  .h-pr100-pc {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 896px) {
  .h-inline-sp {
    display: inline;
  }
}
@media screen and (min-width: 897px) {
  .h-inline-pc {
    display: inline;
  }
}