/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ----------------------------------------
    RESET
---------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ----------------------------------------
    Basic
---------------------------------------- */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body, input, textarea, select {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
  font-size: 1.8rem;
}

/* -- SP -- */
@media screen and (max-width: 768px) {
  body, input, textarea, select {
    font-size: 4vw;
  }
}

a {
  color: #000000;
  text-decoration: none;
}

a.link {
  border-bottom: 1px solid #000000;
}

a.link:hover {
  opacity: 0.8;
}

main {
  display: block;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
}

/* ----------------------------------------
	Common
---------------------------------------- */
/* ----------------------------------------
	Structure
---------------------------------------- */
.sec {
  padding: 80px 0;
}

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

.inner._pd40 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}

/* -------------------------
	heading
------------------------- */
.heading2 {
  margin-bottom: 10px;
  text-align: center;
}

.heading2 ~ .sub-tt {
  margin-bottom: 30px;
  text-align: center;
}

/* -------------------------
	Parts
------------------------- */
.catch {
  margin-bottom: 30px;
}

.txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

.caption {
  font-size: 1.4rem;
}

.caption-2 {
  font-size: 1.6rem;
}

.img {
  line-height: 0.9;
  text-align: center;
}

.btn {
  text-align: center;
  margin-top: 50px;
}

.btn a {
  display: inline-block;
}

.btn a:hover {
  opacity: 0.8;
}

.clm3 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
}

.clm3-item:nth-child(odd) {
  background: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 32%;
  margin-bottom: 20px;
  padding: 30px 0;
}

.clm3-item:nth-child(even) {
  margin: 0 -15px;
  position: relative;
  z-index: 100;
  padding-top: 14%;
}

.clm3-item .img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  vertical-align: middle;
}

.clm3-item:last-child .img {
  padding-top: 20px;
}

.clm3-item .heading3 {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}

.tab-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 0 auto 30px;
}

.tab-list-item {
  margin: 0 10px 10px 0;
  width: 170px;
  text-align: center;
}

.tab-list-item a {
  border: 1px solid #000000;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 10px 0;
}

.tab-list-item a._current {
  border: 1px solid #000000;
  background: #000;
  display: block;
  color: #FFFFFF;
}

.garelly-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.garelly-list-item {
  max-width: 288px;
  margin-right: 15px;
}

