@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------------

60th LPページ　2021.12.21

----------------------------------------------------------*/

#anniversary{
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
	margin:0 auto;
  line-height: 1.4;
  font-size:16px;
}

#campaign2023 .anniversary_modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
#campaign2023 .modal_bg{
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    position: absolute;
    width: 100%;
}
#campaign2023 .modal-content{
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  max-width: 960px;
  width: 650px;
  padding: 40px;
  font-size: 14px;
  line-height: 1.8;
  z-index: 120;
  transform: translate(-50%, -50%);
  margin: 20px 0;
  background-color: #fff;
  border-radius: 25px;
}

#campaign2023 .modal-content .tokuten_tit{
  border-bottom: 1px solid #A5A5A5;
  font-size: 18px;
  padding-bottom: 10px;
  margin: 10px 0;
  font-weight: 600;
}

#campaign2023 .modal-content .tokuten_text{
  font-size: 16px;
}

#campaign2023 .modal-content .tokuten_blue_bottle_coffee,
#campaign2023 .modal-content .tokuten_blue_bottle_coffee2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#campaign2023 .modal-content .tokuten_blue_bottle_coffee span{
  width: 48%;
  border-bottom: 1px solid #A5A5A5;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333;
}

#campaign2023 .modal-content .tokuten_blue_bottle_coffee2 span{
  width: 48%;
  color: #333;
  font-weight: normal;
  font-size: 16px;
}
#campaign2023 .modal-content h3{
    color: #90BA02;
    text-align: center;
    font-size: 2.20px;
    font-weight: bold;
    border-bottom: 1px solid #90BA02;
    margin-bottom: 40px;
    line-height: 1.4;
  padding-bottom: 10px;
}
#campaign2023 .modal-content h3 span{
    font-size: 30px;
}
#campaign2023 .modal-content p span,
#campaign2023 .modal-content ul li span{
    color: #90BA02;
    font-size: 1.7rem;
    font-weight: bold;
}
#campaign2023 .modal-content ul{
    margin-bottom: 20px;
}
#campaign2023 .modal-content ul li{
    margin-left: 1em;
    text-indent: -1em;
}
#campaign2023 .modal-content a{
    position: absolute;
    top: 25px;
    right: 50px;
    display: block;
    border: none;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
}
#campaign2023 .modal-content ul li a{
    position: initial;
    text-align: left;
    line-height: initial;
    cursor: initial;
    width: auto;
    height: auto;
    border-radius: initial;
    font-size: 1.5rem;
    font-weight: normal;
    display: initial;
    color: #E50635;
    text-decoration: underline;
    cursor: pointer;
}
#campaign2023 .modal-content figure{
    float: left;
    margin: 0 30px 30px 0;
    position: relative;
}
#campaign2023 .modal-content figure a{
  position: absolute;
  top: 250px;
  left: 30px;
  font-size: 18px;
  width: 210px;
  background: #E50635;
  border-radius: 0;
  color: #FFF;
  font-weight: normal;
}
#campaign2023 .modal-content figure a:hover{
  opacity: 1;
    text-decoration: none;
}
#campaign2023 .modal-content figure a::after {
    background: url("/form/lpi/campaign2023_lp/img/icon_arrow_white.svg") no-repeat left;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 0 2px 5px;
    vertical-align: middle;
}

#campaign2023 .modal-content .name{
    margin-top: 80px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
#campaign2023 .modal-content .name span{
    font-size:12px;
    color: #333;
}
#campaign2023 .modal-content p:nth-of-type(2){
    clear: both;
}
.modal_overlay {
    background: none;
}
#sb-info{
    position: absolute !important;
    right: -30px !important;
    top: 30px !important;
  height: 60px !important;
  overflow: initial !important;
}

#sb-info-inner {
  height: 60px !important;
  overflow: initial !important;
}
#sb-nav {
  float: right;
  height: 60px !important;
  padding: 2px 0;
  width: 60px !important;
}
#sb-nav a {
  display: block;
  margin: 0 0 0 40px !important;
  float: none !important;
  height: 60px !important;
  width: 60px !important;
  cursor: pointer;
}
#sb-overlay {
    background-color: rgb(255,255,255) !important;
}

#sb-nav-close {
  background-image: url(/form/lpi/campaign2023_lp/img/close.png) !important;
}
  .iziModal .iziModal-header{
    background-color: #fff;
    box-shadow:none;
  }
  .iziModal .iziModal-button-close {
    background-color: #000;
  }
#campaign2023 .spring_campaign{
  position: relative;
  text-align: center;
  background: #C9D878;
  padding: 60px 0 20px 0;
}
#campaign2023 .spring_campaign::before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("/form/lpi/campaign2023_lp/img/bg_campaign_temp.png") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

#campaign2023 .spring_campaign .tokuten_btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1070px;
  margin: 0 auto 50px;
  z-index: 1;
position: relative;
}

#campaign2023 .spring_campaign .tokutenArea {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  background: url("/form/lpi/campaign2023_lp/img/main_img.png")center top no-repeat #FDFDE8;
  background-size: contain;
  border-radius: 65px 65px 0 0;
 padding: 450px 0 60px 0;
}
#campaign2023 .spring_campaign .read{
  margin: 40px 0 60px;
}
#campaign2023 .spring_campaign ul{
}
#campaign2023 .spring_campaign ul li{
  text-align: center;
  position: relative;
  margin: 0 auto 60px;
  padding: 30px;
  width: 85%;
  border-radius: 33px;
  background: #fff;
  border: 4px solid #e3ce59;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#campaign2023 .spring_campaign ul li .tokuten {
    position: absolute;
    left:  -30px;
    top: -30px;
    z-index: 1;
}
#campaign2023 .spring_campaign ul li.tokuten01{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#campaign2023 .spring_campaign ul li.tokuten01 figure{
  width: 49%;
}
#campaign2023 .spring_campaign ul li.tokuten01 figure img{
  width: 100%;
  max-width: 485px;
}

#campaign2023 .spring_campaign ul li.tokuten01 p{
  text-align: right;
  padding-top: 20px;
  width: 50%;
}
#campaign2023 .spring_campaign ul li.tokuten01 p span{
  margin-top: 20px;
  display: inline-block;
}
#campaign2023 .spring_campaign ul li.tokuten01 p img{
  padding-top: 40px;
  width: 100%;
  max-width: 487px;
}
#campaign2023 .spring_campaign ul li.tokuten01 figure img{
  width: 100%;
}

#campaign2023 .spring_campaign ul li.tokuten02{
  background: url(/form/lpi/campaign2023_lp/img/tokuten02_bg.png) no-repeat bottom right #fff;
}
#campaign2023 .spring_campaign ul li.tokuten02 .tit{
  text-align: center;
}
#campaign2023 .spring_campaign ul li.tokuten02 .tit img{
  max-width: 1013px;
  width: 100%;
}

#campaign2023 .spring_campaign ul li.tokuten02 ul {
  display: flex;
  flex-wrap: wrap;
}
#campaign2023 .spring_campaign ul li.tokuten02 ul > li{
  border: initial;
  box-shadow: initial;
  width: 25%;
  padding: 20px;
  margin: 0 auto 20px;
}
#campaign2023 .spring_campaign ul li.tokuten02 ul > li:nth-of-type(3){
  width: 50%;
}
#campaign2023 .spring_campaign ul li.tokuten02 ul > li:nth-of-type(3)  a img{
  width: 49%;
}
#campaign2023 .spring_campaign ul li.tokuten02 ul > li:nth-of-type(6){
  margin-right: 25%;
}
#campaign2023 .spring_campaign ul li.tokuten02 ul li img{
    width: 100%;
}
#campaign2023 .spring_campaign ul li.tokuten02 ul li a:hover{
    text-decoration: none;
}

#campaign2023 .spring_campaign ul li.tokuten02 ul li img{
    width: 100%;
}
#campaign2023 .spring_campaign ul li.tokuten02 ul .app{
  max-width: 460px;
  width: 90%;
  background: #fff;
  border: 3px solid #90ba02;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 50px;
  margin: 0 auto 40px;
  padding: 20px 0;
  font-size: 26px;
  font-weight: bold;
  color: #90ba02;
  text-decoration: none;
}
#campaign2023 .spring_campaign ul li.tokuten02 ul .app::after{
  content: "";
  background: url(/form/lpi/campaign2023_lp/img/app_arrow.png) no-repeat;
  position: absolute;
  right: 20px;
  z-index: 1;
  width: 33px;
  height: 33px;
}
#campaign2023 .spring_campaign ul li.tokuten03 p{
  margin: -10px 0 0 40px;
}
#campaign2023 .spring_campaign ul li.tokuten03 p img{
  max-width: 959px;
  width: 100%;
}

#campaign2023 .entry_btn{
  max-width: 800px;
  width: 100%;
  margin:60px auto;
}
#campaign2023 .entry_btn a{
  position: relative;
  z-index: 1;
  background: #fff;
  border: 3px solid #EB6808;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 50px;
  margin: 0 auto 40px;
  padding: 20px 0;
  font-size: 26px;
  font-weight: bold;
  color: #EB6808;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
#campaign2023 .entry_btn a::after{
  content: "";
  background: url(/form/lpi/campaign2023_lp/img/entry_arrow.png) no-repeat;
  position: absolute;
  right: 20px;
  z-index: 1;
  width: 33px;
  height: 33px;
}
#campaign2023 .event{
  text-align: center;
  width: 90%;
  padding: 100px 0 60px 0;
  margin:0 auto;
}
#campaign2023 .event p{
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
}
#campaign2023 .event p::before{
  position: absolute;
  content: '＼';
  top: 0;
  height: 100%;
  margin-left: -30px;
}
#campaign2023 .event p::after{
  position: absolute;
  content: '／';
  top: 0;
  height: 100%;
}
#campaign2023 .features{
    text-align: center;
    padding: 80px 0 20px 0;
}
#campaign2023 .features h2{
    font-size: 3.20px;
    font-weight: bold;
    color: #fff;
    background: #97C305;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 50px;
}
#campaign2023 .features p{
    text-align: left;
    color: #595757;
}
#campaign2023 .features ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    padding: 40px 0;
    max-width: 1000px;
    margin:0 auto;
    width: 100%;
}
#campaign2023 .features ul li{
  text-align: center;
  margin-bottom: 30px;
  width: 30%;
}
#campaign2023 .features ul li:nth-of-type(1){
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#campaign2023 .features ul li:nth-of-type(1) figure{
}
#campaign2023 .features ul li:nth-of-type(1) figure img{
    width: 100%;
}
#campaign2023 .features ul li:nth-of-type(1) p{
    font-size: 20px;
    font-weight: bold;
}

#campaign2023 .features ul li:nth-of-type(1) p span {
    font-size: 30px;
    margin: 40px 0 20px;
    font-weight: bold;
    color: #97C305;
  display: inline-block;
}
#campaign2023 .features ul li:nth-of-type(2) p:nth-of-type(1),
#campaign2023 .features ul li:nth-of-type(3) p:nth-of-type(1),
#campaign2023 .features ul li:nth-of-type(4) p:nth-of-type(1){
  font-size: 20px;
  font-weight: bold;
  color: #EB6808;
  width: 100%;
  margin: 15px auto;
  padding: 5px 0;
  border-radius: 10px;
  text-align: center;
}
#campaign2023 .features ul li:nth-of-type(2) p:nth-of-type(2),
#campaign2023 .features ul li:nth-of-type(3) p:nth-of-type(2),
#campaign2023 .features ul li:nth-of-type(4) p:nth-of-type(2){
    text-align: left;
}
@media screen and (max-width: 740px) {
#campaign2023 .modal-content {
  width: 95%;
  height: auto;
  padding: 40px 20px 30px;
}
#campaign2023 .modal-content a {
    top: 10px;
    right: 20px;
}
#campaign2023 .modal-content a img{
  width: 100%;
}
#campaign2023 .modal-content h3 {
  font-size: 20px;
}
#campaign2023 .modal-content h3 span {
  font-size: 28px;
}
#campaign2023 .modal-content figure {
    float: none;
    margin: 20px 0;
    text-align: center;
}
#campaign2023 .modal-content figure a {
  top: 17%;
  right: 10%;
  font-size: 14px;
  width: 53%;
    left: initial;
}
#campaign2023 .modal-content p img{
  width: 80%;
}
#campaign2023 .modal-content .name {
    margin: 20px 0;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
}
#campaign2023 .modal-content .tokuten_tit {
  font-size: 16px;
}
#campaign2023 .modal-content .tokuten_text {
  font-size: 14px;
}
  
#campaign2023 #modal03 .modal-content p{
  overflow-y: scroll;
  height: 300px;
}
#campaign2023 .spring_campaign{
  position: relative;
  text-align: center;
  background: url("/form/lpi/campaign2023_lp/img/bg_campaign_spBtm.png") no-repeat center,url("/form/lpi/campaign2023_lp/img/bg_campaign_sp.png") no-repeat bottom #C9D878;
  padding: 20px 0;
  background-size: contain;
}
#campaign2023 .spring_campaign::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("/form/lpi/campaign2023_lp/img/bg_campaign_spTop.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
  #campaign2023 .spring_campaign .tokuten_btn {
  display: block;
  width: 95%;
  margin: 0 auto 30px;
}
  #campaign2023 .spring_campaign .tokutenArea {
  width: 90%;
  margin: 0 auto;
  background: url("/form/lpi/campaign2023_lp/img/main_img_sp.png")center top no-repeat #FDFDE8;
  background-size: contain;
  border-radius: 35px 35px 0 0;
  padding: 40% 0 5px 0;
}
#campaign2023 .spring_campaign .read {
  margin: 40px auto 0;
  width: 90%;
  font-size: 14px;
}

#campaign2023 .spring_campaign ul {
    width: 100%;
    padding: 30px 20px 0;
}
  
#campaign2023 .spring_campaign ul li {
  margin: 20px 0 30px;
  width: 100%;
  padding: 15px;
}
#campaign2023 .spring_campaign ul li .tokuten{
  position: absolute;
  left: -20px;
  top: -30px;
  width: 22%;
  z-index: 1;
}
#campaign2023 .spring_campaign ul li .tokuten img{
  width: 100%;
}
#campaign2023 .spring_campaign ul li.tokuten02 {
  background: url(/form/lpi/campaign2023_lp/img/tokuten02_bg.png) no-repeat bottom 10%right #fff;
  background-size: 50%;
}
#campaign2023 .spring_campaign ul li.tokuten01 figure{
  width: 100%;
}
#campaign2023 .spring_campaign ul li.tokuten01 p {
  width: 100%;
}

#campaign2023 .spring_campaign ul li.tokuten01 p img {
  padding-top: 0;
  width: 100%;
}
#campaign2023 .spring_campaign ul li.tokuten01 p span {
  margin-top: 10px;
  display: inline-block;
  text-align: right;
  font-size: 12px;
  width: 100%;
  font-weight: normal;
}

#campaign2023 .spring_campaign ul li.tokuten02 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

#campaign2023 .spring_campaign ul li.tokuten02 ul li{
    flex: 0 0 50%;
    margin:0 auto;
    padding:0 0 20px;
    text-align: center;
    box-shadow: none;
  background: none;
}
  #campaign2023 .spring_campaign ul li.tokuten02 .tit img{
    width: 100%;
  }
#campaign2023 .spring_campaign ul li.tokuten02 ul li p{
    font-weight: bold;
    margin-top: 10px;
    font-size: 12px;
}
#campaign2023 .spring_campaign ul li.tokuten02 ul li p span{
    font-size: 16px;
}

#campaign2023 .spring_campaign ul li.tokuten02 ul > li:nth-of-type(3) {
  flex: 0 0 100%;
}
#campaign2023 .spring_campaign ul li.tokuten02 ul > li:nth-of-type(6){
  margin: 0 0 auto;
}
#campaign2023 .spring_campaign ul li.tokuten02 ul .app {
  width: 100%;
  margin: 60px auto 0;
  padding: 10px 0;
  font-size: 18px;
}
#campaign2023 .spring_campaign ul li.tokuten02 ul .app::after {
  content: "";
  background: url(/form/lpi/campaign2023_lp/img/app_arrow.png) no-repeat;
  right: 5%;
  background-size: 70%;
}
  #campaign2023 .spring_campaign ul li.tokuten02 ul > li:nth-of-type(3) a img {
  width: 48%;
}
#campaign2023 .spring_campaign ul li.tokuten03 p {
  margin: -30px 0 0 0;
}
#campaign2023 .spring_campaign ul li.tokuten03 p img{
  width: 100%;
}
#campaign2023 .entry_btn {
  width: 90%;
  margin: 40px auto 0;
}
#campaign2023 .entry_btn a {
  margin: 0 auto 40px;
  padding: 10px 0;
  font-size: 1.5rem;
}
#campaign2023 .entry_btn a::after {
  content: "";
  right: 0;
  background-size: 70%;
  top: 30%;
}
  
#campaign2023 .event{
  text-align: center;
  width: 90%;
  padding: 60px 0 20px 0;
  margin:0 auto;
}
#campaign2023 .event p{
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
}
#campaign2023 .event p::before{
  position: absolute;
  content: '＼';
  top: 0;
  height: 100%;
  font-size: 30px;
  left: 15%;
}
#campaign2023 .event p::after{
  position: absolute;
  content: '／';
  top: 0;
  height: 100%;
  font-size: 30px;
  right: 10%;
}
  
#campaign2023 .features {
    padding: 60px 20px 40px 20px;
}    
#campaign2023 .features h2 {
    font-size: 24px;
    width: 100%;
    padding: 10px 0;
}

#campaign2023 .features ul {
  padding: 40px 0 0;
}
#campaign2023 .features ul li{
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
}
#campaign2023 .features ul li:nth-of-type(1) figure {
    width: 100%;
    float: none;
    margin-right: 0;
}
#campaign2023 .features ul li:nth-of-type(1) p:nth-of-type(1) {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 40px;
}    
#campaign2023 .features ul li:nth-of-type(1) p:nth-of-type(2) {
    font-size: 14px;
}
#campaign2023 .features ul li:nth-of-type(1) p span {
  font-size: 20px;
  margin: 0 0 20px;
}
#campaign2023 .features ul li:nth-of-type(1) figure {
 width: 80%;
  margin:0 auto;
}
#campaign2023 .features figure {
  width: 70%;
  margin:0 auto;
}

#campaign2023 .features ul li img {
    width: auto;
}

#campaign2023 .features .entry_btn {
  width: 100%;
  margin: 40px auto 0;
}
