@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: none;
  padding: 30px;
  border-radius: 5px;
}
.terms dl {
  margin-top: 29px;
}
.terms dl:nth-of-type(1) {
  margin-top: 0;
}
.terms dl dt {
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 1.4;
}
.terms dl dd {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.66;
  text-align: left;
  letter-spacing: -0.028em;
}
.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 dl dd ul li .font-s {
  font-size: 76%;
}
.terms dl dd ul.ul-indent-0 li {
  text-indent: 0;
  padding-left: 0;
}
.terms dl dd ul.ul-indent-0 li + li {
  margin-top: 14px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .inner {
    width: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
  .terms {
    padding: 4.5333333333vw 4vw;
  }
  .terms dl {
    margin-top: 3.4666666667vw;
  }
  .terms dl dt {
    font-size: 3.6vw;
  }
  .terms dl dd {
    font-size: 2.4vw;
    line-height: 1.66;
    margin-top: 1.0666666667vw;
  }
}
/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  margin: 0 auto;
  max-width: 1920px;
}

@media screen and (max-width: 768px) {
  #wrapper {
    overflow: hidden;
  }
}
/*------------------------------------------------------------
mv
------------------------------------------------------------*/
#mv {
  position: relative;
  background: #000;
  overflow: hidden;
}
#mv:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/mv_catch_bg.png) repeat-x center/cover;
  position: absolute;
  bottom: 0;
  z-index: 6;
}
#mv .logo {
  opacity: 0;
  position: absolute;
  top: -6%;
  left: -0.8%;
  z-index: 10;
  width: 28.05%;
  max-width: 538px;
}
#mv h1 {
  opacity: 0;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 61.1%;
  transform: translateX(-50%);
  z-index: 10;
}
#mv h1 img {
  width: 76.7%;
  max-width: 1472px;
}
#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: 5%;
  right: 9.2%;
  z-index: 9;
  width: 25.3%;
  max-width: 485px;
}
#mv .copyright {
  opacity: 0;
  font-size: clamp(10px, 6px + 0.4166666667vw, 14px);
  font-weight: normal;
  color: #fff;
  position: absolute;
  bottom: 28px;
  right: 73px;
  z-index: 7;
}
@media screen and (max-width: 920px) {
  #mv .copyright {
    bottom: 20px;
  }
}
#mv .character {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  max-width: 1920px;
}
#mv .dragon {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  width: 100%;
  max-width: 1920px;
}
#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,
#mv.on .mv_tonicshampoo {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #mv {
    height: 171.2vw;
    background: #000 url(../images/mv_background_flame_sp.png) no-repeat center/cover;
    margin-bottom: -10.6666666667vw;
    overflow: hidden;
  }
  #mv:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/mv_background_flame_sp.png) no-repeat center/cover;
    pointer-events: none;
  }
  #mv:after {
    content: "";
    display: none;
    width: 100%;
    height: 167.2vw;
    box-sizing: border-box;
    background: url(../images/mv_thunder_sp.png) no-repeat center top/100% 100%;
    position: absolute;
    top: -0.4vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 6;
  }
  #mv .logo {
    width: auto;
    max-width: inherit;
    top: -22px;
    left: -17px;
  }
  #mv .logo img {
    width: 212px;
    height: auto;
  }
  #mv h1 {
    opacity: 0;
    bottom: auto;
    left: 46.6666666667vw;
    top: 10.9333333333vw;
    width: 89.7333333333vw;
  }
  #mv h1 img.sp {
    width: 100%;
    opacity: 0;
  }
  #mv .catch_days {
    width: 86vw;
    position: absolute;
    top: 133.8666666667vw;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
    opacity: 0;
  }
  #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: 106.1333333333vw;
    right: 2.1333333333vw;
    bottom: auto;
    text-align: right;
    width: 33.0666666667vw;
    max-width: none;
  }
  #mv .copyright {
    font-size: 2vw;
    top: 157.0666666667vw;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
  }
  #mv .character {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
  }
  #mv .dragon {
    top: 19.3333333333vw;
    width: 117.8666666667vw;
    right: -15.8666666667vw;
    max-width: none;
  }
  #mv .white_overlay {
    -webkit-mask-image: url("../images/mv_background_flame_mask_sp.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    mask-image: url("../images/mv_background_flame_mask_sp.png");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
  }
  #mv.on {
    background: #000 url(../images/mv_background_flame_sp.png) no-repeat center/cover;
  }
  #mv.on h1 img.sp {
    opacity: 1;
  }
  #mv.on::after {
    display: block;
  }
}
/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
  top: inherit;
  left: inherit;
  transform: none;
}
#header.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  z-index: 1000;
}
#header nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  overflow-y: scroll;
  padding-bottom: 1;
}
#header nav p {
  display: block;
  position: absolute;
  top: -50px;
  left: -6px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  #header nav p {
    top: -50px;
    left: -30px;
  }
}
#header nav p img {
  width: 100%;
  max-width: 538px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  #header nav p img {
    max-width: 420px;
  }
}
#header nav ul {
  height: auto;
  margin: 0 auto;
  padding: 97px 30px 0;
  width: fit-content;
  display: block;
  background: none;
  position: relative;
  left: 7px;
}
#header nav ul li {
  padding: 0;
  width: fit-content;
  margin: 60px 0 0;
}
#header nav ul li:last-child {
  padding-bottom: 0;
}
#header nav ul li:nth-child(2) {
  margin-top: 44px;
}
#header nav ul li:nth-child(3) {
  margin-top: 44px;
}
#header nav ul li a {
  display: inline-block;
}
#header nav ul li a:hover {
  opacity: 0.6;
}
#header nav ul li a img {
  width: 80%;
  height: auto;
}
#header nav ul li.nav_original_movie a img {
  width: 293px;
}
#header nav ul li.nav_campaign1 a img {
  width: 508px;
}
#header nav ul li.nav_campaign2 a img {
  width: 353px;
}
#header nav ul li.nav_set a img {
  width: 415px;
}
#header nav ul li.nav_supercoolburst a img {
  width: 264px;
}
#header nav ul li.nav_about_coolburst a img {
  width: 290px;
}
#header nav ul li:after {
  display: none;
}
#header p.menu {
  opacity: 0;
  position: fixed;
  top: 50px;
  right: 75px;
  z-index: 100;
  width: 87.9px;
  height: 76.1px;
  background: url(../images/menu_background.png) no-repeat center/contain;
  color: rgba(0, 0, 0, 0);
  overflow: hidden;
  cursor: pointer;
  filter: drop-shadow(0 0 105px rgba(0, 0, 0, 0.8));
}
@media screen and (min-width: 1921px) {
  #header p.menu {
    left: calc(50% + 798px);
  }
}
@media screen and (max-width: 1500px) {
  #header p.menu {
    width: 50px;
    height: 43px;
    top: 3.1vw;
    right: 60px;
  }
}
#header p.menu:before, #header p.menu:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 51px;
  height: 2.5px;
  background: linear-gradient(to right, #ffffff 0%, #78716e 60%, #ffffff 100%);
  transition: 0.2s;
}
@media screen and (max-width: 1500px) {
  #header p.menu:before, #header p.menu:after {
    width: 29px;
    height: 1px;
  }
}
#header p.menu:before {
  transform: translate(0, -10px);
}
@media screen and (max-width: 1500px) {
  #header p.menu:before {
    transform: translate(0, -5px);
  }
}
#header p.menu:after {
  transform: translate(0, 10px);
}
@media screen and (max-width: 1500px) {
  #header p.menu:after {
    transform: translate(0, 5px);
  }
}
#header p.menu.on {
  background: url(../images/menu_background_on.png) no-repeat center/contain;
  transition-delay: 0s;
}
#header p.menu.on:before, #header p.menu.on:after {
  height: 2px;
}
#header p.menu.on:before {
  transform: rotate(-20deg);
}
#header p.menu.on:after {
  transform: rotate(20deg);
}