.garelly-list-item:nth-child(-n + 6) {
  margin-bottom: 25px;
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

._font-large {
  font-size: 2.2rem;
}

._font-large2 {
  font-size: 1.8rem;
}

._fntsz14 {
  font-size: 1.4rem;
}

._fntsz18 {
  font-size: 1.8rem;
}

._center {
  text-align: center;
}

._mb10 {
  margin-bottom: 10px;
}

._mb25 {
  margin-bottom: 25px;
}

._mb50 {
  margin-bottom: 50px;
}

a.hover-opacity:hover {
  opacity: 0.8;
}

/* ----------------------------------------
	header
---------------------------------------- */
.header .inner {
  padding: 15px;
}

.header .logo {
  line-height: 1;
}

.header .logo a:hover {
  opacity: 0.8;
}

/* ----------------------------------------
	footer
---------------------------------------- */
.footer.hide {
  display: none;
}

.footer .copy {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
  padding: 30px;
}

.footer._home {
  background: #f7f7f7;
}

/* ----------------------------------------
	popup
---------------------------------------- */
.mfp-content {
  background: #FFFFFF;
  margin: 0 auto;
  max-width: 500px;
  padding: 50px;
}

.mfp-content .head {
  text-align: center;
  margin-bottom: 20px;
}

.mfp-content .head .tt {
  border-bottom: 1px solid #343434;
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 7px;
  padding-bottom: 7px;
}

.mfp-content .head .sub-tt {
  font-size: 1rem;
}

.mfp-content .mfp-close {
  color: #FFFFFF;
  font-size: 5rem;
  font-weight: normal;
  opacity: 1;
  position: absolute;
  top: -60px;
  font-family: 'Noto Sans JP', sans-serif;
}

/* ----------------------------------------
	PC
---------------------------------------- */
@media screen and (min-width: 769px) {
  .is-Pc {
    display: inline;
  }
  .is-Sp {
    display: none;
  }
}

/* ----------------------------------------
   SP
---------------------------------------- */
@media screen and (max-width: 768px) {
  .sec {
    padding: 50px 0;
  }
  .inner,
  .inner._pd40 {
    max-width: 100%;
    padding: 0 20px;
  }
  /* ----------------------------------------
		parts
	---------------------------------------- */
  .txt {
    font-size: 3.75vw;
  }
  .caption {
    font-size: 2.5vw;
  }
  .caption-2 {
    font-size: 3.125vw;
    line-height: 1.6;
  }
  ._font-large {
    font-size: 3.75vw;
  }
  ._font-large2 {
    font-size: 3.125vw;
  }
  ._fntsz14 {
    font-size: 2.8vw;
  }
  ._mb50 {
    margin-bottom: 20px;
  }
  .clm3 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    margin-top: 20px;
  }
  .clm3-item .heading3 {
    font-size: 3.43vw;
  }
  .clm3-item:nth-child(odd) {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    padding: 20px;
    width: 100%;
  }
  .clm3-item:nth-child(odd) .img {
    width: 42%;
    padding-top: 0;
  }
  .clm3-item:first-child .img > img {
    width: 100%;
  }
  .clm3-item:nth-child(odd) .heading3 {
    width: 56%;
  }
  .clm3-item:nth-child(even) {
    padding-top: 0;
    text-align: center;
    width: 11%;
    margin: -10px auto;
  }
  .tab-list {
    justify-content: flex-start;
  }
  .tab-list-item {
    margin-right: 10px;
    width: 31%;
  }
  .tab-list-item:nth-child(3n) {
    margin-right: 0;
  }
  .garelly-list-item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 31%;
  }
  .garelly-list:nth-child(3n) {
    margin-right: 0;
  }
  .garelly-list:nth-child(-n + 6) {
    margin-bottom: 10px;
  }
  /* ----------------------------------------
		header
	---------------------------------------- */
  .header .logo {
    width: 32%;
  }
  /* ----------------------------------------
		footer
	---------------------------------------- */
  .footer .copy {
    font-size: 2.8vw;
  }
  /* ----------------------------------------
        SP
    ---------------------------------------- */
  .is-Sp {
    display: inline;
  }
  .is-Pc {
    display: none;
  }
}

.main--opening {
  margin: 15px;
  /* ----------------------------------------
       SP
    ---------------------------------------- */
}

.main--opening .opening {
  height: 710px;
  position: relative;
}

.main--opening .fst-anime {
  display: none;
  margin: 0 auto;
  width: 620px;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
}

.main--opening .fst-anime .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}

.main--opening .fst-anime .bg-wrap--1::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #a1d4d0 0%, #e09fbb 50%, #ecbb93 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}

.main--opening .fst-anime .bg-wrap--2::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #dba3cb 0%, #f0d761 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}

.main--opening .fst-anime .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 6.3rem;
  font-weight: normal;
  padding: 7px 15px;
  position: relative;
  z-index: 1;
}

.main--opening .tt--black {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
}

.main--opening .tt--black img {
  width: 530px;
}

@media screen and (max-width: 768px) {
  .main--opening .opening {
    height: 490px;
    position: relative;
  }
  .main--opening .fst-anime {
    width: 355px;
  }
  .main--opening .fst-anime .bg-wrap .inn {
    font-size: 3.6rem;
  }
  .main--opening .tt--black {
    top: 36%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .main--opening .tt--black img {
    width: 322px;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

.main--home {
  /* ----------------------------------------
       SP
    ---------------------------------------- */
}

.main--home.hide {
  display: none;
}

.main--home .mv {
  margin: 15px;
  position: relative;
  margin-bottom: 58px;
}

.main--home .mv .heading1 {
  position: absolute;
  top: 3%;
  left: 2%;
  z-index: 1000;
}

.main--home .mv-parts {
  position: absolute;
  bottom: 0;
  z-index: 10000;
  line-height: 0.8;
  right: 0;
  left: 0;
}

.main--home .mv-parts img {
  width: 100%;
}

.main--home .mv .swiper-container {
  border-radius: 17px 17px 0 0;
}

.main--home .mv .swiper-slide-active .mv-img,
.main--home .mv .swiper-slide-duplicate-active .mv-img,
.main--home .mv .swiper-slide-prev .mv-img {
  line-height: 0.9;
  overflow: hidden;
}

.main--home .mv .swiper-slide-active .mv-img img,
.main--home .mv .swiper-slide-duplicate-active .mv-img img,
.main--home .mv .swiper-slide-prev .mv-img img {
  object-fit: cover;
  min-height: 710px;
  animation: zoomUp 10s linear 0s 1 normal both;
    width: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.main--home .mv .tt {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1000;
}

.main--home .mv .tt img {
  width: 700px;
}

.main--home .sec {
  background: url("../img/home/sec_bg_pc.jpg") no-repeat 50% 18%;
  background-size: contain;
  padding-top: 0;
}

.main--home .sec .link-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}

.main--home .sec .link-list-item {
  position: relative;
  width: 23%;
}

.main--home .sec .link-list-item .img {
  position: relative;
  z-index: 20;
  margin-bottom: 10px;
}

.main--home .sec .link-list-item .tt {
  border-bottom: 1px solid #343434;
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

.main--home .sec .link-list-item .txt {
  font-size: 1.6rem;
}

.main--home .sec .link-list-item .now {
  position: absolute;
  left: -10px;
  top: 10px;
  line-height: 0.9;
  z-index: 30;
}

.main--home .sec .link-list-item .now-parts {
  position: absolute;
  top: 40px;
  left: -10px;
  z-index: 10;
}

.main--home .sec .link-list-item .link {
  border: 1px solid #000;
  border-radius: 6px;
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 10px;
  padding: 7px 10px;
}

.main--home .sec .link-list-item._spring .tt {
  color: #e13177;
  border-color: #e13177;
}

.main--home .sec .link-list-item._summer .tt {
  color: #316de7;
  border-color: #316de7;
}

.main--home .sec .link-list-item._autumn .tt {
  color: #f16933;
  border-color: #f16933;
}

.main--home .sec .link-list-item._winter .tt {
  color: #004b32;
  border-color: #004b32;
}

@media screen and (max-width: 768px) {
  .main--home .mv {
    margin-bottom: 20px;
  }
  .main--home .mv .heading1 {
    top: 4%;
    left: 4%;
  }
  .main--home .mv .heading1 img {
    width: 60%;
  }
  .main--home .mv .swiper-slide-active .mv-img,
  .main--home .mv .swiper-slide-duplicate-active .mv-img,
  .main--home .mv .swiper-slide-prev .mv-img {
    line-height: 0.9;
    overflow: hidden;
  }
  .main--home .mv .swiper-slide-active .mv-img img,
  .main--home .mv .swiper-slide-duplicate-active .mv-img img,
  .main--home .mv .swiper-slide-prev .mv-img img {
    object-fit: cover;
    min-height: 490px;
  }
  .main--home .mv .tt {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .main--home .mv .tt img {
    width: 90%;
  }
  .main--home .sec {
    background: url("../img/home/sec_bg_sp.jpg") no-repeat 50% 15%;
    background-size: 100% auto;
    padding-bottom: 50px;
  }
  .main--home .sec .catch {
    margin-bottom: 20px;
  }
  .main--home .sec .catch img {
    width: 80%;
  }
  .main--home .sec .intro-txt {
    font-size: 3.2vw;
  }
  .main--home .sec .link-list {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .main--home .sec .link-list-item {
    width: 48%;
    margin-bottom: 20px;
  }
  .main--home .sec .link-list-item:nth-child(odd) {
    margin-right: 0;
  }
  .main--home .sec .link-list-item .tt {
    font-size: 2.9vw;
  }
  .main--home .sec .link-list-item .txt {
    font-size: 2.9vw;
  }
  .main--home .sec .link-list-item .link {
    font-size: 2.4vw;
  }
}

.main--campaign {
  /* ----------------------------------------
        mv
    ---------------------------------------- */
  /* ----------------------------------------
        sec
    ---------------------------------------- */
  /* ----------------------------------------
       SP
    ---------------------------------------- */
  /* ----------------------------------------
        Media query
    ---------------------------------------- */
  /* -- PC -- */
}

.main--campaign .mv {
  position: relative;
}

.main--campaign .mv .swiper-slide-active .mv-img,
.main--campaign .mv .swiper-slide-duplicate-active .mv-img,
.main--campaign .mv .swiper-slide-prev .mv-img {
  line-height: 0.9;
  overflow: hidden;
}

.main--campaign .mv .swiper-slide-active .mv-img img,
.main--campaign .mv .swiper-slide-duplicate-active .mv-img img,
.main--campaign .mv .swiper-slide-prev .mv-img img {
  height: 100%;
  width: 100%;
  animation: zoomUp 10s linear 0s 1 normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.main--campaign .mv .tt {
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  width: 561px;
  margin: 0 auto;
  z-index: 1000;
}

.main--campaign .sec {
  /*----- sec._intro -----*/
  /*----- sec._1 -----*/
  /*----- sec._3 -----*/
  /*----- sec._4 -----*/
  /*----- sec._5 -----*/
}

.main--campaign .sec._intro .txt {
  font-size: 1.8rem;
}

.main--campaign .sec._intro .catch {
  margin-bottom: 20px;
}

.main--campaign .sec._intro .catch-jp {
  margin-bottom: 40px;
}

.main--campaign .sec._intro .line {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 10px 0;
  width: 552px;
  margin: 0 auto 30px;
}

.main--campaign .sec._intro .box {
  background: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 30px 60px;
  margin: 40px auto 0;
  max-width: 787px;
}

.main--campaign .sec._intro .box .heading3 {
  margin-bottom: 10px;
}

.main--campaign .sec._intro .box .pop-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}

.main--campaign .sec._intro .box .pop-list a {
  display: block;
  text-align: center;
}

.main--campaign .sec._intro .box .pop-list .tt {
  border-bottom: 1px solid #000;
  display: inline-block;
  font-size: 2rem;
  margin: 15px auto 10px;
  padding-bottom: 10px;
}

.main--campaign .sec._intro .box .pop-list .tt-jp {
  font-size: 1rem;
}

.main--campaign .sec._1 {
  background: url("../img/campaign/sec1_bg.jpg") no-repeat center top;
  background-size: cover;
}

.main--campaign .sec._3 {
  background: url("../img/campaign/sec3_bg.jpg") no-repeat center top;
  background-size: cover;
}

.main--campaign .sec._3 .col._1 {
  margin-bottom: 60px;
}

.main--campaign .sec._3 .col._1 .img {
  margin: 20px 0;
}

.main--campaign .sec._3 .col._3 .txt {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 20px;
}

.main--campaign .sec._3 .col._3 .txt._10 {
  margin-bottom: 0;
}

.main--campaign .sec._3 .col._3 .rules-wrap {
  background: #FFFFFF;
  height: 700px;
  margin: 0 auto;
  overflow: scroll;
  padding: 30px;
  max-width: 674px;
}

.main--campaign .sec._3 .row {
  background: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  max-width: 674px;
  margin: 0 auto;
  padding: 30px;
  position: relative;
}

.main--campaign .sec._3 .step {
  position: absolute;
  top: 30px;
  left: -15px;
}

.main--campaign .sec._3 .row {
  margin-bottom: 35px;
}

.main--campaign .sec._3 .row._1 .txt {
  font-weight: 600;
}

.main--campaign .sec._3 .row._1._2 .txt {
  font-size: 1.8rem;
  font-weight: 600;
}

.main--campaign .sec._3 .row._1._2 .plus {
  margin: 10px 0;
}

.main--campaign .sec._4 .catch {
  margin: 50px 0;
}

.main--campaign .sec._4 .txt {
  font-size: 2.0rem;
}

.main--campaign .sec._5 {
  background: url("../img/campaign/sec5_bg.jpg") no-repeat center top;
  background-size: cover;
}

.main--campaign .sec._5 .txts {
  background: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin: 0 auto 40px;
  padding: 60px 30px 60px;
  max-width: 674px;
}

.main--campaign .sec._5 .txts .txt {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .main--campaign {
    /* ----------------------------------------
            mv
        ---------------------------------------- */
  }
  .main--campaign .mv .tt {
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
  }
  .main--campaign .sec {
    /*----- sec._1 -----*/
    /*----- sec._2 -----*/
    /*----- sec._3 -----*/
    /*----- sec._4 -----*/
    /*----- sec._5 -----*/
  }
  .main--campaign .sec._intro .catch {
    width: 90%;
    margin: 0 auto 20px;
  }
  .main--campaign .sec._intro .catch-jp {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .main--campaign .sec._intro .line {
    width: 90%;
  }
  .main--campaign .sec._intro .line .txt {
    font-size: 3.43vw;
  }
  .main--campaign .sec._intro .txt {
    font-size: 4.06vw;
  }
  .main--campaign .sec._intro .box {
    padding: 30px 25px;
  }
  .main--campaign .sec._intro .box .heading3 img {
    width: 45%;
  }
  .main--campaign .sec._intro .box .txt {
    font-size: 3.75vw;
  }
  .main--campaign .sec._intro .box .pop-list {
    justify-content: center;
    flex-wrap: wrap;
  }
  .main--campaign .sec._intro .box .pop-list-item {
    width: 26%;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .main--campaign .sec._intro .box .pop-list-item:nth-child(5n) {
    margin-right: 0;
  }
  .main--campaign .sec._intro .box .pop-list-item:nth-child(3n) {
    margin-right: 0;
  }
  .main--campaign .sec._intro .box .pop-list-item:nth-child(n + 4) {
    margin-bottom: 0;
  }
  .main--campaign .sec._1 {
    background: url("../img/campaign/sec1_bg_sp.jpg") no-repeat center top;
    background-size: cover;
  }
  .main--campaign .sec._1 .heading2 img {
    width: 44%;
  }
  .main--campaign .sec._1 .sub-tt img {
    width: 23%;
  }
  .main--campaign .sec._1 .txt._1 {
    margin-bottom: 0;
  }
  .main--campaign .sec._2 .heading2 img {
    width: 77%;
  }
  .main--campaign .sec._2 .sub-tt img {
    width: 36%;
  }
  .main--campaign .sec._3 {
    background: url("../img/campaign/sec3_bg_sp.jpg") no-repeat center top;
    background-size: cover;
  }
  .main--campaign .sec._3 .heading2 img {
    width: 40%;
  }
  .main--campaign .sec._3 .sub-tt img {
    width: 20%;
  }
  .main--campaign .sec._3 .step {
    position: absolute;
    top: 10px;
    left: -15px;
    width: 25%;
  }
  .main--campaign .sec._3 .row._1 .img {
    margin: 10px 0;
  }
  .main--campaign .sec._3 .row._1 .img._1 img {
    width: 50%;
  }
  .main--campaign .sec._3 .row._1 .img._2 img {
    width: 40%;
  }
  .main--campaign .sec._3 .row._2 .img {
    margin: 10px 0;
  }
  .main--campaign .sec._3 .row._2 .img._1 img {
    width: 40%;
  }
  .main--campaign .sec._3 .row._2 .img._2 img {
    width: 40%;
  }
  .main--campaign .sec._3 .row._3 .img {
    margin: 10px 0;
  }
  .main--campaign .sec._3 .row._3 .img._1 img {
    width: 90%;
  }
  .main--campaign .sec._3 .row._3 ._fntsz18 {
    font-size: 3.125vw;
  }
  .main--campaign .sec._3 .col._1 .heading2 {
    margin-bottom: 10px;
  }
  .main--campaign .sec._3 .col._1 .heading2 img {
    width: 38%;
  }
  .main--campaign .sec._3 .col._1 .sub-tt img {
    width: 21%;
  }
  .main--campaign .sec._3 .col._3 .heading2 img {
    width: 30%;
  }
  .main--campaign .sec._3 .col._3 .sub-tt img {
    width: 20%;
  }
  .main--campaign .sec._3 .col._3 .rules-wrap {
    height: 385px;
  }
  .main--campaign .sec._3 .btn {
    width: 60%;
    margin: 40px auto 0;
  }
  .main--campaign .sec._4 .heading2 img {
    width: 34%;
  }
  .main--campaign .sec._4 .sub-tt {
    width: 28%;
    margin: 0 auto 10px;
  }
  .main--campaign .sec._4 .btn {
    width: 80%;
    margin: 40px auto 0;
  }
  .main--campaign .sec._4 .txt {
    font-size: 4.4vw;
  }
  .main--campaign .sec._4 .catch {
    width: 70%;
    margin: 30px auto;
  }
  .main--campaign .sec._5 {
    background: url("../img/campaign/sec5_bg_sp.jpg") no-repeat center top;
    background-size: cover;
  }
  .main--campaign .sec._5 .txts {
    margin: 0 auto 40px;
    padding: 30px;
  }
  .main--campaign .sec._5 .txts .txt {
    margin-bottom: 0;
  }
  .main--campaign .sec._5 .heading2 {
    width: 42%;
    margin: 0 auto 10px;
  }
  .main--campaign .sec._5 .sub-tt {
    width: 28%;
    margin: 0 auto 20px;
  }
}
/*# sourceMappingURL=style.css.map */