@charset "UTF-8";
/*#####################################################################
 #
 # おきなわ電力　引っ越しキャンペーン
 #
 #####################################################################*/
/*
 ========== メディアクエリガイド ==========

 1.全体共通設定
 2.小型ノートPC版 （max-width:1280px）
 3.大型タブレット版 （max-width:960px）
 4.主にタブレット版 （max-width:768px）
 5.主にスマホ版 （max-width:640px）

 */
/*#####################################################################
 *
 * 1.全体共通設定
 *
 #####################################################################*/
/***********************************************************
 * レイアウト基本構成
 */
:root {
  --main_color: #73D3EB;
  --sub_color: #DBF2F5;
  --btn_blue: #4473d3;
  --btn_red: #FF75A2;
  --btn_yellow: #f4ff07;
}

html {
  font-size: 18px;
}

body {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'Osaka', 'arial', Arial, sans-serif;
}

a.nolink{
  pointer-events: none ;
}

/***********************************************************
 * エレメンツ個別設定
 */
#container {
  display: flex;
}
#container #left_area {
  width: calc(80% - 230px);
}
#container #left_area .container {
  height: 100%;
  position: relative;
}
#container #left_area .container .header_nav {
  justify-content: space-between;
}
#container #left_area .container .header_nav .box {
  padding: 0 2em;
}
@media print, screen and (max-width: 1400px) {
  #container #left_area .container .header_nav .box {
    padding: 0 2.6vw;
  }
}
#container #left_area .container .main_area {
  text-align: center;
  flex: 1;
  height: 100%;
  /* background: url(img/pc_bg.png) no-repeat scroll left center/cover; */
}
@media print, screen and (max-width: 1820px) {
  #container #left_area .container .main_area {
    background-size: 100%;
  }
}
#container #left_area .container .main_area .main_inner.view_end{
  position: relative;
}
#container #left_area .container .main_area .main_inner.view_end:before{
  content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(./img/end.svg);
    background-size: 70% auto;
    z-index: 3;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
}

#container #left_area .container .main_area .main_inner {
  height: 100%;
}
@media print, screen and (max-width: 1920px) {

}
#container #left_area .container .main_area .text_block {
  height: 100%;
  /*background: url(img/mv_chara_pc.png) no-repeat scroll right bottom/auto auto transparent;*/
  position: relative;
}
@media all and (max-height:925px){
  #container #left_area .container .main_area .text_block{
    /*background:url(img/mv_chara_pc.png) no-repeat scroll right bottom/36vh transparent;*/
  }
}
@media print, screen and (max-width: 1920px) {
  #container #left_area .container .main_area .text_block {
    /*background: url(img/mv_chara_pc.png) no-repeat scroll right bottom/23vw transparent;*/
  }
}
@media print, screen and (min-width: 1921px) {
  #container #left_area .container .main_area .text_block {
    /*background: url(img/mv_chara_pc.png) no-repeat scroll right bottom/23vw transparent;*/
  }
}
@media all and (max-height:850px){
  #container #left_area .container .main_area .text_block .text_wrap .header_text{
    height: calc(90% / 2 + 3%);
  }
  #container #left_area .container .main_area .text_block .date_mark{
    height: 35%;
  }
  #container #left_area .container .main_area .text_block .date_mark img{
    height: 100%;
    width: auto !important;
  }
}

#container #left_area .container .main_area .char_block{
  background-image: url(img/mv_chara_pc.png);
  background-repeat:no-repeat;
  background-size: cover;
  position: absolute;
  /*border: 1px solid red;*/
  width: 30%;
  padding-top: 30%;
  bottom: 0;
  right: 0;
   /*no-repeat scroll right bottom/23vw transparent;*/

}

