@charset "UTF-8";
/* ========================================
◆リセットCSS
======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  overflow-wrap: break-word;
}

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

iframe {
  max-width: 100%;
  vertical-align: middle;
}

span {
  font-weight: inherit;
  letter-spacing: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
textarea,
select {
  color: inherit;
  font: inherit;
  vertical-align: middle;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

/* ========================================
◆ベースCSS
======================================== */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.875;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4em;
    line-height: 1.571428571;
  }
}

*,
*::before,
*::after {
  letter-spacing: 0.05em;
}

a {
  color: inherit;
  text-decoration: none;
}

/* CLEAR-FIX */
@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* ========================================
◆パーツ
======================================== */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.ib {
  display: inline-block;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.font-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.font-en {
  font-family: "Overpass", sans-serif;
}

@media (hover: hover) {
  .hover-opacity a {
    transition: opacity 0.3s;
  }
  .hover-opacity a:hover {
    opacity: 0.6;
  }
}

.btn-underLine {
  display: inline-block;
  line-height: 1;
  padding: 7px 34px 11px 0;
  background: url(/assets/image/common/arrow_right.svg) right 12px top 9px/auto no-repeat;
  font-size: 18px;
  position: relative;
}
.btn-underLine::before {
  content: "";
  display: block;
  width: calc(100% + 50px - 12px);
  height: 1px;
  background: #000;
  position: absolute;
  left: -50px;
  bottom: 0;
}
@media screen and (hover: hover) and (min-width: 768px) {
  .btn-underLine {
    transition: 0.3s;
  }
  .btn-underLine::before {
    transition: 0.3s;
  }
  .btn-underLine:hover {
    background-position: right 0 top 9px;
  }
  .btn-underLine:hover::before {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .btn-underLine {
    background-position: right 0 top 9px;
    padding-right: 22px;
  }
  .btn-underLine::before {
    width: 100%;
    left: 0;
  }
}
.btn-underLine.font-en {
  font-weight: 600;
  letter-spacing: 0.07em;
}
.btn-rounded {
  display: inline-block;
  width: 220px;
  border: 1px solid #000;
  border-radius: 20px;
  line-height: 38px;
  text-align: center;
}
@media (hover: hover) {
  .btn-rounded {
    transition: 0.3s;
  }
  .btn-rounded:hover {
    background: #000;
    border-radius: 0;
    color: #fff;
  }
}
.btn-rounded.font-en {
  padding-top: 4px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .btn-rounded.font-en {
    line-height: 24px;
  }
}
.btn-arrow {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .btn-arrow {
    font-size: 13px;
  }
}
.btn-arrow::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 13px;
  margin-left: 14px;
  background: url(/assets/image/common/arrow_right.svg) center/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .btn-arrow::after {
    width: 5px;
    transform: translateY(2px);
  }
}
@media (hover: hover) {
  .btn-arrow::after {
    transition: 0.3s;
  }
  .btn-arrow:hover::after {
    transform: translateX(12px);
  }
}
.btn-arrowPrev {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .btn-arrowPrev {
    font-size: 13px;
  }
}
.btn-arrowPrev::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 13px;
  margin-right: 14px;
  background: url(/assets/image/common/arrow_left.svg) center/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .btn-arrowPrev::before {
    width: 5px;
    transform: translateY(2px);
  }
}
@media (hover: hover) {
  .btn-arrowPrev::before {
    transition: 0.3s;
  }
  .btn-arrowPrev:hover::before {
    transform: translateX(-12px);
  }
}
.btn-external {
  display: inline-block;
  padding-bottom: 5px;
  color: #006783;
  border-bottom: 1px solid #006783;
  padding-right: 18px;
  background: url(/assets/image/common/icon_external_blue.svg) right center/12px auto no-repeat;
  font-size: 18px;
}
@media (hover: hover) {
  .btn-external {
    transition: opacity 0.3s;
  }
  .btn-external:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .btn-external {
    font-size: 14px;
  }
}

.inner-1100, .inner-spMin, .inner-spLarge, .inner-pc, .inner {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .inner-pc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .inner-spLarge {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .inner-spMin {
    width: 80%;
  }
}
.inner-1100 {
  max-width: 1100px;
}

.secTtl-en {
  color: #006783;
  font-family: "Overpass", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
}
.secTtl-en + .secTtl-jp {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .secTtl-en {
    font-size: 25px;
  }
}
.secTtl-jp {
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .secTtl-jp {
    font-size: 14px;
  }
}

/* ========================================
◆各共通レイアウト

ヘッダー header
メニュー menu
フッター footer

各レイアウト l-
======================================== */
/*
ヘッダー header
———————————————————————————————————————— */
.headline {
  background: #006783;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 1.53846;
  padding: 8px 10px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 13px;
  }
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
.header_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 18px min(2.7777777778vw, 40px) 18px min(4.1666666667vw, 60px);
  position: relative;
}
@media screen and (max-width: 900px) {
  .header_body {
    height: 45px;
    padding: 0 20px;
  }
  .header_body::before {
    content: "";
  }
}
.header_logo {
  width: clamp(58px, 5vw, 72px);
}
@media screen and (max-width: 900px) {
  .header_logo {
    width: 98px;
  }
}
.header_logo a {
  display: block;
  line-height: 0;
}

/*
メニュー menu
———————————————————————————————————————— */
@media screen and (min-width: 901px) {
  .menu {
    display: block !important;
  }
}
@media screen and (max-width: 900px) {
  .menu {
    display: none;
    width: 100%;
    height: 100%;
    padding: 50px 20px;
    background: rgba(0, 103, 131, 0.9);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .menu::-webkit-scrollbar {
    display: none;
  }
  .menu a {
    color: #fff;
  }
}

.menuTools a {
  display: block;
  width: 150px;
  padding-top: 4px;
  border: 2px solid #006783;
  border-radius: 20px;
  color: #006783;
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0;
}
@media (hover: hover) {
  .menuTools a {
    transition: 0.3s;
  }
  .menuTools a:hover {
    background: #006783;
    color: #fff;
  }
}

.menuFollow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 45px;
  font-size: 14px;
}
.menuFollow ul {
  display: flex;
  align-items: center;
  gap: 0 35px;
}
.menuFollow a {
  display: inline-block;
  padding-bottom: 1px;
  padding-left: 20px;
  background-position: left center;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .menuFollow a {
    transition: opacity 0.3s;
  }
  .menuFollow a:hover {
    opacity: 0.6;
  }
}
.menuFollow a._instagram {
  background-image: url(/assets/image/common/icon_instagram.svg);
}
@media screen and (max-width: 900px) {
  .menuFollow a._instagram {
    background-image: url(/assets/image/common/icon_instagram_white.svg);
  }
}
.menuFollow a._twitter {
  background-image: url(/assets/image/common/icon_twitter.svg);
}
@media screen and (max-width: 900px) {
  .menuFollow a._twitter {
    background-image: url(/assets/image/common/icon_twitter_white.svg);
  }
}
.menuFollow a._facebook {
  padding-left: 15px;
  background-image: url(/assets/image/common/icon_facebook.svg);
}
@media screen and (max-width: 900px) {
  .menuFollow a._facebook {
    background-image: url(/assets/image/common/icon_facebook_white.svg);
  }
}
@media screen and (max-width: 900px) {
  .menuFollow {
    display: block;
    margin-top: 50px;
  }
  .menuFollow ul {
    justify-content: space-between;
    gap: 0 0;
    max-width: 380px;
    margin-top: 20px;
  }
  .menuFollow a {
    letter-spacing: 0.01em;
  }
}

.menuPc {
  display: flex;
  justify-content: flex-end;
  gap: 0 3.125vw;
  margin-top: 20px;
  font-size: 17px;
  font-size: clamp(14px, 1.4166666667vw, 17px);
}
@media screen and (max-width: 900px) {
  .menuPc {
    display: none;
  }
}
.menuPc > li:not(.menuTools) > a {
  display: inline-block;
  padding-bottom: 5px;
  color: #006783;
}
.menuPc > li:not(.menuTools) > a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #006783;
  position: relative;
  top: 5px;
  transition: width 0.3s;
}
.menuPc > li:not(.menuTools).is-active a::after {
  width: 100%;
}
.menuPc_sub > a {
  cursor: default;
}
.menuPc_sub_cont {
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 100%;
  left: 0;
}
.menuPc_sub ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 40px;
  height: 58px;
  font-size: clamp(13px, 0.9722222222vw, 14px);
}
@media (hover: hover) {
  .menuPc_sub ul a {
    transition: opacity 0.3s;
  }
  .menuPc_sub ul a:hover {
    opacity: 0.6;
  }
}
.menuPc .menuTools {
  margin-top: 4px;
}

.menuOpen {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 901px) {
  .menuOpen {
    display: none;
  }
}