@media screen and (max-width: 768px) {
  #header {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
  }
  #header nav p {
    top: -22px;
    left: -17px;
  }
  #header nav p img {
    max-width: 212px;
  }
  #header nav ul {
    padding: 80px 30px 0;
    left: 0;
  }
  #header nav ul li {
    margin: 8.8vw 0 0;
  }
  #header nav ul li:nth-child(2) {
    margin-top: 6.4vw;
  }
  #header nav ul li:nth-child(3) {
    margin-top: 6.4vw;
  }
  #header nav ul li.nav_original_movie a img {
    width: 46.6666666667vw;
  }
  #header nav ul li.nav_campaign1 a img {
    width: 80.9333333333vw;
  }
  #header nav ul li.nav_campaign2 a img {
    width: 56.2666666667vw;
  }
  #header nav ul li.nav_set a img {
    width: 66.1333333333vw;
  }
  #header nav ul li.nav_supercoolburst a img {
    width: 42vw;
  }
  #header nav ul li.nav_about_coolburst a img {
    width: 46.2666666667vw;
  }
  #header p.menu {
    width: 44px;
    height: 38px;
    top: 19px;
    right: 21px;
  }
  #header p.menu:before, #header p.menu:after {
    width: 25.5px;
  }
  #header p.menu.on:before, #header p.menu.on:after {
    height: 1px;
  }
}
/*------------------------------------------------------------
stream
------------------------------------------------------------*/
#stream {
  padding-bottom: 120px;
  position: relative;
  padding-top: 4.5vw;
}
@media screen and (min-width: 1920px) {
  #stream {
    padding-top: 90px;
  }
}
#stream::before {
  content: "";
  display: block;
  width: min(78.8541666667vw, 1514px);
  height: min(0.46875vw, 9px);
  position: absolute;
  top: min(-0.2083333333vw, -4px);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 6;
}
@media screen and (max-width: 1200px) {
  #stream::before {
    top: min(-0.1041666667vw, -2px);
  }
}
#stream > dl {
  position: relative;
  z-index: 1;
  width: 61%;
  margin: 0 auto;
}
#stream > dl dt img {
  width: 32.8%;
  max-width: 384px;
}
#stream > dl dd {
  margin-top: min(1.4583333333vw, 28px);
  font-size: min(1.0416666667vw, 20px);
  line-height: 1.75;
  font-weight: 600;
  letter-spacing: 0;
}
#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 .anchor#movie {
  margin-top: -10%;
  padding-top: 10%;
  display: inline-block;
}
#stream .movie {
  position: relative;
  z-index: 1;
  width: 57.3%;
  max-width: 1100px;
  margin: 74.5% auto 0;
}
#stream .movie section {
  padding: min(2.0833333333vw, 40px) min(4.5833333333vw, 88px) min(3.1770833333vw, 61px);
}
#stream .movie section h3 img {
  width: 46.6%;
  max-width: 451px;
  margin: 0 auto;
}
#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;
  margin-top: min(2.96875vw, 57px);
}
#stream .movie section div .movie1,
#stream .movie section div .movie2 {
  width: 48%;
  max-width: 432px;
}
#stream .movie section div .movie1 dt,
#stream .movie section div .movie2 dt {
  position: relative;
}
#stream .movie section div .movie1 dt a .movie-label,
#stream .movie section div .movie2 dt a .movie-label {
  position: absolute;
  left: -5%;
  top: -9.5%;
  width: 27.8%;
  max-width: 123px;
}
#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,
#stream .movie section div .movie2 dt.soon {
  pointer-events: none;
}
#stream .movie section div .movie1 dd,
#stream .movie section div .movie2 dd {
  font-size: min(1.0416666667vw, 20px);
  font-weight: 600;
  margin-top: min(0.9375vw, 18px);
}
#stream .movie section div .movie2 dd {
  margin-top: min(0.8333333333vw, 16px);
}
#stream .movie section div .movie2 dd [data-ruby] {
  position: relative;
}
#stream .movie section div .movie2 dd [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: -0.5em;
  right: 0;
  margin: auto;
  font-size: min(0.6770833333vw, 13px);
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
#stream .movie section .bt_x {
  margin-top: min(2.3958333333vw, 46px);
}
#stream .movie section .bt_x a {
  display: inline-block;
  width: 52.3%;
  max-width: 450px;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0.3em 1em 0.5em;
  background: linear-gradient(to right, #464646 0%, #000000 15%, #000000 50%, #000000 85%, #464646 100%);
}
#stream .movie section .bt_x a:hover {
  opacity: 0.6;
}
#stream .movie section .bt_x a .bt_x_txt {
  font-size: min(1.5625vw, 30px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
#stream .character {
  position: absolute;
  top: 13.3%;
  right: 6.8%;
  width: 65.4%;
  max-width: 1254px;
}
#stream .character02 {
  position: absolute;
  top: 13.4%;
  right: 24.4%;
  width: 60.9%;
  max-width: 1169px;
}

