@charset "UTF-8";
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-smoothing: antialiased;
  width: 100%;
  height: 100%;
}

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

audio,
canvas,
video {
  display: inline-block;
}

hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
}

@media screen and (min-width:769px) and (max-width:1024px) {
  html {
    font-size: 0.9765625vw;
  }
}
html::before {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  pointer-events: none;
  right: 100%;
  transition: right 1s cubic-bezier(0.4, 0, 0.2, 1);
}
html::after {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  pointer-events: none;
  left: 100%;
  transition: left 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
html.fadeout-in::before {
  right: 0;
}
html.fadeout::after {
  left: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: none;
}
body._gnav-show_ {
  overflow-y: hidden;
  height: 100%;
}
body._gnav-show_ .l-header-nav {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  display: inline-block !important;
}

a {
  color: #EC6D81;
  text-decoration: none;
  transition: 0.4s all;
}
a .icon-filter_none::before {
  display: inline-block;
}
a[href*="tel:"] {
  cursor: default !important;
  color: #404040;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  a[href*="tel:"] {
    color: #EC6D81;
  }
}

.link-opacity {
  transition: 0.4s all;
}
@media (hover: hover) and (pointer: fine) {
  .link-opacity:hover {
    opacity: 0.7;
  }
}

.link-underline {
  transition: 0.4s all;
  position: relative;
  display: inline-block;
}
.link-underline::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translate(-50%, 0);
  background: #EC6D81;
  content: "";
  transition: all 0.4s;
}
.link-underline._black_ {
  color: #404040;
}
.link-underline._black_::after {
  background: #404040;
}
@media (hover: hover) and (pointer: fine) {
  .link-underline:hover::after {
    background: #ffffff;
  }
}

._bg-white_ {
  background: #ffffff;
}

._bg-pink_ {
  background: #FFF1F6;
}

sup {
  vertical-align: super;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100%;
}

@media screen and (max-width:768px) {
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
}

input::-moz-placeholder {
  opacity: 0.5;
}

input::placeholder {
  opacity: 0.5;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.icon-filter_none {
  margin: 0 3px;
  color: #EC6D81;
}

@media screen and (max-width:768px) {
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../font/fonts/icomoon.eot");
  src: url("../font/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../font/fonts/icomoon.ttf") format("truetype"), url("../font/fonts/icomoon.woff") format("woff"), url("../font/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-] .__hidden, [class*=" icon-"] .__hidden {
  font-size: 1px;
  position: absolute;
  top: -999999px;
  left: -999999px;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  display: block;
  opacity: 0;
}

.icon-arrow-btn:before {
  content: "\e906";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-bottom:before {
  content: "\e903";
}

.icon-arrow-up:before {
  content: "\e905";
}

.icon-window:before {
  content: "\e900";
}

.icon-check:before {
  content: "\e904";
}

.icon-error:before {
  content: "\e911";
}

.e-a-txt-arrow {
  position: relative;
  display: block;
  padding: 0 0 0 1.25em;
}
.e-a-txt-arrow .__ico {
  color: #EC6D81;
  line-height: 1.2;
}
.e-a-txt-arrow .__ico::before {
  display: inline-block;
}
.e-a-txt-arrow .__ico:first-child {
  position: absolute;
  top: 3px;
  left: 5px;
}
@media screen and (max-width:768px) {
  .e-a-txt-arrow .__ico.icon-filter_none {
    font-size: 1.3rem;
  }
}
.e-a-txt-arrow .__txt {
  color: #404040;
}

.e-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 220px;
  height: 60px;
  margin: 10px;
  padding: 0 60px;
  background: #EC6D81;
  border: 1px solid transparent;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  font-size: 2rem;
  transition: 0.4s all;
  border-radius: 60px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:768px) {
  .e-btn {
    height: 55px;
    margin: 5px;
    font-size: 1.8rem;
  }
}
.e-btn:not(._disabled_) {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn:not(._disabled_):hover {
    background: #F6B6C0;
    border-color: #F6B6C0;
  }
}
.e-btn._disabled_ {
  opacity: 0.5;
}
.e-btn._radius_ {
  border-radius: 0px;
}
.e-btn._m-0_ {
  margin: 0;
}
.e-btn._w-l_ {
  min-width: 520px;
  height: 60px;
}
@media screen and (max-width:768px) {
  .e-btn._w-l_ {
    width: 100%;
    min-width: 0;
    height: 50px;
    font-size: 1.8rem;
  }
}
.e-btn._w-m_ {
  min-width: 268px;
  height: 60px;
}
@media screen and (max-width:768px) {
  .e-btn._w-m_ {
    width: 100%;
    min-width: 0;
    height: 50px;
    font-size: 1.8rem;
  }
}
.e-btn._w-xl_ {
  min-width: inherit;
  width: 100%;
  height: 150px;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 8px;
}
@media screen and (max-width:768px) {
  .e-btn._w-xl_ {
    height: 75px;
    font-size: 2rem;
  }
}
.e-btn._green_ {
  background: #00913A;
  border: 1px solid #00913A;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn._green_:not(._disabled_):hover {
    background: #80C89D;
    border: 1px solid #80C89D;
  }
}
.e-btn._line_ {
  background: #06C755;
  border: 1px solid #06C755;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn._line_:not(._disabled_):hover {
    background: #83E3AA;
    border: 1px solid #83E3AA;
  }
}
.e-btn._gray_ {
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  color: #575757;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn._gray_:not(._disabled_):hover {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #EC6D81;
  }
}

.e-btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 220px;
  height: 60px;
  margin: 10px;
  padding: 0 60px;
  background: #EC6D81;
  border: 1px solid transparent;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  font-size: 2rem;
  transition: 0.4s all;
  border-radius: 60px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:768px) {
  .e-btn-arrow {
    height: 55px;
    margin: 5px;
    font-size: 1.8rem;
  }
}
.e-btn-arrow._left_ {
  text-align: left;
  justify-content: left;
  padding: 0 70px 0 35px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow._left_ {
    padding: 0 45px 0 35px;
  }
}
.e-btn-arrow .__txt {
  position: relative;
}
.e-btn-arrow .__ico {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.4s all;
  font-size: 1.4rem;
}
.e-btn-arrow .__ico:first-child {
  left: 30px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow .__ico:first-child {
    left: 10px;
  }
}
.e-btn-arrow .__ico:last-child {
  right: 30px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow .__ico:last-child {
    right: 10px;
  }
}
.e-btn-arrow:not(._disabled_) {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow:not(._disabled_):hover {
    background: #F6B6C0;
    border-color: #F6B6C0;
  }
}
.e-btn-arrow._disabled_ {
  opacity: 0.5;
}
.e-btn-arrow._radius_ {
  border-radius: 0px;
}
.e-btn-arrow._m-0_ {
  margin: 0;
}
.e-btn-arrow._w-l_ {
  min-width: 520px;
  height: 60px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow._w-l_ {
    width: 100%;
    min-width: 0;
    height: 55px;
    font-size: 1.8rem;
  }
}
.e-btn-arrow._w-m_ {
  min-width: 268px;
  height: 60px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow._w-m_ {
    width: 100%;
    min-width: 0;
    height: 55px;
    font-size: 1.8rem;
  }
}
.e-btn-arrow._w-xl_ {
  min-width: inherit;
  width: 100%;
  height: 150px;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 8px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow._w-xl_ {
    height: 75px;
    font-size: 2rem;
  }
}
.e-btn-arrow._w-xl_ .__ico {
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .e-btn-arrow._w-xl_ .__ico {
    font-size: 1.6rem;
  }
}
.e-btn-arrow._w-xl_ .__ico:first-child {
  left: 100px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow._w-xl_ .__ico:first-child {
    left: 20px;
  }
}
.e-btn-arrow._w-xl_ .__ico:last-child {
  right: 100px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow._w-xl_ .__ico:last-child {
    right: 20px;
  }
}
.e-btn-arrow._green_ {
  background: #00913A;
  border: 1px solid #00913A;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow._green_:not(._disabled_):hover {
    background: #80C89D;
    border: 1px solid #80C89D;
  }
}
.e-btn-arrow._line_ {
  background: #06C755;
  border: 1px solid #06C755;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow._line_:not(._disabled_):hover {
    background: #83E3AA;
    border: 1px solid #83E3AA;
  }
}
.e-btn-arrow._gray_ {
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  color: #575757;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow._gray_:not(._disabled_):hover {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #EC6D81;
  }
}
.e-btn-arrow._pink_ {
  background: #EC6D81;
  color: #ffffff;
  border: none;
  padding: 0;
}
.e-btn-arrow._pink_ .__ico,
.e-btn-arrow._pink_ .__txt {
  z-index: 2;
}
.e-btn-arrow._pink_::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #ffffff 0%, #FFA5AA 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow._pink_:hover {
    color: #000000;
    border: none;
  }
  .e-btn-arrow._pink_:hover::before {
    opacity: 1;
    z-index: 1;
  }
  .e-btn-arrow._pink_:hover .__inner::before, .e-btn-arrow._pink_:hover .__inner::after {
    color: #FFCCCF;
  }
}
.e-btn-arrow._pink_ .__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
.e-btn-arrow._pink_ .__inner::before, .e-btn-arrow._pink_ .__inner::after {
  white-space: nowrap;
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 12rem;
  font-weight: 400;
  letter-spacing: 3px;
  color: #FF979E;
  position: absolute;
  left: 50%;
  transition: all 0.3s ease;
  transform: translate(-50%, 0);
  z-index: 2;
}
@media screen and (max-width:768px) {
  .e-btn-arrow._pink_ .__inner::before, .e-btn-arrow._pink_ .__inner::after {
    font-size: 5rem;
    letter-spacing: 1.5px;
  }
}
.e-btn-arrow._pink_ .__inner::before {
  top: -85px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow._pink_ .__inner::before {
    top: -35px;
  }
}
.e-btn-arrow._pink_ .__inner::after {
  bottom: -80px;
}
@media screen and (max-width:768px) {
  .e-btn-arrow._pink_ .__inner::after {
    bottom: -35px;
  }
}
.e-btn-arrow._pink_._back_ .__inner::before {
  content: "BACK TO TOP";
}
.e-btn-arrow._pink_._back_ .__inner::after {
  content: "BACK TO TOP";
}

.e-form-check .__elem {
  display: none;
}
.e-form-check .__elem:checked + .__txt::after {
  opacity: 1;
}
.e-form-check .__txt {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.e-form-check .__txt::before {
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #d9d9d9;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.e-form-check .__txt::after {
  left: 1px;
  content: "\f00c";
  color: #EC6D81;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 600;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.e-form-radio .__elem {
  display: none;
}
.e-form-radio .__elem:checked + .__txt::after {
  opacity: 1;
}
.e-form-radio .__txt {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.e-form-radio .__txt::before {
  left: 0;
  content: "";
  border: 2px solid #d9d9d9;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.e-form-radio .__txt::after {
  left: 5px;
  content: "";
  background: #EC6D81;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.e-form-select {
  display: inline-block;
  padding: 5px 10px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
}

.e-form-text {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  color: #404040;
}
.e-form-text._w-m_ {
  max-width: 350px;
}
.e-form-text._w-s_ {
  max-width: 100px;
}
.e-form-text._w-a_ {
  width: auto;
}

.e-form-textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  color: #404040;
}

.e-h1 {
  width: 100%;
  height: 250px;
  padding: 0 30px;
  background: #ffffff;
  color: #000000;
}
@media screen and (max-width:768px) {
  .e-h1 {
    padding: 0 15px;
  }
}
@media screen and (max-width:768px) {
  .e-h1._about_ .e-h1__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.e-h1._about_ .e-h1__inner .__txt {
  padding: 0 120px 0 0;
}
@media screen and (max-width:768px) {
  .e-h1._about_ .e-h1__inner .__txt {
    padding: 0;
  }
}
@media screen and (max-width:768px) {
  .e-h1._business_ .e-h1__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.e-h1._business_ .e-h1__inner .__txt {
  padding: 0 160px 0 0;
}
@media screen and (max-width:768px) {
  .e-h1._business_ .e-h1__inner .__txt {
    padding: 0;
  }
}
.e-h1._news_ .e-h1__inner .__txt {
  padding: 0 80px 0 0;
}
@media screen and (max-width:768px) {
  .e-h1._news_ .e-h1__inner .__txt {
    padding: 0;
  }
}
.e-h1._contact_ .e-h1__inner .__txt {
  padding: 0 110px 0 0;
}
@media screen and (max-width:768px) {
  .e-h1._contact_ .e-h1__inner .__txt {
    padding: 0;
  }
}
.e-h1__inner {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.e-h1__inner .__txt {
  font-size: 7.5rem;
  letter-spacing: 8px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  position: relative;
  padding: 0 180px 0 0;
  font-weight: 400;
}
@media only screen and (min-width: 840px) and (max-width: 1300px) {
  .e-h1__inner .__txt {
    font-size: 5rem;
    padding: 0 0 35px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 840px) {
  .e-h1__inner .__txt {
    font-size: 3.5rem !important;
    padding: 0 0 35px !important;
  }
}
@media screen and (max-width:768px) {
  .e-h1__inner .__txt {
    font-size: 2.8rem;
    letter-spacing: 4px;
    padding: 0;
  }
}
.e-h1__inner .__txt::after {
  content: attr(data-en);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  font-size: 1.6rem;
  font-family: "Playfair Display", serif;
  transition: 0.4s all;
  letter-spacing: 3px;
  font-weight: 400;
  color: #B3B3B3;
}
@media screen and (max-width: 1300px) {
  .e-h1__inner .__txt::after {
    left: 0;
    right: auto;
    top: auto;
    bottom: -15px;
    font-size: 1.4rem;
    position: relative;
    display: block;
  }
}

.e-h2 {
  margin: 0 0 60px;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
@media screen and (max-width:768px) {
  .e-h2 {
    margin: 0 0 30px;
    font-size: 2.8rem;
    letter-spacing: 1px;
  }
}
.e-h2::after {
  content: attr(data-en);
  top: -80px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 12rem;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .e-h2::after {
    font-size: 5rem;
    letter-spacing: 1.5px;
    top: -35px;
  }
}
.e-h2 .__txt {
  position: relative;
  z-index: 2;
}
.e-h2._pink_ {
  margin: 0 0 80px;
}
@media screen and (max-width:768px) {
  .e-h2._pink_ {
    margin: 0 0 40px;
  }
}
.e-h2._pink_::after {
  color: #FFF1F6;
}

.e-h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 8px;
  color: #EC6D81;
  padding: 0 0 30px;
  margin: 0 0 40px;
  border-bottom: 1px solid #EC6D81;
}
@media screen and (max-width:768px) {
  .e-h3 {
    font-size: 2.6rem;
    letter-spacing: 4px;
    padding: 0 0 15px;
    margin: 0 0 20px;
  }
}
.e-h3._center_ {
  text-align: center;
}

.e-h4 {
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 2.4px;
  color: #EC6D81;
  margin: 0 0 30px;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:768px) {
  .e-h4 {
    font-size: 2.4rem;
    letter-spacing: 2px;
    margin: 0 0 20px;
  }
}

.e-h5 {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #000000;
  margin: 0 0 80px;
  padding: 0 0 10px;
  line-height: 1.8;
  display: inline-block;
}
@media screen and (max-width:768px) {
  .e-h5 {
    font-size: 2.4rem;
    margin: 0 0 40px;
    letter-spacing: 0.7px;
    line-height: 1.6;
  }
}

.e-h6 {
  margin: 0 0 15px;
  color: #EC6D81;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .e-h6 {
    margin: 0 0 15px;
    font-size: 1.4rem;
  }
}

.e-iframe {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.e-iframe .__elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.e-list-circle__item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
}
@media screen and (max-width:768px) {
  .e-list-circle__item {
    margin-bottom: 10px;
  }
}
.e-list-circle__item::before {
  position: absolute;
  top: 0.9em;
  left: 0;
  display: block;
  content: "";
  background: #000000;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.e-list-circle._pink_ .e-list-circle__item {
  padding-left: 20px;
}
.e-list-circle._pink_ .e-list-circle__item::before {
  background: #EC6D81;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: 0.6em;
}
.e-list-circle._gray_ .e-list-circle__item {
  padding-left: 20px;
}
.e-list-circle._gray_ .e-list-circle__item::before {
  background: #B5B5B5;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: 0.6em;
}

.e-list-number {
  counter-reset: number 0;
}
.e-list-number__item {
  position: relative;
  padding-left: 1.2em;
}
@media screen and (max-width:768px) {
  .e-list-number__item {
    margin-bottom: 10px;
  }
}
.e-list-number__item:not(:first-child) {
  margin-top: 5px;
}
.e-list-number__item::before {
  counter-increment: number;
  content: counter(number) ".";
  color: #000000;
  display: block;
  position: absolute;
  left: 0;
}
.e-list-number._red_ .e-list-number__item::before {
  color: #dd0000;
}

.e-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  padding: 5px 15px;
  background: #ffffff;
  border: 1px solid #B3B3B3;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
  color: #000000;
  border-radius: 2px;
}
@media screen and (max-width:768px) {
  .e-label {
    font-size: 1.2rem;
    padding: 3px 10px;
  }
}

.m-box {
  padding: 40px;
}
@media screen and (max-width:768px) {
  .m-box {
    padding: 20px;
  }
}
.m-box._pink_ {
  border: 1px solid #EC6D81;
}
.m-box._line-gray_ {
  border: 1px solid #e8e8e8;
}
.m-box._white_ {
  background: #ffffff;
}

.m-indent {
  display: table;
}
.m-indent .__item {
  display: table-cell;
  white-space: nowrap;
}
.m-indent._space_ .__item {
  padding-right: 1em;
}

.m-noscript {
  padding: 10px 15px;
  background: #EC6D81;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 2;
}

.m-pager {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 5px;
  grid-template-areas: "prev list next";
  margin: 30px 0 0;
  line-height: 1.4;
}
.m-pager__item {
  display: flex;
}
.m-pager__item._prev_ {
  grid-area: prev;
  justify-content: flex-start;
}
.m-pager__item._next_ {
  grid-area: next;
  justify-content: flex-end;
}
.m-pager__item._list_ {
  grid-area: list;
  justify-content: center;
}
.m-pager__link {
  display: block;
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #EC6D81;
  color: #EC6D81;
  text-decoration: none;
  border-radius: 3px;
}
@media screen and (max-width:768px) {
  .m-pager__link {
    padding: 8px 12px;
  }
}
.m-pager__link._current_ {
  background: #EC6D81;
  color: #ffffff;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .m-pager__link:hover {
    background: #EC6D81;
    color: #ffffff;
    opacity: 1;
  }
}

.m-pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0;
  line-height: 1.4;
}
.m-pagination__item {
  margin: 0 3px 5px;
}
@media screen and (max-width:768px) {
  .m-pagination__item {
    margin-bottom: 10px;
  }
}
.m-pagination__link {
  display: block;
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #EC6D81;
  color: #EC6D81;
  text-decoration: none;
  border-radius: 3px;
}
@media screen and (max-width:768px) {
  .m-pagination__link {
    padding: 8px 12px;
  }
}
.m-pagination__link._current_ {
  background: #EC6D81;
  color: #ffffff;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .m-pagination__link:hover {
    background: #EC6D81;
    color: #ffffff;
    opacity: 1;
  }
}

.m-table {
  width: 100%;
}
.m-table th,
.m-table td {
  padding: 15px 20px;
  border: 1px solid #e8e8e8;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width:768px) {
  .m-table th,
  .m-table td {
    padding: 15px;
  }
}
.m-table th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.m-table ._al-l_ {
  text-align: left;
}
.m-table ._al-r_ {
  text-align: right;
}
.m-table ._al-c_ {
  text-align: center;
}
.m-table ._nowrap_ {
  white-space: nowrap;
}
.m-table ._navy_ {
  background: #EC6D81;
  color: #ffffff;
}
.m-table ._gray_ {
  background: #f2f2f2;
}
@media screen and (max-width:768px) {
  .m-table._sp-col1_ {
    display: block;
  }
  .m-table._sp-col1_ thead,
  .m-table._sp-col1_ tbody,
  .m-table._sp-col1_ tr,
  .m-table._sp-col1_ th,
  .m-table._sp-col1_ td {
    display: block;
  }
  .m-table._sp-col1_ th {
    padding: 10px 15px;
  }
  .m-table._wide_ {
    border: none;
    display: block;
  }
  .m-table._wide_ th,
  .m-table._wide_ td {
    display: block;
    padding: 5px 8px;
    border-bottom-width: 0;
    border-right-width: 0;
    text-align: center;
  }
  .m-table._wide_ th {
    width: auto;
    text-align: left;
  }
  .m-table._wide_ .m-table__head {
    display: block;
    float: left;
    overflow-x: scroll;
  }
  .m-table._wide_ .m-table__body {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .m-table._wide_ .m-table__body tr {
    display: inline-block;
    margin: 0 -3px;
  }
  .m-table._wide_ .m-table__body tr:last-child th,
  .m-table._wide_ .m-table__body tr:last-child td {
    border-right-width: 1px;
  }
  .m-table._wide_ .m-table__head th:last-child, .m-table._wide_ .m-table__body td:last-child {
    border-bottom-width: 1px;
  }
  .m-table._list_ {
    border: none;
  }
  .m-table._list_ tr {
    display: block;
    margin: 0 0 20px;
  }
  .m-table._list_ th {
    display: block;
  }
  .m-table._list_ td {
    display: list-item;
    margin: 0 0 0 20px;
    padding: 5px 0 0;
    border: none;
    background: none;
  }
}

.c-breadcrumb {
  margin: 0 0 50px;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .c-breadcrumb {
    margin: 0 0 25px;
    font-size: 1rem;
  }
}
.c-breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width:768px) {
  .c-breadcrumb__inner {
    padding: 0 15px;
  }
}
.c-breadcrumb__item:not(:last-child)::after {
  margin: 0 10px;
  content: "\f105";
  font-family: "icomoon";
}

