@charset "UTF-8";
@import url(/asset/heiwajima/css/players-info.css);
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  position: relative;
  background: #000;
  min-height: 100vh;
  font-size: 15px;
  line-height: 1.2;
  max-width: 1920px;
  margin: 0 auto;
}
body.active{
  overflow: hidden;
}
/* @media screen and (min-width: 950px) {
  body.active{
    overflow: auto;
  }
} */
section{
  max-width: 1445px;
  margin: 0 auto;
}
.text_en {
  font-family: "Roboto", sans-serif;
}

.cal-white {
  color: #fff;
}

.page-inner {
  padding: 0 5%;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: black;
  color: #fff;
}

.flex-wrapper {
  display: flex;
}

.sp-flex {
  display: flex;
}
@media screen and (min-width: 950px) {
  .sp-flex {
    display: initial;
  }
}

@media screen and (min-width: 950px) {
  .pc-hidden {
    display: none;
  }
}

.sp-hidden {
  display: none;
}
@media screen and (min-width: 950px) {
  .sp-hidden {
    display: initial;
  }
}

.grid-wrapper {
  display: grid;
}
.pistar-icon {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 950px) {
  .pistar-icon {
    width: 40px;
    height: 40px;
  }
}
.arrow-icon {
  content: "";
  display: block;
  width: clamp(10px, 3vw, 30px);
  height: clamp(10px, 3vw, 30px);
  background-image: url(/asset/heiwajima/svg/arrow_icon.svg);
  background-repeat: no-repeat;
  margin-top: 2px;
}
@media screen and (min-width: 950px) {
  .arrow-icon {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 950px) {
  .nav-item:hover {
    opacity: 0.7;
  }
}

.header {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1440px;
  width: 100%;
  padding: clamp(22px, 5vw, 42px) 0 0;
}
@media screen and (min-width: 950px) {
  .header {
    padding-top: 50px;
  }
}
.header__logo {
  width: 38%;
  min-width: 130px;
  max-width: 300px;
}
@media screen and (min-width: 950px) {
  .header__logo {
    max-width: 256px;
  }
}

.main {
  padding: clamp(80px, 21vw, 169px) 0 160px;
}
@media screen and (min-width: 950px) {
  .main {
    padding-bottom: 280px;
  }
}
.main::before, .main::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.main::before {
  top: 0;
  height: 100vh;
  background-image: url(/asset/heiwajima/img/sp_top-bg.jpg);
  background-position: top right;
}
@media screen and (min-width: 950px) {
  .main::before {
    background-image: url(/asset/heiwajima/img/pc_top-bg.jpg);
  }
}
.main::after {
  bottom: 0;
  left: 0;
  background-position: center left;
  height: 100vh;
  background-size: contain;
  background-image: url(/asset/heiwajima/img/sp_bottom-bg.jpg);
}
@media screen and (min-width: 950px) {
  .main::after {
    height: 80vh;
    background-image: url(/asset/heiwajima/img/pc_bottom-bg.jpg);
  }
}
.main .hero .catch {
  width: 65vw;
  min-width: 244px;
}
@media screen and (min-width: 950px) {
  .main .hero .catch {
    width: 38vw;
    max-width: 555px;
  }
}
.main .hero .lead {
  width: 67vw;
  min-width: 251px;
  margin-top: clamp(17px, 4vw, 31px);
}
@media screen and (min-width: 950px) {
  .main .hero .lead__wrapper {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 950px) {
  .main .hero .lead {
    margin-top: calc(clamp(37px, 5vw, 80px) * -1);
    width: 35vw;
    max-width: 520px;
  }
}
.main .lace-info {
  margin-top: clamp(35px, 9vw, 72px);
}
.main .lace-info .lace-title {
  font-size: clamp(1rem, 4vw, 2.3rem);
  line-height: 1.5;
  flex: 6;
  font-weight: bold;
}
@media screen and (min-width: 950px) {
  .main .lace-info .lace-title {
    font-size: 1.6rem;
  }
}
.main .lace-info .lace-date {
  line-height: 1;
  text-align: center;
  grid-template-areas: "month a" "b day" "week week";
  grid-template-columns: 1fr 1fr;
  font-size: clamp(1rem, 4vw, 1.6rem);
}
@media screen and (min-width: 950px) {
  .main .lace-info .lace-date {
    font-size: 2rem;
  }
}
.main .lace-info .lace-date__wrapper {
  position: relative;
  flex: 2;
  max-height: clamp(60px, 15vw, 120px);
  max-width: clamp(60px, 15vw, 120px);
  color: #fff;
  font-weight: bold;
  background-color: #00c87f;
  padding: 5px 11px;
  transform: skew(-15deg);
  margin-top: calc(clamp(38px, 10vw, 80px) * -1);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 950px) {
  .main .lace-info .lace-date__wrapper {
    margin-top: -95px;
    max-height: 130px;
    max-width: 130px;
  }
}
.main .lace-info .lace-date__wrapper::before {
  content: "";
  width: 50%;
  height: clamp(1px, 0.2vw, 2px);
  background-color: #fff;
  position: absolute;
  transform: rotate(-45deg) translateY(-50%) translateX(50%);
  top: 57%;
  left: 9%;
}
.main .lace-info .lace-date .lace-month {
  grid-area: month;
}
.main .lace-info .lace-date .lace-day {
  grid-area: day;
}
.main .lace-info .lace-date .lace-week {
  grid-area: week;
}
.main .lace-info .box {
  padding: 4% 5%;
}
@media screen and (min-width: 950px) {
  .main .lace-info .box {
    padding: 2%;
  }
}
.main .lace-info .box .flex-wrapper {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.main .lace-info .lace-forecast {
  flex: 10;
  transform: skew(15deg);
}
.main .lace-info .lace-forecast_wrapper {
  margin-top: clamp(10px, 2vw, 25px);
  padding: 10px 15px;
  transform: skew(-15deg);
  font-size: clamp(1rem, 4vw, 2.3rem);
}
@media screen and (min-width: 950px) {
  .main .lace-info .lace-forecast_wrapper {
    padding: 15px;
    font-size: 1.2rem;
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
  }
}
.main .lace-info-time {
  text-align: end;
  font-size: clamp(0.8rem, 3vw, 1.4rem);
  margin-top: clamp(10px, 3vw, 20px);
}
@media screen and (min-width: 950px) {
  .main .lace-info-time {
    font-size: 0.9rem;
    margin-top: 0;
    text-align: center;
    border-left: 1px solid #fff;
    transform: skew(15deg);
  }
}
.main .lace-info-time__wrapper {
  flex: 1;
}
@media screen and (min-width: 950px) {
  .main .lace-info-time__wrapper {
    margin-top: 3px;
  }
}
.main .lace-tabs {
  margin-top: clamp(35px, 10vw, 70px);
}
@media screen and (min-width: 950px) {
  .main .lace-tabs {
    margin-top: 50px;
  }
}
.main .lace-tabs .lace-list-item {
  height: clamp(50px, 15vw, 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-weight: bold;
}
@media screen and (min-width: 950px) {
  .main .lace-tabs .lace-list-item {
    height: 50px;
  }
}
.main .lace-tabs img {
  max-width: 20px;
}
.main .lace-tab {
  padding: 0 5.55% 0 5%;
}
@media screen and (min-width: 950px) {
  .main .lace-tab {
    padding: 0 5%;
  }
}
.main .lace-tab__wrapper {
  margin-top: 42px;
}
.main .lace-tab .lace-list-item {
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}
.main .lace-tab .lace-list-item:not(:first-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  left: -1%;
  height: 100%;
  width: 20%;
  transform: skew(-15deg) translate3d(0, 0, 1px);
  transition: all 0.3s;
  z-index: 20;
}
.main .lace-tab .lace-list-item:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  right: -1%;
  height: 100%;
  width: 20%;
  transform: skew(-15deg) translate3d(0, 0, 1px);
  transition: all 0.3s;
  z-index: 10;
}
.main .lace-tab .lace-list-item {
  background-color: #edb534;
  color: #fff;
}
.main .lace-tab .lace-list-item::before {
  background-color: #edb534;
  border-left: #fff 1px solid;
}
.main .lace-tab .lace-list-item::after {
  background-color: #edb534;
}
@media screen and (min-width: 950px) {
.main .lace-tab .lace-list-item:hover,.main .lace-tab .lace-list-item:hover:hover::before,.main .lace-tab .lace-list-item:hover:hover::after{
  background-color: #b1892c;
}
}
.main .lace-tab .lace-list-item.present {
  background-color: #00c87f;
  color: #fff;
}
.main .lace-tab .lace-list-item.present::before {
  background-color: #00c87f;
}
.main .lace-tab .lace-list-item.present::after {
  background-color: #00c87f;
}
@media screen and (min-width: 950px) {
.main .lace-tab .lace-list-item.present:hover,.main .lace-tab .lace-list-item.present:hover:hover::before,.main .lace-tab .lace-list-item.present:hover:hover::after{
  background-color: #008d59;
}
}
.main .lace-tab .text-wrapper {
  transform: skew(-5deg) translateX(-5%) translate3d(0, 0, 2px);
  font-size: clamp(1.3rem, 6vw, 2.6rem);
  z-index: 999;
}
@media screen and (min-width: 950px) {
  .main .lace-tab .text-wrapper {
    font-size: 1.9rem;
  }
}
.main .lace-tab .text-wrapper .small {
  font-size: clamp(1rem, 4vw, 2rem);
}
@media screen and (min-width: 950px) {
  .main .lace-tab .text-wrapper .small {
    font-size: 1.5rem;
  }
}
.main .players-info {
  margin-top: clamp(40px, 10vw, 80px);
}
@media screen and (min-width: 950px) {
  .main .players-info {
    margin-top: 25px;
  }
}
.main .players-info__head {
  padding: 2%;
  font-size: clamp(0.8rem, 3vw, 1.7rem);
  background-color: #4d4d4d;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 950px) {
  .main .players-info__head {
    padding: 0;
    font-size: 1rem;
    text-align: center;
  }
}
.main .players-info__head .sp-hidden .grid-wrapper {
  grid-template-areas: "number player comment";
  text-align: center;
  grid-template-columns: 45px 370px auto;
  height: 65px;
}
.main .players-info__head .sp-hidden .grid-wrapper .head-number {
  grid-area: number;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .players-info__head .sp-hidden .grid-wrapper .head-player {
  grid-area: player;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .players-info__head .sp-hidden .grid-wrapper .head-comment {
  grid-area: comment;
  border-bottom: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .players-info .player-info {
  width: 100%;
  display: none;
}
.main .players-info .player-info.show {
  display: block;
}
.main .players-info__list {
  display: block;
  position: relative;
}
.main .players-info .players .grid-wrapper {
  grid-template-areas: "number player" "comment comment" "sign sign";
  grid-template-rows: clamp(80px, 22vw, 180px) auto auto;
  grid-template-columns: clamp(40px, 10vw, 80px) auto;
  margin-top: clamp(10px, 4vw, 25px);
}
@media screen and (min-width: 950px) {
  .main .players-info .players .grid-wrapper {
    grid-template-areas: "number player comment" "number player sign";
    margin-top: 0;
    grid-template-columns: 45px 370px auto;
    grid-template-rows: auto auto;
  }
}
.main .players-info .number,
.main .players-info .player,
.main .players-info .comment,
.main .players-info .sign {
  padding: 5%;
}
.main .players-info .number {
  grid-area: number;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #000;
}
.main .players-info .number img {
  width: 100%;
  max-height: clamp(20px, 5vw, 40px);
}
@media screen and (min-width: 950px) {
  .main .players-info .number img {
    height: 24px;
  }
}
@media screen and (min-width: 950px) {
  .main .players-info .number {
    border-bottom: 2px solid #000;
  }
}
.main .players-info .player {
  grid-area: player;
}
@media screen and (min-width: 950px) {
  .main .players-info .player {
    display: flex;
    align-items: center;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}
.main .players-info .player img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 14vw;
  max-width: 110px;
  height: 100%;
}
@media screen and (min-width: 950px) {
  .main .players-info .player img {
    max-width: 100px;
    max-height: 100px;
  }
}
.main .players-info .player .text-wrapper {
  padding-left: 8%;
  white-space: nowrap;
}
@media screen and (min-width: 950px) {
  .main .players-info .player .text-wrapper {
    white-space: initial;
  }
}
.main .players-info .player .player-name {
  font-size: clamp(1.3rem, 4vw, 2rem);
  font-weight: bold;
}
@media screen and (min-width: 950px) {
  .main .players-info .player .player-name {
    font-size: 1.6rem;
  }
}
.main .players-info .player .player-data {
  margin-top: clamp(0.5rem, 1vw, 1rem);
  font-size: clamp(1rem, 3vw, 1.5rem);
}
@media screen and (min-width: 950px) {
  .main .players-info .player .player-data {
    font-size: 1.25rem;
    margin-top: 7px;
  }
}
.main .players-info .comment {
  grid-area: comment;
  border-top: 2px solid #000;
  padding: 4%;
  font-size: clamp(0.9rem, 3vw, 1.8rem);
  position: relative;
  transition: all 0.3s;
}
.main .players-info .comment .arrow-icon {
  display: none;
  background-image: url(/asset/heiwajima/svg/arrow-blue.svg);
  width: 15px;
  height: 9px;
  margin-left: 5px;
}
@media screen and (min-width: 950px) {
  .main .players-info .comment {
    border-top: none;
    padding: 2% 3%;
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
}
.main .players-info .comment p {
  display: inline;
}
.main .players-info .comment.show-comment .means_comment {
  display: inline;
}
.main .players-info .comment.show-comment.open {
  padding-bottom: clamp(2rem, 5vw, 3rem);
}
.main .players-info .comment.show-comment.open::after {
  content: "";
}
.main .players-info .comment .has-ellipsis::after {
  content: "...";
}
.main .players-info .comment .has-ellipsis.open::after {
  content: "";
}
.main .players-info .comment .means_comment {
  display: none;
}
.main .players-info .read-more-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  bottom: 22%;
  right: 6%;
  color: #0d96db;
  text-underline-offset: 3px;
}
@media screen and (min-width: 950px) {
  .main .players-info .read-more-wrapper {
    right: 3%;
  }
}
.main .players-info .show-comment .read-more-wrapper {
  bottom: 10px;
  border-bottom: #0d96db 1px dashed;
}
.main .players-info .show-comment .read-more-wrapper.open .arrow-icon {
  transform: rotate(180deg);
}
.main .players-info .show-comment .arrow-icon {
  display: initial;
}
.main .players-info .sign {
  grid-area: sign;
  border-top: 2px solid #000;
  padding: 2.5% 3.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 45px;
}
@media screen and (min-width: 950px) {
  .main .players-info .sign {
    border-top: none;
    border-bottom: 2px solid #000;
    padding: 1% 3.5%;
  }
}
.main .players-info .sign .sign-img ,.main .players-info .sign .order-img{
  max-height: clamp(24px, 7vw, 60px);
  width: fit-content;
}
@media screen and (min-width: 950px) {
  .main .players-info .sign .sign-img ,.main .player-info .sign .order-img{
    max-height: 34px;
  }
}
.main .players-info .sign .order-img{
  width: 100%;
  text-align: right;
}
.main .players-info .comment-time {
  font-size: clamp(0.8rem, 3vw, 1.4rem);
  padding-right: 6px;
}
@media screen and (min-width: 950px) {
  .main .players-info .comment-time {
    font-size: 1rem;
  }
}
.main .nav {
  margin-top: clamp(10px, 3vw, 60px);
}
@media screen and (min-width: 950px) {
  .main .nav {
    margin-top: 20px;
  }
}
.main .nav .icon-tips__btn__wrapper{
  justify-content: flex-end;
  margin-bottom: clamp(35px, 7vw, 60px);
}
@media screen and (min-width: 950px) {
  .main .nav .icon-tips__btn__wrapper {
    margin-bottom: 50px;
  }
}
.main .nav .nav-item.icon-tips__btn{
  height: clamp(20px,7vw,50px);
  display: flex;
  border-radius: 7vw;
  padding: 0 3%;
  cursor: pointer;
}
@media screen and (min-width: 950px) {
  .main .nav .nav-item.icon-tips__btn{
    height: 50px;
    border-radius: 25px;
    padding: 0 2%;
  }
}
.main .nav .nav-item.icon-tips__btn p{
  font-size: clamp(0.8rem, 3vw, 1.8rem);
}
@media screen and (min-width: 950px) {
  .main .nav .nav-item.icon-tips__btn p{
    font-size: clamp(1rem, 2vw, 1.3rem);
  }
}
.main .nav .grid-wrapper {
  grid-template-areas: "youtube youtube youtube" "konyu yoso top_btn";
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3%;
       column-gap: 3%;
  row-gap: 5%;
}
@media screen and (min-width: 950px) {
  .main .nav .grid-wrapper {
    grid-template-areas: "youtube konyu yoso top_btn";
    grid-template-columns: 2.15fr 1.5fr 1.5fr 1fr;
    -moz-column-gap: initial;
         column-gap: initial;
  }
}
.main .nav .youtube {
  grid-area: youtube;
}
@media screen and (min-width: 950px) {
  .main .nav .youtube {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 96.3% 100%);
            clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 96.3% 100%);
  }
}
.main .nav .youtube img {
  flex: 2;
  width: 100%;
  max-width: clamp(58px, 15vw, 100px);
}
@media screen and (min-width: 950px) {
  .main .nav .youtube img {
    max-width: 60px;
    max-height: 60px;
  }
}
.main .nav .youtube a {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media screen and (min-width: 950px) {
  .main .nav .youtube a {
    align-items: center;
  }
}
.main .nav .youtube .pc-hidden {
  display: flex;
  justify-content: space-between;
  font-size: clamp(0.7rem, 3vw, 1rem);
  line-height: 1.2;
}
@media screen and (min-width: 950px) {
  .main .nav .youtube .pc-hidden {
    display: none;
  }
}
.main .nav .youtube .text-wrapper {
  flex: 2;
  font-size: clamp(1.2rem, 6vw, 2.6rem);
  line-height: 1.4;
  padding-left: clamp(10px, 2vw, 40px);
}
@media screen and (min-width: 950px) {
  .main .nav .youtube .text-wrapper {
    font-size: 1.5rem;
    padding-left: initial;
  }
}
@media screen and (min-width: 950px) {
  .main .nav .youtube .text-wrapper .sp-hidden {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.main .nav .konyu {
  grid-area: konyu;
}
@media screen and (min-width: 950px) {
  .main .nav .konyu {
    -webkit-clip-path: polygon(0% 100%, 5.5% 0%, 100% 0%, 94.3% 100%);
            clip-path: polygon(0% 100%, 5.5% 0%, 100% 0%, 94.3% 100%);
  }
}
.main .nav .yoso {
  grid-area: yoso;
}
@media screen and (min-width: 950px) {
  .main .nav .yoso {
    -webkit-clip-path: polygon(0% 100%, 5.5% 0%, 100% 0%, 94.3% 100%);
            clip-path: polygon(0% 100%, 5.5% 0%, 100% 0%, 94.3% 100%);
  }
}
.main .nav .top_btn {
  grid-area: top_btn;
}
@media screen and (min-width: 950px) {
  .main .nav .top_btn {
    -webkit-clip-path: polygon(0% 100%, 8.3% 0%, 100% 0%, 100% 100%);
            clip-path: polygon(0% 100%, 8.3% 0%, 100% 0%, 100% 100%);
  }
}
.main .nav .nav-item {
  background-color: #00c87f;
  color: #fff;
  font-size: 0.8rem;
}
@media screen and (min-width: 950px) {
  .main .nav .nav-item {
    padding: 0 5%;
  }
}
.main .nav .nav-item.flex-wrapper,
.main .nav .nav-item .flex-wrapper {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5%;
  padding: 20% 0;
}
@media screen and (min-width: 950px) {
  .main .nav .nav-item.flex-wrapper,
  .main .nav .nav-item .flex-wrapper {
    flex-direction: row;
    padding: initial;
  }
}
.main .nav .nav-item.flex-wrapper p,
.main .nav .nav-item .flex-wrapper p {
  margin-top: clamp(5px, 1.5vw, 10px);
}
@media screen and (min-width: 950px) {
  .main .nav .nav-item.flex-wrapper p,
  .main .nav .nav-item .flex-wrapper p {
    margin-top: 0px;
  }
}
.main .nav .nav-item p {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: clamp(0.8rem, 2vw, 1.8rem);
}
@media screen and (min-width: 950px) {
  .main .nav .nav-item p {
    font-size: clamp(1rem, 2vw, 1.3rem);
  }
}
.main .nav .nav-item .icon {
  max-width: clamp(25px, 5vw, 60px);
}
.main .nav .nav-item.top_btn {
  background-color: #4d4d4d;
  cursor: pointer;
}
@media screen and (min-width: 950px) {
  .main .nav .nav-item.top_btn {
    flex-direction: column;
  }
}
.main .nav .nav-item.top_btn img {
  max-width: clamp(15px, 5vw, 40px);
}
@media screen and (min-width: 950px) {
  .main .nav .nav-item.top_btn img {
    max-width: 15px;
  }
}
.main .nav .nav-item a {
  width: 100%;
  height: 100%;
  padding: 4% 7.5%;
}
@media screen and (min-width: 950px) {
  .main .nav .nav-item a {
    padding: 2% 6%;
  }
}
.icon-tips{
  width: 100%;
  height: 100%;
  max-width: 1920px;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  transition: all 0.3s ease-out;
  visibility: hidden;
  position: fixed;
  top: 0;
  overflow: scroll;
  padding: 100px 0;
}
@media screen and (min-width: 950px) {
  .icon-tips{
    overflow: auto;
  }
}
.icon-tips.active{
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
.icon-tips .icon-tips__wrapper{
  width: 100%;
  max-width: 1445px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;

}
@media screen and (min-width: 950px) {
  .icon-tips .icon-tips__wrapper{
    height: 100%;
    display: grid;
    justify-content: initial;
  }
}
.icon-tips .bg-white{
  padding: 3%;
}
@media screen and (min-width: 950px) {
  .icon-tips .bg-white{
    position: relative;
    padding: 1% 3%;
  }
}
.icon-tips .clause-btn{
  position: fixed;
  top: 10px;
  right: 5%;
  width: 50px;
  height: 50px;
  background-color: #00c87f;
  z-index: 9999;
}
@media screen and (min-width: 950px) {
  .icon-tips .clause-btn{
    position: absolute;
    right: 0;
    top: -60px;
  }
}
@media screen and (min-width: 950px) {
  .icon-tips .clause-btn:hover{
    opacity: 0.8;
  }
}
.icon-tips .clause-icon{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.icon-tips .clause-icon::before,.icon-tips .clause-icon::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  background-color: #fff;
}
.icon-tips .clause-icon::before{
  transform: translate(-50%,-50%) rotate(45deg);
}
.icon-tips .clause-icon::after{
  transform: translate(-50%,-50%) rotate(-45deg);
}
.icon-tips__title{
  padding: clamp(6px,0.5vw,10px) 15px;
  transform: skew(-15deg);
  font-size: clamp(1rem, 4vw, 2.3rem);
  background-color: #4c4c4c;
  position: relative;
}
@media screen and (min-width: 950px) {
  .icon-tips__title{
    padding: 10px;
    font-size: 1.2rem;
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
  }
}
.icon-tips__title::before{
  content: "";
  background-image: url(/asset/heiwajima/svg/icon_tips.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  width: clamp(80px,15vw,200px);
  height: clamp(80px,15vw,200px);
  position: absolute;
  left: calc(clamp(26px,6vw,100px) * -1);
  bottom: -5%;
  transform: skew(15deg);
}
@media screen and (min-width: 950px) {
  .icon-tips__title::before{
    width: 150px;
    left: -50px;
  }
}
.icon-tips__title h3{
  color: #fff;
  width: 100%;
  padding-left: clamp(50px,9vw,100px);
  font-weight: bold;
  transform: skew(15deg);
  font-size: clamp(0.8rem, 3vw, 1.7rem)
}
@media screen and (min-width: 950px) {
  .icon-tips__title h3{
    font-size: 1.3rem;
    padding-left: 100px;
  }
}
.icon-tips .grid-wrapper{
  margin-top: 10px;
  row-gap: 20px;
  column-gap: 40px;
}
@media screen and (min-width: 950px) {
  .icon-tips .grid-wrapper{
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    margin-bottom: 1%;
    row-gap: 10px;
  }
}
.icon-tips .grid-item{
  display: grid;
  grid-template-columns: subgrid;
}
.icon-tips .grid-item__title{
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.icon-tips .grid-item__title::after{
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  height: clamp(15px, 5vw, 30px) ;
}
.icon-tips .grid-item__02 .grid-item__title::after{
  background-image: url(/asset/heiwajima/svg/sign_1.svg);
  width: clamp(24px,6vw,38px);
}
@media screen and (min-width: 950px) {
  .icon-tips .grid-item__02 .grid-item__title::after{
    width: clamp(24px,3.2vw,29px);
  }
}
.icon-tips .grid-item__03 .grid-item__title::after{
  background-image: url(/asset/heiwajima/svg/sign_2.svg);
  width: clamp(54px,14vw,89px);
}
@media screen and (min-width: 950px) {
  .icon-tips .grid-item__03 .grid-item__title::after{
    width: clamp(54px,7.5vw,67px);
  }
}
.icon-tips .grid-item__04 .grid-item__title::after{
  background-image: url(/asset/heiwajima/svg/sign_3.svg);
  width: clamp(86px,23vw,140px);
}
@media screen and (min-width: 950px) {
  .icon-tips .grid-item__04 .grid-item__title::after{
    width: clamp(86px,12vw,104px);
  }
}
.icon-tips .grid-item__05 .grid-item__title::after{
  background-image: url(/asset/heiwajima/svg/sign_4.svg);
  width:  clamp(120px,34vw,200px);
}
@media screen and (min-width: 950px) {
  .icon-tips .grid-item__05 .grid-item__title::after{
    width: clamp(120px,17vw,142px);
  }
}
.icon-tips .grid-item__06 .grid-item__title::after{
  background-image: url(/asset/heiwajima/svg/sign_5.svg);
  width: clamp(140px,44vw,300px)
}
@media screen and (min-width: 950px) {
  .icon-tips .grid-item__06 .grid-item__title::after{
    width: clamp(150px,22vw,180px);
  }
}
.icon-tips .grid-item__title h4{
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: clamp(0.9rem, 2.5vw, 1.5rem);
}
@media screen and (min-width: 950px) {
  .icon-tips .grid-item__title h4{
    font-size: 15px;
  }
}
.icon-tips .grid-item__title h4::before{
  content: "";
  display: block;
  background-color: #00c87f;
  width: clamp( 4px, 1vw ,8px);
  height: clamp( 4px, 1vw ,8px);
  border-radius: 100%;
}
.icon-tips .grid-item__text{
  margin-top: 5px;
  font-size: clamp(0.9rem, 2.2vw, 1.5rem);
}
@media screen and (min-width: 950px) {
  .icon-tips .grid-item__text{
    margin-top: 0;
    font-size: 15px;
  }
}
.icon-tips .recommend{
  border: 1px solid #e3e3e3;
  border-radius: clamp(12px, 3vw,20px);
  margin-top: 10px;
  font-size: clamp(0.8rem, 2vw, 1.3rem);
  flex-direction: column;
}
@media screen and (min-width: 950px) {
  .icon-tips .recommend{
    flex-direction: row;
    border-radius: 100px;
    font-size: 0.8rem;
  }
}
.icon-tips .recommend p:first-of-type{
  background-color: #e3e3e3;
  border-radius: 100px;
  padding: 0.5% 2%;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-tips .recommend p:last-of-type{
  padding: 1% 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 950px) {
  .icon-tips .recommend p:last-of-type{
    justify-content: initial;
    padding: 0 2%;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  margin-bottom: 20px;
  text-align: center;

}
@media screen and (min-width: 950px) {
  .footer {
    margin-bottom: initial;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 950px) {
  .footer .page-inner {
    display: flex;
    justify-content: space-between;
  }
}
.footer__logo__wrapper {
  width: 82%;
  margin: 0 auto;
}
@media screen and (min-width: 950px) {
  .footer__logo__wrapper {
    width: 340px;
    margin: initial;
  }
}
.footer .copy {
  font-size: clamp(0.5rem, 2vw, 1rem);
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide {
  transform: none !important;
}/*# sourceMappingURL=style.css.map */