@media screen and (max-width: 768px) {
  #stream {
    padding-top: 18.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
  #stream::before {
    display: none;
  }
  #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 {
    margin-top: 3.7333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.73;
  }
  #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 .anchor#movie {
    margin-top: -15%;
    padding-top: 15%;
  }
  #stream .movie {
    width: auto;
    max-width: none;
    margin: 216vw 8vw 0;
  }
  #stream .movie section {
    padding: 5.7333333333vw 5.3333333333vw 13.3333333333vw;
  }
  #stream .movie section h3 img {
    width: 67.8666666667vw;
    max-width: inherit;
  }
  #stream .movie section .txt {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  #stream .movie section div {
    display: block;
    margin-top: 6.6666666667vw;
  }
  #stream .movie section div .movie1,
  #stream .movie section div .movie2 {
    margin: 6.6666666667vw auto 0;
    width: 100%;
    max-width: 64vw;
  }
  #stream .movie section div .movie1 dt a .movie-label,
  #stream .movie section div .movie2 dt a .movie-label {
    left: -3.2vw;
    top: -2.9333333333vw;
    width: 16.4vw;
    max-width: inherit;
  }
  #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: 3.4666666667vw;
    margin-top: 2vw;
  }
  #stream .movie section div .movie1 dd [data-ruby]::before,
  #stream .movie section div .movie2 dd [data-ruby]::before {
    font-size: 1.8666666667vw;
  }
  #stream .movie section .bt_x {
    margin-top: 8vw;
    width: auto;
    max-width: none;
  }
  #stream .movie section .bt_x a {
    max-width: inherit;
    width: 68vw;
    padding: 0.45em 1em 0.65em;
    border-radius: 2.5px;
  }
  #stream .movie section .bt_x a:hover {
    opacity: 1;
  }
  #stream .movie section .bt_x a .bt_x_txt {
    font-size: 5.3333333333vw;
  }
  #stream .character {
    bottom: auto;
    right: auto;
    top: 69.3333333333vw;
    width: auto;
    max-width: none;
  }
  #stream .character02 {
    top: 137.7333333333vw;
    right: 0;
    width: 100vw;
    max-width: inherit;
  }
  #stream .dragon {
    width: 100%;
    max-width: 1306px;
  }
}
/*------------------------------------------------------------
x_campaign
------------------------------------------------------------*/
#x_campaign {
  position: relative;
  padding-top: min(7.5vw, 90px);
}
#x_campaign h2 {
  width: min(63.5vw, 762px);
  margin: 0 auto;
}
#x_campaign h2 .character {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 30vw;
}
#x_campaign > p {
  margin-top: min(-0.4166666667vw, -5px);
  font-size: min(1.6666666667vw, 20px);
  font-weight: 600;
  line-height: 1.6;
}
#x_campaign > p span {
  color: #00869b;
}
#x_campaign .x_campaign_line {
  display: block;
  width: min(87.5vw, 1050px);
  height: 1px;
  background: #009489;
  margin: 3.5% auto 3%;
  border: none;
}
#x_campaign .dan {
  position: relative;
  margin: 0 auto;
}
#x_campaign .dan h3 img {
  width: min(95.25vw, 1143px);
  margin: 0 auto;
  position: relative;
  left: -1.4%;
}
#x_campaign .dan h3 img.dan_tit_img_2 {
  left: -2.6%;
  width: min(91.75vw, 1101px);
}
#x_campaign .dan h3 img.dan_tit_img_3 {
  left: -2.7%;
  width: min(91.1666666667vw, 1094px);
}
#x_campaign .dan .dan_a {
  margin-top: min(2.5vw, 30px);
}
#x_campaign .dan .dan_a div {
  display: flex;
  justify-content: center;
  position: relative;
}
#x_campaign .dan .dan_a div dl.card dt h4 {
  width: min(27.5vw, 330px);
  margin: 0 auto;
}
#x_campaign .dan .dan_a div dl.card dt .goods-name {
  font-size: min(1.6666666667vw, 20px);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-top: min(0.9375vw, 18px);
  letter-spacing: 0.05em;
}
#x_campaign .dan .dan_a div dl.card dt .goods-name [data-ruby] {
  position: relative;
}
#x_campaign .dan .dan_a div dl.card dt .goods-name [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.9em;
  left: -1em;
  right: 0;
  margin: auto;
  font-size: min(1vw, 12px);
  font-weight: 400;
  letter-spacing: -0.05em;
  white-space: nowrap;
  text-align: center;
}
#x_campaign .dan .dan_a div dl._1-a {
  position: relative;
  left: -1%;
}
#x_campaign .dan .dan_a div dl._1-a dd img {
  margin-top: -10.3%;
  width: min(55vw, 660px);
}
#x_campaign .dan .dan_a div dl._1-b {
  position: relative;
  left: -4.3%;
}
#x_campaign .dan .dan_a div dl._1-b dd img {
  margin-top: -16%;
  width: min(25vw, 300px);
}
#x_campaign .dan .dan_a div dl._2-a {
  position: relative;
  left: -1%;
}
#x_campaign .dan .dan_a div dl._2-a dd img {
  margin-top: -10.5%;
  width: min(55.1666666667vw, 662px);
}
#x_campaign .dan .dan_a div dl._2-b {
  position: relative;
  left: -4.3%;
}
#x_campaign .dan .dan_a div dl._2-b dd img {
  margin-top: -16.2%;
  width: min(25vw, 300px);
}
#x_campaign .dan .dan_a div dl._3-a {
  position: relative;
  left: 4%;
}
@media screen and (max-width: 1500px) {
  #x_campaign .dan .dan_a div dl._3-a dt .goods-name {
    margin-top: min(1.3020833333vw, 25px);
  }
}
#x_campaign .dan .dan_a div dl._3-a dd img {
  margin-top: -6.4%;
  max-width: inherit;
  width: 590px;
}
@media screen and (max-width: 1250px) {
  #x_campaign .dan .dan_a div dl._3-a dd img {
    width: min(49.1666666667vw, 590px);
  }
}
#x_campaign .dan .dan_a div dl._3-b {
  position: relative;
  left: -3.7%;
}
#x_campaign .dan .dan_a div dl._3-b dd img {
  margin-top: -32.8%;
  max-width: inherit;
  width: 435px;
}
@media screen and (max-width: 1250px) {
  #x_campaign .dan .dan_a div dl._3-b dd img {
    width: min(36.25vw, 435px);
  }
}
#x_campaign .dan .dan_a div dl._3-c {
  position: relative;
  left: -6.5%;
}
#x_campaign .dan .dan_a div dl._3-c dd img {
  margin-top: -16.2%;
  max-width: inherit;
  width: 300px;
}
@media screen and (max-width: 1250px) {
  #x_campaign .dan .dan_a div dl._3-c dd img {
    width: min(25vw, 300px);
  }
}
#x_campaign .dan .dan-chuki-ul {
  margin: -4.2% auto 0;
  width: fit-content;
}
.dan3 #x_campaign .dan .dan-chuki-ul {
  margin-top: -10%;
}
#x_campaign .dan .dan-chuki-ul li {
  font-size: min(1.1666666667vw, 14px);
  font-weight: 400;
  line-height: 1.71;
  text-align: left;
}
#x_campaign .dan.dan3 .dan-chuki-ul {
  margin-top: -5.7%;
}
@media screen and (max-width: 1250px) {
  #x_campaign .dan.dan3 .dan-chuki-ul {
    margin-top: -9.7%;
  }
}
#x_campaign .join {
  border: 4px solid #009489;
  border-radius: 10px;
  margin: min(5.3333333333vw, 64px) auto 0;
  padding: min(4.6666666667vw, 56px) min(5vw, 60px) min(6.1666666667vw, 74px);
  max-width: min(91.6666666667vw, 1200px);
  position: relative;
}
#x_campaign .join h3 {
  font-size: min(3.75vw, 45px);
  font-weight: 600;
}
#x_campaign .join ul {
  margin-top: min(3.3333333333vw, 40px);
  display: flex;
  justify-content: space-between;
  counter-reset: num;
}
#x_campaign .join ul li {
  width: min(25.8333333333vw, 310px);
  counter-increment: num;
  position: relative;
}
#x_campaign .join ul li:nth-child(1) {
  margin-top: min(1.6666666667vw, 20px);
}
#x_campaign .join ul li:nth-child(1) dl dt {
  width: min(14.5833333333vw, 175px);
}
#x_campaign .join ul li:nth-child(1) dl dd {
  margin-top: min(2.6666666667vw, 32px);
}
#x_campaign .join ul li:nth-child(2) {
  margin-top: min(0.8333333333vw, 10px);
}
#x_campaign .join ul li:nth-child(2) dl dt {
  width: min(8.8333333333vw, 106px);
}
#x_campaign .join ul li:nth-child(2) dl dd {
  margin-top: min(2.0833333333vw, 25px);
}
#x_campaign .join ul li:nth-child(3) dl dt {
  width: min(8.5vw, 102px);
}
#x_campaign .join ul li:nth-child(3) dl dd {
  margin-top: min(1vw, 12px);
}
#x_campaign .join ul li:after {
  display: flex;
  content: "";
  width: min(3.0833333333vw, 37px);
  height: min(6.1666666667vw, 374px);
  background: url(../images/x_campaign_join_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 1%;
}
#x_campaign .join ul li:nth-child(1):after {
  right: -23%;
}
@media screen and (max-width: 1250px) {
  #x_campaign .join ul li:nth-child(1):after {
    right: -11%;
  }
}
#x_campaign .join ul li:nth-child(2):after {
  right: -18%;
}
@media screen and (max-width: 1250px) {
  #x_campaign .join ul li:nth-child(2):after {
    right: -7%;
  }
}
#x_campaign .join ul li:last-child:after {
  display: none;
}
#x_campaign .join ul li dl {
  position: relative;
}
#x_campaign .join ul li dl dt {
  margin: 0 auto;
}
#x_campaign .join ul li dl dd {
  font-size: clamp(14px, 10px + 0.5208333333vw, 20px);
  font-weight: 600;
  line-height: 1.45;
  white-space: nowrap;
}
#x_campaign .join .howto_apply {
  width: min(37.5vw, 450px);
  margin: min(3.75vw, 45px) auto 0;
}
#x_campaign .join .howto_apply a {
  display: block;
  border-radius: 5px;
  border: 1px solid #009489;
  padding: min(0.7916666667vw, 9.5px);
  font-size: min(2.1666666667vw, 26px);
  font-weight: 600;
  text-decoration: none;
}
#x_campaign .join .howto_apply a:hover {
  opacity: 0.6;
}
#x_campaign .join .hereto_apply {
  width: min(37.5vw, 450px);
  margin: min(1.6666666667vw, 20px) 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 min(1.6666666667vw, 20px);
  background-size: min(2vw, 24px) auto;
  border: 1px solid #000;
  border-radius: 5px;
  padding: min(1.375vw, 16.5px);
  font-size: min(3vw, 36px);
  font-weight: 700;
  text-decoration: none;
  line-height: 0.6;
}
#x_campaign .join .hereto_apply a span {
  font-size: min(1.25vw, 15px);
  font-weight: 700;
}
#x_campaign .join .hereto_apply a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  #x_campaign {
    padding-top: 10.6666666667vw;
  }
  #x_campaign h2 {
    width: 95.7333333333vw;
    max-width: inherit;
    margin: 0 auto;
  }
  #x_campaign h2 .character {
    right: auto;
    bottom: auto;
    top: -179px;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
  }
  #x_campaign > p {
    margin-top: 0.1333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.53;
  }
  #x_campaign .x_campaign_line {
    width: 92vw;
    margin: 8vw auto 5.3333333333vw;
  }
  #x_campaign .x_campaign_line.pc {
    display: none;
  }
  #x_campaign .dan h3 img {
    width: 100%;
    max-width: none;
  }
  #x_campaign .dan .dan_a {
    margin-top: 0;
  }
  #x_campaign .dan .dan_a div:before {
    background-size: 23px 25px;
    width: 23px;
    height: 25px;
    top: 56.5%;
  }
  #x_campaign .dan .dan_a div dl.card {
    margin-right: 0;
  }
  #x_campaign .dan .dan_a div dl.card dt h4 {
    width: 37.6vw;
  }
  #x_campaign .dan .dan_a div dl.card dt .goods-name {
    font-size: 3.4666666667vw;
    line-height: 1.23;
    margin-top: 1.3333333333vw;
  }
  #x_campaign .dan .dan_a div dl.card dt .goods-name [data-ruby]::before {
    font-size: 1.8666666667vw;
  }
  #x_campaign .dan .dan_a div dl._1-a {
    left: 1.3333333333vw;
  }
  #x_campaign .dan .dan_a div dl._1-a dd img {
    margin-top: -9.7333333333vw;
    width: 83.4666666667vw;
    max-width: none;
  }
  #x_campaign .dan .dan_a div dl._1-b {
    left: -17.0666666667vw;
  }
  #x_campaign .dan .dan_a div dl._1-b dd img {
    margin-top: -7.2vw;
    width: 37.7333333333vw;
    max-width: none;
  }
  #x_campaign .dan .dan_a div dl._2-a {
    left: 1.3333333333vw;
  }
  #x_campaign .dan .dan_a div dl._2-a dd img {
    margin-top: -9.7333333333vw;
    width: 83.4666666667vw;
    max-width: none;
  }
  #x_campaign .dan .dan_a div dl._2-b {
    left: -17.0666666667vw;
  }
  #x_campaign .dan .dan_a div dl._2-b dd img {
    margin-top: -7.2vw;
    width: 37.7333333333vw;
    max-width: none;
  }
  #x_campaign .dan .dan_a div dl._3-a {
    left: 0;
    width: 100%;
  }
  #x_campaign .dan .dan_a div dl._3-a dt .goods-name {
    font-size: 4.9333333333vw;
    margin-top: 3.6vw;
  }
  #x_campaign .dan .dan_a div dl._3-a dd img {
    margin-top: -6.6666666667vw;
    width: 107.0666666667vw;
    max-width: none;
    margin-left: -4vw;
  }
  #x_campaign .dan .dan_a div dl._3-b {
    top: -7.4666666667vw;
    left: -2vw;
  }
  #x_campaign .dan .dan_a div dl._3-b dd img {
    margin-top: -17.6vw;
    width: 52.8vw;
    max-width: none;
  }
  #x_campaign .dan .dan_a div dl._3-c {
    top: -7.4666666667vw;
    left: -2.9333333333vw;
  }
  #x_campaign .dan .dan_a div dl._3-c dd img {
    margin-top: -7.3333333333vw;
    width: 37.7333333333vw;
    max-width: none;
  }
  #x_campaign .dan .dan-chuki-ul {
    margin: -7.7333333333vw auto 0;
    width: 83.8666666667vw;
  }
  #x_campaign .dan .dan-chuki-ul li {
    font-size: 2vw;
    line-height: 1.73;
  }
  #x_campaign .dan.dan3 .dan-chuki-ul {
    margin-top: -22.1333333333vw;
  }
  #x_campaign .dan2,
  #x_campaign .dan3 {
    margin-top: 0;
  }
  #x_campaign .dan3 .dan_a div {
    flex-wrap: wrap;
  }
  #x_campaign .join {
    border: 2px solid #009489;
    margin: 8vw auto 0;
    padding: 6.6666666667vw 3.3333333333vw 8.6666666667vw;
    max-width: 92vw;
    border-radius: 5px;
  }
  #x_campaign .join h3 {
    font-size: 5.3333333333vw;
  }
  #x_campaign .join ul {
    margin-top: 4vw;
    display: block;
  }
  #x_campaign .join ul li {
    width: auto;
  }
  #x_campaign .join ul li:nth-child(1) {
    margin-top: 0;
  }
  #x_campaign .join ul li:nth-child(1) dl dt {
    width: 29.8666666667vw;
  }
  #x_campaign .join ul li:nth-child(1) dl dt img {
    width: 21.6vw;
  }
  #x_campaign .join ul li:nth-child(1) dl dd {
    margin-top: 0;
  }
  #x_campaign .join ul li:nth-child(2) {
    margin-top: 10.6666666667vw;
  }
  #x_campaign .join ul li:nth-child(2) dl dt {
    width: 29.8666666667vw;
  }
  #x_campaign .join ul li:nth-child(2) dl dt img {
    width: 13.2vw;
  }
  #x_campaign .join ul li:nth-child(2) dl dd {
    margin-top: 0;
  }
  #x_campaign .join ul li:nth-child(3) {
    margin-top: 10.6666666667vw;
  }
  #x_campaign .join ul li:nth-child(3) dl dt {
    width: 29.8666666667vw;
  }
  #x_campaign .join ul li:nth-child(3) dl dt img {
    width: 12.5333333333vw;
  }
  #x_campaign .join ul li:nth-child(3) dl dd {
    margin-top: 0;
  }
  #x_campaign .join ul li:after {
    width: 84vw;
    height: 4.9333333333vw;
    background: url("../images/x_campaign_join_line.png") no-repeat center/contain;
    top: 16.1333333333vw;
    right: 0;
  }
  #x_campaign .join ul li:nth-child(1):after {
    right: 0;
  }
  #x_campaign .join ul li:nth-child(2):after {
    right: 0;
  }
  #x_campaign .join ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #x_campaign .join ul li dl:before {
    font-size: 2.2rem;
    margin-left: -45px;
    margin-top: -5px;
  }
  #x_campaign .join ul li dl dt {
    display: flex;
    justify-content: center;
  }
  #x_campaign .join ul li dl dt img {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  #x_campaign .join ul li dl dd {
    font-size: 3.4666666667vw;
    line-height: 1.53;
    text-align: left;
    margin-top: 0;
    width: 54.4vw;
  }
  #x_campaign .join .howto_apply {
    width: auto;
    margin: 5.0666666667vw auto 0;
  }
  #x_campaign .join .howto_apply a {
    padding: 1.8666666667vw;
    font-size: 4.2666666667vw;
  }
  #x_campaign .join .howto_apply a:hover {
    opacity: 1;
  }
  #x_campaign .join .hereto_apply {
    width: auto;
    margin: 4vw auto 0;
  }
  #x_campaign .join .hereto_apply a {
    background-position: center right 4vw;
    background-size: 4.8vw auto;
    font-size: 6vw;
    padding: 2.6666666667vw;
  }
  #x_campaign .join .hereto_apply a span {
    font-size: 2.2666666667vw;
    font-weight: 400;
  }
  #x_campaign .join .hereto_apply a:hover {
    opacity: 1;
  }
}
/*------------------------------------------------------------
present_campaign
------------------------------------------------------------*/
#present_campaign {
  position: relative;
  padding-top: min(7.9166666667vw, 95px);
}
#present_campaign h2 {
  width: min(63.5vw, 762px);
  margin: 0 auto;
}
#present_campaign h2 .character {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 30vw;
}
#present_campaign > p {
  margin-top: min(-0.4166666667vw, -5px);
  font-size: min(1.6666666667vw, 20px);
  font-weight: 600;
  line-height: 1.6;
}
#present_campaign > p span {
  color: #00869b;
}
#present_campaign .present_campaign_line {
  display: block;
  width: min(87.5vw, 1050px);
  height: 1px;
  background: #006fbc;
  margin: 3.5% auto 3%;
  border: none;
}
#present_campaign .prize {
  position: relative;
  margin: 0 auto;
}
#present_campaign .prize h3 img {
  width: min(98.4166666667vw, 1181px);
  position: relative;
  left: -0.5%;
  margin: 0.8% auto 0;
}
#present_campaign .prize h3 img.prize_tit_img_2 {
  left: -2.2%;
}
#present_campaign .prize h3 img.prize_tit_img_3 {
  left: -2.2%;
}
#present_campaign .prize div {
  margin-top: min(1.25vw, 15px);
  display: flex;
  justify-content: center;
  position: relative;
}
#present_campaign .prize div .prize_s,
#present_campaign .prize div .prize_a,
#present_campaign .prize div .prize_b,
#present_campaign .prize div .prize_c {
  position: relative;
}
#present_campaign .prize div .prize_s h4,
#present_campaign .prize div .prize_a h4,
#present_campaign .prize div .prize_b h4,
#present_campaign .prize div .prize_c h4 {
  width: min(23.3333333333vw, 280px);
  margin: 0 auto;
}
#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: min(1.5833333333vw, 19px);
}
#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: min(1.6666666667vw, 20px);
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}
#present_campaign .prize div .prize_s dl dt [data-ruby],
#present_campaign .prize div .prize_a dl dt [data-ruby],
#present_campaign .prize div .prize_b dl dt [data-ruby],
#present_campaign .prize div .prize_c dl dt [data-ruby] {
  position: relative;
}
#present_campaign .prize div .prize_s dl dt [data-ruby]::before,
#present_campaign .prize div .prize_a dl dt [data-ruby]::before,
#present_campaign .prize div .prize_b dl dt [data-ruby]::before,
#present_campaign .prize div .prize_c dl dt [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.9em;
  left: -1.7em;
  right: 0;
  margin: auto;
  font-size: min(1.0833333333vw, 13px);
  font-weight: 400;
  letter-spacing: -0.05em;
  white-space: nowrap;
  text-align: center;
}
#present_campaign .prize div .prize_s {
  left: 184px;
}
@media screen and (max-width: 1200px) {
  #present_campaign .prize div .prize_s {
    left: 14%;
  }
}
#present_campaign .prize div .prize_s dl dd img {
  margin-top: -9.5%;
  max-width: inherit;
  width: 660px;
}
@media screen and (max-width: 1250px) {
  #present_campaign .prize div .prize_s dl dd img {
    width: min(55vw, 660px);
  }
}
#present_campaign .prize div .prize_a {
  left: -85px;
}
@media screen and (max-width: 1200px) {
  #present_campaign .prize div .prize_a {
    left: -10%;
  }
}
#present_campaign .prize div .prize_a dl dd img {
  margin-top: -3.4%;
  max-width: inherit;
  width: 554px;
}
@media screen and (max-width: 1250px) {
  #present_campaign .prize div .prize_a dl dd img {
    width: min(46.1666666667vw, 554px);
  }
}
#present_campaign .prize div .prize_b {
  left: -250px;
}
@media screen and (max-width: 1200px) {
  #present_campaign .prize div .prize_b {
    left: -23%;
  }
}
#present_campaign .prize div .prize_b dl dd img {
  margin-top: 7.2%;
  max-width: inherit;
  width: 208px;
  position: relative;
  left: 5%;
}
@media screen and (max-width: 1250px) {
  #present_campaign .prize div .prize_b dl dd img {
    width: min(17.3333333333vw, 208px);
  }
}
#present_campaign .prize div .prize_c {
  left: -296px;
}
@media screen and (max-width: 1200px) {
  #present_campaign .prize div .prize_c {
    left: -25%;
  }
}
#present_campaign .prize div .prize_c dl dd img {
  margin-top: -16.2%;
  max-width: inherit;
  width: 300px;
}
@media screen and (max-width: 1250px) {
  #present_campaign .prize div .prize_c dl dd img {
    width: min(25vw, 300px);
  }
}
#present_campaign .prize .prize-chuki-ul {
  margin: -2.8% auto 0;
  width: fit-content;
}
@media screen and (max-width: 1800px) {
  #present_campaign .prize .prize-chuki-ul {
    margin-top: -1%;
  }
}
@media screen and (max-width: 1500px) {
  #present_campaign .prize .prize-chuki-ul {
    margin-top: -2%;
  }
}
#present_campaign .prize .prize-chuki-ul li {
  font-size: min(1.1666666667vw, 14px);
  font-weight: 400;
  line-height: 1.71;
  text-align: left;
}
#present_campaign .target_product {
  border: 4px solid #006fbc;
  border-radius: 10px;
  margin: min(5.3333333333vw, 64px) auto 0;
  padding: min(4.8333333333vw, 58px) min(3.3333333333vw, 40px) min(5.8333333333vw, 70px);
  max-width: min(91.6666666667vw, 1200px);
  position: relative;
}
#present_campaign .target_product h3 {
  font-size: min(3.75vw, 45px);
  font-weight: 700;
}
#present_campaign .target_product > p {
  font-size: min(1.6666666667vw, 20px);
  font-weight: 600;
  line-height: 1.4;
  margin-top: min(1.8333333333vw, 22px);
}
#present_campaign .target_product div {
  display: flex;
  justify-content: center;
  margin-top: 43px;
}
#present_campaign .target_product div dl dd {
  font-size: min(1.6666666667vw, 20px);
  line-height: 1.25;
  margin-top: 10px;
}
#present_campaign .target_product div dl dd strong {
  display: inline-block;
  font-weight: 800;
  white-space: nowrap;
}
#present_campaign .target_product div dl dd small {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}
#present_campaign .target_product div dl dd img {
  margin: 0 auto;
  text-align: center;
}
#present_campaign .target_product div dl.shampoo {
  margin-right: min(2.9166666667vw, 35px);
}
#present_campaign .target_product div dl.shampoo dt img {
  width: min(31.6666666667vw, 380px);
}
#present_campaign .target_product div dl.rinse {
  margin-right: min(2.0833333333vw, 25px);
}
#present_campaign .target_product div dl.rinse dt img {
  width: min(31.6666666667vw, 380px);
}
#present_campaign .target_product div dl.shampoo-single dt {
  margin-top: min(1.3333333333vw, 16px);
}
@media screen and (max-width: 1200px) {
  #present_campaign .target_product div dl.shampoo-single dt {
    margin-top: 0;
  }
}
#present_campaign .target_product div dl.shampoo-single dt img {
  width: min(6.8333333333vw, 82px);
}
#present_campaign .target_product > ul {
  margin-top: min(2.6666666667vw, 32px);
}
#present_campaign .target_product > ul li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71;
}
#present_campaign .target_product .chance {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.34;
  margin-top: 28px;
}
#present_campaign .target_product .chance img {
  margin-top: 15px;
}
#present_campaign .howto_apply {
  border: 4px solid #006fbc;
  border-radius: 10px;
  margin: min(5.3333333333vw, 64px) auto min(10vw, 120px);
  padding: min(4.8333333333vw, 58px) min(3.3333333333vw, 40px) min(5.8333333333vw, 70px);
  max-width: min(91.6666666667vw, 1200px);
  position: relative;
}
#present_campaign .howto_apply h3 {
  font-size: min(3.75vw, 45px);
  font-weight: 700;
}
#present_campaign .howto_apply > p {
  font-size: min(1.6666666667vw, 20px);
  font-weight: 600;
  line-height: 1.4;
  margin-top: min(2.1666666667vw, 26px);
}
#present_campaign .howto_apply > ul {
  margin-top: 53px;
  display: flex;
  justify-content: center;
}
#present_campaign .howto_apply > ul li {
  width: fit-content;
  position: relative;
  margin-right: min(9.1666666667vw, 110px);
}
#present_campaign .howto_apply > ul li:after {
  display: flex;
  content: "";
  width: 37px;
  height: 74px;
  background: url(../images/present_campaign_join_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 29%;
  right: -25%;
}
#present_campaign .howto_apply > ul li:nth-child(2)::after {
  right: -37%;
}
#present_campaign .howto_apply > ul li:last-child {
  margin-right: 0;
}
#present_campaign .howto_apply > ul li:last-child dl dt img {
  position: relative;
  left: -8%;
}
#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 dt {
  height: min(8.75vw, 105px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#present_campaign .howto_apply > ul li dl dd {
  font-size: min(1.3333333333vw, 16px);
  font-weight: 600;
  line-height: 1.625;
  margin-top: 22px;
  white-space: nowrap;
}
#present_campaign .howto_apply .bt_download,
#present_campaign .howto_apply .bt_terms {
  width: min(37.5vw, 450px);
}
#present_campaign .howto_apply .bt_download a,
#present_campaign .howto_apply .bt_terms a {
  display: block;
  background: no-repeat center right min(1.6666666667vw, 20px);
  background-size: min(2.0833333333vw, 25px) auto;
  border-radius: 5px;
  border: 1px solid #006fbc;
  font-weight: 600;
  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;
  margin: min(3.1666666667vw, 38px) auto 0;
}
#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: "キャンペーンは終了いたしました";
  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 {
  padding: min(1.375vw, 16.5px);
  font-size: min(1.5vw, 18px);
}
#present_campaign .howto_apply .bt_terms {
  position: relative;
  margin: min(1.6666666667vw, 20px) auto 0;
}
#present_campaign .howto_apply .bt_terms.soon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #444;
  opacity: 0.8;
}
#present_campaign .howto_apply .bt_terms.soon:after {
  content: "キャンペーンは終了いたしました";
  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_terms a {
  padding: min(0.9166666667vw, 11px);
  font-size: min(2.1666666667vw, 26px);
}
#present_campaign .howto_apply .hereto_apply {
  width: min(37.5vw, 450px);
  margin: min(1.6666666667vw, 20px) 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: "キャンペーンは終了いたしました";
  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 min(1.6666666667vw, 20px);
  background-size: min(2vw, 24px) auto;
  border: 1px solid #000;
  border-radius: 5px;
  padding: min(2.375vw, 28.5px);
  font-size: min(3vw, 36px);
  font-weight: 700;
  text-decoration: none;
  line-height: 0.6;
}
#present_campaign .howto_apply .hereto_apply a span {
  font-size: min(1.25vw, 15px);
}
#present_campaign .howto_apply .hereto_apply a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  #present_campaign {
    padding-top: 10vw;
    padding-bottom: 13.3333333333vw;
  }
  #present_campaign h2 {
    width: 95.7333333333vw;
    max-width: none;
  }
  #present_campaign h2 .character {
    left: auto;
    bottom: auto;
    top: -188px;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
  }
  #present_campaign > p {
    margin-top: 0.5333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.53;
  }
  #present_campaign .present_campaign_line {
    width: 92vw;
    margin: 7.7333333333vw auto 8vw;
  }
  #present_campaign .prize h3 img {
    width: 96.4vw;
    max-width: none;
    position: relative;
    left: -1.8666666667vw;
    margin-top: 0;
  }
  #present_campaign .prize h3 img.prize_tit_img_2 {
    left: 0;
  }
  #present_campaign .prize h3 img.prize_tit_img_3 {
    left: 0;
  }
  #present_campaign .prize div {
    flex-wrap: wrap;
    margin-top: 2.6666666667vw;
  }
  #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 h4,
  #present_campaign .prize div .prize_a h4,
  #present_campaign .prize div .prize_b h4,
  #present_campaign .prize div .prize_c h4 {
    width: 37.6vw;
  }
  #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: 1.8666666667vw;
  }
  #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: 3.4666666667vw;
    line-height: 1.23;
    white-space: nowrap;
  }
  #present_campaign .prize div .prize_s dl dt [data-ruby]::before,
  #present_campaign .prize div .prize_a dl dt [data-ruby]::before,
  #present_campaign .prize div .prize_b dl dt [data-ruby]::before,
  #present_campaign .prize div .prize_c dl dt [data-ruby]::before {
    font-size: 1.8666666667vw;
  }
  #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: 0;
    margin-bottom: 0;
  }
  #present_campaign .prize div .prize_s {
    left: 3.6vw;
  }
  #present_campaign .prize div .prize_s dl dd {
    margin: 0 -45%;
  }
  #present_campaign .prize div .prize_s dl dd img {
    margin-top: -6.4vw;
    width: 83.4666666667vw;
  }
  #present_campaign .prize div .prize_a {
    left: -0.5333333333vw;
  }
  #present_campaign .prize div .prize_a dl {
    margin-top: 2.6666666667vw;
  }
  #present_campaign .prize div .prize_a dl dd {
    margin: 0 -45%;
  }
  #present_campaign .prize div .prize_a dl dd img {
    margin-top: -2.1333333333vw;
    width: 68.4vw;
  }
  #present_campaign .prize div .prize_b {
    left: 4.5333333333vw;
    margin-top: -6.1333333333vw;
  }
  #present_campaign .prize div .prize_b dl dd {
    margin-top: 0;
  }
  #present_campaign .prize div .prize_b dl dd img {
    margin-top: 0.4vw;
    width: 27.7333333333vw;
    left: 0;
  }
  #present_campaign .prize div .prize_c {
    left: -1.7333333333vw;
    margin-top: -6.1333333333vw;
  }
  #present_campaign .prize div .prize_c dl {
    display: block;
  }
  #present_campaign .prize div .prize_c dl dd img {
    margin-top: -6.1333333333vw;
    width: 37.7333333333vw;
  }
  #present_campaign .prize .prize-chuki-ul {
    margin: -4.4vw auto 0;
    width: 83.8666666667vw;
  }
  #present_campaign .prize .prize-chuki-ul li {
    font-size: 2vw;
    line-height: 1.73;
  }
  #present_campaign .prize figure {
    margin-top: 20px;
  }
  #present_campaign .prize figure img {
    width: 100%;
    max-width: none;
  }
  #present_campaign .target_product {
    border: 2px solid #006fbc;
    margin: 8vw auto 0;
    padding: 6.6666666667vw 3.3333333333vw 8.6666666667vw;
    max-width: 92vw;
    border-radius: 5px;
  }
  #present_campaign .target_product h3 {
    font-size: 5.3333333333vw;
  }
  #present_campaign .target_product > p {
    font-size: 3.4666666667vw;
  }
  #present_campaign .target_product div {
    display: block;
    margin-top: 4.8vw;
  }
  #present_campaign .target_product div dl {
    margin: 0 10px;
  }
  #present_campaign .target_product div dl dd {
    font-size: 3.4666666667vw;
    line-height: 1.23;
    margin-top: 2vw;
  }
  #present_campaign .target_product div dl dd small {
    font-size: 2vw;
    margin-top: 1.3333333333vw;
  }
  #present_campaign .target_product div dl.shampoo {
    margin: 0 auto;
  }
  #present_campaign .target_product div dl.shampoo dt img {
    width: 66.6666666667vw;
  }
  #present_campaign .target_product div dl.rinse {
    margin: 4.4vw auto 0;
  }
  #present_campaign .target_product div dl.rinse dt img {
    width: 66.6666666667vw;
  }
  #present_campaign .target_product div dl.shampoo-single {
    margin: 4.9333333333vw auto 0;
  }
  #present_campaign .target_product div dl.shampoo-single dt {
    margin-top: min(1.3333333333vw, 16px);
  }
  #present_campaign .target_product div dl.shampoo-single dt img {
    width: 18.6666666667vw;
  }
  #present_campaign .target_product > ul {
    margin-top: 4.2666666667vw;
  }
  #present_campaign .target_product > ul li {
    font-size: 2vw;
    line-height: 1.73;
  }
  #present_campaign .target_product .chance {
    font-size: 3.4666666667vw;
    line-height: 1.36;
    margin-top: 4vw;
  }
  #present_campaign .target_product .chance span {
    font-size: 1.125rem;
  }
  #present_campaign .target_product .chance img {
    width: 45.6vw;
    margin-top: 1.2vw;
  }
  #present_campaign .howto_apply {
    border: 2px solid #006fbc;
    margin: 4vw auto 0;
    padding: 6.6666666667vw 3.3333333333vw 8.6666666667vw;
    max-width: 92vw;
    border-radius: 5px;
  }
  #present_campaign .howto_apply h3 {
    font-size: 5.3333333333vw;
  }
  #present_campaign .howto_apply > p {
    font-size: 3.4666666667vw;
    line-height: 1.53;
    margin-top: 1.6vw;
  }
  #present_campaign .howto_apply > ul {
    display: block;
    margin-top: 4.8vw;
  }
  #present_campaign .howto_apply > ul li {
    margin: 0 auto;
    width: auto;
  }
  #present_campaign .howto_apply > ul li + li {
    margin-top: 10.6666666667vw;
  }
  #present_campaign .howto_apply > ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #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 {
    width: 26.1333333333vw;
    height: auto;
  }
  #present_campaign .howto_apply > ul li dl dt img {
    margin: 0 auto;
    display: block;
  }
  #present_campaign .howto_apply > ul li dl dd {
    font-size: 2.6666666667vw;
    line-height: 1.6;
    text-align: left;
    white-space: inherit;
    width: 52vw;
    margin: 0 2.6666666667vw 0 0;
  }
  #present_campaign .howto_apply > ul li:after {
    width: 84vw;
    height: 4.9333333333vw;
    background: url("../images/x_campaign_howto_apply_line.png") no-repeat center/contain;
    top: 19.8666666667vw;
    right: 0;
  }
  #present_campaign .howto_apply > ul li:nth-child(1) dl dt img {
    width: 9.0666666667vw;
    position: relative;
    left: 1.6vw;
  }
  #present_campaign .howto_apply > ul li:nth-child(2) dl dt img {
    width: 9.7333333333vw;
    position: relative;
    left: 1.6vw;
  }
  #present_campaign .howto_apply > ul li:nth-child(2)::after {
    right: 0;
    top: 17.7333333333vw;
  }
  #present_campaign .howto_apply > ul li:last-child {
    margin-right: 0;
  }
  #present_campaign .howto_apply > ul li:last-child dl dt img {
    left: 0;
    width: 15.3333333333vw;
  }
  #present_campaign .howto_apply > ul li:last-child:after {
    display: none;
  }
  #present_campaign .howto_apply .bt_download,
  #present_campaign .howto_apply .bt_terms {
    width: auto;
  }
  #present_campaign .howto_apply .bt_download a,
  #present_campaign .howto_apply .bt_terms a {
    padding: 1.8666666667vw;
    background-position: center right 4vw;
    background-size: 4.6666666667vw auto;
    border-radius: 2.5px;
  }
  #present_campaign .howto_apply .bt_download a:hover,
  #present_campaign .howto_apply .bt_terms a:hover {
    opacity: 1;
  }
  #present_campaign .howto_apply .bt_download {
    margin: 6.6666666667vw auto 0;
  }
  #present_campaign .howto_apply .bt_download a {
    font-size: 3.4666666667vw;
    padding: 2.5333333333vw;
  }
  #present_campaign .howto_apply .bt_terms {
    margin: 4vw auto 0;
  }
  #present_campaign .howto_apply .bt_terms a {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw;
  }
  #present_campaign .howto_apply .hereto_apply {
    width: auto;
    margin: 4vw auto 0;
  }
  #present_campaign .howto_apply .hereto_apply a {
    background-position: center right 4vw;
    background-size: 4.8vw auto;
    font-size: 6vw;
    padding: 5.3333333333vw;
    border-radius: 2.5px;
  }
  #present_campaign .howto_apply .hereto_apply a span {
    font-size: 2.2666666667vw;
    font-weight: 400;
  }
  #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: 105px 0 113px;
}
#collabo .add02 {
  width: min(78.3333333333vw, 940px);
  margin: 0 auto;
}
#collabo div {
  display: flex;
  justify-content: center;
  margin-top: -0.2%;
}
#collabo div.not-flex {
  display: block;
  margin-top: 0;
}
#collabo div dl {
  color: #fff;
}
#collabo div dl dd {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: -4%;
}
#collabo div dl dd span {
  font-size: 1.4rem;
  font-weight: 400;
}
#collabo div dl dd {
  padding: 0 1rem;
}
#collabo div dl + dl {
  margin-left: -1%;
}
#collabo div.tokaku2bai {
  margin-top: 30px;
}
#collabo div.tokaku2bai .ttl {
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  color: #ede319;
}
#collabo div.tokaku2bai .ttl img {
  margin-top: 10px;
}
#collabo div.tokaku2bai .text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-top: 26px;
}
#collabo div.tokaku2bai .text span {
  font-size: 2rem;
  color: #ede319;
}
#collabo div.tokaku2bai ul {
  margin-top: 23px;
}
#collabo div.tokaku2bai ul li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71;
  text-align: center;
}
#collabo .bottlesticker_ttl {
  width: min(50.6666666667vw, 608px);
  margin: 24px auto 0;
  position: relative;
  left: -1.2%;
}
#collabo .bottlesticker {
  max-width: 1260px;
  width: 96%;
  margin: -2.7% auto 0;
}
#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: 768px) {
  #collabo {
    background-image: url("../images/zenkoku/collabo_card_background_zenkoku_sp.jpg");
    padding: 12vw 0 12vw;
  }
  #collabo .add02 {
    width: 91.6vw;
  }
  #collabo div {
    flex-wrap: wrap;
    margin-top: 0.8vw;
  }
  #collabo div dl {
    width: 50%;
  }
  #collabo div dl dt img {
    width: 49.0666666667vw;
    position: relative;
    left: 2.2666666667vw;
  }
  #collabo div dl dd {
    padding: 0;
    font-size: 2.6666666667vw;
    position: relative;
    left: 2.6666666667vw;
  }
  #collabo div dl dd span {
    font-size: 2vw;
    margin-top: -2.4vw;
    margin-top: 0;
    display: block;
  }
  #collabo div dl.add01 dt,
  #collabo div dl.add01 dd {
    margin-left: 0;
    margin-right: 0;
  }
  #collabo div dl.add01 dt img {
    left: auto;
    right: 2.2666666667vw;
  }
  #collabo div dl.add01 dd {
    left: auto;
    right: 2vw;
  }
  #collabo div.tokaku2bai {
    margin-top: 1.3333333333vw;
  }
  #collabo div.tokaku2bai .ttl {
    font-size: 3.4666666667vw;
  }
  #collabo div.tokaku2bai .ttl img {
    margin-top: 0.8vw;
    width: 45.6vw;
  }
  #collabo div.tokaku2bai .text {
    font-size: 3.4666666667vw;
    line-height: 1.53;
    margin-top: 2.9333333333vw;
  }
  #collabo div.tokaku2bai .text span {
    font-size: 3.4666666667vw;
  }
  #collabo div.tokaku2bai ul {
    margin-top: 1.4666666667vw;
  }
  #collabo div.tokaku2bai ul li {
    font-size: 2vw;
    line-height: 1.73;
  }
  #collabo .bottlesticker_ttl {
    width: 70.2666666667vw;
    margin: 0.8vw auto 0;
    left: 0;
  }
  #collabo .bottlesticker {
    max-width: none;
    width: 95.6vw;
    margin: -13.3333333333vw auto 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;
  }
}
/*------------------------------------------------------------
supercoolburst
------------------------------------------------------------*/
#supercoolburst {
  padding: 100px 0 111px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#supercoolburst .supercoolburst-bg02 {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -4;
}
#supercoolburst .supercoolburst-ttl {
  width: min(53.1666666667vw, 638px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#supercoolburst .supercoolburst-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #000;
  z-index: -1;
}
#supercoolburst .supercoolburst-hidebox {
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  z-index: 0;
  transform: translateY(-100%);
  transition: all 0.2s;
}
#supercoolburst .supercoolburst-inner {
  position: relative;
  width: min(96.3333333333vw, 1156px);
  margin: 0 auto;
}
#supercoolburst .supercoolburst-inner .seal,
#supercoolburst .supercoolburst-inner .kaiba,
#supercoolburst .supercoolburst-inner .thunder {
  position: absolute;
}
#supercoolburst .supercoolburst-inner .goods {
  width: min(21.4166666667vw, 257px);
  margin: -1.7% auto 0;
}
#supercoolburst .supercoolburst-inner .seal {
  width: min(21.9166666667vw, 263px);
  left: 7.3%;
  top: 26.5%;
}
#supercoolburst .supercoolburst-inner .kaiba {
  width: min(44.5833333333vw, 535px);
  left: 57.5%;
  top: 20%;
}
#supercoolburst .supercoolburst-inner .thunder {
  width: min(83vw, 996px);
  left: 1.2%;
  right: 2%;
  bottom: 0.2%;
  margin: auto;
  z-index: -2;
}
#supercoolburst .supercoolburst-component {
  margin-top: 15px;
}
#supercoolburst .supercoolburst-component .text01 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #ede319;
  display: block;
}
#supercoolburst .supercoolburst-component .text02 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 13px;
  position: relative;
  left: 2.1%;
}
#supercoolburst .supercoolburst-component .text02 .chuki {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
#supercoolburst .supercoolburst-schedule {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-top: 32px;
}
#supercoolburst .supercoolburst-schedule span {
  font-size: 2rem;
  color: #ede319;
}
#supercoolburst ul {
  margin-top: 26px;
}
#supercoolburst ul li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #supercoolburst {
    padding: 12.2666666667vw 0 12.5333333333vw;
  }
  #supercoolburst .supercoolburst-ttl {
    width: 91.4666666667vw;
  }
  #supercoolburst .supercoolburst-bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #000;
    z-index: -1;
  }
  #supercoolburst .supercoolburst-hidebox {
    height: 50.6666666667vw;
  }
  #supercoolburst .supercoolburst-inner {
    width: auto;
  }
  #supercoolburst .supercoolburst-inner .goods {
    width: 43.0666666667vw;
    margin: -1.6vw 0 0 52vw;
    position: relative;
    z-index: 1;
  }
  #supercoolburst .supercoolburst-inner .seal {
    width: 38.9333333333vw;
    left: 10vw;
    top: 6.4vw;
  }
  #supercoolburst .supercoolburst-inner .kaiba {
    width: 63.7333333333vw;
    left: 0.9333333333vw;
    top: 42.8vw;
  }
  #supercoolburst .supercoolburst-inner .kaiba_serif {
    width: 101.2vw;
    position: relative;
    left: -0.1333333333vw;
    margin-top: -5.6vw;
  }
  #supercoolburst .supercoolburst-inner .thunder {
    width: 150.9333333333vw;
    right: auto;
    left: -4vw;
    bottom: 21.6vw;
  }
  #supercoolburst .supercoolburst-component {
    margin-top: -0.5333333333vw;
  }
  #supercoolburst .supercoolburst-component .text01 {
    font-size: 4.2666666667vw;
    line-height: 1.34;
  }
  #supercoolburst .supercoolburst-component .text02 {
    display: block;
    width: 53.7333333333vw;
    margin: 1.0666666667vw auto 0;
    left: 0;
  }
  #supercoolburst .supercoolburst-component .text02 .chuki {
    font-size: 2vw;
    display: block;
    margin-top: 1.4666666667vw;
  }
  #supercoolburst .supercoolburst-schedule {
    font-size: 3.4666666667vw;
    line-height: 1.53;
    margin-top: 3.7333333333vw;
  }
  #supercoolburst .supercoolburst-schedule span {
    font-size: 3.4666666667vw;
  }
  #supercoolburst ul {
    margin-top: 1.8666666667vw;
  }
  #supercoolburst ul li {
    font-size: 2vw;
    line-height: 1.73;
  }
}
/*------------------------------------------------------------
about_coolburst
------------------------------------------------------------*/
#about_coolburst {
  background: url(../images/about_coolburst_background.jpg) no-repeat center top/cover;
  padding: min(4.8958333333vw, 94px) 0 0;
  overflow: hidden;
  position: relative;
}
#about_coolburst::before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
#about_coolburst .txt {
  font-size: min(1.6666666667vw, 20px);
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: min(2vw, 24px);
}
#about_coolburst .about_coolburst_ttl {
  width: min(50.5vw, 606px);
}
#about_coolburst ul {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: min(6.0833333333vw, 73px);
}
#about_coolburst ul li:first-child {
  padding-right: 17%;
}
#about_coolburst ul li:last-child {
  padding-left: 17%;
}
#about_coolburst .catch {
  position: relative;
  z-index: 1;
  margin-top: min(1.5625vw, 360px);
}
#about_coolburst .catch img {
  width: min(74.5833333333vw, 895px);
  margin: 0 auto;
}
#about_coolburst .character {
  position: absolute;
  top: min(23.5833333333vw, 283px);
}

