@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
/*   Today Font   */
@font-face {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-style: normal;
}

body {
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #333;
}


h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 28px;
    line-height: 1.6;
}

p {
	margin: 0 0 10px;
  color: #333;
}


a:hover, a:active {
  text-decoration: underline;
}

img {
  max-width: 100%;
}


.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

@media only screen and (max-width: 767px) {
    
  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }
  
}


.bold{
  font-weight: 700;
}

.pink{
  color: #DD0088 !important;
}

.navy{
  color: #202B46 !important;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.text-center {text-align: center;}

/*************************
******* header ******
**************************/
header {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: auto;
  padding: 0;
  box-sizing: border-box;
  background-color: #FFF;
  border-bottom: 1px solid #d8d5d3;
}

#header{
  width: 100%;
  display: block;
  z-index: 200;
  position:sticky;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  height: auto;
  border-bottom: 1px solid #ccc;
}

.header_wrapper{
  display: flex;
  align-content: center;
  align-items: center;
  width: 90%;
  margin: 15px auto;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.logo img {
  width: 120px;
}

.insta_link{
  color: #fff;
  background-color: #DD0088;
  border-color: #DD0088;
  border-radius: 50px;
  width: 100%;
  display: block;
  padding: 10px 30px;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
}

.insta_link img{
  display: inline-block;
  margin: 0 10px 0 0;
  max-width:20px;
}

.insta_link:focus, .insta_link:hover {
  opacity:0.7;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 767px)  {
  .header_wrapper {
    width: 95%;
    margin: 15px auto;
  }
  .logo img {
    width: 120px;
  }
  .insta_link{
    padding: 10px;
    font-size: 1.5rem;
  }
}

/*************************
*******MainVisual******
**************************/

.top-hero{
  margin: 0 auto;
  text-align: center;
  background-image: url(../images/main.webp);
  width: 100%;
  min-height: 460px;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 33%;
}

/* .top-hero::before{
  content: "";
  position: absolute;
  border-top: 100px solid rgba(0, 176, 185, 1);
  border-right: 100px solid transparent;
  box-sizing: border-box;
  z-index: 50;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.top-hero::after{
  content: "";
  position: absolute;
  border-bottom: 100px solid rgba(0, 176, 185, 1);
  border-left: 100px solid transparent;
  box-sizing: border-box;
  z-index: 50;
  bottom: 0;
  right: 0;
  mix-blend-mode: multiply;
} */

.hero_wrapper{
  margin: 0 auto;
  text-align: center;
  width: 630px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero_text1{
  background: rgba(255, 255, 255, 0.95);
  width: 570px;
  margin: 0 auto;
  padding: 30px 10px;
}

.hero_corp{
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 600;
  color: #202B46;
}

.hero_head{
  margin: 20px auto 0;
  font-size: 3.2rem;
  font-weight: 600;
  color: #202B46;
}

.hero_text2{
  background: rgba(255, 255, 255, 0.95);
  width: 570px;
  margin: 0 auto;
  padding: 20px 10px 30px;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 600;
  color: #202B46;
  line-height: 1.5;
}

.hero_text2_colomn{  
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.hero_ribbon {
  position: relative;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  background: #202B46;
  color: #fff;
  width: 100%;
  font-size: 2.5rem;
  font-weight: 500;
}

.hero_ribbon:before,
.hero_ribbon:after {
  position: absolute;
  content: '';
}

.hero_ribbon:before {
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 15px solid #00B0B9;
  border-left: 30px solid transparent;
}

.hero_ribbon:after {
  right: 0;
  bottom: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid #00B0B9;
  border-right: 30px solid transparent;
}

.hero_image1{
  max-width: 40px;
}

.hero_image2{
  max-width: 50px;
}

.top_section{
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  background-color: #202B46;
  padding: 15px;
  width: 100%;
  margin: 0 auto;
}

.section_inner{
  max-width: 1000px;
  margin: 0 auto;
}

.section_lead{
  font-size: 1.8rem;
  display: inline-block;
  margin: 0 10px 0 0;
}

.top_section .section_num{
  font-size: 3rem;
  font-weight: 700;
}

.top_section .space{
  letter-spacing: -2px;
}


@media only screen and (max-width: 767px)  {

  .top-hero{
    width: 100%;
    margin: 0 auto; 
    text-align: center; 
    background-image: url(../images/main_sp.webp);
    width: 100%; 
    height: 500px; 
    background-size: cover; 
    background-position: center;
    position: relative;
    padding: 0;
  }

  /* .top-hero::before{
    content: "";
    position: absolute;
    border-top: 70px solid rgba(0, 176, 185, 1);
    border-right: 90px solid transparent;
    box-sizing: border-box;
    z-index: 50;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
  }
  
  .top-hero::after{
    content: "";
    position: absolute;
    border-bottom: 70px solid rgba(0, 176, 185, 1);
    border-left: 90px solid transparent;
    box-sizing: border-box;
    z-index: 50;
    bottom: 0;
    right: 0;
    mix-blend-mode: multiply;
  }  */

  .hero_wrapper{
    margin: 0 auto;
    text-align: center;
    width: 94%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
  }
  
  .hero_text1{
    background: rgba(255, 255, 255, 0.95);
    width: 88%;
    margin: 0 auto;
    padding: 20px 10px;
  }
  
  .hero_corp{
    margin: 0 auto;
    font-size: 1.7rem;
    font-weight: 600;
    color: #202B46;
  }
  
  .hero_head{
    margin: 10px auto 0;
    font-size: 3rem;
    font-weight: 600;
    color: #202B46;
    line-height: 1.3;
  }
  
  .hero_text2{
    background: rgba(255, 255, 255, 0.95);
    width: 88%;
    margin: 0 auto;
    padding: 20px 10px 20px;
    margin: 0 auto;
    font-size: 1.7rem;
    font-weight: 600;
    color: #202B46;
    line-height: 1.5;
  }

  .hero_text2_colomn{  
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .hero_ribbon {
    position: relative;
    margin: 0 auto;
    padding: 1.2rem 2rem;
    background: #202B46;
    color: #fff;
    width: 100%;
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1.3;
  }
  
  .hero_ribbon:before,
  .hero_ribbon:after {
    position: absolute;
    content: '';
  }
  
  .hero_ribbon:before {
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #00B0B9;
    border-left: 20px solid transparent;
  }
  
  .hero_ribbon:after {
    right: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #00B0B9;
    border-right: 20px solid transparent;
  }

  .top_section{
    font-size: 1.35rem;
    text-align: center;
    color: #fff;
    background-color: #202B46;
    padding: 15px 5px;
    width: 100%;
    margin: 0 auto;
  }
  
  .section_inner{
    max-width: 1000px;
    margin: 0 auto;
  }

  .section_lead{
    font-size: 1.5rem;
    display: block;
    margin: 0 0 5px 0;
  }

  .top_section .section_num{
    font-size: 2.1rem;
    font-weight: 700;
  }

  .top_section .space{
    letter-spacing: -2px;
  }

  .hero_image1{
    width: 15%;
    max-width: 50px;
  }

  .hero_image2{
    width: 20%;
    max-width: 60px;
  }
  
}



@media screen and (min-width: 768px) and (max-width: 1300px){
  .top-hero {
    margin: 0 auto;
    text-align: center;
    background-image: url(../images/main.webp);
    width: 100%;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-bottom: 33%;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1600px) {

  .hero_wrapper {
    margin: 0 auto;
    text-align: center;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .hero_text1 {
    background: rgba(255, 255, 255, 0.95);
    width: 94%;
    margin: 0 auto;
    padding: 4% 0 3%;
  }

  .hero_corp {
    margin: 0 auto;
    font-size: 200%;
    font-weight: 600;
    color: #202B46;
  }

  .hero_head {
    margin: 2% auto 0;
    font-size: 320%;
    font-weight: 600;
    color: #202B46;
  }

  .hero_ribbon {
    position: relative;
    margin: 0 auto;
    padding: 1.5% 0;
    background: #202B46;
    color: #fff;
    width: 100%;
    font-size: 230%;
    font-weight: 500;
  }

  .hero_text2 {
    background: rgba(255, 255, 255, 0.95);
    width: 94%;
    padding: 2% 0 4%;
    margin: 0 auto;
    font-size: 200%;
    font-weight: 600;
    color: #202B46;
    line-height: 1.6;
  }

  .hero_text2_colomn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 80%;
    gap: 20px;
  }

  .hero_image1 {
    max-width: 100px;
    width: 5%;
  }

  .hero_image2 {
    max-width: 130px;
    width: 6%;
  }


}

/*************************
*******container******
**************************/
.container_wrapper{
  width: 100%;
  padding: 50px 15px 70px;
  margin: 0 auto;
}

.bg01{
  background-color: #fff;
}

.bg02{
  background-color: #F5F1EB;
}

.bg03{
  background-color: #00B0B9;
}

.container_box{
  width: 100%;
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}

.head_title{
  color: #202B46;
  text-align: center;
  font-weight: 600;
  margin: 0 auto 30px;
  font-size: 3rem;
  line-height: 1.6;
}

.head_subtitle {
  color: #202B46;
  font-weight: 600;
  font-size: 2rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 30px;
  line-height: 1.6;
}

@media screen and (max-width: 767px){
  .container_wrapper{
    width: 100%;
    padding: 30px 15px 30px;
    margin: 0 auto;
  }

  .head_title{
    margin: 0 auto 15px;
    font-size: 2.5rem;
  }
  .head_subtitle {
    font-size: 1.8rem;
    padding: 0 0 15px;
  }
}


/*************************
******カ・ハク紹介*****
**************************/
.recommend{

}

.recommend .container_wrapper{
  width: 100%;
  padding: 30px 15px 0;
  margin: 0 auto;
}

.recommend_inner{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  gap: 40px;
  border-bottom: 1px solid #202B46;
}

.recommend_gallery{
    position: relative;
    width: 50%;
}

.kahaku_property{

}

.propertyImg{

}

.column{

}

.imgWrap{

}
.property_attention{
  position: absolute;
  bottom: 10px;
  line-height: 1.3;
  font-size: 1.3rem;
}

.recommend_text{
    width: 50%;
    font-size: 2rem;
    color: #202B46;
    line-height: 1.8;
}

.kahaku_property .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
}

@media screen and (max-width: 767px){

  .recommend_inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 20px;
    border-bottom: 1px solid #000;
    padding: 0 0 30px;
  }

  .recommend_gallery {
    position: relative;
    width: 95%;
    margin: 0 auto;
  }

  .recommend .bx-wrapper {
    max-width: 1000px !important;
  }

  .recommend_text {
    width: 100%;
    font-size: 1.5rem;
    color: #202B46;
    line-height: 1.8;
    text-align: center;
  }

  .property_attention {
    position: absolute;
    bottom: 15px;
    font-size: 1.1rem;
  }

}

/*************************
******応募テーマ*****
**************************/
.theme .container_wrapper{
  width: 100%;
  padding: 50px 15px 50px;
  margin: 0 auto;
}

.theme .head_subtitle {
  font-size: 2.5rem;
}

.theme_text{
  text-align: center;
  line-height: 1.8;
  font-size: 1.6rem;
  margin: 0;
}

@media screen and (max-width: 767px){

  .theme .container_wrapper{
    width: 100%;
    padding: 30px 15px 50px;
    margin: 0 auto;
  }

  .theme .head_subtitle {
    font-size: 2rem;
  }
}

/*************************
******アンカーリンク*****
**************************/

.anker_box{
  width: 100%;
  padding: 10px 15px 10px;
  margin: 0 auto;
}

.anker_list{
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.anker_list li{
  margin: 0;
  padding: 0;
  list-style: none;
}

.anker_list li a {
  display: block;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 2rem;
}

.anker_list li a::before {
  margin: 0;
  padding: 0;
  content: "▼";
}

@media screen and (max-width: 767px){
  .anker_list{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .anker_box{
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
  }

  .anker_list li a {
    padding: 5px 5px;
    font-size: 1.7rem;
  }

}


/*************************
*********商品一覧*********
**************************/

.prize_list{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}

.prize_block{

}

.prize_box{

}

.prize_head{
  background-color: #202B46;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 10px 15px;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.prize_headL{
  font-size: 1.8rem;
  font-weight: 600;
}

.prize_headR{

}

.prize_headR span{
  font-size: 2rem;
  font-weight: 500;
}


.prize_text{
  padding: 10px 10px 15px;
  background-color: #fff;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #202B46;
}

.prize_text--large{
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1.5;
  padding: 0 0 5px;
}

.prize_text--medium{
  font-weight: bold;
  font-size: 2rem;
  display: block;
}

.prize_text--small{
  font-weight: bold;
  font-size: 1.45rem;
  line-height: 1.5;
}

.prize_image{
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0;
}
.prize_image img{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
}

.postscript{
  font-size: 1.15rem;
}

.prize_comment{
  margin: 30px auto 0;
  border-top: 1px solid #202B46;
  padding: 30px 30px 0;
  color: #202B46;
}

.prize_comment dt{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

.prize_comment dd{
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
}




@media screen and (max-width: 767px){
  .prize_list{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
  }
  
  .prize_block{
  
  }
  
  .prize_box{
  
  }
  
  .prize_head{
    background-color: #202B46;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px 15px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  
  .prize_headL{
    font-size: 1.8rem;
    font-weight: 600;
  }
  
  .prize_headR{
  
  }
  
  .prize_headR span{
    font-size: 2rem;
    font-weight: 500;
  }
  
  
  .prize_text{
    padding: 10px 10px 15px;
    background-color: #fff;
    min-height: unset;
  }
  
  .prize_image{
  
  }
  .prize_image img{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
  }
  
  .postscript{
    font-size: 1.25rem;
  }

  .prize_comment{
    margin: 20px auto 0;
    border-top: 1px solid #202B46;
    padding: 20px 0 0;
    color: #202B46;
  }

  .prize_comment dt{
    
  }

  .prize_comment dd{
    
  }
  
}

@media screen and (min-width: 768px) and (max-width: 919px){

  .prize_text--large{
    font-weight: 800;
    font-size: 2.1rem;
    line-height: 1.5;
    padding: 0 0 5px;
  }

  .prize_text--medium{
    font-weight: bold;
    font-size: 1.5rem;
    display: block;
  }

  .prize_text--small{
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .prize_text--long{
    letter-spacing: -1px;
  }
}

@media screen and (min-width: 920px) and (max-width: 1010px){

  .prize_text--large{
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.5;
    padding: 0 0 5px;
  }

  .prize_text--medium{
    font-weight: bold;
    font-size: 1.5rem;
    display: block;
  }

  .prize_text--small{
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}




/*************************
*********応募方法*********
**************************/

.method_sub{
  background-color: #00B0B9;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  padding: 10px 0;
  text-align: center;
}

.method_list{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: stretch;
  justify-content: flex-start;
}

.method_block{
  width: calc(100% / 4);
  position: relative;
  margin-left: 0;
}

.method_blockML{
  margin-left: 15px;
}

.method_order{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 10px;
  min-height: 70px;
}

.method_num{
  width: 45px;
  height: 45px;
  padding-top: 10px;
  background-color: #202B46;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  display: inline-block;
  font-size: 2rem;
  color: #fff;
}

.method_head{
  font-size: 1.8rem;
  font-weight: 500;
  color: #606060;
}

.method_image{
  width: 100%;
  margin: 0 0 0;
}

.method_detail{
  font-size: 1.3rem;
  text-align: center;
  margin: 10px 0 0;
  color: #606060;
  padding-right: 0;
}

.method_detailPR{
  padding-right: 15px;
}

.method_detail--teal{
  color: #00B0B9;
  font-weight: bold;
  letter-spacing: -1.1px;
}

.method_arrow{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.method_arrow--first{
  padding: 0 0 60px 0;
  justify-content: center;
}

.method_arrow--notfirst{
  padding: 170px 0 0 0;
  justify-content: flex-start;
}

.method_arrow img{
  max-width: 25px;
}

.insta_link2{
  color: #fff;
  background-color: #DD0088;
  border-color: #DD0088;
  border-radius: 50px;
  width: 100%;
  display: block;
  padding: 15px 30px;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  max-width: 400px;
  margin: 50px auto 0;
}

.insta_link2:focus, .insta_link2:hover {
  opacity:0.7;
  text-decoration: none;
  color: #fff;
}

.insta_link2 img{
  display: inline-block;
  margin: 0 10px 0 0;
  max-width:30px;
}



@media screen and (max-width: 767px){

  .method_sub{
    background-color: #00B0B9;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    padding: 5px 0;
    text-align: center;
    margin: 0 -15px 20px;
  }

  .method_list{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0 0;
  }
  
  .method_block{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .method_order{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin: 0 0 10px;
    min-height: 66px;
  }
  
  .method_num{
    width: 30px;
    height: 30px;
    padding-top: 3px;
    background-color: #202B46;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    display: inline-block;
    font-size: 2rem;
    color: #fff;
  }
  
  .method_head{
    font-size: 1.4rem;
    font-weight: 600;
    color: #606060;
  }
  
  .method_image{
    width: 100%;
    margin: 0 0 0;
  }
  
  .method_detaillist{
    font-size: 1.1rem;
    margin: 20px 0 30px;
    padding: 0;
  }
  .method_detaillist:last-child{
    font-size: 1.1rem;
    margin: 20px 0 0;
  }
  .method_detaillist li{
    list-style: none;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.5rem;
    margin: 0;
    color: #606060;
  }
  
  .insta_link2{
    color: #fff;
    background-color: #DD0088;
    border-color: #DD0088;
    border-radius: 50px;
    width: 100%;
    display: block;
    padding: 15px 30px;
    text-align: center;
    font-weight: 500;
    font-size: 1.6rem;
    max-width: 400px;
    margin: 50px auto 0;
  }

  .method_arrow{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .method_arrow img{
    max-width: 20px;
  }
  
}

@media screen and (min-width: 768px) and (max-width: 1050px){

  .method_num {
    width: 30px;
    height: 30px;
    padding-top: 2px;
    border-radius: 50%;
    font-size: 1.8rem;
  }  
  
  .method_order{
    gap: 5px;
    margin: 0 0 10px;
    min-height: 66px;
  }

  .method_block {
    margin-left: 0;
  }

  .method_blockML{
    margin-left: 15px;
  }

  .method_head{
    font-size: 1.5rem;
  }

  .method_detail{
    font-size: 1.2rem;
    text-align: center;
    padding-right: 0;
  }

  .method_detailPR{
    padding-right: 15px;
  }
}

/*************************
******キャンペーン概要*****
**************************/

#summary { 
  margin: 0 0; 
}

.summary_block {
  background-color: #fff;
  margin: 0 auto;
  padding: 30px;
  overflow: hidden;
  line-height: 1.6;
  text-align: left;
  max-width: 1000px;
  border: 1px solid #707070;
}

.summary_list{}

.summary_list dt{
  color: #00B0B9;
  font-weight: 600;
  font-size: 1.8rem;
  border-top: 1px solid #606060;
  padding: 15px 0 5px;
}

.summary_list dd{
  padding: 0 0 15px;
  line-height: 1.6;
  font-size: 1.4rem;
}

.summary_list dd p{
  margin: 0;
}

.summary_list dd a{
  color: #202B46;
  text-decoration: underline;
}


.summary_list dd .summary_prize{
  margin: 0;
  padding:0;
}

.summary_list dd .summary_prize li{
  margin: 0;
  padding:0;
  font-size: 1.4rem;
  list-style: none;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.summary_list dd .summary_prize li::before{
  margin: 0;
  padding:0;
  content:"・";
}

.summary_list dd .summary_prize a{
  color: #202B46;
}

.summary_method  {
  margin: 0;
  padding: 0
}

.summary_method li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1em;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
}

.attention{}

.attention p{
  color: #000D14;
  font-weight: 600;
  font-size: 1.6rem;
  border-top: 1px solid #606060;
  padding: 15px 0 5px;
}

.attention ul{
  margin: 0;
  padding:0;
}

.attention li{
  margin: 0;
  padding:0;
  font-size: 1.3rem;
  list-style: none;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.attention li::before{
  margin: 0;
  padding:0;
  content:"・";
}

.cpn_dop{
  color: #202B46;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: underline;
}


@media screen and (max-width: 767px){
  #summary { 
    margin: 0 0; 
  }

  .summary_block {
    padding: 15px;
    max-width: unset;
    border: 1px solid #707070;
  }
  
  .summary_list{
    margin: 0;
  }
  
  .summary_list dt{
    font-size: 1.8rem;
    border-top: 1px solid #606060;
    padding: 15px 0 5px;
  }
  
  .summary_list dd{
    padding: 0 0 15px;
    font-size: 1.5rem;
  }

  .summary_method  {
    margin: 0;
    padding: 0
  }
  .summary_method li  {
    list-style: none;
    padding-left: 1.2em;
    text-indent: -1em;
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0;
  }
  
  .summary_list dd .summary_prize li{
    font-size: 1.5rem;
  }
  
  .summary_list dd .summary_prize li::before{
    margin: 0;
    padding:0;
    content:"・";
  }


  .summary_prizeS{
    font-size: 1.2rem;
  }
  
  .attention{}

  .attention p{
    font-size: 1.8rem;
    border-top: 1px solid #606060;
    padding: 10px 0 0;
    margin: 0 0 5px;
  }
  
  .attention ul{
    margin: 0;
    padding:0;
  }

  .attention li{
    margin: 0;
    padding:0;
    list-style: none;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
  }
  
  .attention li::before{
    margin: 0;
    padding:0;
    content:"・";
  }
  
  .cpn_dop{
    color: #202B46;
    font-weight: 600;
    font-size: 1.6rem;
  }
  
}


/*************************
*******Footer******
**************************/

#footer {
  color: #fff;
  padding-bottom: 48px;
  background: #202B46;
  max-width: none;
  width: 100%;
  padding:0;
}

#footer .container{
  max-width: 1000px;
  padding: 80px 15px;
  margin: 0 auto;
  width: 100%;
}

#footer .container p{
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 20px;
}

#footer .container p a{
  color: #fff;
}

#footer .container small {
  display: block;
  padding: 20px 0 0;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #FFF;
  text-align: left;
}

#footer .brandbar{
  margin: 0 auto 50px;
  text-align: center;
}

#footer .brandbar img{
  max-width: 100%;
  width: 100%;
}

#footer .legal-text{
  line-height: 20px;
  font-size: 1.3rem;
  margin: auto;
}

@media screen and (max-width: 767px){
  #footer .container {
    padding: 40px 15px;
  }

  #footer .brandbar {
    margin: 0 auto 30px;
  }
}

/*************************
******キャンペーン終了*****
**************************/

.end .theme .head_subtitle {
  font-size: 3rem;
}

.end .theme_text {
  text-align: center;
  line-height: 1.8;
  font-size: 2rem;
  margin: 0;
}

@media screen and (max-width: 767px){
  .end .theme .head_subtitle {
    font-size: 2.5rem;
  }
  
  .end .theme_text {
    text-align: center;
    line-height: 1.8;
    font-size: 2rem;
    margin: 0;
  }
}