@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;800;900&display=swap");
/*------------------------------------------------------------
共通：タグ
------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック", Yu Gothic Medium, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, system-ui, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 800;
  color: #000;
  background: #f0f5fa;
  text-align: center;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
body.on {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  transition: all 0.25s;
}
a img {
  transition: all 0.25s;
}

h1 a, h1 a img {
  transition: none;
}

li {
  list-style: none;
}

/*------------------------------------------------------------
共通：クラス
------------------------------------------------------------*/
.sp, .sp_inline {
  display: none;
}

.slide-left, .slide-right, .slide-top, .slide-bottom, .fade-in {
  opacity: 0;
}

#x_campaign_terms, #present_campaign_terms {
  display: none;
}

.terms {
  background: #fff;
  padding: 60px;
}
.terms dl {
  margin-top: 25px;
}
.terms dl:nth-of-type(1) {
  margin-top: 0;
}
.terms dl dt {
  font-size: 2rem;
  line-height: 1;
  padding: 10px 0;
  background: #e6e6e6;
  text-align: center;
}
.terms dl dd {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
}
.terms dl dd a {
  text-decoration: none;
}
.terms dl dd a:hover {
  text-decoration: underline;
}
.terms dl dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.terms dl dd ul li:before {
  display: inline;
  content: "●";
}
.terms.black {
  background: #282828;
  color: #fff;
}
.terms.black dl dt {
  background: #282828;
  border: 1px solid #fff;
}

.sp1100 {
  display: none;
}

@media screen and (max-width: 1100px) {
  .pc1100 {
    display: none;
  }
  .sp1100 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
  .terms {
    padding: 30px;
  }
  .terms dl {
    margin-top: 15px;
  }
  .terms dl dt {
    font-size: 1.2rem;
  }
  .terms dl dd {
    margin-top: 10px;
    font-size: 1rem;
  }
}
.sp630 {
  display: none;
}

@media screen and (max-width: 630px) {
  .pc630 {
    display: none;
  }
  .sp630 {
    display: block;
  }
}
/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  margin: 0 auto;
  max-width: 1920px;
}

