@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;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-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 {
  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 {
  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 {
  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 (min-width: 901px) {
  .spLg {
    display: none !important;
  }
}

@media screen and (max-width: 900px) {
  .pcLg {
    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;
}

.c-blue {
  color: #006783;
}

@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-rounded.-comingsoon {
  pointer-events: none;
  background: #959595;
  border-color: #959595;
  color: #fff;
}
.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;
}
@media screen and (max-width: 767px) {
  .inner-1100 {
    width: calc(100% - 40px);
  }
}

.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;
  }
}

.m-searchFadeIn {
  animation: searchFadeIn 1s forwards;
}

@keyframes searchFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.m-fadeIn {
  opacity: 0;
  transform: translateY(60px);
}
.m-fadeIn.is-on {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s, opacity 1.4s;
}

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

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

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

.header {
  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;
}
.header.is-brand {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: top 0.3s;
}
.header.is-brand.is-headlineHide {
  top: 0 !important;
}

/*
メニュー menu
———————————————————————————————————————— */
@media screen and (min-width: 901px) {
  .menu {
    display: block !important;
  }
  .menu .l-cooperation {
    display: none;
  }
}
@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;
  }
  .menu .l-cooperation {
    background-color: #E1ECF0;
    color: #000;
  }
  .menu .l-cooperation a {
    width: 147px;
    height: 31px;
    display: flex;
  }
}

.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_x.svg);
}
@media screen and (max-width: 900px) {
  .menuFollow a._twitter {
    background-image: url(/assets/image/common/icon_x_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);
  }
}
.menuFollow a._youtube {
  padding-left: 20px;
  background-image: url(/assets/image/common/icon_youtube.svg);
}
@media screen and (max-width: 900px) {
  .menuFollow a._youtube {
    background-image: url(/assets/image/common/icon_youtube_white.svg);
  }
}
@media screen and (max-width: 900px) {
  .menuFollow {
    margin-top: 50px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 0;
    max-width: 335px;
    font-size: 12px;
  }
  .menuFollow dt {
    width: min(30.9333333333vw, 116px);
  }
  .menuFollow dd {
    flex: 1;
  }
  .menuFollow ul {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px 0;
    max-width: 380px;
  }
  .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(11px, 0.9722222222vw, 14px);
}
@media (hover: hover) {
  .menuPc_sub ul a {
    transition: opacity 0.3s;
  }
  .menuPc_sub ul a:hover {
    opacity: 0.6;
  }
}
.menuPc_sub ul .-commingsoon a {
  color: #999;
  pointer-events: none;
}
.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 .-commingsoon a {
  color: #ccc;
  pointer-events: none;
}
.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;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 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;
}
@media screen and (max-width: 767px) {
  .fixed a > span {
    font-size: min(3.2vw, 12px);
  }
}
.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.is-show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s;
}

.onlineShop {
  padding-top: 105px;
}
@media screen and (max-width: 767px) {
  .onlineShop.l-popup {
    align-items: flex-start;
    padding: 30px 0 0;
  }
}
.onlineShop .l-popup_container {
  max-height: 100%;
}
.onlineShop .l-popup_close {
  width: 28px;
  height: 28px;
  top: 16px;
  right: 16px;
}
@media screen and (max-width: 767px) {
  .onlineShop .l-popup_close::before, .onlineShop .l-popup_close::after {
    width: 28px;
  }
}
@media screen and (min-width: 768px) {
  .onlineShop .l-popup_textBox {
    margin-top: 30px;
  }
}
.onlineShop .l-popup_textBox p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .onlineShop .l-popup_textBox p {
    font-size: 14px;
    line-height: 1.6428;
  }
}
.onlineShop .l-popup_foot {
  display: flex;
  justify-content: center;
  gap: 20px 107px;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .onlineShop .l-popup_foot {
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    padding: 25px 0;
  }
}
.onlineShop .l-popup_foot a {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .onlineShop .l-popup_foot a {
    height: 56px;
  }
  .onlineShop .l-popup_foot a .font-en {
    font-size: 15px;
  }
}
.onlineShop .l-popup_foot .font-en {
  margin-bottom: 0;
}
.onlineShop a.onlineShop_base, .onlineShop a.onlineShop_amazon {
  padding-top: 2px;
  background-color: #fff;
  color: #000;
  transition: 0.3s;
}
.onlineShop a.onlineShop_base::before, .onlineShop a.onlineShop_amazon::before {
  transition: 0.3s;
}
.onlineShop a.onlineShop_base:hover, .onlineShop a.onlineShop_amazon:hover {
  border-radius: 0;
  color: #fff;
}
.onlineShop a.onlineShop_base {
  border: 2px solid #006783;
}
.onlineShop a.onlineShop_base::before {
  background-image: url(/assets/image/common/fixed_cart_blue.svg);
}
.onlineShop a.onlineShop_base:hover {
  background-color: #006783;
}
.onlineShop a.onlineShop_base:hover::before {
  background-image: url(/assets/image/common/fixed_cart.svg);
}
.onlineShop a.onlineShop_amazon {
  border: 2px solid #F49F00;
}
.onlineShop a.onlineShop_amazon::before {
  background-image: url(/assets/image/common/fixed_cart_orange.svg);
}
.onlineShop a.onlineShop_amazon:hover {
  background-color: #F49F00;
}
.onlineShop a.onlineShop_amazon:hover::before {
  background-image: url(/assets/image/common/fixed_cart.svg);
}

