@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 .pc_center {
  text-align: center;
}

.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%, #F1D3DC 50%);
  display: inline;
  font-size: 1.3em;
  line-height: 1.5;
}
.area_feature .introduction strong {
  background: #64442D;
  color: #FFFFFF;
  margin: 0 0.2em;
  padding: 0.1em 0.3em;
}

.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%, #F1D3DC 50%);
  padding: 0 5px 0 15px;
  font-weight: 800;
}
.area_feature .lead p {
  font-size: 0.88em;
}
.area_feature .lead p strong {
  background: linear-gradient(transparent 50%, #F1D3DC 50%);
}

.area_feature .pickup {
  font-size: 0.9em;
  line-height: 1.8;
  margin: 0 40px 60px;
  width: 900px;
}
.area_feature .pickup p a {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.area_feature .pickup p a:hover {
  text-decoration: none;
}
.area_feature .pickup .title {
  position: relative;
  margin: 0 auto 0 0;
  width: calc(100% - 8px);
}
.area_feature .pickup .title:first-child:before {
  background: url("area_feature_pic01.png") no-repeat center center / 148px 80px;
  content: '';
  position: absolute;
  top: -42px;
  left: -7px;
  width: 148px;
  height: 80px;
  z-index: 3;
}
.area_feature .pickup .title:first-child:after {
  background: url("area_feature_pic02.png") no-repeat center center / 145px 157px;
  content: '';
  position: absolute;
  top: -56px;
  right: 18px;
  width: 145px;
  height: 157px;
  z-index: 3;
}
.area_feature .pickup .title .title_box {
  position: relative;
  background: none;
  border: 4px solid #64442D;
  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 .pickup .title .title_box .box_content {
  padding: 15px 15px 10px 45px;
  font-size: 1.8em;
  font-weight: 800;
  color: #64442D;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
}
.area_feature .pickup .title .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 .pickup .title .title_background {
  position: absolute;
  top: 12px;
  left: 12px;
  right: -8px;
  bottom: -8px;
  padding: 20px 30px;
  background: repeating-linear-gradient(
    -45deg,
    #FEDAE5 0px,
    #FEDAE5 20px,
    #FED1DF 20px,
    #FED1DF 24px
  );
  z-index: 1;
  box-sizing: border-box;
}
.area_feature .pickup .box {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-bottom: 30px;
}
.area_feature .pickup .box .txt {
  width: 400px;
}
.area_feature .pickup .box .txt h5 {
  font-size: 1.0em;
  margin-bottom: 10px;
}
.area_feature .pickup .box .txt h6 {
  font-size: 0.9em;
}
.area_feature .pickup .box .txt p {
  width: 100%;
}
.area_feature .pickup .box.ft .txt {
  padding-left: 30px;
}
.area_feature .pickup .box.tf .txt {
  padding-right: 30px;
}
.area_feature .pickup h6 {
  font-size: 0.9em;
  margin: 0 auto;
  width: 810px;
}
.area_feature .pickup p {
  margin: 0 auto 30px;
  width: 810px;
}
.area_feature .pickup strong {
  background: linear-gradient(transparent 50%, #F1D3DC 50%);
  display: inline;
  line-height: 1.5;
}
.area_feature .pickup .box figure {
  margin-bottom: 0;
  text-align: center;
  width: 380px;
}
.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%, #F1D3DC 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 .pickup .l_txt {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 2.2;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}
.area_feature .pickup .l_txt::before {
  background: url("area_feature_pic05.png") no-repeat center center / 70px 80px;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 15px;
  width: 70px;
  height: 80px;
}
.area_feature .pickup .l_txt::after {
  background: url("area_feature_pic06.png") no-repeat center center / 70px 80px;
  content: '';
  position: absolute;
  bottom: -5px;
  right: 15px;
  width: 70px;
  height: 80px;
}
.area_feature .pickup .l_txt img {
  padding: 0 20px;
  vertical-align: middle;
}
.area_feature .pickup .l_txt strong {
  background: #64442D;
  color: #FFFFFF;
  margin: 0 0.2em;
  padding: 0.1em 0.3em;
}

.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 #64442D;
  outline: 5px solid #64442D;
  outline-offset: 12px;
  margin: 40px 40px 80px;
  position: relative;
}
.area_feature .present:before {
  background: url("area_feature_bg02.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_bg03.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 .pink {
  background-color: #FEEBF0;
  margin-top: -55px;
  margin-bottom: 40px;
  padding-top: 50px;
  padding-bottom: 20px;
}
.area_feature .present .pink h4 {
  margin-bottom: 20px;
  text-align: center;
}
.area_feature .present .pink h5 {
  color: #000000;
  font-size: 0.95em;
  line-height: 1.5;
  margin: 0 45px 10px;
  text-align: center;
}
.area_feature .present .pink .contents {
  color: #000000;
  font-size: 0.95em;
  line-height: 1.5;
  margin: 0 100px 20px;
  text-align: left;
}
.area_feature .present .pink figure {
  margin-bottom: 20px;
  text-align: center;
}
.area_feature .present .pink p {
  font-size: 0.8em;
  margin: 0 50px 20px;
}
.area_feature .present .pink p:last-child {
  padding-bottom: 0;
}
.area_feature .present .pink .box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  width: 800px;
}
.area_feature .present .pink .box figure {
  margin-bottom: 0;
  width: 350px;
}
.area_feature .present .pink .box .txt {
  width: 410px;
}
.area_feature .present .pink .box .txt p {
  margin: 0 0 20px;
}
.area_feature .present .pink .box .txt p:not([class]) {
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.area_feature .present .pink .box.ft .txt {
  padding-left: 40px;
}
.area_feature .present .pink .box.tf .txt {
  padding-right: 40px;
}
.area_feature .present .pink .box .txt .shop {
  color: #64442C;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 10px;
}
.area_feature .present .pink .box .txt .product_name {
  color: #FFFFFF;
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.5;
  -webkit-text-stroke: 8px #64442C;
  text-stroke: 8px #64442C;
  paint-order: stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.area_feature .present .pink .solid_top,
.area_feature .present .pink .dotted_top {
  margin-left: 60px;
  margin-right: 60px;
}
.area_feature .present .pink .solid_top {
  margin-top: 40px;
}
.area_feature .present .pink .dotted_top {
  margin-bottom: 60px;
}

.area_feature .present .product {
  margin: 40px 10px 100px;
  padding: 0 40px;
  position: relative;
}
.area_feature .present .product:nth-child(5) {
  margin-bottom: 80px;
}
.area_feature .present .product .shop {
  background: repeating-linear-gradient(
    -45deg,
    #FEDAE5 0px,
    #FEDAE5 20px,
    #FED1DF 20px,
    #FED1DF 24px
  );
  box-sizing: border-box;
  color: #64442C;
  display: inline-block;
  font-size: 1.3em;
  font-weight: 800;
  margin: 0 0 10px;
  padding: 15px;
  position: relative;
  text-align: left;
}
.area_feature .present .product .product_name {
  color: #64442C;
  font-size: 1.8em;
  font-weight: 800;
  margin: 0 0 40px;
  padding: 0;
  position: relative;
  text-align: center;
}
.area_feature .present .product .box {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-bottom: 30px;
}
.area_feature .present .product .box .txt {
  width: 400px;
}
.area_feature .present .product .box .txt h5 {
  font-size: 1.0em;
  margin-bottom: 10px;
}
.area_feature .present .product .box .txt h6 {
  font-size: 0.9em;
}
.area_feature .present .product .box .txt p {
  width: 100%;
}
.area_feature .present .product .box.ft .txt {
  padding-left: 30px;
}
.area_feature .present .product .box.tf .txt {
  padding-right: 30px;
}
.area_feature .present .product p {
  font-size: 0.8em;
}

.area_feature .present .product .link_btn {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.area_feature .present .product .link_btn a {
  background-color: #CE3F5D;
  color: #FFFFFF;
  display: block;
  font-size: 0.95em;
  font-weight: 800;
  padding: 20px 20px 20px 10px;
  transition: none;
  position: relative;
  width: 40%;
  text-align: center;
}
.area_feature .present .product .link_btn a:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.0rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .5rem);
  right: 1.0rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}
.area_feature .present .product .link_btn a:after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  border: 3px solid #64442D;
  content: '';
  z-index: -1;
}
.area_feature .present .product .link_btn a:hover {
  box-shadow: 0 0 0;
  transition: none;
  text-decoration: none;
  top: 6px;
  left: 6px;
}
.area_feature .present .product .link_btn a:hover:after {
  border: none;
  top: 0;
  left: 0;
}
.area_feature .present .product p strong {
  background: linear-gradient(transparent 50%, #F1D3DC 50%);
  display: inline;
  line-height: 1.5;
}

.area_feature .present .kiramake {
  color: #432006;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.area_feature .present .kiramake::before {
  background: url("area_feature_pic08.png") no-repeat center center / 33px 37px;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 200px;
  width: 33px;
  height: 37px;
}
.area_feature .present .kiramake::after {
  background: url("area_feature_pic09.png") no-repeat center center / 33px 37px;
  content: '';
  position: absolute;
  bottom: -10px;
  right: 200px;
  width: 33px;
  height: 37px;
}
.area_feature .present .kiramake img {
  padding: 0 20px;
  vertical-align: middle;
}
.area_feature .present .kiramake strong {
  background: #64442D;
  color: #FFFFFF;
  margin: 0 0.2em;
  padding: 0.1em 0.3em;
}

.area_feature .present .kiramake_btn {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 80px;
}
.area_feature .present .kiramake_btn a {
  background-color: #432107;
  color: #FFFFFF;
  display: block;
  font-size: 0.9em;
  font-weight: 800;
  padding: 0;
  transition: none;
  position: relative;
  width: 600px;
  text-align: center;
}
.area_feature .present .kiramake_btn a:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 5px solid #64442D;
  content: '';
  z-index: -1;
}
.area_feature .present .kiramake_btn a:hover {
  box-shadow: 0 0 0;
  transition: none;
  text-decoration: none;
  top: 12px;
  left: 12px;
}
.area_feature .present .kiramake_btn a:hover:after {
  border: none;
  top: 0;
  left: 0;
}

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

.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_pic10.png") no-repeat center center / 27px 27px;
  content: '';
  position: absolute;
  bottom: 5px;
  left: 130px;
  width: 27px;
  height: 27px;
}
.area_feature .present .period::after {
  background: url("area_feature_pic11.png") no-repeat center center / 27px 27px;
  content: '';
  position: absolute;
  bottom: 5px;
  right: 130px;
  width: 27px;
  height: 27px;
}
.area_feature .present .period img {
  padding: 0 20px;
  vertical-align: middle;
}

.area_feature .present .notice {
  margin: 0 auto 30px;
  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 .notice p strong {
  color: #D80000;
}

.area_feature .present .apply_btn {
  margin-bottom: 40px;
}
.area_feature .present .apply_btn a {
  background: #FEB8CD;
  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% - .8rem);
  right: 2.5rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

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

.area_feature .present .apply_end {
  background-color: #FEB8CD;
  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 .check {
  border: 8px solid #E0E0E0;
  font-size: 0.9em;
  line-height: 1.8;
  margin: 50px;
  padding: 70px 40px 40px;
  position: relative;
}
.area_feature .present .check hr {
  border-top: 3px solid #000000;
  margin-bottom: 20px;
}
.area_feature .present .check h3 {
  font-size: 1.4em;
  font-weight: 800;
  margin: 20px;
  text-align: center;
  vertical-align: middle;
}
.area_feature .present .check h3:before {
  background: url("area_feature_pic04.png") no-repeat center center / 127px 81px;
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 127px;
  height: 81px;
}
.area_feature .present .check .box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 694px;
}
.area_feature .present .check .box .txt {
  padding-right: 40px;
  width: 394px;
}
.area_feature .present .check .box .txt strong {
  background: linear-gradient(transparent 50%, #F1D3DC 50%);
  display: inline;
  line-height: 1.5;
}
.area_feature .present .check .kiramake_logo {
  margin-bottom: 20px;
  text-align: center;
}
.area_feature .present .check .link_btn {
  margin-bottom: 0;
}
.area_feature .present .check .link_btn a {
  background: #FAF175;
  border: 4px solid #2B2B2B;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  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 .present .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 .present .check .link_btn a:after {
  display: none;
}
.area_feature .present .check .link_btn a:hover {
  background-color: #FAF175;
  box-shadow: 0 0 0;
  transition: none;
  text-decoration: none;
  top: 6px;
  left: 6px;
}
.area_feature .present .check .box figure {
  text-align: center;
  width: 260px;
}
.area_feature .present .check .box figure img {
  width: 260px;
}

.area_feature .present .special_contents_intro {
  background-color: #F4F9DF;
  margin: 0 0 50px;
  padding: 50px 20px;
}
.area_feature .present .special_contents_intro figure {
  margin-bottom: 20px;
  text-align: center;
}
.area_feature .present .special_contents_intro h4 {
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
.area_feature .present .special_contents_intro h4 span {
  font-size: 0.8em;
}
.area_feature .present .special_contents_intro p {
  font-size: 0.8em;
  padding: 0 45px;
}
.area_feature .present .special_contents_intro .special_btn {
  margin: 0 auto;
  text-align: center;
}

.area_feature .present .regist_info {
  /* background-color: #CCEAFF; */
  border: 5px solid #CCCCCC;
  margin: 0 50px 50px;
  padding: 30px 10px;
}
.area_feature .present .regist_info p {
  font-size: 0.9em;
  margin-bottom: 20px;
  text-align: center;
}
.area_feature .present .regist_info p:last-child {
  margin-bottom: 0;
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.area_feature .present .regist_info p a {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.area_feature .present .regist_info p a:hover {
  text-decoration: none;
}
.area_feature .present .regist_info .regist_btn_box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 20px;
}
.area_feature .present .regist_info .regist_btn_box a {
  border: 4px solid #2B2B2B;
  box-shadow: 6px 6px 0 #2B2B2B;
  color: #000000;
  display: block;
  font-size: 0.9em;
  font-weight: 800;
  padding: 20px 20px 20px 10px;
  transition: none;
  position: relative;
  width: 40%;
  text-align: center;
}
.area_feature .present .regist_info .regist_btn_box a:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .6rem);
  right: 1.0rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}
.area_feature .present .regist_info .regist_btn_box a:hover {
  box-shadow: 0 0 0;
  transition: none;
  text-decoration: none;
  top: 6px;
  left: 6px;
}
.area_feature .present .regist_info .regist_btn_box a:first-child {
  background-color: #F8C166;
}
.area_feature .present .regist_info .regist_btn_box a:last-child {
  background-color: #A7CE75;
}

.area_feature + .common_btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.00rem;
}
.area_feature + .annotation,
.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 .pc_center {
    text-align: left;
  }

  .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: 0.8em;
    margin: 0 0 80px;
    width: auto;
  }
  .area_feature .lead h3 strong {
    padding: 0;
  }
  .area_feature .lead p {
    font-size: 1.00em;
  }

  .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 {
    top: -53px;
  }
  .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: 15px 10px 10px 15px;
    text-align: center;
  }
  .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 p {
    width: 100%;
  }
  .area_feature .pickup .title:first-child:before {
    background: url("area_feature_pic01.png") no-repeat center center / 148px 80px;
    top: -50px;
    left: -7px;
    width: 148px;
    height: 80px;
  }
  .area_feature .pickup .title:first-child:after {
    background: url("area_feature_pic02.png") no-repeat center center / 73px 79px;
    top: -10px;
    right: 5px;
    width: 73px;
    height: 79px;
  }
  .area_feature .pickup .title .title_box .box_content {
    padding: 15px 10px 10px 25px;
    font-size: 1.2em;
    font-weight: 800;
    color: #64442D;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left;
  }
  .area_feature .pickup .box {
    /* flex-direction: column; */
  }
  .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: 100%;
  }
  .area_feature .pickup .box.ft .txt {
    padding-left: 0;
  }
  .area_feature .pickup .box.tf .txt {
    padding-right: 0;
  }
  .area_feature .pickup .box figure {
    margin-bottom: 20px;
    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 .pickup .l_txt {
    font-size: 0.95em;
    font-weight: 700;
    line-height: 2.0;
    margin-bottom: 60px;
    padding: 0 15px;
    position: relative;
    text-align: center;
  }
  .area_feature .pickup .l_txt::before {
    background: url("area_feature_pic05.png") no-repeat center center / 35px 40px;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 35px;
    height: 40px;
  }
  .area_feature .pickup .l_txt::after {
    background: url("area_feature_pic06.png") no-repeat center center / 35px 40px;
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0px;
    width: 35px;
    height: 40px;
  }
  .area_feature .pickup .l_txt img {
    padding: 0 20px;
    vertical-align: middle;
  }
  .area_feature .pickup .l_txt strong {
    background: #64442D;
    color: #FFFFFF;
    margin: 0 0.2em;
    padding: 0.1em 0.3em;
  }

  .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 #64442D;
    outline: 3px solid #64442D;
    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 #64442D;
      outline: 0.28ex solid #64442D;
      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 #64442D;
    outline: 2.5px solid #64442D;
    outline-offset: 6px;
  }
  .area_feature .present:before {
    background: url("area_feature_bg02.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: -22.1px;
    left: -22.1px;
  }
  .area_feature .present:after {
    background: url("area_feature_bg03.png") no-repeat center center / 90px 90px;
    content: '';
    position: absolute;
    bottom: -22px;
    right: -22.2px;
    width: 90px;
    height: 90px;
  }
  ::-webkit-full-page-media, :future, :root .area_feature .present:after {
    bottom: -22.1px;
    right: -22.1px;
  }
  .area_feature .present h3 {
    margin: 30px 20px 20px;
  }
  .area_feature .present h3 img {
    width: 100%;
  }
  .area_feature .present .pink {
    margin-top: -40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 5px;
  }
  .area_feature .present .pink h4 img {
    width: 90%;
  }
  .area_feature .present .pink h5 {
    font-size: 0.85em;
    margin: 10px;
  }
  .area_feature .present .pink .contents {
    font-size: 0.75em;
    margin: 0 20px 20px;
    text-align: left;
  }
  .area_feature .present .pink figure img {
    width: 90%;
  }
  .area_feature .present .pink p {
    margin: 0 20px 40px;
  }
  .area_feature .present .pink p:first-of-type {
    margin: 0 20px 20px;
    padding-bottom: 0;
  }
  .area_feature .present .pink .box {
    display: flex;
    justify-content: center;
    align-items: start;
    margin: 0 auto 30px;
    width: auto;
  }
  .area_feature .present .pink .box.ft {
    flex-direction: column;
  }
  .area_feature .present .pink .box.tf {
    flex-direction: column-reverse;
  }
  .area_feature .present .pink .box figure {
    margin-bottom: 20px;
    width: auto;
  }
  .area_feature .present .pink .box .txt {
    width: auto;
  }
  .area_feature .present .pink .box .txt p {
    margin: 0 20px 20px;
  }
  .area_feature .present .pink .box .txt p:not([class]) {
    margin-bottom: 0;
  }
  .area_feature .present .pink .box .txt p.link_btn {
    margin: 0 0 20px;
  }
  .area_feature .present .pink .box.ft .txt {
    padding-left: 0;
  }
  .area_feature .present .pink .box.tf .txt {
    padding-right: 0;
  }
  .area_feature .present .pink .box .txt .shop {
    font-size: 1.0em;
  }
  .area_feature .present .pink .box .txt .product_name {
    font-size: 1.1em;
  }
  .area_feature .present .pink .solid_top,
  .area_feature .present .pink .dotted_top {
    margin-left: 20px;
    margin-right: 20px;
  }
  .area_feature .present .pink .solid_top {
    margin-top: 20px;
  }
  .area_feature .present .pink .dotted_top {
    margin-bottom: 30px;
  }

  .area_feature .present .product {
    margin: 0 0 80px;
    padding: 0 20px;
    position: relative;
  }
  .area_feature .present .product:nth-child(5) {
    margin-bottom: 60px;
  }
  .area_feature .present .product .shop {
    font-size: 0.9em;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 10px;
  }
  .area_feature .present .product .product_name {
    margin: 0 0 10px;
  }
  .area_feature .present .product .link_btn a {
    font-size: 0.95em;
    width: 100%;
  }
  .area_feature .present .product .box {
    /* flex-direction: column; */
    margin-bottom: 0;
  }
  .area_feature .present .product .box.ft {
    flex-direction: column;
  }
  .area_feature .present .product .box.tf {
    flex-direction: column-reverse;
  }
  .area_feature .present .product .box .txt {
    padding-right: 0;
    width: 100%;
  }
  .area_feature .present .product .box .txt h5 {
    font-size: 1.0em;
    margin-bottom: 10px;
  }
  .area_feature .present .product .box .txt h6 {
    font-size: 0.9em;
  }
  .area_feature .present .product .box .txt p {
    font-size: 0.8em;
  }
  .area_feature .present .product .box.ft .txt {
    padding-left: 0;
  }
  .area_feature .present .product .box.tf .txt {
    padding-right: 0;
  }
  .area_feature .present .product .box figure {
    margin-bottom: 20px;
    width: auto;
  }
  .area_feature .present .product .box figure img {
    width: 100%;
    /* max-width: 300px; */
  }
  .area_feature .present .product .box figure figcaption {
    font-size: 0.9em;
  }
  .area_feature .present .product p {
    font-size: 0.8em;
  }

  .area_feature .present .kiramake {
    font-size: 1.0em;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .area_feature .present .kiramake::before {
    bottom: 0px;
    left: 30px;
  }
  .area_feature .present .kiramake::after {
    bottom: 0px;
    right: 30px;
  }
  .area_feature .present .kiramake_btn {
    margin: 0 20px 40px;
  }
  .area_feature .present .kiramake_btn a {
    width: auto;
  }
  .area_feature .present .kiramake_btn a:after {
    top: 6px;
    left: 6px;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    border: 3px solid #64442D;
  }
  .area_feature .present .kiramake_btn a:hover {
    top: 6px;
    left: 6px;
  }

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

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

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

  .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 .present .special_btn {
    margin: 0 20px 40px;
    text-align: center;
  }
  .area_feature .present .special_btn img {
    width: 100%;
  }

  .area_feature .present .check {
    border: 4px solid #E0E0E0;
    font-size: 0.9em;
    line-height: 1.8;
    margin: 30px 15px;
    padding: 60px 20px 20px;
  }
  .area_feature .present .check h3 {
    font-size: 1.2em;
    margin: 20px 0;
  }
  .area_feature .present .check h3:before {
    background: url("area_feature_pic04.png") no-repeat center center / 127px 81px;
    content: '';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 131px;
    height: 88px;
  }
  .area_feature .present .check .box {
    flex-direction: column-reverse;
    width: auto;
  }
  .area_feature .present .check .box .txt {
    padding-right: 0;
    width: auto;
  }
  .area_feature .present .check .link_btn a {
    max-width: 100%;
    padding: 15px 0px;
    font-size: 1.1em;
    box-shadow: 4px 4px 0 #2B2B2B;
    line-height: 1.5em;
    text-align: center;
  }
  .area_feature .present .check .link_btn a:before {
    font-size: 1.0rem;
    top: calc(50% - .5rem);
  }
  .area_feature .present .check .link_btn a:hover {
    top: 4px;
    left: 4px;
  }
  .area_feature .present .link_btn a img {
    width: 75%;
  }
  .area_feature .present .check .box figure {
    width: auto;
  }
  .area_feature .present .check .box figure img {
    width: auto;
  }

  .area_feature .present .special_contents_intro {
    margin: 0 0 30px;
    padding: 30px 20px;
  }
  .area_feature .present .special_contents_intro h4 {
    font-size: 1.1em;
  }
  .area_feature .present .special_contents_intro p {
    font-size: 0.8em;
    padding: 0;
  }

  .area_feature .present .regist_info {
    border: 3px solid #CCCCCC;
    margin: 0 15px 30px;
    padding: 20px;
  }
  .area_feature .present .regist_info p {
    font-size: 0.8em;
    text-align: left;
  }
  .area_feature .present .regist_info .regist_btn_box {
    flex-direction: column;
  }
  .area_feature .present .regist_info .regist_btn_box a {
    box-shadow: 4px 4px 0 #2B2B2B;
    margin-bottom: 30px;
    padding: 15px 15px 15px 10px;
    transition: none;
    width: 100%;
  }
  .area_feature .present .regist_info .regist_btn_box a:hover {
    top: 4px;
    left: 4px;
  }
  .area_feature .present .regist_info .regist_btn_box a:last-child {
    margin-bottom: 10px;
  }

  .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;
  }
  .area_feature .present .period::before {
    left: 120px;
  }
  .area_feature .present .period::after {
    right: 120px;
  }
}


@media screen and (max-width: 520px) {
  .area_feature .pickup h3 {
    font-size: 1.2em;
    line-height: 160px;
  }
  .area_feature .present .period::before {
    left: 60px;
  }
  .area_feature .present .period::after {
    right: 60px;
  }
}

@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 .period::before {
    left: 50px;
  }
  .area_feature .present .period::after {
    right: 50px;
  }
}


@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 .lead {
    font-size: 0.7em;
  }
  .area_feature .pickup h3 {
    font-size: 0.9em;
  }
  .area_feature .title_box .box_content {
    font-size: 1.1em;
  }
  .area_feature .present {
    border: 3.5px solid #000000;
    outline: 3.5px solid #000000;
    outline-offset: 7px;
  }
  .area_feature .present .link_btn a::before {
    right: 0.7rem;
  }
  .area_feature .present h5 {
    padding: 0 40px;
  }
  .area_feature .present h5:before,
  .area_feature .present h5:after {
    width: 40px;
  }
  .area_feature .present .period::before {
    left: 40px;
  }
  .area_feature .present .period::after {
    right: 40px;
  }
  .area_feature .present .apply_end {
    font-size: 0.95em;
  }
  .area_feature .present .regist_info .regist_btn_box a {
    font-size: 0.8em;
  }
}

@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%, #F1D3DC 50%);
  }
  .area_feature .present {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .area_feature .present h3 {
    margin-top: 40px;
  }
  .area_feature .present:before {
    top: -43px;
    left: -44px;
  }
  .area_feature .present:after {
    bottom: -38px;
    right: -43px;
  }
  .area_feature .present .pink p {
    margin: 0 50px 30px;
    padding-bottom: 30px;
  }
  .area_feature .present .apply_btn {
    margin-bottom: 40px;
  }
  .sp_menu_panel,
  .page_top {
    display: none;
  }
}
