@charset "utf-8";

/* CSS Document */


/*===============================================


●PC  画面の横幅が736pxまで


===============================================*/

#onebuy1_cp_2510 img {
  width: 100%;
  height: auto;
}

#onebuy1_cp_2510 .item_notes {
  font-size: .7rem;
}

.info_end {
  background: #d1222b;
  margin-bottom: 1rem;
  padding: 0.5rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  border-top: 3px solid #fff333;
  border-bottom: 3px solid #fff333;
}

.info_end span {
  font-size: 2rem;
}

#onebuy1_cp_2510 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

#cp01,
#cp02,
#cp03 {
  margin-top: -95px;
  padding-top: 95px;
}

#onebuy1_cp_2510 main {
  width: 100%;
  height: auto;
  background-color: #7fcea0;
  background-image: linear-gradient(-90deg, #bfe6d0 50%, transparent 50%);
  background-size: 20px 20px;
  padding-bottom: 1%;
  padding-top: 3rem;
}

#onebuy1_cp_2510 .anc_list {
  width: 85%;
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
}

#onebuy1_cp_2510 .anc_list a {
  background: #026da0;
  padding: 2rem 0;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 1rem;
  line-height: 1em;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  transition: .7s;
  position: relative;
  display: flex;
  justify-content: center;
}

#onebuy1_cp_2510 .anc_list a::after {
  content: "";
  position: absolute;
  bottom: -24%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 15px;
  background-color: #026da0;
  transition: .7s;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#onebuy1_cp_2510 .anc_list a:hover {
  background: #fff;
  color: #0068b7;
}

#onebuy1_cp_2510 .anc_list a:hover::after {
  background: #fff;
}

#onebuy1_cp_2510 .anc_list a span {
  font-size: 1rem;
  display: inline-block;
  width: 60%;
  margin-left: 1rem;
  position: relative;
}

#onebuy1_cp_2510 .anc_list a span img {
  left: 0;
  top: -6px;
  position: absolute;
}

#onebuy1_cp_2510 .anc_list a span img:last-of-type {
  opacity: 0;
  transition: opacity .7s;
}

#onebuy1_cp_2510 .anc_list a:hover span img {
  opacity: 1;
}

/* 
#onebuy1_2406 .a-btn:hover::after {
  width: 50px;
  height: 30px;
} */
#onebuy1_cp_2510 .cpn-bg {
  margin: 0 auto 5%;
  border: 3px solid #2d2929;
  /* border: 7px solid #e60012; */
  border-radius: 20px;
  background-color: #fff;
  width: 85%;
}

#onebuy1_cp_2510 .cpn-bg h2 {
  margin-bottom: 1.5rem;
  background-color: #444;
  text-align: center;
  padding: 1rem;
  border-radius: 15px 15px 0 0;
  color: #fff;
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 1);
  font-size: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
}

#onebuy1_cp_2510 .cpn-bg h2 span {
  font-size: 1.5rem;
  margin-left: 1rem;
}

#onebuy1_cp_2510 .overview_inner {
  width: 90%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: .5rem;
  padding: .5rem .5rem 0;
}

#onebuy1_cp_2510 .date_01 {
  padding-top: .8rem;
  background-color: #0068b7;
  padding: 1.4rem .6rem 1rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  position: relative;
}

#onebuy1_cp_2510 .date_01::after {
  content: "";
  position: absolute;
  top: 103%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-color: #0068b7;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#onebuy1_cp_2510 .date_02 {
  padding-top: .8rem;
  background-color: #E60012;
  padding: 1.4rem .6rem 1rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  position: relative;
}

#onebuy1_cp_2510 .date_02::after {
  content: "";
  position: absolute;
  top: 103%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-color: #E60012;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#onebuy1_cp_2510 .date_tit {
  width: 91%;
  margin-inline: auto;
  background-color: #fff100;
  text-align: center;
  padding: .5rem;
  border-radius: 4rem;
  font-size: 1.4rem;
  margin-bottom: .5rem;
}

#onebuy1_cp_2510 .date_01 .date_tit {
  color: #0068b7;
}

#onebuy1_cp_2510 .date_02 .date_tit {
  color: #D90012;
}

#onebuy1_cp_2510 .date_text {
  width: 87%;
  margin-inline: auto;
  text-align: center;
}

#onebuy1_cp_2510 .date_01 .date_text {
  margin-top: 1.7rem;
}

#onebuy1_cp_2510 .cp03 .date_02 .date_text img {
  width: 90%;
}

#onebuy1_cp_2510 .overview_inner .caption {
  width: 60%;
  margin-inline: auto;
}

#onebuy1_cp_2510 .overview_inner .caption2 {
  width: 70%;
  margin-inline: auto;
}

#onebuy1_cp_2510 .cp03 .date_02 .date_text {
  width: 78%;
  margin: 0 auto;
}

.tit_note {
  margin-top: .5rem;
  margin-right: 2rem;
  font-size: .9rem;
  text-align: right;
}

#onebuy1_cp_2510 .item {
  margin: 0 auto 2%;
  width: 97%;
}

#onebuy1_cp_2510 .item_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: clamp(1.25rem, 0.693rem + 1.21vw, 1.6rem);
}

#onebuy1_cp_2510 .item_tit:before,
#onebuy1_cp_2510 .item_tit:after {
  border-top: 1px solid;
  border-color: #adaba1;
  content: "";
  width: 3em;
}

#onebuy1_cp_2510 .item_tit:before {
  margin-right: 0.5em;
}

#onebuy1_cp_2510 .item_tit:after {
  margin-left: 0.5em;
}

#onebuy1_cp_2510 .item li {
  width: calc(100% / 2 - 2.5%);
  margin-bottom: 1.3%;
}

#onebuy1_cp_2510 .item .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.kv_wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.kv_wrap .left_kira {
  position: absolute;
  width: 4%;
  top: 31%;
  left: 3%;
  z-index: 2;
}

.left_kira_inner {
  position: relative;
  left: 0;
}

.left_kira_inner span {
  opacity: 0;
}

.kv_wrap .left_kira span:first-child {
  position: absolute;
  width: 64%;
  bottom: -67%;
  right: -56%;
}


.kv_wrap .right_kira {
  position: absolute;
  width: 4%;
  top: 31%;
  right: 2%;
  z-index: 2;
}

.kv_wrap .right_kira_inner {
  position: relative;
  right: 0;
}

.kv_wrap .right_kira_inner span {
  opacity: 0;
}

.kv_wrap .right_kira span:first-child {
  position: absolute;
  width: 64%;
  right: 100%;
  top: 100%;
}

.kv_wrap .tit01 {
  position: absolute;
  opacity: 0;
  width: 39%;
  top: 27%;
  left: 10%;
  z-index: 2;
  will-change: transform;
}

.kv_wrap .tit02 {
  position: absolute;
  opacity: 0;
  width: 39%;
  top: 28%;
  right: 10%;
  z-index: 2;
  will-change: transform;
}

#onebuy1_cp_2510 .othcpn ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  margin: auto;
  width: 95%;
}

#onebuy1_cp_2510 .othcpn ul li {
  display: flex;
  text-align: left;
  align-items: flex-start;
  gap: 1.5rem;
}
#onebuy1_cp_2510 .othcpn .ph img {
	border: .1rem solid #aaa
}
#onebuy1_cp_2510 .othcpn .ph, #onebuy1_cp_2510 .othcpn .text {
  width: calc(100% / 2);
  display: flex;
  flex-direction: column;
  gap: .7rem;
}
.campaign_date {
  display: flex;
}

@media screen and (min-width:767px) and (max-width: 1280px) {
  #onebuy1_cp_2510 .item_tit {
    width: 40%;
  }
}
 /*movie*/
#onebuy1_cp_2510 .movie-area {
    padding: 0 2.5% 2.5%;
}
#onebuy1_cp_2510 .movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
  }
#onebuy1_cp_2510 .movie-area .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }