@charset "UTF-8";
/* =====================================================
  1.0 - Foundation
===================================================== */
/*ダークグリーン*/
/*ライトグリーン*/
/*! Oreset.css v1.0.0 | MIT License | https://github.com/hirosiva/Oreset.css */
/*
  # Global
---------------------------------------------- */
/**
 * Default box-sizing
 */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/**
 * Resetting margins, paddings, and borders
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border: 0;
}

/**
 * Resetting HTML5 Elements for older browsers
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/*
  # Document & Sections
---------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  background-color: #fff;
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

/*
  # Grouping content
---------------------------------------------- */
blockquote,
q {
  quotes: none;
}

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

hr {
  overflow: visible;
}

ol,
ul {
  list-style: none;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

/*
  # Text-level semantics
---------------------------------------------- */
a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  color: inherit;
  text-decoration: none !important;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 0.8em;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
  # Embedded content
---------------------------------------------- */
audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

/*
  # Tabular data
---------------------------------------------- */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/*
  # Forms
---------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

button,
select {
  text-transform: none;
}

button,
input {
  overflow: visible;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  -webkit-appearance: none;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

optgroup {
  font-weight: bold;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/*
  # Interactive & Misc
---------------------------------------------- */
summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

/*
  # Accessibility
---------------------------------------------- */
[disabled],
[aria-disabled="true"] {
  cursor: not-allowed;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

:focus:not(:focus-visible),
::before:focus:not(:focus-visible),
::after:focus:not(:focus-visible) {
  outline: none;
}

/**
 * Prettier ignore
 */
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}

/*
  Base
-----------------------------------------------------*/
html {
  font-size: 16px !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  line-height: 2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.16em;
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}

/* ECフォースのデフォルト打ち消し */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", meiryo, sans-serif;
  line-height: 1.6;
}

a:hover,
a:focus {
  color: #799588;
}

/* =====================================================
  2.0 - Layout
===================================================== */
/*
  Centering
-----------------------------------------------------*/
.l-container {
  position: relative;
  width: calc(100% - 32px);
  margin: 0 auto;
  overflow: visible;
}

@media screen and (min-width: 768px) {
  .l-container {
    width: calc(100% - 72px);
    max-width: 1080px;
  }
}

/*
  Header
-----------------------------------------------------*/
.l-header {
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .l-header {
    position: fixed;
  }
}

/*
  Main
-----------------------------------------------------*/
.l-main {
  position: relative;
  width: 100%;
}

.l-main.-under {
  padding-top: 1rem;
}

@media screen and (min-width: 768px) {
  .l-main.-under {
    padding-top: 6rem;
    min-height: calc(100vh - 480px);
  }
}

@media screen and (min-width: 1024px) {
  .l-main.-under {
    padding-top: 8rem;
    min-height: calc(100vh - 420px);
  }
}

/*
  Footer
-----------------------------------------------------*/
.l-footer {
  clear: both;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 6rem;
  }
}

/* =====================================================
  3.0 - Object
===================================================== */
/*
  3.1 - Component
-----------------------------------------------------*/
/*
  Button
*/
.c-button {
  position: relative;
  display: inline-block;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
  Caption
*/
.c-caption {
  letter-spacing: 0.16em;
  line-height: 1.6;
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .c-caption {
    font-size: 16px;
  }
}

/*
  Card
*/
.c-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #333333;
}

@media screen and (min-width: 1200px) {
  .c-card {
    margin-top: 0;
  }
}

.c-card:hover {
  color: #799588;
}

.c-card__thumbnail {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-top: 100%;
}

.c-card__thumbnail > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-card__body {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-card__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 27%;
  padding: 0.5em 0;
  background-color: #799588;
  color: #575757;
  text-align: center;
  font-size: 10px;
}