#container #left_area .container .main_area .text_block .text_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#container #left_area .container .main_area .text_block .text_wrap .header_text {
  position: relative;
  padding: 0 calc(23vw - 6em);
  /* padding: 0 calc(24vw - 6em) 2em; */
}
#container #left_area .container .main_area .text_block .text_wrap .header_text img {
  height: 100%;
  object-fit: contain;
}
#container #left_area .container .main_area .text_block .text_wrap .header_text.text01 {
  height: calc(100% / 2 - 3%);
}
#container #left_area .container .main_area .text_block .text_wrap .header_text.text01 img {
  position: relative;
  top: -40px;
  object-position: bottom;
}
#container #left_area .container .main_area .text_block .text_wrap .header_text.text02 {
  height: calc(90% / 2 + 3%);
  padding: 0 calc(18vw - 6em) 2em;
  /* padding: 0 calc(37vw - 6em) 0 calc(10vw - 6em); */
}
#container #left_area .container .main_area .text_block .text_wrap .header_text.text02 img {
  object-position: top;
}
#container #left_area .container .main_area .text_block .date_mark {
  position: absolute;
  right: 3vw;
  top: -2em;
}
@media print, screen and (max-width: 1700px) {
  #container #left_area .container .main_area .text_block .date_mark {
    top: -2vw;
  }
  #container #left_area .container .main_area .text_block .date_mark img {
    width: 11.4vw;
  }
}



#container #left_area .container .footer_nav {
  /* background: url(img/bg_left_footer.png) no-repeat scroll -3em 1vw/auto auto var(--sub_color); */
  background: var(--sub_color);
}
#container #left_area .container .footer_nav .btn_block {
  height: 170px;
  display: flex;
  justify-content: center;
  padding: 1em 0.5em;
  gap: 3em;
  align-items: center;
}
#container #left_area .container .footer_nav .btn_block .entry_btn {
  text-align: center;
}
#container #left_area .container .footer_nav .btn_block .entry_btn p {
  margin-bottom: 0.5em;
}
#container #left_area .container .footer_nav .btn_block .entry_btn a {
  display: block;
  border-radius: 3em;
  border: 3px solid #000000;
  text-align: center;
  padding: 0.3em 1em;
  font-size: 25px;
  color: #ffffff;
  width: 20em;
}
#container #left_area .container .footer_nav .btn_block .entry_btn a .big {
  font-size: 150%;
}
#container #left_area .container .footer_nav .btn_block .entry_btn a .inner {
  display: block;
}
#container #left_area .container .footer_nav .btn_block .entry_btn a.red {
  background: var(--btn_red);
}
#container #left_area .container .footer_nav .btn_block .entry_btn a.blue {
  background: var(--btn_blue);
}
@media print, screen and (max-width: 1920px) {
  #container #left_area .container .footer_nav .btn_block .entry_btn a {
    font-size: 1.1vw;
  }
}
@media print, screen and (max-width: 1400px) {
  #container #left_area .container .footer_nav .btn_block {
    gap: 3vw;
    padding: 1em 1vw;
  }
  #container #left_area .container .footer_nav .btn_block .entry_btn p {
    font-size: 1.3vw;
  }
  #container #left_area .container .footer_nav .btn_block .entry_btn a {
    padding: 0.3em 1em;
    font-size: 1.4vw;
    width: 26vw;
  }
}
@media print, screen and (max-width: 1280px) {
  #container #left_area .container .footer_nav .btn_block {
    gap: initial;
  }
  #container #left_area .container .footer_nav .btn_block .entry_btn {
    width: calc(100% / 2);
    text-align: center;
    padding: 0.4vw 1vw;
  }
  #container #left_area .container .footer_nav .btn_block .entry_btn p {
    font-size: 1.0vw;
  }
  #container #left_area .container .footer_nav .btn_block .entry_btn a {
    padding: 0.4vw 1vw;
    display: inline-block;
    width: 100%;
    font-size: 1.2vw;
  }
}
@media print, screen and (max-width: 1280px) and (max-width: 960px) {
  #container #left_area .container .footer_nav .btn_block .entry_btn a {
    height: 6em;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  #container #left_area .container .footer_nav .btn_block .entry_btn a .inner .sp_br {
    display: block;
  }
}

#container #right_area.view_end .container{
  position: relative;
}
#container #right_area.view_end .container:before{
  content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
}

