@charset "UTF-8";

/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

/* Remove margin, padding of all elements and set background-no-repeat as default */

* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

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

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */

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

/* https://gist.github.com/unruthless/413930 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */

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

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
  cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: #4897d8;
  text-decoration: none;
  transition: 0.3s all;
}

a:hover {
  opacity: 0.8;
}

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

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

:root {
  font-size: 62.5%;
}

html,
body {
  overflow-x: clip;
}

body {
  color: #234279;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.for-spTab {
  display: none !important;
}

.for-sp {
  display: none !important;
}

.main {
  width: calc(100% - 80px);
  padding-left: 80px;
  position: relative;
}

.sidebar {
  width: 80px;
  height: 100vh;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.section-container::after {
  clear: both;
  content: "";
  display: block;
}

.section-container {
  width: 96%;
  max-width: calc(1180px + 4%);
  margin-left: auto;
  margin-right: auto;
}

.inner-container::after {
  clear: both;
  content: "";
  display: block;
}

.inner-container {
  width: 96%;
  max-width: calc(1000px + 4%);
  margin-left: auto;
  margin-right: auto;
}

.fade-v {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 1s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-v.is-active {
  opacity: 1;
  transform: translateY(0);
}

.is-bold {
  font-weight: bold;
}

.is-red {
  color: #fa6e59;
}

.is-blue {
  color: #4897d8;
}

.is-yellow {
  color: #d8ae2b;
}

.is-orange {
  color: #f8a055;
}

.btn-basic {
  width: calc(100% - 70px);
  background: #fff;
  border: 3px solid #4897d8;
  box-sizing: border-box;
  color: #4897d8;
  display: inline-block;
  font-family: "Prompt", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-left: 70px;
  padding: 18px;
  position: relative;
  text-align: center;
}

.btn-basic::before {
  width: 70px;
  height: 100%;
  background: #fff;
  border: 3px solid #4897d8;
  content: "";
  display: inline-block;
  margin-right: 2px;
  position: absolute;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
}

.btn-basic::after {
  width: 12px;
  height: 12px;
  background: url(../img/icon/icon_arrow_blue.svg) no-repeat 0 0/contain;
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  transition: 0.3s all;
}

.btn-basic:hover {
  background: #4897d8;
  color: #fff;
  opacity: 1;
}

.btn-basic:hover::after {
  left: -30px;
}

.btn-basic.is-red {
  border-color: #fa6e59;
  color: #fa6e59;
}

.btn-basic.is-red::before {
  border-color: #fa6e59;
}

.btn-basic.is-red::after {
  background-image: url(../img/icon/icon_arrow_red.svg);
}

.btn-basic.is-red:hover {
  background: #fa6e59;
  color: #fff;
}

.btn-basic.is-orange {
  border-color: #f8a055;
  color: #f8a055;
}

.btn-basic.is-orange::before {
  border-color: #f8a055;
}

.btn-basic.is-orange::after {
  background-image: url(../img/icon/icon_arrow_orange.svg);
}

.btn-basic.is-orange:hover {
  background: #f8a055;
  color: #fff;
}

.btn-basic.is-instagram::after {
  width: 25px;
  height: 25px;
  background: url(../img/icon/icon_instagram_blue.svg) no-repeat 0 0/contain;
  content: "";
  position: absolute;
  top: 50%;
  left: -42px;
  transform: translateY(-50%);
  transition: 0.3s all;
}

.btn-round {
  background: #fff;
  border: 2px solid #234279;
  border-radius: 8px;
  box-sizing: border-box;
  color: #234279;
  display: inline-block;
  font-family: "Prompt", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 10px 15px;
  position: relative;
  text-align: center;
}

.btn-round.is-active,
.btn-round:hover {
  background: #234279;
  color: #fff;
  opacity: 1;
}

.btn-round.is-orange {
  border-color: #f8a055;
  color: #f8a055;
}

.btn-round.is-orange.is-active,
.btn-round.is-orange:hover {
  background: #f8a055;
  color: #fff;
}

.btn-round.is-blue {
  border-color: #4897d8;
  color: #4897d8;
}

.btn-round.is-blue.is-active,
.btn-round.is-blue:hover {
  background: #4897d8;
  color: #fff;
}

.btn-round.is-red {
  border-color: #fa6e59;
  color: #fa6e59;
}

.btn-round.is-red.is-active,
.btn-round.is-red:hover {
  background: #fa6e59;
  color: #fff;
}

.btn-round.is-yellow {
  border-color: #d8ae2b;
  color: #d8ae2b;
}

.btn-round.is-yellow.is-active,
.btn-round.is-yellow:hover {
  background: #d8ae2b;
  color: #fff;
}

.card {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 30px 40px;
}

.card-img img {
  width: 100%;
}

.card-date,
.card-info {
  color: #707070;
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 20px;
  vertical-align: middle;
}

.card-date {
  margin-right: 16px;
}

.card-contractDate,
.card-address {
  color: #707070;
  font-size: 1.8rem;
}

.card-contractDate {
  margin-top: 20px;
}

.card-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 10px;
}

.card-btn {
  width: 100%;
  max-width: 210px;
  float: right;
  margin-top: 24px;
}

.card-btn > a {
  font-size: 1.4rem;
  padding: 10px;
}

.mw_wp_form .formBase .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.formBase {
  width: 100%;
}

.formBase th,
.formBase td {
  box-sizing: border-box;
  padding: 20px;
}

.formBase th {
  width: 23%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.formBase th.is-required:after {
  color: #FF0303;
  content: "※";
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 8px;
  line-height: 1;
}

.formBase td {
  vertical-align: middle;
}

.formBase td > span {
  display: block;
}

.formBase td > span + span {
  margin-top: 10px;
}

.formBase td #addressSearch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #4897d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  padding: 7px 20px;
  transition: 0.3s all;
}

.formBase td #addressSearch:hover {
  opacity: 0.7;
}

.formBase td input {
  width: 100%;
  border: 1px solid #234279;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 10px;
}

.formBase td input.is-zipcode {
  width: 15%;
  margin: 0 10px;
}

.formBase td input.is-zipcode:first-child {
  margin-left: 0;
}

.formBase td input.is-short {
  width: 30%;
}

.formBase td input[type=radio] {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  vertical-align: middle;
}

.formBase td input[type=radio]:checked:after {
  width: 10px;
  height: 10px;
  background: #4897d8;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.formBase td textarea {
  width: 100%;
  height: 250px;
  border: 1px solid #234279;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 10px;
}

.formBase-checkbox {
  margin-top: 10px;
  text-align: center;
}

.formBase-checkbox [type=checkbox] {
  margin-right: 10px;
}

.formBase-checkbox a {
  color: #4897d8;
  text-decoration: underline;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid::after {
  width: 48%;
  content: "";
  display: block;
}

.grid-col-2 {
  width: 48%;
}

.module-lead {
  padding-top: 100px;
}

.module-lead-des {
  margin-top: 40px;
  text-align: center;
}

.module-lead-notice {
  font-size: 1.4rem;
  margin-top: 24px;
  text-align: center;
}

.module-lead-btn {
  max-width: 300px;
  margin: 40px auto 0;
}

.module-navLink {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}

.module-navLink::after {
  display: none;
}

.module-navLink-item {
  width: 25%;
}

.module-navLink-item > a {
  color: #234279;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  flex-direction: column;
  overflow: hidden;
  padding: 60px 0;
  position: relative;
  text-align: center;
}

.module-navLink-item > a:hover {
  color: #fff;
  opacity: 1;
}

.module-navLink-item > a:hover svg {
  fill: #fff;
}

.module-navLink-item > a svg {
  width: 109px;
  height: 65px;
  fill: #234279;
  margin: 0 auto;
  padding-bottom: 16px;
  transition: 0.3s all;
}

.module-navLink-item > a::before {
  width: 100%;
  height: 100%;
  background: #234279;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  transition: 0.3s all;
  z-index: -1;
}

.module-navLink-item > a:hover::before {
  left: 0;
}

.module-navLink-item > a.is-orange {
  color: #f8a055;
}

.module-navLink-item > a.is-orange svg {
  fill: #f8a055;
}

.module-navLink-item > a.is-orange::before {
  background: #f8a055;
}

.module-navLink-item > a.is-orange:hover {
  color: #fff;
}

.module-navLink-item > a.is-orange:hover svg {
  fill: #fff;
}

.module-navLink-item > a.is-blue {
  color: #4897d8;
}

.module-navLink-item > a.is-blue svg {
  fill: #4897d8;
}

.module-navLink-item > a.is-blue::before {
  background: #4897d8;
}

.module-navLink-item > a.is-blue:hover {
  color: #fff;
}

.module-navLink-item > a.is-blue:hover svg {
  fill: #fff;
}

.module-navLink-item > a.is-red {
  color: #fa6e59;
}

.module-navLink-item > a.is-red svg {
  fill: #fa6e59;
}

.module-navLink-item > a.is-red::before {
  background: #fa6e59;
}

.module-navLink-item > a.is-red:hover {
  color: #fff;
}

.module-navLink-item > a.is-red:hover svg {
  fill: #fff;
}

.wp-pagenavi {
  font-family: "Prompt", sans-serif;
}

.wp-pagenavi > a,
.wp-pagenavi > span {
  display: inline-block;
  margin-right: 10px;
}

.wp-pagenavi > a {
  background: #fff;
  border: 1px solid #4897d8;
  border-radius: 5px;
  box-sizing: border-box;
  color: #4897d8;
  font-weight: bold;
  padding: 6px 15px;
  text-align: center;
}

.wp-pagenavi > a:hover {
  background: #4897d8;
  color: #fff;
  opacity: 1;
}

.wp-pagenavi .current {
  background: #4897d8;
  border: 1px solid #4897d8;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  padding: 6px 15px;
  text-align: center;
}

table {
  width: 100%;
  box-sizing: border-box;
}

.table-overflow {
  width: 100%;
}

.tableBase th,
.tableBase td {
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.tableBase th {
  background: #234279;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px;
}

.tableBase td {
  padding: 25px;
}

.tableBase tbody tr:nth-child(even) td {
  background: #eee;
}

.title-base {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.title-border {
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  color: #4897d8;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 24px 0;
  position: relative;
  text-align: center;
}

.title-border span {
  color: #f8a055;
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.title-border::before,
.title-border::after {
  height: 5px;
  content: "";
  position: absolute;
}

.title-border::before {
  width: 100px;
  background: #f8a055;
  top: 0;
  right: 50%;
}

.title-border::after {
  width: 150px;
  background: #4897d8;
  bottom: 0;
  left: 50%;
}

.title-border.is-white {
  color: #fff;
}

.title-border.is-white span {
  color: #fff;
}

.title-border.is-white::before,
.title-border.is-white::after {
  background: #fff;
}

.title-border.is-textLeft {
  padding-left: 16px;
  padding-right: 8px;
  text-align: left;
}

.title-border.is-textLeft::before {
  left: 0;
  right: auto;
}

.title-border.is-textLeft::after {
  left: auto;
  right: 0;
}

.title-underline {
  border-bottom: 2px solid #f8a055;
  box-sizing: border-box;
  font-family: "Prompt", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-bottom: 8px;
  position: relative;
}

.title-underline::before {
  width: 30%;
  height: 2px;
  background: #4897d8;
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 9997;
}

.pagetop > a {
  width: 50px;
  height: 50px;
  background: #234279;
  border-radius: 50%;
  display: block;
  opacity: 0.7;
  overflow: hidden;
  text-align: center;
}

.pagetop > a:hover {
  opacity: 1;
  transform: scale(1.1);
}

.pagetop > a:hover svg {
  animation: upDown 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pagetop svg {
  width: 25px;
  height: 25px;
  stroke: #fff;
  padding-top: 12px;
  transition: 0.3s stroke;
}

.footer {
  width: 100%;
  border-top: 6px solid #234279;
  position: relative;
}

.footer::before {
  width: 20%;
  height: 6px;
  background: #f8a055;
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
}

.footer a {
  color: #fff;
}

.footer-inner {
  padding: 80px 0;
}

.footer-head {
  display: flex;
  align-items: center;
}

.footer-head-logo {
  width: 50%;
  max-width: 150px;
  margin-right: auto;
}

.footer-head-sns {
  display: flex;
  align-items: center;
  gap: 0 16px;
}

.footer-head-sns-item svg {
  width: 30px;
  height: 30px;
  fill: #234279;
  transition: 0.3s all;
}

.footer-head-sns-item a:hover svg {
  fill: #4897d8;
}

.footer-info {
  font-size: 1.4rem;
  margin-top: 80px;
}

.footer-info-title {
  font-family: "Prompt", sans-serif;
  font-weight: bold;
}

.footer-info-list {
  margin-top: 5px;
}

.footer-info-list-title {
  width: 6em;
  display: inline-block;
}

.footer-info-list-des {
  width: calc(100% - 8em);
  display: inline-block;
}

.footer-info-list-des + .footer-info-list-title {
  margin-top: 3px;
}

.footer-sitemap {
  margin-top: 24px;
}

.footer-sitemap-title {
  font-family: "Prompt", sans-serif;
  font-weight: bold;
}

.footer-sitemap-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 5px;
}

.footer-sitemap-list-item a {
  color: #234279;
  font-size: 1.4rem;
}

.footer-sitemap-list-item a:hover {
  color: #4897d8;
  opacity: 1;
}

.footer-sitemap-list + .footer-sitemap-list {
  margin-top: 8px;
}

.footer-foot {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 60px;
}

.footer-foot-des {
  color: #4897d8;
  font-family: "Prompt", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
}

.footer-foot-des span {
  color: #f8a055;
}

.footer-foot-copyright {
  font-size: 1.2rem;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 24px;
  height: 19px;
  display: inline-block;
  margin-right: 0;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 12px;
  height: 1px;
  background-color: #234279;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  width: 200%;
  top: -9px;
  left: 0;
}

.hamburger-inner::after {
  bottom: -9px;
  left: 100%;
}

.is-active .hamburger-inner::before {
  width: 200%;
  top: -9px;
  left: 0;
}

.is-active .hamburger-inner::after {
  width: 200%;
  bottom: -9px;
  left: 0;
}

/*
 * Slider
 */

.hamburger--slider .hamburger-inner {
  top: 0.5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
  top: 18px;
}

.hamburger--slider.is-active .hamburger-inner {
  width: 100%;
  transform: translate3d(-50%, 9px, 0) rotate(45deg);
  left: 50%;
}

.hamburger--slider.is-active .hamburger-inner::before {
  width: 100%;
  transform: rotate(-45deg) translate3d(-1.7142857143px, -8px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  width: 100%;
  transform: translate3d(0, -18px, 0) rotate(-90deg);
}

.hamburger {
  display: none;
  position: fixed;
  z-index: 10001;
}

.header {
  width: calc(100% - 80px);
  background: rgba(255, 255, 255, 0.9);
  padding: 16px 0;
  position: absolute;
  top: 0;
  left: 80px;
  z-index: 999;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-logo {
  width: 30%;
  max-width: 100px;
  margin-right: auto;
}

.header-logo img {
  width: 100%;
}

.header .gnav-list {
  display: flex;
}

.header .gnav-list-item {
  margin-left: 24px;
}

.header .gnav-list-item > a {
  color: #000;
  display: inline-block;
  font-weight: bold;
}

.header .gnav-list-item > a.is-active,
.header .gnav-list-item > a:hover {
  color: #4897d8;
}

.header .gnav-sns {
  border-top: 1px solid #234279;
  margin-top: 48px;
  padding-top: 24px;
}

.header .gnav-sns-item {
  width: 24px;
  display: inline-block;
  margin-right: 24px;
}

.header .gnav-sns-item a {
  display: block;
}

.header .gnav-sns-item svg {
  fill: #234279;
}

.mv {
  width: 100%;
  height: 100vh;
  background: url(../img/mv/bg_mv.jpg) no-repeat center bottom/cover;
  overflow: hidden;
  position: relative;
}

.mv .is-left {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 100px;
  padding-left: 5%;
}

.mv-word {
  width: 45%;
}

.mv-word img {
  width: 100%;
}

.mv-des {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 80px;
}

.mv-img {
  width: 60%;
  min-width: 770px;
  position: absolute;
  top: calc(50% + 100px);
  left: 45%;
  transform: translateY(-50%);
}

@keyframes mvUnderLeft {
  0% {
    transform: translateX(-100%);
  }

  68% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes mvUnderRight {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.mv-under {
  position: relative;
}

.mv-under::before,
.mv-under::after {
  height: 100%;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.mv-under::before {
  width: 75%;
  animation: mvUnderLeft 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #4897d8;
  border-bottom: 10px solid #f8a055;
  z-index: -1;
}

.mv-under::after {
  width: 100%;
  animation: mvUnderRight 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #f8a055;
  border-bottom: 10px solid #234279;
  z-index: -2;
}

.mv-under-title {
  width: 75%;
  color: #fff;
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 900;
  padding: 250px 0 200px;
  position: relative;
  text-align: center;
}

.mv-under-title .en {
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.mv-under-title span:not(.en) {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: 0.5s all cubic-bezier(0.25, 1, 0.5, 1);
}

.mv-under-title span:not(.en):nth-child(1) {
  transition-delay: 0.1s;
}

.mv-under-title span:not(.en):nth-child(2) {
  transition-delay: 0.15s;
}

.mv-under-title span:not(.en):nth-child(3) {
  transition-delay: 0.2s;
}

.mv-under-title span:not(.en):nth-child(4) {
  transition-delay: 0.25s;
}

.mv-under-title span:not(.en):nth-child(5) {
  transition-delay: 0.3s;
}

.mv-under-title span:not(.en):nth-child(6) {
  transition-delay: 0.35s;
}

.mv-under-title span:not(.en):nth-child(7) {
  transition-delay: 0.4s;
}

.mv-under-title span:not(.en):nth-child(8) {
  transition-delay: 0.45s;
}

.mv-under-title span:not(.en):nth-child(9) {
  transition-delay: 0.5s;
}

.mv-under-title span:not(.en):nth-child(10) {
  transition-delay: 0.55s;
}

.mv-under-title span:not(.en):nth-child(11) {
  transition-delay: 0.6s;
}

.mv-under-title span:not(.en):nth-child(12) {
  transition-delay: 0.65s;
}

.mv-under-title span:not(.en):nth-child(13) {
  transition-delay: 0.7s;
}

.mv-under-title span:not(.en):nth-child(14) {
  transition-delay: 0.75s;
}

.mv-under-title span:not(.en):nth-child(15) {
  transition-delay: 0.8s;
}

.mv-under-title span:not(.en):nth-child(16) {
  transition-delay: 0.85s;
}

.mv-under-title span:not(.en):nth-child(17) {
  transition-delay: 0.9s;
}

.mv-under-title span:not(.en):nth-child(18) {
  transition-delay: 0.95s;
}

.mv-under-title span:not(.en):nth-child(19) {
  transition-delay: 1s;
}

.mv-under-title span:not(.en):nth-child(20) {
  transition-delay: 1.05s;
}

.mv-under-title span:not(.en).loaded {
  opacity: 1;
  top: 0;
}

.mv-dryflower {
  position: relative;
}

.mv-dryflower-img {
  width: 50%;
  height: 700px;
}

.mv-dryflower-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.mv-dryflower-title {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: 55%;
  left: calc(50% + 160px);
  text-orientation: upright;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  word-break: keep-all;
}

.sidebar {
  background: #234279;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sidebar-sns {
  width: 100%;
  background: #f8a055;
  margin-bottom: auto;
  padding: 40px 0 50px;
  text-align: center;
}

.sidebar-sns-item {
  cursor: pointer;
}

.sidebar-sns-item + .sidebar-sns-item {
  margin-top: 8px;
}

.sidebar-copyright {
  background: #234279;
  color: #fff;
  font-family: "Prompt", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  padding-bottom: 40px;
  writing-mode: vertical-rl;
}

.contact-form {
  max-width: 900px;
  margin: 60px auto 0;
  padding-bottom: 100px;
}

.contact-form button {
  max-width: 300px;
  display: block;
  margin: 80px auto 0;
  transition: 0.3s all;
}

.contact-form button::before,
.contact-form button::after {
  display: none;
}

.contactThanks {
  padding: 80px 0 120px;
  text-align: center;
}

.contactThanks-title {
  font-size: 2.5rem;
  font-weight: bold;
}

.contactThanks-des {
  line-height: 2;
  margin-top: 20px;
}

.contactThanks-des + .contactThanks-des {
  margin-top: 10px;
}

.contactThanks-contents {
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
}

.contactThanks-contents-mail {
  font-size: 2rem;
}

.contactThanks-contents-btn {
  max-width: 380px;
  margin: 40px auto 0;
}

.dryflower {
  padding-bottom: 100px;
}

.dryflower-gift {
  margin-top: 100px;
}

.dryflower-gift-title {
  margin-top: -114px;
  text-align: left;
}

.dryflower-gift-des {
  line-height: 2;
  margin-top: 48px;
}

.dryflower-gift-des + .dryflower-gift-des {
  margin-top: 1em;
}

.dryflower-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 120px;
}

.dryflower-price-img {
  width: 55%;
}

.dryflower-price .is-right {
  width: 35%;
}

.dryflower-price-contents-title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.dryflower-price-contents-title span {
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.dryflower-price-contents-price {
  font-family: "Prompt", "Noto Sans JP", sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.dryflower-price-contents-price span {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.dryflower-price-contents + .dryflower-price-contents {
  margin-top: 40px;
}

.dryflower-contact {
  margin-top: 80px;
}

.dryflower-contact-des {
  text-align: center;
}

.dryflower-contact-btn {
  max-width: 300px;
  margin: 40px auto 0;
}

.faq-contents-wrap {
  margin-top: 60px;
}

.faq-contents {
  cursor: pointer;
}

.faq-contents:nth-child(even) .faq-contents-question,
.faq-contents:nth-child(even) .faq-contents-answer {
  background: #f8a055;
}

.faq-contents:nth-child(odd) .faq-contents-question,
.faq-contents:nth-child(odd) .faq-contents-answer {
  background: #4897d8;
}

.faq-contents-question {
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 40px;
  position: relative;
}

.faq-contents-question::before {
  width: 24px;
  height: 24px;
  background: url(../img/icon/icon_arrow_circle.svg) no-repeat 0 0/contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s all;
}

.faq-contents.is-active .faq-contents-question::before {
  transform: translateY(-50%) rotate(-90deg);
}

.faq-contents-answer {
  box-sizing: border-box;
  color: #fff;
  display: none;
  padding: 0 40px 40px;
  position: relative;
  top: -1px;
}

.faq-contents + .faq-contents {
  margin-top: 48px;
}

.fees-detail {
  border: 1px solid #234279;
  box-sizing: border-box;
  margin-top: 80px;
  padding: 20px 20px 40px;
  text-align: center;
}

.fees-detail-title {
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 auto;
  padding: 0 40px;
  transform: translateY(-40px);
}

.fees-detail-subtitle {
  font-size: 1.8rem;
  font-weight: 500;
}

.fees-detail-notice {
  margin-top: 32px;
}

.fees-detail-notice-item {
  color: #666;
  font-size: 1.4rem;
}

.fees-contents {
  margin-top: 100px;
}

.fees-contents-subtitle {
  background: #234279;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 8px 20px;
}

.fees-contents.is-orange .fees-contents-subtitle {
  background: #f8a055;
}

.fees-contents.is-blue .fees-contents-subtitle {
  background: #4897d8;
}

.fees-contents.is-red .fees-contents-subtitle {
  background: #fa6e59;
}

.fees-contents > div {
  box-sizing: border-box;
  display: flex;
  margin-top: 40px;
  padding: 0 20px;
}

.fees-contents > div + div {
  margin-top: 60px;
}

.fees-contents .is-left {
  width: 60%;
  margin-right: auto;
}

.fees-contents-title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.fees-contents-title span {
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.fees-contents-des {
  margin-top: 24px;
}

.fees-contents-des a {
  font-weight: 500;
  padding-bottom: 2px;
  position: relative;
}

.fees-contents-des a::before {
  width: 100%;
  height: 2px;
  background: #4897d8;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.fees-contents-notice {
  color: #666;
  font-size: 1.4rem;
  margin-top: 16px;
}

.fees-contents-priceBefore {
  color: #999;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: line-through;
  text-align: right;
}

.fees-contents-price {
  font-family: "Prompt", "Noto Sans JP", sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.fees-contents-price span {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.fees-contents-btn {
  max-width: 270px;
  margin: 80px auto 0;
}

.fees-dueDate {
  background: linear-gradient(to right, #5da6d8 50%, #4897d8);
  color: #fff;
  margin-top: 100px;
  padding: 80px 0;
  text-align: center;
}

.fees-dueDate-title {
  margin: 0 auto;
}

.fees-dueDate-subtitle {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 48px;
}

.fees-dueDate-des {
  line-height: 2;
  margin-top: 32px;
}

.fees-dueDate-notice {
  font-size: 1.4rem;
  margin-top: 32px;
}

.fees-flow {
  padding-top: 80px;
}

.fees-flow-title {
  margin: 0 auto;
}

.fees-flow-contents-wrap {
  margin-top: 60px;
}

.fees-flow-contents {
  background: #4897d8;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px;
  position: relative;
}

.fees-flow-contents:nth-child(even) {
  background: #f8a055;
}

.fees-flow-contents::before {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 3px solid #234279;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}

.fees-flow-contents-num {
  width: 20%;
  border-right: 1px solid #fff;
  font-family: "Prompt", sans-serif;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.fees-flow-contents-num span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  left: 2px;
}

.fees-flow-contents .is-right {
  width: calc(80% - 40px);
  box-sizing: border-box;
  padding-left: 40px;
}

.fees-flow-contents-title {
  font-size: 2.4rem;
  font-weight: bold;
}

.fees-flow-contents-des {
  margin-top: 8px;
}

.fees-flow-contents + .fees-flow-contents {
  margin-top: 48px;
}

.news-contents-wrap {
  margin-top: 80px;
}

.news-contents a {
  border-bottom: 1px solid #eee;
  color: #234279;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  position: relative;
}

.news-contents-date {
  width: 10%;
  min-width: 110px;
  max-width: 110px;
}

.news-contents-title {
  width: 85%;
  line-height: 1.6;
}

.news-pager {
  margin-top: 80px;
  text-align: center;
}

.newsDetail {
  margin-top: 80px;
  padding-bottom: 80px;
}

.newsDetail-title {
  font-size: 3rem;
  font-weight: bold;
}

.newsDetail-info-date {
  color: #666;
  font-family: "Prompt", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 24px;
}

.newsDetail-info-date span {
  color: #000;
  font-size: 1.6rem;
  margin-left: 8px;
}

.newsDetail .post-content {
  margin-top: 60px;
}

.newsDetail .post-content > *:first-child {
  margin-top: 0;
}

.newsDetail-btn {
  width: 80%;
  max-width: 300px;
  margin: 60px auto 0;
}

.notfound {
  padding: 100px 0;
}

.notfound-title {
  font-size: 2rem;
  font-weight: bold;
}

.notfound-des {
  margin-top: 16px;
}

.notfound-btn {
  width: 90%;
  max-width: 300px;
  margin: 80px auto 0;
}

.privacy {
  padding: 80px 0 100px;
}

.privacy-title {
  border-bottom: 1px solid #E5DBD2;
  margin-top: 5px;
  padding-bottom: 10px;
}

.privacy-list-title {
  font-weight: bold;
  margin-top: 40px;
}

.privacy-list-des {
  margin-top: 8px;
}

.samples {
  padding-bottom: 100px;
}

.samples-categories {
  margin-top: 80px;
}

.samples-categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.samples-des {
  font-weight: 500;
  margin-top: 60px;
  text-align: center;
}

.samples-contents-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 0;
  margin-top: 40px;
}

.samples-contents {
  width: 33.3333333333%;
}

.samples-contents a {
  color: #234279;
}

.samples-contents a > div {
  box-sizing: border-box;
  padding: 0 16px;
}

a:hover .samples-contents-img img {
  transform: scale(1.1);
}

.samples-contents-img {
  width: 100%;
  height: 330px;
  overflow: hidden;
  position: relative;
}

.samples-contents-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all;
}

.samples-contents-img span {
  color: #fff;
  font-family: "Prompt", sans-serif;
  font-size: 1.4rem;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.samples-contents-title {
  font-weight: bold;
  margin-top: 8px;
}

.samples-contents-size {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 5px;
}

.samples-contents-price {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 5px;
}

.samples-contents-price span {
  font-size: 1.2rem;
}

.samplesDetail {
  padding-bottom: 100px;
}

.samplesDetail-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}

.samplesDetail-contents-img {
  width: 50%;
  height: 100%;
  position: sticky;
  top: 16px;
}

.samplesDetail-contents .is-right {
  width: 45%;
}

.samplesDetail-contents-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 40px;
}

.samplesDetail-contents-price {
  font-family: "Prompt", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 16px;
}

.samplesDetail-contents-price span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 5px;
}

.samplesDetail-contents-des {
  margin-top: 60px;
}

.samplesDetail-contents-notes {
  margin-top: 60px;
}

.samplesDetail-contents-notes-title {
  font-weight: bold;
}

.samplesDetail-contents-notes-list-item {
  box-sizing: border-box;
  padding-left: 0.5em;
}

.samplesDetail-contents-notes-list-item::before {
  content: "・";
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.samplesDetail-contents-btn {
  max-width: 270px;
  margin-top: 40px;
}

.samplesDetail-gallery {
  margin-top: 100px;
}

.samplesDetail-gallery-images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.samplesDetail-gallery-images a {
  width: 25%;
  border: 3px solid #fff;
  box-sizing: border-box;
  height: 200px;
  display: block;
}

.samplesDetail-gallery-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.samplesDetail-btn {
  max-width: 270px;
  margin: 80px auto 0;
}

.topPage-lead {
  padding: 100px 0 80px;
  position: relative;
}

.topPage-lead::before {
  width: 100%;
  height: 45%;
  background: #fa6e59;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.topPage-lead-title {
  font-family: "Prompt", sans-serif;
  font-size: 14rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
}

.topPage-lead-title > .jp {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

.topPage-lead-contents {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
}

.topPage-lead-contents-img {
  width: 43%;
}

.topPage-lead-contents .is-left {
  width: 55%;
}

.topPage-lead-contents-des {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 24px;
}

.topPage-lead-contents-btn {
  max-width: 270px;
  margin-top: 60px;
}

.topPage-about {
  margin-top: 120px;
}

.topPage-about-contents {
  display: flex;
  align-items: center;
}

.topPage-about-contents .is-left {
  width: 58%;
}

.topPage-about-contents-img {
  width: 60%;
  height: 760px;
  position: relative;
  left: 100px;
}

.topPage-about-contents-img img {
  width: 100%;
  height: 760px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.topPage-about-contents-img-movie {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.topPage-about-contents-img-movie video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topPage-about-contents-img-movie video.is-topPosition {
  top: -60px;
  transform: translate(-50%, 0);
}

.topPage-about-contents-img-line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
  left: -20px;
}

.topPage-about-contents-img-line span {
  width: 100%;
  height: 100%;
  background: #4897d8;
  display: block;
  position: absolute;
  transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}

.topPage-about-contents-img-line span:nth-child(1) {
  top: 0;
  left: 0;
}

.topPage-about-contents-img-line span:nth-child(2) {
  bottom: 0;
  left: 0;
}

.topPage-about-contents-img-line span:nth-child(3) {
  bottom: 0;
  right: 0;
}

.topPage-about-contents-img-line span:nth-child(4) {
  top: 0;
  right: 0;
}

.topPage-about-contents-img-line.is-active span:nth-child(odd) {
  width: 100%;
  height: 3px;
}

.topPage-about-contents-img-line.is-active span:nth-child(even) {
  width: 3px;
  height: 100%;
}

.is-orange .topPage-about-contents-img-line span {
  background: #f8a055;
}

.is-red .topPage-about-contents-img-line span {
  background: #fa6e59;
}

.topPage-about-contents-title {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.topPage-about-contents-title::before,
.topPage-about-contents-title::after {
  width: 70px;
  height: 1px;
  background: #4897d8;
  content: "";
  margin-right: 16px;
}

.topPage-about-contents-title::after {
  display: none;
  margin-right: 0;
  margin-left: 16px;
}

.topPage-about-contents-title.is-borderRight::before {
  display: none;
}

.topPage-about-contents-title.is-borderRight::after {
  display: block;
}

.topPage-about-contents.is-orange .topPage-about-contents-title::before,
.topPage-about-contents.is-orange .topPage-about-contents-title::after {
  background: #f8a055;
}

.topPage-about-contents.is-red .topPage-about-contents-title::before,
.topPage-about-contents.is-red .topPage-about-contents-title::after {
  background: #fa6e59;
}

.topPage-about-contents-subtitle {
  font-family: "Prompt", sans-serif;
  font-size: 14rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
}

.topPage-about-contents-detail {
  margin-top: 48px;
}

.topPage-about-contents-detail .is-right {
  width: 85%;
}

.topPage-about-contents-detail-title {
  font-size: 3.3rem;
  line-height: 1.7;
}

.topPage-about-contents-detail-des {
  width: 100%;
  color: #234279;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 24px;
}

.topPage-about-contents:nth-child(even) {
  flex-direction: row-reverse;
}

.topPage-about-contents:nth-child(even) .topPage-about-contents-img {
  left: -100px;
}

.topPage-about-contents:nth-child(even) .topPage-about-contents-img-line {
  left: 20px;
}

.topPage-about-contents:nth-child(even) .topPage-about-contents-title,
.topPage-about-contents:nth-child(even) .topPage-about-contents-subtitle {
  justify-content: flex-end;
  text-align: right;
}

.topPage-about-contents:nth-child(even) .topPage-about-contents-detail {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.topPage-about-contents:nth-child(even) .topPage-about-contents-detail-des {
  width: 100%;
}

.topPage-about-contents + .topPage-about-contents {
  margin-top: 80px;
}

.topPage-flower {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 120px 0 80px;
}

.topPage-flower-img {
  width: 60%;
  height: 640px;
  position: relative;
}

.topPage-flower-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.topPage-flower .is-right {
  width: 30%;
}

.topPage-flower-title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  left: -0.5em;
}

.topPage-flower-title span {
  display: block;
}

.topPage-flower-des {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 32px;
}

.topPage-flower-btn {
  max-width: 270px;
  margin-top: 80px;
}

.topPage-samples {
  background: linear-gradient(to right, #5da6d8, #234279);
  padding: 100px 0;
  position: relative;
}

.topPage-samples::before {
  color: rgba(255, 255, 255, 0.2);
  content: "SAMPLES";
  font-family: "Prompt", sans-serif;
  font-size: 14rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  bottom: -30px;
  left: 50%;
}

.topPage-samples-contents {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
}

.topPage-samples-contents-img {
  width: 48%;
}

.topPage-samples-contents .is-left {
  width: 50%;
}

.topPage-samples-contents-des {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 40px;
}

.topPage-samples-contents-btn {
  max-width: 270px;
  margin-top: 48px;
}

.topPage-news {
  padding-top: 100px;
}

.topPage-news-title {
  margin: 0 auto;
}

.topPage-news-contents-wrap {
  margin-top: 48px;
}

.topPage-news-contents a {
  border-bottom: 1px solid #eee;
  color: #234279;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  position: relative;
}

.topPage-news-contents-date {
  width: 10%;
  min-width: 110px;
  max-width: 110px;
}

.topPage-news-contents-title {
  width: 85%;
  line-height: 1.6;
}

.topPage-news-btn {
  max-width: 270px;
  margin: 48px auto 0;
}

.mw_wp_form_confirm .topPage-contact-form-btn::after {
  clear: both;
  content: "";
  display: block;
}

.mw_wp_form_confirm .topPage-contact-form-btn input {
  width: 48%;
  border: 1px solid #000;
  box-sizing: border-box;
  float: left;
}

.mw_wp_form_confirm .topPage-contact-form-btn input.is-back {
  background: #000;
  color: #fff;
}

.mw_wp_form_confirm .topPage-contact-form-btn input + input {
  margin-left: 4%;
}

.alignright {
  float: right;
  margin: 0 0 20px 40px;
}

.alignleft {
  float: left;
  margin: 0 40px 20px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.post-content {
  width: 100%;
  margin: 30px auto 0;
}

.post-content h2 {
  border-bottom: 1px solid #f8a055;
  color: #f8a055;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 40px;
  padding-bottom: 5px;
}

.post-content h3 {
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 5px solid #f8a055;
  margin-top: 40px;
  padding-left: 10px;
}

.post-content h4 {
  color: #234279;
  font-weight: bold;
  margin-top: 40px;
}

.post-content h5 {
  font-weight: bold;
  margin-top: 40px;
}

.post-content p {
  margin-top: 20px;
}

.post-content img {
  max-width: 100%;
  height: auto !important;
}

.post-content a:link,
.post-content a:visited,
.post-content a:hover,
.post-content a:active {
  color: #4897d8 !important;
  text-decoration: underline;
}

.post-content em {
  color: #666;
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  margin-top: 10px;
}

.post-content strong {
  font-weight: bold;
}

.post-content ul,
.post-content ol {
  margin-top: 20px;
}

.post-content ul li,
.post-content ol li {
  word-wrap: break-word;
}

.post-content ul li ul,
.post-content ul li ol,
.post-content ol li ul,
.post-content ol li ol {
  margin-top: 0;
}

.post-content ul li {
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
}

.post-content ul li:before {
  width: 7px;
  height: 3px;
  background: #f8a055;
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
}

.post-content ul li ul li {
  list-style: circle;
}

.post-content ul li ol li {
  list-style-type: decimal;
}

.post-content ol {
  padding-left: 2rem;
}

.post-content ol li {
  list-style-type: decimal;
}

.post-content ol ul li {
  list-style: circle;
}

.post-content blockquote {
  margin: 1em 40px;
}

.post-content del {
  color: #f8a055;
}

.post-content table {
  width: 100%;
  margin-top: 30px;
}

.post-content table th,
.post-content table td {
  border: 1px solid #7d7d7d;
  box-sizing: border-box;
  padding: 15px;
}

.post-content table th {
  width: 25%;
  background: #faf8f4;
  font-weight: normal;
  text-align: left;
}

.works-contents-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0;
  margin-top: 80px;
}

.works-contents {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.works-contents-img {
  width: 53%;
}

.works-contents .is-right {
  width: 40%;
}

.works-contents-category {
  font-size: 1.3rem;
  padding: 7px 10px;
}

.works-contents-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 8px;
}

.works-contents-des {
  margin-top: 32px;
}

.works-contents-artist {
  font-size: 1.4rem;
  margin-top: 16px;
}

.works-contents-gallery {
  max-width: 300px;
  margin-top: 40px;
}

.works-contents-gallery > a:not(:first-child),
.works-contents-gallery > a img {
  display: none;
}

.works-pager {
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 1200px) {
  .topPage-flower-img {
    width: 50%;
  }

  .topPage-flower .is-right {
    width: 40%;
  }
}

@media (max-width: 979px) {
  body {
    font-size: 1.5rem;
  }

  .for-pcOnly {
    display: none !important;
  }

  .for-spTab {
    display: block !important;
  }

  .main {
    width: 100%;
    padding-left: 0;
  }

  .sidebar {
    width: 0;
    height: 0;
  }

  .sp-container {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-basic {
    font-size: 1.5rem;
  }

  .card-title {
    font-size: 1.8rem;
  }

  .formBase th {
    width: 27%;
  }

  .module-navLink-item > a svg {
    width: 80px;
    height: auto;
  }

  .footer-foot-copyright {
    width: 100%;
    margin-top: 60px;
    text-align: center;
  }

  .hamburger-box {
    width: 55px;
    height: 55px;
    display: block;
  }

  .hamburger--slider .hamburger-inner {
    top: 18px;
    left: 17px;
  }

  .hamburger--slider.is-active .hamburger-inner {
    width: 40%;
  }

  .hamburger {
    display: block;
    top: 27px;
    right: 5%;
  }

  .header {
    width: 100%;
    position: fixed;
    left: 0;
  }

  .header-inner {
    display: block;
    padding: 0 5%;
  }

  .header .gnav {
    width: 100%;
    height: 100dvh;
  }

@supports (backdrop-filter: blur(50px)) {
    .header .gnav {
      background: rgba(255, 255, 255, 0.6);
      backdrop-filter: blur(12px);
    }
}

  .header .gnav {
    box-sizing: border-box;
    padding: 70px 10%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: 0.3s all;
    z-index: 99999;
  }

  .header .gnav.is-active {
    transform: translateX(0);
  }

  .header .gnav-list {
    display: block;
  }

  .header .gnav-list-item {
    margin-top: 32px;
    margin-left: 0;
  }

  .mv-dryflower-title {
    left: calc(50% + 100px);
  }

  .dryflower-gift-title {
    font-size: 3rem;
    margin-top: -86px;
  }

  .samples-contents {
    width: 50%;
  }

  .topPage-lead::before {
    height: 48%;
    z-index: -1;
  }

  .topPage-lead-title {
    font-size: 12rem;
  }

  .topPage-lead-contents-des {
    margin-top: 60px;
  }

  .topPage-about-contents-img {
    height: 600px;
    left: 50px;
  }

  .topPage-about-contents-subtitle {
    font-size: 6rem;
  }

  .topPage-about-contents-detail-title {
    font-size: 2.4rem;
  }

  .topPage-about-contents:nth-child(even) .topPage-about-contents-img {
    left: -50px;
  }

  .topPage-flower-img {
    width: 100%;
    height: 400px;
  }

  .topPage-flower .is-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
  }

  .topPage-flower-title {
    width: 50%;
  }

  .topPage-flower-des {
    width: 50%;
    margin-top: 0;
  }

  .topPage-flower-btn {
    width: 50%;
    margin: 48px auto 0;
  }

  .topPage-samples::before {
    left: 30%;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }

  .for-pc {
    display: none !important;
  }

  .for-sp {
    display: block !important;
  }

  .btn-basic {
    border-width: 2px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 12px 20px;
  }

  .btn-basic::before {
    border-width: 2px;
  }

  .btn-round {
    font-size: 1.2rem;
    padding: 8px 15px;
  }

  .card-contractDate,
  .card-address {
    font-size: 1.4rem;
  }

  .card-title {
    font-size: 1.6rem;
  }

  .card-btn {
    max-width: none;
    float: none;
  }

  .formBase th,
  .formBase td {
    width: 100%;
    display: block;
    padding: 0;
  }

  .formBase th {
    text-align: left;
  }

  .formBase td {
    padding: 10px 0 20px;
  }

  .formBase td #addressSearch {
    padding: 4px 10px;
  }

  .formBase td input {
    width: 100%;
    box-sizing: border-box;
    padding: 7px 10px;
  }

  .formBase td input.is-zipcode {
    width: 22%;
  }

  .formBase td input.is-short {
    width: 50%;
  }

  .formBase td textarea {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    padding: 7px 10px;
  }

  .formBase-checkbox {
    margin-top: 0;
  }

  .grid-col-2 {
    width: 100%;
  }

  .module-lead {
    padding-top: 60px;
  }

  .module-lead-des {
    margin-top: 24px;
  }

  .module-navLink {
    gap: 24px 2%;
    padding: 60px 0 40px;
  }

  .module-navLink-item {
    width: 49%;
  }

  .module-navLink-item > a {
    font-size: 1.4rem;
    padding: 10px 0;
  }

  .module-navLink-item > a svg {
    width: 70px;
    padding-bottom: 8px;
  }

  .module-navLink-item > a::before {
    display: none;
  }

  .wp-pagenavi > a {
    padding: 4px 15px;
  }

  .wp-pagenavi .current {
    padding: 4px 15px;
  }

  .table-overflow > table {
    max-width: 100%;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .table-overflow > table::-webkit-scrollbar {
    height: 5px;
    background: #ccc;
  }

  .table-overflow > table::-webkit-scrollbar:horizontal {
    height: 5px;
  }

  .table-overflow > table::-webkit-scrollbar-button {
    width: 5px;
    height: 5px;
    background: #666;
  }

  .table-overflow > table::-webkit-scrollbar-piece {
    background: #ccc;
  }

  .table-overflow > table::-webkit-scrollbar-thumb {
    background: #666;
  }

  .table-overflow > table::-webkit-scrollbar-corner {
    background: #333;
  }

  .tableBase th {
    font-size: 1.6rem;
    padding: 6px;
  }

  .tableBase td {
    padding: 10px;
  }

  .title-base {
    font-size: 2rem;
  }

  .title-border {
    font-size: 2rem;
  }

  .title-border span {
    font-size: 1.4rem;
  }

  .title-border::before,
  .title-border::after {
    height: 3px;
  }

  .title-border::before {
    width: 80px;
  }

  .title-border::after {
    width: 120px;
  }

  .title-border.is-textLeft {
    padding: 24px 0;
    text-align: center;
  }

  .title-border.is-textLeft::before {
    left: auto;
    right: 50%;
  }

  .title-border.is-textLeft::after {
    left: 50%;
    right: auto;
  }

  .title-underline {
    font-size: 1.8rem;
  }

  .pagetop {
    bottom: 40px;
    right: 20px;
  }

  .pagetop > a {
    opacity: 1;
  }

  .pagetop > a:hover {
    transform: scale(1);
  }

  .pagetop > a:hover svg {
    animation: none;
  }

  .footer-inner {
    padding: 48px 0 40px;
  }

  .footer-head {
    flex-wrap: wrap;
  }

  .footer-head-logo {
    width: 30%;
    max-width: 30%;
  }

  .footer-info {
    font-size: 1.2rem;
    margin-top: 40px;
  }

  .footer-info-title {
    font-size: 1.4rem;
  }

  .footer-info-list-title {
    width: 5.5em;
    vertical-align: top;
  }

  .footer-info-list-des + .footer-info-list-title {
    margin-top: 0;
  }

  .footer-sitemap-list-item a {
    font-size: 1.2rem;
  }

  .footer-foot {
    display: block;
    margin-top: 40px;
  }

  .footer-foot-des {
    font-size: 2.6rem;
    text-align: center;
  }

  .footer-foot-copyright {
    margin-top: 24px;
  }

  .hamburger {
    top: 15px;
  }

  .header {
    padding: 12px 0;
  }

  .header-logo {
    max-width: 80px;
    margin-right: 0;
  }

  .header-logo img {
    vertical-align: middle;
  }

  .header .gnav-list-item {
    margin-top: 24px;
  }

  .header .gnav-sns {
    margin-top: 32px;
  }

  .header .gnav-sns-item {
    width: 32px;
    margin-right: 16px;
  }

  .mv {
    box-sizing: border-box;
    padding-top: 60px;
  }

  .mv .is-left {
    justify-content: flex-start;
    padding-top: 0;
  }

  .mv-word {
    width: 75%;
  }

  .mv-des {
    font-size: 1.8rem;
    margin-top: 24px;
  }

  .mv-img {
    width: 120%;
    min-width: auto;
    position: static;
    transform: translateY(0);
  }

  .mv-under-title {
    font-size: 2.8rem;
    padding: 200px 0 150px;
  }

  .mv-under-title .en {
    font-size: 1.6rem;
  }

  .mv-dryflower-img {
    width: 100%;
    height: auto;
  }

  .mv-dryflower-title {
    color: #fff;
    font-size: 2.4rem;
    top: auto;
    left: auto;
    bottom: 40px;
    right: 5%;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    transform: translateY(0);
  }

  .contact-form {
    padding-bottom: 60px;
  }

  .contact-form button {
    margin-top: 40px;
  }

  .contactThanks {
    padding: 60px 0;
  }

  .contactThanks-title {
    font-size: 1.8rem;
  }

  .contactThanks-des {
    text-align: left;
  }

  .contactThanks-contents {
    margin-top: 24px;
  }

  .contactThanks-contents-mail {
    font-size: 1.6rem;
  }

  .contactThanks-contents-btn {
    margin-top: 20px;
  }

  .dryflower {
    padding-bottom: 60px;
  }

  .dryflower-gift {
    margin-top: 60px;
  }

  .dryflower-gift-title {
    font-size: 2rem;
    margin-top: -24px;
  }

  .dryflower-gift-des {
    margin-top: 24px;
  }

  .dryflower-price {
    margin-top: 60px;
  }

  .dryflower-price-img {
    width: 100%;
  }

  .dryflower-price .is-right {
    width: 100%;
    margin-top: 24px;
  }

  .dryflower-price-contents {
    text-align: center;
  }

  .dryflower-price-contents-title {
    font-size: 1.8rem;
  }

  .dryflower-price-contents-title span {
    font-size: 1.2rem;
  }

  .dryflower-price-contents-price {
    font-size: 2.4rem;
    margin-top: 5px;
  }

  .dryflower-price-contents + .dryflower-price-contents {
    margin-top: 24px;
  }

  .dryflower-contact {
    margin-top: 40px;
  }

  .faq-contents-wrap {
    margin-top: 40px;
  }

  .faq-contents-question {
    font-size: 1.4rem;
    padding: 20px 40px 20px 20px;
  }

  .faq-contents-question::before {
    width: 16px;
    height: 16px;
  }

  .faq-contents-answer {
    padding: 0 20px 20px;
  }

  .faq-contents + .faq-contents {
    margin-top: 24px;
  }

  .fees-detail {
    margin-top: 48px;
    padding: 10px 20px 30px;
  }

  .fees-detail-title {
    font-size: 1.6rem;
    padding: 0 20px;
    transform: translateY(-27px);
  }

  .fees-detail-subtitle {
    font-size: 1.4rem;
  }

  .fees-detail-notice {
    margin-top: 24px;
    text-align: left;
  }

  .fees-detail-notice-item {
    box-sizing: border-box;
    padding-left: 1em;
    text-indent: -1.25em;
  }

  .fees-contents {
    margin-top: 40px;
  }

  .fees-contents-subtitle {
    font-size: 1.4rem;
  }

  .fees-contents > div {
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .fees-contents .is-left {
    width: 100%;
    margin-right: 0;
  }

  .fees-contents .is-right {
    margin-top: 16px;
  }

  .fees-contents-title {
    font-size: 2rem;
  }

  .fees-contents-title span {
    font-size: 1.2rem;
  }

  .fees-contents-des {
    margin-top: 16px;
  }

  .fees-contents-notice {
    font-size: 1.3rem;
  }

  .fees-contents-priceBefore {
    font-size: 1.2rem;
    text-align: left;
  }

  .fees-contents-price {
    font-size: 3rem;
  }

  .fees-contents-btn {
    margin-top: 48px;
  }

  .fees-dueDate {
    margin-top: 60px;
    padding: 60px 0;
  }

  .fees-dueDate-subtitle {
    font-size: 1.8rem;
    margin-top: 32px;
  }

  .fees-dueDate-des {
    margin-top: 24px;
    text-align: left;
  }

  .fees-dueDate-notice {
    box-sizing: border-box;
    font-size: 1.2rem;
    margin-top: 24px;
    padding-left: 1em;
    text-indent: -1.25em;
    text-align: left;
  }

  .fees-flow {
    padding-top: 60px;
  }

  .fees-flow-contents-wrap {
    margin-top: 40px;
  }

  .fees-flow-contents {
    border-radius: 0;
    padding: 32px 32px 32px 60px;
  }

  .fees-flow-contents:nth-child(even) .fees-flow-contents-num {
    color: #f8a055;
  }

  .fees-flow-contents::before {
    width: 12px;
    height: 12px;
    left: 24px;
  }

  .fees-flow-contents-num {
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    border-right: none;
    box-sizing: border-box;
    color: #4897d8;
    font-size: 2.4rem;
    padding: 7px 8px 3px 8px;
    text-align: center;
  }

  .fees-flow-contents-num span {
    font-size: 1.2rem;
  }

  .fees-flow-contents .is-right {
    width: 100%;
    margin-top: 16px;
    padding-left: 0;
  }

  .fees-flow-contents-title {
    font-size: 1.8rem;
  }

  .news-contents-wrap {
    margin-top: 40px;
  }

  .news-contents a {
    padding: 20px 20px 20px 10px;
  }

  .news-contents-date {
    min-width: 90px;
    font-size: 1.2rem;
  }

  .news-contents-title {
    width: 100%;
    margin-top: 8px;
  }

  .news-pager {
    margin-top: 48px;
  }

  .newsDetail {
    margin-top: 40px;
    padding-bottom: 60px;
  }

  .newsDetail-title {
    font-size: 1.8rem;
  }

  .newsDetail-info-date {
    display: inline-block;
  }

  .newsDetail .post-content {
    margin-top: 40px;
  }

  .newsDetail-btn {
    margin-top: 48px;
  }

  .notfound {
    padding: 60px 0;
  }

  .notfound-btn {
    margin-top: 48px;
  }

  .privacy {
    padding: 40px 0 60px;
  }

  .privacy-list-title {
    margin-top: 24px;
  }

  .samples {
    padding-bottom: 60px;
  }

  .samples-categories {
    margin-top: 60px;
  }

  .samples-categories-list {
    margin-top: 16px;
  }

  .samples-des {
    font-size: 1.2rem;
    margin-top: 40px;
  }

  .samples-contents-wrap {
    margin-top: 16px;
  }

  .samples-contents {
    width: 100%;
  }

  a:hover .samples-contents-img img {
    transform: scale(1);
  }

  .samples-contents-img {
    height: auto;
  }

  .samples-contents-img span {
    font-size: 1.2rem;
  }

  .samplesDetail {
    padding-bottom: 60px;
  }

  .samplesDetail-contents {
    margin-top: 60px;
  }

  .samplesDetail-contents-img {
    width: 100%;
    position: static;
  }

  .samplesDetail-contents .is-right {
    width: 100%;
    margin-top: 24px;
  }

  .samplesDetail-contents-title {
    font-size: 1.8rem;
    margin-top: 0;
  }

  .samplesDetail-contents-price {
    font-size: 2.8rem;
  }

  .samplesDetail-contents-price span {
    font-size: 1.2rem;
  }

  .samplesDetail-contents-des {
    margin-top: 24px;
  }

  .samplesDetail-contents-notes {
    margin-top: 24px;
  }

  .samplesDetail-contents-btn {
    margin: 40px auto 0;
  }

  .samplesDetail-gallery {
    margin-top: 60px;
  }

  .samplesDetail-gallery-images {
    margin-top: 24px;
  }

  .samplesDetail-gallery-images a {
    width: 33.3333333333%;
    height: 100px;
    border-width: 2px;
  }

  .samplesDetail-btn {
    margin-top: 60px;
  }

  .topPage-lead {
    padding: 60px 0 40px;
  }

  .topPage-lead-title {
    font-size: 6rem;
  }

  .topPage-lead-title > .jp {
    font-size: 1.6rem;
  }

  .topPage-lead-contents {
    flex-wrap: wrap;
  }

  .topPage-lead-contents-img {
    width: 100%;
    margin-top: 24px;
  }

  .topPage-lead-contents .is-left {
    width: 100%;
  }

  .topPage-lead-contents-des {
    font-size: 1.4rem;
    margin-top: 24px;
  }

  .topPage-about {
    margin-top: 60px;
  }

  .topPage-about-contents {
    flex-wrap: wrap;
  }

  .topPage-about-contents .is-left {
    width: 100%;
  }

  .topPage-about-contents-img {
    width: 90%;
    height: 300px;
    left: 18%;
    margin-top: 40px;
  }

  .topPage-about-contents-img img {
    height: 300px;
  }

  .topPage-about-contents-img-line {
    top: -15px;
    left: -15px;
  }

  .topPage-about-contents-title {
    box-sizing: border-box;
    font-size: 1.4rem;
  }

  .topPage-about-contents-title::before,
  .topPage-about-contents-title::after {
    width: 50px;
  }

  .topPage-about-contents-subtitle {
    box-sizing: border-box;
    font-size: 6rem;
  }

  .topPage-about-contents-detail {
    margin-top: 32px;
  }

  .topPage-about-contents-detail .is-right {
    width: 100%;
  }

  .topPage-about-contents-detail-title {
    box-sizing: border-box;
    line-height: 1.8;
    font-size: 1.8rem;
    font-weight: 500;
    padding-right: 5%;
  }

  .topPage-about-contents-detail-des {
    line-height: 1.8;
    margin-top: 16px;
  }

  .topPage-about-contents:nth-child(even) .topPage-about-contents-img {
    left: -18%;
  }

  .topPage-about-contents:nth-child(even) .topPage-about-contents-detail-title {
    padding-left: 0;
    padding-right: 0;
  }

  .topPage-about-contents:nth-child(even) .topPage-about-contents-detail-des {
    padding-left: 0;
    padding-right: 0;
  }

  .topPage-about-contents + .topPage-about-contents {
    margin-top: 60px;
  }

  .topPage-flower {
    padding: 60px 0;
  }

  .topPage-flower-img {
    height: 350px;
  }

  .topPage-flower .is-right {
    margin-top: 24px;
  }

  .topPage-flower-title {
    width: 100%;
    font-size: 2rem;
  }

  .topPage-flower-title span {
    display: inline;
  }

  .topPage-flower-des {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .topPage-flower-btn {
    width: 100%;
    margin-top: 40px;
  }

  .topPage-samples {
    padding: 60px 0 80px;
  }

  .topPage-samples::before {
    font-size: 7rem;
    bottom: -20px;
    left: 20%;
  }

  .topPage-samples-contents-img {
    width: 75%;
    margin: 0 auto;
  }

  .topPage-samples-contents .is-left {
    width: 100%;
    margin-top: 40px;
  }

  .topPage-samples-contents-title {
    margin: 0 auto;
  }

  .topPage-samples-contents-des {
    font-size: 1.4rem;
    margin-top: 24px;
  }

  .topPage-samples-contents-btn {
    margin: 40px auto 0;
  }

  .topPage-news {
    padding-top: 60px;
  }

  .topPage-news-contents-wrap {
    margin-top: 24px;
  }

  .topPage-news-contents a {
    padding: 20px 20px 20px 10px;
  }

  .topPage-news-contents-date {
    min-width: 90px;
    font-size: 1.2rem;
  }

  .topPage-news-contents-title {
    width: 100%;
    margin-top: 8px;
  }

  .topPage-news-btn {
    margin-top: 32px;
  }

  .mw_wp_form_confirm .topPage-contact-form-btn input {
    width: 100%;
    float: none;
  }

  .mw_wp_form_confirm .topPage-contact-form-btn input + input {
    margin-top: 16px;
    margin-left: 0;
  }

  .alignright {
    max-width: 40%;
    margin: 0 0 20px 20px;
  }

  .alignleft {
    max-width: 40%;
    margin: 0 20px 20px 0;
  }

  .post-content {
    margin-top: 20px;
  }

  .post-content h2 {
    font-size: 1.6rem;
    margin-top: 30px;
  }

  .post-content h3 {
    font-size: 1.6rem;
    margin-top: 30px;
    padding-left: 10px;
  }

  .post-content h4 {
    margin-top: 30px;
  }

  .post-content h5 {
    margin-top: 30px;
  }

  .post-content img {
    width: 100%;
  }

  .post-content em {
    font-size: 1.2rem;
  }

  .post-content table th {
    width: 40%;
  }

  .works-contents-wrap {
    margin-top: 40px;
  }

  .works-contents-img {
    width: 100%;
  }

  .works-contents .is-right {
    width: 100%;
    margin-top: 16px;
  }

  .works-contents-category {
    font-size: 1.2rem;
    padding: 7px 8px;
  }

  .works-contents-title {
    font-size: 1.8rem;
  }

  .works-contents-des {
    margin-top: 8px;
  }

  .works-contents-artist {
    font-size: 1.2rem;
  }

  .works-contents-gallery {
    margin: 32px auto 0;
  }

  .works-pager {
    margin-top: 48px;
  }
}

@media (min-width: 980px) and (max-width: 1279px) {
  .topPage-about-contents-img {
    left: 55px;
  }

  .topPage-about-contents:nth-child(even) .topPage-about-contents-img {
    left: -55px;
  }
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}