@media screen and (max-width: 1100px) {
  #about_coolburst {
    background-size: 150% auto;
  }
  #about_coolburst::before {
    height: 65%;
  }
  #about_coolburst ul {
    justify-content: space-between;
    margin-top: 45%;
  }
  #about_coolburst ul li:first-child {
    padding-right: 0;
    padding-left: 5%;
  }
  #about_coolburst ul li:last-child {
    padding-left: 0;
    padding-right: 5%;
  }
  #about_coolburst ul li img {
    width: 93%;
  }
  #about_coolburst .character {
    position: absolute;
    top: 15%;
    width: 160%;
    left: -30%;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #about_coolburst {
    background: url(../images/about_coolburst_background_sp.jpg) no-repeat center top/cover;
    padding: 12.8vw 0 0;
  }
  #about_coolburst .txt {
    font-size: 3.4666666667vw;
    line-height: 1.69;
    margin-top: 3.6vw;
  }
  #about_coolburst .about_coolburst_ttl {
    width: 88.5333333333vw;
  }
  #about_coolburst ul {
    margin: 79.0666666667vw auto 0;
    width: 88.8vw;
  }
  #about_coolburst ul li:first-child {
    padding-left: 0;
  }
  #about_coolburst ul li:last-child {
    padding-right: 0;
  }
  #about_coolburst ul li img {
    width: 43.2vw;
  }
  #about_coolburst .catch {
    margin-top: 0;
  }
  #about_coolburst .catch img {
    width: 102.6666666667vw;
  }
  #about_coolburst .character {
    top: 40.1333333333vw;
    width: 100%;
    left: 0;
  }
}
/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
#footer {
  padding: 40px 0 65px;
  position: relative;
}
#footer .hereto_site {
  width: 450px;
  margin: -2.6% auto 0;
}
#footer .hereto_site a {
  display: block;
  /* 繰り返し：両方とも no-repeat */
  background-repeat: no-repeat, no-repeat;
  /* 位置：アイコン / グラデーションは左上から */
  background-position: right 20px center, 0 0;
  /* サイズ：アイコンはそのまま / グラデーションは全体 */
  background-size: 26px auto, 100% 100%;
  border-radius: 5px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 80px;
  text-decoration: none;
  color: #fff;
}
#footer .hereto_site a:hover {
  opacity: 0.6;
}
#footer h2 {
  margin-top: 57px;
  font-size: 4rem;
}
#footer dl {
  margin-top: 17px;
}
#footer dl dt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
#footer dl dd.tel {
  font-size: 4rem;
  line-height: 1.2;
  margin-top: 3px;
}
#footer dl dd.time {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71;
  margin-top: 10px;
}
#footer .logo {
  margin: 60px 80px 0;
}
#footer ul {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
#footer ul li {
  margin: 0 14.5px;
}
#footer ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
#footer ul li a:hover {
  text-decoration: underline;
}
#footer .backto_top {
  position: absolute;
  bottom: 34.4%;
  right: 16.5%;
  animation: float 2s ease-in-out infinite;
}
@media screen and (max-width: 1500px) {
  #footer .backto_top {
    right: 9%;
  }
}
@media screen and (max-width: 1000px) {
  #footer .backto_top {
    right: 5%;
  }
}
#footer .backto_top a {
  display: block;
}
#footer .backto_top a:hover {
  opacity: 0.6;
}
#footer .copyright {
  margin-top: 25px;
}
#footer .copyright small {
  font-size: 1.4rem;
  line-height: 1.71;
  font-weight: 400;
}

@media screen and (max-width: 950px) {
  #footer .backto_top {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 0 0 12.5333333333vw;
  }
  #footer .hereto_site {
    width: 84vw;
    margin: 0 auto;
  }
  #footer .hereto_site a {
    background-position: right 4vw center, 0 0;
    background-size: 4.8vw auto, 100% 100%;
    font-size: 6vw;
    line-height: 14.6666666667vw;
  }
  #footer .hereto_site a:hover {
    opacity: 1;
  }
  #footer h2 {
    margin-top: 11.6vw;
    font-size: 5.3333333333vw;
  }
  #footer dl {
    margin-top: 2.4vw;
  }
  #footer dl dt {
    font-size: 2vw;
  }
  #footer dl dd.tel {
    font-size: 5.3333333333vw;
    margin-top: 0.5333333333vw;
  }
  #footer dl dd.time {
    font-size: 2vw;
    line-height: 1.73;
    margin-top: 0.5333333333vw;
  }
  #footer .logo {
    margin: 10.6666666667vw auto 0;
  }
  #footer .logo img {
    width: 31.3333333333vw;
  }
  #footer ul {
    margin-top: 0.5333333333vw;
  }
  #footer ul li {
    margin: 0 2vw;
  }
  #footer ul li a {
    font-size: 2vw;
  }
  #footer .backto_top {
    width: 12.2666666667vw;
    bottom: 30.6666666667vw;
    right: 6.8vw;
  }
  #footer .backto_top a:hover {
    opacity: 1;
  }
  #footer .backto_top a img {
    width: 100%;
  }
  #footer .copyright {
    margin-top: 1.6vw;
  }
  #footer .copyright small {
    font-size: 2vw;
    line-height: 1.73;
    display: block;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}