/*
フッター 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;
  z-index: 8;
}
@media screen and (max-width: 767px) {
  .footer_topto {
    position: fixed;
    top: auto;
    right: 20px;
    bottom: 68px;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .footer_topto.is-show {
    opacity: 1;
  }
}
.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_container .-commingsoon a {
  color: #bbb;
  pointer-events: none;
}
.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: 20px;
  padding-top: 35px;
  border-top: 1px solid #E0E0E0;
}
@media screen and (max-width: 900px) {
  .footer_navfoot {
    gap: 34px 0;
    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px solid #707070;
  }
}
.footer_followList {
  display: flex;
  gap: 0 min(4.8611111111vw, 70px);
}
@media screen and (max-width: 900px) {
  .footer_followList {
    width: 100%;
    gap: 0 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_followList dt {
    width: 92px;
  }
  .footer_followList dd {
    flex: 1;
  }
}
.footer_followList ul {
  display: flex;
  gap: 0 min(2.7777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  .footer_followList ul {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px min(13.3333333333vw, 50px);
  }
}
.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_x.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_followList a._youtube {
  padding-left: 19px;
  background-image: url(/assets/image/common/icon_youtube.svg);
  background-size: 13px auto;
}
.footer_policy {
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .footer_policy {
    margin-left: 0;
  }
}
.footer_copylight {
  display: block;
  font-size: 12px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer_copylight {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    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;
  color: #6C6C6C;
  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;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .l-shareList_ttl {
    margin-top: 6px;
    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: -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);
    min-width: 0;
    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::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_ttl {
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 1.666;
}
@media screen and (max-width: 767px) {
  .l-postBlock_ttl {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.l-postBlock_ttlBoder {
  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_ttlBoder {
    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(18 / 375 * 100vw, 18px);
    letter-spacing: 0;
  }
}
.l-recommendPost .l-shareList {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .l-recommendPost .l-shareList {
    gap: 80px 6.4516129032%;
  }
}
@media screen and (max-width: 767px) {
  .l-recommendPost .l-shareList {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-recommendPost .l-shareList > li {
    width: 29.0322580645%;
  }
}

.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: min(25vw, 300px);
}
@media screen and (max-width: 767px) {
  .l-shopLink {
    margin-top: 100px;
  }
}
.l-shopLink a {
  display: block;
  border: 1px solid #006783;
  color: #006783;
  padding: 48px 20px 24px;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-shopLink a {
    padding: 40px 10px 43px;
  }
}
.l-shopLink a:hover {
  color: #fff;
  background: #006783;
}
.l-shopLink_ttl {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.l-popup {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-popup_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-popup_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 32px;
  right: 34px;
  z-index: 3;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-popup_close {
    top: 5px;
    right: 10px;
  }
}
.l-popup_close::before, .l-popup_close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #006783;
  position: absolute;
  top: 50%;
  left: 0;
}
.l-popup_close::before {
  transform: rotate(45deg);
}
.l-popup_close::after {
  transform: rotate(-45deg);
}
.l-popup_container {
  width: 90%;
  max-width: 908px;
  max-height: 90%;
  padding-top: 70px;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .l-popup_container {
    padding-top: 45px;
  }
}
.l-popup_container::-webkit-scrollbar {
  display: none;
}
.l-popup_ttl {
  color: #006783;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.66666;
}
@media screen and (max-width: 767px) {
  .l-popup_ttl {
    font-size: min(5.3333333333vw, 20px);
  }
}
.l-popup_textBox {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8333333333;
}
@media screen and (max-width: 767px) {
  .l-popup_textBox {
    font-size: min(3.7333333333vw, 14px);
    line-height: 1.5;
  }
}
.l-popup_textBox p + p {
  margin-top: 1em;
}
.l-popup_foot {
  background: rgba(0, 103, 131, 0.05);
  padding: 30px 0;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .l-popup_foot {
    margin-top: 20px;
    padding: 15px 0;
  }
}
.l-popup_foot a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  width: 221px;
  height: 72px;
  margin: 0 auto;
  background: #006783;
  border-radius: 36px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-popup_foot a {
    width: 50%;
    height: 46px;
    padding-right: 5px;
    font-size: min(3.2vw, 12px);
  }
}
.l-popup_foot a .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) {
  .l-popup_foot a .font-en {
    font-size: min(3.2vw, 12px);
  }
}
.l-popup_foot a::before {
  content: "";
  width: 45px;
  height: 36px;
  background: url(/assets/image/common//fixed_cart.svg) left center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .l-popup_foot a::before {
    width: 33px;
    height: 28px;
  }
}

.l-cooperation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 25px 30px;
  margin-top: 30px;
  background: #F2F7F9;
  border-radius: 21px;
  padding: 7px 15px 7px 20px;
  font-size: 13px;
  line-height: 1.692;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .l-cooperation {
    flex-direction: column;
    align-items: center;
    padding: 10px 18px 25px;
    text-align: left;
  }
}
.l-cooperation p {
  flex: 1;
}
.l-cooperation_link {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 30px;
}
@media screen and (max-width: 580px) {
  .l-cooperation_link {
    flex-direction: column;
    align-items: center;
  }
}
.l-cooperation_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 28px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 0;
}

.l-searchFade {
  opacity: 0;
  animation: mediaMv 0.2s 1s forwards;
}
@keyframes mediaMv {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.l-maintenance {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .l-maintenance {
    padding-top: 100px;
  }
}
.l-maintenance_ttl {
  color: #006783;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-maintenance_ttl {
    font-size: 20px;
  }
}
.l-maintenance_content {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.l-maintenance_content .sp-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-maintenance_content {
    font-size: 14px;
  }
  .l-maintenance_content .sp-none {
    display: block;
  }
}

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

トップページ home
コラム p-column
コラム詳細 p-columnDetail
みんなのノート p-share
みんなのノート詳細 p-shareDetail
お知らせ p-news
お知らせ詳細 p-newsDetail
OGUNOについて p-about
受賞歴／メディア掲載 p-media
会社概要 p-company
取扱店舗一覧 p-shop
プライバシーポリシー p-policy
ログイン p-login
販促ツールダウンロード p-tools
ご利用者の声 p-voice
お問い合わせ contact
まほらノート p-mahora

商品 p-itme
A4→A1ノート p-a4a1
サステナブルパッド p-sustainablepad

======================================== */
/*
トップページ 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;
}
.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(22 / 375 * 100vw, 22px);
    letter-spacing: 0.15em;
    left: 20px;
    transform: translate(0, -50%);
  }
}
.homeMv video {
  width: 100%;
  vertical-align: middle;
}

.homeIntro {
  padding: 100px 0 44px;
  background: rgba(0, 103, 131, 0.05);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .homeIntro {
    padding: 30px 0 40px;
  }
}
.homeIntro_slide {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .homeIntro_slide {
    width: 84vw;
  }
}
.homeIntro_more {
  display: none;
}
@media screen and (max-width: 767px) {
  .homeIntro_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 22px;
    border: 1px solid #000;
    border-radius: 12px;
    padding-bottom: 2px;
    position: absolute;
    left: 50%;
    bottom: 10%;
    z-index: 2;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 1;
    transform: translateX(-50%);
    pointer-events: none;
  }
}
.homeIntro .splide img {
  width: 100%;
}
.homeIntro .splide__track {
  overflow: visible;
}
.homeIntro .splide__arrow {
  position: absolute;
  top: calc(50% - 33px);
  z-index: 2;
  transform: translateY(-50%);
}
.homeIntro .splide__arrow--prev {
  left: 18.8888888889vw;
}
@media screen and (max-width: 767px) {
  .homeIntro .splide__arrow--prev {
    left: -5.33vw;
  }
}
.homeIntro .splide__arrow--next {
  right: 18.8888888889vw;
}
@media screen and (max-width: 767px) {
  .homeIntro .splide__arrow--next {
    right: -5.33vw;
  }
}
.homeIntro .splide__pagination {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  width: 100%;
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .homeIntro .splide__pagination {
    margin-top: 15px;
  }
}
.homeIntro .splide__pagination li {
  line-height: 0;
}
.homeIntro .splide__pagination button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  width: 12px;
  height: 12px;
  border: 1px solid #006783;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .homeIntro .splide__pagination button {
    width: 10px;
    height: 10px;
  }
}
.homeIntro .splide__pagination button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .homeIntro .splide__pagination button::before {
    width: 16px;
    height: 16px;
  }
}
.homeIntro .splide__pagination button.is-active {
  background: #006783;
}
.homeIntro .splide a {
  display: block;
  width: 100%;
}
@media (hover: hover) {
  .homeIntro .splide a {
    transition: opacity 0.3s;
  }
  .homeIntro .splide a:hover {
    opacity: 0.7;
  }
}

.homePick {
  margin-top: 70px;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .homePick {
    margin-top: 100px;
  }
}
.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: 100px;
  }
}
.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: 50px auto 0;
  max-width: 783px;
}
@media screen and (max-width: 767px) {
  .homeProducts_list {
    gap: 100px 0;
  }
}
.homeProducts_list > * {
  width: 46.9987228608%;
  font-size: 15px;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .homeProducts_list > * {
    width: 100%;
    font-size: 14px;
  }
}
.homeProducts_list a {
  display: block;
}
@media (hover: hover) {
  .homeProducts_list a:hover .btn-rounded {
    background: #000;
    border-radius: 0;
    color: #fff;
  }
}
.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 {
  display: block;
  margin: 25px auto 0;
}

.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-column
———————————————————————————————————————— */
.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(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-aboutMv {
  position: relative;
}
.p-aboutMv_textBox {
  padding-top: 20px;
  position: absolute;
  top: 50%;
  left: 14.9%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-aboutMv_textBox {
    width: 100%;
    padding-top: 0;
    top: 19%;
    left: 0;
    transform: none;
    text-align: center;
  }
}
.p-aboutMv_enTtl {
  color: #006783;
  font-size: 26px;
  font-weight: 600;
  left: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-aboutMv_enTtl {
    font-size: 25px;
    line-height: 1.3636;
    letter-spacing: 0.02em;
  }
}
.p-aboutMv_ttl {
  margin-top: 5px;
  color: #959595;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-aboutMv_ttl {
    margin-top: 4px;
    font-size: 13px;
  }
}
.p-aboutMv img {
  width: 100%;
}

.p-aboutIntro {
  padding: 150px 0 132px;
}
@media screen and (max-width: 767px) {
  .p-aboutIntro {
    padding: 43px 0 50px;
  }
}
.p-aboutIntro_ttl {
  color: #006783;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-aboutIntro_ttl {
    font-size: 20px;
    line-height: 1.5;
  }
}
.p-aboutIntro_text {
  max-width: 840px;
  margin: 36px auto 0;
  font-size: 20px;
  line-height: 2.25;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-aboutIntro_text {
    margin-top: 41px;
    font-size: 14px;
    line-height: 1.571;
    letter-spacing: 0.05em;
  }
}