@media screen and (max-width: 768px) {
  #wrapper {
    overflow: hidden;
  }
}
/*------------------------------------------------------------
mv
------------------------------------------------------------*/
#mv {
  position: relative;
  background: #000;
}
#mv:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/mv_catch_bg.png") repeat-x center bottom;
  background-size: auto 315px;
  position: absolute;
  z-index: 6;
}
#mv .logo {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 32%;
  max-width: 597px;
}
#mv h1 {
  opacity: 0;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
}
#mv h1 img {
  width: 92%;
  max-width: 1749px;
}
#mv .catch_days {
  opacity: 0;
}
#mv dl {
  opacity: 0;
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 9;
  width: 22%;
  max-width: 404px;
}
#mv dl dd {
  margin-top: -75px;
}
#mv .mv_tonicshampoo {
  opacity: 0;
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 9;
  width: 22%;
  max-width: 404px;
}
@media screen and (max-width: 1920px) {
  #mv .mv_tonicshampoo {
    top: 3vw;
  }
}
@media screen and (max-width: 1170px) {
  #mv .mv_tonicshampoo {
    top: 1.5vw;
  }
}
#mv .copyright {
  opacity: 0;
  font-size: clamp(10px, 6px + 0.4166666667vw, 14px);
  font-weight: normal;
  color: #fff;
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 7;
}
@media screen and (max-width: 920px) {
  #mv .copyright {
    bottom: 20px;
  }
}
#mv .character {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 120px;
  z-index: 5;
  width: 62%;
  max-width: 1189px;
}
#mv .dragon {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  width: 73%;
  max-width: 1400px;
}
#mv .dragon img.breath {
  position: absolute;
  top: 0;
  right: 0;
}
#mv .white_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
#mv.on {
  background: url("../images/mv_background.jpg") no-repeat center center;
  background-size: cover;
}
#mv.on h1, #mv.on .catch_days, #mv.on .copyright {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #mv {
    height: 100svh;
  }
  #mv:before {
    background-size: auto 160px;
  }
  #mv .logo {
    text-align: left;
    width: auto;
  }
  #mv .logo img {
    width: 28svh;
    height: auto;
  }
  #mv h1 {
    bottom: auto;
    top: 40px;
  }
  #mv h1 img {
    width: 100%;
  }
  #mv .catch_days {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
    opacity: 1;
  }
  #mv dl {
    top: auto;
    right: 10px;
    bottom: 15svh;
    text-align: right;
    width: auto;
    max-width: none;
  }
  #mv dl dd {
    margin-top: -25px;
  }
  #mv dl img {
    width: 38%;
    height: auto;
  }
  #mv .mv_tonicshampoo {
    top: auto;
    right: 10px;
    bottom: 15svh;
    text-align: right;
    width: auto;
    max-width: none;
  }
  #mv .mv_tonicshampoo img {
    width: 38%;
    height: auto;
  }
  #mv .copyright {
    font-size: 1rem;
    bottom: 20px;
    right: 20px;
  }
  #mv .character {
    left: -35%;
    width: 140%;
    max-width: none;
  }
  #mv .dragon {
    top: auto;
    bottom: 50px;
    width: 120%;
    right: -13%;
    max-width: none;
  }
  #mv .dragon img.breath {
    position: absolute;
    top: 0.3%;
    right: 2.5%;
  }
}
/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
#header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100;
}
#header.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  z-index: 1000;
}
#header nav {
  background: url("../images/nav_background.png") no-repeat center top;
  background-size: 100% 100%;
}
#header nav p {
  display: none;
}
#header nav ul {
  padding: 21px 220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("../images/nav_left.png") no-repeat center left 100px, url("../images/nav_right.png") no-repeat center right 100px;
  background-size: 4.7%;
}
@media screen and (max-width: 1920px) {
  #header nav ul {
    padding: 21px 11vw;
  }
}
@media screen and (max-width: 1550px) {
  #header nav ul {
    padding: 21px 13vw;
  }
}
@media screen and (max-width: 1270px) {
  #header nav ul {
    padding: 21px 15vw;
  }
}
@media screen and (max-width: 970px) {
  #header nav ul {
    padding: 21px 17vw;
  }
}
#header nav ul li {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 10px;
}
#header nav ul li:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16%;
  width: 11.5%;
  height: 164%;
  background: url("../images/nav_separate.png") no-repeat center center;
  background-size: auto 80px;
}
@media screen and (max-width: 1920px) {
  #header nav ul li:after {
    right: -10%;
  }
}
@media screen and (max-width: 1770px) {
  #header nav ul li:after {
    right: -7%;
  }
}
@media screen and (max-width: 1700px) {
  #header nav ul li:after {
    right: -6%;
  }
}
#header nav ul li:last-child:after {
  display: none;
}
#header nav ul li a {
  display: flex;
}
#header nav ul li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  #header {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
  }
  #header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 90, 108) 40%, rgb(0, 134, 155) 100%);
  }
  #header nav p {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #header nav p img {
    width: 28svh;
    height: auto;
  }
  #header nav ul {
    height: auto;
    padding: 80px 30px 0;
    display: block;
    background: none;
  }
  #header nav ul li {
    display: block;
    padding: 40px 0;
    border-bottom: 2px solid #000;
  }
  #header nav ul li:last-child {
    border: none;
    padding-bottom: 0;
  }
  #header nav ul li a {
    display: block;
  }
  #header nav ul li a:hover {
    opacity: 1;
  }
  #header nav ul li a img {
    width: 80%;
    height: auto;
  }
  #header nav ul li.nav_campaign2 a img {
    width: 62%;
  }
  #header nav ul li:after {
    display: none;
  }
  #header p.sp {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
    width: 53px;
    height: 44px;
    background: linear-gradient(to bottom, #fff, #fff) no-repeat center center, url("../images/sp_menu_background.png") no-repeat center center;
    background-size: 22px 1px, 53px 44px;
    transition: background-size 0.2s;
    color: rgba(0, 0, 0, 0);
    overflow: hidden;
  }
  #header p.sp:before, #header p.sp:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 1px;
    background: #fff;
    transition: 0.2s;
  }
  #header p.sp:before {
    transform: translate(0, -8px);
  }
  #header p.sp:after {
    transform: translate(0, 8px);
  }
  #header p.sp.on {
    background-size: 0 2px, 53px 44px;
    transition-delay: 0s;
  }
  #header p.sp.on:before {
    transform: rotate(-45deg);
  }
  #header p.sp.on:after {
    transform: rotate(45deg);
  }
}
/*------------------------------------------------------------
stream
------------------------------------------------------------*/
#stream {
  padding-bottom: 120px;
  position: relative;
  background: url("../images/mcc/stream_background.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 12.5vw;
}
@media screen and (min-width: 1920px) {
  #stream {
    padding-top: 250px;
  }
}
#stream > dl {
  position: relative;
  z-index: 1;
  width: 61%;
  max-width: 1160px;
  margin: 0 auto;
  text-align: left;
  /*
  margin-top: 7.5vw;
  @media screen and (min-width: $contents_width){
  	margin-top: 140px;
  }
  	*/
}
#stream > dl dt img {
  width: 36%;
  max-width: 415px;
}
#stream > dl dd {
  margin-top: 5px;
}
#stream > dl dd img {
  width: 51%;
  max-width: 584px;
}
#stream h2 {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
#stream h2 img {
  width: 76%;
  max-width: 1445px;
}
@media screen and (max-width: 850px) {
  #stream h2 img {
    width: 65%;
  }
}
#stream .movie {
  position: relative;
  z-index: 1;
  width: 56%;
  max-width: 1074px;
  margin: 0 auto;
  padding: 6px;
  background-color: #00869b;
  clip-path: polygon(80px 0%, 100% 0%, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0% 100%, 0% 80px);
}
#stream .movie section {
  background-color: #f0f5fa;
  clip-path: polygon(80px 0%, 100% 0%, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0% 100%, 0% 80px);
  padding: 4vw 2vw;
}
@media screen and (min-width: 1920px) {
  #stream .movie section {
    padding: 80px 40px;
  }
}
#stream .movie section h3 img {
  width: 57%;
  max-width: 555px;
}
#stream .movie section .txt {
  font-size: clamp(10px, -4px + 1.4583333333vw, 24px);
  margin-top: 20px;
  transform: skewX(-5deg);
}
#stream .movie section div {
  display: flex;
  justify-content: space-between;
  border-top: 6px solid #00869b;
  margin-top: 40px;
  padding-top: 60px;
}
#stream .movie section div .movie1, #stream .movie section div .movie2 {
  width: 48%;
  max-width: 470px;
}
#stream .movie section div .movie1 dt, #stream .movie section div .movie2 dt {
  position: relative;
}
#stream .movie section div .movie1 dt a:hover, #stream .movie section div .movie2 dt a:hover {
  opacity: 0.6;
}
#stream .movie section div .movie1 dt.soon:before, #stream .movie section div .movie2 dt.soon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #444;
}
#stream .movie section div .movie1 dt.soon:after, #stream .movie section div .movie2 dt.soon:after {
  content: "Coming Soon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
  font-style: italic;
  font-size: clamp(20px, 10px + 1.3020833333vw, 35px);
  color: #fff;
  width: 100%;
}
#stream .movie section div .movie1 dd, #stream .movie section div .movie2 dd {
  font-size: clamp(20px, 5px + 1.5625vw, 35px);
  font-weight: 700;
  margin-top: 10px;
}
#stream .movie section .bt_x {
  margin-top: 60px;
}
@media screen and (max-width: 1920px) {
  #stream .movie section .bt_x {
    margin-top: 3vw;
  }
}
#stream .movie section .bt_x a {
  display: inline-block;
  width: 31%;
  max-width: 275px;
}
#stream .movie section .bt_x a:hover {
  opacity: 0.6;
}
#stream .character {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 69%;
  max-width: 1322px;
}
@media screen and (max-width: 1220px) {
  #stream .character {
    width: 70%;
  }
}
@media screen and (max-width: 1020px) {
  #stream .character {
    width: 73%;
  }
}
@media screen and (max-width: 915px) {
  #stream .character {
    width: 77%;
  }
}
#stream .dragon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 69%;
  max-width: 1306px;
}

