@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #444;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

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

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.wrapper {
  position: relative;
}

.c-header {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 5;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  top: 0;
  width: 100%;
}
.c-header.scrolled > .inner-block {
  background-color: #fff;
}
.c-header:has(.tab-box.is-active) > .inner-block {
  background-color: #f5f5f5 !important;
}
.c-header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-header .logo img {
  display: block;
  width: min(303px, 21.0416666667vw);
}
.c-header .btn-menu .inn {
  width: min(60px, 4.1666666667vw);
  padding: min(10px, 0.6944444444vw);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*------------------------------------------------------------------------------
header
------------------------------------------------------------------------------*/
.g-nav-block > .inner-block {
  width: 100%;
  max-width: inherit;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.g-nav-block .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: min(100px, 6.9444444444vw);
}

.g-nav-block .search img,
.g-nav-block .close img {
  width: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.g-nav-block .search .close {
  width: 28px;
}


.g-nav-block .search span,
.g-nav-block .close span {
  display: block;
  font-size: 18px;
  text-align: center;
}

.g-nav-block .search,
.g-nav-block .close {
  display: none;
}

.g-nav-block .search.is-delate,
.g-nav-block .close.is-delate {
  display: block;
  cursor: pointer;
}

#header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}

.g-nav-block .search {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  padding: min(17px, 1.1805555556vw);
  aspect-ratio: 1/1;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#wrapper .admin-header-title {
  font-size: 24px;
}

.tab-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.tab-btn-area .ttl {
  background-color: #a4a4a4;
  color: #fff;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 50%;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tab-btn-area .ttl.is-active {
  background-color: #EFE5DC;
  color: #333;
}
/*フリーワード検索*/
.tab-cont-area {
  padding: 30px 40px;
  background-color: #fff;
  border: 1px solid #EFE5DC;
}

.tab-cont-area .input-area span {
  font-size: 14px;
  margin-right: 15px;
}

.tab-cont-area .input-area {
  width: 80%;
  text-align: right;
}

.tab-cont-area .input-area input {
  height: 50px;
  width: 700px;
  border: 1px solid #acacac;
  padding: 20px;
}

.tab-cont-area .freeword-area + .input-area {
  margin-top: 20px;
}

.tab-cont-area .input-area input.exclude {
  width: 650px;
}
/*check-box*/
.search-btn-box label .radio {
  visibility: hidden;
  opacity: 0;
}

.search-btn-box label {
  display: inline-block;
  cursor: pointer;
  height: 20px;
}

.search-btn-box label span {
  font-size: 14px;
  padding-left: 30px;
  position: relative;
}

.search-btn-box label span:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #acacac;
  border-radius: 50%;
  background: #fff;
}

.search-btn-box .radio:checked + span:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #bd8bca;
}

.search-btn-box .about-search {
  display: block;
  color: #bd8bca;
  font-size: 14px;
  position: relative;
  text-align: right;
  margin-top: 5px;
  cursor: pointer;
}

.search-btn-box .about-search:before {
  content: "";
  background: url(../img/common/icon_question_purple.svg) no-repeat center center;
  -webkit-background-position: center center;
  background-size: contain;
  -webkit-background-size: contain;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 106px;
  top: 3px;
}

.tab-cont-area .btn-area .c-btn01 {
  width: 300px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  margin-top: 30px;
}

/*絞り込み検索*/
.tab-box.js-tab-area {
  padding: 30px 0 40px 0;
  display: none;
}

.tab-box.js-tab-area.is-active {
  display: block;
  background-color: #f5f5f5;
}
.tab-cont-area .check-box table th {
  background-color: #EFE5DC;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  border: 1px solid #a4a4a4;
}

.tab-cont-area .check-box table td {
  background-color: #f8f8f8;
  height: 50px;
  width: 50%;
  line-height: 50px;
  font-size: 18px;
  text-align: left;
  padding-left: 20px;
  border: 1px solid #a4a4a4;
  cursor: pointer;
}

.tab-cont-area .check-box table td input {
  display: none;
}

.tab-cont-area .check-box label {
  display: block;
  position: relative;
}

.tab-cont-area .check-box label:before {
  content: "";
  width: 35px;
  height: 35px;
  border: 1px solid #a4a4a4;
  position: absolute;
  background-color: #fff;
  top: 8px;
  right: 10px;
}

.tab-cont-area .check-box input:checked + span:after {
  content: "";
  background: url(../img/common/icon_check.svg) no-repeat center center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  top: 14px;
  right: 17px;
  z-index: 3;
}

.tab-cont-area .select-box {
  margin-top: 30px;
}

.tab-cont-area .select-box select {
  width: 500px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  display: block;
  margin: 0 auto;
  padding-left: 20px;
  cursor: pointer;
}

.tab-cont-area .select-box label {
  width: 500px;
  height: 50px;
  display: block;
  margin: 0 auto;
  position: relative;
  border: 1px solid #a4a4a4;
}

.tab-cont-area .select-box label:before {
  content: "";
  position: absolute;
  background: url(../img/common/arrow_bottom_purple.svg) no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 10px;
  right: 20px;
  top: 20px;
}

.tab-cont {
  display: none;
}

.tab-cont.is-active {
  display: block;
}

/*sns-moda*/
.sns-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 997;
  height: 100vh;
  width: 100%;
  display: none;
}

.sns-modal .bg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
}

.sns-modal .inner {
  background: #fff;
  border-radius: 10px;
  position: absolute;
  margin: auto;
  height: 80vh;
  width: 90vw;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sns-modal .close-btn {
  cursor: pointer;
  position: absolute;
  top: -45px;
  right: -40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 12px 0 0 0;
}

.sns-modal .name-area {
  margin: 0 0 10px;
}

.sns-modal .name-area {
  display: table;
  width: 100%;
}

.sns-modal .name-area .icon {
  display: table-cell;
  height: 40px;
  width: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 20px 0 0;
  vertical-align: middle;
  text-align: left;
}

.sns-modal .name-area .name {
  display: table-cell;
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
  text-align: left;
}

.sns-modal .name-area .name a {
  text-decoration: underline;
}

.sns-modal .movie iframe {
  height: 200px;
  width: 100%;
}

.sns-modal .movie video {
  max-height: 500px;
}

.sns-modal .title {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  text-decoration: underline;
}

#wrapper .sns-modal .title a,
#wrapper .sns-modal .name a {
  display: inline;
  height: auto;
  min-height: 1px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sns-modal .content {
  overflow-y: scroll;
  height: 190px;
  padding: 0 0 10px;
}

.sns-modal .date {
  color: #b1b1b1;
  font-style: italic;
  margin: 10px 0 0;
  text-align: right;
}

.sns-modal .share-area {
  font-size: 14px;
}
.not-found-message {
  font-size: 20px;
}

.explain-box {
  width: 50%;
}

.explain-box.and {
  border-right: 1px solid #cccccc;
  text-align: center;
}

.explain-box.or {
  text-align: center;
}

.explain-box .title {
  color: #333;
  font-size: 18px;
  text-decoration: none;
}

.explain-box .image {
  margin: 0 0 10px;
}

.explain-box .explain {
  color: #333;
  font-size: 14px;
  width: 60%;
  margin: 0 auto;
}

.explain-box.and .explain {
  width: 63%;
}

.explain-box .explain .bold {
  font-weight: bold;
}

.total-search-number {
  font-size: 20px;
  margin: -40px 0 20px;
  text-align: center;
}

.explain-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  padding: 30px 0;
}

.explain-box-wrap .title {
  margin-top: 0;
}