.p-aboutSec {
  padding: 90px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-aboutSec {
    padding: 25px 0 28px;
  }
}
.p-aboutSec.-bgBlue {
  background-color: rgba(0, 103, 131, 0.05);
}
.p-aboutSec h2 {
  margin-bottom: 56px;
  padding-bottom: 5px;
  color: #006783;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #006783;
}
@media screen and (max-width: 767px) {
  .p-aboutSec h2 {
    margin-bottom: 27px;
    padding-bottom: 10px;
    font-size: 18px;
  }
}
.p-aboutSec h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-aboutSec h3 {
    font-size: 16px;
  }
}
.p-aboutSec p {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-aboutSec p {
    line-height: 1.5714;
  }
}
.p-aboutSec p + p {
  margin-top: 1.875em;
}
@media screen and (max-width: 767px) {
  .p-aboutSec p + p {
    margin-top: 1.5714em;
  }
}
.p-aboutSec_col2 {
  flex-wrap: wrap;
  gap: 0 4.5454545455%;
}
.p-aboutSec_col2 ._textBox {
  flex: 1;
}
.p-aboutSec_col2 h3 {
  margin-top: -0.125em;
}
.p-aboutSec_box1 {
  display: flow-root;
}
@media screen and (max-width: 767px) {
  .p-aboutSec_box1 {
    display: flex;
    flex-direction: column;
  }
  .p-aboutSec_box1 > * {
    order: 3;
  }
  .p-aboutSec_box1 ._imgBox {
    margin-top: 30px;
  }
}
.p-aboutSec_box1 ._imgBox {
  float: right;
  width: 38.8181818182%;
  margin-left: 4.5454545455%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-aboutSec_box1 ._imgBox {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.p-aboutSec section + section {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .p-aboutSec section + section {
    margin-top: 46px;
  }
}

.p-aboutSec01_sec01 > * {
  order: 3;
}
.p-aboutSec01_sec01 > *:nth-child(2), .p-aboutSec01_sec01 > *:nth-child(3), .p-aboutSec01_sec01 > *:nth-child(4) {
  order: 1;
}
.p-aboutSec01_sec02 {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 4.5454545455%;
}
@media screen and (max-width: 767px) {
  .p-aboutSec01_sec02 {
    flex-direction: column;
  }
  .p-aboutSec01_sec02 > * {
    order: 2;
  }
}
.p-aboutSec01_sec02 ._contBox {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-aboutSec01_sec02 ._contBox {
    display: contents;
  }
  .p-aboutSec01_sec02 ._contBox > * {
    order: 3;
  }
  .p-aboutSec01_sec02 ._contBox h3 {
    order: 1;
  }
}
.p-aboutSec01_sec02 ._imgBox {
  width: 34.2727272727%;
}
@media screen and (max-width: 767px) {
  .p-aboutSec01_sec02 ._imgBox {
    width: 100%;
    order: 2;
    margin-bottom: 26px;
  }
}

.p-aboutSec02_sec01 > * {
  order: 3;
}
.p-aboutSec02_sec01 > *:nth-child(2), .p-aboutSec02_sec01 > *:nth-child(3) {
  order: 1;
}

.p-aboutSec03_brand {
  display: flex;
  background: #fff;
  flex-wrap: wrap;
  gap: 26px 29px;
  margin: 50px 0 40px;
  padding: 30px 30px 15px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-aboutSec03_brand {
    margin: 26px 0;
    padding: 20px 20px 15px;
  }
}
.p-aboutSec03_brand > * {
  width: calc((100% - 58px) / 3);
  max-width: 327px;
}
@media screen and (max-width: 767px) {
  .p-aboutSec03_brand > * {
    width: 100%;
  }
}
.p-aboutSec03_brand p {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-aboutSec03_brand p {
    margin-top: 7px;
  }
}

.p-aboutCeo {
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  .p-aboutCeo {
    padding: 50px 0 100px;
  }
}
.p-aboutCeo_inner {
  display: flex;
  justify-content: space-between;
  gap: 0 5%;
  border: 1px solid #006783;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .p-aboutCeo_inner {
    display: block;
    padding: 20px;
  }
}
.p-aboutCeo_sumally {
  width: 201px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-aboutCeo_sumally {
    display: flex;
    align-items: center;
    gap: 0 30px;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutCeo_sumally ._textBox {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutCeo_sumally ._img {
    width: 126px;
  }
}
.p-aboutCeo_sumally ._company {
  margin-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-aboutCeo_sumally ._company {
    margin-top: 0;
    font-size: 15px;
  }
}
.p-aboutCeo_sumally ._type {
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-aboutCeo_sumally ._type {
    margin-top: 5px;
    font-size: 14px;
  }
}
.p-aboutCeo_sumally ._name {
  margin-top: -4px;
  font-size: 23px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-aboutCeo_sumally ._name {
    font-size: 20px;
  }
}
.p-aboutCeo_message {
  flex: 1;
}
.p-aboutCeo_message ._read {
  margin: -0.3em 0 9px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.647;
}
@media screen and (max-width: 767px) {
  .p-aboutCeo_message ._read {
    margin: 20px 0 7px;
    font-size: 17px;
    letter-spacing: 0.04em;
  }
}
.p-aboutCeo_message p {
  line-height: 1.875;
}
.p-aboutCeo_message p + p {
  margin-top: 1.875em;
}
@media screen and (max-width: 767px) {
  .p-aboutCeo_message p {
    margin-top: 1.875em;
  }
  .p-aboutCeo_message p + p {
    margin-top: 1.5714em;
  }
}

.p-aboutLogo {
  padding: 80px 0 100px;
  background: rgba(0, 103, 131, 0.05);
}
@media screen and (max-width: 767px) {
  .p-aboutLogo {
    padding: 46px 0 20px;
  }
}
.p-aboutLogo .inner {
  max-width: 1100px;
}
.p-aboutLogo_enTtl {
  color: #006783;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-aboutLogo_enTtl {
    font-size: 20px;
  }
}
.p-aboutLogo_secTtl {
  color: #959595;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-aboutLogo_secTtl {
    font-size: 14px;
  }
}
.p-aboutLogo_container {
  background: #fff;
  margin-top: 55px;
  padding: 80px 20px 68px;
}
@media screen and (max-width: 767px) {
  .p-aboutLogo_container {
    margin-top: 25px;
    padding: 70px 20px 25px;
  }
}
.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;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-aboutLogo_read {
    margin-top: 47px;
    width: calc(100% + 4px);
    transform: translateX(-2px);
    font-size: min(18 / 375 * 100vw, 18px);
    letter-spacing: 0.03em;
    line-height: 1.55;
  }
}
.p-aboutLogo_text {
  max-width: 880px;
  margin: 20px auto 0;
}

/*
受賞歴／メディア掲載 p-media
———————————————————————————————————————— */
.p-media_catch {
  padding-top: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-media_catch {
    padding-top: 25px;
    width: calc(100% + 20px);
    font-size: min(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%);
}
@media screen and (max-width: 767px) {
  .p-mediaMv_textBox {
    width: 100%;
    top: 15%;
    left: 0;
    transform: none;
    text-align: center;
  }
}
.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-mediaMv img {
  width: 100%;
}

.p-mediaCatnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 135px;
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .p-mediaCatnav {
    gap: 20px 8vw;
    padding-top: 50px;
  }
}
.p-mediaCatnav a {
  display: block;
  width: 131px;
  padding-top: 4px;
  background: #fff;
  border: 1px solid #006783;
  border-radius: 20px;
  color: #006783;
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-mediaCatnav a {
    width: 105px;
    font-size: 13px;
    line-height: 20px;
  }
}
@media (hover: hover) {
  .p-mediaCatnav a {
    transition: background 0.3s, color 0.3s;
  }
  .p-mediaCatnav a:hover {
    background: #006783;
    color: #fff;
  }
}
.p-mediaCatnav ._current a {
  background: #006783;
  color: #fff;
}

.p-mediaYearnav {
  margin-top: 50px;
  padding-top: 43px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px min(9.375vw, 135px);
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}
@media screen and (max-width: 767px) {
  .p-mediaYearnav {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    gap: 20px 8vw;
  }
}
.p-mediaYearnav a {
  display: inline-block;
  color: #959595;
}
@media (hover: hover) {
  .p-mediaYearnav a {
    transition: color 0.3s;
  }
  .p-mediaYearnav a:hover {
    color: #006783;
  }
}
.p-mediaYearnav ._current a {
  color: #006783;
}

.p-mediaList {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .p-mediaList {
    margin-top: 0;
  }
}
.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;
  height: 283px;
  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: scale-down;
     object-fit: scale-down;
  width: 86%;
  height: 86%;
  top: 8%;
  left: 8%;
}
.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_category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-mediaList_category {
    justify-content: center;
    padding-top: 0;
  }
}
.p-mediaList_category p {
  display: block;
  width: 131px;
  background: #fff;
  border: 1px solid #006783;
  border-radius: 20px;
  color: #006783;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mediaList_category p {
    width: 105px;
    font-size: 13px;
    line-height: 24px;
  }
}
.p-mediaList_category p._cat {
  padding-top: 4px;
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .p-mediaList_category p._cat {
    line-height: 20px;
  }
}
.p-mediaList_contTtl {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-mediaList_contTtl {
    text-align: center;
    font-size: min(20 / 375 * 100vw, 20px);
  }
}
.p-mediaList_text {
  margin: 18px 0 32px;
}
@media screen and (max-width: 767px) {
  .p-mediaList_text {
    margin: 15px auto 0;
    max-width: 480px;
  }
}
.p-mediaList_link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-mediaList_link {
    flex-direction: column;
    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;
}
.p-mediaList_link a._external::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 0.4em;
  background: url(/assets/image/common/icon_external.svg) center/contain no-repeat;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-mediaList_link a {
    transition: 0.3s;
  }
  .p-mediaList_link a:hover {
    background: #707070;
    color: #fff;
  }
  .p-mediaList_link a:hover._external::after {
    background-image: url(/assets/image/common/icon_external_white.svg);
  }
}
.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-mediaList .-media .p-mediaList_contTtl {
  color: #006783;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-mediaList .-media .p-mediaList_contTtl {
    font-size: min(18 / 375 * 100vw, 18px);
  }
}
.p-mediaList .-media .p-mediaList_text {
  margin-top: 10px;
}