.menuSp {
  display: block;
  font-size: 13px;
}
@media screen and (min-width: 901px) {
  .menuSp {
    display: none;
  }
}
.menuSp_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 10px;
}
.menuSp .menuTools a {
  border-color: #fff;
  color: #fff;
}
@media (hover: hover) {
  .menuSp .menuTools a:hover {
    background: #fff;
    color: #006783;
  }
}
.menuSp dl {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: padding 0.3s;
}
.menuSp dl._first {
  padding-top: 40px;
}
.menuSp dt {
  font-size: min(3.7333333333vw, 14px);
  position: relative;
  cursor: pointer;
}
.menuSp dt .font-en {
  display: inline-block;
  margin-right: 28px;
  font-size: min(6.6666666667vw, 25px);
  letter-spacing: 0.07em;
  transform: translateY(1px);
}
.menuSp dt::before {
  content: "";
  display: block;
  width: 32px;
  height: 100%;
  background: url(/assets/image/common/menu_arrow.svg) center/auto no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.menuSp dd {
  padding-top: 6px;
}
.menuSp dd li {
  margin-top: 18px;
}
.menuSp dd a {
  display: inline-block;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .menuSp dd a._external {
    padding-right: 15px;
    background: url(/assets/image/common/icon_external_white.svg) right center/auto no-repeat;
  }
}
.menuSp_privacy {
  margin-top: 50px;
}
.menuSp_privacy a {
  letter-spacing: 0.01em;
}
.menuSp dl.js-active {
  padding: 40px 0;
}
.menuSp dl.js-active dt::before {
  transform: rotate(0deg);
}

.menuClose {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.03em;
  position: relative;
  cursor: pointer;
}
.menuClose_text {
  display: inline-block;
  transform: translateY(2px);
}

/*
画面固定ボタン
———————————————————————————————————————— */
.fixed {
  position: fixed;
  right: 2.7777777778%;
  bottom: 40px;
  z-index: 9;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .fixed {
    display: flex;
    right: 0;
    bottom: 12px;
    gap: 0 10px;
    width: 100%;
    padding: 0 10px;
  }
}
.fixed a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  width: 221px;
  height: 72px;
  border-radius: 36px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fixed a {
    width: 50%;
    height: 46px;
    padding-right: 5px;
    font-size: min(3.2vw, 12px);
  }
}
@media (hover: hover) {
  .fixed a {
    transition: 0.3s;
  }
  .fixed a:hover {
    border-radius: 0;
    opacity: 0.75;
  }
}
.fixed a + a {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .fixed a + a {
    margin-top: 0;
  }
}
.fixed a::before {
  content: "";
  width: 45px;
  height: 36px;
  background-position: left center;
  background-size: auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .fixed a::before {
    width: 33px;
    height: 28px;
    background-position: right center;
  }
}
.fixed a > span {
  display: inline-block;
}
.fixed a.fixed_voice {
  background: #7CB2AB;
}
.fixed a.fixed_voice::before {
  background-image: url(/assets/image/common/fixed_voice.svg);
}
@media screen and (max-width: 767px) {
  .fixed a.fixed_voice::before {
    background-size: 33px auto;
  }
}
.fixed a.fixed_onlinStore {
  background: #006783;
}
.fixed a.fixed_onlinStore::before {
  background-image: url(/assets/image/common//fixed_cart.svg);
}
@media screen and (max-width: 767px) {
  .fixed a.fixed_onlinStore::before {
    background-size: 27px auto;
  }
}
.fixed .font-en {
  display: block;
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fixed .font-en {
    margin-bottom: 1px;
    font-size: min(4vw, 15px);
  }
}
.fixed.hide {
  opacity: 0;
  pointer-events: none;
}

/*
フッター footer
———————————————————————————————————————— */
.footer {
  margin-top: 300px;
  border-top: 1px solid #E0E0E0;
  padding: 80px 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 100px;
    padding: 50px 0 15px;
  }
}
.footer * {
  font-size: 13px;
  letter-spacing: 0.02em;
}
.footer_topto {
  display: block;
  position: absolute;
  right: 5.5555555556%;
  top: -120px;
}
@media screen and (max-width: 767px) {
  .footer_topto {
    position: fixed;
    top: auto;
    right: 48px;
    bottom: 68px;
  }
}
.footer_container {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
.footer_container a {
  display: inline-block;
}
@media (hover: hover) and (hover: hover) {
  .footer_container a {
    transition: opacity 0.3s;
  }
  .footer_container a:hover {
    opacity: 0.75;
  }
}
.footer_logo {
  width: 92px;
  width: min(6.6666666667%, 92px);
}
@media screen and (max-width: 767px) {
  .footer_logo {
    display: none;
  }
}
.footer_logo img {
  width: 100%;
}
.footer_nav {
  flex: 1;
  max-width: 980px;
}
@media screen and (max-width: 767px) {
  .footer_navList {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .footer_navList {
    width: auto;
  }
}
.footer_navList dt {
  font-family: "Overpass", sans-serif;
  color: #006783;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
.footer_navList li {
  margin-top: 18px;
}
.footer_navPrimary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 45px 15px;
  padding-right: 25px;
}
@media screen and (max-width: 900px) {
  .footer_navPrimary {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_navPrimary {
    gap: 45px 0;
  }
}
@media screen and (max-width: 580px) {
  .footer_navPrimary {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}
.footer_navPrimary::before {
  content: "";
  display: block;
  width: 1px;
  background: #707070;
  order: 2;
}
@media screen and (max-width: 900px) {
  .footer_navPrimary::before {
    display: none;
  }
}
.footer_navExternal {
  order: 3;
}
@media screen and (max-width: 900px) {
  .footer_navExternal {
    width: 100%;
    padding-top: 45px;
    border-top: 1px solid #707070;
  }
}
@media screen and (max-width: 580px) {
  .footer_navExternal {
    grid-column: 1/3;
  }
}
.footer_navExternal a._external {
  padding-right: 15px;
  background: url(/assets/image/common/icon_external.svg) right center/auto no-repeat;
}
.footer_navfoot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px min(3.4722222222vw, 50px);
  width: 100%;
  margin-top: 38px;
  padding-top: 35px;
  border-top: 1px solid #E0E0E0;
}
@media screen and (max-width: 900px) {
  .footer_navfoot {
    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px solid #707070;
  }
}
.footer_followList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 min(4.8611111111vw, 70px);
}
@media screen and (max-width: 900px) {
  .footer_followList {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer_followList {
    display: block;
  }
  .footer_followList dd {
    margin-top: 12px;
  }
}
.footer_followList ul {
  display: flex;
  gap: 0 min(2.7777777778vw, 40px);
}
.footer_followList a {
  padding-left: 15px;
  background-position: left center;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 12px;
}
.footer_followList a._instagram {
  background-image: url(/assets/image/common/icon_instagram.svg);
  background-size: 10px auto;
}
.footer_followList a._twitter {
  background-image: url(/assets/image/common/icon_twitter.svg);
  background-size: 10px auto;
}
.footer_followList a._facebook {
  padding-left: 15px;
  background-image: url(/assets/image/common/icon_facebook.svg);
  background-size: auto 10px;
}
.footer_policy {
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .footer_policy {
    margin-left: 0;
  }
}
.footer_copylight {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer_copylight {
    width: 100%;
    margin-top: 45px;
    text-align: center;
  }
}

/*
各レイアウト l-
———————————————————————————————————————— */
.l-columnList {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 3.5%;
}
.l-columnList > * {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .l-columnList > * {
    width: 100%;
    gap: 60px 0;
  }
}
.l-columnList a {
  display: block;
}
.l-columnList_thumbnail {
  padding-top: 69.8924731183%;
  position: relative;
  overflow: hidden;
}
.l-columnList_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) {
  .l-columnList .l-columnList_thumbnail img {
    transition: 0.3s;
  }
  .l-columnList a:hover .l-columnList_thumbnail img {
    transform: scale(1.06, 1.06);
  }
}
.l-columnList_tag {
  margin-top: 15px;
  color: #006783;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-columnList_tag {
    font-size: 13px;
  }
}
.l-columnList_tag::before {
  content: "#";
  margin-right: 0.5em;
}
.l-columnList_ttl {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-columnList_ttl {
    font-size: 15px;
  }
}

.l-shareList:not(.l-shareList-slide) {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 3.3333333333%;
}
@media screen and (max-width: 767px) {
  .l-shareList:not(.l-shareList-slide) {
    justify-content: space-between;
    gap: 50px 0;
  }
}
.l-shareList > * {
  width: 22.5%;
}
@media screen and (max-width: 900px) {
  .l-shareList > * {
    width: 31.1108333333%;
  }
}
@media screen and (max-width: 767px) {
  .l-shareList > * {
    width: 48.5%;
  }
}
.l-shareList a {
  display: block;
}
.l-shareList_thumbnail {
  padding-top: 138.8888888889%;
  position: relative;
  overflow: hidden;
}
.l-shareList_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) {
  .l-shareList .l-shareList_thumbnail img {
    transition: 0.3s;
  }
  .l-shareList a:hover .l-shareList_thumbnail img {
    transform: scale(1.06, 1.06);
  }
}
.l-shareList_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px 20px;
  margin-top: 36px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-shareList_head {
    display: block;
    margin-top: 10px;
  }
}
.l-shareList_category {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px 5px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-shareList_category {
    font-size: 13px;
  }
}
.l-shareList_category > * {
  min-width: 70px;
  border: 1px solid rgba(149, 149, 149, 0.5);
  letter-spacing: 0.08em;
  line-height: 21px;
  padding-bottom: 1px;
  text-align: center;
}
.l-shareList_category span {
  display: inline-block;
  min-width: 34px;
}
.l-shareList_time {
  display: block;
  margin-left: auto;
  padding-top: 6px;
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-shareList_time {
    padding-top: 10px;
  }
}
.l-shareList_ttl {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.866;
}
@media screen and (max-width: 767px) {
  .l-shareList_ttl {
    margin-top: 8px;
    line-height: 1.666;
  }
}

.l-newsList > * {
  display: flex;
  align-items: center;
  gap: 30px 0;
  padding: 30px;
  font-size: 18px;
  border-bottom: 1px dashed #707070;
}
@media screen and (min-width: 768px) {
  .l-newsList > *:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .l-newsList > * {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-newsList > * {
    padding: 26px 10px;
  }
}
.l-newsList_head {
  display: flex;
  align-items: center;
  gap: 0 14.6666666667%;
  width: 300px;
}
@media screen and (max-width: 900px) {
  .l-newsList_head {
    gap: 0 10px;
  }
}
.l-newsList_time {
  display: inline-block;
  color: #006783;
}
@media screen and (max-width: 767px) {
  .l-newsList_time {
    font-size: 13px;
  }
}
.l-newsList_category {
  min-width: 84px;
  background: #006783;
  color: #fff;
  line-height: 1;
  padding: 3px 15px 5px;
  border-radius: 20px;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-newsList_category {
    min-width: 65px;
    padding: 3px 10px 5px;
    font-size: 11px;
  }
}
.l-newsList_ttl {
  flex: 1;
}
@media screen and (max-width: 900px) {
  .l-newsList_ttl {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .l-newsList_ttl {
    font-size: 15px;
  }
}
.l-newsList a {
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
@media (hover: hover) {
  .l-newsList a {
    transition: opacity 0.3s;
  }
  .l-newsList a:hover {
    opacity: 0.6;
  }
}

.l-toolsLink {
  max-width: 960px;
  margin-top: 92px;
  background: #006783;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-toolsLink {
    margin-top: 37px;
  }
}
.l-toolsLink a {
  display: block;
  padding: 30px 45px 20px;
  color: #fff;
}
.l-toolsLink_enTtl {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.l-toolsLink_ttl {
  margin: 5px 0 8px;
  font-size: 15px;
}

.l-inp_head01 {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .l-inp_head01 {
    margin-top: 44px;
  }
}
.l-inp_pageTtl {
  margin-top: 210px;
  color: #006783;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-inp_pageTtl {
    margin-top: 75px;
    font-size: 16px;
  }
}
.l-inp_read {
  margin-top: 70px;
  font-size: 16px;
  line-height: 1.875;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inp_read {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.571;
  }
}

.l-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 35px;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .l-pagination {
    margin-top: 100px;
    gap: 25px min(4vw, 25px);
  }
}
.l-pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding-top: 4px;
  color: #006783;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-pagination li {
    padding-top: 5px;
    font-size: 15px;
  }
}
.l-pagination li.current {
  border: 1px solid #006783;
  border-radius: 50%;
}
.l-pagination a {
  display: block;
  color: #006783;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-pagination_prev img, .l-pagination_next img {
    width: 5px;
  }
}

