﻿@charset "utf-8";
body {
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
}
img { width:100%; height: auto; }
.sp { display: block; }
.pc { display: none; }

.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

#wrap {
  min-width:0;
  overflow: hidden;
  padding-top: 70px;
}

.common_inlinelist01 { letter-spacing:-.4em; }
.common_inlinelist01 li {
	letter-spacing: normal;
	display:inline-block;
}
.common_flex01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.common_flex01.both {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.common_flex01.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.common_ttl01 {
  display: flex;
  width: 100%;
  align-items: flex-end;
}
.common_ttl01 .image {
}
.common_ttl01 .image img {
  height: 60px;
  width: auto;
}
.common_ttl01 .ttl {
  font-size: 1.8rem;
  padding-bottom: 1.0rem;
}

.common_ttl02 {
  text-align: center;
}


.common_btn01 a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  background: #56b1bf;
  line-height: 1;
  padding: 20px 0;
  width: 65%;
  text-decoration: none;
  position: relative;
}
.common_btn01 a::after {
  content: "";
  display: block;
  background: url(../images/common/icon_btn_arrow01.png) no-repeat center;
  width: 50px;
  height: 4px;
  position: absolute;
	top: 50%;
  right: -25px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}


.common_txt01 {/*16-30*/
  font-size: 1.6rem;
  line-height: 185%;
}
.common_txt02 {/*16-22*/
  font-size: 1.6rem;
  line-height: 135%;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/

.hd {
  width: 100%;
  padding-left: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background: #fff;
}
.hd .hd_container {
  width: 100%;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hd .hd_container .hd_logo {
  width: 12rem;
}
.hd .hd_container .hd_logo img {
  height: 40px;
  width: auto;
}
.hd .hd_container .hd_navi {
  width: calc(100% - 14rem);
  height: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 6rem;
  position: relative;
  align-items: center;
}
.hd .hd_container .hd_navi .hd_navi_menu_trigger {
  width: 5.5rem;
  height: 5.5rem;
  background-color: #dd6262;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.hd .hd_container .hd_navi .hd_navi_menu_trigger span {
  width: 3.2rem;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
}
.hd .hd_container .hd_navi .hd_navi_menu_trigger span:nth-of-type(1) {
  top: calc(50% - 0.8rem);
}
.hd .hd_container .hd_navi .hd_navi_menu_trigger span:nth-of-type(2) {
  top: 50%;
}
.hd .hd_container .hd_navi .hd_navi_menu_trigger span:nth-of-type(3) {
  top: calc(50% + 0.8rem);
}
.hd .hd_container .hd_navi .hd_navi_menu_trigger.active span {
  top: 50%;
}
.hd .hd_container .hd_navi .hd_navi_menu_trigger.active span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hd .hd_container .hd_navi .hd_navi_menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.hd .hd_container .hd_navi .hd_navi_menu_trigger.active span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hd .hd_container .hd_navi .hd_navi_menu {
  width: 100%;
  max-width: 36rem;
  padding: 3rem;
  background-color: rgba(221, 98, 98, 0.6);
  position: fixed;
  top: 7.5rem;
  right: -100%;
  transition: 0.6s;
  height: 200vw;
  z-index: 100;
}
.hd .hd_container .hd_navi .hd_navi_menu.open {
  right: 0;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list {
  width: 100%;
  background: #fff;
  padding: 2.5rem;
  border-radius: 12px;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li {
  width: 100%;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li:first-of-type {
  margin-top: 0;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li a {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  display: block;
  text-decoration: none;
}

.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.hd_cv_btn {
  padding-top: 2.0rem;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.hd_cv_btn a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 1.5rem 0 1.6rem;
  border-radius: 50px;
  background-color: #dd6262;
  border: 1px solid #dd6262;
  z-index: 2;
  overflow: hidden;
  position: relative;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.hd_cv_btn a::after {
  content: "";
  width: 20px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
  z-index: 5;
  margin: 0;
  background: url(../images/common/common_icon_arrow01.png) no-repeat center center;
  background-size: 100%;
}
.hd .hd_container .hd_navi .hd_cv_btn a span {
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/

.btn_pagetop {
  width: 50px;
  height: 50px;
  z-index: 450;
}
.btn_pagetop img {
  max-width: 100%;
}

.ft {
  background-color: #e97a7a;
  background-image: radial-gradient(circle, #eb8787 2px, transparent 2px), radial-gradient(circle, #eb8787 2px, transparent 2px);
  background-position: 5px 1px, 12px 6px;
  background-size: 14px 12px;
  margin-top: -12.0rem;
  padding: 10.0rem 0 5.5rem;
  min-height: 300px;
  border-top-right-radius: 1000px 500px;
  border-top-left-radius: 1000px 500px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
}
.ft .container {
  width: 100%;
  padding: 0 8%;
}
.ft .container .ft_link li {
  width: 100%;
}
.ft .container .ft_link li:nth-child(1) {
  margin-bottom: 2.0rem;
}
.ft .container .ft_link li .txt {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1.2rem;
  color: #fff;
}
.ft .container .ft_link li a img {
  max-width: 100%;
  border-radius: 12px;
}
.ft .container .ft_address {
  margin-top: 3.0rem;
}
.ft .container .ft_address dt ,
.ft .container .ft_address dd {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.ft .container .ft_address dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: .5em;
}
.copyright {
  font-size: 1.0rem;
  font-weight: 500;
  background: #fff;
  padding: 1.8rem 0;
  text-align: center;
  line-height: 1;
}




.top_main {
  background-color: #fff6f7;
  background-image: radial-gradient(circle, #ffffff 2px, transparent 2px), radial-gradient(circle, #ffffff 2px, transparent 2px);
  background-position: 5px 1px, 12px 6px;
  background-size: 14px 12px;
  padding: 2.0rem 0 8.0rem;
  
  min-height: 300px;
  border-bottom-right-radius: 1000px 500px;
  border-bottom-left-radius: 1000px 500px;
  margin-left: -250px;
  margin-right: -250px;
  padding-left: 250px;
  padding-right: 250px;
  position: relative;
  z-index: 5;
}
.main_visual img {
  max-width: 100%;
}
.main_catch {
  padding: 3.5rem 4% 0;
}
.main_catch .catch01 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 180%;
  color: #dd6262;
  display: inline;
  text-align: center;
  padding: 0 .5em 1.2rem 1em;
  background: url(../images/top/main_line.png) no-repeat center bottom;
  background-size: 100%;
}
.main_catch .catch02 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 185%;
  letter-spacing: .05em;
  margin-top: 2.0rem;
  margin-bottom: 2.5rem;
  text-align: left;
}
.main_catch .catch02 strong {
  font-size: 1.8rem;
  font-weight: 700;
  color: #27b5bb;
}
.main_date {
  padding: 0 4%;
  margin-bottom: 1.5rem;
}
.main_date li:nth-child(1) {
  margin-bottom: 2.0rem;
}




.top_blank_bk {
  background: url(../images/top/worries_bg01.png) no-repeat center center;
  background-size: cover;
  margin-top: -12.0rem;
  padding: 18.0rem 0 20.0rem;  
  min-height: 300px;
  border-top-right-radius: 1000px 500px;
  border-top-left-radius: 1000px 500px;
  margin-left: -250px;
  margin-right: -250px;
  padding-left: 250px;
  padding-right: 250px;
  position: relative;
  z-index: 1;
}
.top_blank_bk .top_blank {
  width: 100%;
  padding: 0 4%;
}
.top_blank_bk .top_blank .ttl {
  align-items: center;
  margin-bottom: 3.0rem;
}
.top_blank_bk .top_blank .ttl .ttl_line {
  width: 40px;
}
.top_blank_bk .top_blank .ttl .ttl_line img {
  max-width: 100%;
}
.top_blank_bk .top_blank .ttl .ttl_txt {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0 1.0rem;
}
.top_blank_bk .top_blank .ttl .ttl_txt strong {
  color: #dd6262;
  font-weight: 700;
}
.top_blank_bk .top_blank .ttl .ttl_txt strong i {
  margin-left: .2em;
  display: inline-block;
  line-height: 180%;
}
.top_blank_bk .top_blank .ttl .ttl_txt strong i img {
  width: 25px;
  height: 25px;
}
@media screen and (max-width:480px){
  .top_blank_bk .top_blank .ttl .ttl_line {
    width: 30px;
  }
  .top_blank_bk .top_blank .ttl .ttl_txt {
    font-size: 2.2rem;
    margin: 0 0.8rem;
  }
  .top_blank_bk .top_blank .ttl .ttl_txt strong i img {
    width: 20px;
    height: 20px;
  }
}
.top_blank_bk .top_blank .checklist_wrap {
  width: 100%;
  background: url(../images/top/worries_bg02_sp.png) no-repeat center center;
  background-size: 100% 100%, 50% auto;
  position: relative;
  padding: 7rem 8%;
}
.top_blank_bk .top_blank .checklist_wrap::before {
  content: "";
  float: right;
  display: block;
  width: 45%;
  height: 1px;
  padding-top: 42%;
  background: url(../images/top/blank_img01_sp.png) no-repeat center center;
  background-size: auto 100%;
}
.top_blank_bk .top_blank .checklist_wrap li {
  font-size: 1.6rem;
  font-weight: 700;
  background: url(../images/top/worries_icon01.png) no-repeat left top 3px;
  background-size: 19px;
  padding-left: 36px;
  line-height: 180%;
  margin-bottom: 12px;
}
.top_blank_bk .top_blank .checklist_wrap li strong {
  font-weight: 700;
  color: #dd6262;
  background: url(../images/top/blank_line01.png) no-repeat bottom center;
  background-size: auto 9px;
  padding-bottom: 8px;
}


.top_event_bk {
  background: #fff;
  margin-top: -12.0rem;
  padding: 10.0rem 0 10.0rem;  
  min-height: 300px;
  border-top-right-radius: 1000px 500px;
  border-top-left-radius: 1000px 500px;
  margin-left: -250px;
  margin-right: -250px;
  padding-left: 250px;
  padding-right: 250px;
  position: relative;
  z-index: 1;
}
.top_event_bk .top_event {
  padding: 0 4%;
  width: 100%;
}
.top_event_bk .top_event .common_ttl01 {
  margin-bottom: 5.0rem;
}
.top_event_bk .top_event .common_ttl01 .ttl {
  margin-left: -2.0rem;
}

.top_event_bk .top_event .tab_buttons .tab_button {
  width: 24.2%;
  background: #f6f4eb;
  border: 2px solid #f6f4eb;
  border-radius: 20px 20px 0 0;
  padding: 1.5rem 0 1.0rem;
  text-align: center;
  cursor: pointer;
}
.top_event_bk .top_event .tab_buttons .tab_button.active {
  background: #fff6f7;
  border: 2px solid #dd6262;
  position: relative;
  z-index: 2;
}
.top_event_bk .top_event .tab_buttons .tab_button.active::after {
  content: "";
  display: block;
  background: #fff6f7;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 3;
}
.top_event_bk .top_event .tab_buttons .tab_button .tab_ttl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.top_event_bk .top_event .tab_buttons .tab_button .tab_ttl .area {
  font-size: 1.8rem;
  font-size: 2.8vw;
  font-weight: 700;
  line-height: 1;
}
.top_event_bk .top_event .tab_buttons .tab_button .tab_ttl .area strong {
  font-size: 2.4rem;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1;
}
.top_event_bk .top_event .tab_buttons .tab_button .tab_ttl .date {
  font-size: 3.0rem;
  font-size: 4.0vw;
  font-weight: 700;
  line-height: 1;
  padding-right: .5em;
}
.top_event_bk .top_event .tab_buttons .tab_button .tab_ttl .date strong {
  font-size: 4.2rem;
  font-size: 5.8vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.top_event_bk .top_event .tab_buttons .tab_button .tab_ttl strong .dow {
  font-size: 1.8rem;
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  padding: .2rem .5em;
  position: absolute;
  bottom: .6em;
  z-index: 1;
}
.top_event_bk .top_event .tab_buttons .tab_button .tab_ttl strong .dow::before {
  content: "";
  width: 3.4vw;
  height: 3.4vw;
  border: 1px solid #332620;
  border-radius:50%;
  background: #fff;
  position: absolute;
  z-index: -1;
  left: .3rem;
  top: 0;
}
.top_event_bk .top_event .tab_buttons .tab_button.active .tab_ttl .area {
  color: #dd6262;
}
.top_event_bk .top_event .tab_buttons .tab_button.active .tab_ttl .date {
  color: #dd6262;
}
.top_event_bk .top_event .tab_buttons .tab_button.active .tab_ttl strong .dow {
  color: #dd6262;
}
.top_event_bk .top_event .tab_buttons .tab_button.active .tab_ttl strong .dow::before {
  border: 1px solid #dd6262;
}
.top_event_bk .top_event .tab_content {
  position: relative;
  z-index: 1;
}
.top_event_bk .top_event .tab_content .onimg {
  position: absolute;
  width: 30%;
  right: 20px;
  bottom: 2px;
  z-index: 2;
}
.top_event_bk .top_event .tab_inner {
  display: none;
  background: #fff6f7;
  padding: 3.5rem 5.4%;  
  border: 2px solid #dd6262;
  border-radius: 0 0 20px 20px;
  width: 100%;
}
.top_event_bk .top_event .tab_inner.active {
  display: block;
}
.top_event_bk .top_event .tab_inner .event_info01 {
  background: #fff;
  border-radius: 12px;
  padding: 2.0rem 6%;
  margin-bottom: 3.0rem;
}
.top_event_bk .top_event .tab_inner .event_info01 dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
.top_event_bk .top_event .tab_inner .event_info01 dt {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #dd6262;
  padding: 1.0rem 0;
  margin-bottom: 1.5rem;
  border-bottom: 2px dotted #dd6262;
}
.top_event_bk .top_event .tab_inner .event_info01 dd {
  width: 100%;
  padding: 0 0 1.0rem;
  font-size: 1.4rem;
}
.top_event_bk .top_event .tab_inner .event_info01 dd strong {
  font-weight: 700;
}
.top_event_bk .top_event .tab_inner .event_info01 dd .access {
  padding-bottom: 1.5rem;
}
.top_event_bk .top_event .tab_inner .event_info01 dd .access li {
  font-size: 1.6rem;
  font-weight: 500;
}
.top_event_bk .top_event .tab_inner .event_info01 dd .access li:nth-last-child(n+2) {
  margin-bottom: 1.0em;
}
.top_event_bk .top_event .tab_inner .event_info01 dd .access li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 11px;
  background: #dd6262;
  border-radius: 50%;
}
.top_event_bk .top_event .tab_inner .event_info01 dd .caution {
  text-indent: -1em;
  padding-left: 1em;
}
.top_event_bk .top_event .tab_inner .event_info02 {
  background: #fff;
  border-radius: 20px;
  padding: 3.5rem 6% 5.0rem;
}
.top_event_bk .top_event .tab_inner .event_info02 .sttl {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  color: #dd6262;
  margin-bottom: 2.0rem;
}
.top_event_bk .top_event .tab_inner .event_info02 .comp_list li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  width: 100%;
  margin-bottom: .5em;
  padding-left: 21px;
  text-indent: -21px;
  margin-right: 3%;
}
.top_event_bk .top_event .tab_inner .event_info02 .comp_list li:nth-child(3n) {
  margin-right: 0;
}
.top_event_bk .top_event .tab_inner .event_info02 .comp_list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 11px;
  background: #dd6262;
  border-radius: 50%;
}
.top_event_bk .top_event .tab_inner .event_info02 .comp_list li a {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #332620;
}
.top_event_bk .top_event .tab_inner .event_info02 .comp_list li a:hover {
  text-decoration: none;
  color: #dd6262;
  border-bottom: 1px solid #dd6262;
}
.top_event_bk .top_event .tab_inner .event_info02 .comp_list li.nolink a {
  border-bottom: none;
  pointer-events: none;
}
.top_event_bk .top_event .tab_inner .event_info02 .caution {
  text-align: right;
  margin-right: 20%;
  padding: 5% 0;
}


.top_worries_bk {
  background: url(../images/top/worries_bg01.png) no-repeat center center;
  background-size: cover;
  margin-top: -12.0rem;
  padding: 10.0rem 0 22.0rem;  
  min-height: 300px;
  border-top-right-radius: 1000px 500px;
  border-top-left-radius: 1000px 500px;
  margin-left: -250px;
  margin-right: -250px;
  padding-left: 250px;
  padding-right: 250px;
  position: relative;
}
.top_worries_bk .top_worries {
  width: 100%;
  padding: 0 4%;
}
.top_worries_bk .top_worries .ttl {
  align-items: center;
  margin-bottom: 3.0rem;
}
.top_worries_bk .top_worries .ttl .ttl_line {
  width: 40px;
}
.top_worries_bk .top_worries .ttl .ttl_line img {
  max-width: 100%;
}
.top_worries_bk .top_worries .ttl .ttl_txt {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0 1.0rem;
}
@media screen and (max-width:480px){
  .top_worries_bk .top_worries .ttl .ttl_line {
    width: 30px;
  }
  .top_worries_bk .top_worries .ttl .ttl_txt {
    font-size: 2.2rem;
    margin: 0 0.8rem;
  }
}
.top_worries_bk .top_worries .ttl .ttl_txt strong {
  color: #27b5bb;
  font-weight: 700;
}
.top_worries_bk .top_worries .checklist_wrap {
  width: 100%;
  background: url(../images/top/worries_bg02_sp.png) no-repeat center center;
  background-size: 100% 100%, 50% auto;
  position: relative;
  padding: 7rem 8%;
}
.top_worries_bk .top_worries .checklist_wrap::before {
  content: "";
  float: right;
  display: block;
  width: 40%;
  height: 1px;
  padding-top: 38%;
  background: url(../images/top/worries_img01_sp.png) no-repeat center center;
  background-size: 100%;
}
.top_worries_bk .top_worries .checklist_wrap li {
  font-size: 1.6rem;
  font-weight: 700;
  background: url(../images/top/worries_icon01.png) no-repeat left top 3px;
  background-size: 19px;
  padding-left: 36px;
  line-height: 180%;
  margin-bottom: 12px;
}
.top_worries_bk .top_worries .checklist_wrap li strong {
  font-weight: 700;
  color: #27b5bb;
  background: url(../images/top/worries_line01.png) no-repeat bottom center;
  background-size: auto 9px;
  padding-bottom: 8px;
}
.top_worries_bk .arrow {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%,0);
  z-index: 5;
  width: 8%;
}
.top_worries_bk .arrow img {
  max-width: 100%;
}

.top_booth-corner_bk {
  background: #fff;
  margin-top: -12.0rem;
  padding: 8.0rem 0 8.0rem;
  min-height: 300px;
  border-top-right-radius: 1000px 500px;
  border-top-left-radius: 1000px 500px;
  margin-left: -250px;
  margin-right: -250px;
  padding-left: 250px;
  padding-right: 250px;
  position: relative;
}
.top_booth-corner_bk .top_booth-corner {
  padding: 0 4%;
  width: 100%;
}
.top_booth-corner_bk .top_booth-corner .common_ttl02 {
  padding: 0 4%;
  margin-bottom: 6.0rem;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list {
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li {
  border: 2px solid #dd6262;
  border-radius: 12px;
  background: #fff6f7;
  position: relative;
  width: 100%;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(1) {
  padding: 3.0rem 5%;
  margin-bottom: 4.0rem;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(2) {
  padding: 3.0rem 5%;
  margin-bottom: 2.5rem;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(3) ,
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(4) ,
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(5) ,
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(6) {
  padding: 2.5rem 5%;
  margin-bottom: 2.5rem;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(2) .onimg {
  position: absolute;
  width: 160px;
  left: calc(50% + 17rem);
  transform: translate(-50%, 0);
  top: -32px;
  z-index: 5;
}
@media screen and (max-width:480px){
  .top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(2) .onimg {
    width: 130px;
    left: inherit;
    right: 0;
    transform: translate(0, 0);
    top: -9%;
  }
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li .sttl01 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #dd6262;
  text-align: center;
  margin-bottom: 2.0rem;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li .sttl02 {
  font-size: 2.0rem;
  font-weight: 700;
  color: #dd6262;
  text-align: center;
  margin-bottom: 2.0rem;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li .image {
  text-align: center;
  margin-bottom: 2.0rem;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li .image img {
  width: 40%;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(1) .image img ,
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(2) .image img {
  width: 50%;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li .common_txt01 strong ,
.top_booth-corner_bk .top_booth-corner .booth-corner_list li .common_txt02 strong {
  font-weight: 700;
  color: #dd6262;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(6) .inner {
  align-items: center;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(6) .image {
  width: 100%;
}
.top_booth-corner_bk .top_booth-corner .booth-corner_list li:nth-child(6) .common_txt02 {
  width: 100%;
}

.top_cta_bk {
  background-color: #e97a7a;
  background-image: radial-gradient(circle, #eb8787 2px, transparent 2px), radial-gradient(circle, #eb8787 2px, transparent 2px);
  background-position: 5px 1px, 12px 6px;
  background-size: 14px 12px;
  
  padding: 7.0rem 0 18.0rem;  
  min-height: 300px;
  border-top-right-radius: 1000px 500px;
  border-top-left-radius: 1000px 500px;
  margin-left: -250px;
  margin-right: -250px;
  padding-left: 250px;
  padding-right: 250px;
  position: relative;
}
.top_cta_bk .top_cta {
  text-align: center;
  padding: 0 3%;
  width: 100%;
}
.top_cta_bk .top_cta .ttl img {
  max-width: 100%;
}
.top_cta_bk .top_cta .btn {
  position: relative;
  margin-top: -.5rem;
  text-align: center;
}
.top_cta_bk .top_cta .btn a {
  width: 80%;
  max-width: 440px;
  display: inline-block;
  text-align: center;
  padding: 2.0rem 0;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #dd6262;
  text-decoration: none;
  transition: .3s;
  z-index: 2;
  overflow: hidden;
  position: relative;
}
.top_cta_bk .top_cta .btn a::after {
  content: "";
  width: 22px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
  z-index: 5;
  margin: 0;
  background: url(../images/common/common_icon_arrow02.png) no-repeat center center;
  background-size: 22px;
  transition: .3s;
}
.top_cta_bk .top_cta .btn a span {
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  color: #dd6262;
  line-height: 1;
}


.top_faq_bk {
  background-color: #fff;
  margin-top: -12.0rem;
  padding: 12.0rem 0 26.0rem;  
  min-height: 300px;
  border-top-right-radius: 1000px 500px;
  border-top-left-radius: 1000px 500px;
  margin-left: -250px;
  margin-right: -250px;
  padding-left: 250px;
  padding-right: 250px;
  position: relative;
}
.top_faq_bk .top_faq {
  width: 100%;
  padding: 0 4%;
}
.top_faq_bk .top_faq .common_ttl01 {
  margin-bottom: 4.5rem;
}
.top_faq_bk .top_faq .acc {
  border-radius: 12px;
  padding: 1.5rem 2.3%;
  margin-bottom: 2.0rem;
  background-image: url(../images/top/faq_icon_open.png);
  background-position: right 20px top 26px;
  background-repeat: no-repeat;
  background-size: 19px;
  background-color: #f6f4eb;
}
.top_faq_bk .top_faq .acc.active {
  background-image: url(../images/top/faq_icon_close.png);
}
.top_faq_bk .top_faq .acc dt {
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  min-height: 43px;
  padding-right: 4.0rem;
  padding-left: 64px;
  background: url(../images/top/faq_icon_question.png) no-repeat left top;
  background-size: 42px;
  padding-top: .6em;
}
.top_faq_bk .top_faq .acc dd {
  padding-top: 2.0rem;
  padding-left: 64px;
  padding-right: 5.0rem;
  padding-bottom: 2.0rem;
  background: url(../images/top/faq_icon_answer.png) no-repeat left top 1.0rem;
  background-size: 42px;
}
.top_faq_bk .top_faq .acc.active dd {
  display: block;
}


.top_link_bk {
  background-color: #fff6f7;
  background-image: radial-gradient(circle, #ffffff 2px, transparent 2px), radial-gradient(circle, #ffffff 2px, transparent 2px);
  background-position: 5px 1px, 12px 6px;
  background-size: 14px 12px;
  
  margin-top: -12.0rem;
  padding: 12.0rem 0 22.0rem;  
  min-height: 300px;
  border-top-right-radius: 1000px 500px;
  border-top-left-radius: 1000px 500px;
  margin-left: -250px;
  margin-right: -250px;
  padding-left: 250px;
  padding-right: 250px;
  position: relative;
}
.top_link_bk .top_link {
  position: relative;
  width: 100%;
  padding: 0 4%;
}
.top_link_bk .top_link .onimg {
  width: 18%;
  position: absolute;
  z-index: 5;
  top: calc( -12.0rem - 8.8rem );
  right: 3.0rem;
}
.top_link_bk .top_link .onimg img {
  max-width: 100%;
}
.top_link_bk .top_link .common_ttl01 {
  margin-bottom: 4.5rem;
}
.top_link_bk .top_link .linklist li {
  width: 100%;
}
.top_link_bk .top_link .linklist li:nth-last-child(n+2) {
  margin-bottom: 2.0rem;
}
.top_link_bk .top_link .linklist li a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #332620;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 2.0rem 0;
  border: 2px solid #332620;
  border-radius: 12px;
  background: #fff;
}