/*
会社概要 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;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-shop_headRead {
    margin-top: 20px;
    font-size: 16px;
  }
}
.p-shop_headNotes {
  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: 500;
  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: 500;
  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: auto;
  min-width: 131px;
  padding: 0 4px 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 {
    min-width: 105px;
    font-size: 12px;
    line-height: 24px;
  }
}
.p-shopSearch label input:checked + span {
  background: #006783;
  color: #fff;
}
.p-shopSearch_largeBtnBox label span {
  width: auto;
  min-width: 160px;
}
@media screen and (max-width: 767px) {
  .p-shopSearch_largeBtnBox label span {
    min-width: 130px;
  }
}
.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: 20px;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .p-shopArea {
    margin-top: 0;
    padding-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 {
  margin-top: 45px;
}
.p-shopAreaDetail_list > li {
  display: flex;
  flex-wrap: wrap;
  background: rgba(0, 103, 131, 0.05);
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .p-shopAreaDetail_list > li {
    padding: 0 10px;
  }
}
.p-shopAreaDetail_list > li + li {
  margin-top: 50px;
}
.p-shopAreaDetail_list > li > * {
  width: 50%;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .p-shopAreaDetail_list > li > * {
    width: 100%;
    padding: 10px 5px;
  }
}
.p-shopAreaDetail_sumallyBox {
  line-height: calc(25 / 16);
}
@media screen and (max-width: 767px) {
  .p-shopAreaDetail_sumallyBox {
    font-size: 14px;
    line-height: calc(20 / 14);
  }
}
.p-shopAreaDetail_sumallyBox *:not(.p-shopAreaDetail_map) {
  letter-spacing: 0;
}
.p-shopAreaDetail_shopName {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-shopAreaDetail_shopName {
    font-size: 16px;
  }
}
.p-shopAreaDetail_infoBox {
  display: flex;
  align-items: flex-start;
  gap: 0 15px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-shopAreaDetail_infoBox {
    gap: 0 6px;
  }
}
.p-shopAreaDetail_map {
  display: inline-block;
  width: 55px;
  min-width: 55px;
  max-width: 55px;
  margin-top: 5px;
  background: #006783;
  border-radius: 20px;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shopAreaDetail_map {
    width: 46px;
    min-width: 46px;
    max-width: 46px;
    margin-top: 3px;
    font-size: 14px;
    line-height: 17px;
  }
}
.p-shopAreaDetail_brand {
  border-left: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-shopAreaDetail_brand {
    margin-top: 10px;
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    border-left: 0;
  }
}
.p-shopAreaDetail_brand dt {
  color: #006783;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-shopAreaDetail_brand dt {
    margin-top: 5px;
  }
}
.p-shopAreaDetail_brand dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 4%;
  margin-top: 15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-shopAreaDetail_brand dd {
    gap: 10px 1.58%;
  }
}
.p-shopAreaDetail_brand dd > div {
  width: 30.6666666667%;
}
@media screen and (max-width: 767px) {
  .p-shopAreaDetail_brand dd > div {
    width: 32.28%;
  }
}
.p-shopAreaDetail_brand dd > div > div {
  padding-top: min(50.6666666667%, 76px);
  position: relative;
}
.p-shopAreaDetail_brand dd > div img {
  width: 100%;
  height: 90%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: absolute;
  top: 5%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-shopAreaDetail_brand dd > div img {
    transform: scale(0.8, 0.8);
  }
}

/*
プライバシーポリシー 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;
}
.p-login_read.is-error {
  min-width: 25em;
  padding: 0.25em;
  margin-left: auto;
  margin-right: auto;
  background-color: #e3f4f8;
  color: #c3071f;
}
@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] {
  width: calc(100% - 124px);
  height: 30px;
  background: #fff;
  color: revert;
  padding-left: 10px;
  border: 1px solid rgba(112, 112, 112, 0.5);
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-login_form input[type=password] {
    width: calc(100% - 90px);
  }
}
.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_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: 100px;
  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_listMore {
  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_listMore {
    transition: 0.3s;
  }
  .p-voice_listMore:hover {
    background-color: #006783;
    background-image: url(/assets/image/voice/more_arrow_white.svg);
    border-radius: 0;
    color: #fff;
  }
}

.p-voiceList li {
  position: relative;
  background: #fff;
  padding: 45px 50px 50px;
}
@media screen and (max-width: 767px) {
  .p-voiceList li {
    padding: 20px 20px 30px;
  }
}
.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: 50px;
  }
}
.p-voiceList_head {
  display: flex;
  align-items: flex-start;
  gap: 0 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voiceList_head {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.p-voiceList_category {
  width: 158px;
  margin-top: 4px;
  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: 0 auto;
  }
}
.p-voiceList_ttlBox {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-voiceList_ttlBox {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(112, 112, 112, 0.5);
  }
}
.p-voiceList_ttl {
  color: #006783;
  font-size: 22px;
  line-height: 1.59;
}
@media screen and (max-width: 767px) {
  .p-voiceList_ttl {
    flex: 1;
    font-size: 18px;
  }
}
.p-voiceList_avatar {
  width: 130px;
  height: 130px;
  position: absolute;
  top: calc(100% + 36px);
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-voiceList_avatar {
    width: 75px;
    height: 75px;
    position: static;
  }
}
.p-voiceList_avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-voiceList_contBox {
  margin-top: 35px;
  padding-left: 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voiceList_contBox {
    margin-top: 0;
    padding-top: 12px;
    padding-left: 0;
  }
}
.p-voiceList_comment {
  height: auto;
  min-height: 120px;
}
.p-voiceList_contBox.is-hide {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-voiceList_contBox.is-hide {
    padding-bottom: 48px;
  }
}
.p-voiceList_contBox.is-hide .p-voiceList_comment {
  display: block !important;
  height: 121px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-voiceList_contBox.is-hide .p-voiceList_comment {
    position: relative;
  }
  .p-voiceList_contBox.is-hide .p-voiceList_comment::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: opacity 0.3s;
  }
  .p-voiceList_contBox.is-hide .p-voiceList_comment.is-show::before {
    opacity: 0;
  }
}
.p-voiceList_more {
  font-family: "Overpass", sans-serif;
  position: absolute;
  left: 180px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-voiceList_more {
    left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-voiceList_more a {
    width: 163px;
  }
}

/*
お問い合わせ 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_text {
  line-height: 2;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
  .p-mahoraMv {
    padding-top: 25px;
  }
}
.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-itme_makerTtl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-mahoraBinding .p-itme_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-itme_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: 118px;
  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-itme_makerTtl {
  margin: 15px 0 5px;
}
@media screen and (max-width: 767px) {
  .p-mahoraLinup_list .p-itme_makerTtl {
    margin: 10px 0 0;
  }
}
.p-mahoraLinup_list p {
  letter-spacing: 0.1em;
}

.p-mahoraPlain {
  width: calc(100% + 66px);
  margin-left: -33px;
}
@media screen and (max-width: 767px) {
  .p-mahoraPlain {
    width: calc(100% + 40px);
    margin-left: -20px;
    overflow: hidden;
  }
}
.p-mahoraPlain_notes {
  margin-top: 7px;
  color: #959595;
  font-size: 13px;
  text-align: center;
}
.p-mahoraPlain_list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 1.4545454545%;
  margin-top: 25px;
  padding: 0 min(1.4516129032vw, 18px) 0 min(6.6129032258vw, 82px);
}
@media screen and (max-width: 767px) {
  .p-mahoraPlain_list {
    margin-top: 36px;
    padding: 0;
  }
}
.p-mahoraPlain_list > li {
  width: 32.3636363636%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mahoraPlain_list > li {
    width: 100%;
  }
}
.p-mahoraPlain_list .p-itme_makerTtl {
  width: min(12.9032258065vw, 160px);
  font-size: min(1.6129032258vw, 20px);
  position: absolute;
  left: 0;
  bottom: min(2.1774193548vw, 27px);
}
@media screen and (max-width: 767px) {
  .p-mahoraPlain_list .p-itme_makerTtl {
    width: min(45.3333333333vw, 170px);
    font-size: min(5.3333333333vw, 20px);
    bottom: 5.0666666667vw;
    left: 5.8666666667vw;
  }
}
.p-mahoraPlain_list .p-itme_makerTtl span {
  letter-spacing: -0.05em;
}
.p-mahoraPlain_imgBox img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mahoraPlain_imgBox img {
    width: 108%;
    max-width: 200%;
  }
}
.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-itme_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;
  }
}

/*
商品 p-itme
A4→A1ノート p-a4a1
サステナブルパッド p-itme-sustainablepad
———————————————————————————————————————— */
.p-itme_ttlBox {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0 21px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  padding-bottom: 18px;
  color: #959595;
}
@media screen and (max-width: 767px) {
  .p-itme_ttlBox {
    gap: 0 15px;
    padding-bottom: 6px;
  }
}
.p-itme_ttlBox_en {
  color: #523E35;
  font-family: "Overpass", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-itme_ttlBox_en {
    font-size: 18px;
    letter-spacing: 0.03em;
  }
}
.p-itme_makerTtl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-itme_makerTtl {
    font-size: min(18 / 375 * 100vw, 18px);
  }
}
.p-itme_makerTtl > span {
  letter-spacing: 0.1em;
  background: linear-gradient(transparent 60%, #FFF352 60%, #FFF352 90%, transparent 90%);
}
.p-itme_makerTtl + .p-mahora_text {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-itme_makerTtl + .p-mahora_text {
    margin-top: 30px;
  }
}

.p-itmeMv {
  position: relative;
}
.p-itmeMv_bg {
  width: 100%;
}
.p-itmeMv_textBox {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-itmeMv_textBox {
    padding: 30px 0;
    text-align: center;
    position: static;
  }
}
.p-a4a1 .p-itmeMv_textBox {
  top: 50%;
  left: 8.3333333333%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-a4a1 .p-itmeMv_textBox {
    transform: none;
  }
}
.p-sustainablepad .p-itmeMv_textBox {
  top: 50%;
  left: 53.6111111111%;
  transform: translateY(-60%);
}
@media screen and (max-width: 767px) {
  .p-sustainablepad .p-itmeMv_textBox {
    transform: none;
  }
}
.p-itmeMv_name {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-itmeMv_name {
    margin: 0 auto;
  }
}
.p-itmeMv_name img {
  width: 100%;
}
.p-a4a1 .p-itmeMv_name {
  width: 15.5555555556vw;
  margin-left: 0.3vw;
}
@media screen and (max-width: 767px) {
  .p-a4a1 .p-itmeMv_name {
    width: min(56.5333333333vw, 212px);
    margin-left: auto;
  }
}
.p-sustainablepad .p-itmeMv_name {
  width: 13.9583333333vw;
}
@media screen and (max-width: 767px) {
  .p-sustainablepad .p-itmeMv_name {
    width: min(50.6666666667vw, 190px);
  }
}
.p-itmeMv_catch {
  margin-top: 1em;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.7361111111vw;
  line-height: 1.8;
  letter-spacing: 0.23em;
}
@media screen and (max-width: 767px) {
  .p-itmeMv_catch {
    margin-top: 1.05em;
    font-size: min(5.3333333333vw, 20px);
    line-height: 1.5;
    letter-spacing: 0.12em;
  }
}
@media screen and (min-width: 768px) {
  .p-sustainablepad .p-itmeMv_catch {
    margin-top: 1.4em;
  }
}

.p-itmeCatch {
  padding: 115px 0 88px;
  font-size: 20px;
  font-weight: 500;
  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-itmeCatch {
    width: 100%;
    font-size: min(18 / 375 * 100vw, 18px);
    padding: 37px 0 34px;
  }
}
.p-itmeCatch ._minText {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-itmeCatch ._minText {
    font-size: min(12 / 375 * 100vw, 12px);
  }
}

.p-itmeIntro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: min(11.9166666667vw, 143px);
}
@media screen and (max-width: 767px) {
  .p-itmeIntro {
    display: block;
    margin-top: 68px;
  }
}
.p-itmeIntro_contBox {
  width: 45.4545454545%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-itmeIntro_contBox {
    width: 100%;
  }
}
.p-itmeIntro_contBox p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-itmeIntro_contBox p {
    letter-spacing: 0.03em;
    line-height: 1.9285714286;
  }
}
.p-itmeIntro_logo {
  text-align: center;
}
.p-a4a1 .p-itmeIntro_logo {
  padding: min(5vw, 60px) 0 55px;
}
@media screen and (max-width: 767px) {
  .p-a4a1 .p-itmeIntro_logo {
    padding: 0 0 47px;
  }
  .p-a4a1 .p-itmeIntro_logo img {
    width: 100px;
  }
}
.p-sustainablepad .p-itmeIntro_logo {
  padding: min(12.5vw, 150px) 0 55px;
}
@media screen and (max-width: 767px) {
  .p-sustainablepad .p-itmeIntro_logo {
    padding: 28px 0 43px;
  }
  .p-sustainablepad .p-itmeIntro_logo img {
    width: 187px;
  }
}
.p-itmeIntro_imgBox {
  width: 45.4545454545%;
}
@media screen and (max-width: 767px) {
  .p-itmeIntro_imgBox {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainablepad .p-itmeIntro_imgBox {
    margin-top: 62px;
  }
}

.p-itemFeatures {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .p-itemFeatures {
    margin-top: 80px;
  }
}
.p-itemFeatures_inner {
  padding-left: 33px;
  padding-right: 33px;
}
@media screen and (max-width: 767px) {
  .p-itemFeatures_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-itemFeatures_boderSec {
  margin-top: 90px;
  padding-top: 90px;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
}
@media screen and (max-width: 767px) {
  .p-itemFeatures_boderSec {
    margin-top: 70px;
    padding-top: 70px;
  }
}
.p-itemFeatures_caption {
  margin-top: 10px;
  color: #959595;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-itemFeatures_caption {
    font-size: 12px;
  }
}
.p-itemFeatures_list {
  margin-top: 100px;
  padding: 0 34px;
}
@media screen and (max-width: 767px) {
  .p-itemFeatures_list {
    margin-top: 50px;
    padding: 0;
  }
}
.p-itemFeatures_list > li {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-itemFeatures_list > li {
    flex-direction: column;
  }
  .p-itemFeatures_list > li > * {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-itemFeatures_list > li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.p-itemFeatures_list > li + li {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .p-itemFeatures_list > li + li {
    margin-top: 70px;
  }
}
.p-itemFeatures_list .p-itme_makerTtl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-itemFeatures_list .p-itme_makerTtl {
    text-align: center;
    font-size: min(4.8vw, 18px);
  }
  .p-itemFeatures_list .p-itme_makerTtl.-spMinSpace span {
    letter-spacing: 0.03em;
  }
}
.p-itemFeatures_list ._contBox {
  padding-top: min(1.8333333333vw, 22px);
  width: 60.2713178295%;
}
@media screen and (max-width: 900px) {
  .p-itemFeatures_list ._contBox {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-itemFeatures_list ._contBox {
    display: contents;
  }
}
.p-itemFeatures_list ._contBox > * {
  width: 100%;
}
.p-itemFeatures_list ._text {
  margin-top: 7px;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-itemFeatures_list ._text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.9285714286;
    letter-spacing: 0.075em;
  }
}
.p-itemFeatures_list ._scene {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-itemFeatures_list ._scene {
    order: 2;
    margin-top: 25px;
  }
}
.p-itemFeatures_list ._scene dt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .p-itemFeatures_list ._scene dt {
    margin-left: 0;
    font-size: 18px;
    text-align: center;
  }
}
.p-itemFeatures_list ._scene dd {
  margin-top: 10px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-itemFeatures_list ._scene dd {
    margin-top: 15px;
    padding-top: 20px;
  }
}
.p-itemFeatures_list ._sceneTtl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-itemFeatures_list ._sceneTtl {
    font-size: 18px;
    text-align: center;
  }
}
.p-itemFeatures_list ._sceneText {
  margin-top: 6px;
  letter-spacing: 0.075em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-itemFeatures_list ._sceneText {
    margin-top: 9px;
    line-height: 1.9285714286;
  }
}
.p-itemFeatures_list ._imgBox {
  width: 35.1744186047%;
}
@media screen and (max-width: 767px) {
  .p-itemFeatures_list ._imgBox {
    margin-top: 34px;
    width: 100%;
    text-align: center;
  }
}

.p-itemOther {
  margin-top: min(25.8333333333vw, 310px);
  max-width: 1200px;
}
.p-itemOther_ttl {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-itemOther_ttl {
    font-size: 18px;
  }
}
.p-itemOther_container {
  display: flex;
  justify-content: space-between;
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .p-itemOther_container {
    flex-direction: column;
    gap: 74px 0;
    margin-top: 45px;
  }
}
.p-itemOther_container a {
  width: 30.5%;
  max-width: 417px;
}
@media screen and (max-width: 767px) {
  .p-itemOther_container a {
    width: 100%;
    max-width: 100%;
  }
}
@media (hover: hover) {
  .p-itemOther_container a ._logoBox {
    transition: 0.3s;
  }
  .p-itemOther_container a:hover ._logoBox {
    background: #cfcfcf;
    border-color: #cfcfcf;
  }
}
.p-itemOther_container ._logoBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-itemOther_container ._logoBox {
    height: 150px;
  }
}
.p-itemOther_container ._ttl {
  margin-top: 30px;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-itemOther_container ._ttl {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-itemOther_container ._mahora ._logoBox img {
    width: 71px;
  }
  .p-itemOther_container ._mahora ._ttl img {
    width: 102px;
  }
}
@media screen and (max-width: 767px) {
  .p-itemOther_container ._mahorastudy ._logoBox img {
    width: 170px;
  }
  .p-itemOther_container ._mahorastudy ._ttl img {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .p-itemOther_container ._a4a1 ._logoBox img {
    width: 90px;
  }
  .p-itemOther_container ._a4a1 ._ttl img {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .p-itemOther_container ._sustainablepad ._logoBox img {
    width: 180px;
  }
  .p-itemOther_container ._sustainablepad ._ttl img {
    width: 135px;
  }
}

@media screen and (max-width: 767px) {
  .p-a4a1 .p-itmeIntro_logo img {
    width: 148px;
  }
}
.p-a4a1_guide {
  margin-top: 92px;
}
@media screen and (max-width: 767px) {
  .p-a4a1_guide {
    margin-top: 44px;
  }
}
.p-a4a1_guide_read {
  max-width: 1034px;
  margin: 30px auto 0;
  letter-spacing: 0.075em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-a4a1_guide_read {
    margin-top: 20px;
    line-height: 1.9285714286;
  }
}
.p-a4a1_guide_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}
.p-a4a1_guide_list > li {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-a4a1_guide_list > li {
    flex-direction: column;
  }
}
.p-a4a1_guide_list > li + li {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-a4a1_guide_list > li + li {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-a4a1_guide_list ._head,
  .p-a4a1_guide_list ._imgContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 14px 10px 10px;
  }
  .p-a4a1_guide_list ._ttl,
  .p-a4a1_guide_list ._imgCont1 {
    width: 43.4944237918%;
  }
  .p-a4a1_guide_list ._desc,
  .p-a4a1_guide_list ._imgCont2 {
    width: 54.7397769517%;
  }
  .p-a4a1_guide_list ._imgCont2 {
    padding-top: 5px;
  }
  .p-a4a1_guide_list ._desc-utility01 {
    letter-spacing: 0.03em !important;
  }
}
.p-a4a1_guide_list ._head {
  order: 2;
  width: 100%;
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .p-a4a1_guide_list ._head {
    display: contents;
  }
}
.p-a4a1_guide_list ._ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  background-image: url(/assets/image/a4a1note/ttl_brackets_left.svg), url(/assets/image/a4a1note/ttl_brackets_right.svg);
  background-position: left center, right center;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  font-size: 13px;
  text-align: center;
  line-height: 1;
}
.p-a4a1_guide_list ._ttlEn {
  font-family: "Overpass", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.p-a4a1_guide_list ._desc {
  margin-top: -0.5em;
  padding-left: 14px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-a4a1_guide_list ._desc {
    order: 2;
    margin-top: 20px;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.p-a4a1_guide_list ._imgContainer {
  width: 100%;
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .p-a4a1_guide_list ._imgContainer {
    margin-top: 32px;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 10px 10px 12px;
  }
}
.p-a4a1_guide_list ._imgContainer img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-a4a1_guide_list ._imgCont2 {
    margin-top: 15px;
    text-align: center;
  }
  .p-a4a1_guide_list ._imgCont2 img {
    width: 95%;
  }
}
.p-a4a1_guide_list ._imgText {
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-a4a1_guide_list ._imgText {
    padding-left: calc(4vw + 1em);
    text-indent: -1em;
    font-size: 13px;
    text-align: left;
  }
}
.p-a4a1_guide_list ._plain ._imgContainer {
  background: #EAC854;
}
.p-a4a1_guide_list ._goals ._imgContainer {
  background: #63B3C4;
}
.p-a4a1_guide_list ._idea ._imgContainer {
  background: #AD7BB5;
}
.p-a4a1 .p-itemFeatures_list {
  margin-top: 95px;
  padding-top: 100px;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
}
@media screen and (max-width: 767px) {
  .p-a4a1 .p-itemFeatures_list {
    margin-top: 73px;
    padding-top: 77px;
    border-top-style: dashed;
  }
}
.p-a4a1_voice {
  margin-top: 150px;
  background: rgba(0, 103, 131, 0.05);
  border-radius: 3px;
  padding: 40px min(6.9166666667vw, 83px) 85px;
}
@media screen and (max-width: 767px) {
  .p-a4a1_voice {
    margin-top: 76px;
    padding: 35px 10px 10px;
  }
}
.p-a4a1_voice ._secTtl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.666;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-a4a1_voice ._secTtl {
    font-size: 18px;
  }
}
.p-a4a1_voice ._container {
  margin-top: 22px;
  background: #fff;
  padding: 63px min(8.3333333333vw, 100px) 50px min(7.5vw, 90px);
}
@media screen and (max-width: 767px) {
  .p-a4a1_voice ._container {
    padding: 20px 15px 26px;
  }
}
.p-a4a1_voice ._list li {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-a4a1_voice ._list li {
    align-items: flex-start;
    gap: 0 15px;
  }
}
.p-a4a1_voice ._list li + li {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-a4a1_voice ._list li + li {
    margin-top: 42px;
  }
}
.p-a4a1_voice ._list ._icon {
  width: 107px;
}
@media screen and (max-width: 767px) {
  .p-a4a1_voice ._list ._icon {
    width: 65px;
  }
}
.p-a4a1_voice ._list ._text {
  flex: 1;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-a4a1_voice ._list ._text {
    font-size: 14px;
    line-height: 1.9285714286;
    letter-spacing: 0.03em;
  }
}

.p-sustainablepad_featureCont1 ._contBox {
  padding-top: 0;
}
.p-sustainablepad_featureCont4 {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-sustainablepad_featureCont4 ._contBox {
    padding-top: 0;
  }
}
.p-sustainablepad_featureCont4 ._text {
  width: 57.7170418006%;
}
@media screen and (max-width: 1100px) {
  .p-sustainablepad_featureCont4 ._text {
    width: 100%;
  }
}
.p-sustainablepad_featureCont4_img1 {
  width: 21.1240310078%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-10%);
}
@media screen and (max-width: 1100px) {
  .p-sustainablepad_featureCont4_img1 {
    display: block;
    width: 218px;
    margin: 0 auto 30px;
    position: static;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainablepad_featureCont4_img1 {
    width: 260px;
    margin-top: -10px;
  }
}
@media screen and (min-width: 768px) {
  .p-sustainablepad_featureCont4 ._sceneText {
    letter-spacing: 0;
  }
}
.p-sustainablepad_thoughts {
  margin-top: 150px;
  background: #EFF7F5;
  border-radius: 3px;
  padding: 80px min(6.9166666667vw, 83px) 78px;
}
@media screen and (max-width: 767px) {
  .p-sustainablepad_thoughts {
    margin-top: 76px;
    padding: 10px 10px 15px;
  }
}
.p-sustainablepad_thoughts ._container {
  background: #fff;
  padding: 68px min(4.1666666667vw, 50px) 46px;
}
@media screen and (max-width: 767px) {
  .p-sustainablepad_thoughts ._container {
    padding: 50px 15px 30px;
  }
}
.p-sustainablepad_thoughts ._logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sustainablepad_thoughts ._logo img {
    width: 214px;
  }
}
.p-sustainablepad_thoughts ._ttl {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sustainablepad_thoughts ._ttl {
    margin-top: 35px;
    font-size: 18px;
  }
}
.p-sustainablepad_thoughts ._text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-sustainablepad_thoughts ._text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.9285714286;
  }
}