.l-category_ttl {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-category_ttl {
    font-size: 18px;
  }
}
.l-category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px min(3.4722222222vw, 50px);
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .l-category_list {
    justify-content: flex-start;
    gap: 25px 20px;
    margin-top: 30px;
    padding-top: 55px;
    position: relative;
  }
}
.l-category_list li {
  min-width: 158px;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .l-category_list li {
    width: calc((100% - 20px) / 2);
    font-size: 13px;
  }
}
.l-category_list a {
  display: block;
  border: 1px solid #959595;
  padding: 5px;
}
@media (hover: hover) {
  .l-category_list a {
    transition: opacity 0.3s;
  }
  .l-category_list a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .l-category_list a {
    padding: 6px;
  }
}
.l-category_list .is-current a,
.l-category_list ._all a {
  background: #959595;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-category_list ._all {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.l-form {
  font-size: 16px;
  line-height: 1.625;
}
.l-form dl {
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .l-form dl {
    display: block;
  }
}
.l-form dl + dl {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-form dl + dl {
    margin-top: 30px;
  }
}
.l-form dt {
  width: 170px;
  padding-right: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-form dt {
    width: 100%;
    padding-right: 0;
  }
}
.l-form dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .l-form dd {
    margin-top: 7px;
  }
}
.l-form input,
.l-form textarea,
.l-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 15px;
  background: none;
  box-shadow: 0;
  border: 1px solid rgba(112, 112, 112, 0.5);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  outline: none;
}
.l-form input::-moz-placeholder, .l-form textarea::-moz-placeholder, .l-form select::-moz-placeholder {
  color: #D6D6D6;
}
.l-form input:-ms-input-placeholder, .l-form textarea:-ms-input-placeholder, .l-form select:-ms-input-placeholder {
  color: #D6D6D6;
}
.l-form input::placeholder,
.l-form textarea::placeholder,
.l-form select::placeholder {
  color: #D6D6D6;
}
.l-form input {
  height: 26px;
}
@media screen and (max-width: 767px) {
  .l-form input {
    height: 35px;
  }
}
.l-form textarea {
  height: 400px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .l-form textarea {
    height: 364px;
  }
}
.l-form_radiobox, .l-form_checkbox {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
@media screen and (max-width: 767px) {
  .l-form_radiobox, .l-form_checkbox {
    font-size: 15px;
  }
}
.l-form_radiobox input[type=radio],
.l-form_radiobox input[type=checkbox], .l-form_checkbox input[type=radio],
.l-form_checkbox input[type=checkbox] {
  display: none;
}
.l-form_radiobox label, .l-form_checkbox label {
  display: inline-block;
  cursor: pointer;
}
.l-form_radiobox span, .l-form_checkbox span {
  display: inline-block;
  position: relative;
  padding-left: 26px;
}
.l-form_radiobox span::before, .l-form_radiobox span::after, .l-form_checkbox span::before, .l-form_checkbox span::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-form_radiobox span::before, .l-form_radiobox span::after, .l-form_checkbox span::before, .l-form_checkbox span::after {
    top: 5px;
  }
}
.l-form_radiobox span::before, .l-form_checkbox span::before {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(112, 112, 112, 0.8);
}
.l-form_radiobox span::before, .l-form_radiobox span::after {
  border-radius: 50%;
}
.l-form_radiobox span::after {
  width: 10px;
  height: 10px;
  transform: translate(3px, 3px);
}
.l-form_radiobox input:checked + span::after {
  background: #006783;
}
.l-form_checkbox span::after {
  width: 5px;
  height: 10px;
  transform: translate(5px, 2px) rotate(45deg);
}
.l-form_checkbox input:checked + span::after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.l-form_policyCheck {
  margin-top: 70px;
  text-align: center;
}
.l-form select {
  width: 215px;
  padding-right: 34px;
  background: url(/assets/image/common/select_arrow.svg) right 10px center/auto no-repeat;
}
.l-form_rec {
  display: inline-block;
  width: 40px;
  background: #006783;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 1px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-form_rec {
    width: 34px;
    font-size: 12px;
    line-height: 16px;
    margin-right: 10px;
    position: static;
  }
}
.l-form_acttions {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .l-form_acttions {
    margin-top: 70px;
  }
}
.l-form_acttions input,
.l-form_acttions button,
.l-form_acttions a {
  display: block;
  width: 222px;
  height: 54px;
  margin: 0 auto;
  border: 1px solid #006783;
  border-radius: 30px;
  color: #006783;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 50px;
  padding-bottom: 2px;
  text-align: center;
}
.l-form_acttions input + *,
.l-form_acttions button + *,
.l-form_acttions a + * {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .l-form_acttions input + *,
.l-form_acttions button + *,
.l-form_acttions a + * {
    margin-top: 30px;
  }
}
@media (hover: hover) {
  .l-form_acttions input,
.l-form_acttions button,
.l-form_acttions a {
    transition: 0.3s;
  }
  .l-form_acttions input:hover,
.l-form_acttions button:hover,
.l-form_acttions a:hover {
    background: #006783;
    border-radius: 0;
    color: #fff;
  }
}
.l-form_acttions input._prev,
.l-form_acttions button._prev,
.l-form_acttions a._prev {
  background-image: url(/assets/image/common/arrow_left_blue.svg);
  background-position: left 20px center;
  background-size: auto;
  background-repeat: no-repeat;
}

.l-post {
  max-width: 880px;
}
.l-post_head {
  margin-top: 120px;
  display: flex;
  align-items: center;
  gap: 10px 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-post_head {
    margin-top: 44px;
  }
}
.l-post_category a {
  display: inline-block;
  min-width: 70px;
  padding: 0 10px 0 12px;
  border: 1px solid #000;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-post_category a {
    font-size: 13px;
  }
}
.l-post_time {
  display: inline-block;
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(3px);
}
.l-post_main {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-post_main {
    margin-top: 15px;
  }
}
.l-post_main img {
  width: 100%;
}
.l-post_pageTtl {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .l-post_pageTtl {
    font-size: 20px;
  }
}
.l-post_listBack {
  margin-top: 240px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-post_listBack {
    margin-top: 90px;
  }
}

.l-postBlock {
  padding-bottom: 160px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
@media screen and (max-width: 767px) {
  .l-postBlock {
    padding-bottom: 70px;
  }
}
.l-postBlock > * {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-postBlock > * {
    margin-bottom: 25px;
  }
}
.l-postBlock h2 {
  margin-top: 80px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.666;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-postBlock h2 {
    margin-top: 50px;
    padding-bottom: 10px;
    font-size: 15px;
  }
}
.l-postBlock_text a {
  color: #0F8C96;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (hover: hover) {
  .l-postBlock_text a {
    transition: opacity 0.3s;
  }
  .l-postBlock_text a:hover {
    opacity: 0.6;
  }
}
.l-postBlock_imgBox-col3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.4090909091%;
}
@media screen and (max-width: 767px) {
  .l-postBlock_imgBox-col3 {
    gap: 25px 0;
  }
}
.l-postBlock_imgBox-col3 > * {
  width: 31.0606060606%;
}
@media screen and (max-width: 767px) {
  .l-postBlock_imgBox-col3 > * {
    width: 100%;
  }
}
.l-postBlock_imgBox-col3 img {
  width: 100%;
}
.l-postBlock_imgBox-col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5.1136363636%;
}
@media screen and (max-width: 767px) {
  .l-postBlock_imgBox-col2 {
    gap: 25px 10px;
  }
}
.l-postBlock_imgBox-col2 > * {
  width: 47.4431818182%;
}
@media screen and (max-width: 767px) {
  .l-postBlock_imgBox-col2 > * {
    width: calc((100% - 10px) / 2);
  }
}
.l-postBlock_imgBox-col2 img {
  width: 100%;
}
.l-postBlock_imgBox-large {
  width: 100%;
}
.l-postBlock_imgBox-large img {
  width: 100%;
}
.l-postBlock_imgBox_imgCaption {
  margin-top: 5px;
  color: #4B4B4B;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-postBlock_imgBox_imgCaption {
    font-size: 13px;
  }
}

.l-postLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.l-postLink a {
  display: inline-block;
  letter-spacing: 0.1em;
}
@media (hover: hover) {
  .l-postLink a {
    transition: opacity 0.3s;
  }
  .l-postLink a:hover {
    opacity: 0.6;
  }
}
.l-postLink_new {
  padding-left: 20px;
  background: url(/assets/image/common/arrow_left.svg) center left/auto no-repeat;
}
.l-postLink_old {
  margin-left: auto;
  padding-right: 20px;
  background: url(/assets/image/common/arrow_right.svg) center right/auto no-repeat;
}

.l-recommendPost {
  margin-top: 210px;
}
@media screen and (max-width: 767px) {
  .l-recommendPost {
    margin-top: 90px;
  }
}
.l-recommendPost_ttl {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-recommendPost_ttl {
    font-size: min(calc(18 / 375 * 100vw), 18px);
    letter-spacing: 0;
  }
}
.l-recommendPost .l-shareList {
  margin-top: 100px;
  gap: 60px 5.2272727273%;
}
@media screen and (max-width: 767px) {
  .l-recommendPost .l-shareList {
    margin-top: 30px;
  }
}
.l-recommendPost .l-shareList > li {
  width: 47.3863636364%;
}
@media screen and (max-width: 767px) {
  .l-recommendPost .l-shareList > li {
    width: 88%;
    margin: 0 auto;
  }
}
.l-recommendPost .l-shareList_thumbnail {
  padding-top: 76.7386091127%;
}

