@charset "UTF-8";
/*!
Theme Name: IPPC Tshirt
Author: IPPC
Author URI: https://tshirt.iwaki-i.com/
Version: 1.0.0
*/
/*!
global > font
------------------------------
*/
/*!
global > content-width
------------------------------
*/
:root {
  --width-content-s: 760px;
  --width-content: 1080px;
}

/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

h2 {
  font-size: clamp(1.25em, 1.159em + 0.45vw, 1.5em);
  font-weight: 500;
}

q::before,
q::after {
  content: "";
}

abbr,
acronym {
  font-variant: normal;
  border: 0;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background-color: inherit;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  display: block;
  resize: vertical;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  vertical-align: bottom;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

/*!
foundation > base
------------------------------
*/
/* Noto Sans */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("Noto Sans JP"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap;
}
/* Yaku Han JP for Noto */
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YakuHanJP/YakuHanJP-Regular.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Regular.woff") format("woff");
  font-display: swap;
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
html {
  min-height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  overflow-y: scroll;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", hiragino sans, "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", yugothic, meiryo, "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  word-break: break-all;
}
body.is-active {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

main {
  font-size: clamp(1.125em, 0.989em + 0.68vw, 1.5em);
}

i {
  font-family: "Font Awesome 5 Free", "Font Awesome 5", "Font Awesome";
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 1.2em;
  max-height: 1.2em;
  margin-bottom: 2px;
  vertical-align: middle;
}

input,
textarea,
select {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", hiragino sans, "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", yugothic, meiryo, "メイリオ", sans-serif;
}

input,
textarea {
  border-radius: 0;
}

strong {
  font-weight: 600;
}

section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 48em) {
  section {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
section.l-marginress {
  padding: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/*!
component > flex
------------------------------
*/
.c-flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.c-flex--nowrap {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
}
.c-flex__item {
  width: 100%;
}
@media (min-width: 48em) {
  .c-flex {
    flex-direction: row;
  }
  .c-flex__item {
    width: calc((100% - 20px) / 2);
  }
}

.c-button {
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: 1.2em;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  max-width: 500px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100px;
  border: 1px solid transparent;
  background: #fff068;
  color: #383838;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 50px;
  padding-right: 15px;
  padding-left: 15px;
}
.c-button:nth-child(2) {
  background: #fa5f67;
  color: #fff;
}
.c-button:hover {
  background: #fff;
  color: #fa5f67;
  border: 1px solid #fa5f67;
  transition: 0.3s;
}
.c-button:hover {
  transition: 0.3s;
}
.c-button[disabled] {
  pointer-events: none;
  background-color: gray;
}
.c-button--alt {
  background: #05987a;
  color: #fff;
}
.c-button--alt:hover {
  background: #fff;
  color: #028066;
}
.c-button--stretch {
  max-width: initial;
}
.c-button--full {
  width: 96%;
  margin: 2% auto;
  flex-grow: 1;
}
.c-button--shorten {
  min-width: initial;
}
.c-button--short {
  min-width: 100px !important;
  padding-left: 0.75em;
  padding-right: 1.25em;
}
.c-button--long {
  width: 100%;
  max-width: min(500px, 100vw);
}
.c-button--thin {
  height: 75px;
}
.c-button--thick {
  height: 150px;
  border-radius: 151.5151515152px;
}
.c-button--gradient {
  background: rgb(10, 20, 15);
  background: linear-gradient(45deg, #0a140f 0%, #32634b 100%);
  border-color: #32634b;
  color: #fff;
}
.c-button--gradient::after {
  background: #fff;
}
.c-button--cta-mail {
  font-size: clamp(1em, 0.818em + 0.91vw, 1.5em);
}
@media (min-width: 48em) {
  .c-button {
    min-width: min(280px, 100vw);
  }
  .c-button--thick {
    height: 200px;
    border-radius: 100px;
  }
}

/*!
component > caption
------------------------------
*/
.c-caption {
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  text-align: center;
  color: #333;
  font-size: clamp(2.25em, 1.977em + 1.36vw, 3em);
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
.c-caption span {
  display: block;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", hiragino sans, "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", yugothic, meiryo, "メイリオ", sans-serif;
  font-size: 0.6em;
}
.c-caption--sub {
  font-size: clamp(2.25em, 1.932em + 1.59vw, 3.125em);
  letter-spacing: 0;
}
.c-caption--left {
  margin-inline: 0;
}

/*!
component > card
------------------------------
*/
.c-card {
  border-radius: 15px;
  background: #fff;
  padding: 15px;
}
@media (min-width: 48em) {
  .c-card {
    padding: 30px 20px;
  }
}

/*!
component > table
------------------------------
*/
.c-table {
  border-collapse: collapse;
  width: 100%;
}
.c-table th,
.c-table td {
  padding: 0.5em 0.25em;
}
.c-table th {
  font-weight: 600;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 48em) {
  .c-table th,
  .c-table td {
    padding: 0.75em 0.5em;
  }
  .c-table th {
    min-width: 200px;
    white-space: nowrap;
  }
  .c-table td {
    width: 100%;
  }
}
@media (max-width: 47.99875em) {
  .c-table--responsive th,
  .c-table--responsive td {
    display: block;
  }
  .c-table--responsive td {
    padding-bottom: calc(0.5em + 20px);
    margin-bottom: 20px;
  }
}
.c-table--loose th,
.c-table--loose td {
  padding: 0.5em 0.25em;
}
@media (max-width: 47.99875em) {
  .c-table--loose td {
    padding-bottom: calc(0.5em + 20px);
    margin-bottom: 20px;
  }
}
@media (min-width: 48em) {
  .c-table--loose th,
  .c-table--loose td {
    padding: 2.25em 0.375em;
  }
}
.c-table--looose th,
.c-table--looose td {
  padding: 0.5em 0.25em;
}
@media (max-width: 47.99875em) {
  .c-table--looose td {
    padding-bottom: calc(0.5em + 20px);
    margin-bottom: 20px;
  }
}
@media (min-width: 48em) {
  .c-table--looose th,
  .c-table--looose td {
    padding: 3em 0.5em;
  }
}
.c-table--border tr:not(:last-of-type) td {
  border-bottom: 1px dashed #b1b1b1;
}
@media (min-width: 48em) {
  .c-table--border tr:not(:last-of-type) th {
    border-bottom: 1px dashed #b1b1b1;
  }
}
.c-table--border-t tr:first-of-type th {
  border-top: 1px dashed #b1b1b1;
}
.c-table--border-t tr:not(:last-of-type) td {
  border-bottom: 1px dashed #b1b1b1;
}
@media (min-width: 48em) {
  .c-table--border-t tr:not(:last-of-type) th {
    border-bottom: 1px dashed #b1b1b1;
  }
  .c-table--border-t td {
    border-top: 1px dashed #b1b1b1;
  }
}
.c-table--border-b td {
  border-bottom: 1px dashed #b1b1b1;
}
@media (min-width: 48em) {
  .c-table--border-b th {
    border-bottom: 1px dashed #b1b1b1;
  }
}

/*!
utility > utility
------------------------------
*/
.u-ptb {
  padding: 64px 0 !important;
}

.u-small {
  font-size: 0.8em;
}

.u-large {
  font-size: 1.4em;
}

.u-bold {
  font-weight: 600;
}

/*!
layout > container
------------------------------
*/
.l-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
}
.l-container .swiper-container {
  width: auto !important;
  overflow: hidden;
}
.l-container .swiper-container .swiper-wrapper {
  margin: 0 auto;
}
@media screen and (max-width: 1177px) {
  .l-container {
    padding-right: 2%;
    padding-left: 2%;
  }
}
.l-container--fluid {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.l-container--sm {
  max-width: 800px;
}
.l-container--lg {
  max-width: 1500px;
}

/*!
layout > header
------------------------------
*/
.l-header {
  position: relative;
}
@media (min-width: 48em) {
  .l-header {
    display: none;
  }
}

.l-site-header {
  display: flex;
  flex-direction: row;
}

/*!
layout > gnav
(include controls)
------------------------------
*/
/* サイト名部分 */
.l-gnav {
  width: 100%;
}
.l-gnav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  z-index: 70;
  background: #ededed;
  font-size: 16px;
}
.l-gnav__wrapper li {
  padding: 10px 0;
  line-height: 1.3;
}
.l-gnav__wrapper li span {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  display: block;
}
.l-gnav__wrapper.active {
  visibility: visible;
  opacity: 1;
  height: 100vh;
  padding: 80px 35px 60px;
  transform: translateY(0);
}
@media (min-width: 48em) {
  .l-gnav__wrapper.active {
    pointer-events: none;
  }
}
.l-gnav__wrapper.active ul {
  max-width: 300px;
  margin: 0 auto;
}
.l-gnav__trigger {
  position: fixed;
  right: 9px;
  top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 90;
  background: #000;
}
.l-gnav__trigger-inner {
  position: relative;
  width: 25px;
  height: 21px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.l-gnav__trigger span {
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  z-index: 98;
}
.l-gnav__trigger span:nth-of-type(1) {
  top: 0;
}
.l-gnav__trigger span:nth-of-type(2) {
  top: 9px;
}
.l-gnav__trigger span:nth-of-type(3) {
  bottom: 0;
}
.l-gnav__trigger.active {
  background: transparent;
  overflow: hidden;
}
.l-gnav__trigger.active span {
  background: rgb(53, 53, 53);
}
.l-gnav__trigger.active span:nth-of-type(1) {
  width: 25px;
  top: 9px;
  transform: rotate(45deg);
}
.l-gnav__trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.l-gnav__trigger.active span:nth-of-type(3) {
  width: 25px;
  top: 9px;
  transform: rotate(-45deg);
}

/*!
layout > snav
------------------------------
*/
.l-snav {
  position: fixed;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: 0.3s;
  z-index: -1;
}
.l-snav__logo {
  padding: 7px 0;
}
.l-snav__menu {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.l-snav__menu li {
  opacity: 0;
}
.l-snav__menu li a {
  display: block;
  font-weight: 600;
  padding: 0.5em 0.25em;
  margin-right: 100px;
  transition: 0.3s;
}
.l-snav.is-active {
  opacity: 1;
  background: #05987a;
  color: #fff;
  transition: 0.3s ease;
  z-index: 99;
}
.l-snav.is-active .l-snav__menu li {
  animation: fadeIn 1s 1 cubic-bezier(0.04, 0.85, 0.25, 1);
  animation-fill-mode: forwards;
}
.l-snav.is-active .l-snav__menu li:nth-of-type(1) {
  animation-delay: 0.6s;
}
.l-snav.is-active .l-snav__menu li:nth-of-type(2) {
  animation-delay: 0.7s;
}
.l-snav.is-active .l-snav__menu li:nth-of-type(3) {
  animation-delay: 0.8s;
}
.l-snav.is-active .l-snav__menu li:nth-of-type(4) {
  animation-delay: 0.9s;
}
.l-snav.is-active .l-snav__menu li:nth-of-type(5) {
  animation-delay: 1s;
}
.l-snav.is-active .l-snav__menu li a {
  margin-right: 0;
  transition: 0.3s;
}
.l-snav__tel-lead {
  display: none;
}
@media (max-width: 47.99875em) {
  .l-snav__bg {
    display: none;
  }
  .l-snav__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
  }
  .l-snav__logo {
    max-height: 85px;
    border-bottom: 1px solid #0fb695;
  }
  .l-snav__logo img {
    max-width: 222px;
  }
  .l-snav__address {
    display: none;
  }
  .l-snav__menu li a {
    font-size: 2.4rem;
  }
  .l-snav__tel {
    padding: 0 10px;
  }
  .l-snav__tel-lead {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.25em auto 0;
    font-size: 1.4rem;
  }
}
@media (min-width: 48em) {
  .l-snav {
    display: flex;
    flex-direction: row;
  }
  .l-snav__bg {
    position: relative;
    width: 30%;
    max-width: 375px;
    flex-grow: 0;
    flex-shrink: 1;
    background: url(assets/img/common/menu_bg.jpg) center center no-repeat;
    background-size: cover;
    animation: fadeIn 1s ease-in-out 0.5s;
  }
  .l-snav__content {
    width: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .l-snav__logo {
    padding-left: 40px;
    width: 50%;
    order: 2;
  }
  .l-snav__address {
    font-size: 1.25rem;
  }
  .l-snav__menu {
    width: 100%;
    margin-right: 50px;
    order: 1;
  }
  .l-snav__menu .l-snav__wrapper {
    width: -moz-fit-content;
    width: fit-content;
    margin: 100px 80px auto auto;
  }
  .l-snav__menu li {
    font-size: clamp(1.125em, 0.58em + 2.73vw, 2.625em);
  }
  .l-snav__tel {
    width: 50%;
    order: 3;
  }
  .l-snav.is-active::before {
    display: block;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #05987a;
    animation: curtain 1s 1 cubic-bezier(0.04, 0.85, 0.25, 1);
    animation-fill-mode: forwards;
    z-index: 999;
  }
}

/*!
layout > footer
------------------------------
*/
.l-footer {
  background: #696969;
  color: #fff;
  padding: 60px 0;
}
.l-footer__wrapper {
  width: calc(100% - 30px);
  margin: 0 auto;
}
.l-footer__menu {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 0.9em;
  gap: 15px;
  padding-bottom: 30px;
}
.l-footer__menu a {
  padding: 10px;
}
.l-footer .copyright {
  font-size: 0.85em;
  color: #a8a8a8;
}
@media (min-width: 48em) {
  .l-footer {
    padding: 40px 0 15px 0;
  }
}

/*!
layout > columns
------------------------------
*/
.l-columns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.l-columns__main {
  flex-grow: 1;
}
.l-columns__aside {
  flex-basis: 300px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 48em) {
  .l-columns {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

/*!
layout > grid
------------------------------
*/
.l-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 35px 10px;
}
.p-fv {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: url(assets/img/fv_sp.jpg) no-repeat center/cover;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.p-fv__wrapper {
  width: 100%;
  max-width: 1600px;
  margin-top: 50px;
}
.p-fv__logo {
  position: relative;
  filter: drop-shadow(0px 0px 16px rgba(255, 255, 255, 0.6));
}
.p-fv__text {
  position: absolute;
  bottom: 70px;
  right: 20px;
  width: 100%;
  max-width: 110px;
  z-index: 5;
}
.p-fv__lead {
  padding: 5px;
  color: #fff;
  font-size: clamp(1.063em, 0.903em + 0.8vw, 1.5em);
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  filter: drop-shadow(3px 7px 8px rgba(115, 115, 115, 0.5));
}
@media (min-width: 48em) {
  .p-fv {
    background: url(assets/img/fv.jpg) no-repeat right/cover;
    justify-content: center;
  }
  .p-fv__wrapper {
    margin-left: 2%;
  }
  .p-fv__lead {
    letter-spacing: 0.15em;
    padding-left: 28px;
    text-align: left;
  }
  .p-fv__text {
    right: 35px;
    max-width: 230px;
  }
}

.p-cta {
  width: 100%;
  display: flex;
  position: fixed;
  right: 0;
  z-index: 99;
  bottom: 0;
  transition: all 0.5s ease;
}
.p-cta__box {
  width: 50%;
  background: #30c05b;
  border: 1px solid;
  color: #fff;
  border-radius: 15px 15px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  transition: all 400ms;
}
.p-cta__box:nth-child(2) {
  background: #fa5f67;
}
.p-cta__box a {
  width: 100%;
  padding: 10px;
}
.p-cta__box a svg {
  fill: #fff;
}
.p-cta__title {
  display: flex;
  gap: 10px;
}
@media (min-width: 48em) {
  .p-cta {
    width: inherit;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    top: 120px;
    right: 0;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
  }
  .p-cta__box {
    width: 3em;
    height: auto;
    writing-mode: vertical-rl;
    border-radius: 15px 0 0 15px;
  }
  .p-cta__box:nth-child(2) {
    margin-top: 20px;
  }
  .p-cta__box a {
    width: auto;
    padding: 20px;
  }
  .p-cta__box .p-cta__lead {
    display: none;
  }
  .p-cta__box.is-show {
    width: 230px;
    transition: all 400ms;
  }
  .p-cta__box.is-show .p-cta__lead {
    display: block;
    background: url(assets/img/cta.png) no-repeat center/cover;
    width: 190px;
    height: 150px;
  }
  .p-cta__box.is-show .p-cta__title {
    display: none;
  }
}

.p-item {
  padding-top: 150px;
}
.p-item ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 45px;
  padding-top: 1em;
}
.p-item__wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 45px 20px;
}
.p-item__box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
  background: #e5f2ff;
  text-align: left;
  border-radius: 15px;
}
.p-item__box--rank {
  position: relative;
}
.p-item__box--rank::before {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  content: "";
  width: 100px;
  height: 75px;
  background: url(assets/img/goods/crown_01.png) no-repeat;
}
.p-item__box--middle:nth-child(1)::before {
  background: url(assets/img/goods/crown_02.png) no-repeat;
}
.p-item__box--middle:nth-child(2)::before {
  background: url(assets/img/goods/crown_03.png) no-repeat;
}
.p-item__box--bottom:nth-child(1)::before {
  background: url(assets/img/goods/crown_04.png) no-repeat;
}
.p-item__box--bottom:nth-child(2)::before {
  background: url(assets/img/goods/crown_05.png) no-repeat;
}
.p-item__box--bottom:nth-child(3)::before {
  background: url(assets/img/goods/crown_06.png) no-repeat;
}
.p-item__box--bottom:nth-child(4)::before {
  background: url(assets/img/goods/crown_07.png) no-repeat;
}
.p-item__img {
  text-align: center;
}
.p-item__img img {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 175/159;
}
.p-item__right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.p-item__lead {
  margin-top: -35px;
  display: inline-block;
  font-size: 1.1em;
  transform: rotate(-4deg);
  margin-bottom: 15px;
  padding-top: 20px;
}
.p-item__lead span {
  display: inline;
  background: #000;
  color: #fff;
  padding: 2px 2px;
  line-height: 2;
}
.p-item__lead span + span {
  margin-top: 7px;
}
.p-item__name {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.1;
  padding: 0.4em 0;
  letter-spacing: -1px;
}
.p-item__name small {
  font-size: 0.7em;
}
.p-item__wrap--compact .p-item__name {
  font-size: 0.9em;
  padding-bottom: 0.2em;
  line-height: 1;
}
.p-item__wrap--compact .p-item__indicator {
  padding: 0;
}
.p-item__wrap--compact .p-item__lead {
  margin-bottom: 24px;
}
.p-item__wrap--compact .p-item__desc {
  font-size: 0.6em;
}
.p-item__wrap--compact .p-item__wrap {
  gap: 45px 50px;
}
.p-item__wrap--compact .p-item__box {
  gap: 5px;
  padding: 25px 20px;
}
.p-item__wrap--compact .p-item__img {
  padding-bottom: 10px;
}
.p-item__wrap--compact .p-item__price {
  font-size: 0.9em;
}
.p-item__wrap--compact .p-item__price span {
  font-size: 1.5em;
  line-height: 1.1;
}
.p-item__wrap--compact .p-item__box--rank::before {
  transform: translateX(-50%) scale(0.7);
}
.p-item__desc {
  font-size: 0.65em;
  line-height: 1.1;
}
.p-item__indicator {
  font-size: 0.65em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
}
.p-item__indicator span {
  background: #dadada;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
}
.p-item__indicator .current {
  background: #000;
}
.p-item__price {
  font-size: 1em;
  text-align: right;
}
.p-item__price span {
  padding: 0 2px 0 7px;
  color: #fa5f67;
  font-size: 2em;
  font-family: futura-pt-bold, sans-serif;
  line-height: 1.5;
}
.p-item__detail {
  margin-top: auto;
}
.p-item__remarks {
  padding: 20px;
  background: #f8f8f8;
  margin-top: 32px;
  text-align: left;
  font-size: 0.7em;
}
@media (min-width: 48em) {
  .p-item ul {
    gap: 75px;
  }
  .p-item__wrap {
    flex-direction: row;
  }
  .p-item__box--top {
    flex-direction: row;
  }
  .p-item__box--middle {
    flex-direction: row;
    width: calc((100% - 20px) / 2);
  }
  .p-item__box--bottom {
    width: calc((100% - 20px) / 2);
  }
  .p-item__box--rank::before {
    top: -55px;
  }
  .p-item__right {
    padding-top: 0;
  }
  .p-item__remarks {
    text-align: center;
  }
  .p-item__lead {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 0.85em;
  }
}
@media screen and (min-width: 980px) {
  .p-item__box--bottom {
    width: calc((100% - 60px) / 4);
  }
}

.p-voice {
  background: #ffebef;
  background-image: linear-gradient(to top, #fad0c4 0%, #ffa1a7 100%);
  overflow: hidden;
}
.p-voice__card {
  position: relative;
  padding: 80px 20px 30px 20px;
  font-size: 0.85em;
  box-shadow: rgba(165, 149, 159, 0.2) 0px 7px 18px;
}
.p-voice__card::after {
  position: absolute;
  top: 25px;
  left: 40px;
  content: "";
  background: url(assets/img/voice/quote.png) no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.p-voice__text {
  text-align: left;
  align-content: stretch;
}
.p-voice__bottom {
  margin-top: 1.5em;
  align-items: center;
}
@media (min-width: 48em) {
  .p-voice__card {
    margin: 0 30px;
    padding: 80px 50px 30px 50px;
  }
}

.p-faq {
  border-radius: 15px;
  background: #90dff7;
  background-image: linear-gradient(120deg, #90dff7 0%, #66a6ff 100%);
  padding: 30px 5px;
  margin-top: 100px;
  /* 質問を開いた時の仕様 */
  /* --答えの高さ */
  /* 質問をクリックした時のアイコンの動き */
}
.p-faq__tab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #1b2538;
}
.p-faq__tab input {
  position: absolute;
  opacity: 0;
}
.p-faq__tab label {
  text-align: left;
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 0.6em 3em 0.6em 3em;
  cursor: pointer;
  border-radius: 0.5em;
  background: #fff;
}
.p-faq__tab label::before {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 1.6em;
  font-weight: bold;
  content: "Q";
  color: #78cedd;
  margin-top: -0.1em;
}
.p-faq__tab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: "＋";
  display: inline-block;
  transition: 0.5s;
}
@media (min-width: 48em) {
  .p-faq__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 8px;
  }
}
.p-faq__content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: all 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}
.p-faq__content p {
  text-align: left;
  margin: 0 1em 1em;
  font-size: 0.8em;
}
.p-faq input:checked ~ .p-faq__content {
  max-height: 40em;
  background: #fff;
}
.p-faq input:checked ~ label {
  border-radius: 0.5em 0.5em 0 0;
  transition: all 0.3s;
}
.p-faq input[type=checkbox]:checked + label::after {
  content: "ー";
}
@media (min-width: 48em) {
  .p-faq {
    padding: 50px;
  }
}

.p-faq__tab {
  opacity: 1;
}

.p-faq__tab.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}

.list-btn {
  margin-top: 20px;
  text-align: right;
}

.list-btn.is-btn-hidden {
  display: none;
}

.list-btn button {
  font-weight: bold;
  border-bottom: 1px solid;
  cursor: pointer;
  outline: none;
  padding: 5px;
}

.p-feed--instagram {
  box-shadow: 0 -15px 10px -10px rgba(10, 10, 10, 0.1), 0 15px 10px -10px rgba(10, 10, 10, 0.1);
  padding: 32px 0;
}
.p-feed--instagram #sbi_load {
  padding-top: 24px;
}
.p-feed--instagram .sbi_follow_btn a {
  padding: 8px 32px !important;
}

.p-flow {
  background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
  padding-bottom: 120px;
}
.p-flow ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-flow li {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  text-align: left;
  align-items: flex-start;
  background: #fff;
  padding: 20px 15px;
  border-radius: 15px;
}
.p-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 37.5px 0 37.5px;
  border-color: #88d7ef transparent transparent transparent;
  z-index: -1;
}
.p-flow li a {
  color: #31aee9;
  border-bottom: 1px solid #31aee9;
}
.p-flow__step {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.p-flow__num img {
  width: 100px;
}
.p-flow__title {
  font-size: 1.2em;
  font-weight: bold;
}
@media (min-width: 48em) {
  .p-flow li {
    flex-wrap: nowrap;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 25px;
  }
  .p-flow__step {
    width: calc(8em + 200px);
    align-items: inherit;
  }
  .p-flow__text {
    width: calc(100% - 8em - 200px);
    font-size: 0.9em;
  }
  .p-flow__text small {
    display: block;
    font-size: 0.75em;
    color: #7c7872;
    padding-top: 0.2em;
  }
}

.p-contact {
  width: 100%;
  padding: 110px 0;
  background: url(assets/img/cta_bg.jpg) no-repeat center/cover;
  margin-top: 150px;
}
.p-contact__head {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
}
.p-contact__head span {
  display: block;
  font-size: 0.65em;
  padding-top: 1.7em;
  font-weight: normal;
}
.p-contact__head a {
  color: #31aee9;
  border-bottom: 1px solid #31aee9;
}
.p-contact__catch {
  font-size: 1.5em;
  letter-spacing: 0.3em;
}
.p-contact__cta {
  margin-top: 50px;
}
.p-contact__cta.c-flex {
  gap: 40px;
}
.p-contact__tel {
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 48px;
  border-radius: 10px;
  color: #0062a6;
}
.p-contact__tel svg {
  padding-top: 8px;
  width: 1.8em;
  height: 1.8em;
}
.p-contact__tel svg .st0 {
  fill: #0062a6;
}
@media (hover: hover) {
  .p-contact__tel {
    color: #333;
  }
  .p-contact__tel svg .st0 {
    fill: #333;
  }
}
.p-contact__num {
  display: block;
  font-size: 1.8em;
  font-family: "futura-pt-bold";
}
.p-contact__reception {
  padding-left: calc(1.8em + 14px);
  font-size: 0.85em;
  text-align: left;
}
.p-contact__mail svg {
  width: 1.3em;
  height: 1.3em;
  margin-left: 15px;
}
.p-contact__mail svg .st0 {
  fill: #fff;
}
.p-contact__mail:hover .st0 {
  fill: #fa5f67;
}
.p-contact .c-button {
  box-shadow: rgba(255, 255, 255, 0.3) 1.95px 1.95px 19.5px;
}
@media (min-width: 48em) {
  .p-contact__tel {
    pointer-events: none;
  }
}

.p-access {
  margin-top: 90px;
}
.p-access__info {
  text-align: left;
  padding-bottom: 20px;
  font-family: "Noto Sans JP";
}
.p-access__company {
  font-size: 0.9em;
}
.p-access__company dl {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
}
.p-access__company dt {
  padding: 10px 10px 5px 10px;
  font-weight: bold;
}
.p-access__company dd {
  padding: 0 10px 5px 10px;
}
.p-access__company a {
  color: #31aee9;
}
.p-access__map {
  position: relative;
  min-height: 320px;
  /* Google Mapのiframe */
}
.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.p-access__chara {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  max-width: 400px;
  right: 0;
  top: 103%;
}
.p-access__chara img {
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  .p-access__company dl {
    flex-direction: row;
  }
  .p-access__company dt {
    padding: 10px;
    width: 10em;
  }
  .p-access__company dd {
    flex: 1;
    padding: 10px;
  }
}
@media screen and (min-width: 1300px) {
  .p-access__chara {
    top: -50px;
    right: 5px;
  }
}

.p-guide {
  margin-top: 90px;
  padding-top: 60px;
  padding-bottom: 50px;
  background: #f1f1f1;
}
.p-guide__item {
  text-align: left;
  padding: 25px;
  width: 100%;
  background: #fff;
}
.p-guide__title {
  display: flex;
  flex-direction: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
  margin-bottom: 1.1em;
  font-weight: bold;
}
.p-guide__icon img {
  width: 60px;
}
.p-guide__detail {
  text-align: left;
  font-size: 0.85em;
}
.p-guide__detail a {
  color: #31aee9;
  border-bottom: 1px solid #31aee9;
}
.p-guide__detail p:not(:first-child) {
  margin-top: 1em;
}
.p-guide__commission {
  margin-top: 1em;
  font-weight: bold;
}
.p-guide__commission dl {
  border-bottom: 1px dotted #ccc;
  display: flex;
  align-items: center;
}
.p-guide__commission dl dt {
  width: 10em;
  padding: 2px;
}
.p-guide__commission dl dd {
  flex: 1;
  padding: 2px;
  text-align: right;
}
@media (min-width: 48em) {
  .p-guide__item:not(:last-child) {
    width: calc((100% - 40px) / 3);
  }
}

.p-topics {
  /* ----- WRAP ----- */
  /* ---------- HERO ---------- */
  /* ---------- LIST ---------- */
  /* ---------- LIST ---------- */
}
.p-topics__heading {
  margin-bottom: 0.7em;
  font-weight: 700;
  font-family: futura-pt-bold, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-topics__heading--pc {
  display: none;
}
.p-topics__heading--sp {
  display: block;
}
@media (min-width: 48em) {
  .p-topics__heading {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .p-topics__heading--pc {
    display: block;
  }
  .p-topics__heading--sp {
    display: none;
  }
}
.p-topics__wrap {
  display: flex;
  text-align: left;
  gap: 2em 3em;
  flex-flow: column nowrap;
  padding: 10px 4px;
}
@media (min-width: 48em) {
  .p-topics__wrap {
    flex-flow: row nowrap;
    padding: 20px 40px;
  }
}
.p-topics__hero {
  flex-basis: 0;
  flex-grow: 3;
}
.p-topics__hero-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-topics__hero-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.p-topics__hero-body {
  margin-top: 1em;
}
.p-topics__hero-title {
  margin-top: 0.2em;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2em;
}
.p-topics__hero-excerpt {
  margin-bottom: 0.75rem;
  font-size: 0.8em;
  line-height: 1.6;
  margin-top: 1em;
}
.p-topics__recent {
  flex-basis: 0;
  flex-grow: 2;
}
.p-topics__list {
  display: flex;
  flex-flow: column nowrap;
  gap: 1em;
}
.p-topics__item {
  display: flex;
  gap: 0.75rem;
}
.p-topics__item-link {
  display: flex;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}
.p-topics__thumb {
  flex: 0 0 72px;
  width: 150px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.p-topics__content {
  flex: 1 1 auto;
}
.p-topics__category {
  display: inline-block;
  margin-bottom: 0.25rem;
  font-size: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffb452;
}
.p-topics__title {
  margin: 0.5rem 0;
  font-weight: 700;
  font-size: 0.95em;
  line-height: 1.4;
}

.p-topic__logo {
  display: flex;
  justify-content: center;
  padding-top: 8px;
}
.p-topic__logo a {
  max-width: 200px;
}
.p-topic__container {
  width: 100%;
  max-width: 874px;
  margin: 24px auto;
  background: #fff;
  padding: 40px 16px;
  border-radius: 8px;
  box-shadow: -8px 0 16px -8px rgba(0, 0, 0, 0.06), 8px 0 16px -8px rgba(0, 0, 0, 0.06);
  text-align: left;
}
@media (min-width: 48em) {
  .p-topic__container {
    padding: 40px;
  }
}
.p-topic__thumb {
  margin-bottom: 2em;
}
.p-topic__img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}
.p-topic__category {
  color: #fff;
  background: #ffb452;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 9999px;
  font-size: 0.9em;
  margin-bottom: 1em;
  line-height: 1.2;
}
.p-topic__title {
  font-size: clamp(2rem, 0.8648rem + 4.8436vw, 5rem);
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.2;
}
.p-topic__content {
  line-height: 1.9;
  font-size: 0.9em;
  margin-top: 1em;
}
.p-topic__content p:not(:first-child) {
  margin-top: 1.25em;
}