/*
まほらゆったりつかう学習帳
———————————————————————————————————————— */
@media screen and (min-width: 768px) {
  .p-mahorastudy .p-itmeMv_textBox {
    top: 50%;
    left: 8.4%;
    transform: translateY(-49%);
  }
}
.p-mahorastudy .p-itmeMv_name img {
  width: 29.7222222222vw;
}
@media screen and (max-width: 767px) {
  .p-mahorastudy .p-itmeMv_name img {
    width: 82.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-mahorastudy .p-itmeMv_catch {
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .p-mahorastudy .p-itmeMv_catch {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .p-mahorastudy .p-itmeIntro_contBox {
    width: 51%;
  }
}
@media screen and (max-width: 767px) {
  .p-mahorastudy .p-itmeIntro_contBox img {
    width: 232px;
  }
}
@media screen and (min-width: 768px) {
  .p-mahorastudy .p-itmeIntro_logo {
    padding: min(4.5138888889vw, 65px) 0;
    line-height: 1;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-mahorastudy .p-itmeIntro_logo {
    padding: 30px 0 54px;
  }
}
.p-mahorastudy_introDesc {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-mahorastudy .p-itmeIntro_imgBox {
    margin-top: 26px;
  }
}
@media screen and (min-width: 768px) {
  .p-mahorastudy .p-itme_makerTtl + .p-mahora_text {
    margin-top: 33px;
  }
}
@media screen and (max-width: 767px) {
  .p-mahorastudy .p-itme_makerTtl + .p-mahora_text {
    margin-top: 23px;
  }
}
.p-mahorastudy .p-a4a1_voice {
  margin-top: 175px;
}
@media screen and (max-width: 767px) {
  .p-mahorastudy .p-a4a1_voice {
    margin-top: 77px;
  }
}
@media screen and (max-width: 767px) {
  .p-mahorastudy .l-shopLink {
    margin-top: 65px;
  }
}

.p-mahorastudyFeatures {
  margin-top: 148px;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-mahorastudyFeatures .p-mahorastudyFeatures_inner {
    padding-left: 33px;
    padding-right: 33px;
  }
}
.p-mahorastudyFeatures_ttlBoder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 213px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  color: #523E35;
  font-size: 20px;
  border: 1px solid #523E35;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_ttlBoder {
    width: 208px;
    height: 42px;
    font-size: 16px;
  }
}
.p-mahorastudyFeatures_secBoder {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px dashed rgba(112, 112, 112, 0.3);
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_secBoder {
    margin-top: 80px;
    padding-top: 80px;
  }
}
.p-mahorastudyFeatures_text {
  margin-top: 34px;
  line-height: 2;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_text {
    margin-top: 24px;
    line-height: 1.9285714286;
  }
}
.p-mahorastudyFeatures_text02 {
  margin: 30px 0 35px;
  color: #523E35;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8333333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_text02 {
    margin: 24px 0 20px;
    font-size: 16px;
    line-height: 1.6875;
    text-align: left;
    letter-spacing: 0.075em;
  }
}
.p-mahorastudyFeatures_caption {
  margin-top: 10px;
  color: #959595;
  font-size: 13px;
}
.p-mahorastudyFeatures_list01 {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_list01 {
    margin-top: 44px;
  }
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_list01 {
    flex-direction: column;
    gap: 50px 0;
  }
}
.p-mahorastudyFeatures_list01 > li {
  width: 32%;
  max-width: 292px;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_list01 > li {
    width: 100%;
    max-width: 100%;
  }
}
.p-mahorastudyFeatures_list01 img {
  width: 100%;
}
.p-mahorastudyFeatures_list01 p {
  margin-bottom: 12px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_list01 p {
    font-size: 16px;
    margin-bottom: 29px;
  }
}
.p-mahorastudyFeatures_list02 {
  margin-top: 58px;
  padding: 28px 24px 30px 28px;
  border: 12px solid #EFF7F5;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_list02 {
    margin-top: 38px;
    padding: 23px 22px 20px;
    border-width: 8px;
  }
}
.p-mahorastudyFeatures_list02 dl + dl {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_list02 dl + dl {
    margin-top: 24px;
  }
}
.p-mahorastudyFeatures_list02 dt {
  background: url(/assets/image/mahorastudy/icon_check.svg) left top 4px/auto no-repeat;
  padding-left: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_list02 dt {
    padding-left: 26px;
    background-size: 16px auto;
    font-size: 14px;
  }
}
.p-mahorastudyFeatures_list02 dd {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0.055em;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_list02 dd {
    margin-top: 8px;
    font-size: 14px;
  }
}
.p-mahorastudyFeatures_list03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_list03 {
    flex-direction: column;
    gap: 53px 0;
  }
}
.p-mahorastudyFeatures_list03 > * {
  width: 46%;
  max-width: 395px;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_list03 > * {
    width: 100%;
    max-width: 100%;
  }
}
.p-mahorastudyFeatures_list03 > *.p-mahorastudyFeatures_list03_largeCont {
  width: 100%;
  max-width: 578px;
  margin-left: auto;
  margin-right: auto;
}
.p-mahorastudyFeatures_list03_img {
  width: 100%;
}
.p-mahorastudyFeatures_list03_caption {
  margin-top: 15px;
  color: #523E35;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_list03_caption {
    margin-top: 8px;
    font-size: 13px;
  }
}
.p-mahorastudyFeatures_list03_desc {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.625;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_list03_desc {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.055em;
  }
}
.p-mahorastudyFeatures_sec01 {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_sec01 {
    margin-top: 44px;
  }
}
@media screen and (min-width: 768px) {
  .p-mahorastudyFeatures_sec01 .p-mahorastudyFeatures_text {
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  .p-mahorastudyFeatures_sec02 .p-mahorastudyFeatures_text {
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_sec02 .p-mahorastudyFeatures_text {
    margin-top: 33px;
  }
}
.p-mahorastudyFeatures_sec02 ._cont01 {
  margin-top: 97px;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_sec02 ._cont01 {
    margin-top: 36px;
  }
}
.p-mahorastudyFeatures_sec02 ._cont02 {
  margin-top: 83px;
}
@media screen and (min-width: 768px) {
  .p-mahorastudyFeatures_sec03 {
    margin-top: 156px;
    padding-top: 122px;
  }
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_sec03 .p-mahorastudyFeatures_text {
    margin-top: 31px;
  }
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_sec03 .p-mahorastudyFeatures_list03 {
    gap: 30px 0;
  }
}
.p-mahorastudyFeatures_sec03 ._cont01 {
  margin-top: 78px;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_sec03 ._cont01 {
    margin-top: 18px;
  }
}
.p-mahorastudyFeatures_sec03 ._text01 {
  width: 100%;
  max-width: 890px;
  margin: 14px auto 0;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_sec03 ._text01 {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.055em;
  }
}
@media screen and (min-width: 768px) {
  .p-mahorastudyFeatures_binding {
    margin-top: 125px;
    padding-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_binding {
    padding-top: 72px;
  }
}
.p-mahorastudyFeatures_binding_container {
  max-width: 908px;
  margin: 0 auto;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_binding_container {
    flex-direction: column;
    padding-right: 0;
  }
}
.p-mahorastudyFeatures_binding_contBox {
  flex: 1;
  max-width: 498px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_binding_contBox {
    display: contents;
    max-width: 100%;
  }
}
.p-mahorastudyFeatures_binding_contBox p {
  margin-top: 28px;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_binding_contBox p {
    margin-top: 23px;
    letter-spacing: 0.075em;
    line-height: 1.9285714286;
  }
}
.p-mahorastudyFeatures_binding .p-itme_makerTtl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_binding .p-itme_makerTtl {
    text-align: center;
    order: -2;
  }
}
.p-mahorastudyFeatures_binding_imgBox {
  width: 37.1621621622%;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyFeatures_binding_imgBox {
    order: -1;
    width: 68.8vw;
    max-width: 400px;
    margin: 27px auto 0;
  }
}

.p-mahorastudyLinup {
  margin-top: 216px;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyLinup {
    margin-top: 78px;
  }
}
.p-mahorastudyLinup_read {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyLinup_read {
    margin-top: 28px;
    font-size: 18px;
  }
}
.p-mahorastudyLinup_desc {
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyLinup_desc {
    margin-top: 17px;
    line-height: 1.6875;
    letter-spacing: 0.075em;
    text-align: left;
  }
}
.p-mahorastudyLinup .p-mahoraLinup_list {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyLinup .p-mahoraLinup_list {
    margin-top: 30px;
  }
}
.p-mahorastudyLinup_contName {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyLinup_contName {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: -0.05em !important;
  }
}
.p-mahorastudyLinup .p-itme_makerTtl {
  margin: 2px 0 0;
  font-size: 16px;
  line-height: 1.2857142857;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyLinup .p-itme_makerTtl {
    margin-top: 5px;
    font-size: 14px;
  }
}
.p-mahorastudyLinup .p-itme_makerTtl span {
  letter-spacing: -0.05em;
}
.p-mahorastudyLinup_contText {
  margin-top: 19px;
  font-size: 16px;
  line-height: 1.3529411765;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-mahorastudyLinup_contText {
    margin-top: 11px;
    font-size: 14px;
    line-height: 1.6428571429;
  }
}

/*
メンテナンス
———————————————————————————————————————— */
.p-maintenance {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  border-top: 40px solid #006783;
}
@media screen and (max-width: 767px) {
  .p-maintenance {
    border-top-width: 20px;
  }
}
.p-maintenance_container {
  flex: 1;
  padding: 120px 10px 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-maintenance_container {
    padding: 60px 10px 45px;
  }
}
.p-maintenance_logo img {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .p-maintenance_logo img {
    width: 93px;
  }
}
.p-maintenance_ttl {
  margin: 50px 0 40px;
  color: #006783;
  font-size: 44px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-maintenance_ttl {
    margin: 45px 0 30px;
    font-size: min(6.4vw, 24px);
  }
}
.p-maintenance_text {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .p-maintenance_text {
    font-size: 12px;
  }
}
.p-maintenance_footer {
  padding: 65px 0;
  background: rgba(0, 103, 131, 0.05);
}
@media screen and (max-width: 767px) {
  .p-maintenance_footer {
    padding: 20px 0;
  }
}
.p-maintenance_footer small {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 12px;
}

/*
ブランドページ p-brand
———————————————————————————————————————— */
.p-brand_sec {
  display: flex;
  justify-content: center;
  align-items: center;
  transition-timing-function: cubic-bezier(1, 0, 1, 0) !important;
}
@media screen and (min-width: 768px) {
  .p-brand_sec h1 img,
  .p-brand_sec p img {
    transform: translateY(20px);
  }
}
@media screen and (min-width: 901px) {
  .p-brand_sec h1 img,
  .p-brand_sec p img {
    transform: translateY(50px);
  }
}
.p-brand_sec01 img {
  width: min(50.625vw, 729px);
}
@media screen and (max-width: 767px) {
  .p-brand_sec01 img {
    width: 85.3333333333vw;
  }
}
.p-brand_sec01_container {
  opacity: 0;
  animation: sec01Fadein 1.5s 0.6s forwards;
}
@keyframes sec01Fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-brand_scroll {
  font-size: 16px;
  line-height: 1;
  position: fixed;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-brand_scroll {
    font-size: 12px;
    bottom: 140px;
  }
}
.p-brand_scroll::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: calc(100% + 6px);
  left: calc(50% - 6px);
  animation: scroll 2.2s 0s infinite linear;
}
@keyframes scroll {
  0% {
    transform: translateY(0) rotate(45deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    transform: translateY(12px) rotate(45deg);
  }
  80%, 100% {
    transform: translateY(12px) rotate(45deg);
    opacity: 0;
  }
}
.p-brand_sec02 img {
  width: min(29.9305555556vw, 431px);
}
@media screen and (max-width: 767px) {
  .p-brand_sec02 img {
    width: 57.3333333333vw;
  }
}
.p-brand_sec03 img {
  width: min(54.0972222222vw, 779px);
}
@media screen and (max-width: 767px) {
  .p-brand_sec03 img {
    width: 83.4666666667vw;
  }
}
.p-brand_sec04 img {
  width: min(41.6666666667vw, 600px);
}
@media screen and (max-width: 767px) {
  .p-brand_sec04 img {
    width: 80vw;
  }
}
.p-brand_sec05 img {
  width: min(53.8888888889vw, 776px);
}
@media screen and (max-width: 767px) {
  .p-brand_sec05 img {
    width: 83.7333333333vw;
  }
}
.p-brand_sec06 img {
  width: min(42.9166666667vw, 618px);
}
@media screen and (max-width: 767px) {
  .p-brand_sec06 img {
    width: 82.4vw;
  }
}
.p-brand_sec07 img {
  width: min(54.5833333333vw, 786px);
}
@media screen and (max-width: 767px) {
  .p-brand_sec07 img {
    width: 84.2666666667vw;
  }
}
.p-brand_sec08 img {
  width: min(45.2083333333vw, 651px);
}
@media screen and (max-width: 767px) {
  .p-brand_sec08 img {
    width: 86.6666666667vw;
  }
}
.p-brand_sec09 img {
  width: min(54.375vw, 783px);
}
@media screen and (max-width: 767px) {
  .p-brand_sec09 img {
    width: 85.3333333333vw;
  }
}
.p-brand_sec10 img {
  width: min(38.125vw, 549px);
}
@media screen and (max-width: 767px) {
  .p-brand_sec10 img {
    width: 73.0666666667vw;
  }
}
.p-brand_sec11 img {
  width: min(54.1666666667vw, 780px);
}
@media screen and (max-width: 767px) {
  .p-brand_sec11 img {
    width: 83.4666666667vw;
  }
}
.p-brand_sec12 img {
  width: min(42.5694444444vw, 613px);
}
@media screen and (max-width: 767px) {
  .p-brand_sec12 img {
    width: 81.6vw;
  }
}
.p-brand_sec13 img {
  width: min(54.1666666667vw, 780px);
}
@media screen and (max-width: 767px) {
  .p-brand_sec13 img {
    width: 83.4666666667vw;
  }
}
.p-brand_sec14 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-brand_sec14 {
    height: auto;
    min-height: 100vh;
    align-items: flex-start;
    padding: 130px 0 80px;
  }
}
.p-brand_sec14 img {
  width: min(54.2361111111vw, 781px);
}
@media screen and (max-width: 767px) {
  .p-brand_sec14 img {
    width: 80vw;
  }
}
.p-brand_secFoot {
  display: block;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-brand_secFoot::-webkit-scrollbar {
  display: none;
}

.p-brand_fade {
  opacity: 0;
  transition: 1s 0s;
}
.docSlider-current .p-brand_fade {
  opacity: 1;
  transition: 1s 1.4s;
}

.p-brand_blur {
  opacity: 0;
  filter: blur(20px);
  transform: translateY(40px);
  transition: opacity 1s 0s, filter 1s 0s, transform 1s 0.5s;
}
.docSlider-current .p-brand_blur {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition: opacity 1s 1.4s, filter 1s 1.4s, transform 1s 1.6s;
}

.p-brandMore_container {
  max-width: 782px;
  margin: 0 auto;
  position: relative;
}
.p-brandMore_textBox {
  width: 374px;
  padding-top: 70px;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-brandMore_textBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 40px 0 20px;
  }
}
.p-brandMore_textBox ._enTtl {
  color: #006783;
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-brandMore_textBox ._enTtl {
    font-size: 6.4vw;
  }
}
.p-brandMore_textBox ._jaTtl {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-brandMore_textBox ._jaTtl {
    font-size: 3.7333333333vw;
  }
}
.p-brandMore_textBox ._more {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-brandMore_textBox ._more {
    margin-top: auto;
  }
}

.p-brand .docSlider-pager {
  display: flex;
  flex-direction: column;
  gap: 15px 12px;
  position: fixed;
  right: min(5vw, 55px);
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  z-index: 9;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 767px) {
  .p-brand .docSlider-pager {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    right: 0;
    top: auto;
    bottom: 75px;
  }
}
.p-brand .docSlider-pager.is-hide {
  opacity: 0;
  visibility: hidden;
}
.p-brand .docSlider-pager .docSlider-button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  border: 1px solid #959595;
  border-radius: 50%;
}
.p-brand .docSlider-pager .docSlider-button:nth-child(3), .p-brand .docSlider-pager .docSlider-button:nth-child(5), .p-brand .docSlider-pager .docSlider-button:nth-child(7), .p-brand .docSlider-pager .docSlider-button:nth-child(9), .p-brand .docSlider-pager .docSlider-button:nth-child(11), .p-brand .docSlider-pager .docSlider-button:nth-child(13) {
  margin-top: -25px;
  pointer-events: none;
  background-color: transparent;
  border-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-brand .docSlider-pager .docSlider-button:nth-child(3), .p-brand .docSlider-pager .docSlider-button:nth-child(5), .p-brand .docSlider-pager .docSlider-button:nth-child(7), .p-brand .docSlider-pager .docSlider-button:nth-child(9), .p-brand .docSlider-pager .docSlider-button:nth-child(11), .p-brand .docSlider-pager .docSlider-button:nth-child(13) {
    margin-top: 0;
    margin-left: -22px;
  }
}
.p-brand .docSlider-pager .docSlider-button.selected {
  background-color: #959595;
}

.is-blandBody .fixed {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}
.is-blandBody .footer_topto {
  opacity: 1;
}
.is-blandBody.docSlider-index_0 .footer_topto {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .docSlider-page_15 .fixed {
    opacity: 0;
  }
}

.is-footerPos .fixed,
.is-footerPos .docSlider-pager {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */