@charset "UTF-8";
/*
Theme Name: hinoki
Author: nihonhouse
Description: hinoki
*/
/* 伏見さまへ、このファイルではなくstyle2.cssを使って更新してください */

* {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  max-width: 100%;
  font-weight: inherit;
}

/* 印刷用 */
.print-on, .print-off {
  display: none;
}

@media print {
  .print-on {
    display: block;
  }

  body {
    zoom: 0.60;
    -webkit-print-color-adjust: exact;
  }

  @page {
    page-break-after: auto;
    box-sizing: border-box;
    margin: 0;
    margin: auto;
    padding: 5mm;
  }
}

/* 色変数 */
:root {

  /* メイン緑 */
  --co-main_green_light2: hsl(169, 50%, 90%);
  --co-main_green_light: hsl(169, 35%, 72%);
  --co-main_green: hsl(169, 30%, 50%);
  --co-main_green_dark: #1c7867;

  /* 背景 */
  --co-bg_beige: hsl(50, 30%, 92%);
  --co-bg_red: hsl(0, 100%, 94%);
  --co-bg_green: hsl(169, 100%, 94%);
  --co-bg_gray: hsl(0, 0%, 79%);
  --co-bg_gray_light: hsl(0, 0%, 93%);

  /* アクセント */
  --co-attention_red: hwb(0 21% 25%);
  --co-link_blue: hsl(213, 42%, 46%);
  /* モノトーン */
  --co-pure_black: hsl(0, 0%, 0%);
  --co-mat_black: hsl(0, 0%, 10%);
  --co-pure_white: hsl(0, 0%, 100%);

  /* ランクアップ */
  --co-rank_normal: hsl(143, 35%, 72%);
  --co-rank_bronze: hsl(21, 37%, 62%);
  --co-rank_silver: hsl(0, 0%, 79%);
  --co-rank_gold: hsl(42, 63%, 65%);
  --co-rank_platinum: hsl(208, 49%, 63%);
}

/* 汎用 */

@media print,
screen and (min-width: 721px) {
  .pcnone {
    display: none !important;
  }
}

body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
  min-width: 1200px;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: justify;
  word-break: break-all;
}