.l-breadcrumb {
  width: 100%;
  font-size: 13px;
  background: #F4F4F4;
  color: #818181;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    font-size: 12px;
  }
}
.l-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb ol {
    padding: 2px 0;
  }
}
.l-breadcrumb a {
  display: inline-block;
}
.l-breadcrumb li:not(:last-child)::after {
  content: "＞";
  margin-left: 8px;
  vertical-align: middle;
}
.l-breadcrumb li + li {
  margin-left: 8px;
}

.l-shopLink {
  max-width: 960px;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .l-shopLink {
    margin-top: 100px;
  }
}
.l-shopLink a {
  display: block;
  border: 1px solid #006783;
  color: #006783;
  padding: 40px 20px 20px;
  text-align: center;
}
@media (hover: hover) {
  .l-shopLink a {
    transition: opacity 0.3s;
  }
  .l-shopLink a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .l-shopLink a {
    padding: 40px 10px 30px;
  }
}
.l-shopLink_ttl {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

/* ========================================
◆各ページ個別

トップページ home
お問い合わせ contact

======================================== */
/*
トップページ home
———————————————————————————————————————— */
.home .secTtl-jp {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .home .secTtl-jp {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home + .footer {
    margin-top: 50px;
  }
}

.homeMv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .homeMv {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) and (hover: hover) {
  .homeMv {
    height: calc(100vh - 45px - 56px) !important;
  }
}
.homeMv_ttl {
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 25px;
  letter-spacing: 0.25em;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .homeMv_ttl {
    color: #fff;
    font-size: min(calc(22 / 375 * 100vw), 22px);
    letter-spacing: 0.15em;
    left: 20px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .homeMv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.homePick {
  margin-top: 70px;
  max-width: 1040px;
}
.homePick .l-columnList {
  gap: 60px 3.5%;
}
.homePick .l-columnList > *:nth-child(1), .homePick .l-columnList > *:nth-child(2) {
  width: 48.25%;
}
@media screen and (max-width: 767px) {
  .homePick .l-columnList > *:nth-child(1), .homePick .l-columnList > *:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .homePick .l-columnList > *:nth-child(4), .homePick .l-columnList > *:nth-child(5) {
    display: none;
  }
}
.homePick_more {
  margin-top: 70px;
  text-align: center;
}

.homeProducts {
  margin-top: 124px;
}
@media screen and (max-width: 767px) {
  .homeProducts {
    margin-top: 120px;
  }
}
.homeProducts_read {
  font-size: 18px;
  line-height: 1.57;
  text-align: center;
}
.homeProducts_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 4%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .homeProducts_list {
    gap: 100px 0;
  }
}
.homeProducts_list > * {
  width: 30.6666666667%;
  font-size: 15px;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .homeProducts_list > * {
    width: 100%;
    font-size: 14px;
  }
}
.homeProducts_contTtl {
  margin: 45px 0 23px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homeProducts_contTtl {
    margin: 30px 0 15px;
  }
}
.homeProducts_contTtl img {
  display: inline-block;
  margin-bottom: 7px;
}
._mahora .homeProducts_contTtl {
  color: #635045;
  letter-spacing: 0.1em;
}
.homeProducts_more {
  margin-top: 25px;
  text-align: center;
}

.homeShare {
  margin-top: 200px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .homeShare {
    margin-top: 120px;
  }
}
@media screen and (max-width: 900px) {
  .homeShare .secTtl-jp {
    margin-bottom: 30px;
  }
}
.homeShare_container {
  display: flex;
  gap: 0 48px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .homeShare_container {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .homeShare_container {
    margin-top: 30px;
  }
}
.homeShare_head {
  width: calc((100% - 96px) / 3);
  padding-top: 20px;
  font-size: 15px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .homeShare_head {
    width: 100%;
    padding-top: 0;
  }
}
.homeShare_read {
  font-size: min(2.25vw, 27px);
  line-height: 1.666;
}
@media screen and (max-width: 900px) {
  .homeShare_read {
    font-size: min(4.8vw, 24px);
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .homeShare_read .pc {
    display: none;
  }
}
.homeShare_text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.866;
}
.homeShare_more {
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .homeShare_more.pc {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .homeShare_more.sp {
    text-align: center;
    display: block !important;
  }
}
.homeShare_slide {
  width: calc((100% - 96px) / 3 * 2 + 48px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .homeShare_slide {
    width: 100%;
    margin-top: 35px;
  }
}
.homeShare_slide::before {
  content: "";
  width: 50vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .homeShare_slide::before {
    display: none;
  }
}
.homeShare .splide {
  width: calc((100% - 48px) / 2);
  padding-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .homeShare .splide {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .homeShare .splide {
    width: 76%;
    padding-bottom: 20px;
  }
}
.homeShare .splide__track {
  overflow: visible;
}
.homeShare .splide__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 150px;
  position: absolute;
  left: calc(-100% - 48px);
  bottom: -40px;
}
@media screen and (max-width: 900px) {
  .homeShare .splide__arrows {
    width: 98px;
    left: 0;
  }
}
.homeShare .splide__arrow {
  display: block;
  height: 40px;
  line-height: 0;
}
.homeShare .splide__pagination {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: calc(200% + 48px);
  position: absolute;
  top: 100%;
  left: 0;
}
@media screen and (max-width: 900px) {
  .homeShare .splide__pagination {
    width: calc(166.6666666667% - 130px);
    left: 130px;
  }
}
@media screen and (max-width: 767px) {
  .homeShare .splide__pagination {
    width: calc(131.5789473684% - 130px);
  }
}
.homeShare .splide__pagination li {
  flex: 1;
  line-height: 0;
}
.homeShare .splide__pagination button {
  width: 100%;
  height: 40px;
  position: relative;
}
.homeShare .splide__pagination button::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.homeShare .splide__pagination button.is-active::before {
  height: 5px;
}

.homeNews {
  margin-top: 90px;
  padding: 70px 0 65px;
  background: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .homeNews {
    margin-top: 120px;
    padding: 45px 0 60px;
  }
}
.homeNews .secTtl-jp {
  margin-bottom: 30px;
}
.homeNews_link {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homeNews_link {
    margin-top: 60px;
  }
}

.homeLinkBox {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 24px;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .homeLinkBox {
    gap: 50px 0;
  }
}
.homeLinkBox_cont {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 767px) {
  .homeLinkBox_cont {
    width: 100%;
  }
}
.homeLinkBox_img {
  overflow: hidden;
}
.homeLinkBox_img img {
  width: 100%;
}
.homeLinkBox_ttl {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homeLinkBox_ttl {
    margin-top: 20px;
    font-size: 15px;
  }
}
.homeLinkBox a {
  display: block;
}
@media (hover: hover) {
  .homeLinkBox a .homeLinkBox_img img {
    transition: 0.3s;
  }
  .homeLinkBox a:hover .homeLinkBox_img img {
    transform: scale(1.06, 1.06);
  }
}
.homeLinkBox .homeLinkBox_cont-large {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .homeLinkBox .homeLinkBox_cont-large .homeLinkBox_ttl {
    font-size: 20px;
    letter-spacing: 0.12em;
  }
}

.homeVoice {
  margin-top: 145px;
  padding: 80px 0;
  background: rgba(0, 103, 131, 0.05);
}
@media screen and (max-width: 767px) {
  .homeVoice {
    margin-top: 95px;
  }
}
.homeVoice_container {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
}
.homeVoice_container > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .homeVoice_container > * {
    width: 100%;
  }
}
.homeVoice_imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  position: static;
}
@media screen and (max-width: 767px) {
  .homeVoice_imgBox img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.homeVoice_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 5.2083333333%;
  background: #fff;
  border: 1px solid #E0E0E0;
  font-size: 15px;
  line-height: 1.666;
}
@media screen and (max-width: 767px) {
  .homeVoice_body {
    padding: 25px 20px 35px;
    font-size: 14px;
  }
}
.homeVoice_ttl {
  margin-bottom: 18px;
  color: #006783;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homeVoice_ttl {
    font-size: 18px;
  }
}
.homeVoice_more {
  text-align: center;
  margin-top: 25px;
}

/*
コラム p-share
———————————————————————————————————————— */
.p-column .l-columnList {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .p-column .l-columnList {
    margin-top: 50px;
  }
}

.p-columnCategory {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-columnCategory {
    margin-top: 40px;
    border-bottom: 1px solid #707070;
    position: relative;
  }
}
.p-columnCategory_spToggleBtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-columnCategory_spToggleBtn {
    display: block;
    width: 100%;
    height: 40px;
    text-align: left;
    font-weight: 700;
    position: relative;
  }
  .p-columnCategory_spToggleBtn::before {
    content: "#";
    margin-right: 0.5em;
  }
  .p-columnCategory_spToggleBtn::after {
    content: "";
    display: block;
    width: 10px;
    height: 40px;
    background: url(/assets/image/column/togglebtn_arrow.svg) center/auto no-repeat;
    position: absolute;
    top: 0;
    right: 3px;
  }
  .p-columnCategory_spToggleBtn.is-active::after {
    transform: rotate(180deg);
  }
}
.p-columnCategory ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 8.3333333333%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-columnCategory ul {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .p-columnCategory ul {
    display: none;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #707070;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-columnCategory li.current {
    display: none;
  }
}
.p-columnCategory a {
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-columnCategory a {
    display: block;
    line-height: 2.5;
  }
}
.p-columnCategory a::before {
  content: "#";
  margin-right: 0.5em;
}

/*
コラム詳細 p-columnDetail
———————————————————————————————————————— */
.p-columnDetail_mv {
  padding-top: 33.1944444444%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_mv {
    padding-top: 116%;
  }
}
.p-columnDetail_mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p-columnDetail_head {
  padding: 80px 0 140px;
  border-bottom: 1px solid #707070;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_head {
    padding: 18px 0 35px;
  }
}
.p-columnDetail_time {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_time {
    font-size: 15px;
  }
}
.p-columnDetail_pageTtl {
  margin-top: 30px;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_pageTtl {
    margin-top: 15px;
    font-size: 20px;
  }
}
.p-columnDetail_category {
  margin-top: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_category {
    margin-top: 10px;
  }
}
.p-columnDetail_category a::before {
  content: "#";
  margin-right: 0.5em;
}
@media (hover: hover) {
  .p-columnDetail_category a {
    transition: opacity 0.3s;
  }
  .p-columnDetail_category a:hover {
    opacity: 0.6;
  }
}
.p-columnDetail_catch {
  margin-top: 110px;
  color: #006783;
  font-family: "Shippori Mincho B1", serif;
  font-size: 28px;
  line-height: 1.785;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_catch {
    margin-top: 60px;
    font-size: min(calc(18 / 375 * 100vw), 18px);
    letter-spacing: 0.03em;
  }
}
.p-columnDetail_secTtl {
  font-size: 22px;
  line-height: 1.59;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_secTtl {
    font-size: 18px;
    line-height: 1.666;
  }
}
.p-columnDetail_text {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-columnDetail_text {
    font-size: 15px;
    line-height: 1.866;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .p-columnDetail_text {
    margin-top: 15px;
  }
}
.p-columnDetail_sec01 {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_sec01 {
    display: block;
  }
}
.p-columnDetail_sec01 ._imgBox01 {
  width: 42%;
  max-width: 462px;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_sec01 ._imgBox01 {
    width: 88%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.p-columnDetail_sec01 ._imgBox01 img {
  width: 100%;
}
.p-columnDetail_sec01 ._contbox {
  padding-top: 55px;
  width: 53%;
  max-width: 563px;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_sec01 ._contbox {
    padding-top: 35px;
    width: 100%;
    max-width: 100%;
  }
}
.p-columnDetail_sec01 ._imgBox02 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_sec01 ._imgBox02 {
    margin-top: 15px;
  }
}
.p-columnDetail_sec01 ._imgBox02 img {
  width: 100%;
}
.p-columnDetail_sec02 {
  display: flex;
  gap: 0 4.5454545455%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_sec02 {
    display: block;
    margin-top: 65px;
  }
}
.p-columnDetail_sec02 ._contBox {
  width: 51.1818181818%;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_sec02 ._contBox {
    width: 100%;
  }
}
.p-columnDetail_sec02 ._imgBox {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_sec02 ._imgBox {
    width: 100%;
    margin-top: 15px;
  }
}
.p-columnDetail_sec02 ._imgBox > * {
  width: 47.227926078%;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_sec02 ._imgBox > * {
    width: 47.1641791045%;
  }
}
.p-columnDetail_sec02 ._imgBox img {
  width: 100%;
}
.p-columnDetail_bg {
  margin-top: 140px;
  padding-top: 150px;
  background: url(/assets/image/column/bg.svg) center top/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_bg {
    margin-top: 100px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-columnDetail_sec03 ._hero {
    width: 88%;
    margin: 0 auto;
  }
}
.p-columnDetail_sec03 ._hero img {
  width: 100%;
}
.p-columnDetail_sec03 .p-columnDetail_secTtl {
  margin-top: 105px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_sec03 .p-columnDetail_secTtl {
    margin-top: 35px;
  }
}
.p-columnDetail_sec03 .p-columnDetail_text {
  max-width: 820px;
  margin: 65px auto 0;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_sec03 .p-columnDetail_text {
    margin-top: 15px;
  }
}
.p-columnDetail_sec04 {
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_sec04 {
    display: block;
    margin-top: 15px;
  }
}
.p-columnDetail_sec04 ._imgBox {
  width: 54.0909090909%;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_sec04 ._imgBox {
    width: 100%;
  }
}
.p-columnDetail_sec04 ._contBox {
  padding-top: 40px;
  width: 39.0909090909%;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_sec04 ._contBox {
    width: 100%;
    padding-top: 35px;
  }
}
.p-columnDetail_product {
  margin-top: 200px;
  padding-top: 140px;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_product {
    margin-top: 65px;
    padding-top: 65px;
  }
}
.p-columnDetail_product ._secTtl {
  font-size: 22px;
  line-height: 1.666;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_product ._secTtl {
    font-size: 18px;
  }
}
.p-columnDetail_product ._container {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_product ._container {
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
  }
}
.p-columnDetail_product ._imgBox {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_product ._imgBox {
    width: 88%;
  }
}
.p-columnDetail_product ._imgBox img {
  width: 100%;
}
.p-columnDetail_product ._contBox {
  flex: 1;
  max-width: 534px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_product ._contBox {
    width: 100%;
    max-width: 100%;
    padding-top: 25px;
  }
}
.p-columnDetail_product ._productName {
  color: #006783;
  font-family: "Overpass", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_product ._productName {
    font-size: 18px;
  }
}
.p-columnDetail_product ._overview {
  margin-top: 15px;
}
.p-columnDetail_product ._overview dl {
  display: flex;
}
.p-columnDetail_product ._overview dl + dl {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_product ._overview dl + dl {
    margin-top: 6px;
  }
}
.p-columnDetail_product ._overview dt {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0;
  width: 65px;
}
.p-columnDetail_product ._overview dd {
  flex: 1;
}
.p-columnDetail_product ._overview dd::before {
  content: "：";
}
.p-columnDetail_product ._description {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_product ._description {
    margin-top: 25px;
  }
}
.p-columnDetail_product ._description dt {
  display: flex;
  align-items: baseline;
  gap: 0 14px;
  font-family: "Overpass", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.p-columnDetail_product ._description dt::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #707070;
}
.p-columnDetail_product ._description dd {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.714;
}
.p-columnDetail_product ._onlineStore {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_product ._onlineStore {
    margin-top: 15px;
  }
}
.p-columnDetail_product ._onlineStore a {
  color: #006783;
  font-size: 20px;
}
.p-columnDetail_product ._onlineStore a::after {
  background-image: url(/assets/image/common/arrow_right_blue.svg);
}
.p-columnDetail_listBack {
  margin-top: 300px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-columnDetail_listBack {
    margin-top: 90px;
  }
}

/*
みんなのノート p-share
———————————————————————————————————————— */
@media screen and (min-width: 768px) {
  .p-share .l-inp_read {
    margin-top: 90px;
  }
}
.p-share .l-category {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-share .l-category {
    margin-top: 50px;
  }
}
.p-share .l-shareList {
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .p-share .l-shareList {
    margin-top: 50px;
  }
}

/*
みんなのノート詳細 p-shareDetail
———————————————————————————————————————— */
.p-shareDetail_pageTtl {
  margin: 65px 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shareDetail_pageTtl {
    margin: 25px 0 20px;
  }
}

/*
お知らせ p-news
———————————————————————————————————————— */
.p-news .l-category {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .p-news .l-category {
    margin-top: 50px;
  }
}
.p-news .l-newsList {
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .p-news .l-newsList {
    margin-top: 50px;
  }
}

/*
お知らせ詳細 p-newsDetail
———————————————————————————————————————— */
.p-newsDetail_pageTtl {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-newsDetail_pageTtl {
    margin-top: 15px;
  }
}
.p-newsDetail_pageTtl + .l-post_main {
  margin-top: 25px;
}
.p-newsDetail .l-postBlock {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-newsDetail .l-postBlock {
    margin-top: 30px;
  }
}

/*
OGUNOについて p-about
———————————————————————————————————————— */
.p-about_enTtl {
  color: #006783;
  font-family: "Overpass", sans-serif;
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about_enTtl {
    font-size: 20px;
  }
}
.p-about_secTtl {
  margin-top: 2px;
  color: #959595;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-about_secTtl {
    font-size: 14px;
  }
}
.p-about_inner {
  max-width: 1100px;
}

.p-aboutMv {
  position: relative;
}
.p-aboutMv_ttl {
  width: 100%;
  font-size: min(2.8758169935vw, 26px);
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-aboutMv_ttl {
    font-size: min(4.8vw, 26px);
  }
}
.p-aboutMv img {
  width: 100%;
}

.p-aboutMesseage {
  margin-top: 147px;
}
@media screen and (max-width: 767px) {
  .p-aboutMesseage {
    margin-top: 45px;
  }
}
.p-aboutMesseage_enTtl {
  color: #006783;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-aboutMesseage_enTtl {
    font-size: 18px;
  }
}
.p-aboutMesseage_secttl {
  margin-top: 80px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-aboutMesseage_secttl {
    margin-top: 25px;
    font-size: min(calc(18 / 375 * 100vw), 18px);
    line-height: 1.944;
  }
}
.p-aboutMesseage_cont {
  max-width: 518px;
  margin: 55px auto 0;
}
@media screen and (max-width: 767px) {
  .p-aboutMesseage_cont {
    margin-top: 40px;
  }
}
.p-aboutMesseage_cont p + p {
  margin-top: 1.875em;
}
@media screen and (max-width: 767px) {
  .p-aboutMesseage_cont p + p {
    margin-top: 1.571em;
  }
}

.p-aboutAbout {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .p-aboutAbout {
    margin-top: 100px;
  }
}
.p-aboutAbout_hero {
  width: min(96%, 100% - (100% - 1100px) / 2);
  margin-top: 45px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-aboutAbout_hero {
    margin-top: 15px;
  }
}
.p-aboutAbout_hero img {
  width: 100%;
}
.p-aboutAbout_cont {
  max-width: 880px;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-aboutAbout_cont {
    margin-top: 25px;
  }
}

.p-aboutProducts {
  max-width: 1100px;
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .p-aboutProducts {
    margin-top: 70px;
  }
}
.p-aboutProducts_product {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4.5454545455%;
}
@media screen and (max-width: 767px) {
  .p-aboutProducts_product {
    margin-top: 15px;
  }
}
.p-aboutProducts_product li {
  width: 30.303030303%;
}
@media screen and (max-width: 767px) {
  .p-aboutProducts_product li {
    width: 100%;
  }
}
.p-aboutProducts_product li > div {
  padding-top: 100%;
  border: 1px solid rgba(72, 72, 72, 0.5);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-aboutProducts_product li > div {
    padding-top: 0;
    height: 150px;
  }
}
.p-aboutProducts_product li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 92%;
  height: 92%;
  top: 4%;
  left: 4%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media screen and (max-width: 767px) {
  .p-aboutProducts_product li img {
    -o-object-fit: fill;
       object-fit: fill;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutProducts_product ._mahora img {
    width: 80px;
  }
  .p-aboutProducts_product ._a4a1 img {
    width: 90px;
  }
  .p-aboutProducts_product ._sustainable img {
    width: 179px;
  }
}
.p-aboutProducts_cont {
  max-width: 880px;
  margin: 90px auto 0;
}
@media screen and (max-width: 767px) {
  .p-aboutProducts_cont {
    margin-top: 25px;
  }
}

.p-aboutLogo {
  margin-top: 180px;
  padding: 105px 0 75px;
  background: rgba(0, 103, 131, 0.05);
}
@media screen and (max-width: 767px) {
  .p-aboutLogo {
    margin-top: 65px;
    padding: 40px 0 20px;
  }
}
.p-aboutLogo .inner {
  max-width: 1100px;
}
.p-aboutLogo_container {
  background: #fff;
  margin-top: 45px;
  padding: 65px 20px 82px;
}
@media screen and (max-width: 767px) {
  .p-aboutLogo_container {
    margin-top: 25px;
    padding: 70px 20px 45px;
  }
}
.p-aboutLogo_img {
  text-align: center;
}
.p-aboutLogo_img img {
  width: 104px;
}
@media screen and (max-width: 767px) {
  .p-aboutLogo_img img {
    width: 68px;
  }
}
.p-aboutLogo_read {
  margin-top: 65px;
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-aboutLogo_read {
    width: calc(100% + 4px);
    transform: translateX(-2px);
    font-size: min(calc(18 / 375 * 100vw), 18px);
    letter-spacing: 0.03em;
  }
}
.p-aboutLogo_text {
  max-width: 880px;
  margin: 20px auto 0;
}

/*
受賞歴／メディア掲載 p-media
———————————————————————————————————————— */
.p-media_catch {
  padding: 100px 0 160px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-media_catch {
    padding: 25px 0 50px;
    width: calc(100% + 20px);
    font-size: min(calc(18 / 375 * 100vw), 18px);
    line-height: 1.666;
    letter-spacing: 0.03em;
    transform: translateX(-7px);
  }
}
.p-media_container {
  max-width: 880px;
}
.p-media_typeContainer + .p-media_typeContainer {
  margin-top: 250px;
}
@media screen and (max-width: 767px) {
  .p-media_typeContainer + .p-media_typeContainer {
    margin-top: 130px;
  }
}
.p-media_typeTtl {
  color: #006783;
  font-family: "Overpass", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}

.p-mediaMv {
  position: relative;
}
.p-mediaMv_textBox {
  width: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.p-mediaMv_enTtl {
  font-size: 26px;
  font-weight: 600;
  left: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-mediaMv_enTtl {
    font-size: 22px;
    line-height: 1.3636;
  }
}
.p-mediaMv_ttl {
  margin-top: 5px;
  color: #959595;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-mediaMv_ttl {
    margin-top: 4px;
    font-size: 13px;
  }
}

.p-mediaList > li {
  display: flex;
  gap: 0 5.6818181818%;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-mediaList > li {
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
  }
}
.p-mediaList > li + li {
  margin-top: 100px;
  border-top: 1px dashed rgba(112, 112, 112, 0.5);
}
@media screen and (max-width: 767px) {
  .p-mediaList > li + li {
    margin-top: 70px;
  }
}
.p-mediaList_imgBox {
  width: 208px;
}
.p-mediaList_imgBox > * {
  display: block;
  border: 1px solid rgba(112, 112, 112, 0.5);
  position: relative;
  padding-top: 100%;
}
.p-mediaList_imgBox > * img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}
.p-mediaList_contBox {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-mediaList_contBox {
    width: 100%;
    margin-top: 25px;
  }
}
.p-mediaList_contTtl {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-typeAward .p-mediaList_contTtl {
    font-size: min(calc(20 / 375 * 100vw), 20px);
    text-align: center;
  }
  .p-typeMeia .p-mediaList_contTtl {
    font-size: min(calc(18 / 375 * 100vw), 18px);
  }
}
.p-mediaList_text {
  margin: 12px 0 24px;
}
@media screen and (max-width: 767px) {
  .p-mediaList_text {
    margin: 15px 0 0;
  }
}
.p-mediaList_link {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-mediaList_link {
    margin-top: 40px;
    text-align: center;
  }
}
.p-mediaList_link a {
  display: inline-block;
  width: 222px;
  border: 1px solid #707070;
  letter-spacing: 0.1em;
  line-height: 52px;
  text-align: center;
}
@media (hover: hover) {
  .p-mediaList_link a {
    transition: 0.3s;
  }
  .p-mediaList_link a:hover {
    background: #707070;
    color: #fff;
  }
}
.p-mediaList_time {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  margin-bottom: 10px;
  color: #006783;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-mediaList_time {
    justify-content: center;
  }
}

/*
会社概要 p-company
———————————————————————————————————————— */
.p-company {
  max-width: 950px;
}
.p-company .l-inp_pageTtl {
  letter-spacing: 0.4em;
}
.p-company_link {
  text-align: center;
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .p-company_link {
    margin-top: 60px;
  }
}

.p-companyOverview {
  margin-top: 84px;
  padding-top: 75px;
  border-top: 1px dashed rgba(112, 112, 112, 0.3);
}
@media screen and (max-width: 767px) {
  .p-companyOverview {
    margin-top: 30px;
    padding-top: 40px;
  }
}
.p-companyOverview dl {
  display: flex;
  gap: 0 84px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-companyOverview dl {
    gap: 0 28px;
    font-size: 14px;
    line-height: 1.428;
  }
}
.p-companyOverview dl + dl {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .p-companyOverview dl + dl {
    margin-top: 23px;
  }
}
.p-companyOverview dt {
  display: flex;
  justify-content: space-between;
  width: 84px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-companyOverview dt {
    width: 74px;
  }
}
.p-companyOverview dd {
  flex: 1;
}

/*
取扱店舗一覧 p-shop
———————————————————————————————————————— */
.p-shop {
  max-width: 1100px;
}
.p-shop_headRead {
  margin-top: 60px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-shop_headRead {
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-shop_headNotes {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  margin-top: 20px;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-shop_headNotes {
    margin-top: 5px;
    font-size: 12px;
    text-align: left;
  }
}

.p-shopSearch {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-shopSearch {
    margin-top: 70px;
  }
}
.p-shopSearch_ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-shopSearch_ttl {
    font-size: 16px;
  }
}
.p-shopSearch dl {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-shopSearch dl {
    margin-top: 25px;
  }
}
.p-shopSearch dl + dl {
  padding-top: 43px;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}
@media screen and (max-width: 767px) {
  .p-shopSearch dl + dl {
    margin-top: 40px;
    padding-top: 35px;
  }
}
.p-shopSearch dt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shopSearch dt {
    font-size: 14px;
  }
}
.p-shopSearch dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 2.7727272727%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-shopSearch dd {
    gap: 20px 10px;
  }
}
.p-shopSearch label input {
  display: none;
}
.p-shopSearch label span {
  display: inline-block;
  width: 131px;
  padding-bottom: 1px;
  border: 1px solid #006783;
  border-radius: 20px;
  color: #006783;
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.02em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-shopSearch label span {
    width: 105px;
    font-size: 12px;
    line-height: 24px;
  }
}
.p-shopSearch label input:checked + span {
  background: #006783;
  color: #fff;
}
.p-shopSearch_submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 130px;
  height: 30px;
  margin: 70px auto 0;
  padding: 0;
  background: none;
  box-shadow: 0;
  border: 1px solid #000;
  border-radius: 20px;
  color: inherit;
  font-family: inherit;
  font-size: 15px;
  line-height: 1;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-shopSearch_submit {
    width: 105px;
    margin-top: 50px;
    font-size: 12px;
    line-height: 24px;
  }
}
@media (hover: hover) {
  .p-shopSearch_submit {
    transition: 0.3s;
  }
  .p-shopSearch_submit:hover {
    background: #000;
    color: #fff;
  }
}