.c-contact-form {
  padding-top: 80px;
}
@media screen and (max-width:768px) {
  .c-contact-form {
    padding-top: 50px;
  }
}
.c-contact-form__inner {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width:768px) {
  .c-contact-form__inner {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.c-flex {
  display: flex;
}
.c-flex__item {
  flex: 0 0 auto;
  max-width: 50%;
}
.c-flex__item img {
  max-width: 100%;
}
.c-flex._left_ {
  flex-direction: row;
}
.c-flex._left_ .c-flex__item {
  margin-right: 20px;
}
@media screen and (max-width:768px) {
  .c-flex._left_ .c-flex__item {
    margin-right: 15px;
  }
}
.c-flex._right_ {
  flex-direction: row-reverse;
}
.c-flex._right_ .c-flex__item {
  margin-left: 20px;
}
@media screen and (max-width:768px) {
  .c-flex._right_ .c-flex__item {
    margin-left: 15px;
  }
}
@media screen and (max-width:768px) {
  .c-flex._sm-fd-c_ {
    flex-direction: column;
  }
  .c-flex._sm-fd-c_ .c-flex__item {
    align-self: center;
    margin: 0 auto 15px;
  }
  .c-flex._sm-fd-cr_ {
    flex-direction: column-reverse;
  }
  .c-flex._sm-fd-cr_ .c-flex__item {
    align-self: center;
    margin: 15px auto 0;
  }
}

.c-float::after {
  display: block;
  content: "";
  clear: both;
}
.c-float__item {
  max-width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-float__item {
    margin-bottom: 15px;
  }
}
.c-float__item img {
  max-width: 100%;
}
.c-float._left_ .c-float__item {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width:768px) {
  .c-float._left_ .c-float__item {
    margin-right: 15px;
  }
}
.c-float._right_ .c-float__item {
  float: right;
  margin-left: 20px;
}
@media screen and (max-width:768px) {
  .c-float._right_ .c-float__item {
    margin-left: 15px;
  }
}
@media screen and (max-width:768px) {
  .c-float._sm-col1_ .c-float__item {
    float: none;
    max-width: none;
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
  }
}

.c-grid:not([class*=_col]) {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(20px / 2 * -1);
  margin-right: calc(20px / 2 * -1);
}
@media screen and (max-width:768px) {
  .c-grid:not([class*=_col]) {
    margin-left: calc(10px / 2 * -1);
    margin-right: calc(10px / 2 * -1);
  }
}
.c-grid .__col {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
.c-grid .__col._col-1_ {
  width: calc(100% / 12 * 1 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-1_ {
    width: calc(100% / 12 * 1 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-1_ {
    width: calc(100% / 12 * 1 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-1_ {
    width: calc(100% / 12 * 1 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-2_ {
  width: calc(100% / 12 * 2 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-2_ {
    width: calc(100% / 12 * 2 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-2_ {
    width: calc(100% / 12 * 2 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-2_ {
    width: calc(100% / 12 * 2 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-3_ {
  width: calc(100% / 12 * 3 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-3_ {
    width: calc(100% / 12 * 3 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-3_ {
    width: calc(100% / 12 * 3 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-3_ {
    width: calc(100% / 12 * 3 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-4_ {
  width: calc(100% / 12 * 4 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-4_ {
    width: calc(100% / 12 * 4 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-4_ {
    width: calc(100% / 12 * 4 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-4_ {
    width: calc(100% / 12 * 4 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-5_ {
  width: calc(100% / 12 * 5 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-5_ {
    width: calc(100% / 12 * 5 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-5_ {
    width: calc(100% / 12 * 5 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-5_ {
    width: calc(100% / 12 * 5 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-6_ {
  width: calc(100% / 12 * 6 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-6_ {
    width: calc(100% / 12 * 6 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-6_ {
    width: calc(100% / 12 * 6 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-6_ {
    width: calc(100% / 12 * 6 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-7_ {
  width: calc(100% / 12 * 7 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-7_ {
    width: calc(100% / 12 * 7 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-7_ {
    width: calc(100% / 12 * 7 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-7_ {
    width: calc(100% / 12 * 7 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-8_ {
  width: calc(100% / 12 * 8 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-8_ {
    width: calc(100% / 12 * 8 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-8_ {
    width: calc(100% / 12 * 8 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-8_ {
    width: calc(100% / 12 * 8 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-9_ {
  width: calc(100% / 12 * 9 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-9_ {
    width: calc(100% / 12 * 9 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-9_ {
    width: calc(100% / 12 * 9 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-9_ {
    width: calc(100% / 12 * 9 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-10_ {
  width: calc(100% / 12 * 10 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-10_ {
    width: calc(100% / 12 * 10 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-10_ {
    width: calc(100% / 12 * 10 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-10_ {
    width: calc(100% / 12 * 10 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-11_ {
  width: calc(100% / 12 * 11 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-11_ {
    width: calc(100% / 12 * 11 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-11_ {
    width: calc(100% / 12 * 11 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-11_ {
    width: calc(100% / 12 * 11 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-12_ {
  width: calc(100% / 12 * 12 - 20px);
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-12_ {
    width: calc(100% / 12 * 12 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-12_ {
    width: calc(100% / 12 * 12 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .c-grid .__col._col-sm-12_ {
    width: calc(100% / 12 * 12 - 20px);
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: 10px;
  }
}
.c-grid .__col img {
  max-width: 100%;
}
.c-grid._stretch_ .__col {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .c-grid._col2_ {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 20px;
  }
}
.c-grid._col2_._auto-fit_ {
  grid-template-columns: repeat(auto-fit, minmax(482px, 1fr));
}
@media print, screen and (min-width:769px) {
  .c-grid._col3_ {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 20px;
  }
}
@media print, screen and (min-width:769px) {
  .c-grid._col4_ {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 20px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid._col4_._auto-fit_ {
    grid-template-columns: repeat(4, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(229px, 1fr));
  }
}
@media print, screen and (min-width:769px) {
  .c-grid._col5_ {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 20px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid._col5_._auto-fit_ {
    grid-template-columns: repeat(auto-fit, minmax(229px, 1fr));
  }
}
@media print, screen and (min-width:769px) {
  .c-grid._col6_ {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 20px;
  }
}
@media screen and (max-width:1024px) {
  .c-grid._col6_._auto-fit_ {
    grid-template-columns: repeat(auto-fit, minmax(229px, 1fr));
  }
}
@media screen and (max-width:768px) {
  .c-grid._col2_, .c-grid._col3_, .c-grid._col4_, .c-grid._col5_, .c-grid._col6_ {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 20px 10px;
  }
  .c-grid._sm-col1_ {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: auto;
    grid-gap: 20px 20px;
  }
}

.c-news-list {
  margin: 0 0 80px;
  border-top: 1px solid #B3B3B3;
}
.c-news-list._index_ {
  margin: 0 0 40px;
  border-top: none;
}
@media screen and (max-width:768px) {
  .c-news-list._index_ {
    margin: 0 0 20px;
  }
}
.c-news-list._index_ .c-news-list__item {
  border-bottom: none;
  margin: 0 0 45px;
}
@media screen and (max-width:768px) {
  .c-news-list._index_ .c-news-list__item {
    margin: 0 0 20px;
  }
}
.c-news-list._index_ .c-news-list__date {
  font-size: 2rem;
}
@media screen and (max-width:768px) {
  .c-news-list._index_ .c-news-list__date {
    font-size: 1.4rem;
  }
}
.c-news-list._index_ .c-news-list__link {
  padding: 0;
  display: inline-flex;
}
.c-news-list._index_ .c-news-list__ttl {
  font-size: 1.7rem;
  letter-spacing: 0.85px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-weight: 300;
  margin: 0;
}
@media screen and (max-width:768px) {
  .c-news-list._index_ .c-news-list__ttl {
    font-size: 1.6rem;
    width: 100%;
  }
}
.c-news-list__item {
  border-bottom: 1px solid #B3B3B3;
}
.c-news-list__link {
  display: flex;
  align-items: center;
  padding: 45px 0;
  color: #000000;
  transition: 0.4s all;
}
@media (hover: hover) and (pointer: fine) {
  .c-news-list__link:hover .c-news-list__ttl {
    color: #EC6D81;
  }
}
@media screen and (max-width:768px) {
  .c-news-list__link {
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0;
  }
}
.c-news-list__date {
  flex: 0 0 auto;
  margin: 0 30px 0 0;
  color: #8B8B8B;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
}
@media screen and (max-width:768px) {
  .c-news-list__date {
    margin: 0 15px 0 0;
    font-size: 1.8rem;
  }
}
.c-news-list__label {
  flex: 0 0 auto;
  margin: 0 15px 0 0;
}
@media screen and (max-width:768px) {
  .c-news-list__label {
    margin: 0 10px 0 0;
  }
}
.c-news-list__ttl {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Noto Serif JP", serif;
  transition: 0.4s all;
  color: #000000;
  margin: 5px 0 0;
}
@media screen and (max-width:768px) {
  .c-news-list__ttl {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
}

.c-pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
}
@media screen and (max-width:768px) {
  .c-pagetop {
    right: 15px;
    bottom: 15px;
  }
}
.c-pagetop__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(236, 109, 129, 0.9);
  color: #ffffff;
  font-size: 2.4rem;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .c-pagetop__link {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pagetop__link:hover {
    opacity: 0.7;
  }
}

.c-snav-head__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background: #EC6D81;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
}
.c-snav-list__item {
  border: 1px solid #e8e8e8;
  border-top: none;
}
.c-snav-list__link {
  display: flex;
  align-items: center;
  padding: 15px;
  text-decoration: none;
}
.c-snav-list__link .__txt {
  flex: 1 1 auto;
}
.c-snav-list__link .__ico {
  flex: 0 0 auto;
  margin: 0 0 0 10px;
  font-size: 1.2rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-snav-list__link:hover {
    opacity: 1;
    background: rgba(236, 109, 129, 0.05);
  }
}

.c-table-slide__coution {
  font-size: 1.2rem;
}
@media print, screen and (min-width:769px) {
  .c-table-slide__coution {
    display: none;
  }
}
.c-table-slide__body {
  margin: 10px 0;
  overflow: auto;
  overflow-scrolling: touch;
}
.c-table-slide__body table {
  white-space: nowrap;
}

.c-contact-bottom {
  position: relative;
  max-width: 1340px;
  margin: 0 auto 160px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .c-contact-bottom {
    padding: 0;
    margin: 0 auto 60px;
    flex-direction: column;
    background: #FFF1F6;
  }
}
.c-contact-bottom::after {
  content: "";
  width: 100vw;
  height: 424px;
  display: block;
  top: -54px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background: #FFF1F6;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .c-contact-bottom::after {
    display: none;
  }
}
.c-contact-bottom__txt {
  position: relative;
  z-index: 2;
  width: 37.5%;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__txt {
    width: 100%;
    order: 2;
    padding: 0 20px 40px;
  }
}
.c-contact-bottom__img {
  position: relative;
  z-index: 2;
  width: calc(62.5% - 80px);
  height: 400px;
  overflow: hidden;
  margin: 26px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 940px) {
  .c-contact-bottom__img {
    width: calc(62.5% - 40px);
  }
}
@media screen and (max-width:768px) {
  .c-contact-bottom__img {
    width: 100%;
    order: 1;
    height: 100%;
    margin: 0 0 30px;
  }
}
.c-contact-bottom__img .__elem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-contact-bottom__ttl {
  color: #000000;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 8px;
  padding: 50px 0 0;
  margin: 0 0 20px;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__ttl {
    font-size: 2.4rem;
    padding: 30px 0 0;
  }
}
.c-contact-bottom__ttl::before {
  content: attr(data-en);
  font-size: 1.6rem;
  letter-spacing: 3px;
  font-family: "Playfair Display", serif;
  position: absolute;
  top: 0;
  left: 0;
  color: #595757;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__ttl::before {
    font-size: 1.4rem;
  }
}
.c-contact-bottom__link {
  margin: 60px 0 0;
}
@media screen and (max-width:768px) {
  .c-contact-bottom__link {
    margin: 30px 0 0;
  }
}

.c-read-more {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 3px;
  font-family: "Montserrat", sans-serif;
  color: #636363;
  position: relative;
  padding: 5px 0;
  z-index: 2;
  overflow: hidden;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .c-read-more {
    font-size: 1.3rem;
    letter-spacing: 1.5px;
  }
}
.c-read-more::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(89, 87, 87, 0) 0%, rgb(89, 87, 87) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-read-more:hover {
    padding-right: 1em;
    animation-name: gradationColor;
    animation-timing-function: liner;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .c-read-more:hover::before {
    content: none;
  }
  .c-read-more:hover .__txt::before {
    animation-name: gradationLine-s;
    animation-timing-function: ease-out;
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .c-read-more:hover .__txt::after {
    animation-name: gradationLine;
    animation-delay: 0.6s;
    animation-timing-function: ease-out;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
}
.c-read-more .__txt::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, rgba(250, 141, 148, 0.3) 0%, #ec6d81 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.c-read-more .__txt::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 141, 148, 0) 0%, #ec6d81 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@keyframes gradationLine-s {
  0% {
    width: 0%;
    opacity: 0;
    right: 100%;
  }
  20% {
    width: 400px;
    opacity: 0;
  }
  60% {
    width: 400px;
    opacity: 1;
  }
  70% {
    right: 0;
  }
  100% {
    width: 0%;
    opacity: 0.5;
    right: 0;
  }
}
@keyframes gradationLine {
  0% {
    width: 0%;
    opacity: 0;
    right: 100%;
  }
  100% {
    width: 100%;
    opacity: 1;
    right: 0;
  }
}
@keyframes gradationColor {
  0% {
    color: #595757;
  }
  99% {
    color: #595757;
  }
  100% {
    color: #ffffff;
  }
}
.c-inner {
  max-width: 1340px;
  margin: 0 auto 120px;
  padding: 0 30px;
}
@media screen and (max-width:768px) {
  .c-inner {
    padding: 0 20px;
    max-width: auto;
    margin: 0 auto 60px;
  }
}
.c-inner:last-child {
  margin-bottom: 0;
}
.c-inner._w-m_ {
  max-width: 1020px;
}
@media screen and (max-width:768px) {
  .c-inner._w-m_ {
    max-width: auto;
    padding: 0;
  }
}
.c-inner._bg-white_ {
  background: #ffffff;
  padding: 80px 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-inner._bg-white_ {
    padding: 50px 80px;
  }
}
@media screen and (max-width:768px) {
  .c-inner._bg-white_ {
    padding: 40px 20px;
  }
}
.c-inner._bg-pink_ {
  background: #FFF1F6;
  padding: 80px 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-inner._bg-pink_ {
    padding: 50px 80px;
  }
}
@media screen and (max-width:768px) {
  .c-inner._bg-pink_ {
    padding: 40px 20px;
  }
}

.c-privacy__txt {
  margin: 0 0 40px;
}
@media screen and (max-width:768px) {
  .c-privacy__txt {
    margin: 0 0 20px;
  }
}
@media screen and (max-width:768px) {
  .c-privacy__txt .e-list-circle {
    margin-top: 10px !important;
  }
}
.c-privacy__txt02 {
  margin: 0 0 20px;
}
@media screen and (max-width:768px) {
  .c-privacy__txt02 {
    margin: 0 0 10px;
  }
}
.c-privacy-harassment__block .e-list-circle {
  margin-left: 20px;
}

.c-products-lead {
  max-width: 1340px;
  margin: 0 auto;
  padding: 120px 30px 160px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .c-products-lead {
    padding: 80px 30px 100px;
    flex-direction: column;
  }
}
@media screen and (max-width:768px) {
  .c-products-lead {
    padding: 60px 20px;
    flex-direction: column;
  }
}
.c-products-lead__detail {
  width: 56.3%;
  font-size: 1.9rem;
  letter-spacing: 0.95px;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .c-products-lead__detail {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .c-products-lead__detail {
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: 0.45px;
    line-height: 1.8;
    margin: 0 0 30px;
  }
}
.c-products-lead__detail .__ttl02 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin: 0 0 25px;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:768px) {
  .c-products-lead__detail .__ttl02 {
    font-size: 2.2rem;
    letter-spacing: 0.6px;
    margin: 0 0 15px;
  }
}
.c-products-lead__detail .__txt {
  margin: 0 0 30px;
}
@media screen and (max-width:768px) {
  .c-products-lead__detail .__txt {
    margin: 0 0 15px;
  }
}
.c-products-lead__detail .__txt02 {
  margin: 0 0 60px;
}
@media screen and (max-width:768px) {
  .c-products-lead__detail .__txt02 {
    margin: 0 0 30px;
  }
}
.c-products-lead-img {
  width: calc(43.7% - 80px);
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .c-products-lead-img {
    width: 70%;
    margin: 60px auto 0;
  }
}
@media screen and (max-width:768px) {
  .c-products-lead-img {
    width: 100%;
  }
}
.c-products-lead-img__top {
  margin: 0 0 40px 80px;
  width: 720px;
  height: 467px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .c-products-lead-img__top {
    margin: 0 0 40px;
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .c-products-lead-img__top {
    width: calc(100% + 40px);
    height: 100%;
    margin: 0 -20px 20px;
  }
}
.c-products-lead-img__top .__elem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-products-lead-img__bottom .__fukidashi {
  margin: 32px 40px 0;
  padding: 20px;
  border-radius: 16px;
  background: #FFF1F6;
  color: #EC6D81;
  font-size: 1.9rem;
  letter-spacing: 0.95px;
  line-height: 2;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-products-lead-img__bottom .__fukidashi {
    margin: 15px 0 0;
    padding: 20px;
    border-radius: 8px;
    font-size: 1.5rem;
    letter-spacing: 0.45px;
    line-height: 1.8;
  }
}
.c-products-lead-img__bottom .__fukidashi::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 32px solid #FFF1F6;
  border-top: 0;
  top: -32px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:768px) {
  .c-products-lead-img__bottom .__fukidashi::before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 15px solid #FFF1F6;
    border-top: 0;
    top: -15px;
  }
}
.c-products-detail {
  padding: 215px 0 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-products-detail {
    padding: 150px 0 100px;
  }
}
@media screen and (max-width:768px) {
  .c-products-detail {
    padding: 60px 0 80px;
  }
}
.c-products-detail .e-h2 {
  margin: 0 -20px 30px;
}
.c-products-detail__txt {
  text-align: center;
  margin: 0 0 70px;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .c-products-detail__txt {
    margin: 0 0 35px;
    font-size: 2rem;
    letter-spacing: 0.6px;
  }
}
.c-products-detail__item {
  margin: 0 0 160px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-products-detail__item {
    margin: 0 0 40px;
    flex-direction: column;
  }
}
.c-products-detail__item:nth-child(even) .c-products-detail__box {
  order: 1;
  margin: 120px -160px -80px 0;
}
@media screen and (max-width:768px) {
  .c-products-detail__item:nth-child(even) .c-products-detail__box {
    order: 2;
    margin: -30px 0 0;
  }
}
.c-products-detail__item:nth-child(even) .c-products-detail__img {
  order: 2;
  right: 0;
}
@media screen and (max-width:768px) {
  .c-products-detail__item:nth-child(even) .c-products-detail__img {
    order: 1;
  }
}
.c-products-detail__item:last-child {
  margin: 0;
}
.c-products-detail__box {
  width: 62.5%;
  order: 2;
  background: #ffffff;
  margin: 120px 0 -80px -160px;
  z-index: 2;
  position: relative;
  font-size: 1.9rem;
  letter-spacing: 0.95px;
}
@media screen and (max-width:768px) {
  .c-products-detail__box {
    order: 2;
    width: 100%;
    margin: -50px 0 0;
    font-size: 1.7rem;
    letter-spacing: 0.45px;
  }
}
.c-products-detail__img {
  width: 50%;
  height: 450px;
  order: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .c-products-detail__img {
    width: 70%;
  }
}
@media screen and (max-width:768px) {
  .c-products-detail__img {
    order: 1;
    width: calc(100% + 40px);
    height: 100%;
    margin: 0 -20px;
  }
}
@media screen and (max-width:768px) {
  .c-products-detail__img picture {
    width: 100%;
    height: 100%;
  }
}
.c-products-detail__img .__elem {
  width: auto !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:768px) {
  .c-products-detail__img .__elem {
    width: 100% !important;
  }
}
.c-products-detail__link {
  display: block;
  color: #404040;
  padding: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-products-detail__link {
    padding: 60px 40px;
  }
}
@media screen and (max-width:768px) {
  .c-products-detail__link {
    padding: 40px 20px;
  }
}
.c-products-detail__link .__txt {
  margin: 0 0 20px;
}
@media screen and (max-width:768px) {
  .c-products-detail__link .__txt {
    margin: 0 0 15px;
  }
}
.c-products-detail__link .__ttl {
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 8px;
  color: #EC6D81;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 40px;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .c-products-detail__link .__ttl {
    font-size: 2.4rem;
    line-height: 1.4;
    margin: 0 0 20px;
    letter-spacing: 4px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-products-detail__link:hover .c-read-more {
    padding-right: 1em;
    animation-name: gradationColor;
    animation-timing-function: liner;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .c-products-detail__link:hover .c-read-more::before {
    content: none;
  }
  .c-products-detail__link:hover .c-read-more .__txt::before {
    animation-name: gradationLine-s;
    animation-timing-function: ease-out;
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .c-products-detail__link:hover .c-read-more .__txt::after {
    animation-name: gradationLine;
    animation-delay: 0.6s;
    animation-timing-function: ease-out;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
}
.c-products-attention {
  padding-top: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-products-attention {
    padding-top: 100px;
  }
}
@media screen and (max-width:768px) {
  .c-products-attention {
    padding: 60px 20px 0 !important;
  }
}

@keyframes gradationLine-s {
  0% {
    width: 0%;
    opacity: 0;
    right: 100%;
  }
  20% {
    width: 400px;
    opacity: 0;
  }
  60% {
    width: 400px;
    opacity: 1;
  }
  70% {
    right: 0;
  }
  100% {
    width: 0%;
    opacity: 0.5;
    right: 0;
  }
}
@keyframes gradationLine {
  0% {
    width: 0%;
    opacity: 0;
    right: 100%;
  }
  100% {
    width: 100%;
    opacity: 1;
    right: 0;
  }
}
@keyframes gradationColor {
  0% {
    color: #595757;
  }
  99% {
    color: #595757;
  }
  100% {
    color: #ffffff;
  }
}
.c-anker {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width:768px) {
  .c-anker {
    margin: 30px -5px 0;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
}
.c-anker._w-l_ .c-anker__link {
  min-width: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-anker._w-l_ .c-anker__link {
    min-width: 110px;
  }
}
@media screen and (max-width:768px) {
  .c-anker._w-l_ .c-anker__link {
    min-width: auto;
  }
}
.c-anker__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-anker__item {
    display: block;
    margin: 0 5px 10px;
    width: calc((100% - 20px) / 2);
  }
}
.c-anker__link {
  font-size: 1.6rem !important;
  font-weight: 300;
  letter-spacing: 0.8px;
  color: #000000;
  border-radius: 28px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  min-width: 110px;
  height: 46px;
  transition: 0.4s all;
  line-height: 1.4;
}
@media (hover: hover) and (pointer: fine) {
  .c-anker__link:hover {
    background: #EC6D81;
    color: #ffffff;
  }
}
@media screen and (max-width:768px) {
  .c-anker__link {
    min-width: auto;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #F1F1F1;
    font-size: 1.5rem !important;
  }
}
.c-anker__link._on_ {
  background: #EC6D81;
  color: #ffffff;
}

.c-about__txt {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .c-about__txt {
    margin-bottom: 20px;
  }
}
.c-about__txt02 {
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .c-about__txt02 {
    margin-bottom: 70px;
  }
}
.c-about-message {
  margin: 0 0 160px;
  font-size: 1.9rem;
  line-height: 2;
  letter-spacing: 0.95px;
}
@media screen and (max-width:768px) {
  .c-about-message {
    margin: 0;
    font-size: 1.5rem;
    letter-spacing: 0.45px;
  }
}
.c-about-message__inner {
  text-align: center;
  padding: 120px 0 160px;
  background: url("../img/about/bg_about.jpg") center bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px) {
  .c-about-message__inner {
    background: url("../img/about/bg_about.jpg") center top no-repeat #F1FBFE;
    background-size: contain;
    padding: 60px 0 70px;
  }
}
@media screen and (max-width:768px) {
  .c-about-message__bottom {
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .c-about-message__bottom .__elem {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-about-vision {
  margin-bottom: 120px;
}
@media screen and (max-width:768px) {
  .c-about-vision {
    margin-bottom: 60px;
  }
}
.c-about-vision__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .c-about-vision__list {
    gap: 0 20px;
  }
}
@media screen and (max-width:768px) {
  .c-about-vision__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
}
.c-about-vision__item {
  background: #FFE9F1;
  padding: 50px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #000000;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .c-about-vision__item {
    padding: 40px 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width:768px) {
  .c-about-vision__item {
    padding: 40px 20px;
    font-size: 1.9rem;
    letter-spacing: 0.6px;
  }
}
.c-about-vision__item::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF6FA;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24rem;
  font-weight: 250;
  line-height: 1;
  letter-spacing: 4px;
  display: inline-block;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .c-about-vision__item::after {
    font-size: 15rem;
  }
}
@media screen and (max-width:768px) {
  .c-about-vision__item::after {
    font-size: 15rem;
  }
}
.c-about-vision__item._no01_::after {
  content: "01";
}
.c-about-vision__item._no02_::after {
  content: "02";
}
.c-about-vision__item._no03_::after {
  content: "03";
}
.c-about-vision__item .__txt {
  position: relative;
  z-index: 2;
}
.c-about-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-about-group {
    flex-direction: column;
  }
}
.c-about-group__img {
  width: 41.41%;
}
@media screen and (max-width:768px) {
  .c-about-group__img {
    width: 100%;
    order: 1;
    margin: 0 0 30px;
  }
}
.c-about-group__txt {
  width: calc(58.59% - 80px);
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .c-about-group__txt {
    width: calc(58.59% - 40px);
  }
}
@media screen and (max-width:768px) {
  .c-about-group__txt {
    width: 100%;
    order: 2;
  }
}
.c-about-profile {
  background: #F1FBFE;
  padding: 0 0 40px;
}
@media screen and (max-width:768px) {
  .c-about-profile {
    padding: 0 0 60px;
  }
}
.c-about-profile .c-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-about-profile .c-inner {
    flex-direction: column;
  }
}
.c-about-profile__txt {
  width: 75%;
  background: #ffffff;
  position: relative;
  z-index: 2;
  margin: 40px -40px 0 0;
  padding: 40px;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
}
@media screen and (max-width:768px) {
  .c-about-profile__txt {
    width: 100%;
    margin: 0;
    padding: 20px;
    font-size: 1.4rem;
  }
}
.c-about-profile__txt .__ttl {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  font-family: "Playfair Display", serif;
  margin: 0 0 15px;
  color: #8B8B8B;
}
@media screen and (max-width:768px) {
  .c-about-profile__txt .__ttl {
    font-size: 2rem;
    margin: 0 0 10px;
  }
}
.c-about-profile__txt .__name {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  margin: 0 0 10px;
}
@media screen and (max-width:768px) {
  .c-about-profile__txt .__name {
    font-size: 1.6rem;
    letter-spacing: 0.45px;
  }
}
.c-about-profile__img {
  width: 28.13%;
  height: 360px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .c-about-profile__img {
    width: 40%;
  }
}
@media screen and (max-width:768px) {
  .c-about-profile__img {
    width: 100%;
    height: 100%;
  }
}
.c-about-profile__img .__elem {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-about-overview {
  margin-bottom: 180px;
}
@media screen and (max-width:768px) {
  .c-about-overview {
    margin-bottom: 70px;
    padding-top: 70px;
  }
}
.c-about-overview-detail {
  margin: 0 0 120px;
}
@media screen and (max-width:768px) {
  .c-about-overview-detail {
    margin: 0 0 60px;
  }
}
.c-about-overview-detail__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 72px 80px;
  font-size: 2rem;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .c-about-overview-detail__list {
    gap: 35px 30px;
  }
}
@media screen and (max-width:768px) {
  .c-about-overview-detail__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
    font-size: 1.6rem;
  }
}
.c-about-overview-detail__item {
  color: #000000;
}
.c-about-overview-detail__item .__ttl {
  color: #EC6D81;
  margin: 0 0 10px;
}
@media screen and (max-width:768px) {
  .c-about-overview-detail__item .__ttl {
    margin: 0 0 5px;
  }
}
.c-about-overview-number__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 76px;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .c-about-overview-number__list {
    gap: 30px;
  }
}
@media screen and (max-width:768px) {
  .c-about-overview-number__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.c-about-overview-number__item {
  border: 1px solid #B5B5B5;
  padding: 40px 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .c-about-overview-number__item {
    padding: 40px 25px 20px;
  }
}
@media screen and (max-width:768px) {
  .c-about-overview-number__item {
    padding: 30px 20px 20px;
  }
}
.c-about-overview-number__item .u-al-r {
  margin: 0 -20px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .c-about-overview-number__item .u-al-r {
    margin: 0 -10px 0 0;
  }
}
@media screen and (max-width:768px) {
  .c-about-overview-number__item .u-al-r {
    margin: 0 -10px 0 0;
  }
}
.c-about-overview-number__item._staff_ .c-about-overview-number__img, .c-about-overview-number__item._money_ .c-about-overview-number__img {
  border-bottom: 1px solid #B5B5B5;
  padding: 0 0 35px;
  margin: 0 0 75px;
}
@media screen and (max-width:768px) {
  .c-about-overview-number__item._staff_ .c-about-overview-number__img, .c-about-overview-number__item._money_ .c-about-overview-number__img {
    padding: 0 0 20px;
    margin: 0 0 30px;
  }
}
.c-about-overview-number__item._store_ .__txt, .c-about-overview-number__item._pharmacy_ .__txt, .c-about-overview-number__item._sales_ .__txt, .c-about-overview-number__item._establishment_ .__txt {
  border-bottom: 1px solid #B5B5B5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-about-overview-number__item._store_ .__txt, .c-about-overview-number__item._pharmacy_ .__txt {
  padding: 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .c-about-overview-number__item._store_ .__txt, .c-about-overview-number__item._pharmacy_ .__txt {
    padding: 0 0 10px;
  }
}
@media screen and (max-width:768px) {
  .c-about-overview-number__item._store_ .__txt, .c-about-overview-number__item._pharmacy_ .__txt {
    padding: 0 0 10px;
  }
}
.c-about-overview-number__item._sales_ .__txt, .c-about-overview-number__item._establishment_ .__txt {
  padding: 40px 0 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .c-about-overview-number__item._sales_ .__txt, .c-about-overview-number__item._establishment_ .__txt {
    padding: 20px 0 30px;
  }
}
@media screen and (max-width:768px) {
  .c-about-overview-number__item._sales_ .__txt, .c-about-overview-number__item._establishment_ .__txt {
    padding: 20px 0 30px;
  }
}
.c-about-overview-number__item .__number {
  text-align: center;
  margin: 0 0 10px;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 1.6px;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .c-about-overview-number__item .__number {
    font-size: 2rem;
  }
}
@media screen and (max-width:768px) {
  .c-about-overview-number__item .__number {
    font-size: 2rem;
  }
}
.c-about-overview-number__item .__pink {
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  font-weight: 250;
  letter-spacing: 4px;
  line-height: 1;
  color: #EC6D81;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .c-about-overview-number__item .__pink {
    font-size: 5rem;
  }
}
@media screen and (max-width:768px) {
  .c-about-overview-number__item .__pink {
    font-size: 5rem;
  }
}
.c-about-overview-number__img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .c-about-overview-number__img {
    margin: 0 0 30px;
  }
}
@media screen and (max-width:768px) {
  .c-about-overview-number__img {
    margin: 0 0 20px;
  }
}
.c-about-overview-number__img .__txt {
  font-size: 2.8rem;
  letter-spacing: 1.4px;
  width: calc(100% - 159px - 10px);
  line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .c-about-overview-number__img .__txt {
    font-size: 2rem;
    width: calc(100% - 100px - 10px);
  }
}
@media screen and (max-width:768px) {
  .c-about-overview-number__img .__txt {
    font-size: 2rem;
    width: calc(100% - 100px - 10px);
  }
}
.c-about-overview-number__img .__img {
  width: 159px;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .c-about-overview-number__img .__img {
    width: 100px;
  }
}
@media screen and (max-width:768px) {
  .c-about-overview-number__img .__img {
    width: 100px;
  }
}
@media screen and (max-width:768px) {
  .c-about-history.c-inner {
    padding: 0 20px !important;
  }
}
.c-about-history__inner {
  position: relative;
}
.c-about-history__inner::after {
  content: "";
  top: 0;
  left: 50%;
  position: absolute;
  width: 1px;
  height: 100%;
  display: inline-block;
  background: #B3B3B3;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .c-about-history__inner::after {
    display: none;
  }
}
.c-about-history__list {
  position: relative;
}
.c-about-history__list::before {
  content: "";
  top: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2px;
  height: 80px;
  display: inline-block;
  background: #EC6D81;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .c-about-history__list::before {
    display: none;
  }
}
.c-about-history__list::after {
  content: "";
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2px;
  height: 80px;
  display: inline-block;
  background: #EC6D81;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .c-about-history__list::after {
    display: none;
  }
}
.c-about-history__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 80px;
}
@media screen and (max-width:768px) {
  .c-about-history__item {
    flex-direction: column;
    margin: 0 0 30px;
  }
}
@media screen and (max-width:768px) {
  .c-about-history__item:last-child {
    margin: 0;
  }
}
.c-about-history__item .__txt {
  font-size: 2rem;
  color: #000000;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:768px) {
  .c-about-history__item .__txt {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
  }
}
.c-about-history__left {
  width: calc((100% - 160px) / 2);
}
@media only screen and (min-width: 768px) and (max-width: 830px) {
  .c-about-history__left {
    width: calc((100% - 80px) / 2);
  }
}
@media screen and (max-width:768px) {
  .c-about-history__left {
    width: 100%;
  }
}
.c-about-history__right {
  margin: 80px 0 0;
  width: calc((100% - 160px) / 2);
}
@media only screen and (min-width: 768px) and (max-width: 830px) {
  .c-about-history__right {
    width: calc((100% - 80px) / 2);
  }
}
@media screen and (max-width:768px) {
  .c-about-history__right {
    width: 100%;
    margin: 30px 0 0;
  }
}
.c-about-history .__date {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #B3B3B3;
  font-size: 3.2rem;
  letter-spacing: 1.6px;
  color: #000000;
}
@media screen and (max-width:768px) {
  .c-about-history .__date {
    padding: 0 0 15px;
    margin: 0 0 15px;
    font-size: 2.6rem;
    letter-spacing: 0.86px;
  }
}
.c-about-history .__pink {
  color: #EC6D81;
  font-size: 8rem;
  font-weight: 250;
  letter-spacing: 4px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 830px) {
  .c-about-history .__pink {
    font-size: 6rem;
  }
}
@media screen and (max-width:768px) {
  .c-about-history .__pink {
    font-size: 4rem;
    letter-spacing: 2px;
  }
}

.c-index-visual {
  width: 100%;
  height: calc(100vh - 150px);
  position: relative;
  margin: 0 0 150px;
}
@media screen and (max-width:768px) {
  .c-index-visual {
    height: calc(100dvh - 120px);
    margin: 0 0 40px;
  }
}
.c-index-visual__inner {
  width: calc(100% - 200px);
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 80px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .c-index-visual__inner {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width:768px) {
  .c-index-visual__inner {
    width: calc(100% - 30px);
    padding: 40px 0 0;
  }
}
.c-index-visual__ttl {
  position: relative;
  z-index: 2;
  text-shadow: 0 0 20px #99C9E3;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width:768px) {
  .c-index-visual__ttl {
    letter-spacing: 2.4px;
    font-size: 3.5rem;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
}
.c-index-visual__bg {
  width: 100%;
  height: calc(100vh - 150px);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .c-index-visual__bg {
    height: calc(100dvh - 120px);
  }
}
.c-index-visual__bg .__elem {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-index-visual__scroll {
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: -70px;
  padding: 70px 0 0;
}
@media screen and (max-width:768px) {
  .c-index-visual__scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    left: auto;
    right: auto;
    width: 100%;
    bottom: -35px;
    padding: 55px 0 0;
  }
}
.c-index-visual__scroll::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0);
}
.c-index-visual__scroll .__link {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1.7px;
  color: #EC6D81;
  font-family: "Montserrat", sans-serif;
}
.c-index-visual__scroll .__line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: none;
  overflow: hidden;
}
.c-index-visual__scroll .__line::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 60px;
  left: 0;
  top: 0;
  background: #EC6D81;
  animation-name: scrollLine;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@media screen and (max-width:768px) {
  .c-index-visual__scroll .__line::after {
    width: 0.5px;
  }
}
.c-index-ttl {
  margin: 0 0 40px;
  padding: 40px 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 8px;
  color: #000000;
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .c-index-ttl {
    margin: 0 0 20px;
    padding: 20px 0 0;
    font-size: 2.8rem;
    letter-spacing: 4px;
    line-height: 1.6;
  }
}
.c-index-ttl::before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 3px;
  color: #595757;
  font-family: "Playfair Display", serif;
}
@media screen and (max-width:768px) {
  .c-index-ttl::before {
    letter-spacing: 1.5px;
    font-size: 1.4rem;
  }
}
.c-index-news {
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .c-index-news {
    margin-bottom: 70px;
  }
}
.c-index-lead {
  padding: 160px 30px;
  margin: 0 0 160px;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:768px) {
  .c-index-lead {
    padding: 70px 20px;
    margin: 0 0 70px;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
  }
}
.c-index-menu {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.c-index-menu__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 160px;
}
@media screen and (max-width:768px) {
  .c-index-menu__item {
    margin: 0 0 70px;
    flex-direction: column;
  }
}
.c-index-menu__item._message_ .c-index-menu__box, .c-index-menu__item._food_ .c-index-menu__box {
  order: 1;
  margin: 110px -295px 0 0;
  padding: 80px 80px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .c-index-menu__item._message_ .c-index-menu__box, .c-index-menu__item._food_ .c-index-menu__box {
    padding: 50px 40px 0;
  }
}
@media screen and (max-width:768px) {
  .c-index-menu__item._message_ .c-index-menu__box, .c-index-menu__item._food_ .c-index-menu__box {
    order: 2;
    padding: 40px 20px 0;
    margin: 0;
  }
}
.c-index-menu__item._message_ .c-index-menu__img, .c-index-menu__item._food_ .c-index-menu__img {
  order: 2;
  width: 70%;
}
@media screen and (max-width:768px) {
  .c-index-menu__item._message_ .c-index-menu__img, .c-index-menu__item._food_ .c-index-menu__img {
    width: 100%;
    order: 1;
  }
}
.c-index-menu__item._food_ .c-index-menu__box {
  width: 62.2%;
}
@media screen and (max-width:768px) {
  .c-index-menu__item._food_ .c-index-menu__box {
    width: 100%;
  }
}
.c-index-menu__item._food_ .c-index-menu__img .__pic {
  position: absolute;
  right: -38%;
  left: auto;
}
@media screen and (max-width:768px) {
  .c-index-menu__item._food_ .c-index-menu__img .__pic {
    right: auto;
  }
}
.c-index-menu__item._message_ .c-index-menu__box {
  width: 112%;
  padding: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .c-index-menu__item._message_ .c-index-menu__box {
    padding: 50px 40px;
  }
}
@media screen and (max-width:768px) {
  .c-index-menu__item._message_ .c-index-menu__box {
    width: 100%;
    padding: 40px 20px;
  }
}
.c-index-menu__item._message_ .c-index-menu__img .__pic {
  position: absolute;
  left: -38%;
}
@media screen and (max-width:768px) {
  .c-index-menu__item._message_ .c-index-menu__img .__pic {
    left: auto;
  }
}
.c-index-menu__item._sakura_ .c-index-menu__box {
  width: 78.1%;
}
@media screen and (max-width:768px) {
  .c-index-menu__item._sakura_ .c-index-menu__box {
    width: 100%;
  }
}
.c-index-menu__item._sakura_ .c-index-menu__box .c-index-ttl {
  text-align: right;
}
@media screen and (max-width:768px) {
  .c-index-menu__item._sakura_ .c-index-menu__box .c-index-ttl {
    text-align: left;
    padding: 20px 0 0 65px;
  }
}
.c-index-menu__item._sakura_ .c-index-menu__box .c-index-ttl::before {
  right: 0;
  left: auto;
}
@media screen and (max-width:768px) {
  .c-index-menu__item._sakura_ .c-index-menu__box .c-index-ttl::before {
    right: auto;
    left: 65px;
  }
}
.c-index-menu__item._sakura_ .c-index-menu__box .c-index-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30%;
  width: 70px;
  height: 56px;
  background: url(../img/common/ico_sakura.svg) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px) {
  .c-index-menu__item._sakura_ .c-index-menu__box .c-index-ttl::after {
    right: auto;
    left: 0;
    top: -20px;
    background-size: 80%;
  }
}
.c-index-menu__item._sakura_ .c-index-menu__img .__pic {
  position: absolute;
  right: 0;
  left: auto;
}
.c-index-menu__box {
  background: #ffffff;
  margin: 110px 0 0 -295px;
  padding: 80px 100px 0;
  order: 2;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .c-index-menu__box {
    padding: 50px 40px 0;
  }
}
@media screen and (max-width:768px) {
  .c-index-menu__box {
    margin: 0;
    padding: 40px 20px 0;
  }
}
.c-index-menu__txt {
  margin: 0 0 30px;
}
@media screen and (max-width:768px) {
  .c-index-menu__txt {
    margin: 0 0 15px;
  }
}
.c-index-menu__img {
  width: 65.88%;
  order: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .c-index-menu__img {
    width: 100%;
    height: 350px;
  }
}
.c-index-menu__img .__pic {
  width: 1120px;
  height: 500px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (max-width:768px) {
  .c-index-menu__img .__pic {
    width: 100%;
    height: 350px;
  }
}
.c-index-menu__img .__elem {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-index-menu__read {
  margin: 0 0 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 2px;
}
@media screen and (max-width:768px) {
  .c-index-menu__read {
    margin: 0 0 20px;
  }
}
.c-index-menu__read .__link {
  color: #EC6D81;
  overflow: hidden;
  transition: 0.4s all;
  position: relative;
  padding: 7px 0;
  min-width: 220px;
  display: inline-block;
}
@media screen and (max-width:768px) {
  .c-index-menu__read .__link {
    min-width: auto;
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-index-menu__read .__link:hover {
    padding-left: 1em;
    animation-name: gradationColor2;
    animation-timing-function: liner;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .c-index-menu__read .__link:hover .__txt::before {
    animation-name: gradationLine-s2;
    animation-timing-function: ease-out;
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .c-index-menu__read .__link:hover .__txt::after {
    animation-name: gradationLine2;
    animation-delay: 0.6s;
    animation-timing-function: ease-out;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
}
.c-index-menu__read .__txt::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  background: linear-gradient(to left, rgba(250, 141, 148, 0.3) 0%, rgb(250, 141, 148) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.c-index-menu__read .__txt::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 141, 148, 0) 0%, rgb(250, 141, 148) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.c-index-product {
  background: url(../img/index/bg_about.jpg) 0 0 no-repeat;
  background-size: cover;
  margin: 0 0 160px;
  padding: 160px 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-index-product {
    padding: 60px 0;
    margin: 0 0 70px;
    background: url(../img/index/bg_about_inner.jpg) 0 0 repeat-y;
    background-size: 100%;
  }
  .c-index-product::before {
    background: url(../img/index/bg_about_top.png) top center no-repeat;
    background-size: 65%;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: inline-block;
  }
  .c-index-product::after {
    background: url(../img/index/bg_about_bottom.png) bottom center no-repeat;
    background-size: 65%;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: inline-block;
  }
}
@media only screen and (max-width: 499px) {
  .c-index-product::before {
    height: 350px !important;
    background-size: cover !important;
  }
  .c-index-product::after {
    height: 450px !important;
    background-size: cover !important;
  }
}
.c-index-product__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  .c-index-product__list {
    gap: 0 50px;
  }
}
@media screen and (max-width:768px) {
  .c-index-product__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
    position: relative;
    z-index: 2;
  }
}
.c-index-product__item {
  display: flex;
  align-items: stretch;
  box-shadow: 267px 60px 77px 0 rgba(191, 162, 151, 0), 171px 38px 70px 0 rgba(191, 162, 151, 0.01), 96px 22px 59px 0 rgba(191, 162, 151, 0.05), 43px 10px 44px 0 rgba(191, 162, 151, 0.09), 11px 2px 24px 0 rgba(191, 162, 151, 0.1);
}
.c-index-product__item._sakura_ .c-index-product__read {
  margin-top: 70px;
}
@media screen and (max-width:768px) {
  .c-index-product__item._sakura_ .c-index-product__read {
    margin-top: 30px;
  }
}
.c-index-product__item._sakura_ .e-h3 {
  position: relative;
  padding-left: 50px;
  margin-top: 30px;
}
.c-index-product__item._sakura_ .e-h3::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 70px;
  height: 56px;
  background: url(../img/common/ico_sakura.svg) 0 0 no-repeat;
  background-size: cover;
}
.c-index-product__item._introduction_ {
  font-size: 2rem;
  font-weight: 350;
  letter-spacing: 1px;
}
.c-index-product__item._introduction_ .e-list-circle {
  margin: 0 0 20px;
}
.c-index-product__item._introduction_ .e-list-circle__item {
  margin: 0;
}
.c-index-product__link {
  padding: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #404040;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  transition: 0.4s all;
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  .c-index-product__link {
    padding: 40px 30px;
  }
}
@media screen and (max-width:768px) {
  .c-index-product__link {
    padding: 40px 25px;
    font-size: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-index-product__link:hover {
    background: #FFF1F6;
  }
  .c-index-product__link:hover .c-index-product__read {
    color: #979797;
  }
  .c-index-product__link:hover .c-index-product__read::after {
    background: #EC6D81;
  }
}
.c-index-product__read {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 2px;
  color: #636363;
  position: relative;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .c-index-product__read {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}
.c-index-product__read::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 110px;
  height: 1px;
  background: #636363;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .c-index-product__read::after {
    width: 90px;
  }
}
.c-index-company {
  padding: 160px 0;
}
@media screen and (max-width:768px) {
  .c-index-company {
    padding: 70px 0;
  }
}
.c-index-company .c-index-menu {
  margin-bottom: 45px;
}
.c-index-company .c-index-menu__item {
  margin-bottom: 0;
}
.c-index-company__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 85px;
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  .c-index-company__list {
    gap: 0 35px;
  }
}
@media screen and (max-width:768px) {
  .c-index-company__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
}
.c-index-company__link {
  padding: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.92px;
  transition: 0.4s all;
  background: #ffffff;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width:768px) {
  .c-index-company__link {
    padding: 20px;
    font-size: 2rem;
    letter-spacing: 0.5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-index-company__link:hover .c-index-company__read {
    color: #979797;
  }
  .c-index-company__link:hover .c-index-company__read::after {
    background: #EC6D81;
  }
}
.c-index-company__img {
  margin: 0 0 20px;
}
@media screen and (max-width:768px) {
  .c-index-company__img {
    margin: 0 0 10px;
  }
}
.c-index-company__ttl {
  margin: 0 0 10px;
}
@media screen and (max-width:768px) {
  .c-index-company__ttl {
    margin: 0 0 5px;
  }
}
.c-index-company__read {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 2px;
  color: #636363;
  position: relative;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .c-index-company__read {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
}
.c-index-company__read::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 110px;
  height: 1px;
  background: #636363;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .c-index-company__read::after {
    width: 90px;
  }
}

@keyframes scrollLine {
  0% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(70px);
  }
  100% {
    transform: translateY(70px);
  }
}
@keyframes gradationLine-s2 {
  0% {
    width: 0%;
    opacity: 0;
    left: 100%;
  }
  20% {
    width: 400px;
    opacity: 0;
  }
  60% {
    width: 400px;
    opacity: 1;
  }
  70% {
    left: 0;
  }
  100% {
    width: 0%;
    opacity: 0.5;
    left: 0;
  }
}
@keyframes gradationLine2 {
  0% {
    width: 0%;
    opacity: 0;
    left: 100%;
  }
  100% {
    width: 100%;
    opacity: 1;
    left: 0;
  }
}
@keyframes gradationColor2 {
  0% {
    color: #595757;
  }
  99% {
    color: #595757;
  }
  100% {
    color: #ffffff;
  }
}
.c-lp .__number {
  background: url(../img/products/bg_number.svg) center center no-repeat;
  background-size: 108px 74px;
  color: #ffffff;
  padding: 5px 40px;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .c-lp .__number {
    padding: 5px 25px;
    background-size: cover;
  }
}
.c-lp .__bg-line {
  background: url(../img/products/bg_txt_line.svg) bottom center repeat-x;
  background-size: 100%;
}
.c-lp .__green {
  color: #79A44E;
}
.c-lp .__pink {
  color: #EC6D81;
}
.c-lp .__bg-green {
  color: #ffffff;
  border-radius: 2px;
  background: #A5C784;
  font-weight: 700;
  padding: 0 5px;
}
.c-lp .__bg-pink {
  color: #ffffff;
  border-radius: 2px;
  background: #EC6D81;
  font-weight: 700;
  padding: 0 5px;
  margin: 0 3px;
}
.c-lp._ninniku_ .c-lp-visual {
  background: url(../img/products/ninniku/bg_visual.png) top center no-repeat;
  background-size: 100%;
  padding: 40px 0 0;
}
@media screen and (max-width:768px) {
  .c-lp._ninniku_ .c-lp-visual {
    background: url(../img/products/ninniku/bg_visual_sp.png) top center no-repeat;
    background-size: 100%;
    padding: 20px 0 0;
  }
}
.c-lp._ninniku_ .c-lp-visual__txt {
  margin: 0 0 110px;
}
@media screen and (max-width:768px) {
  .c-lp._ninniku_ .c-lp-visual__txt {
    margin: 0 0 10px;
  }
}
.c-lp._ninniku_ .c-lp-visual-ttl__detail {
  padding: 0;
}
.c-lp._ninniku_ .c-lp-visual-lead .__txt {
  margin: 0 10px 45px 0;
}
@media screen and (max-width:768px) {
  .c-lp._ninniku_ .c-lp-visual-lead .__txt {
    margin: 0 0 10px;
  }
}
.c-lp._ninniku_ .c-lp-visual-lead .__txt:last-child {
  margin: 0 0 45px;
}
@media screen and (max-width:768px) {
  .c-lp._ninniku_ .c-lp-visual-lead .__txt:last-child {
    margin: 0;
  }
}
@media screen and (max-width:768px) {
  .c-lp._ninniku_ .c-lp-visual-lead .__txt:first-child {
    width: 65%;
  }
}
@media screen and (max-width:768px) {
  .c-lp._ninniku_ .c-lp-visual-lead .__txt:nth-child(2) {
    width: 90%;
  }
}
@media screen and (max-width:768px) {
  .c-lp._ninniku_ .c-lp-visual-lead__flex {
    margin: 0;
  }
}
.c-lp._ninniku_ .c-lp-visual-lead__flex .__txt {
  margin: 0 0 30px;
}
@media screen and (max-width:768px) {
  .c-lp._ninniku_ .c-lp-visual-lead__flex .__txt {
    margin: 0 0 10px;
  }
}
@media screen and (max-width:768px) {
  .c-lp._ninniku_ .c-lp-visual-lead__flex .__txt:first-child {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .c-lp._ninniku_ .c-lp-visual-lead__flex .__txt02 {
    width: 80%;
  }
}
.c-lp._ninniku_ .c-lp-support-ttl {
  margin: 0 53px 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1410px) {
  .c-lp._ninniku_ .c-lp-support-ttl {
    margin: 0 0 80px;
  }
}
@media screen and (max-width:768px) {
  .c-lp._ninniku_ .c-lp-support-ttl {
    margin: 0 0 40px;
  }
}
.c-lp._ninniku_ .c-lp-support-ttl__txt {
  width: 76.5%;
}
@media screen and (max-width:768px) {
  .c-lp._ninniku_ .c-lp-support-ttl__txt {
    width: 100%;
  }
}
.c-lp._ninniku_ .c-lp-support-ttl__img {
  width: calc(23.5% - 24px);
}
@media screen and (max-width:768px) {
  .c-lp._ninniku_ .c-lp-support-ttl__img {
    width: 45%;
    margin: 0 auto;
  }
}
.c-lp._ninniku_ .c-lp-explanation__item._no1_ .c-lp-explanation__right {
  width: 31.25%;
  height: 533px;
}
@media screen and (max-width:768px) {
  .c-lp._ninniku_ .c-lp-explanation__item._no1_ .c-lp-explanation__right {
    width: 100%;
    height: 100%;
  }
}
.c-lp._ninniku_ .c-lp-explanation__item._no1_ .c-lp-explanation__left {
  width: calc(68.75% - 160px);
}
@media only screen and (min-width: 768px) and (max-width: 1195px) {
  .c-lp._ninniku_ .c-lp-explanation__item._no1_ .c-lp-explanation__left {
    width: calc(68.75% - 60px);
  }
}
@media screen and (max-width:768px) {
  .c-lp._ninniku_ .c-lp-explanation__item._no1_ .c-lp-explanation__left {
    width: 100%;
  }
}
.c-lp._ninniku_ .c-lp-start__img .__pic {
  height: 597px;
}
@media screen and (max-width:768px) {
  .c-lp._ninniku_ .c-lp-start__img .__pic {
    height: 350px;
  }
}
.c-lp._glucosamine_ .c-lp-visual {
  background: url(../img/products/glucosamine/bg_visual.png) top center no-repeat;
  background-size: 100%;
  padding: 40px 0 0;
}
@media screen and (max-width:768px) {
  .c-lp._glucosamine_ .c-lp-visual {
    background: url(../img/products/glucosamine/bg_visual_sp.png) top center no-repeat;
    background-size: 100%;
    padding: 20px 0 0;
  }
}
.c-lp._glucosamine_ .c-lp-visual-ttl__detail {
  width: calc(61.87% - 15px);
}
@media screen and (max-width:768px) {
  .c-lp._glucosamine_ .c-lp-visual-ttl__detail {
    width: 100%;
  }
}
.c-lp._glucosamine_ .c-lp-visual-lead .__txt {
  margin: 0 0 45px;
}
@media screen and (max-width:768px) {
  .c-lp._glucosamine_ .c-lp-visual-lead .__txt {
    margin: 0 0 10px;
  }
}
@media screen and (max-width:768px) {
  .c-lp._glucosamine_ .c-lp-visual-lead .__txt:nth-child(2) {
    width: 70%;
  }
}
.c-lp._glucosamine_ .c-lp-visual-lead .__txt:first-child {
  margin: 0 10px 45px 0;
}
@media screen and (max-width:768px) {
  .c-lp._glucosamine_ .c-lp-visual-lead .__txt:first-child {
    margin: 0 0 10px;
    width: 80%;
  }
}
@media screen and (max-width:768px) {
  .c-lp._glucosamine_ .c-lp-visual-lead .__txt:last-child {
    margin: 0;
  }
}
.c-lp._glucosamine_ .c-lp-support-ttl__txt {
  width: 76.33%;
}
@media screen and (max-width:768px) {
  .c-lp._glucosamine_ .c-lp-support-ttl__txt {
    width: 100%;
  }
}
.c-lp._glucosamine_ .c-lp-support-ttl__img {
  width: calc(23.67% - 24px);
}
@media screen and (max-width:768px) {
  .c-lp._glucosamine_ .c-lp-support-ttl__img {
    width: 45%;
    margin: 0 auto;
  }
}
.c-lp._glucosamine_ .c-lp-explanation__item._no1_ .c-lp-explanation__right {
  width: 31.25%;
  height: 533px;
}
@media screen and (max-width:768px) {
  .c-lp._glucosamine_ .c-lp-explanation__item._no1_ .c-lp-explanation__right {
    width: 100%;
    height: 100%;
  }
}
.c-lp._glucosamine_ .c-lp-explanation__item._no1_ .c-lp-explanation__left {
  width: calc(68.75% - 160px);
}
@media only screen and (min-width: 768px) and (max-width: 1195px) {
  .c-lp._glucosamine_ .c-lp-explanation__item._no1_ .c-lp-explanation__left {
    width: calc(68.75% - 60px);
  }
}
@media screen and (max-width:768px) {
  .c-lp._glucosamine_ .c-lp-explanation__item._no1_ .c-lp-explanation__left {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .c-lp._glucosamine_ .c-lp-explanation__item._no2_ .c-lp-explanation__left .__ttl {
    margin: 0 0 30px;
  }
}
@media screen and (max-width:768px) {
  .c-lp._glucosamine_ .c-lp-explanation__item._no3_ .c-lp-explanation__left .__ttl {
    margin: 0 0 30px;
  }
}
.c-lp._glucosamine_ .c-lp-start__img .__pic {
  height: 531px;
}
@media screen and (max-width:768px) {
  .c-lp._glucosamine_ .c-lp-start__img .__pic {
    height: 350px;
  }
}
.c-lp._acerola_ .c-lp-visual {
  background: url(../img/products/acerola/bg_visual.png) top center no-repeat;
  background-size: 100%;
  padding: 40px 0 0;
}
@media screen and (max-width:768px) {
  .c-lp._acerola_ .c-lp-visual {
    background: url(../img/products/acerola/bg_visual_sp.png) top center no-repeat;
    background-size: 100%;
    padding: 20px 0 0;
  }
}
.c-lp._acerola_ .c-lp-visual__txt {
  margin: 0 0 110px;
}
@media screen and (max-width:768px) {
  .c-lp._acerola_ .c-lp-visual__txt {
    margin: 0 0 10px;
  }
}
@media screen and (max-width:768px) {
  .c-lp._acerola_ .c-lp-visual__txt .__txt:first-child {
    width: 50%;
  }
}
.c-lp._acerola_ .c-lp-visual-ttl__detail {
  padding: 0;
}
.c-lp._acerola_ .c-lp-visual-ttl__detail .__ttl {
  margin: 0 0 45px;
}
@media screen and (max-width:768px) {
  .c-lp._acerola_ .c-lp-visual-ttl__detail .__ttl {
    margin: 0 0 25px;
  }
}
.c-lp._acerola_ .c-lp-visual-lead .__txt {
  margin: 0 10px 45px 0;
}
.c-lp._acerola_ .c-lp-visual-lead .__txt:last-child {
  margin: 0 0 45px;
}
@media screen and (max-width:768px) {
  .c-lp._acerola_ .c-lp-visual-lead .__txt {
    margin: 0 0 10px;
  }
}
@media screen and (max-width:768px) {
  .c-lp._acerola_ .c-lp-visual-lead .__txt:first-child {
    width: 60%;
  }
}
@media screen and (max-width:768px) {
  .c-lp._acerola_ .c-lp-visual-lead .__txt:nth-child(2) {
    width: 55%;
  }
}
@media screen and (max-width:768px) {
  .c-lp._acerola_ .c-lp-visual-lead .__txt:nth-child(3) {
    width: 55%;
  }
}
@media screen and (max-width:768px) {
  .c-lp._acerola_ .c-lp-visual-lead__flex {
    margin: 0;
  }
}
.c-lp._acerola_ .c-lp-visual-lead__flex .__txt {
  margin: 0 0 30px;
}
@media screen and (max-width:768px) {
  .c-lp._acerola_ .c-lp-visual-lead__flex .__txt {
    margin: 0 0 10px;
  }
}
.c-lp._acerola_ .c-lp-visual-lead .__txt01 {
  max-width: 632px;
}
@media screen and (max-width:768px) {
  .c-lp._acerola_ .c-lp-visual-lead .__txt01 {
    width: 70% !important;
  }
}
.c-lp._acerola_ .c-lp-visual-lead .__txt02 {
  max-width: 783px;
}
@media screen and (max-width:768px) {
  .c-lp._acerola_ .c-lp-visual-lead .__txt02 {
    width: 80% !important;
  }
}
.c-lp._acerola_ .c-lp-support-ttl {
  margin: 0 110px 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1410px) {
  .c-lp._acerola_ .c-lp-support-ttl {
    margin: 0 0 80px;
  }
}
@media screen and (max-width:768px) {
  .c-lp._acerola_ .c-lp-support-ttl {
    margin: 0 0 40px;
  }
}
.c-lp._acerola_ .c-lp-support-ttl__txt {
  width: 70.38%;
}
@media screen and (max-width:768px) {
  .c-lp._acerola_ .c-lp-support-ttl__txt {
    width: 100%;
  }
}
.c-lp._acerola_ .c-lp-support-ttl__img {
  width: calc(29.62% - 24px);
}
@media screen and (max-width:768px) {
  .c-lp._acerola_ .c-lp-support-ttl__img {
    width: 45%;
    margin: 0 auto;
  }
}
.c-lp._acerola_ .c-lp-explanation__item._no1_ .c-lp-explanation__right {
  width: 31.25%;
  height: 533px;
}
@media screen and (max-width:768px) {
  .c-lp._acerola_ .c-lp-explanation__item._no1_ .c-lp-explanation__right {
    width: 100%;
    height: 100%;
  }
}
.c-lp._acerola_ .c-lp-explanation__item._no1_ .c-lp-explanation__left {
  width: calc(68.75% - 160px);
}
@media only screen and (min-width: 768px) and (max-width: 1195px) {
  .c-lp._acerola_ .c-lp-explanation__item._no1_ .c-lp-explanation__left {
    width: calc(68.75% - 60px);
  }
}
@media screen and (max-width:768px) {
  .c-lp._acerola_ .c-lp-explanation__item._no1_ .c-lp-explanation__left {
    width: 100%;
  }
}
.c-lp._acerola_ .c-lp-start__img .__pic {
  height: 789px;
}
@media screen and (max-width:768px) {
  .c-lp._acerola_ .c-lp-start__img .__pic {
    height: 350px;
  }
}
.c-lp._sukkirizm_ .c-lp-visual {
  background: url(../img/products/sukkirizm/bg_visual.png) top center no-repeat;
  background-size: 100%;
  padding: 120px 0 0;
}
@media screen and (max-width:768px) {
  .c-lp._sukkirizm_ .c-lp-visual {
    background: url(../img/products/sukkirizm/bg_visual_sp.png) top center no-repeat;
    background-size: 100%;
    padding: 20px 0 0;
  }
}
@media screen and (max-width:768px) {
  .c-lp._sukkirizm_ .c-lp-visual__txt .__txt {
    width: 70%;
  }
  .c-lp._sukkirizm_ .c-lp-visual__txt .__txt:last-child {
    width: 85%;
  }
}
@media screen and (max-width:768px) {
  .c-lp._sukkirizm_ .c-lp-visual-lead .__txt:first-child {
    width: 60%;
  }
}
@media screen and (max-width:768px) {
  .c-lp._sukkirizm_ .c-lp-visual-lead .__txt:first-child {
    width: 60%;
  }
}
@media screen and (max-width:768px) {
  .c-lp._sukkirizm_ .c-lp-visual-lead .__txt:nth-child(2) {
    width: 60%;
  }
}
@media screen and (max-width:768px) {
  .c-lp._sukkirizm_ .c-lp-visual-lead__flex .__txt:first-child {
    width: 100%;
  }
}
.c-lp._sukkirizm_ .c-lp-support-ttl__txt {
  width: 63.13%;
}
@media screen and (max-width:768px) {
  .c-lp._sukkirizm_ .c-lp-support-ttl__txt {
    width: 100%;
  }
}
.c-lp._sukkirizm_ .c-lp-support-ttl__img {
  width: calc(36.87% - 40px);
  padding: 0 70px 0 0;
}
@media screen and (max-width:768px) {
  .c-lp._sukkirizm_ .c-lp-support-ttl__img {
    width: 45%;
    margin: 0 auto;
    padding: 0;
  }
}
.c-lp-visual {
  margin: 0 0 160px;
}
@media screen and (max-width:768px) {
  .c-lp-visual {
    margin: 0 0 80px;
  }
}
.c-lp-visual__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 35px;
}
@media screen and (max-width:768px) {
  .c-lp-visual__txt {
    flex-direction: column;
    margin: 0 auto 5px;
  }
}
@media screen and (max-width:768px) {
  .c-lp-visual__txt .__txt {
    margin: 0 0 10px;
  }
  .c-lp-visual__txt .__txt:last-child {
    margin: 0;
  }
}
.c-lp-visual-ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 120px;
}
@media screen and (max-width:768px) {
  .c-lp-visual-ttl {
    flex-direction: column;
    justify-content: center;
    align-items: inherit;
    margin: 0 0 40px;
  }
}
.c-lp-visual-ttl__detail {
  width: calc(61.87% - 202px);
  padding: 105px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1283px) {
  .c-lp-visual-ttl__detail {
    width: calc(61.87% - 100px);
  }
}
@media screen and (max-width:768px) {
  .c-lp-visual-ttl__detail {
    width: 100%;
    padding: 0;
  }
}
.c-lp-visual-ttl__detail .__ttl {
  position: relative;
  margin: 0 0 108px;
}
@media screen and (max-width:768px) {
  .c-lp-visual-ttl__detail .__ttl {
    padding: 40px 0 0;
    margin: 0 auto 25px;
    text-align: center;
  }
  .c-lp-visual-ttl__detail .__ttl .__elem {
    width: 80% !important;
  }
}
.c-lp-visual-ttl__detail .__ttl::before {
  content: "";
  position: absolute;
  top: -90px;
  left: -100px;
  width: 160px;
  height: 127px;
  background: url(../img/common/ico_sakura.svg) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px) {
  .c-lp-visual-ttl__detail .__ttl::before {
    width: 70px;
    height: 55px;
    top: 0;
    left: -5px;
  }
}
.c-lp-visual-ttl__img {
  padding: 0 120px 0 0;
  width: 38.13%;
}
@media only screen and (min-width: 768px) and (max-width: 1283px) {
  .c-lp-visual-ttl__img {
    padding: 0;
  }
}
@media screen and (max-width:768px) {
  .c-lp-visual-ttl__img {
    width: 45%;
    padding: 0;
    margin: 0 auto 40px;
  }
}
.c-lp-visual .c-lp-btn {
  max-width: 560px;
}
@media screen and (max-width:768px) {
  .c-lp-visual .c-lp-btn {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1283px) {
  .c-lp-visual .c-lp-btn__link {
    font-size: 2.5rem;
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1283px) {
  .c-lp-visual .c-lp-btn__img {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1283px) {
  .c-lp-visual .c-lp-btn__txt {
    width: calc(70% - 68px);
  }
}
.c-lp-visual-lead {
  margin: 0 0 95px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .c-lp-visual-lead {
    margin: 0 0 45px;
  }
}
.c-lp-visual-lead .__txt {
  margin: 0 40px 45px 0;
}
@media screen and (max-width:768px) {
  .c-lp-visual-lead .__txt {
    margin: 0 0 10px;
  }
}
.c-lp-visual-lead .__txt:last-child {
  margin: 0;
}
.c-lp-visual-lead__flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 45px;
}
@media screen and (max-width:768px) {
  .c-lp-visual-lead__flex {
    margin: 0 0 10px;
  }
}
.c-lp-visual-lead__flex .__txt {
  margin: 0 0 45px;
}
@media screen and (max-width:768px) {
  .c-lp-visual-lead__flex .__txt {
    margin: 0 0 10px;
  }
}
.c-lp-visual-lead__flex ._sukkirizm_ {
  width: 80%;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width:768px) {
  .c-lp-visual-lead__flex ._sukkirizm_ {
    width: 65%;
  }
}
.c-lp-btn._bottom_ {
  max-width: 940px;
  margin: 160px auto 0;
  padding: 0 30px;
}
@media screen and (max-width:768px) {
  .c-lp-btn._bottom_ {
    margin: 70px 20px 0;
    padding: 0;
  }
}
.c-lp-btn._bottom_ .c-lp-btn__link {
  padding: 20px 150px;
}
@media screen and (max-width:768px) {
  .c-lp-btn._bottom_ .c-lp-btn__link {
    padding: 20px;
  }
}
.c-lp-btn._bottom_ .c-lp-btn__link::before {
  content: "";
  position: absolute;
  bottom: -35px;
  right: -65px;
  width: 239px;
  height: 191px;
  background: url(../img/common/ico_sakura.svg) 0 0 no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .c-lp-btn._bottom_ .c-lp-btn__link::before {
    background-size: 70%;
    bottom: -120px;
    right: -120px;
  }
}
.c-lp-btn._bottom_ .c-lp-btn__img {
  width: 40.35%;
}
@media screen and (max-width:768px) {
  .c-lp-btn._bottom_ .c-lp-btn__img {
    width: 100px;
  }
}
.c-lp-btn._bottom_ .c-lp-btn__txt {
  width: calc(59.65% - 68px);
}
@media screen and (max-width:768px) {
  .c-lp-btn._bottom_ .c-lp-btn__txt {
    width: calc(100% - 100px - 58px);
  }
}
.c-lp-btn__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 45px;
  position: relative;
  border-radius: 180px;
  border: 4px solid #ffffff;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 8px;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  border-radius: 180px;
  background: #FFF1F6;
  box-shadow: 6px 6px 15px -8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .c-lp-btn__link {
    font-size: 2.2rem;
    letter-spacing: 4px;
    padding: 20px;
    box-shadow: 6px 6px 15px -8px rgba(0, 0, 0, 0.1);
  }
}
.c-lp-btn__link::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -60px;
  width: 239px;
  height: 191px;
  background: url(../img/common/ico_sakura.svg) 0 0 no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .c-lp-btn__link::after {
    background-size: 70%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-lp-btn__link:hover {
    box-shadow: none;
  }
  .c-lp-btn__link:hover .c-lp-btn__ico:last-child {
    transform: translateX(15px);
  }
}
.c-lp-btn__img {
  position: relative;
  z-index: 2;
  margin: 0 20px 0 0;
  width: 50.11%;
}
@media screen and (max-width:768px) {
  .c-lp-btn__img {
    width: 100px;
    margin: 0 10px 0 0;
  }
}
.c-lp-btn__txt {
  width: calc(49.89% - 68px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .c-lp-btn__txt {
    width: calc(100% - 100px - 58px);
  }
}
.c-lp-btn__ico {
  position: relative;
  z-index: 2;
  border-radius: 52px;
  width: 52px;
  height: 52px;
  background: #EC6D81;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  transition: 0.4s all;
  border: 4px solid #FFF1F6;
}
@media screen and (max-width:768px) {
  .c-lp-btn__ico {
    border-radius: 48px;
    width: 48px;
    height: 48px;
  }
}
.c-lp-btn__ico::before {
  margin: 0 -10px 0 0;
  display: inline-block;
}
.c-lp-price {
  border-radius: 32px;
  border: 4px solid #E6E6E6;
  background: #F6F5F2;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 40px 40px 30px 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .c-lp-price {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 16px;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.c-lp-price._ninniku_ {
  margin: 0 auto 30px;
}
.c-lp-price._bottle_ .c-lp-price__img {
  width: 23.7%;
}
.c-lp-price._bottle_ .c-lp-price__detail {
  width: calc(76.3% - 78px);
}
@media screen and (max-width:768px) {
  .c-lp-price._bottle_ .c-lp-price__detail {
    width: 100%;
  }
}
.c-lp-price._tsume_ .c-lp-price__img {
  width: 26.4%;
}
.c-lp-price._tsume_ .c-lp-price__detail {
  width: calc(73.6% - 69px);
}
@media screen and (max-width:768px) {
  .c-lp-price._tsume_ .c-lp-price__detail {
    width: 100%;
  }
}
.c-lp-price::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -60px;
  width: 239px;
  height: 191px;
  background: url(../img/common/ico_sakura.svg) 0 0 no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .c-lp-price::after {
    background-size: 80%;
  }
}
.c-lp-price__img {
  position: relative;
  z-index: 2;
  padding: 20px 0 0;
  width: 28.33%;
}
@media screen and (max-width:768px) {
  .c-lp-price__img {
    margin: 0 auto 20px;
  }
}
.c-lp-price__detail {
  position: relative;
  z-index: 2;
  width: calc(71.67% - 60px);
}
@media screen and (max-width:768px) {
  .c-lp-price__detail {
    width: 100%;
  }
}
.c-lp-price__detail .__name {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 8px;
  color: #EC6D81;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 15px;
}
@media screen and (max-width:768px) {
  .c-lp-price__detail .__name {
    font-size: 2rem;
    margin: 0 0 10px;
    letter-spacing: 4px;
  }
}
.c-lp-price__detail .__capacity {
  background: url(../img/products/bg_price.svg) 0 0 no-repeat;
  background-size: cover;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #ffffff;
  text-align: center;
  padding: 0 0 5px;
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1010px) {
  .c-lp-price__detail .__capacity {
    padding: 3px 0 5px;
    background-size: 100%;
  }
}
@media screen and (max-width:768px) {
  .c-lp-price__detail .__capacity {
    font-size: 1.6rem;
    letter-spacing: 0.4px;
    margin: 0 0 5px;
    padding: 9.09% 0 0;
    line-height: 1.8;
    width: 100%;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-lp-price__detail .__capacity .__txt {
    margin: -9.09% 0 0;
    display: block;
  }
}
.c-lp-price__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-lp-price__price {
    flex-direction: column;
    justify-content: center;
  }
}
.c-lp-price__price .__meyasu {
  width: 112px;
  height: 112px;
  background: url(../img/products/bg_meyasu.svg) 0 0 no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #ffffff;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .c-lp-price__price .__meyasu {
    order: 2;
  }
}
.c-lp-price__price .__yen {
  width: calc(100% - 112px - 10px);
  font-family: "Noto Serif JP", serif;
  font-size: 8rem;
  font-weight: 700;
  color: #EC6D81;
}
@media screen and (max-width:768px) {
  .c-lp-price__price .__yen {
    order: 1;
    width: 100%;
    margin: 0 0 20px;
    font-size: 7rem;
  }
}
.c-lp-price__price .__small {
  font-size: 4.8rem;
  position: relative;
  padding: 35px 0 0;
  display: inline-block;
}
.c-lp-price__price .__small::before {
  content: "(税込)";
  position: absolute;
  top: 0;
  left: 0;
  color: #EC6D81;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
}
.c-lp-nayami {
  border-radius: 80px;
  background: #F6F5F2;
  padding: 160px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .c-lp-nayami {
    border-radius: 40px;
    padding: 70px 0;
  }
}
.c-lp-nayami__inner {
  background: url(../img/products/bg_line_sakura.svg) bottom center no-repeat;
  background-size: auto;
  padding: 0 0 150px;
  margin: 0 0 120px;
}
@media screen and (max-width:768px) {
  .c-lp-nayami__inner {
    padding: 0 0 100px;
    margin: 0 0 50px;
    background-size: contain;
  }
}
.c-lp-nayami__inner .__ttl {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 8px;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin: 0 0 110px;
  padding: 45px 0;
  background: url(../img/products/bg_ttl_nayami.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width:768px) {
  .c-lp-nayami__inner .__ttl {
    font-size: 2.6rem;
    letter-spacing: 4px;
    margin: 0 0 40px;
    padding: 20px 0;
  }
}
.c-lp-nayami-slider {
  padding: 50px 0 0;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .c-lp-nayami-slider {
    padding: 0;
    overflow: visible;
  }
}
@media screen and (max-width:768px) {
  .c-lp-nayami-slider__list {
    margin-bottom: 50px !important;
  }
}
.c-lp-nayami-slider__item {
  margin: 0 65px;
}
@media screen and (max-width:768px) {
  .c-lp-nayami-slider__item {
    margin: 0 35px;
  }
}
.c-lp-nayami-slider .slick-center {
  margin-top: -50px;
}
@media screen and (max-width:768px) {
  .c-lp-nayami-slider .slick-center {
    margin-top: 0;
  }
}
.c-lp-nayami-slider .slick-list {
  overflow: visible !important;
}
.c-lp-nayami-slider .slick-prev,
.c-lp-nayami-slider .slick-next {
  z-index: 10;
  transition: 0.4s all;
  width: 48px;
  height: 48px;
  overflow: visible;
}
.c-lp-nayami-slider .slick-prev::before,
.c-lp-nayami-slider .slick-next::before {
  background: #EC6D81;
  font-size: 1.4rem;
  font-family: "icomoon";
  content: "\e906";
  display: inline-flex;
  width: 48px;
  height: 48px;
  color: #ffffff;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
@media screen and (max-width:768px) {
  .c-lp-nayami-slider .slick-prev::before,
  .c-lp-nayami-slider .slick-next::before {
    margin: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-lp-nayami-slider .slick-prev:hover,
  .c-lp-nayami-slider .slick-next:hover {
    opacity: 0.7;
  }
}
.c-lp-nayami-slider .slick-prev {
  left: 380px;
}
@media only screen and (min-width: 768px) and (max-width: 1325px) {
  .c-lp-nayami-slider .slick-prev {
    left: 16vw;
  }
}
@media screen and (max-width:768px) {
  .c-lp-nayami-slider .slick-prev {
    left: -10px;
  }
}
.c-lp-nayami-slider .slick-prev::before {
  transform: rotateY(180deg);
}
.c-lp-nayami-slider .slick-next {
  right: 390px;
}
@media only screen and (min-width: 768px) and (max-width: 1325px) {
  .c-lp-nayami-slider .slick-next {
    right: 16vw;
  }
}
@media screen and (max-width:768px) {
  .c-lp-nayami-slider .slick-next {
    right: -10px;
  }
}
@media screen and (max-width:768px) {
  .c-lp-nayami-slider .slick-dots {
    margin: 30px 0 0;
  }
}
.c-lp-nayami-slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 15px;
}
@media screen and (max-width:768px) {
  .c-lp-nayami-slider .slick-dots li {
    margin: 0 10px;
  }
}
.c-lp-nayami-slider .slick-dots button {
  padding: 4px;
  width: 12px;
  height: 12px;
}
.c-lp-nayami-slider .slick-dots button::before {
  font-size: 2rem;
  opacity: 1;
  background: #EC6D81;
  content: "";
  border-radius: 12px;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-lp-nayami-slider .slick-dots .slick-active button::before {
  background: #F6F5F2;
  border: 4px solid #EC6D81;
  border-radius: 12px;
  width: 12px;
  height: 12px;
}
.c-lp-support-ttl {
  margin: 0 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .c-lp-support-ttl {
    margin: 0 0 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.c-lp-support-ttl__txt {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 8px;
  font-family: "Noto Serif JP", serif;
  color: #000000;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 1410px) {
  .c-lp-support-ttl__txt {
    font-size: 3rem;
  }
}
@media screen and (max-width:768px) {
  .c-lp-support-ttl__txt {
    font-size: 2.4rem;
    letter-spacing: 3px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1410px) {
  .c-lp-support-ttl__txt .__number {
    background-size: contain;
    padding: 5px 20px;
  }
}
.c-lp-support-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 80px;
  color: #000000;
  font-size: 2.4rem;
  letter-spacing: 1.2px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 1410px) {
  .c-lp-support-detail {
    gap: 0 40px;
  }
}
@media screen and (max-width:768px) {
  .c-lp-support-detail {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
    font-size: 1.8rem;
    letter-spacing: 0.6px;
  }
}
.c-lp-explanation__ttl {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 8px;
  font-family: "Noto Serif JP", serif;
  color: #000000;
  margin: 0 0 80px;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .c-lp-explanation__ttl {
    font-size: 2.4rem;
    letter-spacing: 3px;
    margin: 0 0 30px;
  }
}
.c-lp-explanation__item {
  max-width: 1340px;
  margin: 0 auto 120px;
  padding: 0 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .c-lp-explanation__item {
    flex-direction: column;
    margin: 0 auto 40px;
    padding: 0 20px;
  }
}
.c-lp-explanation__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  height: 100%;
  background: #ffffff;
}
.c-lp-explanation__item:last-child {
  margin: 0 auto;
}
.c-lp-explanation__item:nth-child(2n-1)::before {
  border-radius: 0 40px 40px 0;
  left: -21%;
}
@media screen and (max-width:768px) {
  .c-lp-explanation__item:nth-child(2n-1)::before {
    border-radius: 0 20px 20px 0;
    left: -10%;
  }
}
.c-lp-explanation__item:nth-child(2n)::before {
  border-radius: 40px 0 0 40px;
  right: -21%;
}
@media screen and (max-width:768px) {
  .c-lp-explanation__item:nth-child(2n)::before {
    border-radius: 20px 0 0 20px;
    right: -10%;
  }
}
.c-lp-explanation__item:nth-child(2n) .c-lp-explanation__left {
  order: 2;
}
@media screen and (max-width:768px) {
  .c-lp-explanation__item:nth-child(2n) .c-lp-explanation__left {
    order: 1;
    padding: 30px 4% 0 15%;
  }
}
.c-lp-explanation__item:nth-child(2n) .c-lp-explanation__right {
  order: 1;
}
@media screen and (max-width:768px) {
  .c-lp-explanation__item:nth-child(2n) .c-lp-explanation__right {
    order: 2;
  }
}
.c-lp-explanation__item._no1_ .c-lp-explanation__left .__ttl::before {
  content: "1";
}
.c-lp-explanation__item._no2_ .c-lp-explanation__left .__ttl::before {
  content: "2";
}
.c-lp-explanation__item._no3_ .c-lp-explanation__left .__ttl::before {
  content: "3";
}
.c-lp-explanation__left {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 80px 0;
  color: #000000;
  width: calc(58.36% - 160px);
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1195px) {
  .c-lp-explanation__left {
    width: calc(58.36% - 60px);
  }
}
@media screen and (max-width:768px) {
  .c-lp-explanation__left {
    width: 100%;
    padding: 30px 15% 0 4%;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
  }
}
.c-lp-explanation__left .__txt {
  margin: 0 0 40px;
}
@media screen and (max-width:768px) {
  .c-lp-explanation__left .__txt {
    margin: 0 0 20px;
  }
}
.c-lp-explanation__left .__txt:last-child {
  margin: 0;
}
.c-lp-explanation__left .__txt02 {
  margin: 0 0 40px;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
}
@media screen and (max-width:768px) {
  .c-lp-explanation__left .__txt02 {
    margin: 0 0 20px;
    font-size: 1.4rem;
    letter-spacing: 0.4px;
  }
}
.c-lp-explanation__left .__txt02:last-child {
  margin: 0;
}
.c-lp-explanation__left .__ttl {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 8px;
  margin: 0 0 20px;
  padding: 0 0 0 130px;
  color: #79A44E;
  font-family: "Noto Serif JP", serif;
  position: relative;
  line-height: 1.8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1195px) {
  .c-lp-explanation__left .__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width:768px) {
  .c-lp-explanation__left .__ttl {
    font-size: 2rem;
    margin: 0 0 20px;
    padding: 0 0 0 82px;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.6;
  }
}
.c-lp-explanation__left .__ttl::before {
  background: url(../img/products/bg_number.svg) center center no-repeat;
  background-size: cover;
  color: #ffffff;
  width: 108px;
  height: 74px;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 8px;
  margin: 0 10px 0 0;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .c-lp-explanation__left .__ttl::before {
    font-size: 2rem;
    width: 72px;
    height: 50px;
  }
}
.c-lp-explanation__left .__sub-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 8px;
  color: #79A44E;
  font-family: "Noto Serif JP", serif;
  padding: 0 0 20px;
  margin: 0 0 30px;
  border-bottom: 1px solid #B5B5B5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .c-lp-explanation__left .__sub-ttl {
    font-size: 1.8rem;
    padding: 0 0 10px;
    margin: 0 0 15px;
    letter-spacing: 4px;
    line-height: 1.6;
  }
}
.c-lp-explanation__left .__sub-ttl .__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 15px;
  background: #A5C784;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-align: center;
  line-height: 1.3;
  color: #ffffff;
  border-radius: 16px;
}
@media screen and (max-width:768px) {
  .c-lp-explanation__left .__sub-ttl .__label {
    padding: 3px 10px;
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
}
.c-lp-explanation__left .__sub-ttl .__num {
  font-size: 2rem;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .c-lp-explanation__left .__sub-ttl .__num {
    font-size: 1.8rem;
    letter-spacing: 0.5px;
  }
}
.c-lp-explanation__left .__small {
  font-size: 2rem;
  margin: 0 0 0 10px;
}
@media screen and (max-width:768px) {
  .c-lp-explanation__left .__small {
    margin: 0;
    font-size: 1.6rem;
  }
}
.c-lp-explanation__right {
  position: relative;
  z-index: 2;
  width: 41.64%;
  height: 400px;
  margin: 80px 0;
  border-radius: 24px;
}
@media screen and (max-width:768px) {
  .c-lp-explanation__right {
    width: 100%;
    height: 100%;
    margin: 30px 0;
    border-radius: 12px;
  }
}
.c-lp-explanation__img {
  height: 100%;
}
.c-lp-explanation__img .__elem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media screen and (max-width:768px) {
  .c-lp-explanation__img .__elem {
    border-radius: 12px;
  }
}
.c-lp-sales {
  background: url(../img/products/bg_sakura.jpg) center center no-repeat;
  margin: -95px 0 0;
  padding: 250px 30px 160px;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width:768px) {
  .c-lp-sales {
    background-size: cover;
    margin: -45px 0 0;
    padding: 130px 20px 80px;
  }
}
.c-lp-sales__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 120px 80px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 40px;
  font-size: 2rem;
  letter-spacing: 1px;
  color: #000000;
  line-height: 2;
}
@media screen and (max-width:768px) {
  .c-lp-sales__inner {
    padding: 40px 25px;
    font-size: 1.5rem;
  }
}
.c-lp-sales__pink {
  color: #EC6D81;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 8px;
  margin: 0 0 30px;
}
@media screen and (max-width:768px) {
  .c-lp-sales__pink {
    font-size: 1.8rem;
    letter-spacing: 4px;
    margin: 0 0 15px;
  }
}
.c-lp-sales__ttl {
  color: #EC6D81;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 8px;
  margin: 0 0 30px;
  line-height: 1.6;
}
@media screen and (max-width:768px) {
  .c-lp-sales__ttl {
    font-size: 2.4rem;
    letter-spacing: 4px;
    margin: 0 0 15px;
  }
}
.c-lp-voice {
  padding-top: 160px;
  margin-bottom: 100px;
}
@media screen and (max-width:768px) {
  .c-lp-voice {
    padding-top: 70px;
    margin-bottom: 70px;
  }
}
.c-lp-voice__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 8px;
  color: #000000;
  text-align: center;
  margin: 0 0 80px;
}
@media screen and (max-width:768px) {
  .c-lp-voice__ttl {
    margin: 0 0 40px;
    font-size: 2.8rem;
    letter-spacing: 4px;
    width: 100%;
  }
}
.c-lp-voice__ttl .__ttl {
  position: relative;
  padding: 0 90px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 1185px) {
  .c-lp-voice__ttl .__ttl {
    display: block;
  }
}
@media screen and (max-width:768px) {
  .c-lp-voice__ttl .__ttl {
    padding: 0 30px;
    display: block;
  }
}
.c-lp-voice__ttl .__ttl::before {
  background: url(../img/products/bg_voice_left.svg) top left no-repeat;
  background-size: cover;
  width: 52px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 1185px) {
  .c-lp-voice__ttl .__ttl::before {
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width:768px) {
  .c-lp-voice__ttl .__ttl::before {
    top: 50%;
    transform: translate(0, -50%);
    background-size: cover;
    width: 30px;
    height: 45px;
  }
}
.c-lp-voice__ttl .__ttl::after {
  background: url(../img/products/bg_voice_right.svg) top right no-repeat;
  background-size: cover;
  width: 52px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 1185px) {
  .c-lp-voice__ttl .__ttl::after {
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width:768px) {
  .c-lp-voice__ttl .__ttl::after {
    top: 50%;
    transform: translate(0, -50%);
    background-size: cover;
    width: 30px;
    height: 45px;
  }
}
.c-lp-voice__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -40px;
}
@media only screen and (min-width: 768px) and (max-width: 1185px) {
  .c-lp-voice__list {
    margin: 0 -20px;
  }
}
@media screen and (max-width:768px) {
  .c-lp-voice__list {
    margin: 0;
  }
}
.c-lp-voice__item {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  color: #000000;
  margin: 0 40px 80px;
  width: calc((100% - 160px) / 2);
}
@media only screen and (min-width: 768px) and (max-width: 1185px) {
  .c-lp-voice__item {
    margin: 0 20px 40px;
    width: calc((100% - 80px) / 2);
  }
}
@media screen and (max-width:768px) {
  .c-lp-voice__item {
    width: 100%;
    margin: 0 0 40px;
    font-size: 1.6rem;
  }
  .c-lp-voice__item:last-child {
    margin-bottom: 0;
  }
}
.c-lp-voice__item:nth-child(3) .c-lp-voice-top__ttl, .c-lp-voice__item:nth-child(4) .c-lp-voice-top__ttl {
  order: 2;
}
.c-lp-voice__item:nth-child(3) .c-lp-voice-top__img, .c-lp-voice__item:nth-child(4) .c-lp-voice-top__img {
  order: 1;
}
.c-lp-voice-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}
@media screen and (max-width:768px) {
  .c-lp-voice-top {
    margin: 0 0 10px;
  }
}
@media screen and (max-width:768px) {
  .c-lp-voice-top__ttl {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width:768px) {
  .c-lp-voice-top__img {
    width: 50%;
  }
}
.c-lp-start {
  margin-bottom: 160px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .c-lp-start {
    margin-bottom: 70px;
    flex-direction: column;
  }
}
.c-lp-start-left {
  width: 75%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 8px;
  color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 1230px) {
  .c-lp-start-left {
    padding: 0 40px 0 0;
    width: 60%;
  }
}
@media screen and (max-width:768px) {
  .c-lp-start-left {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 4px;
    margin: 0 0 30px;
  }
}
.c-lp-start-left__ttl {
  font-size: 6.4rem;
  font-weight: 700;
  letter-spacing: 8px;
  color: #000000;
  margin: 0 0 80px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 1230px) {
  .c-lp-start-left__ttl {
    font-size: 4rem;
  }
  .c-lp-start-left__ttl br {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .c-lp-start-left__ttl {
    font-size: 2.8rem;
    letter-spacing: 4px;
    margin: 0 0 30px;
  }
}
.c-lp-start-left__ttl .u-c-pink {
  font-size: 6.4rem !important;
}
@media only screen and (min-width: 768px) and (max-width: 1230px) {
  .c-lp-start-left__ttl .u-c-pink {
    font-size: 4.5rem !important;
  }
}
@media screen and (max-width:768px) {
  .c-lp-start-left__ttl .u-c-pink {
    font-size: 3.2rem !important;
  }
}
.c-lp-start-left .u-c-pink {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .c-lp-start-left .u-c-pink {
    font-size: 2rem;
  }
}
.c-lp-start-left .__bg-pink {
  font-size: 2.4rem;
  border-radius: 4px;
}
@media screen and (max-width:768px) {
  .c-lp-start-left .__bg-pink {
    font-size: 2rem;
  }
}
.c-lp-start-left .__txt {
  margin: 0 0 40px;
}
@media screen and (max-width:768px) {
  .c-lp-start-left .__txt {
    margin: 0 0 20px;
  }
}
.c-lp-start__img {
  width: 19%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1230px) {
  .c-lp-start__img {
    width: 40%;
  }
}
@media screen and (max-width:768px) {
  .c-lp-start__img {
    width: 100%;
    height: 100%;
    margin: 0 -20px 0 0;
  }
}
.c-lp-start__img .__pic {
  width: 560px;
  height: 693px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .c-lp-start__img .__pic {
    width: calc(100% + 20px);
    height: 350px;
    position: relative;
    display: block;
  }
}
.c-lp-start__img .__elem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width:768px) {
  .c-lp-start__img .__elem {
    border-radius: 20px 0 0 20px;
  }
}

.c-business-environment {
  padding: 120px 0 0;
  margin: 0 0 160px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .c-business-environment {
    padding: 60px 0 0;
    margin: 0 0 70px;
  }
}
@media screen and (max-width:768px) {
  .c-business-environment-slider__item {
    height: 350px !important;
  }
  .c-business-environment-slider__item .__elem {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-business-interview__block {
  margin: 0 0 160px;
}
@media screen and (max-width:768px) {
  .c-business-interview__block {
    margin: 0 0 50px;
  }
}
.c-business-interview__block._pink_ .c-business-interview-ttl__ico {
  color: #EC6D81;
}
.c-business-interview__block._pink_ .c-business-interview-ttl__name .__type {
  background: #FFF1F6;
  color: #EC6D81;
}
.c-business-interview__block._pink_ .c-business-interview-ttl__name .__kana {
  color: #EC6D81;
}
.c-business-interview__block._pink_ .c-business-faq .__sub-ttl {
  color: #EC6D81;
}
.c-business-interview__block:last-child {
  margin: 0;
}
.c-business-interview__block:nth-child(2n+1) .c-business-interview__left {
  order: 2;
  margin: 0 0 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1335px) {
  .c-business-interview__block:nth-child(2n+1) .c-business-interview__left {
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width:768px) {
  .c-business-interview__block:nth-child(2n+1) .c-business-interview__left {
    margin: 0;
  }
}
.c-business-interview__block:nth-child(2n+1) .c-business-interview__right {
  order: 1;
}
.c-business-interview__block:nth-child(2n+1) .c-business-interview__right .__pic {
  left: auto;
  right: 0;
  border-radius: 0 80px 80px 0;
}
@media screen and (max-width:768px) {
  .c-business-interview__block:nth-child(2n+1) .c-business-interview__right .__pic {
    border-radius: 0 40px 40px 0;
  }
}
.c-business-interview__block:nth-child(2n+1) .c-business-interview__right .__elem {
  border-radius: 0 80px 80px 0;
}
@media screen and (max-width:768px) {
  .c-business-interview__block:nth-child(2n+1) .c-business-interview__right .__elem {
    border-radius: 0 40px 40px 0;
  }
}
.c-business-interview__block:nth-child(2n+1) .c-business-interview-ttl::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
}
@media screen and (max-width:768px) {
  .c-business-interview__block:nth-child(2n+1) .c-business-interview-img {
    margin: 0 0 40px -20px;
    width: calc(100% + 20px);
    border-radius: 0 40px 40px 0;
  }
  .c-business-interview__block:nth-child(2n+1) .c-business-interview-img .__elem {
    border-radius: 0 40px 40px 0;
  }
}
.c-business-interview__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 80px;
}
@media screen and (max-width:768px) {
  .c-business-interview__inner {
    margin: 0 0 35px;
  }
}
.c-business-interview__left {
  width: 90%;
  margin: 0 80px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1335px) {
  .c-business-interview__left {
    width: 50%;
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width:768px) {
  .c-business-interview__left {
    width: 100%;
    margin: 0 0 40px;
  }
}
.c-business-interview__left .c-business-faq {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
}
.c-business-interview__right {
  width: 45%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1335px) {
  .c-business-interview__right {
    width: 50%;
  }
}
.c-business-interview__right .__pic {
  width: 720px;
  height: 480px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 80px 0 0 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1335px) {
  .c-business-interview__right .__pic {
    width: 610px;
  }
}
.c-business-interview__right .__elem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 80px 0 0 80px;
}
.c-business-interview-ttl {
  margin: 0 0 50px;
  padding: 0 0 25px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .c-business-interview-ttl {
    margin: 0 0 30px;
    padding: 0 0 15px;
  }
}
.c-business-interview-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 160px);
  height: 1px;
  background: #000000;
  z-index: 2;
}
.c-business-interview-ttl__ico {
  width: 140px;
  text-align: center;
  color: #31A4D7;
  font-size: 1.8rem;
  letter-spacing: 0.9px;
}
@media screen and (max-width:768px) {
  .c-business-interview-ttl__ico {
    width: 100px;
    font-size: 1.4rem;
    letter-spacing: 0.45px;
  }
}
.c-business-interview-ttl__name {
  width: calc(100% - 140px - 40px);
}
@media screen and (max-width:768px) {
  .c-business-interview-ttl__name {
    width: calc(100% - 100px - 20px);
  }
}
.c-business-interview-ttl__name .__type {
  border-radius: 24px;
  height: 48px;
  background: #EEF9FF;
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  color: #31A4D7;
  padding: 0 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
}
@media screen and (max-width:768px) {
  .c-business-interview-ttl__name .__type {
    height: 35px;
    font-size: 1.4rem;
    letter-spacing: 0.45px;
    padding: 0 15px;
  }
}
.c-business-interview-ttl__name .__name {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  color: #000000;
}
@media screen and (max-width:768px) {
  .c-business-interview-ttl__name .__name {
    font-size: 2.5rem;
  }
}
.c-business-interview-ttl__name .__kana {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 3px;
  color: #4EBDEF;
  margin: 0 0 0 15px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width:768px) {
  .c-business-interview-ttl__name .__kana {
    letter-spacing: 1.5px;
    font-size: 1.3rem;
    display: block;
    margin: 0;
  }
}
@media screen and (max-width:768px) {
  .c-business-interview-img {
    margin: 0 -20px 40px 0;
    width: calc(100% + 20px);
    border-radius: 40px 0 0 40px;
  }
  .c-business-interview-img .__elem {
    border-radius: 40px 0 0 40px;
  }
}
.c-business-faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1155px) {
  .c-business-faq {
    gap: 40px;
  }
}
@media screen and (max-width:768px) {
  .c-business-faq {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.c-business-faq .__sub-ttl {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 15px;
  color: #4EBDEF;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .c-business-faq .__sub-ttl {
    font-size: 1.3rem;
    letter-spacing: 1.5px;
    margin: 0 0 5px;
  }
}
.c-business-faq .__txt {
  position: relative;
  z-index: 2;
}
.c-business-faq__item {
  color: #000000;
}
.c-business-faq__question {
  position: relative;
  padding: 30px 0 0 40px;
  margin: 0 0 50px;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1155px) {
  .c-business-faq__question br {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .c-business-faq__question {
    padding: 15px 15px 0 15px;
    margin: 0 0 15px;
    font-size: 2rem;
  }
}
.c-business-faq__question::after {
  font-size: 12rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F1F1F1;
  font-family: "Playfair Display", serif;
  content: "Q";
  position: absolute;
  top: 25px;
  left: 0;
}
@media screen and (max-width:768px) {
  .c-business-faq__question::after {
    font-size: 6rem;
    top: 15px;
  }
}
.c-business-faq__question .__txt {
  line-height: 1.8;
}
.c-business-faq__answer {
  position: relative;
  padding: 30px 0 50px 40px;
  border-bottom: 1px solid #B5B5B5;
}
@media screen and (max-width:768px) {
  .c-business-faq__answer {
    padding: 15px 15px 40px 15px;
  }
}
.c-business-faq__answer::after {
  font-size: 12rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F1F1F1;
  font-family: "Playfair Display", serif;
  content: "A";
  position: absolute;
  top: 25px;
  left: 0;
}
@media screen and (max-width:768px) {
  .c-business-faq__answer::after {
    font-size: 6rem;
    top: 15px;
  }
}
.c-business-guidelines {
  background: #F6F5F2;
  padding: 160px 0;
  margin: 0 0 160px;
  font-size: 1.9rem;
  letter-spacing: 0.95px;
  color: #000000;
}
@media screen and (max-width:768px) {
  .c-business-guidelines {
    padding: 70px 0;
    margin: 0 0 70px;
    font-size: 1.6rem;
    letter-spacing: 0.45px;
  }
}
.c-business-guidelines__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 80px 80px;
  grid-template-areas: "blue pink" "gray gray";
  margin: 80px 0 0;
}
@media screen and (max-width:768px) {
  .c-business-guidelines__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    grid-template-areas: "blue" "pink" "gray" "gray";
    margin: 40px 0 0;
  }
}
.c-business-guidelines__item {
  display: flex;
  justify-content: space-between;
}
.c-business-guidelines__item._blue_ {
  grid-area: blue;
}
.c-business-guidelines__item._blue_ .c-business-guidelines-detail__item .__ttl {
  color: #31A4D7;
}
.c-business-guidelines__item._pink_ {
  grid-area: pink;
}
.c-business-guidelines__item._pink_ .c-business-guidelines-detail__item .__ttl {
  color: #EC6D81;
}
.c-business-guidelines__item._gray_ {
  grid-area: gray;
}
.c-business-guidelines__item._gray_ .c-business-guidelines-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 80px;
  padding: 0 120px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1155px) {
  .c-business-guidelines__item._gray_ .c-business-guidelines-detail {
    padding: 0 60px 0 0;
  }
}
@media screen and (max-width:768px) {
  .c-business-guidelines__item._gray_ .c-business-guidelines-detail {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0;
  }
}
.c-business-guidelines__item._gray_ .c-business-guidelines-detail__item .__ttl {
  color: #8B8B8B;
}
.c-business-guidelines__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  writing-mode: vertical-lr;
  padding-left: 24px;
  border-left: 1px solid #000000;
  white-space: nowrap;
}
@media screen and (max-width:768px) {
  .c-business-guidelines__ttl {
    font-size: 2.5rem;
    padding-left: 12px;
  }
}
.c-business-guidelines-detail {
  width: calc(100% - 122px);
  font-size: 1.7rem;
  letter-spacing: 0.85px;
}
@media screen and (max-width:768px) {
  .c-business-guidelines-detail {
    width: calc(100% - 80px);
    font-size: 1.5rem;
    letter-spacing: 0.4px;
  }
}
.c-business-guidelines-detail__item {
  margin: 0 0 30px;
}
@media screen and (max-width:768px) {
  .c-business-guidelines-detail__item {
    margin: 0 0 15px;
  }
}
.c-business-guidelines-detail__item:last-child {
  margin: 0 0 80px;
}
@media screen and (max-width:768px) {
  .c-business-guidelines-detail__item:last-child {
    margin: 0 0 30px;
  }
}
@media screen and (max-width:768px) {
  .c-business-guidelines-detail__left .c-business-guidelines-detail__item:last-child {
    margin: 0;
  }
}
.c-business-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  /*display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;

  @include g.smMax {
      grid-template-columns: repeat(1, 1fr);
      gap: 10px;
  }*/
}
.c-business-btn__item {
  width: 50%;
  margin: 0 8px;
}
@media screen and (max-width:768px) {
  .c-business-btn__item {
    width: 100%;
    margin: 0 0 10px;
  }
}
.c-business-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 240px;
  border-radius: 16px;
  padding: 50px 30px;
  color: #ffffff;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .c-business-btn__link {
    padding: 25px 15px;
    height: 120px;
    border-radius: 8px;
  }
}
.c-business-btn__link._mynavi_ {
  background: #00AAEB;
}
@media (hover: hover) and (pointer: fine) {
  .c-business-btn__link._mynavi_:hover {
    color: #4EBDEF;
    background: #EEF9FF;
  }
  .c-business-btn__link._mynavi_:hover .__detail {
    background: #4EBDEF;
    color: #ffffff;
  }
}
.c-business-btn__link._form_ {
  background: #8B8B8B;
}
@media (hover: hover) and (pointer: fine) {
  .c-business-btn__link._form_:hover {
    color: #000000;
    background: #F1F1F1;
  }
  .c-business-btn__link._form_:hover .__detail {
    background: #000000;
    color: #ffffff;
  }
}
.c-business-btn__link .__txt {
  font-size: 8rem;
  letter-spacing: 20px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:768px) {
  .c-business-btn__link .__txt {
    font-size: 5rem;
    letter-spacing: 10px;
    line-height: 1;
  }
}
.c-business-btn__link .__detail {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  color: #000000;
  text-align: center;
  border-radius: 20px;
  background: #ffffff;
  padding: 2px 0;
  width: 100%;
  margin: 40px 0 0;
}
@media screen and (max-width:768px) {
  .c-business-btn__link .__detail {
    font-size: 1.4rem;
    letter-spacing: 0.45px;
    margin: 10px 0 0;
    padding: 3px 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-business-btn__link:hover {
    border-radius: 120px;
  }
}

.c-side-btn {
  position: fixed;
  left: 0;
  bottom: 100px;
  z-index: 10;
}
.c-side-btn__inner {
  border-radius: 0 200px 200px 0;
  background: #FFF1F6;
}
.c-side-btn__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  position: relative;
  border-radius: 0 200px 200px 0;
  border: 4px solid #ffffff;
  border-left: none;
  box-shadow: 6px 6px 15px -8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.c-side-btn__link::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -60px;
  width: 152px;
  height: 121px;
  background: url(../img/common/ico_sakura.svg) 0 0 no-repeat;
  background-size: cover;
  z-index: 1;
}
.c-side-btn__link .__txt {
  position: relative;
  z-index: 2;
  margin: 0 15px 0 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-side-btn__link:hover {
    box-shadow: none;
  }
  .c-side-btn__link:hover .c-side-btn__ico:last-child {
    transform: translateX(15px);
  }
}
.c-side-btn__ico {
  position: relative;
  z-index: 2;
  border-radius: 52px;
  width: 52px;
  height: 52px;
  background: #EC6D81;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  transition: 0.4s all;
  border: 4px solid #FFF1F6;
}
.c-side-btn__ico::before {
  margin: 0 -5px 0 0;
  display: inline-block;
}

.c-food-lead {
  position: relative;
  background: #F6F5F2;
  padding: 120px 0 160px;
}
@media screen and (max-width:768px) {
  .c-food-lead {
    padding: 70px 0;
  }
}
.c-food-lead::before {
  background: url(../img/food-service/bg_service_top.png) top center no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1280px;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .c-food-lead::before {
    height: 500px;
  }
}
.c-food-lead::after {
  background: url(../img/food-service/bg_service_bottom.png) center bottom no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 717px;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .c-food-lead::after {
    height: 400px;
    background: url(../img/food-service/bg_service_bottom.png) right bottom no-repeat;
    left: auto;
    right: 0;
    background-size: cover;
  }
}
.c-food-lead__inner, .c-food-lead-slider, .c-food-lead-img, .c-food-lead-motto {
  position: relative;
  z-index: 2;
}
.c-food-lead__inner {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width:768px) {
  .c-food-lead__inner {
    margin-bottom: 60px;
  }
}
.c-food-lead-slider {
  margin-bottom: 120px;
}
@media screen and (max-width:768px) {
  .c-food-lead-slider {
    margin-bottom: 60px;
  }
}
.c-food-lead-slider__item {
  margin: 0 40px;
}
@media screen and (max-width:768px) {
  .c-food-lead-slider__item {
    margin: 0 20px;
    height: 150px !important;
  }
  .c-food-lead-slider__item .__elem {
    width: auto !important;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-food-lead-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1155px) {
  .c-food-lead-img {
    gap: 40px;
  }
}
@media screen and (max-width:768px) {
  .c-food-lead-img {
    gap: 10px;
  }
}
.c-food-lead-motto {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .c-food-lead-motto {
    flex-direction: column;
  }
}
.c-food-lead-motto__left {
  width: calc(62.5% - 80px);
}
@media only screen and (min-width: 768px) and (max-width: 1155px) {
  .c-food-lead-motto__left {
    width: calc(62.5% - 40px);
  }
}
@media screen and (max-width:768px) {
  .c-food-lead-motto__left {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1315px) {
  .c-food-lead-motto__left .e-h5 br {
    display: none;
  }
}
.c-food-lead-motto__right {
  width: 37.5%;
}
@media screen and (max-width:768px) {
  .c-food-lead-motto__right {
    width: 100%;
  }
}
.c-food-lead-motto__ttl {
  background: #EC6D81;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  padding: 5px 15px;
  margin: 0 0 25px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:768px) {
  .c-food-lead-motto__ttl {
    font-size: 2rem;
    letter-spacing: 0.6px;
    padding: 3px 15px;
    margin: 0 0 15px;
  }
}
.c-food-detail {
  text-align: center;
  padding: 160px 0;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-food-detail {
    padding: 70px 0;
  }
  .c-food-detail .e-h5 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.c-food-detail__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 80px;
}
@media screen and (max-width:768px) {
  .c-food-detail__item {
    margin: 0 0 40px;
    flex-direction: column;
  }
}
.c-food-detail__item:nth-child(2n) .c-food-detail__box {
  order: 2;
  margin: 110px 0 0 -536px;
}
@media screen and (max-width:768px) {
  .c-food-detail__item:nth-child(2n) .c-food-detail__box {
    margin: 0;
  }
}
.c-food-detail__item:nth-child(2n) .c-food-detail__img {
  order: 1;
}
.c-food-detail__item:nth-child(2n) .c-food-detail__img .__pic {
  left: auto;
  right: 0;
}
.c-food-detail__item:last-child {
  margin: 0;
}
.c-food-detail__box {
  width: 79.4%;
  min-height: 470px;
  background: #FFF1F6;
  position: relative;
  z-index: 2;
  margin: 110px -536px 0 0;
  padding: 80px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .c-food-detail__box {
    padding: 50px 40px;
  }
}
@media screen and (max-width:768px) {
  .c-food-detail__box {
    width: 100%;
    order: 2;
    margin: 0;
    padding: 40px 20px;
    min-height: auto;
    height: 100%;
  }
}
.c-food-detail__box .m-box {
  margin: 25px 0 0;
}
@media screen and (max-width:768px) {
  .c-food-detail__box .m-box {
    margin: 15px 0 0;
  }
}
.c-food-detail__img {
  width: 58.33%;
  order: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .c-food-detail__img {
    width: 90%;
  }
}
@media screen and (max-width:768px) {
  .c-food-detail__img {
    width: 100%;
    order: 1;
  }
}
.c-food-detail__img .__pic {
  width: 1120px;
  height: 500px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (max-width:768px) {
  .c-food-detail__img .__pic {
    width: 100%;
    height: 200px;
    position: relative;
  }
}
.c-food-detail__img .__elem {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-food-detail__ttl {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 0 50px;
  font-family: "Noto Serif JP", serif;
  color: #EC6D81;
  line-height: 1.6;
}
@media screen and (max-width:768px) {
  .c-food-detail__ttl {
    font-size: 2.8rem;
    letter-spacing: 1px;
    margin: 0 0 25px;
  }
}
.c-food-detail__dl {
  margin: 0 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .c-food-detail__dl {
    margin: 0 0 10px;
    flex-direction: column;
  }
}
.c-food-detail__dl:last-child {
  margin: 0;
}
.c-food-detail__dl .__pink {
  width: 60px;
  color: #EC6D81;
}
@media screen and (max-width:768px) {
  .c-food-detail__dl .__pink {
    width: 100%;
  }
}
.c-food-detail__dl .__txt {
  width: calc(100% - 60px - 40px);
}
@media screen and (max-width:768px) {
  .c-food-detail__dl .__txt {
    width: 100%;
  }
}
.c-food-area {
  background: url(../img/food-service/bg_area.png) 85px top no-repeat #F6F5F2;
  background-size: contain;
  padding: 160px 0;
  margin: 0 0 160px;
}
@media screen and (max-width:768px) {
  .c-food-area {
    padding: 60px 0 70px;
    margin: 0 0 70px;
    background: url(../img/food-service/bg_area.png) top left no-repeat #F6F5F2;
    background-size: 100%;
  }
}
.c-food-area__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 450px;
}
@media screen and (max-width:768px) {
  .c-food-area__inner {
    min-height: auto;
    flex-direction: column;
  }
}
.c-food-area__txt {
  width: 56.3%;
}
@media screen and (max-width:768px) {
  .c-food-area__txt {
    width: 100%;
    margin: 0 0 30px;
  }
}
.c-food-area__txt .u-c-pink {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin: 0 0 25px;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .c-food-area__txt .u-c-pink {
    font-size: 2rem;
    letter-spacing: 0.6px;
    margin: 0 0 15px;
  }
}
.c-food-area__img {
  width: 38%;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-food-area__img {
    width: 100%;
  }
}
.c-food-area__img .__pic {
  width: 800px;
  height: 450px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (max-width:768px) {
  .c-food-area__img .__pic {
    width: 100%;
    height: 100%;
    position: relative;
  }
}
.c-food-area__img .__elem {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-food-recruit {
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .c-food-recruit {
    margin-bottom: 70px;
  }
}
.c-food-recruit__list {
  margin: 80px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1155px) {
  .c-food-recruit__list {
    gap: 40px;
  }
}
@media screen and (max-width:768px) {
  .c-food-recruit__list {
    margin: 40px 0 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.c-food-recruit__item {
  padding: 0 40px 35px;
  border: 1px solid #B5B5B5;
}
@media only screen and (min-width: 768px) and (max-width: 1155px) {
  .c-food-recruit__item {
    padding: 0 30px 35px;
  }
}
@media screen and (max-width:768px) {
  .c-food-recruit__item {
    padding: 0 20px 20px;
  }
}
.c-food-recruit__item._ippan_ .__number,
.c-food-recruit__item._ippan_ .__txt {
  color: #4EBDEF;
}
.c-food-recruit__item._ippan_ .c-food-recruit__ttl::after {
  content: "";
  background: url(../img/business/ico_ippan.svg) 0 0 no-repeat;
  background-size: cover;
  right: 0;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (max-width:768px) {
  .c-food-recruit__item._ippan_ .c-food-recruit__ttl::after {
    width: 100px;
    height: 100px;
  }
}
.c-food-recruit__item._area_ .__number,
.c-food-recruit__item._area_ .__txt {
  color: #EC6D81;
}
.c-food-recruit__item._area_ .c-food-recruit__ttl::after {
  content: "";
  background: url(../img/business/ico_area.svg) 0 0 no-repeat;
  background-size: contain;
  right: 0;
  width: 140px;
  height: 132px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (max-width:768px) {
  .c-food-recruit__item._area_ .c-food-recruit__ttl::after {
    width: 100px;
    height: 92px;
  }
}
.c-food-recruit__ttl {
  border-bottom: 1px solid #B5B5B5;
  margin: 0 0 35px;
  padding: 65px 0 55px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white;
}
@media screen and (max-width:768px) {
  .c-food-recruit__ttl {
    margin: 0 0 20px;
    padding: 45px 0 35px;
  }
}
.c-food-recruit__ttl .__number {
  font-size: 9.6rem;
  font-weight: 250;
  letter-spacing: 4px;
  font-family: "Montserrat", sans-serif;
  margin: 0 20px 0 0;
}
@media screen and (max-width:768px) {
  .c-food-recruit__ttl .__number {
    font-size: 3.2rem;
    letter-spacing: 2px;
    margin: 0 10px 0 0;
  }
}
.c-food-recruit__ttl .__txt {
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 1.75px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .c-food-recruit__ttl .__txt {
    font-size: 2.3rem;
    letter-spacing: 0.8px;
  }
}
.c-food-about {
  padding: 160px 0;
  margin: 0 0 160px;
}
@media screen and (max-width:768px) {
  .c-food-about {
    padding: 60px 0 70px;
    margin: 0 0 70px;
  }
}
.c-food-about .c-inner._center_ {
  text-align: center;
}
.c-food-merit.c-inner:first-of-type {
  margin: 0 auto 65px;
}
@media screen and (max-width:768px) {
  .c-food-merit.c-inner:first-of-type {
    margin: 0 auto 50px;
  }
}
.c-food-merit._blue_ {
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .c-food-merit._blue_ {
    margin-bottom: 70px;
  }
}
.c-food-merit._blue_ .c-food-merit__ttl {
  color: #4EBDEF !important;
}
.c-food-merit._blue_ .c-food-merit__inner::before {
  background: #4EBDEF;
}
.c-food-merit._blue_ .c-food-merit__inner::after {
  background: #4EBDEF;
}
.c-food-merit._blue_ .c-food-merit__item {
  background: #EEF9FF;
}
.c-food-merit._blue_ .c-food-merit__img .__txt {
  color: #31A4D7;
}
.c-food-merit__ttl {
  font-family: "Noto Serif JP", serif;
  color: #EC6D81;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 50px;
}
@media screen and (max-width:768px) {
  .c-food-merit__ttl {
    font-size: 2.3rem;
    letter-spacing: 1px;
    margin: 0 0 25px;
  }
}
.c-food-merit__bg {
  position: relative;
}
.c-food-merit__bg::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 1px;
  height: 100%;
  display: block;
  background: #B3B3B3;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .c-food-merit__bg::after {
    display: none;
  }
}
.c-food-merit__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.c-food-merit__inner::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 2px;
  height: 80px;
  display: block;
  background: #EC6D81;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .c-food-merit__inner::before {
    display: none;
  }
}
.c-food-merit__inner::after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 2px;
  height: 80px;
  display: block;
  background: #EC6D81;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .c-food-merit__inner::after {
    display: none;
  }
}
.c-food-merit__list {
  width: calc((100% - 160px) / 2);
}
@media only screen and (min-width: 768px) and (max-width: 1155px) {
  .c-food-merit__list {
    width: calc((100% - 80px) / 2);
  }
}
@media screen and (max-width:768px) {
  .c-food-merit__list {
    width: 100%;
  }
}
.c-food-merit__list:first-child .c-food-merit__item {
  margin-top: 0;
}
.c-food-merit__item {
  background: #ffffff;
  margin: 80px 0;
  padding: 40px;
}
@media screen and (max-width:768px) {
  .c-food-merit__item {
    margin: 25px 0;
    padding: 30px 20px;
  }
  .c-food-merit__item:last-child {
    margin-bottom: 0;
  }
}
.c-food-merit__img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
.c-food-merit__img .__txt {
  font-size: 3.2rem;
  letter-spacing: 1.6px;
  width: calc(100% - 190px - 10px);
  color: #EC6D81;
  border-bottom: 1px solid #B5B5B5;
  padding: 30px 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .c-food-merit__img .__txt {
    font-size: 2rem;
    width: calc(100% - 100px - 10px);
  }
}
@media screen and (max-width:768px) {
  .c-food-merit__img .__txt {
    width: calc(100% - 100px - 10px);
    font-size: 2rem;
    padding: 10px 0 20px;
  }
}
.c-food-merit__img .__number {
  font-size: 3.6rem;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .c-food-merit__img .__number {
    font-size: 2.2rem;
  }
}
@media screen and (max-width:768px) {
  .c-food-merit__img .__number {
    font-size: 2.2rem;
  }
}
.c-food-merit__img .__img {
  width: 159px;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .c-food-merit__img .__img {
    width: 100px;
  }
}
@media screen and (max-width:768px) {
  .c-food-merit__img .__img {
    width: 100px;
  }
}
.c-food-merit__small {
  font-size: 1.5rem;
  letter-spacing: 0.75px;
  margin: 15px 0 0;
}
@media screen and (max-width:768px) {
  .c-food-merit__small {
    font-size: 1.3rem;
    margin: 10px 0 0;
  }
}
.c-food-btn {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width:768px) {
  .c-food-btn {
    padding: 0 20px;
  }
}
.c-food-btn__item {
  margin: 0 0 40px;
}
@media screen and (max-width:768px) {
  .c-food-btn__item {
    margin: 0 0 20px;
  }
}
.c-food-btn__item:last-child {
  margin: 0;
}
.c-food-btn__link {
  background: #FFF1F6;
  color: #000000;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 70px 70px 80px;
  width: 100%;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  font-family: "Noto Serif JP", serif;
  transition: 0.4s all;
}
@media screen and (max-width:768px) {
  .c-food-btn__link {
    padding: 30px 20px 30px 25px;
    font-size: 2.4rem;
    letter-spacing: 0.7px;
  }
}
.c-food-btn__link .__read {
  font-size: 1.6rem;
  letter-spacing: 4px;
  font-family: "Montserrat", sans-serif;
  padding: 0 0 2px;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width:768px) {
  .c-food-btn__link .__read {
    font-size: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-food-btn__link:hover {
    background: #ffffff;
    box-shadow: 10px 10px 0 0 #EC6D81;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width:768px) {
  .c-food-btn__link:hover {
    box-shadow: 5px 5px 0 0 #EC6D81;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-food-btn__link:hover .__read {
    color: #EC6D81;
    border-bottom: 1px solid #EC6D81;
  }
}

.c-news {
  /*お知らせ一覧*/
  /*お知らせ詳細*/
}
.c-news-main.l-contents__inner {
  padding-bottom: 0;
}
.c-news-main__inner .c-news-main__list {
  margin-bottom: 80px;
}
.c-news-main__inner .c-news-main__list .c-news-main__item {
  padding: 45px 0;
  border-bottom: 1px solid #B3B3B3;
}
.c-news-main__inner .c-news-main__list .c-news-main__item .c-news-main__link .c-news-main__info {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.c-news-main__inner .c-news-main__list .c-news-main__item .c-news-main__link .c-news-main__info .c-news-list__date {
  transition: all 0.3s;
}
.c-news-main__inner .c-news-main__list .c-news-main__item .c-news-main__link .c-news-main__info .c-news-list__label {
  transition: all 0.3s;
}
.c-news-main__inner .c-news-main__list .c-news-main__item .c-news-main__link .c-news-main__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  line-height: 1.75;
  color: #000;
  transition: all 0.3s;
}
.c-news-main__inner .c-news-main__list .c-news-main__item .c-news-main__link:hover .c-news-main__info .c-news-list__date {
  opacity: 0.7;
}
.c-news-main__inner .c-news-main__list .c-news-main__item .c-news-main__link:hover .c-news-main__ttl {
  color: #EC6D81;
}
.c-news-main__inner .c-news-main__list:last-of-type {
  border-top: 1px solid #B3B3B3;
}
.c-news-main__inner .c-news-main__pager .pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.c-news-main__inner .c-news-main__pager .pagination .nav-links .page-numbers {
  font-family: "Montserrat";
  font-size: 3.2rem;
  line-height: 1.75;
  color: #000;
  padding: 0 2px;
  transition: all 0.3s;
}
.c-news-main__inner .c-news-main__pager .pagination .nav-links .page-numbers.current {
  color: #EC6D81;
  border-bottom: 1px solid #EC6D81;
}
.c-news-main__inner .c-news-main__pager .pagination .nav-links .page-numbers.next {
  width: 18px;
  aspect-ratio: 18/8;
  transform: rotate(-90deg);
  background: url(../img/contact/select.svg) no-repeat center/100%;
}
.c-news-main__inner .c-news-main__pager .pagination .nav-links .page-numbers.prev {
  width: 18px;
  aspect-ratio: 18/8;
  transform: rotate(90deg);
  background: url(../img/contact/select.svg) no-repeat center/100%;
}
.c-news-main__inner .c-news-main__pager .pagination .nav-links .page-numbers:hover {
  opacity: 0.7;
}
.c-news-main .c-news-main__side {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.c-news-main .c-news-main__sideinner .c-news-main__sttl {
  font-size: 2rem;
  font-family: "Playfair Display", serif;
  color: #8B8B8B;
  margin-bottom: 15px;
}
.c-news-main .c-news-main__sideinner .c-news-main__slist {
  margin-bottom: 15px;
}
@media screen and (max-width:768px) {
  .c-news-main .c-news-main__sideinner .c-news-main__slist {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.c-news-main .c-news-main__sideinner .c-news-main__slist .cat-item {
  margin-bottom: 15px;
}
@media screen and (max-width:768px) {
  .c-news-main .c-news-main__sideinner .c-news-main__slist .cat-item {
    margin-bottom: 0;
  }
}
.c-news-main .c-news-main__sideinner .c-news-main__slist .cat-item a {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 2;
  color: #404040;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-news-main .c-news-main__sideinner .c-news-main__slist .cat-item a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:415px) {
  .c-news-main .c-news-main__sideinner .c-news-main__slist .cat-item a {
    font-size: 1.5rem;
  }
}
.c-news-main .c-news-main__sideinner .c-news-main__slist .cat-item a:hover {
  opacity: 0.7;
}
.c-news-main .c-news-main__sideinner .c-news-main__slist .cat-item.current-cat a {
  color: #EC6D81;
  border-bottom: 1px solid #EC6D81;
}
.c-news-detail__contents-inner {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.c-news-detail__contents-inner .c-news-list__date {
  font-size: 3.2rem;
}
@media screen and (max-width:768px) {
  .c-news-detail__contents-inner .c-news-list__date {
    font-size: 1.8rem;
  }
}
.c-news-detail__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 5.6rem;
  line-height: 2;
  padding-bottom: 40px;
  margin-bottom: 55px;
  border-bottom: 1px solid #B3B3B3;
}
@media screen and (max-width:768px) {
  .c-news-detail__ttl {
    font-size: 2.8rem;
  }
}
.c-news-detail__item {
  margin-bottom: 80px;
}
.c-news-detail__arrow {
  display: flex;
  justify-content: space-between;
}
.c-news-detail__arrow-in a {
  font-family: "Montserrat";
  line-height: 1.75;
  color: #636363;
  border-bottom: 1px solid #636363;
  width: 110px;
  display: block;
  transition: all 0.3s;
}
@media screen and (max-width:415px) {
  .c-news-detail__arrow-in a {
    width: auto;
  }
}
.c-news-detail__arrow-in a:hover {
  color: #EC6D81;
  border-bottom: 1px solid #EC6D81;
}
.c-news-detail__arrow-in.c-news-detail__next {
  text-align: right;
}

.c-form-inner {
  padding-top: 0;
}
.c-form-inner .c-form-tel {
  margin-bottom: 120px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width:1024px) {
  .c-form-inner .c-form-tel {
    flex-direction: column-reverse;
  }
}
.c-form-inner .c-form-tel__l {
  width: min(640px, 50%);
  padding: 50px;
  margin-top: 130px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width:1024px) {
  .c-form-inner .c-form-tel__l {
    width: min(500px, 90%);
    padding: 40px 20px;
    margin: 0 auto;
  }
}
.c-form-inner .c-form-tel__l .c-form-tel__ttl {
  line-height: 1.75;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width:1024px) {
  .c-form-inner .c-form-tel__l .c-form-tel__ttl {
    font-size: 2.5rem;
    text-align: center;
  }
}
.c-form-inner .c-form-tel__l .c-form-tel__link {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(4rem, 5.33vw, 6.4rem);
  line-height: 1;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
}
@media screen and (max-width:1280px) {
  .c-form-inner .c-form-tel__l .c-form-tel__link {
    font-size: 5rem;
  }
}
@media screen and (max-width:1024px) {
  .c-form-inner .c-form-tel__l .c-form-tel__link {
    font-size: 3.8rem;
    margin-bottom: 10px;
    justify-content: center;
  }
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-tel__l .c-form-tel__link {
    font-size: 3rem;
    color: #404040;
  }
}
.c-form-inner .c-form-tel__l .c-form-tel__link::after {
  content: "(代表)";
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width:1024px) {
  .c-form-inner .c-form-tel__l .c-form-tel__link::after {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-tel__l .c-form-tel__link::after {
    color: #404040;
  }
}
.c-form-inner .c-form-tel__l .c-form-tel__time {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width:1024px) {
  .c-form-inner .c-form-tel__l .c-form-tel__time {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-tel__l .c-form-tel__time {
    font-size: 1.5rem;
    color: #404040;
  }
}
.c-form-inner .c-form-tel__l.__apply {
  width: min(960px, 75%);
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-tel__l.__apply {
    width: min(500px, 90%);
  }
}
.c-form-inner .c-form-tel__l.__apply .c-form-tel__link {
  font-size: 6.4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width:1280px) {
  .c-form-inner .c-form-tel__l.__apply .c-form-tel__link {
    font-size: 5.5rem;
  }
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-tel__l.__apply .c-form-tel__link {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 500px) {
  .c-form-inner .c-form-tel__l.__apply .c-form-tel__link {
    font-size: 3rem;
  }
}
.c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__dial {
  align-items: flex-end;
  gap: 5px;
}
.c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__dial::before {
  content: "";
  width: 84px;
  aspect-ratio: 84/48;
  background: url(../img/contact/icon_dial.svg) no-repeat center/100%;
}
@media screen and (max-width: 850px) {
  .c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__dial::before {
    width: 70px;
  }
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__dial::before {
    width: 65px;
  }
}
@media screen and (max-width: 500px) {
  .c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__dial::before {
    width: 40px;
  }
}
.c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__dial::after {
  content: none;
}
.c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__dial .__dialin {
  padding-top: 10px;
  position: relative;
}
.c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__dial .__dialin::after {
  content: "";
  background: url(../img/contact/dial_txt.svg) no-repeat center/100%;
  width: 196px;
  aspect-ratio: 200/13;
  position: absolute;
  right: 12px;
  top: 0;
}
@media screen and (max-width:1280px) {
  .c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__dial .__dialin::after {
    width: 160px;
  }
}
@media screen and (max-width: 850px) {
  .c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__dial .__dialin::after {
    width: 130px;
  }
}
@media screen and (max-width: 500px) {
  .c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__dial .__dialin::after {
    width: 85px;
  }
}
@media screen and (max-width:1024px) {
  .c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__fax {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__fax::before {
  content: "FAX";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  flex-shrink: 0;
  color: #fff;
  background: #EC6D81;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__fax::before {
    width: 35px;
    height: 35px;
  }
}
.c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__fax::after {
  content: none;
}
.c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__fax .__btn_pdf {
  margin-left: 15px;
  width: 348px;
}
@media screen and (max-width:1280px) {
  .c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__fax .__btn_pdf {
    width: 300px;
  }
}
@media screen and (max-width: 850px) {
  .c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__fax .__btn_pdf {
    width: 280px;
  }
}
.c-form-inner .c-form-tel__l.__apply .c-form-tel__link.__fax .__btn_pdf .__btn_pdf-img {
  width: 100%;
}
.c-form-inner .c-form-tel__l.__apply .c-form-tel__time {
  margin: 15px 0 20px;
}
@media screen and (max-width:1280px) {
  .c-form-inner .c-form-tel__l.__apply .c-form-tel__time {
    font-size: 1.6rem;
  }
}
.c-form-inner .c-form-tel__r {
  width: min(720px, 54%);
  margin: 0 0 0 -80px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width:1024px) {
  .c-form-inner .c-form-tel__r {
    position: unset;
    width: min(500px, 90%);
    margin: 50px auto 0;
  }
}
.c-form-inner .c-form-contents {
  padding: 95px 160px 120px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width:1024px) {
  .c-form-inner .c-form-contents {
    padding: 95px 50px 120px;
  }
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents {
    padding: 40px 20px;
  }
}
.c-form-inner .c-form-contents__ttl {
  text-align: center;
  line-height: 1.75;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.c-form-inner .c-form-contents__txt {
  margin-bottom: 80px;
}
.c-form-inner .c-form-contents__txt .required {
  color: #EC6D81;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main__radio {
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main__radio-in {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main__radio-in .wpcf7-list-item {
    margin: 0;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main__radio-in .wpcf7-list-item input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #EC6D81;
  border-radius: 50%;
  vertical-align: -2px;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main__radio-in .wpcf7-list-item input[type=radio]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #EC6D81;
  content: "";
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main__radio-in .wpcf7-list-item.first {
  margin: 0;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item {
  width: 48%;
  margin-bottom: 45px;
  counter-reset: order 0;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item {
    width: 100%;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item.w100 {
  width: 100%;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item.__agree {
  width: 100%;
  margin-bottom: 120px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item.__agree .c-form-main__ttl {
  padding: 0 0 0 6px;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item.__agree .c-form-main__ttl p {
  display: flex;
  gap: 5px;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item.__agree .c-form-main__ttl p {
    flex-wrap: wrap;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item.__agree .c-form-main__ttl .c-form-main__ttllink {
  color: #404040;
  display: flex;
  gap: 5px;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item.__agree .c-form-main__ttl .c-form-main__ttllink::after {
  content: "\e900";
  font-family: "icomoon";
  color: #B5B5B5;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item.__agree .c-form-main__input .wpcf7-list-item {
  margin: 0;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item.__agree .c-form-main__input .c-form-main__radio-in .wpcf7-list-item input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #EC6D81;
  border-radius: 50%;
  vertical-align: -2px;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item.__agree .c-form-main__input .c-form-main__radio-in .wpcf7-list-item input[type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #EC6D81;
  content: "";
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item.__agree .c-form-main__input .c-form-main__radio-in .wpcf7-list-item.first {
  margin: 0;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item .c-form-main__itemlist {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item .c-form-main__itemlist {
    flex-wrap: wrap;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item .c-form-main__itemlist .c-form-main__itemselect p .wpcf7-form-control-wrap .c-form-main__select {
  width: 420px;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item .c-form-main__itemlist .c-form-main__itemselect p .wpcf7-form-control-wrap .c-form-main__select {
    width: 100%;
    padding: 15px;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item .c-form-main__itemlist .c-form-main__itemnumber p .wpcf7-form-control-wrap .wpcf7-text {
  width: 120px;
  display: block;
  padding: 20px;
  border-radius: 2px;
  border: 1px solid #B3B3B3;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item .c-form-main__itemlist .c-form-main__itemnumber p .wpcf7-form-control-wrap .wpcf7-text {
    width: 95px;
    padding: 15px;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item .c-form-main__itemlist::before {
  counter-increment: order 1;
  content: counter(order) "";
  font-family: "Montserrat";
  font-size: 3.2rem;
  width: 20px;
  display: block;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item .c-form-main__itemlist::before {
    font-size: 2.2rem;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item .c-form-main__itemlist::after {
  content: "袋";
  font-size: 1.7rem;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item .c-form-main__itemlist:last-of-type {
  margin-bottom: 0;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__item.mb80 {
  margin-bottom: 80px;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__ttl {
  padding-bottom: 15px;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__ttl .required {
  color: #EC6D81;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__input .c-form-main__partstxt {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #f1f1f1;
  border-radius: 2px;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__input .c-form-main__select {
  width: 100%;
  padding: 20px;
  border: 1px solid #B3B3B3;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__input .c-form-main__select {
    width: 100%;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__input .c-form-main__select-ms-expand {
  display: none;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__input .c-form-main__txtarea {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #f1f1f1;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__input.c-form-main__ad {
  position: relative;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__input.c-form-main__ad .address-search {
  width: 160px;
  padding: 20px 0;
  background: #8B8B8B;
  color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__input.c-form-main__ad .address-search {
    width: 130px;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__infoq {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 5px;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__info {
  margin-bottom: 80px;
  width: 100%;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__infottl {
  font-size: 3.2rem;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__infottl {
    font-size: 2.2rem;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__info .c-form-main__infotb {
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__info .c-form-main__infotb {
    overflow: hidden;
  }
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__info .c-form-main__infotb p {
    width: auto;
    height: 250px;
    overflow-x: scroll;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__info .c-form-main__infotb-img {
  width: 100%;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__info .c-form-main__infotb-img {
    width: auto;
    height: 100%;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__info:last-of-type {
  margin-bottom: 120px;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__infoli {
  margin: 20px 0;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__infoli-txt {
  font-size: 2rem;
  line-height: 2;
  display: flex;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__infoli-txt {
    font-size: 1.6rem;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__infoli-txt::before {
  content: "・";
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__r-select-ttl {
  font-size: 2rem;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__r-select-list {
  margin: 15px 0 20px;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__r-select-list .c-form-main__r-select-item p {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__r-select-list .c-form-main__r-select-item p {
    margin-bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__r-select-list .c-form-main__r-select-item p .c-form-main__r-select-ques {
  order: 0;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__r-select-list .c-form-main__r-select-item p .c-form-main__r-select-ans {
  order: 2;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__r-select-list .c-form-main__r-select-item p::before {
  content: "";
  width: 87px;
  height: 1px;
  background: #000;
  order: 1;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__r-select-list .c-form-main__r-select-item p::before {
    content: none;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__r-select-list .c-form-main__r-select-item p br {
  display: none;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__r-select-list .c-form-main__r-select-item:nth-of-type(2) p::before {
  width: 79px;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__list .c-form-main__r-select-list .c-form-main__r-select-item:last-of-type p::before {
  width: 165px;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__submit {
  font-family: "Noto Serif JP", serif;
  background: #EC6D81;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__submit::before {
  content: "";
  position: absolute;
  background: url(../img/contact/submit.svg) no-repeat center/cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__submit::after {
  content: "";
  width: 14px;
  height: 100%;
  aspect-ratio: 14/12;
  background: url(../img/contact/icon_submit.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100px;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__submit::after {
    right: 20px;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__submit:hover {
  background: linear-gradient(90deg, #ffffff 0%, #FFA5AA 100%);
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__submit:hover::before {
  filter: brightness(0) saturate(100%) invert(79%) sepia(31%) saturate(390%) hue-rotate(309deg) brightness(103%) contrast(104%);
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__submit:hover::after {
  filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(12%) hue-rotate(38deg) brightness(100%) contrast(100%);
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__submit:hover .c-form-main__submitbtn {
  color: #000;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__submit > * {
  width: 100%;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__submit p {
  position: relative;
  z-index: 1;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__submit .c-form-main__submitbtn {
  text-align: left;
  width: 100%;
  padding: 62px 80px;
  font-size: 3rem;
  letter-spacing: 8px;
  color: #fff;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__submit .c-form-main__submitbtn {
    font-size: 2rem !important;
    text-align: center;
    padding: 23px 0;
    letter-spacing: 0;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .c-form-main__submit .wpcf7-spinner {
  display: none;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .sendbtn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .sendbtn {
    flex-direction: column;
    gap: 20px;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .sendbtn .c-form-main__return {
  width: 48%;
  font-family: "Noto Serif JP", serif;
  background: #999;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .sendbtn .c-form-main__return {
    width: 100%;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .sendbtn .c-form-main__return p {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .sendbtn .c-form-main__return p .wpcf7-previous {
  text-align: left;
  width: 100%;
  padding: 62px 80px;
  font-size: 3rem;
  color: #fff;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .sendbtn .c-form-main__return p .wpcf7-previous {
    text-align: center;
    padding: 30px 0;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .sendbtn .c-form-main__return::before {
  content: "";
  position: absolute;
  background: url(../img/contact/return.svg) no-repeat center/cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: brightness(0) saturate(100%) invert(63%) sepia(1%) saturate(0%) hue-rotate(11deg) brightness(90%) contrast(91%);
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .sendbtn .c-form-main__return::after {
  content: "";
  width: 14px;
  aspect-ratio: 14/12;
  background: url(../img/contact/icon_submit.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80px;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .sendbtn .c-form-main__return::after {
    right: 20px;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .sendbtn .c-form-main__return:hover {
  background: #8B8B8B;
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .sendbtn .c-form-main__submit {
  width: 48%;
}
@media screen and (max-width:768px) {
  .c-form-inner .c-form-contents .wpcf7-form .c-form-main .sendbtn .c-form-main__submit {
    width: 100%;
  }
}
.c-form-inner .c-form-contents .wpcf7-form .c-form-main .sendbtn .c-form-main__submit::before {
  background: url(../img/contact/send.svg) no-repeat center/cover;
}
.c-form-inner.next_step {
  padding-top: 120px;
}
.c-form-inner.next_step .c-form-contents .wpcf7-form .c-form-main__radio {
  font-size: 2.4rem;
}
.c-form-inner.next_step .c-form-contents .wpcf7-form .c-form-main__list .c-form-main__item .c-form-main__input {
  font-size: 2.4rem;
}
.c-form-inner.next_step .c-form-contents .wpcf7-form .c-form-main__list .c-form-main__item .c-form-main__input.__select::before {
  content: none;
}
.c-form-inner.next_step .c-form-contents .wpcf7-form .c-form-main__list .c-form-main__item.__agree .c-form-main__ttl {
  padding: 0;
}
.c-form-inner.next_step .c-form-contents .wpcf7-form .c-form-main__list .c-form-main__item.__agree .c-form-main__ttllink::after {
  content: none;
}
.c-form-inner.next_step .c-form-contents .wpcf7-form .c-form-main__list .c-form-main__item.__agree .c-form-main__ttl .required {
  display: none;
}
.c-form-inner.last_step .c-form-contents__txt {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width:768px) {
  .c-form-inner.last_step .c-form-contents__txt {
    margin-bottom: 60px;
  }
}
.c-form-inner.last_step .c-form-contents .__back {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  line-height: 1.75;
  background: #EC6D81;
  color: #fff;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-form-inner.last_step .c-form-contents .__back {
    font-size: 2rem;
  }
}
.c-form-inner.last_step .c-form-contents .__back::before {
  content: "";
  background: linear-gradient(90deg, #fff 0%, #FFA5AA 100%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.c-form-inner.last_step .c-form-contents .__back::after {
  content: "";
  width: 14px;
  background: url(../img/contact/icon_submit.svg) no-repeat center/100%;
  aspect-ratio: 14/12;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100px;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .c-form-inner.last_step .c-form-contents .__back::after {
    right: 20px;
  }
}
.c-form-inner.last_step .c-form-contents .__back:hover {
  color: #000;
}
.c-form-inner.last_step .c-form-contents .__back:hover::before {
  opacity: 1;
}
.c-form-inner.last_step .c-form-contents .__back:hover::after {
  filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(2%) hue-rotate(128deg) brightness(105%) contrast(100%);
}
.c-form-inner.last_step .c-form-contents .__back .c-form-contents__btninner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 45px 0;
  background: url(../img/common/back.svg) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .c-form-inner.last_step .c-form-contents .__back .c-form-contents__btninner {
    padding: 30px 0;
  }
}
.c-form .__f-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.5rem, 0.833rem + 2.22vw, 3.5rem);
  color: #EC6D81;
  border-bottom: 1px solid #EC6D81;
}
.c-form .__select {
  position: relative;
}
.c-form .__select::before {
  content: "";
  width: 12px;
  aspect-ratio: 12/5;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/contact/select.svg) no-repeat center/100%;
  z-index: 1;
}
.c-form .__select.__select-conf::before {
  content: none;
}
.c-form .__inner-select {
  width: 48%;
}
@media screen and (max-width:768px) {
  .c-form .__inner-select {
    width: 100%;
  }
}

.l-contents {
  margin: 0 0 215px;
}
@media screen and (max-width:768px) {
  .l-contents {
    margin: 0 0 100px;
  }
}
.l-contents__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 120px 30px 160px;
  color: #000000;
}
@media screen and (max-width:768px) {
  .l-contents__inner {
    margin: 0;
    padding: 60px 20px 80px;
  }
}
.l-contents__inner.l-contents-news {
  padding-top: 0;
}
.l-contents._pink_ {
  background: #FFF1F6;
}
.l-contents._white_ {
  background: #ffffff;
}
@media print, screen and (min-width:769px) {
  .l-contents._col2_ .l-contents__inner {
    display: grid;
    grid-template-columns: 1fr 320px;
    grid-template-rows: auto;
    gap: 0 160px;
    grid-template-areas: "body side";
  }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
  .l-contents._col2_ .l-contents__inner {
    grid-template-columns: 1fr 280px;
  }
}
@media screen and (min-width:769px) and (max-width: 1024px) {
  .l-contents._col2_ .l-contents__inner {
    gap: 80px;
  }
}
@media screen and (max-width:768px) {
  .l-contents._col2_ .l-contents__inner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    gap: 60px 0;
    grid-template-areas: "body" "side";
  }
}
.l-contents._col2_ .l-contents__body {
  grid-area: body;
}
.l-contents._col2_ .l-contents__side {
  grid-area: side;
}
@media print, screen and (min-width:1025px) {
  .l-contents._col3_ .l-contents__inner {
    display: grid;
    grid-template-columns: minmax(200px, 25%) 1fr minmax(200px, 25%);
    grid-template-rows: auto;
    gap: 0 30px;
    grid-template-areas: "left main right";
  }
}
@media screen and (max-width:1024px) {
  .l-contents._col3_ .l-contents__inner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    gap: 50px 0;
    grid-template-areas: "main" "right" "left";
  }
}
.l-contents._col3_ .l-contents__body {
  grid-area: main;
}
.l-contents._col3_ .l-contents__left {
  grid-area: left;
}
.l-contents._col3_ .l-contents__right {
  grid-area: right;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 80px;
  background: #ffffff;
  transition: 0.4s all;
}
.l-header.is-animation {
  box-shadow: 0 7px 7px -3px rgba(0, 0, 0, 0.1);
}
.l-header.is-animation::after {
  display: none;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 0 0 55px;
  transition: 0.4s all;
  position: relative;
}
@media only screen and (min-width: 870px) and (max-width: 1080px) {
  .l-header__inner {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 870px) {
  .l-header__inner {
    padding: 0 15px;
  }
}
.l-header__box {
  height: 100%;
}
@media screen and (max-width: 870px) {
  .l-header__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 870px) {
  .l-header-logo {
    width: 130px;
  }
}
.l-header-right {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 870px) {
  .l-header-right {
    order: 1;
  }
}
.l-header-menu {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 30px;
  height: 20px;
  z-index: 10;
  position: relative;
  margin: 0 0 0 25px;
}
@media screen and (min-width: 871px) {
  .l-header-menu {
    display: none;
  }
}
.l-header-menu._active_ .l-header-menu__item:nth-of-type(1) {
  transform: translateY(9px) rotate(-315deg);
}
.l-header-menu._active_ .l-header-menu__item:nth-of-type(2) {
  opacity: 0;
}
.l-header-menu._active_ .l-header-menu__item:nth-of-type(3) {
  transform: translateY(-9px) rotate(315deg);
}
.l-header-menu__inner {
  position: relative;
  width: 30px;
  height: 20px;
}
.l-header-menu__item {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  transition: 0.4s all;
}
.l-header-menu__item:nth-of-type(1) {
  top: 0;
}
.l-header-menu__item:nth-of-type(2) {
  top: 9px;
}
.l-header-menu__item:nth-of-type(3) {
  bottom: 0;
}
.l-header-btn {
  display: flex;
}
@media screen and (max-width: 870px) {
  .l-header-btn {
    margin: 0 -20px 0 0;
  }
}
.l-header-btn__item {
  position: relative;
}
.l-header-btn__item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  left: 0;
  top: 10px;
  background: #eee;
}
.l-header-btn__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.3rem;
  letter-spacing: 0.65px;
  padding: 5px 15px;
  text-align: center;
  line-height: 1.8;
  font-weight: 400;
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 870px) and (max-width: 1160px) {
  .l-header-btn__link {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 870px) {
  .l-header-btn__link {
    padding: 5px;
    font-size: 1.2rem;
  }
}
.l-header-btn__link._line_ {
  color: #7FC774;
}
.l-header-btn__link._contact_ .__en {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}
.l-header-btn__link._contact_::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(236, 109, 129, 0.5) 100%);
}
.l-header-btn__link._contact_::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(236, 109, 129, 0.5) 100%);
}
.l-header-btn__link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(127, 199, 116, 0.5) 100%);
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: 0.4s all;
}
.l-header-btn__link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(127, 199, 116, 0.5) 100%);
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: 0.4s all;
}
@media (hover: hover) and (pointer: fine) {
  .l-header-btn__link:hover::before {
    animation-name: gradationLine-navi-s;
    animation-timing-function: ease-out;
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 870px) {
  .l-header-btn__link:hover::before {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-btn__link:hover::after {
    animation-name: gradationLine-navi;
    animation-delay: 0.6s;
    animation-timing-function: ease-out;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 870px) {
  .l-header-btn__link:hover::after {
    display: none;
  }
}
.l-header-nav {
  display: flex;
  align-items: center;
  margin: 0 1.4vw 0 0;
}
@media screen and (max-width: 870px) {
  .l-header-nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding: 80px 20px;
    background: #ffffff;
    opacity: 0;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    pointer-events: none;
    transition: 0.4s all;
    display: block;
    margin: 0;
  }
}
.l-header::after {
  content: "";
  display: inline-block;
  width: 76px;
  height: 1px;
  background: #EEE;
  position: absolute;
  right: 10px;
}
@media screen and (max-width: 1020px) {
  .l-header::after {
    display: none;
  }
}

@keyframes gradationLine-navi-s {
  0% {
    width: 0%;
    opacity: 0;
    right: 100%;
  }
  20% {
    width: 60px;
    opacity: 0;
  }
  60% {
    width: 60px;
    opacity: 1;
  }
  70% {
    right: 0;
  }
  100% {
    width: 0%;
    opacity: 0.5;
    right: 0;
  }
}
@keyframes gradationLine-navi {
  0% {
    width: 0%;
    opacity: 0;
    right: 100%;
  }
  100% {
    width: 100%;
    opacity: 1;
    right: 0;
  }
}
.l-gnav {
  display: flex;
  margin-left: -1.4vw;
  margin-right: -1.4vw;
}
@media only screen and (min-width: 870px) and (max-width: 1160px) {
  .l-gnav {
    margin-left: -0.7vw;
    margin-right: -0.7vw;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 870px) {
  .l-gnav {
    flex-direction: column;
    border-top: 1px solid #B5B5B5;
  }
}
.l-gnav__item {
  margin-left: 1.4vw;
  margin-right: 1.4vw;
}
@media only screen and (min-width: 870px) and (max-width: 1160px) {
  .l-gnav__item {
    margin-left: 0.7vw;
    margin-right: 0.7vw;
    /*width: calc(100% / 5);*/
    text-align: right;
  }
}
@media screen and (max-width: 870px) {
  .l-gnav__item {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #B5B5B5;
    position: relative;
    text-align: left;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-gnav__item.has-child:hover > .l-gnav-sub {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 870px) {
  .l-gnav__item.has-child.active .l-gnav__link::before {
    content: "\e905";
  }
}
@media screen and (max-width: 870px) {
  .l-gnav__item.has-child .l-gnav__link::before {
    content: "\e903";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
    color: #EC6D81;
    font-size: 1rem;
  }
}
.l-gnav__item._top_, .l-gnav__item._privacy_ {
  display: none;
}
@media screen and (max-width: 870px) {
  .l-gnav__item._top_, .l-gnav__item._privacy_ {
    display: block;
  }
}
.l-gnav__link {
  color: #000000;
  letter-spacing: 0.7px;
  font-weight: 400;
  font-size: 1.4rem;
  transition: 0.4s all;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-gnav__link:hover {
    color: #979797;
  }
  .l-gnav__link:hover::after {
    width: 100%;
    opacity: 1;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 870px) {
  .l-gnav__link:hover::after {
    opacity: 0;
  }
}
@media screen and (max-width: 870px) {
  .l-gnav__link {
    padding: 10px;
    display: block;
  }
}
.l-gnav__link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #EC6D81;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 1.5em;
  opacity: 0;
  transition: 0.4s all;
}
.l-gnav-sub {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 5;
  background: #ffffff;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 0 40px;
  display: block;
  border-top: 1px solid #DEDEDE;
}
@media only screen and (min-width: 870px) and (max-width: 1160px) {
  .l-gnav-sub {
    padding: 0;
  }
}
@media screen and (max-width: 870px) {
  .l-gnav-sub {
    top: auto;
    left: auto;
    position: static;
    display: none;
    transition: none;
    width: auto;
    background: none;
    visibility: visible;
    opacity: 1;
    background: #F1F1F1;
    padding: 15px;
    border-top: none;
  }
}
.l-gnav-sub__inner {
  padding: 20px 0;
}
@media screen and (max-width: 870px) {
  .l-gnav-sub__inner {
    padding: 0;
  }
}
.l-gnav-sub__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: -1.4vw;
  margin-right: -1.4vw;
}
@media screen and (max-width: 870px) {
  .l-gnav-sub__list {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.l-gnav-sub__item {
  margin-left: 1.4vw;
  margin-right: 1.4vw;
}
@media screen and (max-width: 870px) {
  .l-gnav-sub__item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .l-gnav-sub__item:last-child {
    margin-bottom: 0;
  }
}
.l-gnav-sub__link {
  color: #575757;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 870px) {
  .l-gnav-sub__link {
    font-size: 1.3rem;
  }
}

.l-footer {
  background: #E6E6E6;
  padding: 100px 0 0;
}
@media screen and (max-width:768px) {
  .l-footer {
    padding: 50px 0 0;
  }
}
.l-footer__inner {
  max-width: 1340px;
  margin: 0 auto 100px;
  padding: 0 30px;
}
@media screen and (max-width:768px) {
  .l-footer__inner {
    padding: 0 20px;
    margin: 0 auto 50px;
  }
}
.l-footer-btn {
  border-top: 1px solid #DEDEDE;
  padding: 30px 0 0;
  margin: 25px 0 0;
}
@media screen and (max-width:768px) {
  .l-footer-btn {
    margin: 40px 0 0;
  }
}
.l-footer-btn .e-btn {
  font-size: 1.3rem;
  min-width: 320px;
  height: 54px;
  letter-spacing: 2.6px;
}
.l-footer-bottom {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
}
@media screen and (max-width:768px) {
  .l-footer-bottom {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }
}
.l-footer-logo {
  margin: 0 75px 0 0;
}
@media screen and (max-width:768px) {
  .l-footer-logo {
    margin: 0 0 20px;
  }
}
.l-footer-copyright {
  color: #575757;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .l-footer-copyright {
    line-height: 1.4;
    font-size: 1rem;
  }
}

.l-fnav__list {
  display: grid;
  grid-template-columns: repeat(5, auto);
  -moz-column-gap: 84.5px;
       column-gap: 84.5px;
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .l-fnav__list {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media screen and (max-width:768px) {
  .l-fnav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -12px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media screen and (max-width:768px) {
  .l-fnav__item {
    margin: 0 12px 25px;
    width: calc((100% - 48px) / 2);
  }
}
@media screen and (max-width:768px) {
  .l-fnav__item._flex_ {
    width: 100%;
    margin: 0 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width:768px) {
  .l-fnav__item._flex_ .l-fnav__link {
    margin: 0;
  }
}
.l-fnav__link {
  border-bottom: 1px solid #DEDEDE;
  position: relative;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #575757;
  font-weight: 350;
  padding: 0 0 10px;
  margin: 40px 0 0;
}
.l-fnav__link:first-child {
  margin: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-fnav__link:hover {
    color: #979797;
    border-bottom: 1px solid #EC6D81;
  }
  .l-fnav__link:hover::after {
    border-color: transparent transparent transparent #EC6D81;
  }
}
.l-fnav__link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.7px 0 2.7px 4.7px;
  border-color: transparent transparent transparent #ACABAB;
  right: 0;
  position: absolute;
  top: 15px;
}
.l-fnav-sub {
  margin: 20px 0 0;
}
.l-fnav-sub__item {
  margin: 0 0 5px;
}
.l-fnav-sub__item:last-child {
  margin: 0;
}
.l-fnav-sub__link {
  font-size: 1.2rem;
  font-weight: 350;
  letter-spacing: 1px;
  color: #575757;
}
@media (hover: hover) and (pointer: fine) {
  .l-fnav-sub__link:hover {
    color: #EC6D81;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width:768px) {
  .l-fnav-sub__link:hover {
    color: #575757;
  }
}

.t-wrap {
  padding: 80px 0 0;
  color: #404040;
  line-height: 200%;
  font-size: 1.7rem;
  letter-spacing: 0.85px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .t-wrap {
    font-size: 1.5rem;
  }
}

.u-al-l {
  text-align: left !important;
}
@media screen and (max-width:768px) {
  .u-al-l._sm-al-l_ {
    text-align: left !important;
  }
  .u-al-l._sm-al-c_ {
    text-align: center !important;
  }
  .u-al-l._sm-al-r_ {
    text-align: right !important;
  }
}

.u-al-c {
  text-align: center !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media screen and (max-width:768px) {
  .u-al-c._sm-al-l_ {
    text-align: left !important;
  }
  .u-al-c._sm-al-c_ {
    text-align: center !important;
  }
  .u-al-c._sm-al-r_ {
    text-align: right !important;
  }
}

.u-al-r {
  text-align: right !important;
}
@media screen and (max-width:768px) {
  .u-al-r._sm-al-l_ {
    text-align: left !important;
  }
  .u-al-r._sm-al-c_ {
    text-align: center !important;
  }
  .u-al-r._sm-al-r_ {
    text-align: right !important;
  }
}

.u-al-fl {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flexstart !important;
}
@media screen and (max-width:768px) {
  .u-al-fl._sm-al-fr_ {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
  }
  .u-al-fl._sm-al-fc_ {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .u-al-fl._sm-al-fc_ > * {
    flex: 0 0 auto !important;
  }
}

.u-al-fc {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
.u-al-fc > * {
  flex: 0 0 auto !important;
}

.u-al-fr {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
}
@media screen and (max-width:768px) {
  .u-al-fr._sm-al-fl_ {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }
  .u-al-fr._sm-al-fc_ {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .u-al-fr._sm-al-fc_ > * {
    flex: 0 0 auto !important;
  }
}

.u-c-red {
  color: #dd0000 !important;
}

.u-c-pink {
  color: #EC6D81 !important;
}

.u-c-green {
  color: #79A44E !important;
}

.u-fw-n {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.u-fw-b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-22 {
  font-size: 2.2rem !important;
}

.u-fz-24 {
  font-size: 2.4rem !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-xxxs {
  margin-bottom: 10px !important;
}

.u-mb-xxs {
  margin-bottom: 15px !important;
}

.u-mb-xs {
  margin-bottom: 20px !important;
}
@media screen and (max-width:768px) {
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
}

.u-mb-s {
  margin-bottom: 25px !important;
}

.u-mb-m {
  margin-bottom: 30px !important;
}

.u-mb-l {
  margin-bottom: 60px !important;
}
@media screen and (max-width:768px) {
  .u-mb-l {
    margin-bottom: 30px !important;
  }
}

.u-mb-xl {
  margin-bottom: 80px !important;
}
@media screen and (max-width:768px) {
  .u-mb-xl {
    margin-bottom: 40px !important;
  }
}

.u-mb-xxl {
  margin-bottom: 100px !important;
}
@media screen and (max-width:768px) {
  .u-mb-xxl {
    margin-bottom: 50px !important;
  }
}

.u-mb-xxxl {
  margin-bottom: 120px !important;
}
@media screen and (max-width:768px) {
  .u-mb-xxxl {
    margin-bottom: 60px !important;
  }
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-xxxs {
  margin-left: 10px !important;
}

.u-ml-xxs {
  margin-left: 15px !important;
}

.u-ml-xs {
  margin-left: 20px !important;
}

.u-ml-s {
  margin-left: 25px !important;
}

.u-ml-m {
  margin-left: 30px !important;
}

.u-ml-l {
  margin-left: 60px !important;
}
@media screen and (max-width:768px) {
  .u-ml-l {
    margin-left: 30px !important;
  }
}

.u-ml-xl {
  margin-left: 80px !important;
}
@media screen and (max-width:768px) {
  .u-ml-xl {
    margin-left: 40px !important;
  }
}

.u-ml-xxl {
  margin-left: 100px !important;
}
@media screen and (max-width:768px) {
  .u-ml-xxl {
    margin-left: 50px !important;
  }
}

.u-ml-xxxl {
  margin-left: 120px !important;
}
@media screen and (max-width:768px) {
  .u-ml-xxxl {
    margin-left: 60px !important;
  }
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-xxxs {
  margin-right: 10px !important;
}

.u-mr-xxs {
  margin-right: 15px !important;
}

.u-mr-xs {
  margin-right: 20px !important;
}

.u-mr-s {
  margin-right: 25px !important;
}

.u-mr-m {
  margin-right: 30px !important;
}

.u-mr-l {
  margin-right: 60px !important;
}
@media screen and (max-width:768px) {
  .u-mr-l {
    margin-right: 30px !important;
  }
}

.u-mr-xl {
  margin-right: 80px !important;
}
@media screen and (max-width:768px) {
  .u-mr-xl {
    margin-right: 40px !important;
  }
}

.u-mr-xxl {
  margin-right: 100px !important;
}
@media screen and (max-width:768px) {
  .u-mr-xxl {
    margin-right: 50px !important;
  }
}

.u-mr-xxxl {
  margin-right: 120px !important;
}
@media screen and (max-width:768px) {
  .u-mr-xxxl {
    margin-right: 60px !important;
  }
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-xxxs {
  margin-top: 10px !important;
}

.u-mt-xxs {
  margin-top: 15px !important;
}

.u-mt-xs {
  margin-top: 20px !important;
}

.u-mt-s {
  margin-top: 25px !important;
}

.u-mt-m {
  margin-top: 30px !important;
}

.u-mt-l {
  margin-top: 60px !important;
}
@media screen and (max-width:768px) {
  .u-mt-l {
    margin-top: 30px !important;
  }
}

.u-mt-xl {
  margin-top: 80px !important;
}
@media screen and (max-width:768px) {
  .u-mt-xl {
    margin-top: 40px !important;
  }
}

.u-mt-xxl {
  margin-top: 100px !important;
}
@media screen and (max-width:768px) {
  .u-mt-xxl {
    margin-top: 50px !important;
  }
}

.u-mt-xxxl {
  margin-top: 120px !important;
}
@media screen and (max-width:768px) {
  .u-mt-xxxl {
    margin-top: 60px !important;
  }
}

.u-pa-0 {
  padding: 0 !important;
}

.u-pa-xxxs {
  padding: 10px !important;
}

.u-pa-xxs {
  padding: 15px !important;
}

.u-pa-xs {
  padding: 20px !important;
}

.u-pa-s {
  padding: 25px !important;
}

.u-pa-m {
  padding: 30px !important;
}

.u-pa-l {
  padding: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pa-l {
    padding: 30px !important;
  }
}

.u-pa-xl {
  padding: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pa-xl {
    padding: 40px !important;
  }
}

.u-pa-xxl {
  padding: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pa-xxl {
    padding: 50px !important;
  }
}

.u-pa-xxxl {
  padding: 120px !important;
}
@media screen and (max-width:768px) {
  .u-pa-xxxl {
    padding: 60px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-xxxs {
  padding-bottom: 10px !important;
}

.u-pb-xxs {
  padding-bottom: 15px !important;
}

.u-pb-xs {
  padding-bottom: 20px !important;
}

.u-pb-s {
  padding-bottom: 25px !important;
}

.u-pb-m {
  padding-bottom: 30px !important;
}

.u-pb-l {
  padding-bottom: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pb-l {
    padding-bottom: 30px !important;
  }
}

.u-pb-xl {
  padding-bottom: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pb-xl {
    padding-bottom: 40px !important;
  }
}

.u-pb-xxl {
  padding-bottom: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pb-xxl {
    padding-bottom: 50px !important;
  }
}

.u-pb-xxxl {
  padding-bottom: 120px !important;
}
@media screen and (max-width:768px) {
  .u-pb-xxxl {
    padding-bottom: 60px !important;
  }
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-xxxs {
  padding-left: 10px !important;
}

.u-pl-xxs {
  padding-left: 15px !important;
}

.u-pl-xs {
  padding-left: 20px !important;
}

.u-pl-s {
  padding-left: 25px !important;
}

.u-pl-m {
  padding-left: 30px !important;
}

.u-pl-l {
  padding-left: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pl-l {
    padding-left: 30px !important;
  }
}

.u-pl-xl {
  padding-left: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pl-xl {
    padding-left: 40px !important;
  }
}

.u-pl-xxl {
  padding-left: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pl-xxl {
    padding-left: 50px !important;
  }
}

.u-pl-xxxl {
  padding-left: 120px !important;
}
@media screen and (max-width:768px) {
  .u-pl-xxxl {
    padding-left: 60px !important;
  }
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-xxxs {
  padding-right: 10px !important;
}

.u-pr-xxs {
  padding-right: 15px !important;
}

.u-pr-xs {
  padding-right: 20px !important;
}

.u-pr-s {
  padding-right: 25px !important;
}

.u-pr-m {
  padding-right: 30px !important;
}

.u-pr-l {
  padding-right: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pr-l {
    padding-right: 30px !important;
  }
}

.u-pr-xl {
  padding-right: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pr-xl {
    padding-right: 40px !important;
  }
}

.u-pr-xxl {
  padding-right: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pr-xxl {
    padding-right: 50px !important;
  }
}

.u-pr-xxxl {
  padding-right: 120px !important;
}
@media screen and (max-width:768px) {
  .u-pr-xxxl {
    padding-right: 60px !important;
  }
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-xxxs {
  padding-top: 10px !important;
}

.u-pt-xxs {
  padding-top: 15px !important;
}

.u-pt-xs {
  padding-top: 20px !important;
}

.u-pt-s {
  padding-top: 25px !important;
}

.u-pt-m {
  padding-top: 30px !important;
}

.u-pt-l {
  padding-top: 60px !important;
}
@media screen and (max-width:768px) {
  .u-pt-l {
    padding-top: 30px !important;
  }
}

.u-pt-xl {
  padding-top: 80px !important;
}
@media screen and (max-width:768px) {
  .u-pt-xl {
    padding-top: 40px !important;
  }
}

.u-pt-xxl {
  padding-top: 100px !important;
}
@media screen and (max-width:768px) {
  .u-pt-xxl {
    padding-top: 50px !important;
  }
}

.u-pt-xxxl {
  padding-top: 120px !important;
}
@media screen and (max-width:768px) {
  .u-pt-xxxl {
    padding-top: 60px !important;
  }
}

.u-w0p {
  width: 0% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w0p {
    width: 0% !important;
  }
}
.u-w1p {
  width: 1% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w1p {
    width: 1% !important;
  }
}
.u-w2p {
  width: 2% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w2p {
    width: 2% !important;
  }
}
.u-w3p {
  width: 3% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w3p {
    width: 3% !important;
  }
}
.u-w4p {
  width: 4% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w4p {
    width: 4% !important;
  }
}
.u-w5p {
  width: 5% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w5p {
    width: 5% !important;
  }
}
.u-w6p {
  width: 6% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w6p {
    width: 6% !important;
  }
}
.u-w7p {
  width: 7% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w7p {
    width: 7% !important;
  }
}
.u-w8p {
  width: 8% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w8p {
    width: 8% !important;
  }
}
.u-w9p {
  width: 9% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w9p {
    width: 9% !important;
  }
}
.u-w10p {
  width: 10% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w10p {
    width: 10% !important;
  }
}
.u-w11p {
  width: 11% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w11p {
    width: 11% !important;
  }
}
.u-w12p {
  width: 12% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w12p {
    width: 12% !important;
  }
}
.u-w13p {
  width: 13% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w13p {
    width: 13% !important;
  }
}
.u-w14p {
  width: 14% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w14p {
    width: 14% !important;
  }
}
.u-w15p {
  width: 15% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w15p {
    width: 15% !important;
  }
}
.u-w16p {
  width: 16% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w16p {
    width: 16% !important;
  }
}
.u-w17p {
  width: 17% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w17p {
    width: 17% !important;
  }
}
.u-w18p {
  width: 18% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w18p {
    width: 18% !important;
  }
}
.u-w19p {
  width: 19% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w19p {
    width: 19% !important;
  }
}
.u-w20p {
  width: 20% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w20p {
    width: 20% !important;
  }
}
.u-w21p {
  width: 21% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w21p {
    width: 21% !important;
  }
}
.u-w22p {
  width: 22% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w22p {
    width: 22% !important;
  }
}
.u-w23p {
  width: 23% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w23p {
    width: 23% !important;
  }
}
.u-w24p {
  width: 24% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w24p {
    width: 24% !important;
  }
}
.u-w25p {
  width: 25% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w25p {
    width: 25% !important;
  }
}
.u-w26p {
  width: 26% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w26p {
    width: 26% !important;
  }
}
.u-w27p {
  width: 27% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w27p {
    width: 27% !important;
  }
}
.u-w28p {
  width: 28% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w28p {
    width: 28% !important;
  }
}
.u-w29p {
  width: 29% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w29p {
    width: 29% !important;
  }
}
.u-w30p {
  width: 30% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w30p {
    width: 30% !important;
  }
}
.u-w31p {
  width: 31% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w31p {
    width: 31% !important;
  }
}
.u-w32p {
  width: 32% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w32p {
    width: 32% !important;
  }
}
.u-w33p {
  width: 33% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w33p {
    width: 33% !important;
  }
}
.u-w34p {
  width: 34% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w34p {
    width: 34% !important;
  }
}
.u-w35p {
  width: 35% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w35p {
    width: 35% !important;
  }
}
.u-w36p {
  width: 36% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w36p {
    width: 36% !important;
  }
}
.u-w37p {
  width: 37% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w37p {
    width: 37% !important;
  }
}
.u-w38p {
  width: 38% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w38p {
    width: 38% !important;
  }
}
.u-w39p {
  width: 39% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w39p {
    width: 39% !important;
  }
}
.u-w40p {
  width: 40% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w40p {
    width: 40% !important;
  }
}
.u-w41p {
  width: 41% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w41p {
    width: 41% !important;
  }
}
.u-w42p {
  width: 42% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w42p {
    width: 42% !important;
  }
}
.u-w43p {
  width: 43% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w43p {
    width: 43% !important;
  }
}
.u-w44p {
  width: 44% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w44p {
    width: 44% !important;
  }
}
.u-w45p {
  width: 45% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w45p {
    width: 45% !important;
  }
}
.u-w46p {
  width: 46% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w46p {
    width: 46% !important;
  }
}
.u-w47p {
  width: 47% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w47p {
    width: 47% !important;
  }
}
.u-w48p {
  width: 48% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w48p {
    width: 48% !important;
  }
}
.u-w49p {
  width: 49% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w49p {
    width: 49% !important;
  }
}
.u-w50p {
  width: 50% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w50p {
    width: 50% !important;
  }
}
.u-w51p {
  width: 51% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w51p {
    width: 51% !important;
  }
}
.u-w52p {
  width: 52% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w52p {
    width: 52% !important;
  }
}
.u-w53p {
  width: 53% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w53p {
    width: 53% !important;
  }
}
.u-w54p {
  width: 54% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w54p {
    width: 54% !important;
  }
}
.u-w55p {
  width: 55% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w55p {
    width: 55% !important;
  }
}
.u-w56p {
  width: 56% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w56p {
    width: 56% !important;
  }
}
.u-w57p {
  width: 57% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w57p {
    width: 57% !important;
  }
}
.u-w58p {
  width: 58% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w58p {
    width: 58% !important;
  }
}
.u-w59p {
  width: 59% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w59p {
    width: 59% !important;
  }
}
.u-w60p {
  width: 60% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w60p {
    width: 60% !important;
  }
}
.u-w61p {
  width: 61% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w61p {
    width: 61% !important;
  }
}
.u-w62p {
  width: 62% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w62p {
    width: 62% !important;
  }
}
.u-w63p {
  width: 63% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w63p {
    width: 63% !important;
  }
}
.u-w64p {
  width: 64% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w64p {
    width: 64% !important;
  }
}
.u-w65p {
  width: 65% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w65p {
    width: 65% !important;
  }
}
.u-w66p {
  width: 66% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w66p {
    width: 66% !important;
  }
}
.u-w67p {
  width: 67% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w67p {
    width: 67% !important;
  }
}
.u-w68p {
  width: 68% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w68p {
    width: 68% !important;
  }
}
.u-w69p {
  width: 69% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w69p {
    width: 69% !important;
  }
}
.u-w70p {
  width: 70% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w70p {
    width: 70% !important;
  }
}
.u-w71p {
  width: 71% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w71p {
    width: 71% !important;
  }
}
.u-w72p {
  width: 72% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w72p {
    width: 72% !important;
  }
}
.u-w73p {
  width: 73% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w73p {
    width: 73% !important;
  }
}
.u-w74p {
  width: 74% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w74p {
    width: 74% !important;
  }
}
.u-w75p {
  width: 75% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w75p {
    width: 75% !important;
  }
}
.u-w76p {
  width: 76% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w76p {
    width: 76% !important;
  }
}
.u-w77p {
  width: 77% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w77p {
    width: 77% !important;
  }
}
.u-w78p {
  width: 78% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w78p {
    width: 78% !important;
  }
}
.u-w79p {
  width: 79% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w79p {
    width: 79% !important;
  }
}
.u-w80p {
  width: 80% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w80p {
    width: 80% !important;
  }
}
.u-w81p {
  width: 81% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w81p {
    width: 81% !important;
  }
}
.u-w82p {
  width: 82% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w82p {
    width: 82% !important;
  }
}
.u-w83p {
  width: 83% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w83p {
    width: 83% !important;
  }
}
.u-w84p {
  width: 84% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w84p {
    width: 84% !important;
  }
}
.u-w85p {
  width: 85% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w85p {
    width: 85% !important;
  }
}
.u-w86p {
  width: 86% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w86p {
    width: 86% !important;
  }
}
.u-w87p {
  width: 87% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w87p {
    width: 87% !important;
  }
}
.u-w88p {
  width: 88% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w88p {
    width: 88% !important;
  }
}
.u-w89p {
  width: 89% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w89p {
    width: 89% !important;
  }
}
.u-w90p {
  width: 90% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w90p {
    width: 90% !important;
  }
}
.u-w91p {
  width: 91% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w91p {
    width: 91% !important;
  }
}
.u-w92p {
  width: 92% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w92p {
    width: 92% !important;
  }
}
.u-w93p {
  width: 93% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w93p {
    width: 93% !important;
  }
}
.u-w94p {
  width: 94% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w94p {
    width: 94% !important;
  }
}
.u-w95p {
  width: 95% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w95p {
    width: 95% !important;
  }
}
.u-w96p {
  width: 96% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w96p {
    width: 96% !important;
  }
}
.u-w97p {
  width: 97% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w97p {
    width: 97% !important;
  }
}
.u-w98p {
  width: 98% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w98p {
    width: 98% !important;
  }
}
.u-w99p {
  width: 99% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w99p {
    width: 99% !important;
  }
}
.u-w100p {
  width: 100% !important;
}

@media screen and (max-width:768px) {
  .u-sm-w100p {
    width: 100% !important;
  }
}
.u-mw0p {
  max-width: 0% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw0p {
    width: 0% !important;
  }
}
.u-mw1p {
  max-width: 1% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw1p {
    width: 1% !important;
  }
}
.u-mw2p {
  max-width: 2% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw2p {
    width: 2% !important;
  }
}
.u-mw3p {
  max-width: 3% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw3p {
    width: 3% !important;
  }
}
.u-mw4p {
  max-width: 4% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw4p {
    width: 4% !important;
  }
}
.u-mw5p {
  max-width: 5% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw5p {
    width: 5% !important;
  }
}
.u-mw6p {
  max-width: 6% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw6p {
    width: 6% !important;
  }
}
.u-mw7p {
  max-width: 7% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw7p {
    width: 7% !important;
  }
}
.u-mw8p {
  max-width: 8% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw8p {
    width: 8% !important;
  }
}
.u-mw9p {
  max-width: 9% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw9p {
    width: 9% !important;
  }
}
.u-mw10p {
  max-width: 10% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw10p {
    width: 10% !important;
  }
}
.u-mw11p {
  max-width: 11% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw11p {
    width: 11% !important;
  }
}
.u-mw12p {
  max-width: 12% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw12p {
    width: 12% !important;
  }
}
.u-mw13p {
  max-width: 13% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw13p {
    width: 13% !important;
  }
}
.u-mw14p {
  max-width: 14% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw14p {
    width: 14% !important;
  }
}
.u-mw15p {
  max-width: 15% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw15p {
    width: 15% !important;
  }
}
.u-mw16p {
  max-width: 16% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw16p {
    width: 16% !important;
  }
}
.u-mw17p {
  max-width: 17% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw17p {
    width: 17% !important;
  }
}
.u-mw18p {
  max-width: 18% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw18p {
    width: 18% !important;
  }
}
.u-mw19p {
  max-width: 19% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw19p {
    width: 19% !important;
  }
}
.u-mw20p {
  max-width: 20% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw20p {
    width: 20% !important;
  }
}
.u-mw21p {
  max-width: 21% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw21p {
    width: 21% !important;
  }
}
.u-mw22p {
  max-width: 22% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw22p {
    width: 22% !important;
  }
}
.u-mw23p {
  max-width: 23% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw23p {
    width: 23% !important;
  }
}
.u-mw24p {
  max-width: 24% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw24p {
    width: 24% !important;
  }
}
.u-mw25p {
  max-width: 25% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw25p {
    width: 25% !important;
  }
}
.u-mw26p {
  max-width: 26% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw26p {
    width: 26% !important;
  }
}
.u-mw27p {
  max-width: 27% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw27p {
    width: 27% !important;
  }
}
.u-mw28p {
  max-width: 28% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw28p {
    width: 28% !important;
  }
}
.u-mw29p {
  max-width: 29% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw29p {
    width: 29% !important;
  }
}
.u-mw30p {
  max-width: 30% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw30p {
    width: 30% !important;
  }
}
.u-mw31p {
  max-width: 31% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw31p {
    width: 31% !important;
  }
}
.u-mw32p {
  max-width: 32% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw32p {
    width: 32% !important;
  }
}
.u-mw33p {
  max-width: 33% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw33p {
    width: 33% !important;
  }
}
.u-mw34p {
  max-width: 34% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw34p {
    width: 34% !important;
  }
}
.u-mw35p {
  max-width: 35% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw35p {
    width: 35% !important;
  }
}
.u-mw36p {
  max-width: 36% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw36p {
    width: 36% !important;
  }
}
.u-mw37p {
  max-width: 37% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw37p {
    width: 37% !important;
  }
}
.u-mw38p {
  max-width: 38% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw38p {
    width: 38% !important;
  }
}
.u-mw39p {
  max-width: 39% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw39p {
    width: 39% !important;
  }
}
.u-mw40p {
  max-width: 40% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw40p {
    width: 40% !important;
  }
}
.u-mw41p {
  max-width: 41% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw41p {
    width: 41% !important;
  }
}
.u-mw42p {
  max-width: 42% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw42p {
    width: 42% !important;
  }
}
.u-mw43p {
  max-width: 43% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw43p {
    width: 43% !important;
  }
}
.u-mw44p {
  max-width: 44% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw44p {
    width: 44% !important;
  }
}
.u-mw45p {
  max-width: 45% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw45p {
    width: 45% !important;
  }
}
.u-mw46p {
  max-width: 46% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw46p {
    width: 46% !important;
  }
}
.u-mw47p {
  max-width: 47% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw47p {
    width: 47% !important;
  }
}
.u-mw48p {
  max-width: 48% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw48p {
    width: 48% !important;
  }
}
.u-mw49p {
  max-width: 49% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw49p {
    width: 49% !important;
  }
}
.u-mw50p {
  max-width: 50% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw50p {
    width: 50% !important;
  }
}
.u-mw51p {
  max-width: 51% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw51p {
    width: 51% !important;
  }
}
.u-mw52p {
  max-width: 52% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw52p {
    width: 52% !important;
  }
}
.u-mw53p {
  max-width: 53% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw53p {
    width: 53% !important;
  }
}
.u-mw54p {
  max-width: 54% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw54p {
    width: 54% !important;
  }
}
.u-mw55p {
  max-width: 55% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw55p {
    width: 55% !important;
  }
}
.u-mw56p {
  max-width: 56% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw56p {
    width: 56% !important;
  }
}
.u-mw57p {
  max-width: 57% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw57p {
    width: 57% !important;
  }
}
.u-mw58p {
  max-width: 58% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw58p {
    width: 58% !important;
  }
}
.u-mw59p {
  max-width: 59% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw59p {
    width: 59% !important;
  }
}
.u-mw60p {
  max-width: 60% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw60p {
    width: 60% !important;
  }
}
.u-mw61p {
  max-width: 61% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw61p {
    width: 61% !important;
  }
}
.u-mw62p {
  max-width: 62% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw62p {
    width: 62% !important;
  }
}
.u-mw63p {
  max-width: 63% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw63p {
    width: 63% !important;
  }
}
.u-mw64p {
  max-width: 64% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw64p {
    width: 64% !important;
  }
}
.u-mw65p {
  max-width: 65% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw65p {
    width: 65% !important;
  }
}
.u-mw66p {
  max-width: 66% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw66p {
    width: 66% !important;
  }
}
.u-mw67p {
  max-width: 67% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw67p {
    width: 67% !important;
  }
}
.u-mw68p {
  max-width: 68% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw68p {
    width: 68% !important;
  }
}
.u-mw69p {
  max-width: 69% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw69p {
    width: 69% !important;
  }
}
.u-mw70p {
  max-width: 70% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw70p {
    width: 70% !important;
  }
}
.u-mw71p {
  max-width: 71% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw71p {
    width: 71% !important;
  }
}
.u-mw72p {
  max-width: 72% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw72p {
    width: 72% !important;
  }
}
.u-mw73p {
  max-width: 73% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw73p {
    width: 73% !important;
  }
}
.u-mw74p {
  max-width: 74% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw74p {
    width: 74% !important;
  }
}
.u-mw75p {
  max-width: 75% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw75p {
    width: 75% !important;
  }
}
.u-mw76p {
  max-width: 76% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw76p {
    width: 76% !important;
  }
}
.u-mw77p {
  max-width: 77% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw77p {
    width: 77% !important;
  }
}
.u-mw78p {
  max-width: 78% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw78p {
    width: 78% !important;
  }
}
.u-mw79p {
  max-width: 79% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw79p {
    width: 79% !important;
  }
}
.u-mw80p {
  max-width: 80% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw80p {
    width: 80% !important;
  }
}
.u-mw81p {
  max-width: 81% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw81p {
    width: 81% !important;
  }
}
.u-mw82p {
  max-width: 82% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw82p {
    width: 82% !important;
  }
}
.u-mw83p {
  max-width: 83% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw83p {
    width: 83% !important;
  }
}
.u-mw84p {
  max-width: 84% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw84p {
    width: 84% !important;
  }
}
.u-mw85p {
  max-width: 85% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw85p {
    width: 85% !important;
  }
}
.u-mw86p {
  max-width: 86% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw86p {
    width: 86% !important;
  }
}
.u-mw87p {
  max-width: 87% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw87p {
    width: 87% !important;
  }
}
.u-mw88p {
  max-width: 88% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw88p {
    width: 88% !important;
  }
}
.u-mw89p {
  max-width: 89% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw89p {
    width: 89% !important;
  }
}
.u-mw90p {
  max-width: 90% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw90p {
    width: 90% !important;
  }
}
.u-mw91p {
  max-width: 91% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw91p {
    width: 91% !important;
  }
}
.u-mw92p {
  max-width: 92% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw92p {
    width: 92% !important;
  }
}
.u-mw93p {
  max-width: 93% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw93p {
    width: 93% !important;
  }
}
.u-mw94p {
  max-width: 94% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw94p {
    width: 94% !important;
  }
}
.u-mw95p {
  max-width: 95% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw95p {
    width: 95% !important;
  }
}
.u-mw96p {
  max-width: 96% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw96p {
    width: 96% !important;
  }
}
.u-mw97p {
  max-width: 97% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw97p {
    width: 97% !important;
  }
}
.u-mw98p {
  max-width: 98% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw98p {
    width: 98% !important;
  }
}
.u-mw99p {
  max-width: 99% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw99p {
    width: 99% !important;
  }
}
.u-mw100p {
  max-width: 100% !important;
}

@media screen and (max-width:768px) {
  .u-sm-mw100p {
    width: 100% !important;
  }
}
.u-w-a {
  width: auto !important;
}

@media screen and (max-width:768px) {
  .u-sm-w-a {
    width: auto !important;
  }
}
@media screen and (max-width:415px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:416px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:768px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:769px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1280px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1281px) {
  .u-lg-max {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */