@charset "UTF-8";
img {
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

header {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  padding: 15px;
}
header .brand {
  height: 48px;
}
@media screen and (max-width: 768px) {
  header .brand {
    height: 9vw;
  }
}

.footer {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 5vw;
    margin-top: -5vw;
  }
}

#to_top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  #to_top {
    width: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #to_top {
    width: 20vw;
    bottom: 12vw;
  }
}

.main {
  background: url(../images/hed_main@2x-8.jpg);
  background-size: cover;
  background-position: center bottom;
  position: relative;
  height: 730px;
}
@media screen and (max-width: 768px) {
  .main {
    background: url(../images/sp_hed_main@2x-8.jpg);
    background-position: top center;
    background-size: 100%;
    width: 100%;
    height: auto;
  }
  .main::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}

.confetti {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  max-width: 2000px;
}

.curtain {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.curtain .left {
  display: block;
  width: 30%;
  height: auto;
}
.curtain .right {
  display: block;
  width: 30%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .curtain {
    display: none;
  }
}

.campain-head {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.campain-head img {
  display: block;
  width: 90vw;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .campain-head img {
    width: 99vw;
  }
}

.top_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  margin-top: -60px;
  padding: 0 15px;
}
.top_btn_wrap img {
  top: 15px;
  width: 100%;
  height: auto;
  max-width: 400px;
}
.top_btn_wrap :first-child {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .top_btn_wrap {
    margin-top: -5vw;
  }
}

/*========================
section
==========================*/
#sec1 {
  background: url(../images/sec1_bg.png?v=20220217);
  background-color: #93278f;
  background-position: top center;
  background-size: contain;
  padding-bottom: 200px;
  padding-top: 200px;
}
#sec1 .section {
  width: 80%;
  max-width: 840px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #sec1 .section {
    width: 100%;
  }
}
#sec1 .boat {
  position: absolute;
  left: -20vw;
  bottom: -25vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #sec1 {
    background: url(../images/sp_sec1_bg@2x.png);
    background-color: #93278f;
    background-repeat: repeat-y;
    background-position: top center;
    background-size: cover;
    padding-top: 30vw;
    padding-bottom: 20vw;
  }
}

#sec2 {
  background: url(../images/sec2_bg.png?v=20220217);
  background-color: #008BA5;
  background-position: top center;
  background-size: contain;
  padding-top: 100px;
  -webkit-clip-path: polygon(0 150px, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 150px, 100% 0%, 100% 100%, 0 100%);
  margin-top: -150px;
}
#sec2 .section {
  width: 80%;
  max-width: 840px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #sec2 .section {
    width: 100%;
  }
}
#sec2 .get_title {
  position: relative;
}
@media screen and (max-width: 768px) {
  #sec2 {
    background: url(../images/sp_sec2_bg@2x.png);
    background-color: #007F59;
    background-repeat: repeat-y;
    background-position: top center;
    background-size: cover;
    padding-top: 20vw;
    -webkit-clip-path: polygon(0 10vw, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 10vw, 100% 0%, 100% 100%, 0 100%);
  }
}

.campaign_over_wrap {
  position: relative;
  max-width: 890px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.campaign_over_wrap .canpaign-title {
  position: absolute;
  top: -10px;
}
.line_flex{
  width:100%;display:flex;
}
.line_flex_item{
  width:35%;
}
.line_flex_item2{
  width:65%;
}
.campaign_over_wrap .canpaign-title_100 {
  position: absolute;
  top: 350px;
}
@media screen and (max-width: 768px) {
.line_flex_item{
  width:100%;
}
.line_flex_item2{
  width:100%;
}
  .campaign_over_wrap .canpaign-title_100 {
    position: absolute;
    top: 350px;
  }
}
@media screen and (max-width: 768px) {
  .campaign_over_wrap .canpaign-title {
    top: -1vw;
  }
}
.campaign_over_wrap .canpaign-title2 {
  position: absolute;
  top: -45px;
}
@media screen and (max-width: 768px) {
  .campaign_over_wrap .canpaign-title2 {
    top: -3vw;
  }
}
.campaign_over_wrap .canpaign-bomb {
  position: absolute;
  top: 0;
  right: -20px;
  max-width: 190px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .campaign_over_wrap .canpaign-bomb {
    right: 0;
    width: 23%;
    top: 15vw;
  }
}

.campaign_info_wrap {
  max-width: 94.5%;
  margin: 0 auto;
}
.campaign_info_wrap img {
  display: block;
}

.campaign_inner {
  padding: 10px 30px;
  padding-top: 100px;
}
.campaign_inner .items {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}
.campaign_inner .items .hedimg {
  width: 100%;
  max-width: 550px;
  display: block;
  margin: 20px auto;
}

.campaign_inner_omujo {
  padding: 10px 15px;
  padding-top: 100px;
}

.campaign_inner_omujo .items_omujo {
  width: 100%;
  /*max-width: 650px;*/
  margin: 20px 0;
}
.campaign_inner_omujo .items_omujo .hedimg {
  width: 100%;
  max-width: 550px;
  display: block;
  margin: 30px auto;
}

.campaign_inner_omujo .items_omujo .hedimg_main {
  width: 100%;
  /*max-width: 600px;*/
  display: block;
  margin: 20px 0 40px 0;
}

.campaign_inner .items h3 {
  text-align: center;
}
.campaign_inner .wide {
  max-width: 730px;
  padding-top: 20px;
}
.sm_txt{
    font-size:1.2rem;

}
@media screen and (max-width: 768px) {
  .campaign_inner {
    padding-top: 10vw;
  }
}

.popular-programs {
  display: flex;
  justify-content: space-evenly;
}
.popular-programs li {
  max-width: 190px;
  width: 30%;
}
.popular-programs li img {
  margin: 0 auto;
  margin-top: 10px;
}

.campaign1 {
  background: url(../images/sec1_content_wrap_middle.png);
  background-size: contain;
  background-repeat: repeat-y;
}

.campaign2 {
  background: url(../images/sec1_content_wrap_middle2.png);
  background-size: contain;
  background-repeat: repeat-y;
}

.campaign3 {
  background: url(../images/sec1_content_wrap_middle3.png);
  background-size: contain;
  background-repeat: repeat-y;
}

.campaign4 {
  background: url(../images/sec1_content_wrap_middle4.png);
  background-size: contain;
  background-repeat: repeat-y;
}

.campaign5 {
  background: url(../images/sec2_content_wrap_middle.png);
  background-size: contain;
  background-repeat: repeat-y;
}

.campaign6 {
  background: url(../images/sec2_content_wrap_middle2.png);
  background-size: contain;
  background-repeat: repeat-y;
}

.button {
  display: block;
  margin: 30px auto;
  font-size: 1.6rem;
  /* calcサポート外をフォールバック */
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  font-family: "Noto Sans JP", sans-serif;
  min-height: 0vw;
  /* Safari用バグフィックス */
  font-weight: 400;
  width: 100%;
  height: 57px;
  max-width: 400px;
  color: white !important;
  background: #FA4E5A;
  filter: drop-shadow(4px 4px 0px #00000028);
  overflow: hidden;
  text-overflow: ellipsis;
}
  .button_nomg{
    line-height: 1.5rem;
  }
@media screen and (max-width: 1200px) {
  .button {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .button {
    line-height: 2;
  }
  .button_nomg{
    line-height: 1.5rem;
  }
}
.button:hover {
  color: white;
  opacity: 0.7;
}
.button:visited {
  color: white;
}
.button:active {
  color: white;
}
.button:checked {
  color: white;
}
.button img {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.entry {
  background: #22beaf;
  filter: none;
  margin-top: 10px;
}

.happy {
  background: #E68C00;
}

.miles_up {
  background: #ffd200;
  color: #000 !important;
}

.youtube {
  background: #ED4600;
}
.youtube img {
  vertical-align: middle;
  width: 11%;
  margin-right: 5px;
}

.bigtxt {
  font-size: 3.6rem;
  /* calcサポート外をフォールバック */
  font-size: calc(3.6rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  font-weight: 800;
  line-height: 1;
  color: #f59100;
}

/* =================================
フォントサイズ　ベースセッティング
================================== */
html {
  /* ベースのフォントサイズを10pxとする */
  font-size: 62.5%;
  font-feature-settings: "palt";
}

body {
  font-size: 1.6rem;
  /* calcサポート外をフォールバック */
  font-size: calc(1.4rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.8;
  /* Noto Sansフォント */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
}

h1 {
  font-size: 3.2rem;
  /* calcサポート外をフォールバック */
  font-size: calc(3.2rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.8;
  font-weight: 800;
  font-family: "M PLUS 1p", sans-serif;
}

h2 {
  font-size: 2.4rem;
  /* calcサポート外をフォールバック */
  font-size: calc(2.2rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.8;
  font-weight: 800;
  font-family: "M PLUS 1p", sans-serif;
}

h3 {
  font-size: 2.6rem;
  /* calcサポート外をフォールバック */
  font-size: calc(2.6rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.5;
  font-weight: 800;
  font-family: "M PLUS 1p", sans-serif;
}

h4 {
  font-size: 1.8rem;
  /* calcサポート外をフォールバック */
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.5;
  font-weight: 800;
  font-family: "M PLUS 1p", sans-serif;
}

/*------ メディアクエリ --------*/
/* デバイス幅が1200px以上 */
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.6rem;
  }

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.6rem;
  }

  h3 {
    font-size: 2.6rem;
  }

  h4 {
    font-size: 2rem;
  }
}
/* デバイス幅が480px以下 */
@media screen and (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2.2rem;
  }

  h4 {
    font-size: 1.8rem;
  }
}
.s_text{
    font-size:1rem;
    color:black;
}

.no_link{
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter:grayscale(100%);
}

.memo{
    margin: 5px auto;
    text-align: center;
    background-color: #fff;
    border: orange 5px solid;
    border-radius: 20px;
    width: 90%;}