@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     column.css                                                         ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・コラム専用のスタイルを記述する                                   ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/

.area_feature {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
  letter-spacing: -0.5px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.area_feature .pc_vis {
  display: inline-block !important;
}
.area_feature .sp_vis {
  display: none !important;
}

.area_feature .main_img {
  border-left: none;
  line-height: 0;
  margin: 0 0 55px 0;
  padding: 0;
}
.area_feature h3 {
  background: none;
  padding-left: 0;
}

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

.area_feature .introduction {
  font-size: 1.1em;
  font-weight: 800;
  margin-bottom: 50px;
  text-align: center;
}
.area_feature .introduction p {
  line-height: 2.0;
  margin-bottom: 10px;
}
.area_feature .introduction p:nth-child(2) {
  margin-top: 25px;
}
.area_feature .introduction .marker {
  background: linear-gradient(transparent 50%, #F9ED52 50%);
  display: inline;
  font-size: 1.3em;
  line-height: 1.5;
}
.area_feature .introduction strong {
  background: #333333;
  color: #FFFFFF;
  margin: 0 0.1em;
  padding: 0.1em 0.2em;
}

.area_feature hr.solid_top {
  border-top: 4px solid #000000;
  margin-bottom: 20px;
}
.area_feature hr.dotted_top {
  background: url("area_feature_bg01.png") repeat 8px center / 44px 6px;
  height: 6px;
  margin-bottom: 70px;
}

.area_feature .lead {
  font-size: 1.0em;
  line-height: 1.8;
  margin: 0 90px 80px;
  width: 800px;
}
.area_feature .lead h3 {
  font-size: 1.4em;
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
}
.area_feature .lead h3 strong {
  background: linear-gradient(transparent 50%, #F9ED52 50%);
  padding: 0 5px 0 15px;
  font-weight: 800;
}
.area_feature .lead p strong {
  background: linear-gradient(transparent 50%, #F9ED52 50%);
}

.area_feature .pickup {
  font-size: 0.9em;
  line-height: 1.8;
  margin: 0 40px 120px;
  width: 900px;
}
.area_feature .title {
  position: relative;
  margin: 0 auto 0 0;
  width: calc(100% - 8px);
}
.area_feature .title:first-child:before {
  background: url("area_feature_pic01.png") no-repeat center center / 160px 84px;
  content: '';
  position: absolute;
  top: -43px;
  left: -19px;
  width: 160px;
  height: 84px;
  z-index: 3;
}
.area_feature .title_box {
  position: relative;
  background: none;
  border: 4px solid #333;
  margin-bottom: 40px;
  z-index: 2;
  min-height: 60px;
  clip-path: polygon(
      0 0, 100% 0, 100% 100%,
      52% 100%, 52% 92%,
      48% 92%, 48% 100%,
      0 100%
  );
}
.area_feature .title_box .box_content {
  padding: 15px 15px 10px 45px;
  font-size: 1.8em;
  font-weight: 800;
  color: #333;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
}
.area_feature .diagonal_line {
  position: absolute;
  bottom: -35px;
  left: calc(50% - 5.4%);
  width: 46px;
  height: 4px;
  background-color: #333;
  transform-origin: left center;
  transform: rotate(-50deg);
  z-index: 3;
}
.area_feature .title_background {
  position: absolute;
  top: 12px;
  left: 12px;
  right: -8px;
  bottom: -8px;
  padding: 20px 30px;
  background: repeating-linear-gradient(
    -45deg,
    #FAF175 0px,
    #FAF175 20px,
    #F9ED52 20px,
    #F9ED52 24px
  );
  z-index: 1;
  box-sizing: border-box;
}
.area_feature .pickup .box {
  display: flex;
  justify-content: center;
  align-items: start;
}
.area_feature .pickup .box .txt p {
  width: 390px;
}
.area_feature .pickup .box.ft .txt {
  padding-left: 30px;
}
.area_feature .pickup .box.tf .txt {
  padding-right: 30px;
}
.area_feature .pickup p {
  margin: 0 auto;
  width: 810px;
}
.area_feature .pickup strong {
  background: linear-gradient(transparent 50%, #F9ED52 50%);
  display: inline;
  line-height: 1.5;
}
.area_feature .pickup .box figure {
  text-align: center;
  width: 390px;
}
.area_feature .pickup .box figure img {
  /* width: 300px; */
}
.area_feature .pickup .box figure figcaption {
  font-size: 0.8em;
  font-weight: 500;
}
.area_feature .pickup ul {
  border: 4px solid #333333;
  margin-bottom: 80px;
  padding: 30px;
}
.area_feature .pickup ul li {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 10px;
}
.area_feature .pickup ul li:last-child {
  margin-bottom: 0;
}
.area_feature .pickup ul li strong {
  background: linear-gradient(transparent 50%, #F9ED52 50%);
  display: inline;
  line-height: 1.5;
}
.area_feature .pickup figure {
  margin-bottom: 20px;
  text-align: center;
}
.area_feature .pickup figure figcaption {
  font-size: 0.8em;
  font-weight: 500;
}
.area_feature .pickup h4 {
  font-size: 1.5em;
  font-weight: 800;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333333;
  position: relative;
}
.area_feature .pickup h4::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  border-left: 1.4em solid #FAF175;
  border-bottom: 1.4em solid transparent;
  z-index: -1;
}

.area_feature .pickup sup {
  font-size: 70%;
  position: relative;
  top: 0em;
  vertical-align: top;
}
.area_feature .pickup .supplement {
  font-size: 0.8em;
  padding-left: 1.0em;
  text-indent: -1.0em;
}

.area_feature .check {
  border: 8px solid #E0E0E0;
  font-size: 0.9em;
  line-height: 1.8;
  margin-bottom: 70px;
  padding: 70px 50px 50px;
  position: relative;
}
.area_feature .check hr {
  border-top: 3px solid #000000;
  margin-bottom: 20px;
}
.area_feature .check h3 {
  font-size: 1.5em;
  font-weight: 800;
  margin: 20px;
  text-align: center;
  vertical-align: middle;
}
.area_feature .check h3:before {
  background: url("area_feature_ico01.png") no-repeat center center / 126px 80px;
  content: '';
  position: absolute;
  top: 16px;
  left: 40px;
  width: 131px;
  height: 88px;
}
.area_feature .check .box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 800px;
}
.area_feature .check .box .txt {
  padding-right: 40px;
  width: 410px;
}
.area_feature .check .box .txt strong {
  background: linear-gradient(transparent 50%, #F9ED52 50%);
  display: inline;
  line-height: 1.5;
}
.area_feature .check .kiramake_logo {
  margin-bottom: 20px;
  text-align: center;
}
.area_feature .check .link_btn {
  margin-bottom: 0;
}
.area_feature .check .link_btn a {
  background: #FAF175;
  border: 4px solid #2B2B2B;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 490px;
  padding: 20px 0px;
  color: #313131;
  transition: none;
  font-weight: 600;
  box-shadow: 6px 6px 0 #2B2B2B;
  color: #2B2B2B;
  font-size: 1.2em;
  font-weight: 800;
}
.area_feature .check .link_btn a:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1.0rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

.area_feature .check .link_btn a:hover {
  background-color: #FAF175;
  box-shadow: 0 0 0;
  transition: none;
  text-decoration: none;
  top: 6px;
  left: 6px;
}
.area_feature .check .box figure {
  text-align: center;
  width: 390px;
}
.area_feature .check .box figure img {
  width: 371px;
}

.area_feature hr.dotted_bottom {
  background: url("area_feature_bg01.png") repeat 8px center / 44px 6px;
  height: 6px;
  margin-bottom: 20px;
}
.area_feature hr.solid_bottom {
  border-top: 4px solid #000000;
  margin-bottom: 120px;
}

.area_feature .present {
  border: 5px solid #000000;
  outline: 5px solid #000000;
  outline-offset: 12px;
  margin: 40px 18px 60px;
  position: relative;
}
.area_feature .present .top_left {
  background: url("area_feature_bg02.png") no-repeat center center / 130px 130px;
  content: '';
  position: absolute;
  top: -22px;
  left: -22px;
  width: 130px;
  height: 130px;
}
.area_feature .present .top_right {
  background: url("area_feature_bg03.png") no-repeat center center / 130px 130px;
  content: '';
  position: absolute;
  top: -22px;
  right: -22px;
  width: 130px;
  height: 130px;
}
.area_feature .present .bottom_left {
  background: url("area_feature_bg04.png") no-repeat center center / 130px 130px;
  content: '';
  position: absolute;
  bottom: -22px;
  left: -22px;
  width: 130px;
  height: 130px;
}
.area_feature .present .bottom_right {
  background: url("area_feature_bg05.png") no-repeat center center / 130px 130px;
  content: '';
  position: absolute;
  bottom: -22px;
  right: -22px;
  width: 130px;
  height: 130px;
}
.area_feature .present h3.main_title {
  margin: 80px 20px 20px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 2;
}
.area_feature .present .yellow {
  background-color: #FFFBCC;
  margin-top: -55px;
  padding-top: 60px;
  padding-bottom: 10px;
}
.area_feature .present .yellow h4.sub_title {
  line-height: 0;
  margin: -120px auto 0;
  text-align: center;
}
.area_feature .present .yellow .anchor_link_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -100px 50px 80px;
  z-index: 2;
}
.area_feature .present .yellow .anchor_link_btn a:first-child {
  position: relative;
  padding: 1rem;
  border: 5px solid #2B2B2B;
  background-color: #87CEEB;
  color: #FFFFFF;
  max-width: 360px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 0.95em;
  box-shadow: 6px 6px 0 #2B2B2B;
  transition: box-shadow ease-in-out 0.0s;
}
.area_feature .present .yellow .anchor_link_btn a:first-child:hover {
  box-shadow: 0 0 0 #2B2B2B;
  transition: box-shadow ease-in-out 0.0s;
  top: 6px;
  left: 6px;
}
.area_feature .present .yellow .anchor_link_btn a:last-child {
  position: relative;
  padding: 1rem;
  border: 5px solid #2B2B2B;
  background-color: #A9DFBF;
  color: #FFFFFF;
  max-width: 360px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 0.95em;
  box-shadow: 6px 6px 0 #2B2B2B;
  transition: box-shadow ease-in-out 0.0s;
}
.area_feature .present .yellow .anchor_link_btn a:last-child:hover {
  box-shadow: 0 0 0 #2B2B2B;
  transition: box-shadow ease-in-out 0.0s;
  top: 6px;
  left: 6px;
}
.area_feature .present .solid_top,
.area_feature .present .dotted_top {
  margin-left: 60px;
  margin-right: 60px;
}

.dotted_top:has(+ #present2) {
  margin-bottom: 40px;
}

.area_feature .present .yellow h4#present1,
.area_feature .present .yellow h4#present2 {
  margin-bottom: 20px;
  text-align: center;
}

.area_feature .present .detail_btn1,
.area_feature .present .detail_btn2 {
  margin-bottom: 30px;
  text-align: center;
}
.area_feature .present .detail_btn1 .btn_wrap,
.area_feature .present .detail_btn2 .btn_wrap {
  position: relative;
  display: inline-block;
}
.area_feature .present .detail_btn1 .btn_wrap .btn_main,
.area_feature .present .detail_btn2 .btn_wrap .btn_main {
  border: 3px solid #2B2B2B;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 800;
  line-height: 1;
  margin: 0px auto;
  width: 394px;
  padding: 25px 20px;
  position: relative;
  z-index: 1;
}
.area_feature .present .detail_btn1 .btn_wrap .btn_main {
  background-color: #87CEEB;
}
.area_feature .present .detail_btn2 .btn_wrap .btn_main {
  background-color: #A9DFBF;
}
.area_feature .present .detail_btn1 .btn_wrap .btn_main::before,
.area_feature .present .detail_btn2 .btn_wrap .btn_main::before {
  background-color: #2B2B2B;
  border-radius: 50%;
  color: #FFFFFF;
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(50% - .7rem);
  right: 3.5rem;
  width: 23px;
  height: 23px;
}
.area_feature .present .detail_btn1 .btn_wrap.active .btn_main::before,
.area_feature .present .detail_btn2 .btn_wrap.active .btn_main::before {
  content: '\f068';
}
.area_feature .present .detail_btn1 .btn_wrap .btn_main:hover,
.area_feature .present .detail_btn1 .btn_wrap .btn_main:focus-visible,
.area_feature .present .detail_btn1 .btn_wrap .btn_main:active,
.area_feature .present .detail_btn2 .btn_wrap .btn_main:hover,
.area_feature .present .detail_btn2 .btn_wrap .btn_main:focus-visible,
.area_feature .present .detail_btn2 .btn_wrap .btn_main:active {
  transform: translate(6px, 6px);
}
.area_feature .present .detail_btn1 .btn_wrap .btn_shadow,
.area_feature .present .detail_btn2 .btn_wrap .btn_shadow {
  background: transparent;
  border: 3px solid #2B2B2B;
  box-sizing: border-box;
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(6px, 6px);
  z-index: 0;
}

.area_feature .present .detail_content1,
.area_feature .present .detail_content2 {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  padding-bottom: 60px;
}

.area_feature .present .detail_content1 .close_btn1,
.area_feature .present .detail_content2 .close_btn2 {
  background-color: #FFFFFF;
  border: 3px solid #2B2B2B;
  color: #2B2B2B;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 800;
  margin: 0px auto 40px;
  max-width: 210px;
  padding: 20px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.area_feature .present .detail_content2 .present_detail h4 {
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}
.area_feature .present .detail_content2 .present_detail .present_title {
  background-color: #A9DFBF;
  display: block;
  line-height: 0;
  margin-bottom: 10px;
  padding: 9px 0;
  text-align: center;
  width: 830px;
}
.area_feature .present .detail_content2 .present_detail .present_title img {
  line-height: 0;
}
.area_feature .present .detail_content2 .overview {
  font-size: 0.8em;
  margin: 0 auto 20px;
  width: 800px;
}
.area_feature .present .detail_content2 .overview strong {
  color: #D80000;
}
.area_feature .present .detail_content2 .features1 {
  display: flex;
  justify-content: center;
  align-items: start;
}
.area_feature .present .detail_content2 .features1 .box {
  padding: 20px 0;
  width: 50%;
}
.area_feature .present .detail_content2 .features1 .box:first-child {
  padding-right: 20px;
}
.area_feature .present .detail_content2 .features1 .box:last-child {
  padding-left: 20px;
}
.area_feature .present .detail_content2 .features1 .box h5 {
  color: #000000;
  font-size: 1.3em;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
.area_feature .present .detail_content2 .features1 .box h5 .marker {
  background: linear-gradient(transparent 70%, #A9DFBF 70%);
}
.area_feature .present .detail_content2 .features1 .box p {
  font-size: 0.8em;
}

.area_feature .present .detail_content2 .features2 h5 {
  color: #000000;
  font-size: 1.2em;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
}
.area_feature .present .detail_content2 .features2 h5 span {
  color: #50BE7A;
}
.area_feature .present .detail_content2 .features2 .box {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-bottom: 20px;
}
.area_feature .present .detail_content2 .features2 .box figure {
  padding-right: 30px;
  width: 400px;
}
.area_feature .present .detail_content2 .features2 .box figcaption {
  font-size: 0.75em;
  font-weight: 500;
  text-align: right;
}
.area_feature .present .detail_content2 .features2 .box p {
  font-size: 0.8em;
  width: 404px;
}

.area_feature .present .detail_content2 .present_detail2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.8em;
  padding-right: 0;
}
.area_feature .present .detail_content2 .present_detail2 dt {
  color: #50BE7A;
  border-bottom: none;
  margin: 0 auto;
  padding-left: 40px;
  width: 23%;
}
.area_feature .present .detail_content2 .present_detail2 dt:first-child {
  border-bottom: 1px dashed #C8C8C8;
  padding-top: 20px;
  padding-bottom: 20px;
}
.area_feature .present .detail_content2 .present_detail2 dd {
  border-bottom: 1px dashed #C8C8C8;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 72%;
}
.area_feature .present .detail_content2 .present_detail2 dd:last-child {
  border-bottom: none;
}
.area_feature .present .detail_content2 .present_detail2 dd span {
  color: #50BE7A;
}

.area_feature .present .detail_content2 .note_title {
  color: #000000;
  font-size: 1.2em;
  font-weight: 800;
  margin-top: 60px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 205px;
}
.area_feature .present .detail_content2 .note_title:before,
.area_feature .present .detail_content2 .note_title:after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  display: inline-block;
  width: 195px;
  height: 6px;
  border-top: solid 3px #333333;
  border-bottom: solid 3px #333333;
}
.area_feature .present .detail_content2 .note_title:before {
  left: 0;
}
.area_feature .present .detail_content2 .note_title:after {
  right: 0;
}
.area_feature .present .detail_content2 .note {
  padding: 30px;
}
.area_feature .present .detail_content2 .note h6 {
  font-size: 0.8em;
  margin-bottom: 10px;
}
.area_feature .present .detail_content2 .note h6 span {
  color: #58A03D;
  padding-right: 10px;
}
.area_feature .present .detail_content2 .note ul {
  margin-left: 20px;
}
.area_feature .present .detail_content2 .note li {
  list-style: disc;
  font-size: 0.85em;
  margin-left: 20px;
}
.area_feature .present .detail_content2 .note li::marker{
  color: #6CBD4D;
}
.area_feature .present .detail_content2 .note li strong {
  color: #D80000;
}
.area_feature .present .yellow figure {
  margin-bottom: 20px;
  text-align: center;
}
.area_feature .present .link_btn {
  margin-bottom: 40px;
  text-align: center;
}

.area_feature .present .link_btn a {
  position: relative;
  padding: 1rem;
  border: 3px solid #2B2B2B;
  background-color: #2B2B2B;
  color: #FFFFFF;
  max-width: 380px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 0.95em;
}
.area_feature .present .link_btn a::before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.0rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .5rem);
  right: 4.5rem;
  margin: 0;
  padding: 0;
  content: '\f054';
  font-weight: 900;
}
.area_feature .present .link_btn a::after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  border: 3px solid #2B2B2B;
  content: '';
}
.area_feature .present .link_btn a:hover {
  background-color: #2B2B2B;
  box-shadow: 0 0 0;
  text-decoration: none;
  top: 6px;
  left: 6px;
}
.area_feature .present .link_btn a:hover::after {
  border: none;
  top: 0;
  left: 0;
}

.area_feature .present .period {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.area_feature .present .period::before {
  background: url("area_feature_pic04.png") no-repeat center center / 27px 27px;
  content: '';
  position: absolute;
  bottom: 5px;
  left: 200px;
  width: 27px;
  height: 27px;
}
.area_feature .present .period::after {
  background: url("area_feature_pic05.png") no-repeat center center / 27px 27px;
  content: '';
  position: absolute;
  bottom: 5px;
  right: 200px;
  width: 27px;
  height: 27px;
}
.area_feature .present .period img {
  padding: 0 20px;
  vertical-align: middle;
}

.area_feature .present .notice {
  margin: 0 auto;
  padding: 0 70px 20px;
}
.area_feature .present .notice p {
  font-size: 0.8em;
  margin-bottom: 10px;
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.area_feature .present .notice p strong {
  color: #D80000;
}

.area_feature .present .apply_btn {
  margin-bottom: 90px;
}
.area_feature .present .apply_btn a {
  background: #FAF175;
  border: 4px solid #2B2B2B;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 570px;
  padding: 25px 25px 25px 0;
  color: #313131;
  transition: none;
  font-weight: 600;
  box-shadow: 6px 6px 0 #2B2B2B;
  color: #2B2B2B;
  font-size: 1.4em;
  font-weight: 800;
}
.area_feature .present .apply_btn a:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .6rem);
  right: 2.5rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

.area_feature .present .apply_btn a:hover {
  background-color: #FAF175;
  box-shadow: 0 0 0;
  transition: none;
  text-decoration: none;
  top: 6px;
  left: 6px;
}

.area_feature .present .apply_end {
  background-color: #F9ED52;
  border: 6px solid #2B2B2B;
  font-size: 1.7em;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 -5px 60px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
.area_feature .present .apply_end span {
  font-size: 0.75em;
  font-weight: 700;
}

.area_feature .present .present_detail {
  margin: 0 50px;
  padding: 0 0 0;
}
.area_feature .present .present_detail:first-child {
  padding-top: 60px;
}
.area_feature .present .present_detail .information {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 5px;
}
.area_feature .present .present_detail .information h3 {
  margin: 0;
}
.area_feature .present .present_detail .information .link {
  margin-left: auto;
  /* height: 50px; */
}
.area_feature .present .present_detail .information .link a {
  background-color: #2B2B2B;
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.60em;
  margin: 0 4px;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}
.area_feature .present .present_detail .information .link a:hover {
  text-decoration: none;
}

.area_feature .present .present_detail hr.blue_line {
  background-image: linear-gradient(to right, #48BDDB 50%, transparent 50%);
  background-size: 10px 5px;
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 5px;
  margin-bottom: 10px;
}
.area_feature .present hr.double_line {
  border-top: 3px solid #2B2B2B;
  border-bottom: 3px solid #2B2B2B;
  height: 4px;
  margin: 0 50px 60px;
}

.area_feature .present .present_detail .introduction {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 20px;
}
.area_feature .present .present_detail .introduction .txt {
  padding-right: 40px;
  width: 440px;
}
.area_feature .present .present_detail .introduction .txt p {
  font-size: 0.70em;
  font-weight: 700;
  text-align: left;
}
.area_feature .present .present_detail .introduction figure {
  margin-bottom: 0;
  width: 350px;
}

.area_feature .present .present_detail .prize {
  margin-bottom: 30px;
  text-align: center;
}
.area_feature .present .present_detail .prize .box_wrap {
  position: relative;
  display: inline-block;
}
.area_feature .present .present_detail .prize .box_wrap .box_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0 2.5rem;
  background: #FFFFFF;
  font-weight: 800;
  font-size: 1.2em;
  line-height: 1.2;
  white-space: nowrap;
  z-index: 2;
}
.area_feature .present .present_detail .prize .box_wrap .box_title::before {
  background: url("area_feature_ico01.png") no-repeat center center / 20px 24px;
  content: '';
  position: absolute;
  top: 0.15em;
  left: 0.5em;
  bottom: 0.15em;
  width: 20px;
  height: 24px;
}
.area_feature .present .present_detail .prize .box_wrap .box_title::after {
  background: url("area_feature_ico01.png") no-repeat center center / 20px 24px;
  content: '';
  position: absolute;
  top: 0.15em;
  right: 0.5em;
  bottom: 0.15em;
  width: 20px;
  height: 24px;
}
.area_feature .present .present_detail .prize .box_wrap .box_main {
  background-color: #FFFFFF;
  border: 5px solid #48BDDB;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
  font-weight: 800;
  line-height: 1;
  width: calc(100% - 12px);
  padding: 25px 30px;
  position: relative;
  z-index: 1;
}
.area_feature .present .present_detail .prize .box_wrap .box_main figure {
  line-height: 0;
  margin-bottom: 0;
  width: 225px;
}
.area_feature .present .present_detail .prize .box_wrap .box_main .txt {
  padding-left: 30px;
  width: 505px;
}
.area_feature .present .present_detail .prize .box_wrap .box_main .txt h5 {
  font-size: 1.4em;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}
.area_feature .present .present_detail .prize .box_wrap .box_main .txt p {
  font-size: 0.9em;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.area_feature .present .present_detail .prize .box_wrap .box_main .txt .prize_info {
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 4.0em;
  text-indent: -4.0em;
}
.area_feature .present .present_detail .prize .box_wrap .box_shadow {
  background: transparent;
  border: 5px solid #48BDDB;
  box-sizing: border-box;
  inset: 0;
  position: absolute;
  transform: translate(12px, 12px);
  width: calc(100% - 12px);
  z-index: 0;
}

.area_feature .present .detail_content hr.solid_top {
  margin: 0 50px 20px;
}
.area_feature .present .detail_content hr.dotted_top {
  background: url("area_feature_bg01.png") repeat -6px center / 44px 6px;
  height: 6px;
  margin: 0 50px 0px;
}

.area_feature + .common_btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.00rem;
}
.area_feature + .annotation {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.00rem;
}


@media screen and (max-width: 767px) {
  .area_feature .pc_vis {
    display: none !important;
  }
  .area_feature .sp_vis {
    display: inline-block !important;
  }

  .area_feature .main_img {
    margin: auto -20px 30px;
  }

  .area_feature .introduction {
    font-size: 0.95em;
  }
  .area_feature .introduction .marker {
    font-size: 1.1em;
  }
  .area_feature .introduction p:nth-child(2) {
    margin-top: 10px;
  }

  .area_feature hr.dotted_top {
    background: url("area_feature_bg01.png") repeat center center / 44px 6px;
    margin-bottom: 40px;
  }

  .area_feature .lead {
    font-size: inherit;
    margin: 0 0 80px;
    width: auto;
  }
  .area_feature .lead h3 {
    font-size: 1.0em;
  }
  .area_feature .lead p {
    font-size: 0.8em;
  }

  .area_feature .pickup {
    font-size: 0.9em;
    line-height: 1.8;
    margin: 0 0 40px;
    width: auto;
  }
  .area_feature .title {
    width: calc(100% - 6px);
  }
  .area_feature .title:first-child:before {
    background: url("area_feature_pic01.png") no-repeat center center / 120px 63px;
    top: -33px;
    left: -13px;
    width: 120px;
    height: 63px;
  }
  .area_feature .title_box {
    clip-path: polygon(
      0 0, 100% 0, 100% 100%,
      54% 100%, 54% 92%,
      46% 92%, 46% 100%,
      0 100%
    );
  }
  .area_feature .title_box .box_content {
    font-size: 1.2em;
    padding: 10px 10px 10px 30px;
  }
  .area_feature .diagonal_line {
    bottom: -24px;
    left: calc(50% - 10%);
    width: 32px;
    height: 4px;
  }
  .area_feature .title_background {
      padding: 12px 20px;
      top: 10px;
      left: 10px;
      right: -6px;
      bottom: -6px;
  }
  .area_feature .pickup .box {
    /* flex-direction: column; */
  }
  .area_feature .pickup .box .txt p {
    font-size: 0.9em;
    width: auto;
  }
  .area_feature .pickup .box.ft {
    flex-direction: column;
  }
  .area_feature .pickup .box.tf {
    flex-direction: column-reverse;
  }
  .area_feature .pickup .box .txt {
    padding-right: 0;
    width: auto;
  }
  .area_feature .pickup .box.ft .txt {
    padding-left: 0;
  }
  .area_feature .pickup .box.tf .txt {
    padding-right: 0;
  }
  .area_feature .pickup p {
    width: auto;
  }
  .area_feature .pickup .box figure {
    width: auto;
  }
  .area_feature .pickup .box figure img {
    width: 100%;
    /* max-width: 300px; */
  }
  .area_feature .pickup .box figure figcaption {
    font-size: 0.9em;
  }
  .area_feature .pickup ul {
    padding: 20px 20px 20px 15px;
  }
  .area_feature .pickup h4 {
    font-size: 1.1em;
  }
  .area_feature .pickup h4::before {
    border-left: 1.4em solid #FAF175;
    border-bottom: 1.4em solid transparent;
  }

  .area_feature .check {
    border: 4px solid #E0E0E0;
    font-size: 0.9em;
    line-height: 1.8;
    margin-bottom: 40px;
    padding: 60px 20px 20px;
  }
  .area_feature .check h3 {
    font-size: 1.2em;
    margin: 20px;
  }
  .area_feature .check h3:before {
    background: url("area_feature_ico01.png") no-repeat center center / 127px 81px;
    content: '';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 131px;
    height: 88px;
  }
  .area_feature .check .box {
    flex-direction: column-reverse;
    width: auto;
  }
  .area_feature .check .box .txt {
    padding-right: 0;
    width: auto;
  }
  .area_feature .check .link_btn a {
    max-width: auto;
    padding: 10px 0px;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .area_feature .check .box figure {
    width: auto;
  }
  .area_feature .check .box figure img {
    width: auto;
  }

  .area_feature hr.dotted_bottom {
    background: url("area_feature_bg01.png") repeat center center / 44px 6px;
  }
  .area_feature hr.solid_bottom {
    margin-bottom: 70px;
  }

  .area_feature .present {
    border: 3px solid #000000;
    outline: 3px solid #000000;
    outline-offset: 6px;
    margin: 10px 0 40px;
    position: relative;
  }

  @supports (-ms-ime-align: auto) {
    .area_feature .present {
      outline-offset: 5px;
    }
  }
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    .area_feature .present {
      border: 0.28ex solid #000000;
      outline: 0.28ex solid #000000;
      outline-offset: 0.54ex;
    }
  }
  @-moz-document url-prefix() {
    .area_feature .present {
      outline-offset: 5px;
    }
  }
  ::-webkit-full-page-media, :future, :root .area_feature .present {
    border: 2.5px solid #000000;
    outline: 2.5px solid #000000;
    outline-offset: 6px;
  }
  .area_feature .present .top_left {
    background: url("area_feature_bg02.png") no-repeat center center / 65px 65px;
    content: '';
    position: absolute;
    top: -11px;
    left: -11px;
    width: 65px;
    height: 65px;
  }
  ::-webkit-full-page-media, :future, :root .area_feature .present .top_left {
    top: -11px;
    left: -11px;
  }
  .area_feature .present .top_right {
    background: url("area_feature_bg03.png") no-repeat center center / 65px 65px;
    content: '';
    position: absolute;
    top: -11px;
    right: -11px;
    width: 65px;
    height: 65px;
  }
  ::-webkit-full-page-media, :future, :root .area_feature .present .top_right {
    bottom: -11px;
    right: -11px;
  }
  .area_feature .present .bottom_left {
    background: url("area_feature_bg04.png") no-repeat center center / 65px 65px;
    content: '';
    position: absolute;
    bottom: -11px;
    left: -11px;
    width: 65px;
    height: 65px;
  }
  ::-webkit-full-page-media, :future, :root .area_feature .present .bottom_left {
    bottom: -11px;
    left: -11px;
  }
  .area_feature .present .bottom_right {
    background: url("area_feature_bg05.png") no-repeat center center / 65px 65px;
    content: '';
    position: absolute;
    bottom: -11px;
    right: -11px;
    width: 65px;
    height: 65px;
  }
  ::-webkit-full-page-media, :future, :root .area_feature .present .bottom_right {
    bottom: -11px;
    right: -11px;
  }
  .area_feature .present h3.main_title {
    margin: 30px 20px 20px;
  }
  .area_feature .present h3.main_title img {
    width: 100%;
  }
  .area_feature .present .yellow {
    margin-top: -35px;
  }
  .area_feature .present .yellow figure {
    margin: 0 20px 20px;
  }
  .area_feature .present .yellow h4.sub_title {
    margin: -90px auto 0;
  }
  .area_feature .present .yellow h4.sub_title img {
    width: 100%;
  }
  .area_feature .present .yellow .anchor_link_btn {
    margin: -45px 10px 30px;
  }
  .area_feature .present .yellow .anchor_link_btn a:first-child {
    padding: 1rem;
    border: 3px solid #2B2B2B;
    max-width: 47%;
    padding: 5px;
    font-size: 0.95em;
    box-shadow: 3px 3px 0 #2B2B2B;
  }
  .area_feature .present .yellow .anchor_link_btn a:first-child:hover {
    top: 3px;
    left: 3px;
  }
  .area_feature .present .yellow .anchor_link_btn a:last-child {
    padding: 1rem;
    border: 3px solid #2B2B2B;
    max-width: 47%;
    padding: 5px;
    font-size: 0.95em;
    box-shadow: 3px 3px 0 #2B2B2B;
  }
  .area_feature .present .yellow .anchor_link_btn a:last-child:hover {
    top: 3px;
    left: 3px;
  }
  .area_feature .present .solid_top,
  .area_feature .present .dotted_top {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .area_feature .present .yellow h4#present1,
  .area_feature .present .yellow h4#present2 {
    margin: 20px;
  }
  .area_feature .present .yellow h4#present1 img,
  .area_feature .present .yellow h4#present2 img {
    width: 100%;
  }
  .area_feature .present .detail_btn1 .btn_wrap,
  .area_feature .present .detail_btn2 .btn_wrap {
    margin: 0 20px 0 14px;
    width: calc(100% - 46px);
  }
  .area_feature .present .detail_btn1 .btn_wrap .btn_main,
  .area_feature .present .detail_btn2 .btn_wrap .btn_main {
    font-size: 0.8em;
    width: 100%;
    padding: 20px 2.0rem 20px 0;
  }
  .area_feature .present .detail_btn1 .btn_wrap .btn_main::before,
  .area_feature .present .detail_btn2 .btn_wrap .btn_main::before {
    right: 1.0rem;
  }
  .area_feature .present .detail_content1 .close_btn1,
  .area_feature .present .detail_content2 .close_btn2 {
    margin-bottom: 0;
    padding: 10px 20px;
  }
  .area_feature .present .present_detail {
    margin: 0 20px;
    padding: 0 0 0;
  }
  .area_feature .present .present_detail:first-child {
    padding-top: 40px;
  }
  .area_feature .present .present_detail .information {
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .area_feature .present .present_detail .information h3 {
    margin-bottom: 20px;
  }
  .area_feature .present .present_detail .information .link {
    margin: 0;
    text-align: center;
  }
  .area_feature .present .present_detail .information .link a {
    margin: 3px;
    padding: 10px 3px;
    text-align: center;
  }
  .area_feature .present .present_detail hr.blue_line {
    background-image: linear-gradient(to right, #48BDDB 50%, transparent 50%);
    background-size: 8px 4px;
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 4px;
    margin-bottom: 15px;
  }
  .area_feature .present .present_detail .introduction {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .area_feature .present .present_detail .introduction .txt {
    padding-right: 0;
    width: auto;
  }
  .area_feature .present .present_detail .introduction .txt p {
    font-size: 0.85em;
    margin: 0;
  }
  .area_feature .present .present_detail .introduction figure {
    width: 100%;
  }

  .area_feature .present .present_detail .prize .box_wrap .box_title {
    padding: 0 1.5rem;
    font-size: 0.9em;
  }
  .area_feature .present .present_detail .prize .box_wrap .box_title::before {
    background: url("area_feature_ico01.png") no-repeat center center / 15px 18px;
    left: 0.25em;
    width: 15px;
    height: 18px;
  }
  .area_feature .present .present_detail .prize .box_wrap .box_title::after {
    background: url("area_feature_ico01.png") no-repeat center center / 15px 18px;
    right: 0.25em;
    width: 15px;
    height: 18px;
  }
  .area_feature .present .present_detail .prize .box_wrap .box_main {
    border: 4px solid #48BDDB;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 8px);
    padding: 20px;
  }
  .area_feature .present .present_detail .prize .box_wrap .box_main figure {
    margin: 15px 0 20px 0;
    width: auto;
  }
  .area_feature .present .present_detail .prize .box_wrap .box_main figure img {
    width: 100%;
  }
  .area_feature .present .present_detail .prize .box_wrap .box_main .txt {
    padding-left: 0;
    width: auto;
  }
  .area_feature .present .present_detail .prize .box_wrap .box_main .txt h5 {
    font-size: 1.3em;
    margin: 0 0 20px;
    text-align: left;
  }
  .area_feature .present .present_detail .prize .box_wrap .box_main .txt p {
    font-size: 0.9em;
    margin: 0 0 10px;
  }
  .area_feature .present .present_detail .prize .box_wrap .box_main .txt .prize_info {
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 4.0em;
    text-indent: -4.0em;
  }
  .area_feature .present .present_detail .prize .box_wrap .box_shadow {
    border: 4px solid #48BDDB;
    transform: translate(8px, 8px);
    width: calc(100% - 8px);
  }
  .area_feature .present hr.double_line {
    border-top: 2px solid #2B2B2B;
    border-bottom: 2px solid #2B2B2B;
    height: 6px;
    margin: 0 20px 40px;
  }

  .area_feature .present .detail_content2 .present_detail h4 {
    font-size: 0.9em;
  }
  .area_feature .present .detail_content2 .present_detail .present_title {
    width: auto;
  }
  .area_feature .present .detail_content2 .present_detail .present_title.pt1 img {
    width: 60%;
  }
  .area_feature .present .detail_content2 .present_detail .present_title.pt2 img {
    width: 75%;
  }
  .area_feature .present .detail_content2 .overview {
    margin: 0 0 30px;
    width: auto;
  }
  .area_feature .present .detail_content2 .features1 {
    flex-direction: column;
  }
  .area_feature .present .detail_content2 .features1 .box {
    padding: 20px 0;
    width: auto;
  }
  .area_feature .present .detail_content2 .features1 .box:last-child {
    margin-bottom: 30px;
  }
  .area_feature .present .detail_content2 .features1 .box:first-child {
    padding-right: 0;
  }
  .area_feature .present .detail_content2 .features1 .box:last-child {
    padding-left: 0;
  }
  .area_feature .present .detail_content2 .features1 .box h5 {
    font-size: 1.1em;
  }
  .area_feature .present .detail_content2 .features1 .box p {
    margin-bottom: 0;
  }
  .area_feature .present .detail_content2 .features2 h5 {
    font-size: 1.1em;
    text-align: center;
  }
  .area_feature .present .detail_content2 .features2 .box {
    flex-direction: column;
  }
  .area_feature .present .detail_content2 .features2 .box figure {
    margin: 0 0 20px 0;
    padding-right: 0;
    width: auto;
  }
  .area_feature .present .detail_content2 .features2 .box p {
    width: auto;
  }
  .area_feature .present .detail_content2 .present_detail2 {
    flex-direction: column;
  }
  .area_feature .present .detail_content2 .present_detail2 dt {
    padding-left: 0;
    width: auto;
  }
  .area_feature .present .detail_content2 .present_detail2 dt:first-child {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .area_feature .present .detail_content2 .present_detail2 dd {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
  }

  .area_feature .present .detail_content2 .note_title {
    display: block;
    font-size: 1.0em;
    margin-top: 60px;
    padding: 0 60px;
  }
  .area_feature .present .detail_content2 .note_title:before,
  .area_feature .present .detail_content2 .note_title:after {
    top: calc(50% - 4px);
    width: 50px;
    height: 6px;
    border-top: solid 3px #333333;
    border-bottom: solid 3px #333333;
  }
  .area_feature .present .detail_content2 .note {
    padding: 0px;
  }

  .area_feature .present .period {
    font-size: 0.9em;
    margin-top: 20px;
  }
  .area_feature .present .period::before {
    bottom: 0;
    left: 10px;
  }
  .area_feature .present .period::after {
    bottom: 0;
    right: 10px;
  }
  .area_feature .present .notice {
    padding: 0 20px 20px;
  }
  .area_feature .present .notice p {
    font-size: 0.75em;
  }
  .area_feature .present .apply_btn {
    margin-bottom: 60px;
  }
  .area_feature .present .apply_btn a {
    border: 4px solid #2B2B2B;
    justify-content: center;
    max-width: 90%;
    padding: 10px;
    box-shadow: 6px 6px 0 #2B2B2B;
    font-size: 1.0em;
  }
  .area_feature .present .apply_btn a:before {
    font-size: 1.0rem;
    top: calc(50% - .5rem);
    right: 1.0rem;
  }

  .area_feature .present .apply_end {
    border: 3px solid #2B2B2B;
    font-size: 1.0em;
    margin: 0 -3px 30px;
    padding: 20px 0;
  }
  .area_feature .present .apply_end span {
    font-size: 0.75em;
    font-weight: 700;
  }

  .area_feature .information .box img {
    width: 100%;
  }
  .area_feature + .common_btn a {
    font-size: 1.20rem;
    padding: 15px 0;
  }
}


@media screen and (max-width: 680px) {
  .area_feature .pickup h3 {
    font-size: 1.5em;
    line-height: 160px;
  }
}


@media screen and (max-width: 520px) {
  .area_feature .pickup h3 {
    font-size: 1.2em;
    line-height: 160px;
  }
}

@media screen and (max-width: 428px) {
  .area_feature .present .detail_content2 .features2 h5 {
    font-size: 1.05em;
  }
}

@media screen and (max-width: 414px) {
  .area_feature .introduction {
    font-size: 0.9em;
  }
  .area_feature .pickup h3 {
    font-size: 1.1em;
    line-height: 160px;
  }
  .area_feature .present .detail_content2 .features2 h5 {
    font-size: 1.0em;
  }
}


@media screen and (max-width: 390px) {
  .area_feature .introduction {
    font-size: 0.85em;
  }
  .area_feature .pickup h3 {
    font-size: 1.0em;
    line-height: 160px;
  }
  .area_feature .present .detail_content2 .features2 h5 {
    font-size: 0.95em;
  }
}


@media screen and (max-width: 375px) {
  .area_feature .introduction {
    font-size: 0.8em;
  }
  .area_feature .pickup h3 {
    font-size: 0.9em;
  }
  .area_feature .present {
    border: 3.5px solid #000000;
    outline: 3.5px solid #000000;
    outline-offset: 7px;
  }
  .area_feature .present .detail_content2 .present_detail h4 {
    font-size: 0.85em;
  }
  .area_feature .present .detail_content2 .features2 h5 {
    font-size: 0.90em;
  }
  .area_feature .present .period {
    font-size: 0.85em;
  }
  .area_feature .present .apply_end {
    font-size: 0.95em;
  }
  .area_feature .present .detail_content2 .note_title {
    padding: 0 40px;
  }
  .area_feature .present .detail_content2 .note_title:before,
  .area_feature .present .detail_content2 .note_title:after {
    width: 40px;
  }
}

@media screen and (max-width: 767px) and ((-webkit-min-device-pixel-ratio: 2) and (resolution: 2dppx)) {
  .area_feature .present {
    border: 2.5px solid #000000;
    outline: 2.5px solid #000000;
    outline-offset: 6px;
  }
}

@media screen and (max-width: 767px) and ((-webkit-device-pixel-ratio: 3) and (resolution: 3dppx)) {
  .area_feature .present {
    border: 2.9px solid #000000 !important;
    outline: 2.9px solid #000000 !important;
    outline-offset: 6px !important;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .area_feature .introduction .marker,
  .area_feature .lead strong,
  .area_feature .pickup strong,
  .area_feature .check strong {
    background: linear-gradient(#FFFFFF 50%, #F9ED52 50%);
  }
  .area_feature .present {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .area_feature .present h3 {
    margin-top: 40px;
  }
  .area_feature .present:before {
    top: -44px;
    left: -44px;
  }
  .area_feature .present:after {
    bottom: -38px;
    right: -44px;
  }
  .area_feature .present .yellow p {
    margin: 0 50px 30px;
    padding-bottom: 30px;
  }
  .area_feature .present .apply_btn {
    margin-bottom: 40px;
  }

  .area_feature .present {
    outline: none;
  }
  .area_feature .present .top_left,
  .area_feature .present .top_right,
  .area_feature .present .bottom_left,
  .area_feature .present .bottom_right {
    background: none;
  }
  .area_feature .present:before,
  .area_feature .present:after {
    background: none;
  }
  .area_feature .present .present_detail {
    page-break-before: always;
  }


  .sp_menu_panel,
  .page_top {
    display: none;
  }
}