a {
  display: inline-block;
  color: var(--co-link_blue);
  text-decoration: none;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

span {
  font-weight: inherit;
}

ul, li {
  list-style: none;
}

picture {
  display: inline-block;
}

p {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.flex_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex_l {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.flex_a {
  align-items: center;
}


.mainwidth {
  margin: 0 auto;
  max-width: 1200px;
}

.w100 {
  width: 100% !important;
}


.w200 {
  width: 200px;
}

.w800 {
  width: 800px;
}

.btn_s {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border: solid 1px var(--co-main_green);
  border-radius: 8px;
  border-radius: 20px;
  background-color: var(--co-pure_white);
  width: 90px;
  height: 30px;
  color: var(--co-pure_black);
  font-weight: 600;
  font-size: 13px;
}

.btn_s::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 8px;
  background-image: url("/mytown/asset/common/btn_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 9px;
  content: "";
}

.btn_m {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border: solid 1px var(--co-main_green);
  border-radius: 8px;
  background-color: var(--co-pure_white);
  height: 55px;
  color: var(--co-pure_black);
  font-weight: 600;
  font-size: 15px;
}


.btn_m_strong {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border: solid 1px var(--co-main_green);
  border-radius: 8px;
  background-color: var(--co-main_green);
  height: 55px;
  color: var(--co-pure_white);
  font-weight: 600;
  font-size: 15px;
}

.btn_m::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 12px;
  background-image: url("/mytown/asset/common/btn_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  content: "";
}

.btn_m_strong::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 12px;
  background-image: url("/mytown/asset/common/btn_arrow_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  content: "";
}

.btn_m_back::after {
  top: calc(50% - 6px);
  left: 12px;
  transform: rotateZ(180deg);
}


.btn_m .ico_calendar::before {
  display: inline-block;
  vertical-align: middle;
  background-image: url("/mytown/asset/common/ico_calendar.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 10px;
  width: 30px;
  height: 30px;
  content: "";
}

.cursor {
  cursor: pointer;
}

/* 文字 */

.f_jakarta {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.f_lato {
  font-style: normal;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.palt {
  font-feature-settings: "palt";
}

.text_r {
  text-align: right;
}

.text_u {
  text-decoration: underline;
}


.h_style1 {
  border-bottom: solid 4px var(--co-main_green);
  padding-bottom: 15px;
  color: var(--co-main_green);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 1px;
}

.h_style2 {
  margin-top: 40px;
  border-bottom: solid 2px var(--co-main_green);
  padding-bottom: 20px;
  color: var(--co-mat_black);
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
}

.h_style3 {
  margin-top: 30px;
  border-radius: 8px;
  background: var(--co-bg_beige);
  padding: 5px 15px;
  width: fit-content;
  color: var(--co-mat_black);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.h_style3 .h_style_no {
  padding-right: 15px;
  color: var(--co-main_green_dark);
}

.h_style4 {
  margin-top: 20px;
  color: var(--co-main_green);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.h_style5 {
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.table_style1 {
  border-collapse: collapse;
  table-layout: fixed;
}

.table_style1 th {
  border: solid 1px var(--co-main_green);
  border-spacing: 0;
  background: var(--co-bg_beige);
  padding: 10px 15px;
  width: auto;
  color: var(--co-mat_black);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.table_style1 td {
  border: solid 1px var(--co-main_green);
  border-spacing: 0px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.5px;
	  background: var(--co-pure_white);
}

.list_dot {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}

.list_dot li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.list_dot li::before {
  position: absolute;
  left: 0;
  content: "・";
  color: var(--co-main_green);
}

.line_box1 {
  border: solid 1px var(--co-main_green);
  padding: 25px 30px;
  width: fit-content;
}

@media screen and (max-width: 720px) {
  .h_style1 {
    border-bottom-width: calc(3 * var(--sp_vw));
    padding-bottom: calc(8 * var(--sp_vw));
    font-size: calc(20 * var(--sp_vw));
  }

  .h_style2 {
	line-height: 1.4;  
    margin-top: calc(25 * var(--sp_vw));
    padding-bottom: calc(8 * var(--sp_vw));
    font-size: calc(17 * var(--sp_vw));
  }

  .h_style3 {
    margin-top: calc(20 * var(--sp_vw));
    border-radius: calc(6 * var(--sp_vw));
    padding: calc(3 * var(--sp_vw)) calc(10 * var(--sp_vw));
    font-size: calc(15 * var(--sp_vw));
  }

  .h_style3 .h_style_no {
    margin: 0 calc(7 * var(--sp_vw)) 0 0;
    padding-right: calc(7 * var(--sp_vw));
  }

  .h_style4 {
    margin-top: calc(15 * var(--sp_vw));
    font-size: calc(14 * var(--sp_vw));
  }

  .h_style5 {
    margin-top: calc(15 * var(--sp_vw));
    font-size: calc(14 * var(--sp_vw));
  }

  .table_style1 th {
    padding: calc(5 * var(--sp_vw)) calc(10 * var(--sp_vw));
    font-size: calc(14 * var(--sp_vw));
  }

  .table_style1 td {
    padding: calc(5 * var(--sp_vw)) calc(10 * var(--sp_vw));
    font-size: calc(13 * var(--sp_vw));
  }

  .list_dot {
    margin-top: calc(5 * var(--sp_vw));
  }

  .list_dot li {
    padding-left: calc(17 * var(--sp_vw));
    font-size: calc(13 * var(--sp_vw));
  }

  .line_box1 {
    padding: calc(12 * var(--sp_vw)) calc(15 * var(--sp_vw));
  }
}

/* header_nologin */
.header_nologin {
  position: relative;
  background-image: url("/mytown/asset/common/keyvisual.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}

.header_nologin .nhh_slogan {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 125px;
}

.header_nologin .nologin_lead {
  text-align: center;
}

.header_nologin .nologin_lead h1 img {
  margin: 50px 0 10px;
  width: 301px;

}

.header_nologin .nologin_lead h1 p {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 2px;
}

.header_nologin .nologin_lead>p {
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 1px;
}

.header_nologin .nologin_menu {
  position: absolute;
  top: 400px;
  z-index: 1;
  background-color: rgb(73 131 117 / 0.9);
  width: 100%;
  height: 100px;
}

.nologin_menu_list {
  gap: 20px;
  margin: 20px auto;
}

.btn_l,
.btn_nologin {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  border: solid 4px var(--co-main_green);
  border-radius: 64px;
  background-color: var(--co-pure_white);
  width: fit-content;
  min-width: 300px;
  height: 55px;
  color: var(--co-pure_black);
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
}

.btn_l::after,
.btn_nologin::after {
  display: inline-block;
  position: absolute;
  right: 20px;
  background-image: url("/mytown/asset/common/btn_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  content: "";
}

.custrank_curl {
  position: relative;
  height: 140px;
}

.curl-item {
  --angle: calc(240deg + calc(60deg / 15 * var(--index)));
  --x: calc(cos(var(--angle)) * 560px);
  --y: calc(sin(var(--angle)) * 480px);
  display: flex;
  position: absolute;
  bottom: -430px;
  left: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotateZ(calc(-30deg + 1deg * 4 * var(--index)));
  translate: calc(var(--x) - 50%) calc(var(--y) - 50%);
  width: 40px;
  height: 40px;
  font-weight: 600;
  font-size: 30px;
  list-style: none;
}

.custrank_list {
  align-items: end;
  text-align: center;
}

.custrank_list img {
  margin-bottom: 10px;
  width: 66px;
}

.custrank_list p {
  border-radius: 6px;
  background-color: var(--co-rank_silver);
  width: 140px;
  font-weight: bold;
  font-size: 14px;
}

.custrank_list li:nth-child(1) p {
  background-color: var(--co-rank_normal);
  height: 50px;
  line-height: 50px;
}

.custrank_list li:nth-child(2) p {
  background-color: var(--co-rank_bronze);
  height: 60px;
  line-height: 60px;
}

.custrank_list li:nth-child(3) p {
  background-color: var(--co-rank_silver);
  height: 70px;
  line-height: 70px;
}

.custrank_list li:nth-child(4) p {
  background-color: var(--co-rank_gold);
  height: 80px;
  line-height: 80px;
}

.custrank_list li:nth-child(5) p {
  background-color: var(--co-rank_platinum);
  height: 90px;
  line-height: 90px;
}

.custrank_lead {
  padding-bottom: 80px;
}

.custrank_lead p {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
}

.custrank_lead img {
  order: 2;
  transform: rotate(-8deg);
  width: 138px;
  height: fit-content;
}

.custrank_present {
  font-feature-settings: "palt";
  margin: 20px auto;
  border-radius: 6px;
  background: var(--co-rank_gold);
  padding: 10px 40px;
  width: fit-content;
  font-weight: 500;
  font-size: 150%;
  letter-spacing: 1.5px;
}

.bg_beige {
  background-color: var(--co-bg_beige);
}

.mainpanel {
  column-gap: 30px;
  row-gap: 50px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1250px;
}

.mainpanel li {
  border-radius: 20px;
  background-color: var(--co-pure_white);
  width: 280px;
  min-height: 260px;
  text-align: center;
}

.mainpanel::before{
  content:"";
  display: block;
  width: 280px;
  min-height: 1px;
	order:999;
}
.mainpanel::after{
  content:"";
  display: block;
  width: 280px;
  min-height: 1px;
	order:999;	
}

.mainpanel li a {
  display: block;
  height: 100%;
}

.mainpanel img {
  padding-top: 45px;
  width: 120px;
}

.mainpanel li p:first-of-type {
  padding: 10px 0;
  color: var(--co-pure_black);
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}

.mainpanel .f_jakarta {
  color: var(--co-main_green);
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
}

.mainpanel .t_small {
  margin: 20px 30px 0;
  border-top: solid 2px var(--co-main_green);
  padding: 20px 0 30px;
  color: var(--co-pure_black);
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
  text-align: justify;
}

.nologin .mainpanel {
  padding: 115px 0;
}


/* フッター */
.footer {
  display: flex;
  column-gap: 35px;
  align-items: center;
  padding: 20px 30px;
  min-height: 75px;
}

.footer>*:last-child {
  margin: 0 30px 0 auto;
  font-size: 10px;
  letter-spacing: 1px;
}

.footer_menu {
  display: flex;
}


.footer_menu a {
  border-right: solid 1px var(--co-bg_gray);
  padding: 0px 30px;
  height: 20px;
  color: var(--co-pure_black);
  font-size: 12px;
  line-height: 20px;
}

.footer_menu li:first-of-type a {
  border-left: solid 1px var(--co-bg_gray);
}


.nhh_logo {
  width: 135px;

}

.sns_icon {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 110px;
}

/* トップページ（ログイン後） */

.top_keyvisual {
  position: relative;
  margin: 0 30px;
  border-radius: 30px;
  background-image: url("/mytown/asset/common/keyvisual.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 30px;
  min-height: 920px;
}


.top_lead {
  display: inline-block;
  margin: 0px auto 60px;
  border-radius: 20px;
  background-color: var(--co-main_green);
  padding: 10px 35px;
  width: calc(100vw - 660px);
  min-width: 700px;
}

.top_lead>p {
  color: var(--co-pure_white);
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}

.top_lead>img {
  order: 2;
  width: 100px;
}

.home_banner {
  display: flex;
  margin: 100px auto 30px;
  max-width: 920px;
}

.home_banner>a {
  width: 280px;
  text-align: center;
}

.home_banner>a>img {
  box-shadow: 0px 4px 5px var(--co-mat_black);
}

/* ヘッダー */
html:lang(ja) {
  margin: 0 !important;
}

.header {
  display: flex;
  position: fixed;
  top: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 10;
  padding: 20px 30px;
  width: 100vw;
  min-width: 1200px;
}

.header+* {
  margin-top: 100px !important;
}


.header_title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: bold;
  font-size: 13px;

}

.hinoki_logo {
  width: 195px;
}

.nhh_slogan {
  width: 120px;
}

.header_mymenu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 60px;
  background-color: var(--co-pure_white);
  width: 540px;
  height: 60px;
}

.header_mymenu a {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 180px;
  height: 60px;
}

.header_mymenu a span {
  border-right: solid 1px var(--co-main_green);
  padding: 0 30px 0 15px;
  height: 25px;
  color: var(--co-pure_black);
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
}

.header_mymenu li:last-child span {
  border: none;
}

.header_mymenu img {
  height: 40px;
}


/* メイン記事 */
.page, .single {
  background-color: var(--co-pure_white);
  padding: 50px 0 100px;
}






/* フォーム・ボタン */
input, select, textarea {
  border: solid 1px var(--co-bg_gray);
  background: var(--co-pure_white);
  padding: 8px;
  font-size: 15px;
  line-height: 1;
}

select {
  border-radius: 8px;
}

input[type="submit"] {
  border: solid 4px var(--co-main_green);
  border-radius: 60px;
  width: 340px;
  height: 55px;

}

.form_style1 input[type="number"], .form_style1 input[type="password"], .form_style1 input[type="search"],
.form_style1 input[type="tel"], .form_style1 input[type="text"], .form_style1 input[type="email"], .form_style1 textarea,
.um-field .select2.select2-container .select2-selection, .um-search-filter .select2.select2-container .select2-selection,
.um-form input[type="number"], .um-form input[type="password"], .um-form input[type="search"], .um-form input[type="tel"], .um-form input[type="text"] {
  border-radius: 10px !important;
}

.um a.um-button, .um a.um-button.um-disabled:active, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:hover, .um input[type="submit"].um-button, .um input[type="submit"].um-button:focus {
  background: var(--co-main_green);
}

.um a.um-button:hover, .um input[type="submit"].um-button:hover {
  background: var(--co-main_green);
}

.select2-selection__clear {
  display: none !important;
}

.form_width1 {
  width: 80px;
}

.form_width2 {
  width: 150px;
}

.form_width3 {
  width: 400px;
}

.form_width4 {
  width: 100%;
}

.form_width5 {
  width: 100%;
  height: 150px;
  line-height: 1.6;
}

.form_width1:required, .form_width2:required, .form_width3:required, .form_width4:required, .form_width5:required {
  background-color: var(--co-bg_red);
}

.form_width1:valid, .form_width2:valid, .form_width3:valid, .form_width4:valid, .form_width5:valid {
  background-color: var(--co-bg_green);
}


.formurl0 {
  visibility: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
}

.form_style1 {
  margin: auto;
  width: 1000px;
}

.form_style1 th {
  position: relative;
  width: 350px;
}

.form_style1 label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border-radius: 10px;
  background-color: var(--co-bg_beige);
  padding: 7px;
  width: fit-content;
  min-width: 100px;
  font-size: 15px;
  line-height: 1;
}

.form_style1 label:has(input[type="radio"]:checked),
.form_style1 label:has(input[type="checkbox"]:checked) {
  border: solid 2px var(--co-main_green_dark);
  padding: 5px;
}

.form_style1 input[type="checkbox"], .form_style1 input[type="radio"] {
  display: flex;
  position: relative;
  align-items: center;
  appearance: none;
  border: none;
  background-color: var(--co-pure_white)0;
  padding: 0;
  width: auto;
  min-width: auto;
  height: auto;
}

.form_style1 input[type="checkbox"]:before {
  display: inline-block;
  box-sizing: border-box;
  border: solid 1px var(--co-bg_gray);
  border-radius: 4px;
  background-color: var(--co-pure_white);
  width: 20px;
  height: 20px;
  content: "";

}

.form_style1 input[type="checkbox"]:checked:before {
  background-color: var(--co-main_green_dark);
}

.form_style1 input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  transform: rotate(-45deg);
  border-bottom: 3px solid var(--co-pure_white);
  border-left: 3px solid var(--co-pure_white);
  width: 10px;
  height: 5px;
  content: '';
}

.form_style1 input[type="radio"]:before {
  display: inline-block;
  box-sizing: border-box;
  border: solid 1px var(--co-bg_gray);
  border-radius: 20px;
  background-color: var(--co-pure_white);
  width: 20px;
  height: 20px;
  content: "";
}

.form_style1 input[type="radio"]:checked:before {
  border: solid 4px var(--co-pure_white);
  background-color: var(--co-main_green_dark);
}


.form_style1_tel {
  justify-content: left;
  align-items: center;
  gap: 5px;
}

.form_style1_column {
  flex-direction: column;
  gap: 10px;
}

.form_style1_row {
  justify-content: left;
  gap: 10px;
}


.form_style1 .required:after {
  display: flex;
  position: absolute;
  top: calc(50% - 13px);
  right: 12px;
  justify-content: center;
  align-items: center;
  background: var(--co-attention_red);
  width: 40px;
  height: 26px;
  content: "必須";
  color: var(--co-pure_white);
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

.send2 {
  cursor: pointer;
  border-radius: 12px;
  background-color: var(--co-main_green);
  width: 460px;
  height: 80px;
  color: var(--co-pure_white);
  font-weight: 500;
  font-size: 18px;
}

.send2[disabled] {
  cursor: not-allowed;
  background-color: var(--co-bg_gray_light) !important;
}

.send2::after {
  background: none;
  padding: 0;
  content: "送信";
}

.send2.send2load {
  cursor: not-allowed;
  background-color: var(--co-bg_gray_light) !important;
}

.send2[disabled]::after {
  background-image: url("/asset/common/disabled.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 2.5rem;
  content: "未入力の項目があります";
  color: var(--co-attention_red);
}

@media screen and (max-width: 720px) {
  input, select, textarea {
    padding: calc(7 * var(--sp_vw));
    font-size: calc(13 * var(--sp_vw));
  }

  .form_style1 th, .form_style1 td {
    display: block;
    margin-bottom: -1px;
    width: 100%;
  }

  .form_style1_row, .form_style1_column {
    gap: calc(10 * var(--sp_vw));
  }

  .form_style1 td {
    padding: calc(10 * var(--sp_vw)) calc(10 * var(--sp_vw));
  }

  .form_style1 label {
    gap: calc(5 * var(--sp_vw));
    padding: calc(6 * var(--sp_vw));
    min-width: calc(100 * var(--sp_vw));
    font-size: calc(13 * var(--sp_vw));
  }

  .form_style1 th.required {
    padding-right: calc(60 * var(--sp_vw));
  }

  .form_style1 .required:after {
    top: calc(50% - calc(11 * var(--sp_vw)));
    right: calc(10 * var(--sp_vw));
    width: calc(36 * var(--sp_vw));
    height: calc(22 * var(--sp_vw));
    font-size: calc(11 * var(--sp_vw));
  }

}


/* 登録画面 */
#register .um-6.um {
  margin: 0px;
  border-radius: 30px;
  background-color: var(--co-pure_white);
  width: 760px;
  max-width: 100%;
}

#register ._um_row_1 .um-field {
  padding: 0;
  width: 760px;
  color: var(--co-main_green);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
}

#register ._um_row_2 {
  margin: 0 0 10px 0 !important;
  border-radius: 20px;
  background: var(--co-bg_green);
  padding: 10px 50px 10px 50px;
  width: 760px;
}

#register ._um_row_2 .um-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: solid 1px var(--co-bg_gray_light);
  padding: 20px 0;
}

.um-field-hope .um-field-label label::after {
  display: block;
  content: "どの地域";
}


#um_field_6_user_password, #um_field_6_confirm_user_password {
  border: none !important;
}

#register #um_field_6_confirm_user_password {
  padding-top: 0;
}

#register ._um_row_2 .um-field-label {
  margin: 0;
  width: 180px;
}

#register ._um_row_2 .um-field .selection {
  display: inline-block;
  width: 240px;
}

#register ._um_row_2 .um-field .select2-selection {
  border-radius: 10px !important;
}

.select2-container, #register ._um_row_2 .select2-container {
  width: 100%;
}

#register ._um_row_2 input[type="text"], #register ._um_row_2 input[type="password"] {
  border-radius: 10px;
  width: 450px;
}

#register ._um_row_3 .um-field-shortcode {
  font-size: 13px;
  line-height: 1.8;
}