@media screen and (max-width: 768px) {
  #stream {
    margin-top: 0;
    padding-top: 53px;
    padding-bottom: 260px;
    background-image: url("../images/mcc/stream_background_sp.jpg");
  }
  #stream > dl {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    margin-top: 0;
    padding: 0 20px;
  }
  #stream > dl dt img {
    width: 230px;
    height: auto;
  }
  #stream > dl dd img {
    width: auto;
    max-width: 100%;
  }
  #stream h2 {
    position: relative;
    z-index: 1;
    margin-top: 220px;
  }
  #stream h2 img {
    width: 100%;
    max-width: none;
  }
  #stream .movie {
    width: auto;
    max-width: none;
    padding: 3px;
    clip-path: polygon(40px 0%, 100% 0%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0% 100%, 0% 40px);
    margin: 0 30px;
  }
  #stream .movie section {
    clip-path: polygon(40px 0%, 100% 0%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0% 100%, 0% 40px);
    padding: 40px 20px;
  }
  #stream .movie section h3 img {
    width: 100%;
  }
  #stream .movie section .txt {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  #stream .movie section div {
    display: block;
    border-top: 2px solid #00869b;
    margin-top: 20px;
    padding-top: 10px;
  }
  #stream .movie section div .movie1, #stream .movie section div .movie2 {
    margin-top: 20px;
    width: 100%;
    max-width: none;
  }
  #stream .movie section div .movie1 dt a:hover, #stream .movie section div .movie2 dt a:hover {
    opacity: 1;
  }
  #stream .movie section div .movie1 dd, #stream .movie section div .movie2 dd {
    font-size: 1.8rem;
    margin-top: 5px;
  }
  #stream .movie section .bt_x {
    margin-top: 30px;
  }
  #stream .movie section .bt_x a {
    width: auto;
    max-width: none;
  }
  #stream .movie section .bt_x a:hover {
    opacity: 1;
  }
  #stream .movie section .bt_x a img {
    width: auto;
    height: 35px;
  }
  #stream .character {
    bottom: auto;
    right: auto;
    top: 260px;
    width: auto;
    max-width: none;
  }
  #stream .dragon {
    width: 100%;
    max-width: 1306px;
  }
}
/*------------------------------------------------------------
x_campaign
------------------------------------------------------------*/
#x_campaign {
  position: relative;
  padding-top: 140px;
}
#x_campaign h2 {
  text-align: right;
  position: relative;
}
#x_campaign h2 .character {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 30vw;
}
#x_campaign > p {
  margin-top: 80px;
  font-size: clamp(18px, 7.3333333333px + 1.3888888889vw, 34px);
  transform: skewX(-5deg);
}
@media screen and (max-width: 1920px) {
  #x_campaign > p {
    margin-top: 4.3vw;
  }
}
#x_campaign > p span {
  color: #00869b;
}
#x_campaign .dan1 {
  position: relative;
  max-width: 1000px;
  margin: 120px auto 0;
  padding-bottom: 50px;
  background: #fff;
  border: 2px solid #007a74;
  border-radius: 4px;
}
#x_campaign .dan1 h3 {
  margin-top: -70px;
}
#x_campaign .dan1 h3 img {
  width: 94%;
  max-width: 931px;
}
#x_campaign .dan1 .dan1_a {
  margin-top: 15px;
}
#x_campaign .dan1 .dan1_a div {
  display: flex;
  align-items: center;
  position: relative;
}
#x_campaign .dan1 .dan1_a div:before {
  display: block;
  content: "";
  background: url("../images/mcc/x_campaign_plus.png") no-repeat center center;
  background-size: 68px 73px;
  width: 68px;
  height: 73px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#x_campaign .dan1 .dan1_a div dl.card {
  margin-right: -55px;
}
#x_campaign .dan1 .dan1_a div dl.card dt {
  font-size: 2.4rem;
  transform: skewX(-5deg);
}
#x_campaign .dan1 .dan1_a div dl.card dd img {
  margin-top: -60px;
  margin-left: -20px;
}
#x_campaign .dan1 .dan1_a div dl.card dd ul {
  margin-top: -70px;
  text-align: left;
  line-height: 135%;
}
@media screen and (max-width: 1000px) {
  #x_campaign .dan1 .dan1_a div dl.card dd ul {
    line-height: 115%;
  }
}
#x_campaign .dan1 .dan1_a div dl.card dd ul li {
  display: inline;
  font-size: clamp(10px, 7px + 0.390625vw, 14.5px);
  text-indent: -1em;
  font-weight: 700;
  background-image: linear-gradient(transparent 65%, #f0ea0c 65%);
  position: relative;
}
#x_campaign .dan1 .dan1_a div dl.card dd ul li:before {
  display: inline-block;
  content: "※";
}
#x_campaign .dan1 .dan1_a div dl.card dd.text01 {
  display: flex;
  justify-content: center;
}
#x_campaign .dan1 .dan1_a div dl.board dt {
  padding-top: 80px;
  font-size: 3.2rem;
  line-height: 1.2;
  transform: translateY(80px) skewX(-5deg);
}
#x_campaign .dan1 .dan1_b {
  position: relative;
}
#x_campaign .dan1 .dan1_b h4 {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-324px);
}
#x_campaign .dan1 .dan1_b dl {
  display: flex;
  align-items: center;
  width: 645px;
  margin: 0 auto;
}
#x_campaign .dan1 .dan1_b dl dt {
  width: 250px;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-top: 70px;
  transform: skewX(-5deg);
}
#x_campaign .dan1 .dan1_b dl dt span {
  font-size: 3.2rem;
}
#x_campaign .dan1 .dan1_b dl dd ul {
  width: 250px;
  margin-left: 30px;
  text-align: left;
}
#x_campaign .dan1 .dan1_b dl dd ul li {
  font-size: 1.2rem;
  text-indent: -1em;
  font-weight: 700;
}
#x_campaign .dan1 .note {
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  bottom: 30px;
  right: 40px;
}
#x_campaign .dan2 {
  position: relative;
  max-width: 1000px;
  margin: 120px auto 0;
  background: #fff;
  border: 2px solid #007a74;
  border-radius: 4px;
}
#x_campaign .dan2 h3 {
  margin-top: -70px;
}
#x_campaign .dan2 h3 img {
  width: 86%;
  max-width: 856px;
}
#x_campaign .dan2 .dan2_ab {
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  margin-top: -10px;
}
#x_campaign .dan2 .dan2_a {
  flex: 1;
  position: relative;
}
#x_campaign .dan2 .dan2_a h4 {
  position: absolute;
  top: 120px;
  left: 1.5%;
  width: 46%;
  max-width: 320px;
}
@media screen and (max-width: 900px) {
  #x_campaign .dan2 .dan2_a h4 {
    top: 100px;
  }
}
#x_campaign .dan2 .dan2_a dl {
  display: flex;
  align-items: center;
}
#x_campaign .dan2 .dan2_a dl dt {
  font-size: 4.5rem;
  line-height: 1.2;
  transform: skewX(-5deg);
  padding-top: 50px;
}
#x_campaign .dan2 .dan2_a dl dt .name1 {
  font-size: clamp(20px, 8.6666666667px + 1.4756944444vw, 37px);
}
#x_campaign .dan2 .dan2_a dl dt .name2 {
  font-size: clamp(15px, 8.3333333333px + 0.8680555556vw, 25px);
}
#x_campaign .dan2 .dan2_a dl dt small {
  font-size: 1.8rem;
  display: inline-block;
  transform: translateY(-20px);
}
#x_campaign .dan2 .dan2_a dl dt .img01 {
  width: 100%;
  max-width: 336px;
}
#x_campaign .dan2 .dan2_a dl dd {
  margin: 0 -90px;
}
#x_campaign .dan2 .dan2_a dl dd img {
  margin-top: -50px;
  width: 100%;
  max-width: 540px;
}
#x_campaign .dan2 .dan2_b {
  width: 27%;
  max-width: 250px;
  margin-top: 10px;
}
#x_campaign .dan2 .dan2_b h4 {
  width: 91%;
  max-width: 227px;
  margin: 0 auto;
}
#x_campaign .dan2 .dan2_b dl dt {
  margin-top: 5px;
  font-size: clamp(14px, 8.6666666667px + 0.6944444444vw, 22px);
  line-height: 1.2;
  transform: skewX(-5deg);
}
#x_campaign .dan2 .dan2_b dl dt span {
  font-size: clamp(16px, 6.6666666667px + 1.2152777778vw, 30px);
}
#x_campaign .dan2 .dan2_b dl dd img {
  margin-top: -8px;
  margin-bottom: -8px;
  width: 61%;
  max-width: 151px;
}
#x_campaign .dan2 .dan2_b dl dd ul {
  text-align: left;
}
@media screen and (max-width: 1400px) {
  #x_campaign .dan2 .dan2_b dl dd ul {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 890px) {
  #x_campaign .dan2 .dan2_b dl dd ul {
    width: 80%;
  }
}
#x_campaign .dan2 .dan2_b dl dd ul li {
  font-size: clamp(8px, 5.3333333333px + 0.3472222222vw, 12px);
  text-indent: -1em;
  font-weight: 700;
}
#x_campaign .dan2 .note {
  font-size: clamp(8px, 5.3333333333px + 0.3472222222vw, 12px);
  font-weight: 700;
  position: absolute;
  bottom: 30px;
  right: 40px;
  /*
  @media screen and (max-width: 1020px){
  	right: 0%;
  	width: 97%;
  	text-align: left;
  }
  	*/
}
#x_campaign .join h3 {
  font-size: 4.8rem;
  font-weight: 900;
  margin-top: 100px;
}
#x_campaign .join ul {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  counter-reset: num;
}
#x_campaign .join ul li {
  width: 310px;
  counter-increment: num;
  position: relative;
}
#x_campaign .join ul li:after {
  display: flex;
  content: "";
  width: 34px;
  height: 38px;
  background: url("../images/x_campaign_join_arrow.png") no-repeat center center;
  background-size: 34px 38px;
  position: absolute;
  top: 60px;
  right: -20px;
}
#x_campaign .join ul li:last-child:after {
  display: none;
}
#x_campaign .join ul li dl {
  position: relative;
}
#x_campaign .join ul li dl:before {
  display: flex;
  content: counter(num);
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -105px;
  margin-top: -10px;
}
#x_campaign .join ul li dl dd {
  font-size: clamp(14px, 10px + 0.5208333333vw, 20px);
  margin-top: 20px;
}
#x_campaign .join .howto_apply {
  width: 560px;
  margin: 60px auto 0;
}
#x_campaign .join .howto_apply a {
  display: block;
  background: #fff url("../images/mcc/icon_plus.png") no-repeat center right 20px;
  background-size: 30px auto;
  border: 1px solid #000;
  padding: 10px;
  font-size: 2.8rem;
  text-decoration: none;
}
#x_campaign .join .howto_apply a:hover {
  opacity: 0.6;
}
#x_campaign .join .hereto_apply {
  width: 560px;
  margin: 40px auto 0;
  position: relative;
}
#x_campaign .join .hereto_apply.soon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #444;
  opacity: 0.8;
}
#x_campaign .join .hereto_apply.soon:after {
  content: "キャンペーンは終了いたしました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(20px, 10px + 1.3020833333vw, 35px);
  color: #fff;
  width: 100%;
}
#x_campaign .join .hereto_apply a {
  display: block;
  background: #f0ea0c url("../images/icon_arrow_right.png") no-repeat center right 20px;
  background-size: 24px auto;
  border: 1px solid #000;
  padding: 15px;
  font-size: 3.8rem;
  text-decoration: none;
  line-height: 0.85;
}
#x_campaign .join .hereto_apply a span {
  font-size: 2.5rem;
}
#x_campaign .join .hereto_apply a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  #x_campaign {
    padding-top: 200px;
  }
  #x_campaign h2 {
    margin-left: 10px;
  }
  #x_campaign h2 .character {
    right: auto;
    bottom: auto;
    top: -179px;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
  }
  #x_campaign > p {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  #x_campaign .dan1 {
    max-width: none;
    margin: 60px 30px 0;
    padding: 20px 15px;
  }
  #x_campaign .dan1 h3 {
    margin-top: -70px;
    margin-left: -40px;
    width: calc(100% + 70px);
  }
  #x_campaign .dan1 h3 img {
    width: 100%;
    max-width: none;
  }
  #x_campaign .dan1 .dan1_a h4 img {
    width: auto;
    height: 30px;
  }
  #x_campaign .dan1 .dan1_a div {
    display: block;
  }
  #x_campaign .dan1 .dan1_a div:before {
    background-size: 23px 25px;
    width: 23px;
    height: 25px;
    top: 56.5%;
  }
  #x_campaign .dan1 .dan1_a div dl.card {
    margin-right: 0;
    margin-top: 10px;
  }
  #x_campaign .dan1 .dan1_a div dl.card dt {
    font-size: 1.2rem;
  }
  #x_campaign .dan1 .dan1_a div dl.card dt img {
    width: auto;
    height: 36px;
  }
  #x_campaign .dan1 .dan1_a div dl.card dd img {
    margin-top: -30px;
  }
  #x_campaign .dan1 .dan1_a div dl.card dd ul {
    margin-top: -30px;
    padding-left: 10px;
    line-height: 1.2;
  }
  #x_campaign .dan1 .dan1_a div dl.card dd ul li {
    font-size: 1.2rem;
  }
  #x_campaign .dan1 .dan1_a div dl.board {
    margin-top: -20px;
  }
  #x_campaign .dan1 .dan1_a div dl.board dt {
    padding-top: 0;
    font-size: 1.6rem;
    padding-bottom: 30px;
  }
  #x_campaign .dan1 .dan1_b {
    margin-top: -50px;
  }
  #x_campaign .dan1 .dan1_b h4 {
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  #x_campaign .dan1 .dan1_b h4 img {
    width: auto;
    height: 25px;
  }
  #x_campaign .dan1 .dan1_b dl {
    display: flex;
    width: auto;
    flex-wrap: wrap;
  }
  #x_campaign .dan1 .dan1_b dl dt {
    width: 100%;
    font-size: 1.2rem;
    padding-top: 30px;
    text-align: left;
    margin-bottom: 5px;
  }
  #x_campaign .dan1 .dan1_b dl dt span {
    font-size: 1.6rem;
  }
  #x_campaign .dan1 .dan1_b dl dd img {
    width: 80px;
    height: auto;
    margin-left: 30px;
  }
  #x_campaign .dan1 .dan1_b dl dd ul {
    width: auto;
    margin-left: 20px;
  }
  #x_campaign .dan1 .dan1_b dl dd ul li {
    font-size: 1rem;
  }
  #x_campaign .dan1 .dan1_b dl dd:has(ul) {
    flex: 1;
  }
  #x_campaign .dan1 .note {
    font-size: 1rem;
    font-weight: 700;
    position: static;
    margin-top: 10px;
  }
  #x_campaign .dan2 {
    max-width: none;
    margin: 60px 30px 0;
    padding: 20px 15px;
  }
  #x_campaign .dan2 h3 {
    margin-top: -70px;
    margin-left: -40px;
    width: calc(100% + 70px);
  }
  #x_campaign .dan2 h3 img {
    width: 100%;
    max-width: none;
  }
  #x_campaign .dan2 .dan2_ab {
    display: block;
    padding: 0;
    margin-top: 0;
  }
  #x_campaign .dan2 .dan2_a h4 {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -70px;
    margin-top: 20px;
  }
  #x_campaign .dan2 .dan2_a h4 img {
    width: auto;
    height: 25px;
  }
  #x_campaign .dan2 .dan2_a dl {
    justify-content: center;
    margin-top: -30px;
  }
  #x_campaign .dan2 .dan2_a dl dt {
    font-size: 2.2rem;
    padding-top: 30px;
  }
  #x_campaign .dan2 .dan2_a dl dt .name1 {
    font-size: 1.65rem;
  }
  #x_campaign .dan2 .dan2_a dl dt .name2 {
    font-size: 1.1rem;
  }
  #x_campaign .dan2 .dan2_a dl dt small {
    font-size: 1rem;
    transform: translateY(-10px);
  }
  #x_campaign .dan2 .dan2_a dl dt img {
    width: auto;
    height: 30px;
  }
  #x_campaign .dan2 .dan2_a dl dt .img01 {
    width: auto;
    max-width: none;
  }
  #x_campaign .dan2 .dan2_a dl dd {
    margin: 0 -50px 0 -35px;
    width: 220px;
  }
  #x_campaign .dan2 .dan2_a dl dd img {
    margin-top: 0;
  }
  #x_campaign .dan2 .dan2_b {
    width: auto;
    max-width: none;
    position: relative;
    margin-top: -40px;
  }
  #x_campaign .dan2 .dan2_b h4 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: auto;
    max-width: none;
  }
  #x_campaign .dan2 .dan2_b h4 img {
    width: auto;
    height: 25px;
  }
  #x_campaign .dan2 .dan2_b dl {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    align-items: center;
  }
  #x_campaign .dan2 .dan2_b dl dt {
    margin-top: 10px;
    width: 100%;
    font-size: 1.2rem;
    padding-top: 20px;
    text-align: left;
    margin-bottom: 5px;
  }
  #x_campaign .dan2 .dan2_b dl dt span {
    font-size: 1.6rem;
  }
  #x_campaign .dan2 .dan2_b dl dd {
    margin-top: 0;
  }
  #x_campaign .dan2 .dan2_b dl dd img {
    width: 80px;
    height: auto;
    margin-left: 30px;
  }
  #x_campaign .dan2 .dan2_b dl dd ul {
    width: auto;
    margin-left: 20px;
  }
  #x_campaign .dan2 .dan2_b dl dd ul li {
    font-size: 1rem;
  }
  #x_campaign .dan2 .dan2_b dl dd:has(ul) {
    flex: 1;
  }
  #x_campaign .dan2 .note {
    font-size: 1rem;
    font-weight: 700;
    position: static;
    margin-top: 10px;
    width: auto;
  }
  #x_campaign .join h3 {
    font-size: 2.4rem;
    margin-top: 40px;
  }
  #x_campaign .join ul {
    margin-top: 10px;
  }
  #x_campaign .join ul li {
    width: 33%;
    margin: 0 10px;
  }
  #x_campaign .join ul li:after {
    width: 17px;
    height: 19px;
    background-size: 17px 19px;
    top: 25px;
    right: -20px;
  }
  #x_campaign .join ul li dl:before {
    font-size: 2.2rem;
    margin-left: -45px;
    margin-top: -5px;
  }
  #x_campaign .join ul li dl dt img {
    width: 70px;
    height: auto;
  }
  #x_campaign .join ul li dl dd {
    font-size: 1rem;
    margin-top: 10px;
  }
  #x_campaign .join .howto_apply {
    width: auto;
    margin: 30px 30px 0;
  }
  #x_campaign .join .howto_apply a {
    background-position: center right 10px;
    background-size: 15px auto;
    font-size: 1.4rem;
  }
  #x_campaign .join .howto_apply a:hover {
    opacity: 1;
  }
  #x_campaign .join .hereto_apply {
    width: auto;
    margin: 20px 30px 0;
  }
  #x_campaign .join .hereto_apply a {
    background-position: center right 10px;
    background-size: 12px auto;
    font-size: 2rem;
    padding: 10px;
  }
  #x_campaign .join .hereto_apply a span {
    font-size: 1.2rem;
  }
  #x_campaign .join .hereto_apply a:hover {
    opacity: 1;
  }
}
/*------------------------------------------------------------
present_campaign
------------------------------------------------------------*/
#present_campaign {
  position: relative;
  padding-top: 140px;
  padding-bottom: 120px;
}
#present_campaign h2 {
  text-align: left;
  position: relative;
}
#present_campaign h2 .character {
  position: absolute;
  left: 100px;
  bottom: 0;
  width: 30vw;
}
#present_campaign > p {
  margin-top: 80px;
  font-size: clamp(18px, 7.3333333333px + 1.3888888889vw, 34px);
  transform: skewX(-5deg);
}
@media screen and (max-width: 1920px) {
  #present_campaign > p {
    margin-top: 4.3vw;
  }
}
#present_campaign > p span {
  color: #00869b;
}
#present_campaign .prize {
  position: relative;
  max-width: 1000px;
  margin: 120px auto 0;
  padding-bottom: 50px;
  background: #fff;
  border: 2px solid #0062b1;
  border-radius: 4px;
}
#present_campaign .prize h3 {
  margin-top: -70px;
}
#present_campaign .prize div {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#present_campaign .prize div .prize_s, #present_campaign .prize div .prize_a, #present_campaign .prize div .prize_b, #present_campaign .prize div .prize_c {
  width: 50%;
}
#present_campaign .prize div .prize_s dl, #present_campaign .prize div .prize_a dl, #present_campaign .prize div .prize_b dl, #present_campaign .prize div .prize_c dl {
  margin-top: 20px;
}
#present_campaign .prize div .prize_s dl dt, #present_campaign .prize div .prize_a dl dt, #present_campaign .prize div .prize_b dl dt, #present_campaign .prize div .prize_c dl dt {
  font-size: clamp(20px, 10px + 1.3020833333vw, 35px);
  line-height: 1.2;
  transform: skewX(-5deg);
}
#present_campaign .prize div .prize_s dl dt span, #present_campaign .prize div .prize_a dl dt span, #present_campaign .prize div .prize_b dl dt span, #present_campaign .prize div .prize_c dl dt span {
  font-size: clamp(15px, 7.5px + 0.9765625vw, 26.25px);
}
#present_campaign .prize div .prize_s dl dd, #present_campaign .prize div .prize_a dl dd, #present_campaign .prize div .prize_b dl dd, #present_campaign .prize div .prize_c dl dd {
  margin-top: -60px;
  margin-bottom: -20px;
}
#present_campaign .prize div .prize_c dl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
#present_campaign .prize div .prize_c dl dt {
  width: 100%;
  margin-bottom: 20px;
}
#present_campaign .prize div .prize_c dl dd {
  margin-top: 0;
  margin-bottom: 0;
}
#present_campaign .prize div .prize_c dl dd img {
  width: 100%;
  max-width: 151px;
}
@media screen and (max-width: 900px) {
  #present_campaign .prize div .prize_c dl dd img {
    max-width: 120px;
  }
}
#present_campaign .prize div .prize_c dl dd ul {
  width: 225px;
  margin-left: 30px;
  text-align: left;
}
#present_campaign .prize div .prize_c dl dd ul li {
  font-size: 1.2rem;
  text-indent: -1em;
  font-weight: 700;
}
#present_campaign .prize .note {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  padding-right: 50px;
  margin-top: -60px;
}
@media screen and (max-width: 820px) {
  #present_campaign .prize .note {
    margin-top: 10px;
  }
}
#present_campaign .prize figure {
  margin-top: 60px;
}
#present_campaign .prize figure img {
  width: 91%;
  max-width: 900px;
}
#present_campaign .target_product h3 {
  font-size: 4.8rem;
  margin-top: 80px;
}
#present_campaign .target_product > p {
  font-size: 3rem;
  margin-top: 20px;
}
#present_campaign .target_product div {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
#present_campaign .target_product div dl {
  margin: 0 40px;
}
#present_campaign .target_product div dl dd {
  font-size: 2.6rem;
  line-height: 1.2;
}
#present_campaign .target_product div dl dd strong {
  display: inline-block;
  transform: skewX(-5deg);
  font-weight: 900;
}
#present_campaign .target_product div dl dd small {
  font-size: 1.2rem;
  color: #000;
  display: inline-block;
  transform: translateY(-10px);
}
#present_campaign .target_product div dl.shampoo dd {
  color: #007a74;
}
#present_campaign .target_product div dl.rinse dd {
  color: #0062b1;
}
#present_campaign .target_product > ul li {
  font-size: 1.2rem;
}
#present_campaign .target_product .chance {
  font-size: 3rem;
  line-height: 1.2;
  transform: skewX(-5deg);
  margin-top: 10px;
}
#present_campaign .target_product .chance strong {
  background-image: linear-gradient(transparent 65%, #f0ea0c 65%);
  font-weight: 900;
}
#present_campaign .target_product .chance span {
  font-size: 2.25rem;
}
#present_campaign .target_product .chance img {
  margin-top: 10px;
}
#present_campaign .howto_apply h3 {
  font-size: 4.8rem;
  font-weight: 900;
  margin-top: 80px;
}
#present_campaign .howto_apply > p {
  font-size: 2.4rem;
  margin-top: 20px;
}
#present_campaign .howto_apply > ul {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  counter-reset: num;
}
#present_campaign .howto_apply > ul li {
  width: 310px;
  counter-increment: num;
  position: relative;
}
#present_campaign .howto_apply > ul li:after {
  display: flex;
  content: "";
  width: 34px;
  height: 38px;
  background: url("../images/present_campaign_join_arrow.png") no-repeat center center;
  background-size: 34px 38px;
  position: absolute;
  top: 60px;
  right: -20px;
}
#present_campaign .howto_apply > ul li:last-child:after {
  display: none;
}
#present_campaign .howto_apply > ul li dl {
  position: relative;
}
#present_campaign .howto_apply > ul li dl:before {
  display: flex;
  content: counter(num);
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -105px;
  margin-top: -10px;
}
#present_campaign .howto_apply > ul li dl dd {
  font-size: clamp(11px, 7.6666666667px + 0.4340277778vw, 16px);
  margin-top: 20px;
}
#present_campaign .howto_apply .bt_download, #present_campaign .howto_apply .bt_terms {
  width: 560px;
  margin: 30px auto 0;
}
#present_campaign .howto_apply .bt_download a, #present_campaign .howto_apply .bt_terms a {
  display: block;
  background: #fff no-repeat center right 20px;
  background-size: 30px auto;
  border: 1px solid #000;
  padding: 10px;
  font-size: 2.8rem;
  text-decoration: none;
}
#present_campaign .howto_apply .bt_download a:hover, #present_campaign .howto_apply .bt_terms a:hover {
  opacity: 0.6;
}
#present_campaign .howto_apply .bt_download {
  position: relative;
}
#present_campaign .howto_apply .bt_download.soon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #444;
  opacity: 0.8;
}
#present_campaign .howto_apply .bt_download.soon:after {
  content: "Coming Soon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(20px, 13.3333333333px + 0.8680555556vw, 30px);
  color: #fff;
  width: 100%;
}
#present_campaign .howto_apply .bt_download a {
  background-image: url("../images/mcc/icon_download.png");
  background-size: 23px auto;
  font-size: 2.4rem;
}
#present_campaign .howto_apply .bt_terms a {
  background-image: url("../images/mcc/icon_plus.png");
}
#present_campaign .howto_apply .hereto_apply {
  width: 560px;
  margin: 40px auto 0;
  position: relative;
}
#present_campaign .howto_apply .hereto_apply.soon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #444;
  opacity: 0.8;
}
#present_campaign .howto_apply .hereto_apply.soon:after {
  content: "Coming Soon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(20px, 10px + 1.3020833333vw, 35px);
  color: #fff;
  width: 100%;
}
#present_campaign .howto_apply .hereto_apply a {
  display: block;
  background: #f0ea0c url("../images/icon_arrow_right.png") no-repeat center right 20px;
  background-size: 24px auto;
  border: 1px solid #000;
  padding: 25px 10px;
  font-size: 4.2rem;
  text-decoration: none;
  line-height: 1;
}
#present_campaign .howto_apply .hereto_apply a span {
  font-size: 2.5rem;
}
#present_campaign .howto_apply .hereto_apply a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  #present_campaign {
    padding-top: 200px;
    padding-bottom: 40px;
  }
  #present_campaign h2 {
    margin-right: 10px;
  }
  #present_campaign h2 .character {
    left: auto;
    bottom: auto;
    top: -188px;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
  }
  #present_campaign > p {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  #present_campaign .prize {
    max-width: none;
    margin: 60px 30px 0;
    padding: 20px 15px;
  }
  #present_campaign .prize h3 {
    margin-top: -70px;
    margin-left: -40px;
    width: calc(100% + 70px);
  }
  #present_campaign .prize div {
    margin-top: 10px;
  }
  #present_campaign .prize div .prize_s, #present_campaign .prize div .prize_a, #present_campaign .prize div .prize_b, #present_campaign .prize div .prize_c {
    width: 48%;
  }
  #present_campaign .prize div .prize_s dl, #present_campaign .prize div .prize_a dl, #present_campaign .prize div .prize_b dl, #present_campaign .prize div .prize_c dl {
    margin-top: 10px;
  }
  #present_campaign .prize div .prize_s dl dt, #present_campaign .prize div .prize_a dl dt, #present_campaign .prize div .prize_b dl dt, #present_campaign .prize div .prize_c dl dt {
    font-size: 1.2rem;
    white-space: nowrap;
  }
  #present_campaign .prize div .prize_s dl dt span, #present_campaign .prize div .prize_a dl dt span, #present_campaign .prize div .prize_b dl dt span, #present_campaign .prize div .prize_c dl dt span {
    font-size: 0.9rem;
  }
  #present_campaign .prize div .prize_s dl dd, #present_campaign .prize div .prize_a dl dd, #present_campaign .prize div .prize_b dl dd, #present_campaign .prize div .prize_c dl dd {
    margin-top: -10px;
    margin-bottom: 0;
  }
  #present_campaign .prize div .prize_s dl dd img, #present_campaign .prize div .prize_a dl dd img, #present_campaign .prize div .prize_b dl dd img, #present_campaign .prize div .prize_c dl dd img {
    transform: scale(1.25);
  }
  #present_campaign .prize div .prize_b dl dd {
    margin-top: -2px;
  }
  #present_campaign .prize div .prize_b dl dd img {
    width: 30vw;
    height: auto;
    margin-top: -5px;
  }
  #present_campaign .prize div .prize_c dl {
    display: block;
  }
  #present_campaign .prize div .prize_c dl dd {
    margin-top: 10px;
  }
  #present_campaign .prize div .prize_c dl dd img {
    width: 10vw;
    height: auto;
    margin-top: -10px;
  }
  #present_campaign .prize div .prize_c dl dd ul {
    width: 200%;
    margin-left: -101.5%;
  }
  #present_campaign .prize div .prize_c dl dd ul li {
    font-size: 1rem;
  }
  #present_campaign .prize .note {
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    padding-right: 0;
    margin-top: 10px;
  }
  #present_campaign .prize figure {
    margin-top: 20px;
  }
  #present_campaign .prize figure img {
    width: 100%;
    max-width: none;
  }
  #present_campaign .target_product h3 {
    font-size: 2.4rem;
    margin-top: 40px;
  }
  #present_campaign .target_product > p {
    font-size: 1.5rem;
    margin-top: 10px;
  }
  #present_campaign .target_product div dl {
    margin: 0 10px;
  }
  #present_campaign .target_product div dl dd {
    font-size: 1.3rem;
  }
  #present_campaign .target_product div dl dd small {
    font-size: 1rem;
    transform: translateY(0);
  }
  #present_campaign .target_product > ul {
    margin-top: 10px;
  }
  #present_campaign .target_product > ul li {
    font-size: 1rem;
  }
  #present_campaign .target_product .chance {
    font-size: 1.5rem;
  }
  #present_campaign .target_product .chance span {
    font-size: 1.125rem;
  }
  #present_campaign .target_product .chance img {
    width: auto;
    height: 50px;
  }
  #present_campaign .howto_apply h3 {
    font-size: 2.4rem;
    margin-top: 40px;
  }
  #present_campaign .howto_apply > p {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  #present_campaign .howto_apply > ul {
    margin-top: 20px;
  }
  #present_campaign .howto_apply > ul li {
    margin: 0 10px;
    width: 33%;
  }
  #present_campaign .howto_apply > ul li:after {
    width: 17px;
    height: 19px;
    background-size: 17px 19px;
    top: 25px;
    right: -20px;
  }
  #present_campaign .howto_apply > ul li dl:before {
    font-size: 2.2rem;
    top: 0;
    margin-left: -45px;
    margin-top: -5px;
  }
  #present_campaign .howto_apply > ul li dl dt img {
    width: 70px;
    height: auto;
  }
  #present_campaign .howto_apply > ul li dl dd {
    font-size: 1rem;
    margin-top: 10px;
    text-align: left;
  }
  #present_campaign .howto_apply .bt_download, #present_campaign .howto_apply .bt_terms {
    width: auto;
    margin: 20px 30px 0;
  }
  #present_campaign .howto_apply .bt_download a, #present_campaign .howto_apply .bt_terms a {
    background-position: center right 10px;
    background-size: 15px auto;
    padding: 10px;
    font-size: 1.4rem;
  }
  #present_campaign .howto_apply .bt_download a:hover, #present_campaign .howto_apply .bt_terms a:hover {
    opacity: 1;
  }
  #present_campaign .howto_apply .hereto_apply {
    width: auto;
    margin: 20px 30px 0;
  }
  #present_campaign .howto_apply .hereto_apply a {
    background-position: center right 10px;
    background-size: 12px auto;
    font-size: 2.1rem;
    padding: 20px 10px;
  }
  #present_campaign .howto_apply .hereto_apply a span {
    font-size: 1.2rem;
  }
  #present_campaign .howto_apply .hereto_apply a:hover {
    opacity: 1;
  }
}
/*------------------------------------------------------------
collabo
------------------------------------------------------------*/
#collabo {
  background: url("../images/collabo_card_background.jpg") no-repeat center center;
  background-size: cover;
  padding: 120px 0 100px;
}
#collabo .add02 {
  margin-left: 40px;
}
#collabo div {
  display: flex;
  justify-content: center;
}
#collabo div dl {
  color: #fff;
}
#collabo div dl dd {
  font-size: clamp(20px, 12px + 1.0416666667vw, 32px);
  line-height: 1.2;
}
#collabo div dl dd span {
  font-size: clamp(10px, 6px + 0.5208333333vw, 16px);
}
#collabo div dl dd {
  padding: 0 1rem;
}
#collabo div dl.card dt {
  margin: -60px -110px 0 0;
}
@media screen and (max-width: 1200px) {
  #collabo div dl.card dt img {
    width: 96%;
    max-width: 644px;
    margin-top: 3%;
  }
}
@media screen and (max-width: 950px) {
  #collabo div dl.card dt img {
    width: 91%;
    margin-top: 5%;
  }
}
#collabo div dl.add01 dt, #collabo div dl.add01 dd {
  margin-left: -30px;
  margin-right: 30px;
}
#collabo div.text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#collabo div.text div + div {
  margin-left: 5px;
}
#collabo div.text p {
  line-height: 1 !important;
}
#collabo p {
  color: #f0ea0c;
  font-size: clamp(26px, 26px + 0vw, 26px);
  line-height: 1.2;
}
#collabo p strong {
  font-size: clamp(31px, 10.3333333333px + 2.6909722222vw, 62px);
}
#collabo p span {
  font-size: clamp(20px, 6.4666666667px + 1.7621527778vw, 40.3px);
}
#collabo p small {
  font-size: clamp(10px, 8.6666666667px + 0.1736111111vw, 12px);
  color: #fff;
  display: block;
  margin-top: 5px;
  line-height: 1.5;
}

@media screen and (max-width: 860px) {
  #collabo {
    background-image: url("../images/collabo_card_background_sp.jpg");
    padding: 40px 20px;
  }
  #collabo .add02 {
    margin-left: 0;
  }
  #collabo div {
    flex-wrap: wrap;
  }
  #collabo div dl {
    width: 50%;
  }
  #collabo div dl dd {
    font-size: 1.6rem;
  }
  #collabo div dl dd span {
    font-size: 1rem;
  }
  #collabo div dl dd {
    padding: 0;
  }
  #collabo div dl.card {
    width: 100%;
  }
  #collabo div dl.card dt {
    margin: -30px 0;
  }
  #collabo div dl.card dt img {
    width: 100%;
    margin-top: 0;
  }
  #collabo div dl.add01 dt, #collabo div dl.add01 dd {
    margin-left: 0;
    margin-right: 0;
  }
  #collabo p {
    font-size: 1.2rem;
  }
  #collabo p strong {
    font-size: 2.8rem;
  }
  #collabo p span {
    font-size: 1.82rem;
  }
  #collabo p small {
    font-size: 1rem;
  }
}
@media screen and (max-width: 630px) {
  #collabo div.text {
    flex-wrap: nowrap;
    text-align: left;
  }
  #collabo div.text div:first-of-type {
    justify-content: flex-end;
  }
  #collabo div.text div:first-of-type p span {
    font-size: 1.3rem !important;
  }
  #collabo div.text div:last-of-type p {
    text-align: right;
  }
}
@media screen and (max-width: 400px) {
  #collabo div.text div + div {
    margin-left: 2px;
  }
}
/*------------------------------------------------------------
about_coolburst
------------------------------------------------------------*/
#about_coolburst {
  padding: 80px 0 40px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  #about_coolburst {
    padding: 4vw 0 2vw;
  }
}
#about_coolburst:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  background: linear-gradient(150deg, rgb(105, 139, 138) 0%, rgb(9, 94, 91) 40%, rgb(149, 170, 191) 100%);
}
#about_coolburst:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 50%;
  height: 100%;
  background: linear-gradient(150deg, rgb(6, 76, 136) 0%, rgb(66, 122, 169) 70%, rgb(254, 254, 254) 100%);
}
#about_coolburst .txt {
  font-size: clamp(18px, 9.3333333333px + 1.1284722222vw, 31px);
  color: #fff;
  transform: skewX(-5deg);
  position: relative;
  z-index: 1;
}
#about_coolburst .about_coolburst_ttl {
  width: 47%;
  max-width: 897px;
}
#about_coolburst ul {
  display: flex;
  justify-content: center;
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
#about_coolburst ul li:first-child {
  padding-right: 300px;
}
#about_coolburst ul li:last-child {
  padding-left: 300px;
}
#about_coolburst .catch {
  position: relative;
  z-index: 1;
  margin-top: -30px;
}
@media screen and (max-width: 1920px) {
  #about_coolburst .catch img {
    width: 49%;
    max-width: 841px;
  }
}
#about_coolburst .character {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 1100px) {
  #about_coolburst {
    padding: 40px 0 20px;
  }
  #about_coolburst h2 img {
    width: 90%;
    height: auto;
  }
  #about_coolburst .txt {
    font-size: clamp(32px, 26.1104294479px + 0.7668711656vw, 37px);
  }
  #about_coolburst .about_coolburst_ttl {
    width: 90%;
    height: auto;
  }
  #about_coolburst ul {
    margin-top: 54vw;
  }
  #about_coolburst ul li:first-child {
    padding-right: 0;
  }
  #about_coolburst ul li:last-child {
    padding-left: 0;
  }
  #about_coolburst .catch {
    margin-top: 0;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1920px) {
  #about_coolburst .catch img {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #about_coolburst .txt {
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
#footer {
  padding: 60px 0 80px;
  position: relative;
}
#footer .hereto_site {
  width: 560px;
  margin: 0 auto;
}
#footer .hereto_site a {
  display: block;
  background: #f0ea0c url("../images/icon_arrow_right.png") no-repeat center right 20px;
  background-size: 24px 37px;
  font-size: 4.2rem;
  line-height: 100px;
  text-decoration: none;
}
#footer .hereto_site a:hover {
  opacity: 0.6;
}
#footer h2 {
  margin-top: 80px;
  font-size: 3.4rem;
}
#footer dl {
  margin-top: 40px;
}
#footer dl dt {
  font-size: 2.5rem;
  line-height: 1;
}
#footer dl dd {
  font-size: 1.7rem;
}
#footer dl dd.tel {
  font-size: 7.8rem;
  line-height: 1.2;
}
#footer .logo {
  margin: 80px 80px 0;
  padding-top: 80px;
  border-top: 2px solid #000;
}
#footer ul {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
#footer ul li {
  margin: 0 20px;
}
#footer ul li a {
  text-decoration: none;
}
#footer ul li a:hover {
  text-decoration: underline;
}
#footer .backto_top {
  position: absolute;
  bottom: 120px;
  right: 80px;
}
@media screen and (max-width: 1920px) {
  #footer .backto_top {
    width: 6%;
    max-width: 105px;
  }
}
#footer .backto_top a {
  display: block;
  background: #f0f5fa;
}
#footer .backto_top a:hover {
  opacity: 0.6;
}
#footer .copyright {
  margin-top: 40px;
  line-height: 1.2;
}
#footer .copyright small {
  font-size: 1.2rem;
}

@media screen and (max-width: 950px) {
  #footer .backto_top {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 20px 0;
  }
  #footer .hereto_site {
    width: auto;
    margin: 0 40px;
  }
  #footer .hereto_site a {
    background-position: center right 10px;
    background-size: 12px 19px;
    font-size: 2.1rem;
    line-height: 50px;
  }
  #footer .hereto_site a:hover {
    opacity: 1;
  }
  #footer h2 {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  #footer dl {
    margin-top: 20px;
  }
  #footer dl dt {
    font-size: 1.2rem;
  }
  #footer dl dd {
    font-size: 1rem;
  }
  #footer dl dd.tel {
    font-size: 3.6rem;
  }
  #footer .logo {
    margin: 30px 20px 0;
    padding-top: 30px;
  }
  #footer .logo img {
    width: auto;
    height: 17px;
  }
  #footer ul {
    margin-top: 20px;
  }
  #footer ul li {
    margin: 0 5px;
    font-size: 1rem;
  }
  #footer .backto_top {
    bottom: 142px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1920px) {
  #footer .backto_top {
    width: 50px;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  #footer .backto_top a:hover {
    opacity: 1;
  }
  #footer .backto_top a img {
    width: 50px;
    height: auto;
  }
  #footer .copyright {
    margin-top: 20px;
  }
  #footer .copyright small {
    font-size: 1rem;
  }
}
.modal_container__message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 5000;
}
.modal_container__message:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal_container__message.active {
  opacity: 1;
  visibility: visible;
}

.modal_body__message {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1300px;
  width: 90%;
}

.modal_close__message {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  color: #007a74;
  cursor: pointer;
  font-size: 40px;
  font-weight: 100;
  z-index: 1;
}
.modal_close__message:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -47%);
  border-radius: 50px;
  width: 70px;
  height: 70px;
  border: solid 1px #007a74;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .modal_close__message {
    top: -15px;
    right: -15px;
    font-size: 30px;
  }
  .modal_close__message:before {
    width: 45px;
    height: 45px;
  }
}

.modal_content__message .modal_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.modal_content__message iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modaal-container .modaal-close:hover:before,
.modaal-container .modaal-close:hover:after {
  background: #bbb;
}
@media screen and (max-width: 767px) {
  .modaal-container .modaal-close:hover:before,
  .modaal-container .modaal-close:hover:after {
    background: #fff;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}/*# sourceMappingURL=common.css.map */