#container #right_area {
  width: calc(20% - 230px);
}
#container #right_area .header_nav {
  position: relative;
  overflow-x: clip;
}
#container #right_area .header_nav .sakura_img {
  position: absolute;
  right: -50px;
  top: 100px;
  margin-left: 10px;
}
#container #right_area .footer_nav {
  position: relative;
  overflow-x: clip;
}
#container #right_area .footer_nav .sakura_img {
  position: absolute;
  right: -50px;
  bottom: 90px;
  margin-left: 10px;
}
#container .side_area {
  /* background: var(--main_color); */
  background: url(img/pc_bg.png) no-repeat scroll left center/cover;
  position: sticky;
  top: 0;
  height: 100vh;
}
#container #right_area.side_area{
  background: url(img/pc_bg.png) no-repeat scroll right center/cover;
}
#container .side_area .container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#container .side_area .container .header_nav {
  background: #ffffff;
  height: 160px;
  padding: calc((160px - 87px) / 2) 0;
  display: flex;
  width: 100%;
  align-items: center;
}
#container .side_area .container .footer_nav {
  width: 100%;
  background: var(--sub_color);
  height: 170px;
}

#header {
  text-align: center;
  background: url(img/bg_header.png) no-repeat scroll center top/cover;
}

#header p {
  padding: 0 30px;
}

#header .header_chara_img {
  padding: 0 20px;
}

#header .taisho_block {
  position: relative;
}
#header .taisho_block .title {
  position: relative;
  text-align: center;
  top: 1em;
}
#header .taisho_block .title span {
  display: inline-block;
  background: #00005f;
  color: #ffffff;
  border-radius: 2em;
  padding: 0.2em 4em;
}
#header .taisho_block .text .text_wrap {
  background: #fff;
  display: inline-block;
  padding: 1.7em 1em 1.7em;
  border: 3px solid #00005f;
  border-radius: 2.5em;
  box-shadow: 6px 6px 0 rgba(200, 200, 200, 0.5);
  font-size: 80%;
  max-width: 380px;
  text-align: left;
}

#header .date_block {
  position: relative;
  margin-bottom: 40px;
}
#header .date_block .title {
  position: relative;
  text-align: center;
  top: 1em;
}
#header .date_block .title span {
  display: inline-block;
  background: #00005f;
  color: #ffffff;
  border-radius: 2em;
  padding: 0.2em 4em;
}
#header .date_block .date {
  text-align: center;
  color: #ffff00;
  margin: auto;
  max-width: 380px;
}
#header .date_block .date .date_wrap {
  background: #007ff4;
  display: inline-block;
  padding: 1.5em 1em 1.2em;
  border: 3px solid #00005f;
  border-radius: 1.9em;
  box-shadow: 6px 6px 0 rgba(200, 200, 200, 0.5);
}
#header .date_block .date big {
  font-size: 210%;
  margin-left: 0.2em;
}
#header .date_block .date .mid {
  vertical-align: middle;
}
#header .date_block .date .week01 {
  margin-left: -18px;
}
#header .date_block .date .week03 {
  letter-spacing: -18px;
}


main header.view_end{
  position: relative;
}
main header.view_end:before{
  content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(./img/end.svg);
    background-size: 90% auto;

    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
}

#nav {
  display: none;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 20;
}
#nav .logo_block {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 10px;
}
#nav .logo_block .nav_box {
  text-align: center;
  position: relative;
}
#nav .logo_block .nav_box .menu_btn {
  position: relative;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: var(--btn_red);
  border-radius: 12px;
  transition: 0.3s;
}
#nav .logo_block .nav_box .menu_btn:hover {
  opacity: 0.7;
}
#nav .logo_block .nav_box .menu_btn span,
#nav .logo_block .nav_box .menu_btn span:before,
#nav .logo_block .nav_box .menu_btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
#nav .logo_block .nav_box .menu_btn span:before {
  bottom: 8px;
}
#nav .logo_block .nav_box .menu_btn span:after {
  top: 8px;
}

#contents {
  max-width: 460px;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  z-index: 13;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#footer address {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  font-style: normal;
}