.c-card__title {
  margin-top: 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.c-card__text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.c-card__day {
  font-size: 10px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

@media screen and (min-width: 1200px) {
  .c-card__day {
    font-size: 14px;
  }
}

/*
 Settings
--------------------------------- */
.c-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.c-grid[data-dir="normal"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.c-grid[data-dir="reverse"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-grid[data-align~="start"] {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-grid[data-align~="center"] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-grid[data-align~="end"] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-grid[data-align~="justify"] {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-grid[data-align~="top"] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-grid[data-align~="middle"] {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-grid[data-align~="bottom"] {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-grid__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}

.c-grid__item[data-align~="start"] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-grid__item[data-align~="center"] {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-grid__item[data-align~="end"] {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-grid__item[data-align~="top"] {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-grid__item[data-align~="middle"] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-grid__item[data-align~="bottom"] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-grid[data-gutter] {
  width: auto;
}

.c-grid[data-gutter] > .c-grid__item {
  border: solid transparent;
  background-clip: padding-box;
}

@media screen and (min-width: 0) {
  .c-grid[data-gutter="small"] {
    margin: -1.25vw;
  }
  .c-grid[data-gutter="small"] > .c-grid__item {
    border-width: 1.25vw;
  }
  .c-grid[data-gutter="normal"] {
    margin: -2.5vw;
  }
  .c-grid[data-gutter="normal"] > .c-grid__item {
    border-width: 2.5vw;
  }
  .c-grid[data-gutter="large"] {
    margin: -3.75vw;
  }
  .c-grid[data-gutter="large"] > .c-grid__item {
    border-width: 3.75vw;
  }
  .c-grid__item[data-grid~="xxs1"] {
    width: 8.33333%;
  }
  .c-grid__item[data-grid~="xxs2"] {
    width: 16.66667%;
  }
  .c-grid__item[data-grid~="xxs3"] {
    width: 25%;
  }
  .c-grid__item[data-grid~="xxs4"] {
    width: 33.33333%;
  }
  .c-grid__item[data-grid~="xxs5"] {
    width: 41.66667%;
  }
  .c-grid__item[data-grid~="xxs6"] {
    width: 50%;
  }
  .c-grid__item[data-grid~="xxs7"] {
    width: 58.33333%;
  }
  .c-grid__item[data-grid~="xxs8"] {
    width: 66.66667%;
  }
  .c-grid__item[data-grid~="xxs9"] {
    width: 75%;
  }
  .c-grid__item[data-grid~="xxs10"] {
    width: 83.33333%;
  }
  .c-grid__item[data-grid~="xxs11"] {
    width: 91.66667%;
  }
  .c-grid__item[data-grid~="xxs12"] {
    width: 100%;
  }
  .c-grid__item[data-grid~="xxsFive"] {
    width: 20%;
  }
  .c-grid__item[data-grid~="xxsAuto"] {
    width: auto;
  }
}

@media screen and (min-width: 320px) {
  .c-grid[data-gutter="small"] {
    margin: -1.25vw;
  }
  .c-grid[data-gutter="small"] > .c-grid__item {
    border-width: 1.25vw;
  }
  .c-grid[data-gutter="normal"] {
    margin: -2.5vw;
  }
  .c-grid[data-gutter="normal"] > .c-grid__item {
    border-width: 2.5vw;
  }
  .c-grid[data-gutter="large"] {
    margin: -3.75vw;
  }
  .c-grid[data-gutter="large"] > .c-grid__item {
    border-width: 3.75vw;
  }
  .c-grid__item[data-grid~="xs1"] {
    width: 8.33333%;
  }
  .c-grid__item[data-grid~="xs2"] {
    width: 16.66667%;
  }
  .c-grid__item[data-grid~="xs3"] {
    width: 25%;
  }
  .c-grid__item[data-grid~="xs4"] {
    width: 33.33333%;
  }
  .c-grid__item[data-grid~="xs5"] {
    width: 41.66667%;
  }
  .c-grid__item[data-grid~="xs6"] {
    width: 50%;
  }
  .c-grid__item[data-grid~="xs7"] {
    width: 58.33333%;
  }
  .c-grid__item[data-grid~="xs8"] {
    width: 66.66667%;
  }
  .c-grid__item[data-grid~="xs9"] {
    width: 75%;
  }
  .c-grid__item[data-grid~="xs10"] {
    width: 83.33333%;
  }
  .c-grid__item[data-grid~="xs11"] {
    width: 91.66667%;
  }
  .c-grid__item[data-grid~="xs12"] {
    width: 100%;
  }
  .c-grid__item[data-grid~="xsFive"] {
    width: 20%;
  }
  .c-grid__item[data-grid~="xsAuto"] {
    width: auto;
  }
}

@media screen and (min-width: 576px) {
  .c-grid[data-gutter="small"] {
    margin: -1.25vw;
  }
  .c-grid[data-gutter="small"] > .c-grid__item {
    border-width: 1.25vw;
  }
  .c-grid[data-gutter="normal"] {
    margin: -2.5vw;
  }
  .c-grid[data-gutter="normal"] > .c-grid__item {
    border-width: 2.5vw;
  }
  .c-grid[data-gutter="large"] {
    margin: -3.75vw;
  }
  .c-grid[data-gutter="large"] > .c-grid__item {
    border-width: 3.75vw;
  }
  .c-grid__item[data-grid~="sm1"] {
    width: 8.33333%;
  }
  .c-grid__item[data-grid~="sm2"] {
    width: 16.66667%;
  }
  .c-grid__item[data-grid~="sm3"] {
    width: 25%;
  }
  .c-grid__item[data-grid~="sm4"] {
    width: 33.33333%;
  }
  .c-grid__item[data-grid~="sm5"] {
    width: 41.66667%;
  }
  .c-grid__item[data-grid~="sm6"] {
    width: 50%;
  }
  .c-grid__item[data-grid~="sm7"] {
    width: 58.33333%;
  }
  .c-grid__item[data-grid~="sm8"] {
    width: 66.66667%;
  }
  .c-grid__item[data-grid~="sm9"] {
    width: 75%;
  }
  .c-grid__item[data-grid~="sm10"] {
    width: 83.33333%;
  }
  .c-grid__item[data-grid~="sm11"] {
    width: 91.66667%;
  }
  .c-grid__item[data-grid~="sm12"] {
    width: 100%;
  }
  .c-grid__item[data-grid~="smFive"] {
    width: 20%;
  }
  .c-grid__item[data-grid~="smAuto"] {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .c-grid[data-gutter="small"] {
    margin: -0.75vw;
  }
  .c-grid[data-gutter="small"] > .c-grid__item {
    border-width: 0.75vw;
  }
  .c-grid[data-gutter="normal"] {
    margin: -1.5vw;
  }
  .c-grid[data-gutter="normal"] > .c-grid__item {
    border-width: 1.5vw;
  }
  .c-grid[data-gutter="large"] {
    margin: -2.25vw;
  }
  .c-grid[data-gutter="large"] > .c-grid__item {
    border-width: 2.25vw;
  }
  .c-grid__item[data-grid~="md1"] {
    width: 8.33333%;
  }
  .c-grid__item[data-grid~="md2"] {
    width: 16.66667%;
  }
  .c-grid__item[data-grid~="md3"] {
    width: 25%;
  }
  .c-grid__item[data-grid~="md4"] {
    width: 33.33333%;
  }
  .c-grid__item[data-grid~="md5"] {
    width: 41.66667%;
  }
  .c-grid__item[data-grid~="md6"] {
    width: 50%;
  }
  .c-grid__item[data-grid~="md7"] {
    width: 58.33333%;
  }
  .c-grid__item[data-grid~="md8"] {
    width: 66.66667%;
  }
  .c-grid__item[data-grid~="md9"] {
    width: 75%;
  }
  .c-grid__item[data-grid~="md10"] {
    width: 83.33333%;
  }
  .c-grid__item[data-grid~="md11"] {
    width: 91.66667%;
  }
  .c-grid__item[data-grid~="md12"] {
    width: 100%;
  }
  .c-grid__item[data-grid~="mdFive"] {
    width: 20%;
  }
  .c-grid__item[data-grid~="mdAuto"] {
    width: auto;
  }
}

@media screen and (min-width: 1024px) {
  .c-grid[data-gutter="small"] {
    margin: -0.5vw;
  }
  .c-grid[data-gutter="small"] > .c-grid__item {
    border-width: 0.5vw;
  }
  .c-grid[data-gutter="normal"] {
    margin: -1vw;
  }
  .c-grid[data-gutter="normal"] > .c-grid__item {
    border-width: 1vw;
  }
  .c-grid[data-gutter="large"] {
    margin: -1.5vw;
  }
  .c-grid[data-gutter="large"] > .c-grid__item {
    border-width: 1.5vw;
  }
  .c-grid__item[data-grid~="smd1"] {
    width: 8.33333%;
  }
  .c-grid__item[data-grid~="smd2"] {
    width: 16.66667%;
  }
  .c-grid__item[data-grid~="smd3"] {
    width: 25%;
  }
  .c-grid__item[data-grid~="smd4"] {
    width: 33.33333%;
  }
  .c-grid__item[data-grid~="smd5"] {
    width: 41.66667%;
  }
  .c-grid__item[data-grid~="smd6"] {
    width: 50%;
  }
  .c-grid__item[data-grid~="smd7"] {
    width: 58.33333%;
  }
  .c-grid__item[data-grid~="smd8"] {
    width: 66.66667%;
  }
  .c-grid__item[data-grid~="smd9"] {
    width: 75%;
  }
  .c-grid__item[data-grid~="smd10"] {
    width: 83.33333%;
  }
  .c-grid__item[data-grid~="smd11"] {
    width: 91.66667%;
  }
  .c-grid__item[data-grid~="smd12"] {
    width: 100%;
  }
  .c-grid__item[data-grid~="smdFive"] {
    width: 20%;
  }
  .c-grid__item[data-grid~="smdAuto"] {
    width: auto;
  }
}

@media screen and (min-width: 1200px) {
  .c-grid[data-gutter="small"] {
    margin: -0.5vw;
  }
  .c-grid[data-gutter="small"] > .c-grid__item {
    border-width: 0.5vw;
  }
  .c-grid[data-gutter="normal"] {
    margin: -1vw;
  }
  .c-grid[data-gutter="normal"] > .c-grid__item {
    border-width: 1vw;
  }
  .c-grid[data-gutter="large"] {
    margin: -1.5vw;
  }
  .c-grid[data-gutter="large"] > .c-grid__item {
    border-width: 1.5vw;
  }
  .c-grid__item[data-grid~="lg1"] {
    width: 8.33333%;
  }
  .c-grid__item[data-grid~="lg2"] {
    width: 16.66667%;
  }
  .c-grid__item[data-grid~="lg3"] {
    width: 25%;
  }
  .c-grid__item[data-grid~="lg4"] {
    width: 33.33333%;
  }
  .c-grid__item[data-grid~="lg5"] {
    width: 41.66667%;
  }
  .c-grid__item[data-grid~="lg6"] {
    width: 50%;
  }
  .c-grid__item[data-grid~="lg7"] {
    width: 58.33333%;
  }
  .c-grid__item[data-grid~="lg8"] {
    width: 66.66667%;
  }
  .c-grid__item[data-grid~="lg9"] {
    width: 75%;
  }
  .c-grid__item[data-grid~="lg10"] {
    width: 83.33333%;
  }
  .c-grid__item[data-grid~="lg11"] {
    width: 91.66667%;
  }
  .c-grid__item[data-grid~="lg12"] {
    width: 100%;
  }
  .c-grid__item[data-grid~="lgFive"] {
    width: 20%;
  }
  .c-grid__item[data-grid~="lgAuto"] {
    width: auto;
  }
}

@media screen and (min-width: 1568px) {
  .c-grid[data-gutter="small"] {
    margin: -0.5vw;
  }
  .c-grid[data-gutter="small"] > .c-grid__item {
    border-width: 0.5vw;
  }
  .c-grid[data-gutter="normal"] {
    margin: -1vw;
  }
  .c-grid[data-gutter="normal"] > .c-grid__item {
    border-width: 1vw;
  }
  .c-grid[data-gutter="large"] {
    margin: -1.5vw;
  }
  .c-grid[data-gutter="large"] > .c-grid__item {
    border-width: 1.5vw;
  }
  .c-grid__item[data-grid~="xl1"] {
    width: 8.33333%;
  }
  .c-grid__item[data-grid~="xl2"] {
    width: 16.66667%;
  }
  .c-grid__item[data-grid~="xl3"] {
    width: 25%;
  }
  .c-grid__item[data-grid~="xl4"] {
    width: 33.33333%;
  }
  .c-grid__item[data-grid~="xl5"] {
    width: 41.66667%;
  }
  .c-grid__item[data-grid~="xl6"] {
    width: 50%;
  }
  .c-grid__item[data-grid~="xl7"] {
    width: 58.33333%;
  }
  .c-grid__item[data-grid~="xl8"] {
    width: 66.66667%;
  }
  .c-grid__item[data-grid~="xl9"] {
    width: 75%;
  }
  .c-grid__item[data-grid~="xl10"] {
    width: 83.33333%;
  }
  .c-grid__item[data-grid~="xl11"] {
    width: 91.66667%;
  }
  .c-grid__item[data-grid~="xl12"] {
    width: 100%;
  }
  .c-grid__item[data-grid~="xlFive"] {
    width: 20%;
  }
  .c-grid__item[data-grid~="xlAuto"] {
    width: auto;
  }
}

@media screen and (min-width: 1920px) {
  .c-grid[data-gutter="small"] {
    margin: -0.5vw;
  }
  .c-grid[data-gutter="small"] > .c-grid__item {
    border-width: 0.5vw;
  }
  .c-grid[data-gutter="normal"] {
    margin: -1vw;
  }
  .c-grid[data-gutter="normal"] > .c-grid__item {
    border-width: 1vw;
  }
  .c-grid[data-gutter="large"] {
    margin: -1.5vw;
  }
  .c-grid[data-gutter="large"] > .c-grid__item {
    border-width: 1.5vw;
  }
  .c-grid__item[data-grid~="xxl1"] {
    width: 8.33333%;
  }
  .c-grid__item[data-grid~="xxl2"] {
    width: 16.66667%;
  }
  .c-grid__item[data-grid~="xxl3"] {
    width: 25%;
  }
  .c-grid__item[data-grid~="xxl4"] {
    width: 33.33333%;
  }
  .c-grid__item[data-grid~="xxl5"] {
    width: 41.66667%;
  }
  .c-grid__item[data-grid~="xxl6"] {
    width: 50%;
  }
  .c-grid__item[data-grid~="xxl7"] {
    width: 58.33333%;
  }
  .c-grid__item[data-grid~="xxl8"] {
    width: 66.66667%;
  }
  .c-grid__item[data-grid~="xxl9"] {
    width: 75%;
  }
  .c-grid__item[data-grid~="xxl10"] {
    width: 83.33333%;
  }
  .c-grid__item[data-grid~="xxl11"] {
    width: 91.66667%;
  }
  .c-grid__item[data-grid~="xxl12"] {
    width: 100%;
  }
  .c-grid__item[data-grid~="xxlFive"] {
    width: 20%;
  }
  .c-grid__item[data-grid~="xxlAuto"] {
    width: auto;
  }
}

/*
  Inview
*/
.c-inview {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property:
    opacity,
    letter-spacing,
    -webkit-transform;
  transition-property:
    opacity,
    letter-spacing,
    -webkit-transform;
  transition-property: opacity, transform, letter-spacing;
  transition-property:
    opacity,
    transform,
    letter-spacing,
    -webkit-transform;
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
  will-change: transform;
}

.c-inview[data-duration="fast"] {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.c-inview[data-duration="normal"] {
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
}

.c-inview[data-duration="slow"] {
  -webkit-transition-duration: 5s;
  transition-duration: 5s;
}

.c-inview[data-type~="fadeIn"].is-inviewReady {
  opacity: 0;
}

.c-inview[data-type~="fadeIn"].is-inviewActive {
  opacity: 1;
}

.c-inview[data-type~="slideUpIn"].is-inviewReady {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0;
}

.c-inview[data-type~="slideUpIn"].is-inviewActive {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.c-inview[data-type~="slideDownIn"].is-inviewReady {
  -webkit-transform: translateY(-2.5rem);
  transform: translateY(-2.5rem);
  opacity: 0;
}

.c-inview[data-type~="slideDownIn"].is-inviewActive {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.c-inview[data-type~="slideLeftIn"].is-inviewReady {
  -webkit-transform: translateX(2.5rem);
  transform: translateX(2.5rem);
}

.c-inview[data-type~="slideLeftIn"].is-inviewActive {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-inview[data-type~="slideRightIn"].is-inviewReady {
  -webkit-transform: translateX(-2.5rem);
  transform: translateX(-2.5rem);
  opacity: 0;
}

.c-inview[data-type~="slideRightIn"].is-inviewActive {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.c-inview[data-type~="slideCubeIn"].is-inviewReady {
  -webkit-transform: translate3d(2.5rem, 2.5rem, 0);
  transform: translate3d(2.5rem, 2.5rem, 0);
  opacity: 0;
}

.c-inview[data-type~="slideCubeIn"].is-inviewActive {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.c-inview[data-type~="zoomIn"].is-inviewReady {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.c-inview[data-type~="zoomIn"].is-inviewActive {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*
  Section Title
*/
.c-sectionTitle {
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
  .c-sectionTitle {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .c-sectionTitle {
    font-size: 2.75rem;
  }
}

/*
  Heading
*/
.c-heading {
  font-size: 18px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .c-heading {
    font-size: 26px;
  }
}

@media screen and (min-width: 1568px) {
  .c-heading {
    font-size: 1.5vw;
  }
}

.c-heading--underBorder {
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  border-bottom: 1px solid #799588;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
  .c-heading--underBorder {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .c-heading--underBorder {
    font-size: 3.25rem;
  }
}

.p-single-news .c-heading--underBorder,
.p-under .c-heading--underBorder {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.06em;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-single-news .c-heading--underBorder,
  .p-under .c-heading--underBorder {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-single-news .c-heading--underBorder,
  .p-under .c-heading--underBorder {
    font-size: 2rem;
  }
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  width: 28px;
  height: 28px;
  border: 1px solid #799588;
  border-radius: 50%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
}

.swiper-button-next::before,
.swiper-button-next::after,
.swiper-button-prev::before,
.swiper-button-prev::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 4px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .swiper-button-next::before,
  .swiper-button-next::after,
  .swiper-button-prev::before,
  .swiper-button-prev::after {
    width: 13px;
    height: 13px;
    right: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .swiper-button-next::before,
  .swiper-button-next::after,
  .swiper-button-prev::before,
  .swiper-button-prev::after {
    width: 16px;
    height: 16px;
    right: 6px;
  }
}

.swiper-button-next::before,
.swiper-button-prev::before {
  background-color: #799588;
  z-index: 1;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "" !important;
  background-color: #fff;
  left: -4px;
  z-index: 2;
}

.swiper-button-next {
  right: 4px;
}

.swiper-button-prev {
  left: auto;
  right: 48px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .swiper-button-prev {
    right: 64px;
  }
}

@media screen and (min-width: 1200px) {
  .swiper-button-prev {
    right: 80px;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -24px;
  text-align: right;
  padding: 0 16px;
}

@media screen and (min-width: 1024px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    padding: 0 48px;
    bottom: -32px;
  }
}

.swiper-horizontal > .swiper-pagination-bullets > span,
.swiper-pagination-bullets.swiper-pagination-horizontal > span,
.swiper-pagination-custom > span,
.swiper-pagination-fraction > span {
  width: 2rem;
  height: 3px;
  border-radius: 2px;
}

@media screen and (min-width: 1024px) {
  .swiper-horizontal > .swiper-pagination-bullets > span,
  .swiper-pagination-bullets.swiper-pagination-horizontal > span,
  .swiper-pagination-custom > span,
  .swiper-pagination-fraction > span {
    width: 3rem;
    height: 3px;
    margin: 0 4px !important;
  }
}

@media screen and (min-width: 1200px) {
  .swiper-horizontal > .swiper-pagination-bullets > span,
  .swiper-pagination-bullets.swiper-pagination-horizontal > span,
  .swiper-pagination-custom > span,
  .swiper-pagination-fraction > span {
    width: 4rem;
    height: 4px;
    margin: 0 6px !important;
  }
}

.swiper-pagination-bullet-active {
  background-color: #799588;
}

/*
  3.2 - Project
-----------------------------------------------------*/
/* Common */
/*
  Loading
*/
.p-loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
}

.p-loading__inner {
  position: absolute;
  width: 6rem;
  height: 6rem;
  top: 0;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-animation: fadeIn 3s forwards ease;
  animation: fadeIn 3s forwards ease;
}

@media screen and (min-width: 1024px) {
  .p-loading__inner {
    width: 8rem;
    height: 8rem;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.p-loading__inner.-loaded {
  -webkit-animation: fadeOut 2s ease-in-out;
  animation: fadeOut 2s ease-in-out;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
  header
*/
.p-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  height: 48px;
  padding: 0 1rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-header {
    height: 64px;
  }
}

@media screen and (min-width: 1200px) {
  .p-header {
    height: 70px;
    padding: 0 2rem;
  }
}

.p-header__logo {
  width: 120px;
}

@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 180px;
  }
}

@media screen and (min-width: 1200px) {
  .p-header__logo {
    width: 220px;
  }
}

.p-header__logo img {
  width: 100%;
  padding-top: 7.5%;
  vertical-align: baseline;
}

/*
  Global Nav
*/
.p-globalNav {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 480px;
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 1.5s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.2, 1, 0.2, 1);
  padding-bottom: 72px;
}

@media screen and (min-width: 768px) {
  .p-globalNav {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: transparent;
    padding-bottom: 0;
  }
}

.p-globalNav__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-globalNav__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.p-globalNav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow-y: scroll;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-globalNav__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-globalNav__menuItem {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.3em;
  -webkit-transition: all 2s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 2s cubic-bezier(0.2, 1, 0.2, 1);
}

.p-globalNav__menuItem:hover {
  opacity: 0.5;
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
  transform: scale3d(0.95, 0.95, 0.95);
  -webkit-transition: all 2s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 2s cubic-bezier(0.2, 1, 0.2, 1);
}

@media screen and (min-width: 768px) {
  .p-globalNav__menuItem {
    font-size: 14px;
    margin-right: 1em;
    letter-spacing: 0.16em;
    letter-spacing: 0.2em;
  }
}

@media screen and (min-width: 1024px) {
  .p-globalNav__menuItem {
    font-size: 16px;
    margin-right: 1.25em;
  }
}

@media screen and (min-width: 1200px) {
  .p-globalNav__menuItem {
    font-size: 20px;
  }
}

@media screen and (min-width: 1568px) {
  .p-globalNav__menuItem {
    margin-right: 2em;
  }
}

.p-globalNav__menuItem > a {
  display: block;
}

.p-globalNav__menuItem:not(:first-child) {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-globalNav__menuItem:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .p-globalNav__menuItem:not(:first-child) {
    margin-top: 0;
  }
}

.p-globalNav__menu.-icon {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-globalNav__menu.-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-globalNav__menu.-icon .p-globalNav__menuItem {
    width: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .p-globalNav__menu.-icon .p-globalNav__menuItem {
    width: 32px;
  }
}

.is-drawerActive .p-globalNav {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#js-fixed_overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 2s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 2s cubic-bezier(0.2, 1, 0.2, 1);
}

.is-drawerActive #js-fixed_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(3, 3, 3, 0.5);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 2s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 2s cubic-bezier(0.2, 1, 0.2, 1);
}

/*
  Hero
*/
.p-hero {
  position: relative;
  width: 100%;
  height: 130vw;
}

@media screen and (min-width: 768px) {
  .p-hero {
    height: 100vw;
  }
}

@media screen and (min-width: 1200px) {
  .p-hero {
    height: calc(100vh - 140px);
    min-height: 30vw;
    max-height: 45vw;
    margin-top: 70px;
  }
}

.p-hero__container {
  width: 100%;
  height: 100%;
}

.p-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*
  Button
*/
.p-button,
.p-button--small {
  display: block;
  width: 220px;
  margin: 0 auto;
  padding: 0.75em 1em;
  border: 2px solid #799588;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .p-button,
  .p-button--small {
    width: 320px;
    font-size: 18px;
  }
}

.p-button::before,
.p-button--small::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 0.75em;
  top: 2px;
  bottom: 0;
  right: 1.5em;
  margin: auto 0;
  background: url(../images/btn-arrow.svg) no-repeat center center/contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (min-width: 1200px) {
  .p-button::before,
  .p-button--small::before {
    width: 1.25em;
    height: 1em;
    right: 1.75em;
  }
}

.p-button:hover,
.p-button--small:hover {
  background-color: #799588;
  color: #fff;
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
  transform: scale3d(0.95, 0.95, 0.95);
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.p-button--small {
  padding: 0.6em 0.5em;
  font-size: 10px;
  width: 124px;
}

@media screen and (min-width: 768px) {
  .p-button--small {
    font-size: 14px;
  }
}

.p-button--small::before {
  width: 0.75em;
  height: 0.5em;
}

/*
  Footer
*/
.p-footer {
  background-color: #999d99;
  padding: 2rem 0 0;
  text-align: center;
  margin-bottom: 72px;
}

@media screen and (min-width: 768px) {
  .p-footer {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-footer {
    text-align: left;
    padding: 4rem 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .p-footer {
    text-align: left;
    padding: 4rem 0 0;
  }
}

.p-footer__logo {
  display: block;
  width: 240px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .p-footer__logo {
    width: 280px;
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .p-footer__logo {
    width: 320px;
  }
}

@media screen and (min-width: 1024px) {
  .p-footer__grid {
    margin: 2rem auto 4rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-footer__info {
  display: none;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .p-footer__info {
    display: block;
    line-height: 2;
  }
}

@media screen and (min-width: 1200px) {
  .p-footer__info {
    line-height: 2.5;
  }
}

.p-footer__info__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-footer__nav {
  margin: 2rem auto;
}

@media screen and (min-width: 1024px) {
  .p-footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -2rem 0 0 auto;
  }
}

.p-footer__nav__item {
  display: block;
  margin-top: 1em;
  padding: 0.5em;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .p-footer__nav__item {
    margin-top: 2em;
  }
}

@media screen and (min-width: 1200px) {
  .p-footer__nav__item {
    font-size: 16px;
  }
}

.p-footer__copyright {
  padding: 0.25em 0;
  font-size: 10px;
  background-color: #6e716e;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .p-footer__copyright {
    font-size: 12px;
    padding: 0.5em 0;
  }
}

@media screen and (min-width: 1200px) {
  .p-footer__copyright {
    font-size: 14px;
  }
}

/*
  NEWS
*/
.p-news {
  margin-top: 6rem;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .p-news {
    margin-top: 8rem;
  }
}

.p-news__container {
  margin-top: 0.5rem;
}

@media screen and (min-width: 1200px) {
  .p-news__container {
    overflow: hidden;
    padding: 1rem 1rem 1rem 0;
  }
}

.p-news__slide {
  display: block;
  width: calc((100% - 16px) / 2);
  margin-right: 16px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.04);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.04);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition:
    transform 1s cubic-bezier(0.2, 1, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
}

@media screen and (min-width: 768px) {
  .p-news__slide {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .p-news__slide {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
}

.p-news__slide:hover {
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
  transform: scale3d(0.95, 0.95, 0.95);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition:
    transform 1s cubic-bezier(0.2, 1, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.p-news__title {
  font-size: 12px;
  font-weight: 400;
  margin-top: 0;
}

@media screen and (min-width: 1200px) {
  .p-news__title {
    font-size: 16px;
  }
}

.p-news .c-card__body {
  padding: 4px 8px 8px;
  min-height: 5em;
}

@media screen and (min-width: 1200px) {
  .p-news .c-card__body {
    padding: 8px 12px 12px;
  }
}

.p-news .c-card__thumbnail {
  padding-top: 65%;
}

.p-news .p-button,
.p-news .p-button--small {
  margin-top: 2rem;
}

@media screen and (min-width: 1200px) {
  .p-news .p-button,
  .p-news .p-button--small {
    margin-top: 3rem;
  }
}

.p-news .swiper-button-next,
.p-news .swiper-button-prev {
  top: 34px;
}

@media screen and (min-width: 1200px) {
  .p-news .swiper-button-next {
    right: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .p-news .swiper-button-prev {
    right: 96px;
  }
}

/*
  MEDIA
*/
.p-media {
  margin-top: 5rem;
}

@media screen and (min-width: 1024px) {
  .p-media {
    margin-top: 8rem;
  }
}

.p-media .c-sectionTitle {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .p-media .c-sectionTitle {
    text-align: left;
  }
}

.p-media__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  .p-media__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    gap: 56px;
  }
}

.p-media__item {
  width: 300px;
  margin: 1.5rem auto 0;
}

@media screen and (min-width: 768px) {
  .p-media__item {
    width: 320px;
  }
}

@media screen and (min-width: 1024px) {
  .p-media__item {
    width: calc((100% - 56px) / 2);
    margin-top: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-media__title {
  padding-bottom: 0.5em;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .p-media__title {
    font-size: 1.25rem;
  }
}

.p-media .p-button,
.p-media .p-button--small {
  margin-top: 3rem;
}

@media screen and (min-width: 1200px) {
  .p-media .p-button,
  .p-media .p-button--small {
    margin-top: 4rem;
  }
}

/*
  Product
*/
.p-product {
  margin-top: 5rem;
  padding: 3rem 0 4rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-product {
    padding: 4rem 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-product {
    margin-top: 8rem;
    padding: 6rem 0 8rem;
  }
}

.p-product__subscLink {
  position: absolute;
  top: 2.75rem;
  left: 0rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #799588;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-product__subscLink {
    top: 1.5rem;
    left: 15rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-product__subscLink {
    top: 1.8rem;
    left: 18rem;
    font-size: 1.25rem;
  }
}

.p-product__container {
  position: relative;
  margin-top: 1.5rem;
  padding-top: 1.125rem;
}

@media screen and (min-width: 768px) {
  .p-product__container {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-product__container {
    width: calc(((100vw - 1080px) / 2) + 1080px);
    margin-top: -4rem;
    padding-top: 5rem;
    overflow: hidden;
  }
}

.p-product__container::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #cbcbcb;
}

@media screen and (min-width: 1200px) {
  .p-product__container::before {
    top: 64px;
  }
}

.p-product__slide {
  width: 46%;
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .p-product__slide {
    width: 45%;
    margin-right: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-product__slide {
    width: 25%;
    margin-right: 3.5rem;
  }
}

.p-product__slide__thumbnail {
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.p-product__slide:hover .p-product__slide__thumbnail {
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
  transform: scale3d(0.95, 0.95, 0.95);
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.p-product__title {
  font-size: 0.875rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-product__title {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-product__title {
    font-size: 1.375rem;
  }
}

.p-product__text {
  height: 10em;
  margin-top: 0.5em;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .p-product__text {
    height: 6em;
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .p-product__text {
    height: 7.5em;
  }
}

.p-product .p-button--small {
  margin-top: 1rem;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-product .p-button--small {
    margin-top: 1.5rem;
    margin-right: 0;
  }
}

.p-product .swiper-button-next,
.p-product .swiper-button-prev {
  top: -24px;
}

@media screen and (min-width: 768px) {
  .p-product .swiper-button-next,
  .p-product .swiper-button-prev {
    top: -20px;
  }
}

@media screen and (min-width: 1200px) {
  .p-product .swiper-button-next,
  .p-product .swiper-button-prev {
    top: 24px;
  }
}

.p-product .swiper-button-next::after,
.p-product .swiper-button-prev::after {
  background-color: #f2f4f2;
}

@media screen and (min-width: 1200px) {
  .p-product .swiper-button-next {
    right: 160px;
  }
}

@media screen and (min-width: 1200px) {
  .p-product .swiper-button-prev {
    right: 240px;
  }
}

/*
  LINE
*/
.p-line {
  margin-top: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-line {
    margin-top: 6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-line__img {
  width: 100%;
  max-width: 460px;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.1));
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition:
    transform 1s cubic-bezier(0.2, 1, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
}

@media screen and (min-width: 768px) {
  .p-line__img {
    margin-right: 32px;
  }
}

.p-line__img:hover {
  -webkit-transform: scale3d(0.97, 0.97, 0.97);
  transform: scale3d(0.97, 0.97, 0.97);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition:
    transform 1s cubic-bezier(0.2, 1, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.p-line__text {
  margin-top: 1rem;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .p-line__text {
    margin-top: 0;
  }
}

/*
  Subsc Plan
*/
.p-subsc {
  margin-top: 5rem;
}

@media screen and (min-width: 1024px) {
  .p-subsc {
    margin-top: 8rem;
  }
}

.p-subsc__sectionTitle {
  position: relative;
  text-align: center;
}

.p-subsc__sectionTitle::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1rem;
  margin: 0 auto;
  background-color: #799588;
}

@media screen and (min-width: 1200px) {
  .p-subsc__sectionTitle::before {
    width: 100px;
  }
}

.p-subsc__headingWrap {
  position: relative;
  margin-top: 60px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .p-subsc__headingWrap {
    margin-top: 100px;
  }
}

.p-subsc__heading {
  letter-spacing: 0.2em;
}

@media screen and (min-width: 1024px) {
  .p-subsc__heading {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-subsc__heading {
    font-size: 1.375rem;
  }
}

.p-subsc__subheading {
  position: absolute;
  width: 136px;
  top: -40px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .p-subsc__subheading {
    width: 180px;
    top: -54px;
  }
}

@media screen and (min-width: 1024px) {
  .p-subsc__subheading {
    width: 200px;
    top: -60px;
  }
}

@media screen and (min-width: 1200px) {
  .p-subsc__subheading {
    width: 300px;
    top: -90px;
  }
}

.p-subsc__item {
  position: relative;
  width: calc(100% - 8px);
  margin-top: 2rem;
  margin-left: 8px;
  padding: 1.5rem;
  background-color: #f7f7f7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition:
    transform 1s cubic-bezier(0.2, 1, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
}

@media screen and (min-width: 1200px) {
  .p-subsc__item {
    width: 900px;
    margin: 3rem auto 0;
    padding: 2rem;
  }
}

.p-subsc__item::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3.5rem;
  top: -16px;
  left: -4px;
  margin: 0 auto;
  background: url(../images/number_1.svg) no-repeat center center/contain;
}

.p-subsc__item:hover {
  -webkit-transform: scale3d(0.98, 0.98, 0.98);
  transform: scale3d(0.98, 0.98, 0.98);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition:
    transform 1s cubic-bezier(0.2, 1, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.p-subsc__item:nth-child(2)::before {
  background: url(../images/number_2.svg) no-repeat center center/contain;
}

.p-subsc__item:nth-child(3)::before {
  background: url(../images/number_3.svg) no-repeat center center/contain;
}

.p-subsc__item:nth-child(4)::before {
  background: url(../images/number_4.svg) no-repeat center center/contain;
}

.p-subsc__item:nth-child(5)::before {
  background: url(../images/number_5.svg) no-repeat center center/contain;
}

.p-subsc__item:nth-child(6)::before {
  background: url(../images/number_6.svg) no-repeat center center/contain;
}

.p-subsc__item__grid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .p-subsc__item__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-subsc__item__title {
  width: 100%;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #799588;
  letter-spacing: 0.2em;
  text-align: center;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (min-width: 1024px) {
  .p-subsc__item__title {
    width: calc(100% - 200px);
    font-size: 1.5rem;
    text-align: left;
  }
}

.p-subsc__item__icon {
  text-align: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 1024px) {
  .p-subsc__item__icon {
    width: 200px;
  }
}

.p-subsc__item__icon > img {
  width: 64px;
}

.p-subsc__item__caption {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 0.5rem;
  display: none;
  line-height: 2;
}

@media screen and (min-width: 1024px) {
  .p-subsc__item__caption {
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: 0;
  }
}

.p-subsc__item__button {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 12px;
  right: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #799588;
  border-radius: 50%;
  background-color: transparent;
}

@media screen and (min-width: 1200px) {
  .p-subsc__item__button {
    width: 36px;
    height: 36px;
    top: 16px;
    right: 16px;
    border: 2px solid #799588;
  }
}

.p-subsc__item__button::before,
.p-subsc__item__button::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #799588;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 1200px) {
  .p-subsc__item__button::before,
  .p-subsc__item__button::after {
    width: 16px;
  }
}

.p-subsc__item__button::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.p-subsc__item__button.is-open::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.p-subsc__item__textLink {
  color: #799588;
  border-bottom: 1px solid #799588;
  font-weight: 500;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}

.p-subsc__item__textLink:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}

.p-subsc .p-button,
.p-subsc .p-button--small {
  margin-top: 3rem;
}

@media screen and (min-width: 1200px) {
  .p-subsc .p-button,
  .p-subsc .p-button--small {
    margin-top: 5rem;
  }
}

/*
  Gallery
*/
.p-gallery {
  margin-top: 5rem;
  padding: 3rem 3%;
  background-attachment: fixed;
  background-image: url(../images/gallery_bg_sp.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .p-gallery {
    padding: 4rem 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-gallery {
    height: 100%;
    margin-top: 8rem;
    padding: 8rem 0;
    background-image: url(../images/gallery_bg_large.png);
  }
}

.p-gallery__item {
  margin-top: 2rem;
}

@media screen and (min-width: 1024px) {
  .p-gallery__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 4rem;
  }
}

.p-gallery__item__iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.5%;
}

@media screen and (min-width: 1024px) {
  .p-gallery__item__iframe {
    width: 400px;
    height: 240px;
    margin-right: 2rem;
    padding-top: 0;
  }
}

.p-gallery__item__iframe > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.p-gallery__item__title {
  margin-top: 0.25rem;
}

@media screen and (min-width: 1024px) {
  .p-gallery__item__title {
    margin-bottom: 1rem;
    letter-spacing: 0.3em;
  }
}

.p-gallery .p-button,
.p-gallery .p-button--small {
  width: 320px;
  margin-top: 3rem;
  text-transform: unset;
}

@media screen and (min-width: 1200px) {
  .p-gallery .p-button,
  .p-gallery .p-button--small {
    width: 380px;
    margin-top: 6rem;
    margin-left: auto;
    margin-right: 0;
  }
}

/*
  Instagram
*/
.p-insta {
  margin-top: 5rem;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .p-insta {
    margin-top: 8rem;
  }
}

.p-insta .c-sectionTitle {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .p-insta .c-sectionTitle {
    text-align: left;
  }
}

.p-insta__container {
  position: relative;
  width: calc(100vw - 16px);
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-insta__container {
    width: calc(100vw - 36px);
    margin-top: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-insta__container {
    margin-top: -4rem;
    padding-top: 4rem;
    width: calc(((100vw - 1080px) / 2) + 1080px);
  }
}

.p-insta__container::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  top: 1rem;
  left: 0;
  background-color: #cecece;
}

@media screen and (min-width: 1200px) {
  .p-insta__container::before {
    top: 4.8rem;
  }
}

.p-insta__wrapper {
  position: relative;
  margin-top: 1rem;
  padding-top: 0.75rem;
}

.p-insta__slide {
  display: block;
  width: calc((100% - 20px) / 2.2);
  margin-right: 10px;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition:
    transform 1s cubic-bezier(0.2, 1, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
}

@media screen and (min-width: 768px) {
  .p-insta__slide {
    width: calc((100% - 60px) / 3.5);
    margin-right: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .p-insta__slide {
    width: calc((100% - 80px) / 5.5);
    margin-right: 20px;
  }
}

.p-insta__slide:hover {
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
  transform: scale3d(0.95, 0.95, 0.95);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition:
    transform 1s cubic-bezier(0.2, 1, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.p-insta .swiper-button-next,
.p-insta .swiper-button-prev {
  display: none;
}

@media screen and (min-width: 1200px) {
  .p-insta .swiper-button-next,
  .p-insta .swiper-button-prev {
    display: block;
    top: 38px;
  }
}

.p-insta .swiper-button-next {
  right: 16px;
}

@media screen and (min-width: 768px) {
  .p-insta .swiper-button-next {
    right: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .p-insta .swiper-button-next {
    right: calc((100vw - 1080px) / 2);
  }
}

.p-insta .swiper-button-prev {
  right: 16px;
}

@media screen and (min-width: 768px) {
  .p-insta .swiper-button-prev {
    right: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .p-insta .swiper-button-prev {
    right: calc(((100vw - 1080px) / 2) + 80px);
  }
}

.p-insta__container:nth-child(2n + 1) {
  margin-top: 1rem;
  margin-left: -16px;
  margin-right: 16px;
}

@media screen and (min-width: 768px) {
  .p-insta__container:nth-child(2n + 1) {
    margin-top: 2rem;
    margin-left: -36px;
    margin-right: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .p-insta__container:nth-child(2n + 1) {
    margin-top: 2rem;
    margin-left: calc((1080px - 100vw) / 2);
    margin-right: 0;
  }
}

.p-insta__container:nth-child(2n + 1)::before {
  left: auto;
  right: 0;
}

.p-insta__container:nth-child(2n + 1) .p-insta__slide {
  margin-right: 0;
  margin-left: 10px;
}

@media screen and (min-width: 1200px) {
  .p-insta__container:nth-child(2n + 1) .p-insta__slide {
    margin-left: 20px;
  }
}

.p-insta__container:nth-child(2n + 1) .swiper-button-next,
.p-insta__container:nth-child(2n + 1) .swiper-button-prev {
  right: auto;
  left: 16px;
}

@media screen and (min-width: 768px) {
  .p-insta__container:nth-child(2n + 1) .swiper-button-next {
    left: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .p-insta__container:nth-child(2n + 1) .swiper-button-next {
    left: calc(((100vw - 1080px) / 2) + 80px);
  }
}

@media screen and (min-width: 768px) {
  .p-insta__container:nth-child(2n + 1) .swiper-button-prev {
    left: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .p-insta__container:nth-child(2n + 1) .swiper-button-prev {
    left: calc((100vw - 1080px) / 2);
  }
}

.p-insta__sns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 3rem;
  text-align: center;
}

.p-insta__sns__text {
  position: relative;
  display: block;
  width: 15em;
  margin: 0 auto;
  font-size: 12px;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .p-insta__sns__text {
    font-size: 16px;
  }
}

.p-insta__sns__text::before,
.p-insta__sns__text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #575757;
}

@media screen and (min-width: 1200px) {
  .p-insta__sns__text::before,
  .p-insta__sns__text::after {
    height: 28px;
  }
}

.p-insta__sns__text::before {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  left: 0;
}

.p-insta__sns__text::after {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  left: auto;
  right: 0;
}

.p-insta__sns__wrapper {
  width: 280px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .p-insta__sns__wrapper {
    width: 320px;
  }
}

@media screen and (min-width: 1200px) {
  .p-insta__sns__wrapper img {
    width: 64px;
  }
}

.p-insta__sns__icon {
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.p-insta__sns__icon:hover {
  opacity: 0.7;
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
  transform: scale3d(0.95, 0.95, 0.95);
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
}

/*
  Concept
*/
.p-concept {
  position: relative;
  margin-top: 9rem;
  padding-bottom: 3rem;
  background: url(../images/bgBase_concept.png) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .p-concept {
    padding-bottom: 5rem;
    margin-top: 12rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-concept {
    margin-top: 14rem;
    padding-bottom: 8rem;
  }
}

.p-concept__body {
  position: relative;
  padding-top: 50vw;
}

@media screen and (min-width: 768px) {
  .p-concept__body {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-concept__body {
    padding-top: 8rem;
  }
}

.p-concept__body::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/concept_bg.png) no-repeat top left/contain;
}

.p-concept__img {
  position: absolute;
  width: 50vw;
  top: -6rem;
  right: 16px;
}

@media screen and (min-width: 768px) {
  .p-concept__img {
    width: 40%;
    max-width: 350px;
    right: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .p-concept__img {
    width: 480px;
    max-width: none;
    top: -8rem;
    right: calc((100vw - 1080px) / 2);
    margin-right: -4rem;
  }
}

.p-concept__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-concept__text {
  margin-top: 2rem;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .p-concept__text {
    width: 55%;
  }
}

@media screen and (min-width: 1200px) {
  .p-concept__text {
    width: 600px;
    line-height: 2.4;
  }
}

/*
  Fixed SNS
*/
.p-fixedSns {
  position: fixed;
  right: 16px;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 10;
  display: none;
}

@media screen and (min-width: 1200px) {
  .p-fixedSns {
    top: 106px;
    display: block;
  }
}

.p-fixedSns__text {
  margin-left: 26px;
}

.p-fixedSns__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-top: 0.5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.p-fixedSns__icon:hover {
  opacity: 0.7;
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
}

/*
  SP　固定メニュー
*/
.p-spMenu {
  position: fixed;
  width: 100%;
  height: 72px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #575757;
  color: #fff;
  z-index: 50;
  display: none;
}

@media screen and (min-width: 768px) {
  .p-spMenu {
    opacity: 0;
    visibility: hidden;
  }
}

.p-spMenu__wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-spMenu__item {
  width: calc(100% / 5);
  height: 72px;
}

.p-spMenu__item > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
  color: #fff;
  text-decoration: none;
}

.p-spMenu__item > a::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/spMenu_menu.svg) no-repeat center center/contain;
}

.p-spMenu__item.-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
}

.p-spMenu__item.-menu::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/spMenu_menu.svg) no-repeat center center/contain;
}

.p-spMenu__item.-faq a::before {
  background-image: url(../images/spMenu_faq.svg);
}

.p-spMenu__item.-contact a::before {
  background-image: url(../images/spMenu_contact.svg);
}

.p-spMenu__item.-login a::before {
  background-image: url(../images/spMenu_login.svg);
}

.p-spMenu__item.-cart a::before {
  background-image: url(../images/spMenu_cart.svg);
}

.p-spMenu__item__text {
  position: relative;
  font-size: 10px;
  padding-top: 48px;
  text-transform: uppercase;
}

/*
  NEWS記事一覧
*/
.p-article.-news .p-article__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 3rem;
  border-bottom: 1px solid #cbcbcb;
}

.p-article.-news .p-article__body {
  position: relative;
  margin-top: 0.5em;
}

.p-article.-news .p-article__item {
  width: calc((100% - 16px) / 2);
  margin-right: 16px;
  margin-top: 2rem;
}

.p-article.-news .p-article__item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .p-article.-news .p-article__item:nth-child(n + 4) {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-article.-news .p-article__item {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
  }
  .p-article.-news .p-article__item:nth-child(2n) {
    margin-right: 24px;
  }
  .p-article.-news .p-article__item:nth-child(3n) {
    margin-right: 0;
  }
  .p-article.-news .p-article__item:nth-child(n + 4) {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-article.-news .p-article__item {
    width: calc((100% - 64px) / 3);
    margin-right: 32px;
  }
  .p-article.-news .p-article__item:nth-child(2n) {
    margin-right: 32px;
  }
  .p-article.-news .p-article__item:nth-child(3n) {
    margin-right: 0;
  }
  .p-article.-news .p-article__item:nth-child(n + 4) {
    margin-top: 4rem;
  }
}

.p-article.-news .p-article__label {
  display: block;
  width: 6.5em;
  top: 0;
  left: 8em;
  background-color: #799588;
  color: #fff;
  font-size: 10px;
  line-height: 1em;
  border-radius: 32px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-article.-news .p-article__label {
    font-size: 14px;
  }
}

.p-article.-news .p-article__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.25em;
}

@media screen and (min-width: 768px) {
  .p-article.-news .p-article__title {
    font-size: 16px;
  }
}

.p-article.-news .p-article__day {
  line-height: 2.5;
}

.p-article.-news .p-article__thumbnail {
  padding-top: 65%;
}

.p-article.-media .p-article__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 3rem;
  border-bottom: 1px solid #cbcbcb;
}

.p-article.-media .p-article__item {
  width: 100%;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-article.-media .p-article__item {
    width: calc((100% - 48px) / 2);
  }
  .p-article.-media .p-article__item:nth-child(2n + 1) {
    margin-right: 48px;
  }
}

.p-article.-media .p-article__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .p-article.-media .p-article__title {
    font-size: 20px;
  }
}

.p-article.-media .p-article__thumbnail {
  position: relative;
  padding-top: 65%;
  margin-top: 1em;
}

.p-article.-media .p-article__thumbnail > img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*
  FAQ
*/
@media screen and (min-width: 768px) {
  .p-faq {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-faq {
    margin-top: 5rem;
  }
}

.p-faq__container {
  max-width: 960px;
  margin: 2rem auto 0;
}

@media screen and (min-width: 768px) {
  .p-faq__container {
    margin-top: 4rem;
  }
}

.p-faq__container:not(:nth-child(2)) {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .p-faq__container:not(:nth-child(2)) {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-faq__container:not(:nth-child(2)) {
    margin-top: 8rem;
  }
}

.p-faq__heading {
  position: relative;
  padding-left: 1em;
  font-size: 20px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}

.p-faq__heading::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-color: #799588;
}

@media screen and (min-width: 768px) {
  .p-faq__heading {
    font-size: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .p-faq__heading {
    font-size: 32px;
  }
}

.p-faq__wrapper {
  margin-top: 1rem;
}

@media screen and (min-width: 1200px) {
  .p-faq__wrapper {
    margin: 2rem auto 0;
  }
}

.p-faq__item {
  position: relative;
  margin-top: 2rem;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .p-faq__item {
    margin-top: 3rem;
  }
}

.p-faq__question {
  position: relative;
  padding-left: 2em;
  padding: 0.5em 2rem 0.5em 3em;
  line-height: 1.5;
  border-bottom: 1px solid #cbcbcb;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .p-faq__question {
    font-size: 18px;
    padding-right: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-faq__question {
    font-size: 20px;
  }
}

.p-faq__toggleIcon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0.5em;
  right: 0.5em;
  border: 1px solid #799588;
  border-radius: 30px;
}

.p-faq__toggleIcon::before,
.p-faq__toggleIcon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 2px;
  background-color: #799588;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 12px;
  height: 2px;
}

.p-faq__toggleIcon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-faq__toggleIcon.is-open::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

@media screen and (min-width: 768px) {
  .p-faq__toggleIcon {
    width: 30px;
    height: 30px;
  }
  .p-faq__toggleIcon::before,
  .p-faq__toggleIcon::after {
    width: 14px;
  }
}

.p-faq__question.is-open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition:
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}

.p-faq__question__label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto 0;
  font-size: 22px;
  font-family: "Cormorant Garamond", serif;
}

@media screen and (min-width: 1200px) {
  .p-faq__question__label {
    top: 0;
    font-size: 32px;
  }
}

.p-faq__answer__wrapper {
  position: relative;
  margin-top: 1rem;
  margin-left: 1em;
  padding-left: 3em;
  display: none;
}

@media screen and (min-width: 1200px) {
  .p-faq__answer__wrapper {
    padding-left: 4rem;
  }
}

.p-faq__answer {
  display: block;
  line-height: 2;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .p-faq__answer {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .p-faq__answer {
    border-radius: 16px;
    font-size: 16px;
  }
}

.p-faq__answer__label {
  position: absolute;
  top: -8px;
  bottom: 0;
  left: 6px;
  margin: auto 0;
  font-size: 22px;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
}

@media screen and (min-width: 1200px) {
  .p-faq__answer__label {
    top: -12px;
    font-size: 32px;
  }
}

/*
  Clicical Trials
*/
.p-clinicalTrials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
}

.p-clinicalTrials__title {
  position: relative;
  padding-top: 1rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 1200px) {
  .p-clinicalTrials__title {
    font-size: 3rem;
  }
}

.p-clinicalTrials__title span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-size: 14px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 1200px) {
  .p-clinicalTrials__title span {
    font-size: 18px;
  }
}

.p-clinicalTrials__grid {
  justify-content: space-between;
}

@media screen and (min-width: 1200px) {
  .p-clinicalTrials__grid {
    justify-content: flex-start;
    gap: 3rem;
  }
}

.p-clinicalTrial {
  width: calc((100% - 24px) / 2);
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-clinicalTrial {
    width: 30%;
  }
}

.p-clinicalTrial:hover .p-clinicalTrial__thumbnail {
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
  transform: scale3d(0.95, 0.95, 0.95);
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.p-clinicalTrial__thumbnail {
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.p-clinicalTrial__name {
  position: relative;
  margin-top: 0.5rem;
  padding-top: 1.25rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 1024px) {
  .p-clinicalTrial__name {
    margin-top: 1rem;
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-clinicalTrial__name {
    font-size: 2rem;
  }
}

.p-clinicalTrial__subName {
  position: relative;
}

.p-clinicalTrial__subName.-kouso {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  .p-clinicalTrial__subName.-kouso {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .p-clinicalTrial__subName.-kouso {
    font-size: 18px;
  }
}

.p-clinicalTrial__subName.-okikae {
  padding-left: 0.5em;
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  .p-clinicalTrial__subName.-okikae {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .p-clinicalTrial__subName.-okikae {
    font-size: 20px;
  }
}

.p-clinicalTrial__kana {
  font-size: 10px;
}

@media screen and (min-width: 1024px) {
  .p-clinicalTrial__kana {
    font-size: 14px;
  }
}

.p-clinicalTrial .p-button,
.p-clinicalTrial .p-button--small {
  width: 60%;
  min-width: 140px;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: 0;
  padding: 0.6em 0;
  font-size: 10px;
  background-color: #799588;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .p-clinicalTrial .p-button,
  .p-clinicalTrial .p-button--small {
    min-width: 160px;
    font-size: 12px;
  }
}

.p-clinicalTrial .p-button::before,
.p-clinicalTrial .p-button--small::before,
.p-clinicalTrial .p-button::after,
.p-clinicalTrial .p-button--small::after {
  content: "";
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-clinicalTrial .p-button::before,
.p-clinicalTrial .p-button--small::before {
  background-color: #fff;
  right: 25px;
  z-index: 0;
}

.p-clinicalTrial .p-button::after,
.p-clinicalTrial .p-button--small::after {
  background-color: #799588;
  right: 27px;
  z-index: 1;
}

/*
  商品詳細ページのスタイル
*/
.p-productLink {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-productLink {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    max-width: 90%;
    margin: 3rem auto;
  }
}

.p-productLink__item {
  width: 100%;
  margin-top: 4rem;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-productLink__item {
    width: 45%;
    margin-top: 0;
    text-align: center;
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) {
  .p-productLink__item.-col3 {
    width: 30%;
  }
}

.p-productLink__name {
  font-size: 24px;
}

.p-productLink .p-button,
.p-productLink .p-button--small {
  width: 60%;
  min-width: 200px;
  margin-top: 0.25rem;
  margin-left: auto;
  margin-right: 0;
  padding: 0.6em 0;
  font-size: 14px;
  background-color: #799588;
  color: #fff;
}

.p-productLink .p-button::before,
.p-productLink .p-button--small::before,
.p-productLink .p-button::after,
.p-productLink .p-button--small::after {
  content: "";
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-productLink .p-button::before,
.p-productLink .p-button--small::before {
  background-color: #fff;
  right: 25px;
  z-index: 0;
}

.p-productLink .p-button::after,
.p-productLink .p-button--small::after {
  background-color: #799588;
  right: 27px;
  z-index: 1;
}

/*
  Review
*/

.p-reviewComment {
  margin-top: 3rem;
  padding: 2rem 0;
  background-color: #f2f4f2;
  border: none !important;
}

.p-reviewComment .c-sectionTitle,
.p-reviewPost .c-sectionTitle {
  text-align: center;
}

.p-reviewComment--count span {
  font-size: 130%;
  color: #799588;
  font-weight: bold;
}

.p-reviewComment--inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.p-reviewComment--count {
  text-align: center;
}

.p-reviewComment--item {
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 2rem;
  background-color: #fff;
}

.p-reviewComment--title {
  font-size: 20px;
  font-weight: bold;
  color: #799588;
}

.p-reviewComment--star {
  padding-bottom: 1em;
  color: #e2c42d;
}

.p-reviewComment--name {
  padding-top: 1em;
}

.p-reviewComment--name,
.p-reviewComment--date {
  font-size: 14px;
  color: #799588;
  line-height: 1.5;
}

.p-reviewPost .p-button,
.p-reviewComment .p-button {
  margin-top: 2rem;
  background-color: transparent;
  transition: 0.2s;
}

.p-reviewPost .p-button:hover,
.p-reviewComment .p-button:hover {
  background-color: #799588;
  color: #fff;
  transition: 0.2s;
}

.p-reviewPost {
  padding: 2rem 0;
  border: none !important;
}

.p-reviewPost .c-sectionTitle {
  font-size: 24px;
  letter-spacing: 0.08em;
}

.p-reviewPost .panel-body {
  max-width: 500px;
  margin: 1rem auto 0;
}

.p-reviewPost .control-label {
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 0.5em;
}

.p-reviewPost .form-control {
  box-shadow: none;
}

.p-reviewPost input.form-control {
  height: 32px;
}

@media screen and (min-width: 768px) {
  .p-reviewComment {
    margin-top: 5rem;
  }

  .p-reviewComment,
  .p-reviewPost {
    padding: 4rem 0;
  }

  .p-reviewComment--inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .p-reviewPost .c-sectionTitle {
    font-size: 35px;
  }
}

/*
  3.2 - Utility
-----------------------------------------------------*/
/*
  Position
-----------------------------------------------------*/
.pt-1em {
  padding-top: 1em;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-10 {
  margin-top: 10rem;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.m-0auto {
  margin: 0 auto;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*
  Section Spacer
*/
.u-sectionSpacer {
  margin-top: 7rem;
}

@media screen and (min-width: 1024px) {
  .u-sectionSpacer {
    margin-top: 10rem;
  }
}

/*
  Text style
-----------------------------------------------------*/
.u-uppercase {
  text-transform: uppercase;
}

.u-langEn {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
}

.u-text__left {
  text-align: left;
}

.u-text__right {
  text-align: right;
}

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

.u-text__small {
  font-size: 70%;
}

.u-text__large {
  font-size: 120%;
}

.u-text__nowrap {
  white-space: nowrap;
}

.br-sp {
  display: block;
}

@media screen and (min-width: 576px) {
  .br-sp {
    display: none;
  }
}

.br-tab {
  display: block;
}

@media screen and (min-width: 1024px) {
  .br-tab {
    display: none;
  }
}

.br-tabOnly {
  display: none;
}

@media screen and (min-width: 768px) {
  .br-tabOnly {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .br-tabOnly {
    display: none;
  }
}

.br-pc {
  display: none;
}

@media screen and (min-width: 1200px) {
  .br-pc {
    display: block;
  }
}

.u-fw__500 {
  font-weight: 500;
}

.u-fw__700 {
  font-weight: 700;
}

.u-ls__100 {
  letter-spacing: 0.1em;
}

/*
  Visually Hidden
*/
.u-visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

/*
  wbr
*/
.u-wbr {
  white-space: nowrap;
}

/*
  Background
-----------------------------------------------------*/
.u-bg--dark {
  background-color: #f2f4f2;
}
/*# sourceMappingURL=common.css.map */