.p-shopArea {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .p-shopArea {
    margin-top: 45px;
  }
}
.p-shopArea + .p-shopArea {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .p-shopArea {
    margin-top: 45px;
  }
}
.p-shopArea_ttl {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-shopArea_ttl {
    font-size: 18px;
  }
}

.p-shopAreaDetail {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-shopAreaDetail {
    margin-top: 25px;
  }
}
.p-shopAreaDetail + .p-shopAreaDetail {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .p-shopAreaDetail + .p-shopAreaDetail {
    margin-top: 120px;
  }
}
.p-shopAreaDetail_ttl {
  margin-bottom: 5px;
  color: #006783;
  border-bottom: 1px solid #006783;
  border-left: 4px solid #006783;
  padding: 4px 0 5px 16px;
}
.p-shopAreaDetail_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
  gap: 70px 20px;
}
.p-shopAreaDetail_list > li {
  width: calc((100% - 20px) / 2);
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .p-shopAreaDetail_list > li {
    width: 100%;
    max-width: 100%;
  }
}
.p-shopAreaDetail_shopName {
  font-weight: 700;
  letter-spacing: 0;
}
.p-shopAreaDetail_address {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.666;
}
.p-shopAreaDetail_map {
  display: inline-block;
  width: 55px;
  background: #006783;
  border-radius: 20px;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}