.js-btn {
    display: none;
    justify-content: center;
    gap: 0.5em;
    position: sticky;
    bottom: 0;
    padding-bottom: 1em;
    z-index: 12;
}

#sp_footer_entry {
  display: none;
  justify-content: center;
  gap: 0.5em;
  position: sticky;
  bottom: 0;
  padding-bottom: 1em;
  z-index: 12;
}
#sp_footer_entry .btn_box {
  width: calc(100% / 2 - 1em);
  text-align: center;
  border: 3px solid #000000;
  border-radius: 12px;
  box-shadow: 6px 6px 0 rgba(100, 100, 100, 0.3);
  height: 6em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sp_footer_entry .btn_box a {
  display: block;
  color: #ffffff;
}
#sp_footer_entry .btn_box.box_left {
  background: var(--btn_blue);
}
#sp_footer_entry .btn_box.box_right {
  background: var(--btn_red);
}
#sp_footer_entry .btn_box span {
  display: block;
}
#sp_footer_entry .btn_box .up_row {
  font-size: 12px;
}
#sp_footer_entry .btn_box .down_row {
  font-size: 12px;
  margin-top: 0.5em;
}

#sp_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: none;
  justify-content: center;
}
#sp_nav .sp_nav_wrap {
  max-width: 460px;
  width: 100%;
  background-image: url(img/nav_bk.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: top;
  background-size: cover;
}
#sp_nav .close_block {
  padding: 20px 10px;
  display: flex;
  justify-content: end;
}
#sp_nav .close_block .close_btn {
  position: relative;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: var(--btn_red);
  border-radius: 12px;
  transition: 0.3s;
}
#sp_nav .close_block .close_btn:hover {
  opacity: 0.7;
}
#sp_nav .close_block .close_btn span,
#sp_nav .close_block .close_btn span:before,
#sp_nav .close_block .close_btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
#sp_nav .close_block .close_btn span {
  background-color: rgba(255, 255, 255, 0);
}
#sp_nav .close_block .close_btn span:before {
  bottom: 0;
  transform: rotate(45deg);
}
#sp_nav .close_block .close_btn span:after {
  top: 0;
  transform: rotate(-45deg);
}
#sp_nav .logo_block {
  display: flex;
  justify-content: center;
  gap: 1em;
  padding: 1em 0;
  background: #ffffff;
}
#sp_nav .link_wrap {
  padding-bottom: 2em;
}
#sp_nav .link_wrap .link_list {
  padding: 3em;
}
#sp_nav .link_wrap .link_list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
#sp_nav .link_wrap .entry_block {
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
#sp_nav .link_wrap .entry_block .btn_box {
  width: calc(100% / 2 - 1em);
  text-align: center;
  border: 3px solid #000000;
  border-radius: 12px;
  box-shadow: 6px 6px 0 rgba(100, 100, 100, 0.3);
  height: 6em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sp_nav .link_wrap .entry_block .btn_box a {
  padding: 0.5em;
  display: block;
  color: #ffffff;
  position: relative;
}

/*#sp_nav .link_wrap .entry_block .btn_box a::after {
  display: block;
  content: "";
  background: url(img/arrow_right_white.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}*/

#sp_nav .link_wrap .entry_block .btn_box.box_left {
  background: var(--btn_blue);
}
#sp_nav .link_wrap .entry_block .btn_box.box_right {
  background: var(--btn_red);
}
#sp_nav .link_wrap .entry_block .btn_box span {
  display: block;
}
#sp_nav .link_wrap .entry_block .btn_box .up_row {
  font-size: 12px;
}
#sp_nav .link_wrap .entry_block .btn_box .down_row {
  font-size: 12px;
  margin-top: 0.5em;
}

.entry_btn_block {
  text-align: center;
  padding: 2em 0;
}
.entry_btn_block .bottom_text {
  font-size: 18px;
}
.entry_btn_block .bottom_text a {
  text-decoration: underline;
  color: blue;
}
.entry_btn_block.view_end{
  position: relative;
}
.entry_btn_block.view_end:before{
  content: "本キャンペーンは終了しました";
  color: white;
  display: block;
  padding: .5em;
  background-color: #fe4ea6;
  text-align: center;
  font-size: 130%;
  position: absolute;
  z-index: 2;
  top: -1.5em;
  left: 5%;
  width: 90%;
}
@media print, screen and (max-width: 460px) {
  .entry_btn_block.view_end:before{
  font-size:110%;
  }
}


/***********************************************************
 * タグ別設定
 */
a {
  text-decoration: none;
  color: #000000;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

p {
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.marker_line {
  background: linear-gradient(transparent 60%, #ffff00 40%);
}

.btn_block {
  padding: 0 2.4em;
}
.btn_block .btn {
  display: block;
  border-radius: 3em;
  border: 3px solid #000000;
  text-align: center;
  padding: 1em 0.6em;
  font-size: 21px;
}
.btn_block .btn.row2 {
  line-height: 1;
  padding: 0.7em 0.6em;
}
.btn_block .btn.red {
  background: var(--btn_red);
  color: #00005f;
}
.btn_block .btn.blue {
  background: var(--btn_blue);
  color: #ffffff;
}
.btn_block .btn.yellow {
  background: var(--btn_yellow);
  color: #00005f;
}

/***********************************************************
 * 階層別設定
 */
/*==================== メインページ ====================*/
/*==================== サブページ ====================*/
/***********************************************************
 * アーティクル個別設定
 */
/*==================== キャンペーン概要 ====================*/
#overview {
  text-align: center;
}
#overview .bg01 {
  background: url(img/bg_overview01.png) no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 80px 0 40px;
  margin-top: -70px;
}

#overview .overview_text {
  font-size: 24px;
  line-height: 1.8;
}
#overview .overview_text .text {
  display: block;
}
#overview .overview_text .text.bg_star {
  background: url(img/bg_star.png) no-repeat scroll center center transparent;
}
#overview .overview_text span {
  display: inline-block;
  margin-bottom: 0.5em;
}
#overview .overview_text span.marker_line {
  display: inline;
}
#overview .overview_text span big {
  font-size: 200%;
}
#overview .overview_flow {
  padding: 0 2em;
}
#overview .overview_flow .img {
  text-align: center;
  margin-bottom: 2em;
  position: relative;
}
#overview .overview_flow .img:first-child::after {
  content: "";
  background: url(img/overview_flow_arrow.png) no-repeat scroll center center/cover transparent;
  width: 39px;
  height: 18px;
  position: absolute;
  left: calc(50% - 18px);
  bottom: -28px;
}
#overview .overview_flow .img:last-child {
  margin-bottom: 1em;
}
#overview .caution_block {
  margin-bottom: 4em;
  padding: 0 3em;
  font-size: 12px;
}
#overview .caution_block p {
  display: flex;
}
#overview .caution_block p span {
  text-align: left;
}
#overview h2 {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 26px;
}
#overview .detail_block {
  text-align: left;
  padding: 2.5em;
  background: url(img/bg_overview02.png) no-repeat;
  background-size: cover;
  background-position: center top;
}
#overview .detail_block section {
  margin-bottom: 0.5em;
}
#overview .detail_block h3 {
  font-size: 14px;
  color: #ffffff;
  position: relative;
}
#overview .detail_block h3 span {
  display: inline-block;
  background: #00c8e6;
  border: 3px solid #000;
  border-radius: 8px;
  padding: 0.2em;
  width: 13em;
  text-align: center;
  position: relative;
  left: -1em;
  top: 1em;
}
#overview .detail_block .text {
  border: 3px solid #000;
  border-radius: 16px;
  padding: 1em 1em 0.7em;
  background-color: #fff;
}
#overview .detail_block .text.f12 {
  font-size: 12px;
  padding: 1.7em 1em 1.2em;
  letter-spacing: -0.1em;
}
#overview .detail_block .text p {
  display: flex;
}
#overview .detail_block .text p.center {
  justify-content: center;
}

#overview .detail_block .text .big {
  font-size: 20px;
}

#overview .detail_block.view_end{
  position: relative;
  margin:0;
}
#overview .detail_block.view_end section:last-child{
  margin-bottom: 0;
  padding-bottom: 3em;
}
#overview .detail_block.view_end h2{
  text-align: center;
  padding-top: 3em;
}

#overview .detail_block.view_end:before{
  content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(./img/end.svg);
    background-size: 90% auto;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

/*==================== 必要な情報 ====================*/
#procedure {
  background: url(img/bg_overview03.png) no-repeat;
  background-size: cover;
  padding: 2.5em 0 1em;
}
#procedure h2 {
  text-align: center;
  margin-bottom: 1.5em;
}
#procedure .list_wrap {
  padding: 0 1em;
}
#procedure .list_wrap ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 12px;
  border: 3px solid #000000;
  padding: 1em 1.5em;
  gap: 1rem 0;
  margin-bottom: 1em;
}
#procedure .list_wrap ul li {
  font-size: 22px;
}
#procedure .list_wrap ul li:before {
  content: "";
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.5em;
}
#procedure .list_wrap ul li.name:before {
  background: url(img/procedure_icon_01.png) no-repeat scroll center center/contain transparent;
}
#procedure .list_wrap ul li.tel:before {
  background: url(img/procedure_icon_02.png) no-repeat scroll center center/contain transparent;
}
#procedure .list_wrap ul li.mail:before {
  background: url(img/procedure_icon_03.png) no-repeat scroll center center/contain transparent;
}
#procedure .list_wrap ul li.address:before {
  background: url(img/procedure_icon_04.png) no-repeat scroll center center/contain transparent;
}

#procedure .list_wrap.view_end{

}
#procedure .list_wrap.view_end:after{
  content: "本キャンペーンは終了しました";
  color: white;
  display: block;
  padding: .5em;
  background-color: #fe4ea6;
  text-align: center;
  font-size: 130%;

}
#procedure .bottom_text {
  text-align: center;
}
@media print, screen and (max-width: 460px) {
  #procedure .list_wrap.view_end:after{
  font-size:110%;
  }
}

/*==================== 簡単3ステップ ====================*/
#step {
}
#step h2 {
  text-align: center;
  padding: 1em 0 1.5em;
  background: var(--main_color);
}
#step .step_box {
  position: relative;
  display: inline-block;
  font-size: 18px;
  background: #ffffff;
  border: solid 3px #000;
  border-radius: 22px;
  text-align: center;
  padding: 2em 1em;
}
#step .step_box.fukidashi {
  width: 100%;
  box-sizing: border-box;
}
#step .step_box.fukidashi:before {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  margin-left: -16px;
  border: 23px solid transparent;
  border-top: 23px solid #ffffff;
  z-index: 2;
}
#step .step_box.fukidashi:after {
  content: "";
  position: absolute;
  bottom: -49px;
  left: 50%;
  margin-left: -17px;
  border: 24px solid transparent;
  border-top: 24px solid #000;
  z-index: 1;
}
#step .step_box h3 {
  position: absolute;
  left: -1.2em;
  top: -1.2em;
  background: var(--main_color);
  padding: 0 0.5em 0.2em;
  line-height: 1;
  border: 3px solid #000000;
  border-radius: 12px;
}
#step .step_box h3 big {
  font-size: 180%;
  vertical-align: sub;
}
#step .step_box .lead {
  font-size: 26px;
}
#step .section_wrap {
  padding: 4em 0 0;
  background: url(img/bg_overview04.png) no-repeat;
  background-size: cover;
  background-position: 0px -140px;
}
#step section {
  text-align: center;
  margin-bottom: 2.5em;
  padding: 0 2.5em;
}
#step .step01 {
}
#step .step02 {
  position: relative;
}
#step .step02 .bg_text {
  background: #9DEBFF;
  display: inline-block;
  padding: 0 0.2em;
  margin: 0.3em 0;
}
#step .step03 {
  position: relative;
  padding-bottom: 3em;
  margin-bottom: 0;
}
#step .step03 .step_box {
  z-index: 11;
  width: 100%;
}
#step .step03 .bg_blue {
  z-index: 10;
  position: absolute;
  background: var(--main_color);
  width: 100%;
  height: 7em;
  bottom: 0;
  left: 0;
}
#step .btn_container {
  text-align: center;
  background: var(--main_color);
  padding: 1.5em 0 1em;
}
#step .btn_container p {
  margin-bottom: 1em;
}
#step .btn_container .btn_block {
  margin-bottom: 2em;
}

/*==================== キャンペーン規約 ====================*/
#rule {
  padding: 2em;
  background: #f2f2f2;
}
#rule h2 {
  text-align: center;
  margin-bottom: 2em;
}
#rule .detail {
  border: 3px solid #000000;
  padding: 1em;
  background: #ffffff;
  border-radius: 12px;
  overflow-y: scroll;
  max-height: 50vh;
  margin-bottom: 2em;
}
#rule .detail dl {
  margin-bottom: 2em;
}
#rule .detail dl dt {
  font-size: 14px;
  margin-bottom: 0.5em;
}
#rule .detail dl dd {
  margin-bottom: 2em;
  font-size: 13px;
}
#rule .detail dl dd p {
  line-height: 1.7;
}
#rule .detail dl dd ul {
  margin-left: 1em;
}
#rule .detail dl dd ul li {
  margin-bottom: 0.5em;
}
#rule .detail .close {
  font-size: 14px;
}

/*==================== ページ ====================*/
/*#####################################################################

	2.小型ノートPC版 （max-width:1280px）

 #####################################################################*/
@media print, screen and (max-width: 1280px) {
  /***********************************************************
   * レイアウト基本構成
   */
  /***********************************************************
   * エレメンツ個別設定
   */
  #container #left_area {
    width: calc(100% - 460px);
  }
  #container #right_area {
    display: none;
  }

  /***********************************************************
   * タグ別設定
   */
  /***********************************************************
   * 階層別設定
   */
  /*==================== メインページ ====================*/
  /*==================== サブページ ====================*/
  /***********************************************************
   * ページ個別設定
   */
  /*==================== トップページ ====================*/
  /*==================== ページ ====================*/
  /************************************************************
   * 表示・非表示設定
   */
  .sp {
    display: none;
  }
}
/*#####################################################################

	3.大型タブレット版 （max-width:960px）

 #####################################################################*/
@media print, screen and (max-width: 960px) {
  /***********************************************************
   * レイアウト基本構成
   */
  /***********************************************************
   * エレメンツ個別設定
   */
  /*==================== ヘッダー ====================*/
  /*==================== ナビゲーション ====================*/
  /*==================== サイドバー ====================*/
  /*==================== フッター ====================*/
  /***********************************************************
   * タグ別設定
   */
  /***********************************************************
   * 階層別設定
   */
  /*==================== メインページ ====================*/
  /*==================== サブページ ====================*/
  /***********************************************************
   * ページ個別設定
   */
  /*==================== トップページ ====================*/
  /*==================== ページ ====================*/
  /************************************************************
   * 表示・非表示設定
   */
  .tb {
    display: none;
  }
}
/*#####################################################################

	4.主にタブレット版 （max-width:768px）
	※スマホに継承させないものは、個別に640以下のスタイルに設定

 #####################################################################*/
@media print, screen and (max-width: 768px) {
  /***********************************************************
   * レイアウト基本構成
   */
  body.freeze {
    height: 100vh;
    overflow: hidden;
  }

  /***********************************************************
   * エレメンツ個別設定
   */
  #container {
    background: var(--main_color);
  }
  #container #left_area {
    display: none;
  }
  #container #right_area {
    display: none;
  }

  /*==================== ヘッダー ====================*/
  /*==================== ナビゲーション ====================*/
  #nav {
    display: block;
  }

  /*==================== サイドバー ====================*/
  /*==================== フッター ====================*/
  #sp_footer_entry {
    display: flex;
  }

  /*==================== スマホ用ナビ ====================*/
  #sp_nav {
    display: flex;
  }

  /***********************************************************
   * タグ別設定
   */
  /***********************************************************
   * 階層別設定
   */
  /*==================== メインページ ====================*/
  /*==================== サブページ ====================*/
  /************************************************************
   * 表示・非表示設定
   */
  .pc {
    display: none;
  }
}
/*#####################################################################

	5.主にスマホ版 （max-width:460px）

 #####################################################################*/
@media print, screen and (max-width: 460px) {
  /***********************************************************
   * レイアウト基本構成
   */
  html {
    font-size: clamp(1rem, 0.406rem + 2.5vw, 1.125rem);
  }

  /***********************************************************
   * エレメンツ個別設定
   */
  /*==================== ヘッダー ====================*/
  #header{
    background-position: center;
  }
  #header img{
    max-height: 25vh;
  }
  #header .taisho_block .text .text_wrap {
    max-width: 340px;
  }
  #header .date_block .date {
    max-width: 340px;
  }

  /*==================== ナビゲーション ====================*/
  /*==================== サイドバー ====================*/
  /*==================== フッター ====================*/
  #sp_footer_entry .btn_box a {
    padding: 2vw 1.5vw;
  }
  #sp_footer_entry .btn_box .up_row {
    font-size: 2.5vw;
  }
  #sp_footer_entry .btn_box .down_row {
    font-size: 2.6vw;
  }
  #sp_footer_entry .btn_box .main_row {
    font-size: 4vw;
  }

  #sp_nav .link_wrap .link_list {
    padding: 11.7vw;
  }
  #sp_nav .link_wrap .link_list ul {
    gap: 8vw;
  }
  #sp_nav .link_wrap .link_list ul li img {
    width: 56.4vw;
  }
  #sp_nav .link_wrap .entry_block .btn_box a {
    padding: 2vw 1.5vw;
  }
  #sp_nav .link_wrap .entry_block .btn_box .up_row {
    font-size: 2.5vw;
  }
  #sp_nav .link_wrap .entry_block .btn_box .down_row {
    font-size: 2.6vw;
  }
  #sp_nav .link_wrap .entry_block .btn_box .main_row {
    font-size: 4vw;
  }

  /***********************************************************
   * タグ別設定
   */
  .btn_block {
    padding: 0 9vw;
  }
  .btn_block .btn {
    font-size: 4.65vw;
  }

  /***********************************************************
   * 階層別設定
   */
  /*==================== メインページ ====================*/
  /*==================== サブページ ====================*/
  /***********************************************************
   * アーティクル個別設定
   */
  /*==================== キャンペーン概要 ====================*/
  #overview h2 {
    font-size: 1.45rem;
  }
  #overview .overview_text {
    font-size: 5.2vw;
  }
  #overview .detail_block {
    padding: 2.5rem;
  }
  #overview .detail_block h3 {
    font-size: 0.79rem;
  }
  #overview .detail_block .text {
    padding: 1rem 1rem 0.7rem;
  }
  #overview .detail_block .text.f12 {
    font-size: 0.68rem;
    padding: 1.3rem 0.5rem 0.6rem;
  }

  /*==================== 必要な情報 ====================*/
  #procedure h2 {
    font-size: 1.5rem;
  }
  #procedure .list_wrap {
    padding: 0 5vw;
  }
  #procedure .list_wrap ul {
    padding: 1em 5vw;
  }
  #procedure .list_wrap ul li {
    font-size: 4.8vw;
  }

  /*==================== 簡単3ステップ ====================*/
  #step .step_box .lead {
    font-size: 5.6vw;
  }
  #step .step_title .text_wrap {
    font-size: 3.5vw;
  }
  #step .btn_container p {
    font-size: 3.9vw;
  }

  /*==================== キャンペーン規約 ====================*/
  #rule {
    padding: 2rem 8vw;
  }
  #rule h2 {
    font-size: 5.9vw;
  }
  #rule .detail section h3 {
    font-size: 0.9rem;
  }
  #rule .detail section p {
    font-size: 0.72rem;
  }
}
/*#####################################################################

	PC、タブレット、SP共通設定

 #####################################################################*/
/***********************************************************
 * 付加クラスタ
 * 必要に応じて追加
 */
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

/*# sourceMappingURL=style.css.map */