.modaal-inner-wrapper {
  padding: 80px 25px 25px;
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper {
    padding: 16vw 4vw;
  }
}

.modaal-container .modaal-close {
  top: -70px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .modaal-container .modaal-close {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    top: -11.6vw;
    right: -1.2vw;
  }
}

.modaal-container .modaal-close:before,
.modaal-container .modaal-close:after {
  width: 1px;
  top: 5px;
  left: 32px;
  width: 2px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .modaal-container .modaal-close:before,
  .modaal-container .modaal-close:after {
    width: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 9.3333333333vw;
  }
}

.modal_container__message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgb(0, 0, 0);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 5000;
}
@media screen and (max-width: 768px) {
  .modal_container__message {
    padding: 0;
  }
}
.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: 1040px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .modal_body__message {
    max-width: inherit;
    width: 85.3333333333vw;
  }
}

.modal_close__message {
  position: absolute;
  top: -60px;
  right: -6px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.25s;
}
.modal_close__message .modal_close__message__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.modal_close__message .modal_close__message__inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 1px;
  background: #fff;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_close__message .modal_close__message__inner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 1px;
  background: #fff;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_close__message:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .modal_close__message {
    top: -37px;
    right: -4px;
    width: 35px;
    height: 35px;
  }
  .modal_close__message .modal_close__message__inner:before, .modal_close__message .modal_close__message__inner:after {
    width: 35px;
  }
}

.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 {
  max-width: 690px;
  background: none;
  border-radius: 5px;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .modaal-container {
    border-radius: 2.5px;
  }
}

.modal_index_1 .modaal-container {
  box-shadow: 0 0 0 1px #009489;
}

.modal_index_1 .terms {
  background: rgba(0, 148, 137, 0.1);
}

.modal_index_2 .modaal-container {
  box-shadow: 0 0 0 1px #00a0e9;
}

.modal_index_2 .terms {
  background: rgba(0, 111, 188, 0.1);
}

.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;
  }
}

/*# sourceMappingURL=common.css.map */