.modal-lead {
  padding: 10px 0;
  background: #EFE5DC;
  color: #fff;
  font-size: 16px;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

.modal-lead img {
  margin-right: 9px;
}
.c-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.c-footer .inner-block {
  padding-inline: min(30px, 2.0833333333vw);
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  padding-top: min(50px, 3.4722222222vw);
  z-index: 2;
  margin-bottom: min(150px, 10.4166666667vw);
}
.c-footer .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: min(50px, 3.4722222222vw);
  border-bottom: 1px solid #444;
  background-color: inherit;
}
.c-footer .top .logo {
  margin-top: min(20px, 1.3888888889vw);
}
.c-footer .top .logo img {
  display: block;
  width: min(301px, 20.9027777778vw);
}
.c-footer .top .sns-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(30px, 2.0833333333vw);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: min(10px, 0.6944444444vw);
}
.c-footer .top .sns-wrap a {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: min(30px, 2.0833333333vw);
}
.c-footer .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: min(48px, 3.3333333333vw);
}
.c-footer .bottom .copy {
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  font-size: min(14px, 0.9722222222vw);
  margin-top: min(10px, 0.6944444444vw);
}
.c-footer .bottom .button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(20px, 1.3888888889vw);
}
.c-footer .bottom .button-wrap .button {
  width: min(300px, 20.8333333333vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: min(66px, 4.5833333333vw);
  border: 1px solid #444;
  padding-block: min(25px, 1.7361111111vw);
  font-weight: 500;
  font-size: min(20px, 1.3888888889vw);
  gap: min(10px, 0.6944444444vw);
}
.c-footer .bottom .button-wrap .button .icon {
  width: min(30px, 2.0833333333vw);
}

.kv {
  background: url(../img/matsu/matsu_kv_img.jpg.webp) no-repeat center center/cover;
  height: min(604px, 41.9444444444vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kv .ttl {
  max-width: min(897px, 62.2916666667vw);
  display: block;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: min(150px, 10.4166666667vw);
  height: auto;
  margin: auto;
}
.kv .c-crumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(20px, 1.3888888889vw);
  margin: min(30px, 2.0833333333vw) auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.kv .c-crumb li {
  font-size: min(16px, 1.1111111111vw);
  position: relative;
}
.kv .c-crumb li > a {
  font-weight: bold;
  text-decoration: underline;
}
.kv .c-crumb li > a::before {
  content: ">";
  position: absolute;
  right: max(-15px, -1.0416666667vw);
  top: 0;
  font-size: min(16px, 1.1111111111vw);
}

.c-btn01 {
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #fff;
  background-color: #bd8bca;
  border-radius: 25px;
}

.c-btn02 {
  font-family: "Cormorant", serif;
  font-size: min(16px, 1.1111111111vw);
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(22px, 1.5277777778vw);
}
.c-btn02:hover .arrow {
  -webkit-transform: translate(10px);
          transform: translate(10px);
}
.c-btn02 .arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-top: 4.6px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn02 .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 7.5px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}

.c-img {
  border-radius: min(10px, 0.6944444444vw);
  overflow: hidden;
}
.c-img img {
  width: 100%;
}

.swiper {
  overflow: hidden;
  width: 100%;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.swiper-slide {
  width: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(280px, 19.4444444444vw);
}
.swiper-slide + .swiper-slide {
  margin-right: min(40px, 2.7777777778vw);
}

.swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 50px auto 0;
}

.swiper-pagination-bullet {
  background: 0;
  opacity: 0.6;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #333;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.Pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: min(46px, 3.1944444444vw) auto 0;
  list-style: none;
}
.Pagination li {
   width: min(60px, 4.1666666667vw);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Pagination .Pagination-Item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: start;
}
.Pagination .Pagination-Item-wrap li {
  width: min(60px, 4.1666666667vw);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Pagination .Pagination-Item a {
  width: min(60px, 4.1666666667vw);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Pagination .Pagination-Item .arrow {
  position: relative;
  display: inline-block;
  width: 7.5px;
  height: 11.1px;
}
.Pagination .Pagination-Item .arrow::before, .Pagination .Pagination-Item .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 9px;
  height: 2px;
  border-radius: 9999px;
  background-color: #333;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.Pagination .Pagination-Item .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.Pagination .Pagination-Item .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.Pagination .Pagination-Item.prev .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.Pagination .prev, .Pagination .next {
  background-color: #fff;
  border-radius: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.Pagination .prev > a, .Pagination .next > a {
  width: min(40px, 2.7777777778vw);
  height: min(40px, 2.7777777778vw);
  aspect-ratio: 1/1;
}
.Pagination .prev:hover, .Pagination .next:hover {
  background-color: #eeeeee;
}
.Pagination .num {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: min(20px, 1.3888888889vw);
}
.Pagination .num.isActive {
  position: relative;
  color: #8A58AE;
}
.Pagination .num.isActive::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: min(30px, 2.0833333333vw);
  height: 2px;
  background-color: #8A58AE;
}

.Pagination > * + * {
  margin-left: min(20px, 1.3888888889vw);
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home-wrap {
  position: relative;
}
.home-wrap::after {
  content: "";
  background: url(../img/home/home_bg_bottom.png.webp) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: min(1931px, 134.0972222222vw);
  z-index: 0;
  pointer-events: none;
}

.top {
  background-color: #EFE5DC;
}
.top .mv {
  padding-top: min(112px, 7.7777777778vw);
}
.top .mv .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow: hidden;
}
.top .mv .img-wrap.swiper-initialized {
  display: block;
}
.top .mv .img-wrap .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top .mv .img-wrap .swiper-slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
.top .mv .img-wrap .swiper-slide + .swiper-slide {
  margin-right: 0;
}
.top .mv .img-wrap .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .mv .ttl {
  display: block;
  width: 100%;
  text-align: center;
  font-size: clamp(24px, 13vw, 260px);
  font-family: "Cormorant", serif;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 5;
  margin-top: max(-250px, -17.3611111111vw);
}
.top .message-sec .cont-wrap {
  padding-top: min(28px, 1.9444444444vw);
  position: relative;
  width: 100%;
}
.top .message-sec .cont-wrap::before {
  content: "Message";
  pointer-events: none;
  position: absolute;
  font-family: "Cormorant", serif;
  color: #fff;
  font-size: min(300px, 20.8333333333vw);
  top: max(-60px, -4.1666666667vw);
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 0;
  opacity: 0.3;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top .message-sec .cont-wrap .ttl {
  font-size: min(40px, 2.7777777778vw);
  font-family: "Cormorant", serif;
  text-align: center;
  position: relative;
  z-index: 2;
}
.top .message-sec .cont-wrap .txt {
  font-size: min(24px, 1.6666666667vw);
  font-family: "Cormorant", serif;
  text-align: center;
  line-height: 2em;
  position: relative;
  z-index: 2;
  margin-top: min(31px, 2.1527777778vw);
}
.top .message-sec .cont-wrap .small {
  margin: min(65px, 4.5138888889vw) auto 0;
  width: min(766px, 53.1944444444vw);
  line-height: 1.9em;
  font-size: min(16px, 1.1111111111vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top .message-sec .cont-wrap .small > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top .message-sec .cont-wrap .small > p:nth-child(1) {
  white-space: nowrap;
}
.top .message-sec .cont-wrap .small + .small-wrap .small {
  margin-top: 0;
}
.top .new-rank-sec {
  padding-top: min(95px, 6.5972222222vw);
  position: relative;
  z-index: 3;
}
.top .new-rank-sec .rank-up-member {
  margin: 0 auto 20px;
}
.top .new-rank-sec .rank-up-member .swiper-slide {
  display: flex;
  gap: min(90px, 6.25vw);
}
.top .new-rank-sec .rank-up-member .img-wrap {
  border-radius: 10px;
  width: min(500px, 34.7222222222vw);
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 50%;
}
.top .new-rank-sec .rank-up-member .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .new-rank-sec .rank-up-member .txt-wrap {
  padding-top: min(10px, 0.6944444444vw);
}
.top .new-rank-sec .rank-up-member .txt-wrap .ttl {
  display: block;
}
.top .new-rank-sec .rank-up-member .txt-wrap .ttl .en {
  font-size: min(100px, 6.9444444444vw);
  font-family: "Cormorant", serif;
  display: block;
  width: 100%;
  line-height: 1;
}
.top .new-rank-sec .rank-up-member .txt-wrap .ttl .jp {
  margin-top: min(10px, 0.6944444444vw);
  display: block;
  font-size: min(14px, 0.9722222222vw);
}
.top .new-rank-sec .rank-up-member .txt-wrap .name {
  margin-top: min(75px, 5.2083333333vw);
  font-size: min(40px, 2.7777777778vw);
}
.top .new-rank-sec .rank-up-member .txt-wrap .name .rank {
  font-size: min(20px, 1.3888888889vw);
  margin-bottom: min(10px, 0.6944444444vw);
}
.top .new-rank-sec .rank-up-member .txt-wrap .name .name-txt {
  font-size: min(40px, 2.7777777778vw);
}
.top .new-rank-sec .rank-up-member .txt-wrap .c-btn02 {
  margin-top: min(67px, 4.6527777778vw);
}
.top .new-rank-sec .swiper {
  margin-top: min(80px, 5.5555555556vw);
}
.top .new-rank-sec .sub-swiper.swiper .swiper-wrapper {
  /* gap: min(80px, 5.5555555556vw); */
}
.top .new-rank-sec .swiper .swiper-slide {
  width: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(240px, 16.6666666667vw);
  margin-right: 0;
}
.top .new-rank-sec .swiper .swiper-slide .img-wrap {
  width: min(240px, 16.6666666667vw);
  height: 0;
  padding-top: 108%;
  position: relative;
}
.top .new-rank-sec .swiper .swiper-slide .img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.top .new-rank-sec .swiper .swiper-slide p {
  margin-top: min(20px, 1.3888888889vw);
  font-weight: 500;
}
.top .new-rank-sec .rank-up-member .swiper-slide {
  transition-property: opacity !important;
}
.top .new-rank-sec .rank-up-member .swiper-slide .swiper-inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  gap: min(90px, 6.25vw);
  align-items: start;
  justify-content: center;
}
.top .new-rank-sec .rank-up-member.swiper .img-wrap {
  width: min(500px, 34.7222222222vw);
  border-radius: min(10px, 0.6944444444vw);
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 50%;
}
.top .new-rank-sec .new-rank-swiper .box {
  background: #E3D7CC;
  border-radius: 40px;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  padding: 35px 0 68px;
}
.top .new-rank-sec .new-rank-swiper + .small {
  margin-top: 20px;
}
.top .new-rank-sec .new-rank-swiper .ttl {
  font-weight: 500;
  font-family: "Cormorant", serif;
  font-size: min(100px, 5.2083333vw);
  text-align: center;
}
.top .new-rank-sec .new-rank-swiper .ttl + p {
  margin-top: 0;
}
.top .new-rank-sec .new-rank-swiper .d-flex {
  display: flex;
  gap: 80px;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 40px;
  margin-right: 43px;
  align-items: start;
}
.top .new-rank-sec .new-rank-swiper .d-flex img {
  width: 166px;
  height: 166px;
  object-fit: cover;
}
.top .new-rank-sec .new-rank-swiper .swiper-wrapper {
  gap: 0;
}
.top .new-rank-sec .new-rank-swiper .txt-area {
  margin-top: 16px;
  text-align: left;
}
.top .new-rank-sec .new-rank-swiper .txt-area .rank-name {
  font-size: 20px;
}
.top .new-rank-sec .new-rank-swiper .txt-area .people {
  font-size: 40px;
  margin-top: 17px;
}
.top .new-rank-sec .new-rank-swiper .box .c-btn02 {
  justify-content: center;
}
.top .pick-up-sec {
  margin-top: min(115px, 7.9861111111vw);
  position: relative;
  z-index: 3;
}
.top .pick-up-sec .inner-block {
  max-width: 1440px;
  padding-inline: 40px;
}
.top .pick-up-sec .ttl {
  display: block;
  width: 100%;
  text-align: center;
}
.top .pick-up-sec .ttl .en {
  font-size: min(100px, 6.9444444444vw);
  font-family: "Cormorant", serif;
  line-height: 1;
}
.top .pick-up-sec .link-wrap {
  margin-top: min(70px, 4.8611111111vw);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(80px, 5.5555555556vw);
}
.top .pick-up-sec .link-wrap li .img-wrap {
  width: min(400px, 27.7777777778vw);
  padding-top: 112.5%;
  height: 0;
  border-radius: min(10px, 0.6944444444vw);
  overflow: hidden;
  position: relative;
}
.top .pick-up-sec .link-wrap li .img-wrap img {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.top .pick-up-sec .link-wrap li p {
  margin-top: min(20px, 1.3888888889vw);
  font-size: min(24px, 1.6666666667vw);
  font-weight: 500;
}
.top .member-sec {
  padding-top: min(118px, 8.1944444444vw);
  position: relative;
  z-index: 3;
}
.top .member-sec .inner-block {
  max-width: 1440px;
  padding-inline: 40px;
}
.top .member-sec .ttl {
  position: relative;
}
.top .member-sec .ttl .en {
  font-size: min(100px, 6.9444444444vw);
  font-family: "Cormorant", serif;
  display: block;
  width: 100%;
  line-height: 1;
}
.top .member-sec .ttl::before {
  content: "";
  width: min(900px, 30.5vw);
  height: 1px;
  background-color: #333;
  display: block;
  position: absolute;
  right: 0;
  top: 33%;
}
.top .member-sec .member-wrap .card > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(40px, 2.7777777778vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .member-sec .member-wrap .card > a:hover .arrow {
  -webkit-transform: translate(10px);
          transform: translate(10px);
}
.top .member-sec .member-wrap .card img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.top .member-sec .member-wrap .card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top .member-sec .member-wrap .card .txt-wrap p {
  margin-top: min(20px, 1.3888888889vw);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(30px, 2.0833333333vw);
  font-weight: 500;
}
.top .member-sec .member-wrap .card .txt-wrap p + p {
  margin-top: min(5px, 0.3472222222vw);
}
.top .member-sec .member-wrap .card .arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-top: 4.6px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: min(50px, 3.4722222222vw);
}
.top .member-sec .member-wrap .card .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 7.5px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
.top .member-sec .member-wrap .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: min(50px, 3.4722222222vw);
  font-weight: 500;
}
.top .member-sec .member-wrap .column img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .member-sec .member-wrap .column .img-wrap {
  position: relative;
  height: 0;
  padding-top: 82.3%;
}
.top .member-sec .member-wrap .one-column .img-wrap {
  width: min(540px, 37.5vw);
}

.top .member-sec .member-wrap .two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(80px, 5.5555555556vw);
}
.top .member-sec .member-wrap .two-column .img-wrap {
  padding-top: 78.2%;
  width: min(450px, 31.25vw);
}
.top .member-sec .member-wrap .two-column img {
  display: block;
}
.top .member-sec .member-wrap .two-column li .txt-wrap p {
  font-size: min(30px, 2.0833333333vw);
}
.top .member-sec .member-wrap .two-column li .txt-wrap p:nth-child(1) {
  margin-top: 0;
}
.top .member-sec .member-wrap .three-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(80px, 5.5555555556vw);
}
.top .member-sec .member-wrap .three-column li > a {
  display: block;
}
.top .member-sec .member-wrap .three-column .img-wrap {
   width: min(400px, 27.7777777778vw);
   padding-top: 112.5%;
}
.top .member-sec .member-wrap .three-column img {
  display: block;
}
.top .member-sec .member-wrap .three-column li .txt-wrap {
  position: relative;
}
.top .member-sec .member-wrap .three-column li .txt-wrap p {
  margin-top: min(30px, 2.0833333333vw);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(24px, 1.6666666667vw);
}
.top .member-sec .member-wrap .three-column li .txt-wrap p + p {
  margin-top: min(2px, 0.1388888889vw);
}
.top .member-sec .member-wrap .three-column li .txt-wrap .arrow {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: min(19px, 1.3194444444vw);
}
.top .member-sec .member-wrap .four-column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(52px, 3.6111111111vw);
}
.top .member-sec .member-wrap .four-column li > a {
  display: block;
}
.top .member-sec .member-wrap .four-column .img-wrap {
  display: block;
  width: min(300px, 20.8333333333vw);
  padding-top: 112.8%;
}

.top .member-sec .member-wrap .four-column li .txt-wrap {
  position: relative;
}
.top .member-sec .member-wrap .four-column li .txt-wrap p {
  margin-top: min(18px, 1.25vw);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(24px, 1.6666666667vw);
}
.top .member-sec .member-wrap .four-column li .txt-wrap p + p {
  margin-top: min(5px, 0.3472222222vw);
}
.top .member-sec .member-wrap .four-column li .txt-wrap .arrow {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: min(19px, 1.3194444444vw);
}
.top .magazine-sec {
  position: relative;
  z-index: 3;
  margin-top: min(95px, 6.5972222222vw);
  padding-bottom: min(473px, 32.8472222222vw);
}
.top .magazine-sec .inner-block {
  max-width: 1440px;
  padding-inline: 40px;
}
.top .magazine-sec .ttl {
  display: block;
}
.top .magazine-sec .ttl .en {
  font-size: min(100px, 6.9444444444vw);
  font-family: "Cormorant", serif;
  line-height: 1;
}
.top .magazine-sec .cont-wrap {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top .magazine-sec .cont-wrap .img-wrap {
  width: min(890px, 61.8055555556vw);
}
.top .magazine-sec .cont-wrap .img-wrap .img {
  width: 100%;
}
.top .magazine-sec .cont-wrap .txt-wrap {
  margin-top: min(12px, 0.8333333333vw);
}
.top .magazine-sec .cont-wrap .txt-wrap p {
  margin-top: min(65px, 4.5138888889vw);
  line-height: 2em;
  font-size: min(16px, 1.1111111111vw);
}
.top .magazine-sec .cont-wrap .txt-wrap .c-btn02 {
  margin-top: min(35px, 2.4305555556vw);
}
.top .magazine-sec .link {
  text-decoration: underline;
}
.top .magazine-sec .link:hover {
  text-decoration: none;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.matsu .kv {
  background: url(../img/matsu/matsu_kv_img.jpg.webp) no-repeat center center/cover;
}
.matsu .kv .ttl {
  padding-top: 120px;
  max-width: min(700px, 36.45833vw);
}
.matsu .intro-sec .inner-block {
  max-width: 1160px;
  padding-inline: 40px;
}
.matsu .intro-sec .cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(100px, 6.9444444444vw);
  margin-top: -30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.matsu .intro-sec .cont-wrap .ppl-img-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0;
  padding-top: 62%;
  aspect-ratio: 581/ 700;
}
.matsu .intro-sec .cont-wrap .ppl-img-wrap::before {
  content: "";
  background: url(../img/matsu/matsu_frame.png.webp) no-repeat center top/cover;
  display: block;
  width: 109%;
  height: 107%;
  position: absolute;
  top: -11px;
  left: -16px;
  z-index: 1;
}
.matsu .intro-sec .cont-wrap .ppl-img-wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.matsu .intro-sec .cont-wrap .name-wrap p {
  font-size: min(50px, 3.4722222222vw);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.matsu .intro-sec .cont-wrap .name-wrap p + p {
  margin-top: min(10px, 0.6944444444vw);
}
.matsu .intro-sec .profile-cont-wrap {
  margin-top: min(81px, 5.625vw);
  margin-bottom: min(99px, 6.875vw);
}
.matsu .intro-sec .profile-cont-wrap .ttl-wrap {
  margin: 0 auto;
}
.matsu .intro-sec .profile-cont-wrap .ttl-wrap .ttl {
  text-align: center;
  font-family: "Cormorant", serif;
  font-size: min(80px, 5.5555555556vw);
}
.matsu .intro-sec .profile-cont-wrap .ttl-wrap .sns-wrap {
  margin: min(14px, 0.9722222222vw) auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.matsu .intro-sec .profile-cont-wrap .profile-table {
  max-width: 1000px;
  margin: 30px auto 0;
}
.matsu .intro-sec .profile-cont-wrap .profile-table .cont {
  border-bottom: 1px solid #AFAFAF;
  padding-block: min(30px, 2.0833333333vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 0.05rem;
}
.matsu .intro-sec .profile-cont-wrap .profile-table .cont > p {
  width: min(300px, 20.8333333333vw);
  font-size: min(24px, 1.6666666667vw);
  font-weight: bold;
  flex-shrink: 0;
}
.matsu .intro-sec .profile-cont-wrap .profile-table .cont > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(24px, 1.6666666667vw);
  font-weight: 500;
}
.matsu .intro-sec .profile-cont-wrap .profile-table .cont > div button {
  margin-left: 10px;
}
.matsu .intro-sec .profile-cont-wrap .profile-table .cont > div img {
  width: 100px;
}
.matsu .intro-sec .profile-cont-wrap .profile-table .cont > div img + p {
  margin-left: 50px;
}
.matsu .intro-sec .profile-cont-wrap .profile-table .cont > div .hatena {
  width: min(40px, 2.7777777778vw);
  display: block;
}
.matsu .intro-sec .profile-cont-wrap .profile-table .cont .info-wrap {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 500px;
  padding: 30px 20px 20px;
  background: white;
  border-radius: 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.matsu .intro-sec .profile-cont-wrap .profile-table .cont .info-wrap .close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.matsu .story-sec {
  background-color: #fff;
  padding-block: min(100px, 6.9444444444vw) min(446px, 30.9722222222vw);
  position: relative;
}
.matsu .story-sec::before {
  content: "";
  background: url(../img/matsu/matsu_bg_top.png.webp) no-repeat center top/cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: min(1313px, 91.1805555556vw);
  height: 100%;
  z-index: 0;
}
.matsu .story-sec::after {
  content: "";
  background: url(../img/matsu/matsu_bg_bottom.png.webp) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: min(1276px, 88.6111111111vw);
  z-index: 0;
}
.matsu .story-sec .swiper-slide {
  position: relative;
  height: 0;
  padding-top: 25.5%;
}
.matsu .story-sec .swiper-slide img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.matsu .story-sec .img-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(40px, 2.7777777778vw);
}
.matsu .story-sec .ppl-wrap {
  position: relative;
  padding-top: 26%;
  width: min(250px, 17.3611111111vw);
  height: 0;
}
.matsu .story-sec .img-wrap .ppl {
  display: block;
  width: min(250px, 17.3611111111vw);
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.matsu .story-sec.content-none::after {
  display: none;
}
.matsu .story-sec .bg-block {
  background-color: #fff;
  max-width: 1380px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.matsu .story-sec .inner-block {
  padding-block: min(80px, 5.5555555556vw);
}
.matsu .story-sec .movie-wrap {
  max-width: 900px;
  aspect-ratio: 16/9;
  margin: 0 auto;
  border: 1px solid #AFAFAF;
  position: relative;
}
.matsu .story-sec .movie-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.matsu .story-sec .story-block {
  padding-block: min(41px, 2.8472222222vw) min(78px, 5.4166666667vw);
  max-width: 1260px;
}
.matsu .story-sec .story-block .ttl {
  font-family: "Cormorant", serif;
  font-size: min(50px, 3.4722222222vw);
  text-align: center;
  margin-bottom: min(38px, 2.6388888889vw);
}
.matsu .story-sec .story-block p {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 3.2em;
  font-size: min(20px, 1.3888888889vw);
}
.matsu .story-sec .story-block p a {
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width:768px) {
  .matsu .story-sec .story-block p a:hover {
    text-decoration: none;
  }
}
.matsu .story-sec .story-block p + p {
  margin-top: min(45px, 3.125vw);
}
.matsu .story-sec .story-block .swiper {
  max-width: 1380px;
  margin-top: min(50px, 3.4722222222vw);
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.take .kv {
  background: url(../img/take/take_kv_img.jpg.webp) no-repeat center center/cover;
}
.take .kv .ttl {
  max-width: min(580px, 40.2777777778vw);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.take .intro-sec {
  margin-top: max(-130px, -9.0277777778vw);
}
.take .intro-sec .inner-block {
  max-width: 1160px;
  padding-inline: 40px;
}
.take .intro-sec .cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(100px, 6.9444444444vw);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.take .intro-sec .cont-wrap .ppl-img-wrap {
  width: min(527px, 40.3472222222vw);
  padding-top: 60.6%;
  position: relative;
  height: 0;
}
.take .intro-sec .cont-wrap .ppl-img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  margin: 0 auto;
}
.take .intro-sec .cont-wrap .name-wrap p {
  font-size: min(50px, 3.4722222222vw);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.take .intro-sec .cont-wrap .name-wrap p + p {
  margin-top: min(10px, 0.6944444444vw);
}
.take .intro-sec .profile-cont-wrap {
  margin-top: min(81px, 5.625vw);
  margin-bottom: min(99px, 6.875vw);
}
.take .intro-sec .profile-cont-wrap .ttl-wrap {
  margin: 0 auto;
}
.take .intro-sec .profile-cont-wrap .ttl-wrap .ttl {
  text-align: center;
  font-family: "Cormorant", serif;
  font-size: min(80px, 5.5555555556vw);
}
.take .intro-sec .profile-cont-wrap .ttl-wrap .sns-wrap {
  margin: min(14px, 0.9722222222vw) auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.take .intro-sec .profile-cont-wrap .profile-table {
  max-width: 1000px;
  margin: 30px auto 0;
}
.take .intro-sec .profile-cont-wrap .profile-table .cont {
  border-bottom: 1px solid #AFAFAF;
  padding-block: min(30px, 2.0833333333vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 0.05rem;
}
.take .intro-sec .profile-cont-wrap .profile-table .cont > p {
  width: min(300px, 20.8333333333vw);
  font-size: min(24px, 1.6666666667vw);
  font-weight: bold;
}
.take .intro-sec .profile-cont-wrap .profile-table .cont > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(24px, 1.6666666667vw);
  font-weight: 500;
}
.take .intro-sec .profile-cont-wrap .profile-table .cont > div button {
  margin-left: 10px;
}
.take .intro-sec .profile-cont-wrap .profile-table .cont > div img {
  width: 100px;
}
.take .intro-sec .profile-cont-wrap .profile-table .cont > div img + p {
  margin-left: 50px;
}
.take .intro-sec .profile-cont-wrap .profile-table .cont > div .hatena {
  width: min(40px, 2.7777777778vw);
  display: block;
}
.take .intro-sec .profile-cont-wrap .profile-table .cont .info-wrap {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 500px;
  padding: 30px 20px 20px;
  background: white;
  border-radius: 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.take .intro-sec .profile-cont-wrap .profile-table .cont .info-wrap .close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.take .story-sec {
  background-color: #EDF5FB;
  padding-top: min(100px, 6.9444444444vw);
  padding-bottom: min(446px, 30.9722222222vw);
  position: relative;
}
.take .story-sec.content-none {
  margin-top: 370px;
}
.take .story-sec .inner-block {
  padding-block: min(80px, 5.5555555556vw);
}
.take .story-sec::after {
  content: "";
  background: url(../img/take/take_bg_bottom.png.webp) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: min(835px, 57.9861111111vw);
  z-index: 0;
}
.take .story-sec .bg-block {
  background-color: #fff;
  max-width: 1380px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.take .story-sec .movie-wrap {
  max-width: 900px;
  aspect-ratio: 16/9;
  margin: 0 auto;
  border: 1px solid #AFAFAF;
}
.take .story-sec .movie-wrap iframe {
  width: 100%;
  height: 100%;
}
.take .story-sec .img-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(40px, 2.7777777778vw);
}
.take .story-sec .ppl-wrap {
  position: relative;
  padding-top: 26%;
  width: min(250px, 17.3611111111vw);
  height: 0;
}
.take .story-sec .img-wrap .ppl {
  display: block;
  width: min(250px, 17.3611111111vw);
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.take .story-sec .story-block {
  padding-block: min(41px, 2.8472222222vw) min(78px, 5.4166666667vw);
  max-width: 1260px;
}
.take .story-sec .story-block .ttl {
  font-family: "Cormorant", serif;
  font-size: min(50px, 3.4722222222vw);
  text-align: center;
  margin-bottom: min(38px, 2.6388888889vw);
}
.take .story-sec .story-block p {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 3.2em;
  font-size: min(20px, 1.3888888889vw);
}
.take .story-sec .story-block p a {
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width:768px) {
  .take .story-sec .story-block p a:hover {
    text-decoration: none;
  }
}
.take .story-sec .story-block p + p {
  margin-top: min(45px, 3.125vw);
}

/* -----------------------------------------------
* ume Module
* umeページ用
-------------------------------------------------- */
.ume .kv {
  background: url(../img/ume/ume_kv_img.jpg.webp) no-repeat top center/cover;
  height: min(525px, 36.4583333333vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ume .kv .ttl {
  max-width: min(645px, 44.7916666667vw);
  display: block;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: min(165px, 11.4583333333vw);
}
.ume .intro-sec {
  position: relative;
  margin-top: max(-165px, -11.4583333333vw);
  padding-bottom: min(150px, 10.4166666667vw);
}
.ume .intro-sec .inner-block {
  max-width: 1460px;
  padding-inline: 40px;
}
.ume .intro-sec .cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(80px, 5.5555555556vw);
}
.ume .intro-sec .cont-wrap .left-block .ppl-img-wrap {
  width: min(500px, 34.7222222222vw);
  border-radius: 300px 300px 0 0;
  overflow: hidden;
  height: 0;
  position: relative;
  padding-top: 130%;
}
.ume .intro-sec .cont-wrap .left-block .ppl-img-wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ume .intro-sec .cont-wrap .left-block .name-sns-wrap {
  margin-top: min(46px, 3.1944444444vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ume .intro-sec .cont-wrap .left-block .name-ttl {
  font-size: min(40px, 2.7777777778vw);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.ume .intro-sec .cont-wrap .left-block .sns-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(20px, 1.3888888889vw);
}
.ume .intro-sec .cont-wrap .left-block .sns-wrap > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(30px, 2.0833333333vw);
  height: min(30px, 2.0833333333vw);
}
.ume .intro-sec .cont-wrap .right-block {
  padding-top: min(140px, 9.7222222222vw);
  width: 100%;
}
.ume .intro-sec .cont-wrap .right-block .profile-ttl {
  font-family: "Cormorant", serif;
  font-size: min(50px, 3.4722222222vw);
  line-height: 100%;
}
.ume .intro-sec .cont-wrap .right-block .profile-table {
  max-width: 800px;
  margin: 30px auto 0;
}
.ume .intro-sec .cont-wrap .right-block .profile-table li {
  border-bottom: 1px solid #AFAFAF;
  padding-block: min(30px, 2.0833333333vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 0.05rem;
}
.ume .intro-sec .cont-wrap .right-block .profile-table li > p {
  width: min(200px, 13.8888888889vw);
  font-size: min(20px, 1.3888888889vw);
  font-weight: bold;
  flex-shrink: 0;
}
.ume .intro-sec .cont-wrap .right-block .profile-table li > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(20px, 1.3888888889vw);
  font-weight: 500;
}
.ume .intro-sec .cont-wrap .right-block .profile-table li > div button {
  margin-left: 10px;
}
.ume .intro-sec .cont-wrap .right-block .profile-table li > div img {
  width: 100px;
}
.ume .intro-sec .cont-wrap .right-block .profile-table li > div img + p {
  margin-left: 50px;
}
.ume .intro-sec .cont-wrap .right-block .profile-table li .info-wrap {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 500px;
  padding: 30px 20px 20px;
  background: white;
  border-radius: 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.ume .intro-sec .cont-wrap .right-block .profile-table li .info-wrap .close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.ume .intro-sec::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#d7d7d7), color-stop(11%, #cfcfcf), color-stop(39%, #c8c8c8), color-stop(49%, #ffffff), color-stop(59%, #d0d0d0), color-stop(83%, #cfcfcf), to(#dfdfdf));
  background: linear-gradient(to right, #d7d7d7 0%, #cfcfcf 11%, #c8c8c8 39%, #ffffff 49%, #d0d0d0 59%, #cfcfcf 83%, #dfdfdf 100%);
}
.ume .c-footer {
  position: static;
  background: url("/img/ume/ume_footer_img.jpg.webp") no-repeat bottom center/cover;
}
.ume .c-footer .inner-block {
  margin-bottom: 0;
  padding-top: min(150px, 10.4166666667vw);
  padding-bottom: min(150px, 10.4166666667vw);
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header .logo img {
    width: min(250px, 58.1395348837vw);
  }
  .c-header .btn-menu .inn {
    width: min(50px, 11.6279069767vw);
    height: min(50px, 11.6279069767vw);
    padding: min(10px, 2.3255813953vw);
  }
  .g-nav-block > .inner-block {
    padding-inline: min(20px, 4.6511627907vw);
    padding-block: min(10px, 2.3255813953vw);
  }
  .g-nav-block .logo {
    height: min(50px, 11.6279069767vw);
    margin-top: min(5px, 1.1627906977vw);
  }
  .g-nav-block .search {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .g-nav-block .logo h1 {
    width: 60%;
    display: inline-block;
  }
  .g-nav-block .search img {
    width: min(20px, 4.6511627907vw);
    display: block;
    margin: 0 auto;
  }
  .g-nav-block .search span {
    font-size: 9px;
  }
  /*tab-area*/
  .tab-btn-area .ttl {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
  }
  /*フリーワード検索*/
  .tab-cont-area {
    padding: 20px 10px 25px 10px;
  }
  .tab-cont-area .input-area {
    width: 100%;
    text-align: left;
  }
  .tab-cont-area .input-area input,
  .tab-cont-area .input-area input.exclude {
    width: 100%;
    height: 35px;
    padding: 10px;
    margin-top: 10px;
  }
  .search-btn-box {
    text-align: right;
    margin-top: 10px;
    width: 100%;
  }
  .tab-cont-area .input-area span {
    margin-right: 0;
  }
  .tab-cont-area .btn-area .c-btn01 {
    margin-top: 20px;
    width: 100%;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
  }
  .tab-box.js-tab-area {
    padding: 25px 0;
  }
  /*絞り込み検索*/
  .tab-cont-area .check-box table {
    width: 100%;
  }
  .tab-cont-area .check-box table th {
    display: block;
    height: 35px;
    font-size: 12px;
    line-height: 33px;
    border-bottom: none;
    padding-left: 10px;
  }
  .tab-cont-area .check-box table td {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 12px;
    line-height: 33px;
    border-bottom: none;
    padding-left: 10px;
  }
  .tab-cont-area .check-box table:last-of-type {
    border-bottom: 1px solid #a4a4a4;
  }
  .tab-cont-area .check-box label:before {
    height: 19px;
    width: 19px;
    top: 6px;
  }
  .tab-cont-area .check-box input:checked + span:after {
    width: 12px;
    height: 12px;
    top: 10px;
    right: 14px;
  }
  .tab-cont-area .select-box {
    margin-top: 25px;
  }
  .tab-cont-area .select-box label {
    width: 100%;
    height: 35px;
  }
  .tab-cont-area .select-box select {
    width: 100%;
    height: 35px;
    line-height: 35px;
  }
  .tab-cont-area .select-box label:before {
    width: 12px;
    height: 9px;
    right: 15px;
    top: 13px;
  }
  .tab-box.js-tab-area > div {
    background-color: #f5f5f5;
    padding: 25px 15px;
  }
  .tab-box.js-tab-area {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    padding: 0;
    z-index: 0;
    width: 100%;
    position: absolute;
  }
  /*and or 検索とは*/
  .explain-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-direction: column;
    padding: 25px 10px;
  }
  .explain-box {
    width: 100%;
  }
  .explain-box .explain {
    font-size: 12px;
    width: 70%;
    margin-top: 10px;
  }
  .sns-modal .inner {
    height: 100vh;
  }
  .explain-box.and {
    border-right: none;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
  }
  .explain-box.or {
    padding-top: 10px;
  }
  .sns-modal .inner {
    height: 90%;
    padding: 0;
    text-align: center;
    width: 90vw;
    top: 7%;
  }
  .sns-modal .close-btn {
    right: 0;
  }
  .modal-lead,
  .explain-box .title {
    font-size: 12px;
  }
  .explain-box .image {
    width: 50%;
    margin: 0 auto;
  }
  .c-footer .inner-block {
    padding-inline: min(20px, 4.6511627907vw);
  }
  .c-footer .top .logo img {
    width: min(200px, 46.511627907vw);
  }
  .c-footer .top .sns-wrap {
    gap: min(15px, 3.488372093vw);
  }
  .c-footer .top .sns-wrap a {
    width: min(25px, 5.8139534884vw);
  }
  .c-footer .bottom {
    display: block;
  }
  .c-footer .bottom .copy {
    display: block;
    font-size: min(12px, 2.7906976744vw);
    font-weight: bold;
  }
  .c-footer .bottom .button-wrap .button {
    width: 50%;
    gap: min(10px, 2.3255813953vw);
    font-size: min(10px, 2.3255813953vw);
    padding-block: min(2px, 0.4651162791vw);
    border-radius: min(50px, 11.6279069767vw);
    font-weight: bold;
    line-height: 1.5rem;
  }
  .c-footer .bottom .button-wrap .button .icon {
    width: min(15px, 3.488372093vw);
  }
  .c-footer .bottom .button-wrap + .copy {
    margin-top: min(20px, 4.6511627907vw);
  }
  .kv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: min(460px, 106.976744186vw);
    background: url(../img/matsu/matsu_kv_img.jpg.webp) no-repeat top left/cover;
  }
  .kv .ttl {
    padding-top: 0;
    width: 100%;
    max-width: 450px;
  }
  .kv .c-crumb {
    gap: min(20px, 4.6511627907vw);
    margin: min(20px, 4.6511627907vw) auto 0;
  }
  .kv .c-crumb li {
    font-size: min(14px, 3.2558139535vw);
  }
  .kv .c-crumb li > a::before {
    font-size: min(14px, 3.2558139535vw);
    right: max(-15px, -3.488372093vw);
  }
  .c-btn02 {
    font-size: min(16px, 3.7209302326vw);
  }
  .swiper-slide {
    width: min(250px, 58.1395348837vw);
  }
  .swiper-pagination {
    margin-top: min(15px, 3.488372093vw);
  }
  .Pagination {
    margin-top: min(40px, 9.3023255814vw);
  }
  .Pagination .Pagination-Item a {
    width: min(30px, 6.976744186vw);
  }
  .Pagination .Pagination-Item {
    width: 30px;
    height: 30px;
  }
  .Pagination .Pagination-Item-wrap li {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }
  .Pagination .Pagination-Item .arrow {
    width: 3px;
  }
  .Pagination .Pagination-Item .arrow::before, .Pagination .Pagination-Item .arrow::after {
    width: min(5px, 1.1627906977vw);
    height: min(1.4px, 0.3255813953vw);
  }
  .Pagination .prev > a, .Pagination .next > a {
    width: min(30px, 6.976744186vw);
    height: min(30px, 6.976744186vw);
    width: 30px;
    height: 30px;
  }
  .Pagination .num {
    font-size: min(16px, 3.7209302326vw);
  }
  .Pagination > * + * {
    margin-left: min(10px, 2.3255813953vw);
  }
  .home-wrap::after {
    background: url(../img/home/home_bg_bottom_sp.png.webp) no-repeat center center/cover;
    width: 100vw;
    height: 100%;
  }
  .top .mv {
    padding-top: min(85px, 19.7674418605vw);
  }
  .top .mv .img-wrap .swiper-slide {
    width: 50%;
  }
  .top .mv .ttl {
    margin-top: max(-50px, -11.6279069767vw);
  }
  .top .message-sec .cont-wrap {
    padding-top: min(41px, 9.5348837209vw);
  }
  .top .message-sec .cont-wrap::before {
    font-size: min(100px, 23.2558139535vw);
  }
  .top .message-sec .cont-wrap .ttl {
    font-size: min(23px, 5.3488372093vw);
    font-weight: 500;
  }
  .top .message-sec .cont-wrap .txt {
    margin-top: min(30px, 6.976744186vw);
    font-size: min(20px, 4.6511627907vw);
    line-height: 1.7em;
  }
  .top .message-sec .cont-wrap .small {
    margin-top: min(35px, 8.1395348837vw);
    font-size: min(12px, 2.7906976744vw);
    width: 100%;
  }
  .top .message-sec .cont-wrap .small + .small-wrap {
    margin-top: min(20px, 4.6511627907vw);
    line-height: 2.3em;
  }
  .top .new-rank-sec {
    padding-top: min(58px, 13.488372093vw);
  }
  .top .new-rank-sec .rank-up-member {
    display: block;
  }
  .top .new-rank-sec .rank-up-member .swiper-slide .swiper-inn {
    flex-direction: column;
  }
  .top .new-rank-sec .rank-up-member .img-wrap {
    width: 90%;
    border-radius: min(10px, 2.3255813953vw);
    margin: min(40px, 9.3023255814vw) auto 0;
  }
  .top .new-rank-sec .rank-up-member .txt-wrap {
    padding-inline: min(10px, 2.3255813953vw);
  }
  .top .new-rank-sec .rank-up-member .txt-wrap .ttl .en {
    font-size: min(80px, 18.6046511628vw);
    text-align: center;
  }
  .top .new-rank-sec .rank-up-member .txt-wrap .ttl .jp {
    font-size: min(15px, 3.488372093vw);
    margin-top: min(2px, 0.4651162791vw);
    text-align: center;
  }
  .top .new-rank-sec .rank-up-member .txt-wrap .name {
    font-size: min(37px, 8.6046511628vw);
    margin-top: min(25px, 5.8139534884vw);
  }
  .top .new-rank-sec .rank-up-member .txt-wrap .name .rank {
    font-size: min(20px, 4.6511627907vw);
    margin-bottom: min(10px, 2.3255813953vw);
  }
  .top .new-rank-sec .rank-up-member .txt-wrap .c-btn02 {
    margin-top: min(11px, 2.5581395349vw);
  }
  .top .new-rank-sec .swiper {
    margin-top: min(60px, 13.9534883721vw);
  }
  .top .new-rank-sec .swiper .swiper-wrapper {
    /* gap: min(20px, 4.6511627907vw); */
  }
  .top .new-rank-sec .swiper .swiper-slide {
    width: min(200px, 46.511627907vw);
    flex-direction: column;
  }
   .top .new-rank-sec .new-rank-swiper .swiper-wrapper {
    gap: 0;
   }
   .top .new-rank-sec .new-rank-swiper .swiper-slide .box {
    border-radius: 20px;
    padding: 20px;
   }
  .top .new-rank-sec .new-rank-swiper .swiper-slide .d-flex {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    gap: 0px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .top .new-rank-sec .new-rank-swiper .ttl {
    font-size: 24px;
  }
  .top .new-rank-sec .new-rank-swiper .rank-img img {
    width: 80px;
    height: 80px;
  }
  .top .new-rank-sec .new-rank-swiper .rank-name {
    font-size: 16px;
  }
  .top .new-rank-sec .new-rank-swiper .txt-area .people {
    font-size: 18px;
    margin-top: 5px;
  }
  .top .new-rank-sec .new-rank-swiper .swiper-slide .d-flex .txt-area,  .top .new-rank-swiper .swiper .swiper-slide .d-flex .txt-area .rank-name {
    margin-top: 0;
  }
  .top .new-rank-sec .swiper .swiper-slide .img-wrap {
    width: min(200px, 46.511627907vw);
    height: min(215px, 50vw);
  }
  .top .new-rank-sec .swiper .swiper-slide p {
    margin-top: min(20px, 4.6511627907vw);
  }
  .top .pick-up-sec {
    padding-top: min(70px, 16.2790697674vw);
  }
  .top .pick-up-sec .inner-block {
    padding-inline: 20px;
  }
  .top .pick-up-sec .ttl .en {
    font-size: min(80px, 18.6046511628vw);
  }
  .top .pick-up-sec .link-wrap {
    margin-top: min(70px, 16.2790697674vw);
    gap: min(30px, 6.976744186vw) min(20px, 4.6511627907vw);
    grid-template-columns: repeat(2, 1fr);
  }
  .top .pick-up-sec .link-wrap li .img-wrap {
    width: 100%;
    height: auto;
  }
  .top .pick-up-sec .link-wrap li p {
    font-size: min(16px, 3.7209302326vw);
    margin-top: min(15px, 3.488372093vw);
  }
  .top .member-sec {
    padding-top: min(80px, 18.6046511628vw);
  }
  .top .member-sec .inner-block {
    padding-inline: 20px;
  }
  .top .member-sec .ttl .en {
    font-size: min(80px, 18.6046511628vw);
    text-align: center;
  }
  .top .member-sec .ttl::before {
    display: none;
  }
  .top .member-sec .member-wrap .card > a {
    gap: min(20px, 4.6511627907vw);
    width: 100%;
  }
  .top .member-sec .member-wrap .card .txt-wrap {
    margin-top: min(10px, 2.3255813953vw);
  }
  .top .member-sec .member-wrap .card .txt-wrap p {
    font-size: min(20px, 4.6511627907vw);
  }
  .top .member-sec .member-wrap .column {
    margin-top: min(40px, 9.3023255814vw);
  }
  .top .member-sec .member-wrap .one-column {
    margin-top: min(70px, 16.2790697674vw);
  }
  .top .member-sec .member-wrap .one-column li img {
    width: min(250px, 58.1395348837vw);
  }
  .top .member-sec .member-wrap .two-column .img-wrap {
    width: 100%;
  }
  .top .member-sec .member-wrap .two-column li > a {
    display: block;
  }
  .top .member-sec .member-wrap .two-column li img {
    width: 100%;
  }
  .top .member-sec .member-wrap .two-column li .txt-wrap p {
    font-size: min(18px, 4.1860465116vw);
  }
  .top .member-sec .member-wrap .three-column {
    grid-template-columns: 1fr 1fr;
    gap: min(10px, 2.3255813953vw);
  }
  .top .member-sec .member-wrap .three-column .img-wrap {
    width: 100%;
  }
  .top .member-sec .member-wrap .three-column li img {
    width: 100%;
  }
  .top .member-sec .member-wrap .three-column li .txt-wrap p {
    font-size: min(16px, 3.7209302326vw);
  }
  .top .member-sec .member-wrap .three-column li .txt-wrap .arrow {
    position: inherit;
    width: 20px;
  }
  .top .member-sec .member-wrap .four-column {
    gap: min(10px, 2.3255813953vw);
    grid-template-columns: 1fr 1fr;
  }
  .top .member-sec .member-wrap .four-column .img-wrap {
    width: 100%;
  }
  .top .member-sec .member-wrap .four-column li img {
    width: 100%;
  }
  .top .member-sec .member-wrap .four-column li .txt-wrap p {
    margin-top: min(10px, 2.3255813953vw);
    font-size: min(16px, 3.7209302326vw);
  }
  .top .member-sec .member-wrap .four-column li .txt-wrap p + p {
    margin-top: min(5px, 1.1627906977vw);
  }
  .top .member-sec .member-wrap .four-column li .txt-wrap .arrow {
    position: inherit;
    width: 20px;
  }
  .top .magazine-sec {
    margin-top: min(80px, 18.6046511628vw);
    padding-bottom: min(280px, 65.1162790698vw);
  }
  .top .magazine-sec .inner-block {
    padding-inline: 20px;
  }
  .top .magazine-sec .ttl .en {
    font-size: min(80px, 18.6046511628vw);
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .top .magazine-sec .cont-wrap {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 30px;
  }
  .top .magazine-sec .cont-wrap .img-wrap {
    width: 100%;
    margin-top: min(40px, 9.3023255814vw);
  }
  .top .magazine-sec .cont-wrap .txt-wrap p {
    font-size: min(16px, 3.7209302326vw);
    margin-top: min(70px, 16.2790697674vw);
  }
  .top .magazine-sec .cont-wrap .txt-wrap .c-btn02 {
    margin-top: min(20px, 4.6511627907vw);
  }
  .matsu .kv {
    background: url(../img/matsu/matsu_kv_img_sp.jpg.webp) no-repeat center center/cover;
    height: 550px;
  }
  .matsu .kv .ttl {
    padding-top: 0;
    max-width: 450px;
  }
  .matsu .intro-sec {
    margin-top: max(-115px, -26.7441860465vw);
  }
  .matsu .intro-sec .inner-block {
    padding-inline: 20px;
  }
  .matsu .intro-sec .cont-wrap {
    display: block;
  }
  .matsu .intro-sec .cont-wrap .ppl-img-wrap {
    position: relative;
    margin: auto;
    padding-top: 115%;
    aspect-ratio: 27/ 34;
  }
  .matsu .intro-sec .cont-wrap .ppl-img-wrap::before {
    left: -4.2vw;
    width: 109%;
  }
  .matsu .intro-sec .cont-wrap .ppl-img-wrap img {
    margin: 0 auto;
  }
  .matsu .intro-sec .cont-wrap .name-wrap {
    margin-top: 40px;
    text-align: center;
  }
  .matsu .intro-sec .cont-wrap .name-wrap p {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: min(24px, 5.5813953488vw);
  }
  .matsu .intro-sec .cont-wrap .name-wrap p + p {
    margin-top: min(5px, 1.1627906977vw);
  }
  .matsu .intro-sec .profile-cont-wrap .ttl-wrap .ttl {
    font-size: min(40px, 9.3023255814vw);
  }
  .matsu .intro-sec .profile-cont-wrap .ttl-wrap .sns-wrap {
    gap: 10px;
  }
  .matsu .intro-sec .profile-cont-wrap .ttl-wrap .sns-wrap > a {
    width: 20px;
  }
  .matsu .intro-sec .profile-cont-wrap .profile-table .cont {
    padding-block: min(20px, 4.6511627907vw);
    display: block;
  }
  .matsu .intro-sec .profile-cont-wrap .profile-table .cont > p {
    font-size: min(20px, 4.6511627907vw);
    width: 100%;
    margin-bottom: min(10px, 2.3255813953vw);
  }
  .matsu .intro-sec .profile-cont-wrap .profile-table .cont > div {
    font-size: min(16px, 3.7209302326vw);
  }
  .matsu .intro-sec .profile-cont-wrap .profile-table .cont > div button {
    width: min(30px, 6.976744186vw);
  }
  .matsu .intro-sec .profile-cont-wrap .profile-table .cont > div img {
    width: min(100px, 23.2558139535vw);
  }
  .matsu .intro-sec .profile-cont-wrap .profile-table .cont > div img + p {
    margin-left: min(30px, 6.976744186vw);
  }
  .matsu .intro-sec .profile-cont-wrap .profile-table .cont > div .hatena {
    width: min(30px, 6.976744186vw);
  }
  .matsu .story-sec {
    padding-block: min(80px, 18.6046511628vw) min(250px, 58.1395348837vw);
  }
  .matsu .story-sec .inner-block {
    padding-block: min(40px, 9.3023255814vw);
  }
  .matsu .story-sec .swiper-slide {
    padding-top: 69.5%;
  }
  .matsu .story-sec .img-wrap .ppl-wrap {
    width: 26.66vw;
    padding-top: 41.5%;
  }
  .matsu .story-sec .story-block {
    padding-block: min(40px, 9.3023255814vw) min(40px, 9.3023255814vw);
    margin-top: min(20px, 1.3888888889vw);
  }
  .matsu .story-sec .story-block .ttl {
    font-size: min(40px, 9.3023255814vw);
  }
  .matsu .story-sec .story-block p {
    font-size: 16px;
    line-height: 2.2em;
  }
  .matsu .story-sec .story-block p + p {
    margin-top: min(20px, 4.6511627907vw);
  }
  .take .kv {
    background: url(../img/take/take_kv_img_sp.jpg.webp) no-repeat center center/cover;
  }
  .take .kv .ttl {
    padding-top: 0;
    width: 100%;
    max-width: 350px;
    height: auto;
  }
  .take .intro-sec {
    margin-top: max(-150px, -34.8837209302vw);
  }
  .take .intro-sec .inner-block {
    padding-inline: 20px;
  }
  .take .intro-sec .cont-wrap {
    display: block;
    padding-top: min(30px, 6.976744186vw);
  }
  .take .intro-sec .cont-wrap .ppl-img-wrap {
    width: min(310px, 72.0930232558vw);
    padding-top: 110.4%;
    position: relative;
    height: 0;
    margin: auto;
  }
  .take .intro-sec .cont-wrap .ppl-img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding-top: min(20px, 4.6511627907vw);
  }
  .take .intro-sec .cont-wrap .name-wrap {
    margin-top: min(20px, 4.6511627907vw);
    text-align: center;
  }
  .take .intro-sec .cont-wrap .name-wrap p {
    font-size: min(24px, 5.5813953488vw);
  }
  .take .intro-sec .cont-wrap .name-wrap p + p {
    margin-top: min(5px, 1.1627906977vw);
  }
  .take .intro-sec .profile-cont-wrap .ttl-wrap .ttl {
    font-size: min(40px, 9.3023255814vw);
  }
  .take .intro-sec .profile-cont-wrap .ttl-wrap .sns-wrap {
    gap: 10px;
  }
  .take .intro-sec .profile-cont-wrap .ttl-wrap .sns-wrap > a {
    width: 20px;
  }
  .take .intro-sec .profile-cont-wrap .profile-table .cont {
    padding-block: min(20px, 4.6511627907vw);
    display: block;
  }
  .take .intro-sec .profile-cont-wrap .profile-table .cont > p {
    font-size: min(20px, 4.6511627907vw);
    width: 100%;
    margin-bottom: min(10px, 2.3255813953vw);
  }
  .take .intro-sec .profile-cont-wrap .profile-table .cont > div {
    font-size: min(16px, 3.7209302326vw);
  }
  .take .intro-sec .profile-cont-wrap .profile-table .cont > div button {
    width: min(30px, 6.976744186vw);
  }
  .take .intro-sec .profile-cont-wrap .profile-table .cont > div img {
    width: min(100px, 23.2558139535vw);
  }
  .take .intro-sec .profile-cont-wrap .profile-table .cont > div img + p {
    margin-left: min(30px, 6.976744186vw);
  }
  .take .intro-sec .profile-cont-wrap .profile-table .cont > div .hatena {
    width: min(30px, 6.976744186vw);
  }
  .take .story-sec {
    padding-block: min(80px, 18.6046511628vw) min(250px, 58.1395348837vw);
  }
  .take .story-sec.content-none {
    margin-top: 0px;
  }
  .take .story-sec .inner-block {
    padding-block: min(40px, 9.3023255814vw);
  }
  .take .story-sec .img-wrap {
    width: 100%;
    padding-inline: min(20px, 4.6511627907vw);
  }
  .take .story-sec .img-wrap .ppl-wrap {
    width: 26.66vw;
    padding-top: 41.5%;
  }
  .take .story-sec .story-block {
    padding-block: min(40px, 9.3023255814vw) min(40px, 9.3023255814vw);
    margin-top: min(20px, 1.3888888889vw);
  }
  .take .story-sec .story-block .ttl {
    font-size: min(40px, 9.3023255814vw);
  }
  .take .story-sec .story-block p {
    font-size: 16px;
    line-height: 2.2em;
  }
  .take .story-sec .story-block p + p {
    margin-top: min(20px, 4.6511627907vw);
  }
  .ume .kv {
    height: min(460px, 106.976744186vw);
    background: url(../img/ume/ume_kv_img_sp.jpg.webp) no-repeat top center/cover;
  }
  .ume .kv .ttl {
    max-width: min(300px, 69.7674418605vw);
    margin-top: max(-75px, -17.4418604651vw);
    padding-top: 0;
  }
  .ume .intro-sec {
    margin-top: max(-140px, -32.5581395349vw);
    padding-bottom: min(50px, 11.6279069767vw);
  }
  .ume .intro-sec .inner-block {
    padding-inline: 20px;
  }
  .ume .intro-sec .cont-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(60px, 13.9534883721vw);
  }
  .ume .intro-sec .cont-wrap .left-block .ppl-img-wrap {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .ume .intro-sec .cont-wrap .left-block .name-sns-wrap {
    margin-top: min(20px, 4.6511627907vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(10px, 2.3255813953vw);
  }
  .ume .intro-sec .cont-wrap .left-block .name-ttl {
    font-size: min(24px, 5.5813953488vw);
  }
  .ume .intro-sec .cont-wrap .left-block .sns-wrap {
    gap: min(10px, 2.3255813953vw);
  }
  .ume .intro-sec .cont-wrap .left-block .sns-wrap > a {
    width: 20px;
    height: auto;
  }
  .ume .intro-sec .cont-wrap .right-block {
    padding-top: 0;
  }
  .ume .intro-sec .cont-wrap .right-block .profile-ttl {
    text-align: center;
    font-size: min(40px, 9.3023255814vw);
  }
  .ume .intro-sec .cont-wrap .right-block .profile-table {
    margin: 0;
    margin-top: min(30px, 6.976744186vw);
  }
  .ume .intro-sec .cont-wrap .right-block .profile-table li {
    padding-block: min(20px, 4.6511627907vw);
    display: block;
  }
  .ume .intro-sec .cont-wrap .right-block .profile-table li > p {
    font-size: min(20px, 4.6511627907vw);
    width: 100%;
    margin-bottom: min(10px, 2.3255813953vw);
  }
  .ume .intro-sec .cont-wrap .right-block .profile-table li > div {
    font-size: min(16px, 3.7209302326vw);
  }
  .ume .intro-sec .cont-wrap .right-block .profile-table li > div button {
    width: min(30px, 6.976744186vw);
  }
  .ume .intro-sec .cont-wrap .right-block .profile-table li > div img {
    width: min(100px, 23.2558139535vw);
  }
  .ume .c-footer .inner-block {
    padding-top: min(80px, 18.6046511628vw);
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-header .btn-menu .inn {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .btn-menu .inn:hover {
    background-color: #ddd;
  }
  .c-footer .bottom .button-wrap .button:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .Pagination .num:hover {
    position: relative;
  }
  .Pagination .num:hover::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: min(30px, 2.0833333333vw);
    height: 2px;
    background-color: #8A58AE;
  }
  .top .new-rank-sec .swiper .swiper-slide .img-wrap img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .top .new-rank-sec .swiper .swiper-slide:hover .img-wrap img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .top .pick-up-sec .link-wrap li .img-wrap img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .top .pick-up-sec .link-wrap li:hover .img-wrap img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (min-width: 641px) {
  .tab-btn-area .ttl:hover {
    background-color: #bd8bca;
    color: #fff;
    opacity: 0.7;
  }
  .search-box .freeword-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
  }
  .search-box .input-area {
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .tab-cont-area .check-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
  }
  .tab-cont-area .check-box table {
    width: 50%;
    border-collapse: collapse;
  }
  .tab-cont-area .check-box table + table th,
  .tab-cont-area .check-box table + table td {
    border-left: none;
  }
  .sns-modal .movie {
    display: table-cell;
    width: 580px;
    vertical-align: top;
    padding: 0 20px 0 0;
  }
  .sns-modal.facebook .movie,
  .sns-modal.instagram .movie {
    width: 400px;
  }
  .sns-modal .movie iframe {
    height: 360px;
  }
  .sns-modal .text-wrap {
    display: table;
    width: 100%;
  }
  .sns-modal .text-area {
    display: table-cell;
    vertical-align: top;
  }
  .sns-modal .inner {
    height: 398px;
    width: 800px;
  }
  .sns-modal .name-area .name {
    font-size: 16px;
  }
  .sns-modal .title {
    margin: 10px 0 20px;
    font-size: 16px;
  }
  .sns-modal .title {
    margin-top: 0;
  }
  .sns-modal .title a:hover {
    color: #bd8bca;
  }
  .sns-modal .name a:hover {
    color: #bd8bca;
  }
  /*
    #wrapper .sns-modal .title a:after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    background-color: #bd8bca;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
    #wrapper .sns-modal .title a:hover:after {
    width: 100%;
  }
    */
  .sns-modal .content {
    font-size: 14px;
    overflow-y: auto;
    height: auto;
    max-height: 430px;
  }
}

.home-wrap .contents-ttl {
  line-height: 100px;
  background: #E3D7CC;
  margin: 100px auto 0;
}
.home-wrap .contents-ttl + .member-sec {
  padding-top: 0;
}
.home-wrap .contents-ttl h2 {
  max-width: 1200px;
  font-size: 45px;
  font-weight: bold;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .home-wrap .contents-ttl {
    margin: 68px auto 0;
    line-height: 1.8;
    padding: 10px;
  }
  .home-wrap .contents-ttl h2 {
    font-size: 24px;
  }
}

.intro-sec .profile-cont-wrap .profile-table .cont.qualification > div{
  display: block;
}
.intro-sec .profile-cont-wrap .profile-table .cont.qualification > div .d-flex {
  display: flex;
  align-items: center;
}
.intro-sec .profile-cont-wrap .profile-table .cont.qualification > div .d-flex p {
  margin-left: 0;
}
/*# sourceMappingURL=style.css.map */