.p-shopAreaDetail_tel {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.666;
}
.p-shopAreaDetail_brand {
  background: #FAFAFA;
  padding: 5px 15px;
  margin-top: 10px;
}
.p-shopAreaDetail_brand dt {
  color: #006783;
  font-size: 14px;
  letter-spacing: 0;
}
.p-shopAreaDetail_brand dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 5%;
}
.p-shopAreaDetail_brandLogo {
  width: 30%;
  height: 100px;
}
.p-shopAreaDetail_brandLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

/*
プライバシーポリシー p-policy
———————————————————————————————————————— */
.p-policy {
  max-width: 950px;
}
.p-policy * {
  letter-spacing: 0.04em;
}
.p-policy_read {
  margin-top: 84px;
  padding: 75px 0 60px;
  border-top: 1px dashed rgba(112, 112, 112, 0.3);
  border-bottom: 1px dashed rgba(112, 112, 112, 0.3);
}
@media screen and (max-width: 767px) {
  .p-policy_read {
    margin-top: 30px;
    padding: 40px 0;
  }
}
.p-policy_container dl {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-policy_container dl {
    margin-top: 40px;
  }
}
.p-policy_container dl + dl {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .p-policy_container dl + dl {
    margin-top: 60px;
  }
}
.p-policy_container dt {
  color: #006783;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-policy_container dt {
    font-size: 15px;
  }
}
.p-policy_container dd {
  margin-top: 20px;
}
.p-policy_container dd p + p {
  margin-top: 18px;
}

