@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;
  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_bg02.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 70px;
  text-align: center;
  width: 800px;
}
.area_feature .lead strong {
  background: linear-gradient(transparent 50%, #F9ED52 50%);
}

.area_feature .pickup {
  font-size: 0.9em;
  line-height: 1.8;
  margin: 0 90px 70px;
  width: 800px;
}
.area_feature .title {
  position: relative;
  margin: 0 auto 0 0;
  width: calc(100% - 8px);
}
.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 15px;
  font-size: 1.8em;
  font-weight: 800;
  color: #333;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
}
.area_feature .diagonal_line {
  position: absolute;
  bottom: -35px;
  left: calc(50% - 5.9%);
  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: center;
}
.area_feature .pickup .box .txt {
  padding-right: 20px;
  width: 560px;
}
.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: 240px;
}
.area_feature .pickup .box figure img {
  /* width: 300px; */
}

.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 h4 {
  font-size: 1.4em;
  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_bg02.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 40px 110px;
  position: relative;
}
.area_feature .present:before {
  background: url("area_feature_bg03.png") no-repeat center center / 180px 180px;
  content: '';
  position: absolute;
  top: -44px;
  left: -44px;
  width: 180px;
  height: 180px;
}
.area_feature .present:after {
  background: url("area_feature_bg04a.png") no-repeat center center / 180px 180px;
  content: '';
  position: absolute;
  bottom: -44px;
  right: -44px;
  width: 180px;
  height: 180px;
}
.area_feature .present h3 {
  margin: 80px 20px 20px;
  text-align: center;
  vertical-align: middle;
}
.area_feature .present .yellow {
  background-color: #FFFBCC;
  margin-top: -55px;
  margin-bottom: 40px;
  padding-top: 50px;
  padding-bottom: 20px;
}
.area_feature .present .yellow h4 {
  margin-bottom: 20px;
  text-align: center;
}
.area_feature .present .yellow h5 {
  color: #000000;
  font-size: 1.0em;
  margin-bottom: 20px;
  text-align: center;
}
.area_feature .present .yellow figure {
  margin-bottom: 20px;
  text-align: center;
}
.area_feature .present .yellow p {
  font-size: 0.8em;
  margin: 0 50px 20px;
}
.area_feature .present .yellow p:last-child {
  padding-bottom: 50px;
}

.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-bottom: 10px;
  position: relative;
  text-align: center;
}
.area_feature .present .period::before {
  background: url("area_feature_pic02.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_pic03.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 60px;
}
.area_feature .present .notice p {
  font-size: 0.75em;
  margin-bottom: 10px;
  padding-left: 1.0em;
  text-indent: -1.0em;
}

.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: 490px;
  padding: 20px 0px;
  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% - .8rem);
  right: 3.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 + .common_btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.00rem;
}
.area_feature + .common_btn + .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_bg02.png") repeat center center / 44px 6px;
    margin-bottom: 40px;
  }

  .area_feature .lead {
    font-size: 0.9em;
    margin: 0 0 40px;
    width: auto;
  }

  .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_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;
  }
  .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 {
    padding-right: 0;
    width: auto;
  }
  .area_feature .pickup .box figure img {
    width: 75%;
    max-width: 300px;
  }
  .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_bg02.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 60px;
    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:before {
    background: url("area_feature_bg03.png") no-repeat center center / 90px 90px;
    content: '';
    position: absolute;
    top: -22px;
    left: -22px;
    width: 90px;
    height: 90px;
  }
  ::-webkit-full-page-media, :future, :root .area_feature .present:before {
    top: -22px;
    left: -22px;
  }
  .area_feature .present:after {
    background: url("area_feature_bg04a.png") no-repeat center center / 90px 90px;
    content: '';
    position: absolute;
    bottom: -22px;
    right: -22px;
    width: 90px;
    height: 90px;
  }
  ::-webkit-full-page-media, :future, :root .area_feature .present:before {
    bottom: -22px;
    right: -22px;
  }
  .area_feature .present h3 {
    margin: 30px 20px 20px;
  }
  .area_feature .present h3 img {
    width: 60%;
  }
  .area_feature .present .yellow {
    margin-top: -45px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 5px;
  }
  .area_feature .present .yellow h4 img {
    width: 90%;
  }
  .area_feature .present .yellow h5 {
    font-size: 0.85em;
    margin: 20px;
  }
  .area_feature .present .yellow figure img {
    width: 90%;
  }
  .area_feature .present .yellow p {
    margin: 0 20px 40px;
    padding-bottom: 40px;
  }
  .area_feature .present .yellow p:first-of-type {
    margin: 0 20px 0;
    padding-bottom: 0;
  }

  .area_feature .present .link_btn a {
    font-size: 0.85em;
    justify-content: center;
    max-width: 90%;
    text-align: left;
  }
  .area_feature .present .link_btn a::before {
    right: 1.0rem;
  }

  .area_feature .present .period {
    font-size: 0.9em;
  }
  .area_feature .present .period::before {
    bottom: 0;
    left: 20px;
  }
  .area_feature .present .period::after {
    bottom: 0;
    right: 20px;
  }
  .area_feature .present .notice {
    padding: 0 20px;
  }
  .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: 20px 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: 414px) {
  .area_feature .introduction {
    font-size: 0.9em;
  }
  .area_feature .pickup h3 {
    font-size: 1.1em;
    line-height: 160px;
  }
}


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


@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 .apply_end {
    font-size: 0.95em;
  }
}

@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 .lead,
  .area_feature .pickup,
  .area_feature hr.solid_bottom {
    page-break-after: always;
  }
  .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 h3 {
    margin-top: 40px;
  }
  .area_feature .present:before {
    top: -44px;
    left: -44px;
  }
  .area_feature .present:after {
    bottom: -44px;
    right: -44px;
  }
  .area_feature .present .yellow p {
    margin: 0 50px 30px;
    padding-bottom: 30px;
  }
  .area_feature .present .apply_btn {
    margin-bottom: 40px;
  }
  .sp_menu_panel,
  .page_top {
    display: none;
  }
}