#register .um-field-checkbox {
  float: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#register .um-field-checkbox .um-field-area {
  display: inline-block;
  margin: 0 auto;
  width: fit-content;
  height: 30px;
}

#register .um-field-error {
  position: relative;
  width: auto;
}

#register ._um_row_3 {
  width: 100%;
  text-align: center;
}

.um-col-alt {
  margin: auto;
}

.um-col-alt #um-submit-btn {
  margin-top: -15px;
  background: var(--co-main_green);
}

#register .um-7.um {
  width: 450px;
}

#wpg-login {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: -10px;
  border-top: solid 1px var(--co-main_green);
  padding-top: 25px;
}

.wpg-button {
  border: solid 1px var(--co-main_green);
  border-radius: 6px;
  padding: 5px 0;
  width: 230px;
  color: var(--co-pure_black);
  font-weight: 500;
  text-align: center;
}



/* マイページ　基本 */
.mypage_profile {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}

.mypage_profile .mypage_h1 {
  grid-area: 1 / 1 / 2 / 6;
  color: var(--co-main_green);
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
}

.mypage_profile .mypage_hr1 {
  grid-area: 2 / 1 / 3 / 6;
  border: none;
  border-top: solid 4px var(--co-main_green);
  border-radius: 8px;
}

.mypage_profile_img {
  grid-area: 3 / 1 / 4 / 2;
}

.mypage_profile_img img {
  width: 50px;
}

.mypage_profile_rank {
  grid-area: 3 / 2 / 4 / 3;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}

.mypage_profile_tokuten {
  grid-area: 3 / 3 / 4 / 4;
  font-size: 14px;
  line-height: 1.7;
}

.mypage_profile .mypage_hr2 {
  grid-area: 3 / 4 / 4 / 5;
  border-right: solid 1px var(--co-main_green);
  height: 70px;
}

.mypage_profile .btn_m {
  grid-area: 3 / 5 / 4 / 6;
  width: 230px;
  height: 45px;
}


@media screen and (max-width: 720px) {
  .mypage_profile {
    grid-template-columns: calc(40 * var(--sp_vw)) auto auto;
    gap: calc(15 * var(--sp_vw));
  }

  .mypage_profile .mypage_h1 {
    grid-area: 1 / 1 / 2 / 3;
    font-size: calc(18 * var(--sp_vw));
  }

  .mypage_profile .mypage_hr1 {
    grid-area: 2 / 1 / 3 / 4;
    border-top: solid 3px var(--co-main_green);
  }

  .mypage_profile_img {
    grid-area: 3 / 1 / 4 / 2;
  }

  .mypage_profile_img img {
    width: 40px;
  }

  .mypage_profile_rank {
    grid-area: 3 / 2 / 4 / 4;
    font-weight: 500;
    font-size: calc(13 * var(--sp_vw));
  }

  .mypage_profile_tokuten {
    grid-area: 4 / 1 / 5 / 4;
    font-size: calc(11 * var(--sp_vw));
  }

  .mypage_profile .mypage_hr2 {
    display: none;
    grid-area: 5 / 1 / 6 / 4;
  }

  .mypage_profile .btn_m {
    grid-area: 1 / 3 / 2 / 4;
    margin: 0 0 0 auto;
    padding-right: calc(15 * var(--sp_vw));
    width: calc(115 * var(--sp_vw));
    height: calc(30 * var(--sp_vw));
    font-size: calc(12 * var(--sp_vw));
  }

  .mypage_profile .btn_m::after {
    display: block;
    top: calc(50% - 5px);
    right: calc(8 * var(--sp_vw));
    width: calc(12 * var(--sp_vw));
    height: calc(10 * var(--sp_vw));
  }
}



.mypage_h2 {
  border-bottom: solid 2px var(--co-main_green);
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
}

.my_event .mypage_h2 {
  border: none;
}

.my_event_list {
  display: flex;
  row-gap: 5px;
  flex-direction: column;
}

.my_event_list li {
  display: flex;
  column-gap: 2px;
  align-items: stretch;
  min-height: 70px;

}

.my_event_list p {
  display: flex;
  align-items: center;
  background-color: var(--co-bg_gray_light);
  padding: 10px 20px;
  height: auto;
}

.my_event_list p:nth-of-type(1) {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--co-main_green);
  width: 250px;
  color: var(--co-pure_white);
  font-weight: 600;
  font-size: 18px;

}

.my_event_list p:nth-of-type(2) {
  width: 240px;
  color: var(--co-main_green);
  font-weight: 600;
  font-size: 15px;
}

.my_event_list p:nth-of-type(3) {
  flex-grow: 1;
  width: 400px;
  font-size: 12px;
  line-height: 1.7;
}

.my_event_list p:nth-of-type(4) {
  width: 150px;
  font-size: 14px;
}

.my_event_list p:nth-of-type(5) {
  justify-content: center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 150px;
  font-size: 15px;
}

@media screen and (max-width: 720px) {
  .sp_scroll {
    overflow: scroll;
  }

  .my_event_list {
    width: fit-content;
    max-width: none;
  }

  .my_event_list li {
    min-height: auto;
  }

  .my_event_list p {
    padding: calc(5 * var(--sp_vw)) calc(10 * var(--sp_vw));
  }

  .my_event_list p:nth-of-type(1) {
    position: sticky;
    left: 0;
    z-index: 1;
    box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.4);
    width: calc(150 * var(--sp_vw));
    font-size: calc(14 * var(--sp_vw));
  }

  .my_event_list p:nth-of-type(2) {
    width: calc(150 * var(--sp_vw));
    font-size: calc(12 * var(--sp_vw));
  }

  .my_event_list p:nth-of-type(3) {
    font-size: calc(10 * var(--sp_vw));
  }

  .my_event_list p:nth-of-type(4) {
    width: calc(120 * var(--sp_vw));
    font-size: calc(12 * var(--sp_vw));
  }

  .my_event_list p:nth-of-type(5) {
    width: calc(120 * var(--sp_vw));
  }
}

.modelhouse_list {
  display: flex;
  column-gap: 37px;
  row-gap: 40px;
  flex-wrap: wrap;
}

.modelhouse_list li {
  width: 375px;
}

.modelhouse_list li img {
  background: var(--co-bg_gray_light);
  width: 375px;
  height: 245px;
  object-fit: cover;
}

.modelhouse_list_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.modelhouse_list_text>a:first-of-type {
  padding: 17px 0;
  font-weight: 600;
  font-size: 18px;
}

.modelhouse_list_text>a:last-of-type {
  margin-top: 15px;
}


.modelhouse_list_text2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
}

.modelhouse_list_text2>*:first-child {
  padding: 10px 0 0;
  font-weight: 600;
  font-size: 18px;
}

.modelhouse_list_text2>hr {
  display: block;
  border-bottom: solid 1px var(--co-main_green);
}

.modelhouse_list_text2>*:nth-child(2) {
  flex-grow: 1;
}


.list_dl_s {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.list_dl_s li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.list_dl_s li span {
  flex-shrink: 0;
  border-radius: 5px;
  background-color: var(--co-main_green);
  padding: 4px;
  width: 80px;
  height: 25px;
  color: var(--co-pure_white);
  font-weight: 600;
  text-align: center;
}

.flex_column {
  display: flex;
  flex-direction: column;
}

.near_modelhouse_list {
  display: flex;
  flex-direction: column;
}


.near_modelhouse_list>li {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: solid 1px var(--co-bg_gray_light);
  padding: 20px 0;
}

.near_modelhouse_list>li>*:first-child {
  padding: 17px 0;
  width: 250px;
  font-weight: 600;
  font-size: 18px;
}

.near_modelhouse_list .list_dl_s {
  flex-grow: 1;
}

.near_modelhouse_list>li .btn_m {
  width: 375px;
}

@media screen and (max-width: 720px) {
  .modelhouse_list {
    column-gap: 0;
    row-gap: calc(30 * var(--sp_vw));
    justify-content: space-between;
  }

  .modelhouse_list>li {
    width: 48%;
  }

  .modelhouse_list li img {
    width: 100%;
    height: calc(110 * var(--sp_vw));
  }

  .modelhouse_list_text>a:first-of-type {
    padding: calc(10 * var(--sp_vw)) 0;
    font-size: calc(15 * var(--sp_vw));
  }

  .list_dl_s li {
    display: block;
    width: 100%;
    font-size: calc(12 * var(--sp_vw));
  }

  .list_dl_s li span {
    display: block;
    margin-bottom: calc(5 * var(--sp_vw));
    border-radius: calc(3 * var(--sp_vw));
    padding: calc(5 * var(--sp_vw));
    width: calc(65 * var(--sp_vw));
    height: auto;
    font-size: calc(10 * var(--sp_vw));
    line-height: 1;
  }

  .modelhouse_list_text>a:last-of-type {
    margin-top: calc(10 * var(--sp_vw));
  }

  .near_modelhouse_list {
    row-gap: calc(30 * var(--sp_vw));
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .near_modelhouse_list>li {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: baseline;
    gap: calc(10 * var(--sp_vw));
    border-bottom: none;
    padding: 0;
    width: 48%;
  }

  .near_modelhouse_list>li> :first-child {
    padding: 0;
    min-width: auto;
    font-size: calc(15 * var(--sp_vw));
  }

  .modelhouse_list_text2> :first-child {
    font-size: calc(15 * var(--sp_vw));
    line-height: 1.5;
  }
}


/* マイページ・アカウント */

.um-form>form {
  display: flex;
  flex-wrap: wrap;
}

.um-account-side {
  float: none;
  width: 100%;
}

.um-account-main {
  display: block;
  float: none;
  margin: 40px auto;
  padding: 0;
  width: 600px;
}

.um-account-side ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.um-account-side li {
  background: var(--co-pure_white);
}

.um-account-side li a {
  border: solid 3px var(--co-main_green) !important;
  border-radius: 16px;
  padding: 10px 0;
  width: 300px;
}

.um-account-side li a:hover {
  background: none;
}

.um-account-side li a span.um-account-icon {
  display: none;
}

.um-account i {
  line-height: 32px;
}

.um-header.no-cover{
	display:none !important;
}



/* モーダル */
.content {
  margin: 0 auto;
  padding: 40px;
}

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

.modal__bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  background: var(--co-pure_white);
  padding: 40px;
  width: auto;
  max-height: 95%;
  overflow: auto;
  scrollbar-width: thin;
}

.js-modal-close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: var(--co-pure_black);
  font-size: 20px;
  line-height: 20px;
}

/* #page-top 上に戻る */

.page-top {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 20px;
}

@media screen and (max-width: 720px) {
  .page-top {
    right: calc(20 * var(--sp_vw));
    bottom: calc(20 * var(--sp_vw));
    width: calc(20 * var(--sp_vw));
  }
}


.marT0 {
  margin-top: 0 !important;
}

.marT10 {
  margin-top: 10px !important;
}

.marT20 {
  margin-top: 20px !important;
}

.marT30 {
  margin-top: 30px !important;
}

.marT40 {
  margin-top: 40px !important;
}

.marT50 {
  margin-top: 50px !important;
}

.marT60 {
  margin-top: 60px !important;
}

.marT70 {
  margin-top: 70px !important;
}

.marT80 {
  margin-top: 80px !important;
}

.marT90 {
  margin-top: 90px !important;
}

.marT100 {
  margin-top: 100px !important;
}

.marT-10 {
  margin-top: -10px !important;
}

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

  :root {
    --sp_vw: 0.2667vw;
  }

  body {
    min-width: auto;
    font-size: 14px;
  }

  p {
    font-size: calc(13 * var(--sp_vw));
    line-height: 1.8;
    letter-spacing: 0px;
  }

  .mainwidth {
    margin: 0 calc(15 * var(--sp_vw));
    max-width: calc(100vw - (30 * var(--sp_vw)));
  }

  .btn_m {
    border-radius: 4px;
    height: calc(35 * var(--sp_vw));
    font-size: calc(12 * var(--sp_vw));
  }

  .btn_m::after {
    display: none;
  }

  .btn_m .ico_calendar::before {
    padding-right: calc(5 * var(--sp_vw));
    width: calc(20 * var(--sp_vw));
    height: calc(17 * var(--sp_vw));
  }

  .btn_m_strong {
    border-radius: 4px;
    height: calc(35 * var(--sp_vw));
    font-size: calc(12 * var(--sp_vw));
  }

  /* ヘッダー */
  .header+* {
    margin-top: calc(105 * var(--sp_vw)) !important;
  }

  .header {
    flex-wrap: wrap;
    gap: calc(15 * var(--sp_vw));
    padding: calc(15 * var(--sp_vw));
    min-width: 100vw;
  }

  .header_title {
    justify-content: space-between;
    gap: 0;
    width: 100%;
    font-size: calc(9 * var(--sp_vw));
  }

  .hinoki_logo {
    width: calc(135 * var(--sp_vw));
  }

  .nhh_slogan {
    width: calc(80 * var(--sp_vw));
  }

  .header_mymenu {
    width: 100%;
    height: calc(35 * var(--sp_vw));
  }

  .header_mymenu a {
    width: calc(345/3 * var(--sp_vw));
    height: calc(35 * var(--sp_vw));
  }

  .header_mymenu a span {
    padding: 0 calc(20 * var(--sp_vw)) 0 calc(10 * var(--sp_vw));
    height: calc(15 * var(--sp_vw));
    font-size: calc(10 * var(--sp_vw));
    line-height: calc(15 * var(--sp_vw));

  }

  .header_mymenu img {
    height: calc(20 * var(--sp_vw));
  }

  .top_keyvisual {
    margin: 0 calc(15 * var(--sp_vw));
    border-radius: 0;
    background-image: none;
    padding: 0;
    width: auto;
    height: auto;
    min-height: auto;
  }

  .top_keyvisual .pcnone img {
    border-radius: calc(20 * var(--sp_vw));
    height: calc(285 * var(--sp_vw));
    object-fit: cover;
    object-position: 85%;
  }

  .top_lead {
    display: block;
    margin: calc(20 * var(--sp_vw)) 0 calc(18.5 * var(--sp_vw));
    padding: calc(10 * var(--sp_vw)) calc(15 * var(--sp_vw));
    width: auto;
    min-width: auto;
    height: auto;
  }

  .top_lead img {
    position: relative;
    bottom: calc(15 * var(--sp_vw));
    float: right;
    transform: rotate(-5deg);
    margin-left: calc(15 * var(--sp_vw));
  }

  .top_lead>p {
    width: auto;
    font-size: calc(13 * var(--sp_vw));
    line-height: calc(25 * var(--sp_vw));
  }

  .mainpanel {
    column-gap: calc(10 * var(--sp_vw));
    row-gap: calc(15 * var(--sp_vw));
    width: auto;
  }

  .mainpanel li {
    width: calc(165 * var(--sp_vw));
    min-height: calc(165 * var(--sp_vw));
  }

  .mainpanel img {
    padding-top: calc(28 * var(--sp_vw));
    width: calc(72 * var(--sp_vw));
  }

  .mainpanel li p:first-of-type {
    padding: calc(9 * var(--sp_vw)) 0;
    font-size: calc(14 * var(--sp_vw));
  }

  .mainpanel .f_jakarta {
    font-size: calc(8 * var(--sp_vw));
    letter-spacing: calc(1 * var(--sp_vw));
  }


  .mainpanel.nologin li {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: calc(20 * var(--sp_vw));
    width: 100%;
    min-height: auto;
  }

  .mainpanel.nologin img {
    margin-left: calc(-10 * var(--sp_vw));
    padding-top: 0;
    width: calc(72 * var(--sp_vw));
  }

  .mainpanel.nologin div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: calc(20 * var(--sp_vw)) 0;
    border-left: solid 2px var(--co-main_green);
    padding-left: calc(15 * var(--sp_vw));
    width: calc(195 * var(--sp_vw));
    min-height: calc(80 * var(--sp_vw));
    text-align: left;
  }

  .mainpanel.nologin li p:first-of-type {
    padding: 0 0 calc(8 * var(--sp_vw));
    font-size: calc(16 * var(--sp_vw));
  }

  .mainpanel.nologin .f_jakarta {
    font-size: calc(9 * var(--sp_vw));
  }

  .mainpanel.nologin .t_small {
    margin: 0;
    border: 0;
    padding: 1px 0 0;
    font-size: calc(11 * var(--sp_vw));
    line-height: calc(20 * var(--sp_vw));
    text-align: justify;
  }

	/*
  .mainpanel.nologin li::after {
    position: absolute;
    top: calc(50% - 6px);
    right: calc(12 * var(--sp_vw));
    background-image: url("/mytown/asset/common/btn_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(16 * var(--sp_vw));
    height: calc(14 * var(--sp_vw));
    content: "";
  }
	*/

  /* フッター */
  .footer {
    column-gap: calc(35 * var(--sp_vw));
    row-gap: calc(15 * var(--sp_vw));
    flex-wrap: wrap;
    justify-content: left;
    padding: calc(25 * var(--sp_vw)) calc(15 * var(--sp_vw));
  }

  .footer>*:last-child {
    order: 4;
    margin: 0;
    font-size: calc(9 * var(--sp_vw));
    letter-spacing: 0;
  }

  .footer_menu {
    flex-wrap: wrap;
    order: 1;
    margin-bottom: calc(15 * var(--sp_vw));
  }

  .footer_menu a {
    border-right: none;
    border-bottom: solid 1px var(--co-bg_gray);
    padding: 0px;
    width: 100vw;
    height: calc(40 * var(--sp_vw));
    font-size: calc(12 * var(--sp_vw));
    line-height: calc(40 * var(--sp_vw));
  }

  .footer_menu li:first-of-type a {
    border-top: solid 1px var(--co-bg_gray);
    border-left: none;
  }

  .nhh_logo {
    order: 2;
    width: calc(105 * var(--sp_vw));
  }

  .sns_icon {
    order: 3;
    gap: calc(10 * var(--sp_vw));
    width: calc(100 * var(--sp_vw));
  }

  /**/
  .header_nologin {
    height: calc(460 * var(--sp_vw));
  }

  .header_nologin .nhh_slogan {
    top: calc(15 * var(--sp_vw));
    left: calc(15 * var(--sp_vw));
    width: calc(90 * var(--sp_vw));
  }

  .header_nologin .nologin_lead h1 img {
    width: calc(190 * var(--sp_vw));
  }

  .header_nologin .nologin_lead h1 p {
    font-size: calc(11 * var(--sp_vw));
    letter-spacing: 1px;
  }

  .header_nologin .nologin_lead>p {
    margin-top: calc(30 * var(--sp_vw));
    font-size: calc(13 * var(--sp_vw));
  }

  .header_nologin .nologin_menu {
    top: calc(410 * var(--sp_vw));
    height: calc(50 * var(--sp_vw));
  }

  .nologin_menu_list {
    gap: calc(10 * var(--sp_vw));
    margin: calc(6 * var(--sp_vw)) auto;
  }

  .btn_nologin {
    border: solid 2px var(--co-main_green);
    padding-right: calc(10 * var(--sp_vw));
    width: calc(160 * var(--sp_vw));
    min-width: auto;
    height: calc(36 * var(--sp_vw));
    font-size: calc(12 * var(--sp_vw));
  }

  .btn_nologin::after {
    right: calc(7 * var(--sp_vw));
    width: calc(15 * var(--sp_vw));
    height: calc(11 * var(--sp_vw));
  }

  .custrank_curl {
    padding: calc(25 * var(--sp_vw)) 0 calc(5 * var(--sp_vw));
    height: calc(70 * var(--sp_vw));
  }

  .curl-item {
    --x: calc(cos(var(--angle)) * 310px);
    --y: calc(sin(var(--angle)) * 230px);
       bottom: calc(-14vw - 170px);
    font-size: 20px;
  }

  .custrank_list p {
    width: calc(65 * var(--sp_vw));
    font-size: calc(10 * var(--sp_vw));
  }

  .custrank_list img {
    margin-bottom: calc(7 * var(--sp_vw));
    width: calc(40 * var(--sp_vw));
  }

  .custrank_list li:nth-child(1) p {
    height: calc(25 * var(--sp_vw));
    line-height: calc(25 * var(--sp_vw));
  }

  .custrank_list li:nth-child(2) p {
    height: calc(30 * var(--sp_vw));
    line-height: calc(30 * var(--sp_vw));
  }

  .custrank_list li:nth-child(3) p {
    height: calc(35 * var(--sp_vw));
    line-height: calc(35 * var(--sp_vw));
  }

  .custrank_list li:nth-child(4) p {
    height: calc(40 * var(--sp_vw));
    line-height: calc(40 * var(--sp_vw));
  }

  .custrank_list li:nth-child(5) p {
    height: calc(45 * var(--sp_vw));
    line-height: calc(45 * var(--sp_vw));
  }

  .custrank_lead {
    display: block;
    padding-bottom: calc(30 * var(--sp_vw));
  }

  .custrank_lead img {
    order: 0;
    float: right;
    padding: 0 0 calc(10 * var(--sp_vw)) calc(15 * var(--sp_vw));
    width: calc(110 * var(--sp_vw));
  }

  .custrank_lead p {
    width: auto;
    font-size: calc(14 * var(--sp_vw));
    line-height: 1.7;
  }

  .custrank_present {
    margin: calc(10 * var(--sp_vw)) auto;
    padding: calc(8 * var(--sp_vw)) calc(30 * var(--sp_vw));
    font-size: calc(16 * var(--sp_vw));
    letter-spacing: calc(1 * var(--sp_vw));
  }


  .nologin .mainpanel {
    padding: calc(30 * var(--sp_vw)) 0;
  }

  .nologin .footer {
    background: var(--co-bg_beige);
  }

  /* ログイン・新規登録 */
  .modal__content {
    border-radius: 0;
    padding: calc(20 * var(--sp_vw));
    max-height: 100%;
  }

  #register .um-row._um_row_1 {
    margin: calc(15 * var(--sp_vw)) 0 calc(15 * var(--sp_vw)) 0;
  }

  #register ._um_row_2 {
    border-radius: calc(15 * var(--sp_vw));
    padding: calc(15 * var(--sp_vw)) calc(20 * var(--sp_vw));
  }

  .um-field-hope .um-field-label label::after {
    display: inline;
  }

  #register ._um_row_2 .um-field {
    padding: calc(10 * var(--sp_vw)) 0;
  }

  #register ._um_row_2 .um-field-label {
    padding: calc(5 * var(--sp_vw)) 0;
    width: auto;
  }

  #register ._um_row_3 .um-field-shortcode {
    padding: 0;
    text-align: left;
  }

  .home_banner {
    margin: calc(40 * var(--sp_vw)) 0;
  }

  .home_banner>a {
    width: 48%;
  }

  .home_banner>a>img {
    box-shadow: 0px 3px 3px var(--co-bg_gray);
  }


  .marT0 {
    margin-top: 0 !important;
  }

  .marT10 {
    margin-top: calc(5 * var(--sp_vw)) !important;
  }

  .marT20 {
    margin-top: calc(10 * var(--sp_vw)) !important;
  }

  .marT30 {
    margin-top: calc(15 * var(--sp_vw)) !important;
  }

  .marT40 {
    margin-top: calc(20 * var(--sp_vw)) !important;
  }

  .marT50 {
    margin-top: calc(25 * var(--sp_vw)) !important;
  }

  .marT60 {
    margin-top: calc(30 * var(--sp_vw)) !important;
  }

  .marT70 {
    margin-top: calc(35 * var(--sp_vw)) !important;
  }

  .marT80 {
    margin-top: calc(40 * var(--sp_vw)) !important;
  }

  .marT90 {
    margin-top: calc(45 * var(--sp_vw)) !important;
  }

  .marT100 {
    margin-top: calc(50 * var(--sp_vw)) !important;
  }

}

/* イントロ */
.intro {
	position: relative;
	margin: 100px auto 0;
	padding-bottom: 60px;
	width: 100%;
}

.intro>* {
	margin: 0 auto;
	width: 1100px;
}

.intro_lead {
	position: relative;
	font-weight: bold;
	font-size: 26px;
	line-height: 1;
	letter-spacing: 5px;
	text-align: center;
}

.intro_lead::after {
	display: block;
	position: absolute;
	bottom: -45px;
	left: 100px;
	background-image: url("/mytown/asset/common/front_line.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 900px;
	height: 30px;
	content: "";
}

.intro_lead span {
	color: var(--co-main_green_dark);
	font-size: 115%;
}

.intro_movie {
	display: flex;
	justify-content: center;
	gap: 70px;
	margin-top: 95px;
}

.intro_movie li {
	filter: drop-shadow(7px 7px 5px rgba(175, 175, 175, 0.75));
	border-radius: 0 0 24px 24px;
	background-color: var(--co-pure_white);
	width: 320px;
	height: 360px;
}

.intro_movie img {
	width: 320px;
	height: 200px;
	object-fit: cover;
}

.intro_movie h3 {
	margin: 30px auto 0px;
	border-bottom: solid 2px var(--co-main_green);
	padding-bottom: 15px;
	width: 200px;
}

.intro_movie h3 p {
	padding: 0;
	color: var(--co-pure_black);
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	text-align: center;
}

.intro_movie h3 span {
	display: block;
	margin-top: 10px;
	color: var(--co-main_green);
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 2px;
}

.intro_movie li>p {
	margin-top: 20px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.intro_catch .flex {
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: 60px;
}

.intro_catch h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 3px;
	text-align: center;
}

.intro_circle {
	align-content: center;
	border-radius: 50%;
	background: rgba(49, 99, 99, 0.68);
	width: 170px;
	height: 120px;
	color: var(--co-pure_white);
	font-weight: bold;
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
}

.intro_circle span {
	font-size: 115%;
}

.intro_btn {
	margin: 30px auto 0;
}

.intro::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: -1;
	background-image: url("/mytown/asset/common/front_wave.svg");
	background-size: 100% 300px;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
	content: "";
}

@media screen and (max-width: 720px) {
	.intro {
		margin: calc(35 * var(--sp_vw)) auto 0;
		padding-bottom: calc(20 * var(--sp_vw));
	}

	.intro_lead {
		font-size: calc(15 * var(--sp_vw));
		line-height: 1.5;
		letter-spacing: 2px;
	}

	.intro_lead span {
		font-size: 120%;
	}

	.intro_lead::after {
		bottom: calc(-25 * var(--sp_vw));
		left: calc(37.5 * var(--sp_vw));
		width: calc(300 * var(--sp_vw));
		height: calc(20 * var(--sp_vw));
	}

	.intro_movie {
		flex-wrap: wrap;
		justify-content: center;
		gap: calc(30 * var(--sp_vw));
		margin-top: calc(50 * var(--sp_vw));
	}

	.intro_movie li {
		filter: drop-shadow(5px 5px 4px rgba(175, 175, 175, 0.75));
		width: calc(235 * var(--sp_vw));
		height: calc(270 * var(--sp_vw));
	}

	.intro_movie img {
		width: calc(235 * var(--sp_vw));
		height: calc(150 * var(--sp_vw));
	}

	.intro_movie h3 {
		margin: calc(20 * var(--sp_vw)) auto 0px;
		padding-bottom: calc(15 * var(--sp_vw));
	}

	.intro_movie h3 p {
		font-size: calc(15 * var(--sp_vw));
		letter-spacing: 2px;
	}

	.intro_movie h3 span {
		margin-top: calc(7 * var(--sp_vw));
		font-size: calc(10 * var(--sp_vw));
	}

	.intro_movie li>p {
		margin-top: calc(15 * var(--sp_vw));
		font-size: calc(12 * var(--sp_vw));
		letter-spacing: 1px;
	}

	.intro_catch .flex {
		gap: calc(10 * var(--sp_vw));
		margin-top: calc(25 * var(--sp_vw));
	}

	.intro_circle {
		width: calc(80 * var(--sp_vw));
		height: calc(60 * var(--sp_vw));
		font-size: calc(10 * var(--sp_vw));
		letter-spacing: 2px;
	}

	.intro_catch h3 {
		font-size: calc(12 * var(--sp_vw));
		line-height: 2;
		letter-spacing: 1px;
	}

	.intro_btn {
		margin: calc(10 * var(--sp_vw)) auto 0;
	}

	.intro::after {
		background-size: 100% calc(110 * var(--sp_vw));
		height: calc(110 * var(--sp_vw));
	}
}