.p-policypContact {
  font-size: 16px;
  line-height: 1.944;
  text-align: center;
  margin-top: 110px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-policypContact {
    font-size: 14px;
  }
}
.p-policypContact dt {
  display: flex;
  align-items: center;
  gap: 0 min(3.4722222222vw, 50px);
}
.p-policypContact dt::before, .p-policypContact dt::after {
  content: "";
  flex: 1;
  display: block;
  height: 1px;
  background: rgba(112, 112, 112, 0.5);
}
.p-policypContact dd {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-policypContact dd {
    margin-top: 40px;
  }
}
.p-policypContact_name {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .p-policypContact_name {
    font-size: 18px;
  }
}
.p-policypContact_address {
  margin-top: 25px;
  font: inherit;
}

/*
ログイン p-login
———————————————————————————————————————— */
.p-login {
  max-width: 950px;
}
.p-login_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #006783;
  margin-top: 90px;
  padding: 100px 20px 65px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-login_container {
    padding: 60px 20px;
  }
}
.p-login_container a {
  color: #fff;
}
.p-login_enTtl {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-login_enTtl {
    font-size: 24px;
  }
}
.p-login_ttl {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-login_ttl {
    font-size: 16px;
  }
}
.p-login_read {
  margin-top: 35px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-login_read {
    font-size: 14px;
  }
}
.p-login_form {
  display: flex;
  width: 100%;
  max-width: 453px;
  margin-top: 40px;
  position: relative;
}
.p-login_form p {
  width: 124px;
  background: #000;
  padding-top: 8px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-login_form p {
    width: 90px;
    padding-top: 10px;
    font-size: 14px;
  }
}
.p-login_form input[type=password] {
  flex: 1;
  height: 30px;
  background: #fff;
  border: 1px solid rgba(112, 112, 112, 0.5);
}
.p-login_form button[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.p-login_notes {
  margin-top: 45px;
  font-size: 14px;
  line-height: 1.428;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-login_notes {
    font-size: 13px;
  }
}
.p-login_notes a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/*
販促ツールダウンロード p-tools
———————————————————————————————————————— */
.p-tools_read {
  margin-top: 70px;
  text-align: center;
}
.p-tools .l-category {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .p-tools .l-category {
    margin-top: 50px;
  }
}

.p-toolsList {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 20px;
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .p-toolsList {
    margin-top: 50px;
    gap: 40px 10px;
  }
}
.p-toolsList li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 60px) / 4);
  border: 1px solid rgba(112, 112, 112, 0.5);
}
@media screen and (max-width: 767px) {
  .p-toolsList li {
    width: calc((100% - 10px) / 2);
  }
}
.p-toolsList_img {
  width: 100%;
}
.p-toolsList_img div {
  position: relative;
  padding-top: 70.1754385965%;
}
.p-toolsList_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p-toolsList_contBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 20px 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-toolsList_contBox {
    padding: 20px 10px;
  }
}
.p-toolsList_category {
  display: inline-block;
  min-width: 126px;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 2px 5px 4px;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-toolsList_category {
    font-size: 13px;
    min-width: 100px;
  }
}
.p-toolsList_size {
  margin-top: 5px;
  color: #6C6C6C;
}
@media screen and (max-width: 767px) {
  .p-toolsList_size {
    font-size: 13px;
  }
}
.p-toolsList_ttl {
  margin: 10px 0 40px;
  padding-top: 10px;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-toolsList_ttl {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.p-toolsList_download {
  margin-top: auto;
  width: 100%;
  max-width: 126px;
}
.p-toolsList_download a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  background: url(/assets/image/tools/arrow_download.svg) right 14px center/auto no-repeat;
}
@media (hover: hover) {
  .p-toolsList_download a {
    transition: opacity 0.3s;
  }
  .p-toolsList_download a:hover {
    opacity: 0.6;
  }
}

/*
ご利用者の声 p-voice
———————————————————————————————————————— */
.p-voice .l-category {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .p-voice .l-category {
    margin-top: 50px;
  }
  .p-voice .l-category_list {
    padding-top: 0;
  }
}
@media (hover: hover) {
  .p-voice .l-category a:hover {
    opacity: 1;
  }
}
.p-voice_ttlIcon {
  margin-bottom: 20px;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-voice_ttlIcon {
    margin-bottom: 10px;
  }
  .p-voice_ttlIcon img {
    width: 60px;
  }
}
.p-voice_container {
  margin-top: 170px;
  padding: 124px 0 148px;
  background: rgba(0, 103, 131, 0.05);
}
@media screen and (max-width: 767px) {
  .p-voice_container {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.p-voice_moreBtn {
  display: block;
  width: 222px;
  height: 54px;
  margin: 170px auto 0;
  background: #fff url(/assets/image/voice/more_arrow.svg) right 26px center/auto no-repeat;
  border: 1px solid #006783;
  border-radius: 30px;
  color: #006783;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
@media (hover: hover) {
  .p-voice_moreBtn {
    transition: 0.3s;
  }
  .p-voice_moreBtn:hover {
    background-color: #006783;
    background-image: url(/assets/image/voice/more_arrow_white.svg);
    border-radius: 0;
    color: #fff;
  }
}
.p-voice_categoryCont {
  display: none;
}
.p-voice_categoryCont.is-current {
  display: block;
}

.p-voiceList li {
  position: relative;
  background: #fff;
  padding: 45px 50px 50px;
}
@media screen and (max-width: 767px) {
  .p-voiceList li {
    padding: 20px;
  }
}
.p-voiceList li:nth-child(n+6) {
  display: none;
}
.p-voiceList li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 86px;
}
@media screen and (max-width: 767px) {
  .p-voiceList li::before {
    left: 20px;
    border-width: 20px 10px 0 10px;
  }
}
.p-voiceList li + li {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-voiceList li + li {
    margin-top: 60px;
  }
}
.p-voiceList_ttl {
  padding-bottom: 15px;
  color: #006783;
  font-size: 22px;
  line-height: 1.59;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
@media screen and (max-width: 767px) {
  .p-voiceList_ttl {
    font-size: 18px;
  }
}
.p-voiceList_contBox {
  min-width: 100px;
  margin-top: 35px;
  padding-left: 130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voiceList_contBox {
    margin-top: 15px;
    padding-left: 0;
  }
}
.p-voiceList_avatar {
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-voiceList_avatar {
    display: block;
    width: 60px;
    margin: 0 auto 10px;
    position: static;
  }
}
.p-voiceList_category {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  min-width: 158px;
  margin-top: 15px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voiceList_category {
    margin-inline: auto;
  }
}

/*
お問い合わせ contact
———————————————————————————————————————— */
.p-contact .l-form {
  max-width: 700px;
  margin: 150px auto 0;
}
@media screen and (max-width: 767px) {
  .p-contact .l-form {
    margin-top: 60px;
  }
}

.p-confirm .l-form {
  max-width: 700px;
  margin: 120px auto 0;
}
@media screen and (max-width: 767px) {
  .p-confirm .l-form {
    margin-top: 60px;
  }
}

.p-complet_ttl {
  margin-top: 260px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-complet_ttl {
    margin-top: 70px;
    font-size: 16px;
  }
}
.p-complet .l-inp_read {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-complet .l-form_acttions {
    margin-top: 140px;
  }
}

.p-request_ttlIcon {
  margin: 120px 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-request_ttlIcon {
    margin-top: 90px;
  }
  .p-request_ttlIcon img {
    width: 104px;
  }
}
.p-request_pageTtl {
  color: #006783;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-request_pageTtl {
    font-size: 18px;
  }
}
.p-request .l-inp_read {
  max-width: 622px;
}
@media screen and (max-width: 767px) {
  .p-request .l-inp_read {
    margin-top: 40px;
  }
}
.p-request_container {
  max-width: 1100px;
  margin: 180px auto 0;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}
@media screen and (max-width: 767px) {
  .p-request_container {
    margin-top: 65px;
  }
}
.p-request_contBox {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.p-request_contTtl {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-request_contTtl {
    font-size: 16px;
  }
}
.p-request .l-form {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-request .l-form {
    margin-top: 65px;
  }
}
.p-request_foot {
  max-width: 700px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .p-request_foot {
    margin-top: 50px;
  }
}
.p-request_foot p {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-request_foot p {
    font-size: 13px;
    line-height: 1.538;
  }
}
.p-request_foot p + p {
  margin-top: 16px;
}

.p-requestListen .p-request_contTtl {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-requestListen .p-request_contTtl {
    margin-bottom: 30px;
  }
}
.p-requestListen dl {
  display: block;
}
.p-requestListen dl + dl {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .p-requestListen dl + dl {
    margin-top: 60px;
  }
}
.p-requestListen dt {
  width: 100%;
  padding: 0 0 15px;
  text-align: center;
}
.p-requestListen dt._underLine {
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
@media screen and (max-width: 767px) {
  .p-requestListen dt {
    padding-bottom: 5px;
    font-size: 15px;
  }
}
.p-requestListen textarea {
  height: 370px;
  border-color: #707070;
}
.p-requestListen .l-form_radiobox {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-requestListen .l-form_radiobox {
    margin-top: 25px;
  }
}

.p-requestProfile {
  margin-top: 150px;
  padding-top: 145px;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}
@media screen and (max-width: 767px) {
  .p-requestProfile {
    margin-top: 70px;
    padding-top: 65px;
  }
}
.p-requestProfile_read {
  margin: 35px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-requestProfile_read {
    margin: 20px 0 45px;
  }
}
.p-requestProfile_read p {
  letter-spacing: 0.04em;
  line-height: 1.571;
}
@media screen and (max-width: 767px) {
  .p-requestProfile_read p {
    font-size: 14px;
  }
}
.p-requestProfile_read ._notes {
  margin-top: 10px;
  color: #959595;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-requestProfile_read ._notes {
    font-size: 13px;
    line-height: 1.538;
  }
}
.p-requestProfile_read a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.p-requestProfile .l-form_radiobox {
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px 55px;
}

.p-requestConfirm .p-request_pageTtl {
  margin-top: 240px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-requestConfirm .p-request_pageTtl {
    margin-top: 60px;
  }
}
.p-requestConfirm .l-inp_read {
  margin-top: 30px;
}
.p-requestConfirm .p-requestListen dl + dl {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-requestConfirm .p-requestListen dl + dl {
    margin-top: 60px;
  }
}
.p-requestConfirm .p-requestListen dd {
  margin-top: 35px;
}
.p-requestConfirm .p-requestProfile {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .p-requestConfirm .p-requestProfile {
    margin-top: 100px;
    padding-top: 100px;
  }
}
.p-requestConfirm .p-requestProfile .p-request_contTtl {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-requestConfirm .p-requestProfile .p-request_contTtl {
    margin-bottom: 50px;
  }
}

/*
まほらノートp-mahoraMv
———————————————————————————————————————— */
.p-mahora_catch {
  padding: 110px 0 90px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.666;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
@media screen and (max-width: 767px) {
  .p-mahora_catch {
    font-size: min(calc(16 / 375 * 100vw), 16px);
    padding: 40px 0;
  }
}
.p-mahora_ttlBox {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  padding-bottom: 18px;
  color: #959595;
}
.p-mahora_ttlBox_en {
  color: #523E35;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}
.p-mahora_text {
  line-height: 2;
  letter-spacing: 0.075em;
}
.p-mahora_makerTtl {
  font-size: 20px;
  line-height: 1.66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mahora_makerTtl {
    font-size: min(calc(18 / 375 * 100vw), 18px);
  }
}
.p-mahora_makerTtl > span {
  letter-spacing: 0.1em;
  background: linear-gradient(transparent 60%, #FFF352 60%, #FFF352 90%, transparent 90%);
}
.p-mahora_makerTtl + .p-mahora_text {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-mahora_makerTtl + .p-mahora_text {
    margin-top: 30px;
  }
}

.p-mahoraMv img {
  width: 100%;
}

.p-mahoraIntro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 145px;
}
@media screen and (max-width: 767px) {
  .p-mahoraIntro {
    display: block;
    margin-top: 40px;
  }
}
.p-mahoraIntro_contBox {
  width: 45.4545454545%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-mahoraIntro_contBox {
    width: 100%;
  }
}
.p-mahoraIntro_contBox p {
  letter-spacing: 0.075em;
}
.p-mahoraIntro_logo {
  padding: 70px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mahoraIntro_logo {
    padding: 0 0 30px;
  }
  .p-mahoraIntro_logo img {
    width: 100px;
  }
}
.p-mahoraIntro_imgBox {
  width: 45.4545454545%;
}
@media screen and (max-width: 767px) {
  .p-mahoraIntro_imgBox {
    width: 100%;
    margin-top: 20px;
  }
}

.p-mahoraFeatures {
  margin-top: 145px;
}
@media screen and (max-width: 767px) {
  .p-mahoraFeatures {
    margin-top: 70px;
  }
}
.p-mahoraFeatures_inner {
  padding-left: 33px;
  padding-right: 33px;
}
@media screen and (max-width: 767px) {
  .p-mahoraFeatures_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-mahoraFeatures_boderSec {
  margin-top: 90px;
  padding-top: 90px;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
}
@media screen and (max-width: 767px) {
  .p-mahoraFeatures_boderSec {
    margin-top: 70px;
    padding-top: 70px;
  }
}
.p-mahoraFeatures_caption {
  margin-top: 10px;
  color: #959595;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-mahoraFeatures_caption {
    font-size: 12px;
  }
}

.p-mahoraProduct {
  display: flex;
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .p-mahoraProduct {
    display: block;
    margin-top: 40px;
  }
}
.p-mahoraProduct > li {
  width: 33.3333333333%;
  text-align: center;
  padding: 10px 10px 25px;
}
@media screen and (max-width: 767px) {
  .p-mahoraProduct > li {
    width: 100%;
  }
}
.p-mahoraProduct ._lemon {
  background: #F9EED9;
}
.p-mahoraProduct ._lavender {
  background: #ECDBE1;
}
.p-mahoraProduct ._mint {
  background: #D9EDE7;
}
.p-mahoraProduct_img {
  width: 350px;
}
.p-mahoraProduct_text {
  margin-top: 25px;
}

.p-mahoraDesign {
  margin-top: 75px;
}
.p-mahoraDesign_imgBox {
  display: flex;
  align-items: flex-start;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-mahoraDesign_imgBox {
    margin-top: 20px;
  }
}
.p-mahoraDesign_imgBox > * {
  width: 50%;
}

.p-mahoraInside_list {
  display: flex;
  justify-content: space-between;
  margin: 75px 0 55px;
}
@media screen and (max-width: 767px) {
  .p-mahoraInside_list {
    margin: 40px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-mahoraInside_list {
    flex-direction: column;
    gap: 30px 0;
  }
}
.p-mahoraInside_list > li {
  width: 32%;
  max-width: 292px;
}
@media screen and (max-width: 767px) {
  .p-mahoraInside_list > li {
    width: 100%;
    max-width: 100%;
  }
}
.p-mahoraInside_list img {
  width: 100%;
}
.p-mahoraInside_list p {
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mahoraInside_list p {
    font-size: 14px;
    margin-top: 10px;
  }
}

.p-mahoraRuledline_cont {
  max-width: 908px;
  margin: 90px auto 0;
}
@media screen and (max-width: 767px) {
  .p-mahoraRuledline_cont {
    margin-top: 40px;
  }
}
.p-mahoraRuledline_contHead {
  display: flex;
  align-items: center;
  gap: 0 46px;
}
@media screen and (max-width: 767px) {
  .p-mahoraRuledline_contHead {
    flex-direction: column;
    align-items: center;
  }
}
.p-mahoraRuledline_contTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 186px;
  border: 1px solid #523E35;
  border-radius: 50%;
  color: #523E35;
  font-size: 20px;
  line-height: 1.5;
  padding-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mahoraRuledline_contTtl {
    width: 100%;
    height: 40px;
    font-size: 16px;
    margin-bottom: 20px;
    padding-top: 0;
    border-radius: 8px;
  }
  .p-mahoraRuledline_contTtl br {
    display: none;
  }
}
.p-mahoraRuledline_imgBox {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 666px;
}
@media screen and (max-width: 767px) {
  .p-mahoraRuledline_imgBox {
    width: 100%;
    max-width: 100%;
  }
}
.p-mahoraRuledline_imgBox > * {
  width: 47.7477477477%;
}

.p-mahoraBinding_container {
  max-width: 908px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-mahoraBinding_container {
    display: block;
  }
}
.p-mahoraBinding_contBox {
  flex: 1;
  max-width: 498px;
}
@media screen and (max-width: 767px) {
  .p-mahoraBinding_contBox {
    max-width: 100%;
  }
}
.p-mahoraBinding .p-mahora_makerTtl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-mahoraBinding .p-mahora_makerTtl {
    text-align: center;
  }
}
.p-mahoraBinding_imgBox {
  width: 36.3436123348%;
}
@media screen and (max-width: 767px) {
  .p-mahoraBinding_imgBox {
    width: 80%;
    max-width: 400px;
    margin: 20px auto 0;
  }
}

.p-mahoraSize {
  margin-top: 130px;
  background: rgba(0, 103, 131, 0.05);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mahoraSize {
    margin-top: 70px;
    padding: 60px 0 40px;
  }
}
.p-mahoraSize_contBox {
  padding-top: 7.6388888889vw;
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-mahoraSize_contBox {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-mahoraSize .p-mahora_makerTtl {
    text-align: left;
  }
}
.p-mahoraSize_imgBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-top: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  .p-mahoraSize_imgBox {
    width: 100%;
    padding: 0 20px;
    gap: 10px 10px;
    margin-top: 20px;
  }
}
.p-mahoraSize_imgBox > * {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .p-mahoraSize_imgBox > * {
    width: calc(50% - 5px);
  }
}
.p-mahoraSize_imgBox .p-mahoraSize_imglarge {
  width: 44.44%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-mahoraSize_imgBox .p-mahoraSize_imglarge {
    position: static;
    width: 100%;
  }
}

.p-mahoraLinup {
  margin-top: 100px;
  padding: 0 33px;
}
@media screen and (max-width: 767px) {
  .p-mahoraLinup {
    margin-top: 70px;
    padding: 0;
  }
}
.p-mahoraLinup_ttl {
  color: #006783;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mahoraLinup_ttl {
    font-size: 20px;
  }
}
.p-mahoraLinup_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9013539652%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-mahoraLinup_list {
    gap: 30px 0;
    justify-content: space-between;
    margin-top: 30px;
  }
}
.p-mahoraLinup_list li {
  width: 22.8239845261%;
}
@media screen and (max-width: 767px) {
  .p-mahoraLinup_list li {
    width: 48%;
  }
}
.p-mahoraLinup_list .p-mahora_makerTtl {
  margin: 15px 0 5px;
}
@media screen and (max-width: 767px) {
  .p-mahoraLinup_list .p-mahora_makerTtl {
    margin: 10px 0 0;
  }
}
.p-mahoraLinup_list p {
  letter-spacing: 0.1em;
}

.p-mahoraSeat {
  margin-top: 220px;
}
@media screen and (max-width: 767px) {
  .p-mahoraSeat {
    margin-top: 100px;
  }
}
.p-mahoraSeat_mv img {
  width: 100%;
}
.p-mahoraSeat_container {
  max-width: 1020px;
  margin: 0 auto;
}
.p-mahoraSeat_product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 105px;
}
@media screen and (max-width: 767px) {
  .p-mahoraSeat_product {
    gap: 50px 0;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
}
.p-mahoraSeat_product > li {
  width: 32%;
  max-width: 273px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mahoraSeat_product > li {
    width: 88%;
    max-width: 100%;
  }
}
.p-mahoraSeat_product > li p {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-mahoraSeat_product > li p {
    margin-top: 20px;
  }
}
.p-mahoraSeat_product::after {
  content: "";
  width: 32%;
  max-width: 273px;
}
@media screen and (max-width: 767px) {
  .p-mahoraSeat_product::after {
    display: none;
  }
}
.p-mahoraSeat_col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-mahoraSeat_col2 {
    display: block;
  }
}
.p-mahoraSeat_col2 > * {
  width: 46%;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-mahoraSeat_col2 > * {
    width: 100%;
    margin-top: 70px;
  }
}
.p-mahoraSeat_col2 .p-mahora_text {
  margin-top: 25px;
}

.p-mahoraSeatFeauture_list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.p-mahoraSeatFeauture_list .p-mahora_makerTtl {
  font-size: 16px;
  margin: 10px 0;
}
.p-mahoraSeatFeauture_list li {
  width: 46%;
  max-width: 212px;
  font-size: 14px;
  line-height: 1.571;
}
@media screen and (max-width: 767px) {
  .p-mahoraSeatFeauture_list li {
    font-size: 13px;
  }
}

.p-mahoraSeatGuide_imgBox {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-mahoraSeatGuide_imgBox {
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */