@charset "UTF-8";
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 * スペーサーの計算方法
 * 設定したい高さ / 親の幅 * 100%
 * (デザインの最大サイズで考える : 640px)
 */
.sp {
  display: none;
}

@media (max-width: 800px) {
  .sp {
    display: none;
  }
}

@media (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.half {
  display: inline-block;
  text-indent: -0.5em;
}

.sup {
  vertical-align: super;
}

.nobr {
  display: inline-block;
}

.w-100 {
  width: 100%;
}

.hover-scale {
  -webkit-transform: scale(1);
          transform: scale(1);
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

.hover-scale:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.6;
}

@media (max-width: 640px) {
  .hover-scale:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.hover-scale-b {
  -webkit-transform: scale(1);
          transform: scale(1);
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

.hover-scale-b:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.6;
}

@media (max-width: 640px) {
  .hover-scale-b:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.contents-mt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.is-g_header-fixed .contents-mt {
  padding-top: 130px;
}

@media (max-width: 640px) {
  .is-g_header-fixed .contents-mt {
    padding-top: 20.3125vw;
  }
}

.cursor-pointer {
  cursor: pointer;
}

#g_header {
  position: relative;
  z-index: 1001;
  width: 100%;
  min-width: 1280px;
  /*  &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background: #e60012;
        z-index: -1;
    }
    @include mq-sp {
        width: 100%;
        float: none;
        background: $red;
        z-index: 10;
    }
	 */
}

@media (max-width: 640px) {
  #g_header {
    position: relative;
    width: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
  }
  .is-gnavi #g_header {
    background-color: #e60012;
  }
}

.is-g_header-fixed #g_header {
  position: fixed;
  top: 0;
  left: 0;
}

#g_header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: -1;
  background-color: #e60012;
}

@media (max-width: 640px) {
  #g_header::before {
    height: 12.5vw;
  }
}

#g_header .g_header__block {
  width: 100%;
  position: relative;
}

#g_header .g_header__wrap {
  width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 640px) {
  #g_header .g_header__wrap {
    width: 100%;
    display: block;
  }
  .is-gnavi #g_header .g_header__wrap {
    height: 100vh;
    overflow: auto;
  }
}

#g_header #logo {
  position: relative;
  width: 142px;
  z-index: 200;
  margin-left: 15px;
}

@media (max-width: 640px) {
  #g_header #logo {
    display: block;
    width: 20.93%;
    position: relative;
    top: 1.40625vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin-left: 0;
  }
}

#g_header #logo a {
  display: block;
}

#g_header #logo img {
  width: 100%;
  height: auto;
}

#g_header .menu-trigger,
#g_header .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#g_header .menu-trigger {
  display: none;
}

@media (max-width: 640px) {
  #g_header .menu-trigger {
    position: absolute;
    width: 5.625vw;
    height: 3.75vw;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    top: 4.6875vw;
    right: 4.6875vw;
    display: inline-block;
  }
}

#g_header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  min-height: 2px;
  background-color: #fff;
}

#g_header .menu-trigger span:nth-of-type(1) {
  top: 0;
}

#g_header .menu-trigger span:nth-of-type(2) {
  top: calc(50% - 1px);
}

#g_header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#g_header .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(1.5625vw) rotate(-45deg);
          transform: translateY(1.5625vw) rotate(-45deg);
}

#g_header .menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
          animation: active-menu-bar02 0.8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

#g_header .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-1.5625vw) rotate(45deg);
          transform: translateY(-1.5625vw) rotate(45deg);
}

#g_header .g-nav__logo {
  display: none;
}

@media (max-width: 640px) {
  #g_header .g-nav__logo {
    display: block;
    width: 22.34%;
    position: absolute;
    top: 1.40625vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

#g_header .g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  #g_header .g-nav {
    display: none;
    margin-top: 5vw;
  }
}

#g_header .store-btn {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

@media (max-width: 640px) {
  #g_header .store-btn {
    position: absolute;
    top: 2.34375vw;
    right: 14.84375vw;
    height: auto;
    margin-right: 0;
  }
}

#g_header .store-btn.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  #g_header .store-btn.pc {
    display: none;
  }
}

#g_header .store-btn.sp {
  display: none;
}

@media (max-width: 640px) {
  #g_header .store-btn.sp {
    display: block;
  }
}

#g_header .store-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 640px) {
  #g_header .store-btn__link {
    background: none;
    border-radius: none;
    width: 7.8125vw;
    height: 7.8125vw;
  }
}

#g_header .store-btn__link:hover {
  opacity: 0.5;
}

@media (max-width: 640px) {
  #g_header .store-btn__link:hover {
    opacity: 1;
  }
}

#g_header .store-btn__link span {
  font-size: 14px;
  color: #e60012;
  font-weight: bold;
}

@media (max-width: 640px) {
  #g_header .store-btn__link span {
    width: 100%;
  }
}

#g_header nav {
  display: block;
  /* ul {
			@include clearfix();
			&.h_nav1 {
				li {
					border-top: none;
					&.top {
						background: transparent;
						border-top: solid 1px #524042;
					}
				}
			}
			&.h_nav2 {
				clear: both;
				margin: 10px 0 0;
				li {
					margin: 0 0 10px;
					&.last { margin: 0; }
				}
			}

			li {
				width: 148px;
				height: 68px;
				border: solid 1px #524042;
				position: relative;
				background: #2c0706;
				float: left;
				cursor: pointer;
				&.top {
					display: table;
					padding-left: 12px;
					width: 136px;
					cursor: auto;
				}

				&.current {
					background: #5f3e3d;

					.icon {
						img {
							@include opacity(0);

							&.icon_current {
								display: block;
								@include opacity(1);
							}
						}
					}
				}

				a {
					display: block;
					position: relative;
					color: #fff;
					text-decoration: none;
					padding-left: 12px;
					width: 136px;
					height: 68px;
					@include clearfix();
				}

				.icon {
					display: inline-block;
					float: left;
					position: relative;
					width: 40px;
					margin: 14px 0 0;

					img {
						position: relative;
						z-index: 1;

						&.icon_current {
							position: absolute;
							top: 0; left: 0;
							z-index: 0;
							display: none;
							@include opacity(0);
						}
					}
				}

				.blank {
					position: absolute;
					top: 7px; right: 7px;
					width: 11px;

					img {
						width: 100%;
						height: auto;

						&.blank_hover {
							position: absolute;
							top: 0; left: 0;
							z-index: 0;
							@include opacity(0);
						}
					}
				}

				.txt {
					display: inline-block;
					float: left;
					width: 96px;

					&.l1 {
						padding: 27px 0 0;
					}
					&.l2 {
						padding: 20px 0 0;
					}
					&.l3 {
						padding: 13px 0 0;
					}

					&.right {
						p {
							width: 84px;
							padding-left: 12px;
						}
					}
					&.left {
						width: 136px;
						&.l2 { padding: 18px 0 0; }
						&.l3 { padding: 10px 0 0; }
						p { line-height: 1.6em; }
					}
					p {
						line-height: 1.4em;
						font-size: 10px;
						font-weight: bold;
						color: #fff;
					}
				}
			}
		} */
}

@media (max-width: 640px) {
  #g_header nav {
    display: none;
  }
  .is-gnavi #g_header nav {
    display: block;
  }
}

#g_header nav .none, #g_header nav.none {
  display: none;
}

#g_header nav .g-nav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}

@media (max-width: 640px) {
  #g_header nav .g-nav__ul {
    display: block;
    width: 100%;
    height: auto;
  }
}

#g_header nav .g-nav__li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 30px 0;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}

@media (max-width: 640px) {
  #g_header nav .g-nav__li {
    padding: 4.6875vw 3.125vw 0;
    font-size: 3.75vw;
    border-top: solid 1px #f55561;
  }
  #g_header nav .g-nav__li:last-child {
    border-bottom: solid 1px #f55561;
  }
}

#g_header nav .g-nav__li.padding-b-sp {
  padding-bottom: 4.6875vw;
}

#g_header nav .g-nav__li:hover {
  color: #fdb258;
  /* .ico-list,.ico-blank {
					&::before{
						display: none;
					}
					
				} */
}

#g_header nav .g-nav__li a {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 640px) {
  #g_header nav .g-nav__li a {
    font-size: 3.75vw;
  }
}

#g_header nav .g-nav__li a:hover {
  color: #fdb258 !important;
}

#g_header nav .g-nav__li a:visited {
  color: #fff;
}

#g_header nav .g-nav__li.active .g-nav__li--ico::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#g_header nav .g-nav__li.dropdwn .ico-list {
  position: relative;
}

#g_header nav .g-nav__li.dropdwn .ico-list::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #e60012;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  top: 38px;
  left: 50%;
  z-index: 100;
  display: none;
}

@media (max-width: 640px) {
  #g_header nav .g-nav__li.dropdwn .ico-list::after {
    display: none;
  }
}

#g_header nav .g-nav__li.dropdwn:hover .ico-list::after {
  display: block;
}

@media (max-width: 640px) {
  #g_header nav .g-nav__li.dropdwn:hover .ico-list::after {
    display: none;
  }
}

#g_header nav .g-nav__li.dropdwn:hover .g-nav-sub {
  z-index: 1;
}

#g_header nav .g-nav-sub {
  position: relative;
  display: none;
  z-index: 0;
}

#g_header nav .g-nav__li--ico {
  position: relative;
  display: block;
}

#g_header nav .g-nav__li--ico.ico-list {
  padding-bottom: 4.6875vw;
}

#g_header nav .g-nav__li--ico.ico-list::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/g-nav__li_arrow.png) no-repeat 0 0;
  background-size: contain;
  left: 50%;
  top: 25px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 12px;
  height: 7px;
}

@media (max-width: 640px) {
  #g_header nav .g-nav__li--ico.ico-list::before {
    top: 0;
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: 0;
    width: 3.75vw;
    height: 2.34375vw;
  }
}

#g_header nav .g-nav__li--ico.ico-blank::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/g-nav__li_blank.png) no-repeat 0 0;
  background-size: contain;
  left: 50%;
  top: 25px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 12px;
  height: 11px;
}

@media (max-width: 640px) {
  #g_header nav .g-nav__li--ico.ico-blank::before {
    top: 0;
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: 0;
    width: 3.4375vw;
    height: 2.96875vw;
  }
}

#g_header nav .g-nav__li--ico.ico-list__sub::after {
  content: '';
  display: inline-block;
  background: url(../images/g-nav__li_sub_arrow.png) no-repeat 0 0;
  background-size: contain;
  width: 9px;
  height: 13px;
  margin-left: 1em;
}

@media (max-width: 640px) {
  #g_header nav .g-nav__li--ico.ico-list__sub::after {
    width: 1.875vw;
    height: 2.96875vw;
  }
}

#g_header nav .g-nav-sub--wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 0;
}

@media (max-width: 640px) {
  #g_header nav .g-nav-sub--wrap {
    display: block;
    height: auto;
  }
}

#g_header nav .g-nav__ul--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

#g_header nav .g-nav__ul--sub a {
  color: #000;
}

#g_header nav .g-nav__ul--sub a:hover, #g_header nav .g-nav__ul--sub a:visited {
  color: #000;
}

@media (max-width: 640px) {
  #g_header nav .g-nav__ul--sub {
    display: block;
  }
}

#g_header nav .g-nav__li--sub {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  text-align: center;
}

@media (max-width: 640px) {
  #g_header nav .g-nav__li--sub {
    text-align: left;
    margin: 4.6875vw 0;
    padding: 0 3.125vw;
  }
  #g_header nav .g-nav__li--sub a {
    font-size: 3.125vw;
  }
}

#g_header nav .g-nav__li--sub .g-nav__li--sub-img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#g_header nav .g-nav__li--sub:hover .g-nav__li--sub-img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

@media (max-width: 640px) {
  #g_header nav .g-nav__li--sub:hover .g-nav__li--sub-img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#g_header nav .g-nav__li--sub-img {
  display: inline-block;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  #g_header nav .g-nav__li--sub-img {
    margin-bottom: 4.6875vw;
  }
}

@media (max-width: 640px) {
  #g_header nav .g-nav__li--sub-products {
    width: 84vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #g_header nav .g-nav__li--sub-products .g-nav__li--sub {
    width: 50%;
    padding: 0;
  }
  #g_header nav .g-nav__li--sub-products .g-nav__li--ico.ico-list__sub::after {
    margin-left: 0;
  }
  #g_header nav .g-nav__li--sub-products .g-nav__li--ico {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: inline-block;
  }
}

@media (max-width: 640px) and (max-width: 640px) {
  #g_header nav .g-nav__li--sub-products .g-nav__li--ico {
    display: block;
  }
}

@media (max-width: 640px) {
  #g_header nav .g-nav__li--sub-products .g-nav__li--sub-img {
    text-align: center;
    width: 100%;
  }
  #g_header nav .g-nav__li--sub-products .g-nav__li--sub-img img {
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}

#g_header nav .g-nav__li--sub-products .g-nav__li--sub:nth-child(1) .g-nav__li--sub-img {
  margin-left: -2em;
}

@media (max-width: 640px) {
  #g_header nav .g-nav__li--sub-products .g-nav__li--sub:nth-child(1) .g-nav__li--sub-img img {
    width: 20.9375vw;
  }
}

@media (max-width: 640px) {
  #g_header nav .g-nav__li--sub-products .g-nav__li--sub:nth-child(2) .g-nav__li--sub-img img {
    width: 22.8125vw;
  }
}

#g_header nav .g-nav__li--sub-products .g-nav__li--sub:nth-child(3) .g-nav__li--sub-img {
  margin-left: -2em;
}

@media (max-width: 640px) {
  #g_header nav .g-nav__li--sub-products .g-nav__li--sub:nth-child(3) .g-nav__li--sub-img img {
    width: 12.96875vw;
  }
}

#g_header nav .full {
  position: absolute;
  top: 80px;
  left: 0;
  background: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
  -webkit-box-shadow: 0px 7px 27px -5px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 7px 27px -5px rgba(0, 0, 0, 0.6);
}

@media (max-width: 640px) {
  #g_header nav .full {
    position: relative;
    margin: 0 0 0 -3.125vw;
    width: 100vw;
    top: 0;
    padding: 3.125vw 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

#g_header .h_space {
  display: block;
  height: 5000px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  background: #2c0706;
}

@media (max-width: 640px) {
  #g_header .h_space {
    display: none;
  }
}

#g_header .sp_menu {
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #2c0706;
  position: absolute;
  top: 66%;
  left: 0;
  display: none;
}

#g_header .sp_menu ul {
  width: 90.625%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#g_header .sp_menu ul li {
  width: 100%;
  border: solid 1px #524042;
  background: #2c0706;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2.0689%;
  font-weight: bold;
  position: relative;
}

#g_header .sp_menu ul li:after {
  content: "";
  display: table;
  clear: both;
}

#g_header .sp_menu ul li a {
  display: table;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#g_header .sp_menu ul li span {
  display: table-cell;
  width: 7.2202%;
  min-height: 10px;
}

#g_header .sp_menu ul li span:before, #g_header .sp_menu ul li span:after {
  content: '';
  display: block;
  padding-top: 50%;
}

#g_header .sp_menu ul li span img {
  width: 100%;
  height: auto;
}

#g_header .sp_menu ul li span.half {
  width: auto;
  min-height: 0;
  display: inline-block;
}

#g_header .sp_menu ul li span.half:before, #g_header .sp_menu ul li span.half:after {
  display: none;
}

#g_header .sp_menu ul li p {
  display: table-cell;
  font-size: 10px;
  line-height: 1em;
  color: #ffffff;
  width: 92.7798%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2.5%;
  -webkit-transform: scale(0.9) translateX(-5.4%);
          transform: scale(0.9) translateX(-5.4%);
}

#g_header .sp_menu ul li p.ls_min {
  letter-spacing: -0.06em;
  white-space: nowrap;
}

#g_header .sp_menu ul li .blank {
  position: absolute;
  top: 35%;
  right: 3.4482%;
  width: 3.7931%;
}

#g_header .sp_menu ul li .blank img {
  width: 100%;
  height: auto;
}

#g_header .sp_menu ul li .blank img:nth-child(2) {
  display: none;
}

#g_header .sp_menu ul.menu_about:before {
  content: '';
  display: block;
  padding-top: 5.1724%;
}

#g_header .sp_menu ul.menu_about li {
  border-top: none;
}

#g_header .sp_menu ul.menu_about li:nth-child(1) {
  border-top: solid 1px #524042;
}

#g_header .sp_menu ul.menu_nav li {
  margin-top: 3.45%;
}

#g_header .sp_menu .menu_bg {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 0;
  width: 100%;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

#g_header .sp_menu .menu_bg img {
  width: 100%;
  height: auto;
}

#g_footer {
  width: 100%;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: relative;
  z-index: 1;
  margin-top: 70px;
  background-color: #fff;
}

@media (max-width: 640px) {
  #g_footer {
    margin-top: 30px;
    height: auto;
    float: none;
  }
}

#g_footer .sns_wrap {
  width: 100%;
  min-width: 1280px;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
}

@media (max-width: 640px) {
  #g_footer .sns_wrap {
    min-width: 100%;
  }
}

#g_footer .sns_wrap ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #g_footer .sns_wrap ul {
    width: 100%;
  }
}

#g_footer .sns_wrap li {
  border-right: solid 1px #dedede;
  width: 33.333%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#g_footer .sns_wrap li:last-child {
  border-right: none;
}

@media (max-width: 640px) {
  #g_footer .sns_wrap li {
    width: 33.333%;
    height: 17.96875vw;
  }
}

@media (max-width: 640px) {
  #g_footer .sns_wrap .f img {
    width: 7.96875vw;
  }
}

@media (max-width: 640px) {
  #g_footer .sns_wrap .p img {
    width: 7.96875vw;
  }
}

@media (max-width: 640px) {
  #g_footer .sns_wrap .c img {
    width: 24.53125vw;
  }
}

#g_footer .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 1240px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
}

@media (max-width: 640px) {
  #g_footer .col {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
}

#g_footer .col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  #g_footer .col-box {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

#g_footer .col-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #999;
}

@media (max-width: 640px) {
  #g_footer .col-list {
    display: block;
  }
}

#g_footer .col-list li {
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #999;
  text-align: center;
}

@media (max-width: 640px) {
  #g_footer .col-list li {
    margin: 0;
    border-right: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #999;
    width: 40.625vw;
  }
}

#g_footer .col-list a {
  text-decoration: none;
  color: #999;
  font-size: 12px;
}

#g_footer .col-list a:hover,
#g_footer .col-list a :visited {
  color: #999;
}

@media (max-width: 640px) {
  #g_footer .col-list a {
    font-size: 10px;
  }
}

#g_footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}

@media (max-width: 640px) {
  #g_footer .copyright {
    display: block;
  }
}

#g_footer .copyright small {
  font-size: 12px;
  color: #999999;
}

#g_footer .copyright-logo {
  margin-left: 20px;
  font-size: 0;
}

@media (max-width: 640px) {
  #g_footer .copyright-logo {
    margin: 20px auto;
    text-align: center;
  }
  #g_footer .copyright-logo a {
    display: inline-block;
    margin: 0 auto;
  }
}

#g_footer > .left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px;
  height: 399px;
  background: #fcf5e9;
}

@media (max-width: 640px) {
  #g_footer > .left {
    position: relative;
    width: 100%;
    height: auto;
    background: transparent;
  }
}

#g_footer > .left .nav_bg {
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: -1;
}

@media (max-width: 640px) {
  #g_footer > .left .nav_bg {
    display: none;
  }
}

#g_footer > .left .sp_nav_bg {
  display: none;
}

@media (max-width: 640px) {
  #g_footer > .left .sp_nav_bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  #g_footer > .left .sp_nav_bg img {
    width: 100%;
    height: auto;
    min-height: 110px;
  }
}

#g_footer > .left .share {
  padding: 0 0 96px 30px;
  border-bottom: solid 1px #e9dabb;
}

#g_footer > .left .share .twitter {
  width: 140px;
  height: 26.5px;
  font-size: 12px;
}

#g_footer > .left .share .facebook {
  width: 110px;
  height: 25px;
  margin-bottom: 12px;
  position: relative;
  z-index: 0;
}

#g_footer > .left .share .facebook.legacy {
  overflow: visible;
}

#g_footer > .left .share .mixi {
  width: 140px;
  height: 26.5px;
}

@media (max-width: 640px) {
  #g_footer > .left .share {
    padding: 0;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: solid 1px #fff;
  }
  #g_footer > .left .share:before, #g_footer > .left .share:after {
    content: '';
    display: block;
    padding-top: 3.9062%;
  }
  #g_footer > .left .share .inr {
    width: 217px;
    margin: 0 auto;
  }
  #g_footer > .left .share .inr:after {
    content: "";
    display: table;
    clear: both;
  }
  #g_footer > .left .share .inr > div {
    float: left;
    height: 20px;
    overflow: hidden;
  }
  #g_footer > .left .share .inr .twitter {
    width: 68px;
    margin: 0 10px 0 0;
  }
  #g_footer > .left .share .inr .facebook {
    width: 69px;
    padding-bottom: 5px;
    margin: -5px 10px 0 0;
  }
  #g_footer > .left .share .inr .facebook.chrome {
    margin-top: 0;
  }
  #g_footer > .left .share .inr .mixi {
    width: 60px;
    margin: 1px 0 0;
  }
}

#g_footer > .left .sns_page {
  padding: 11px 0 12px;
  border-bottom: solid 1px #e9dabb;
}

@media (max-width: 640px) {
  #g_footer > .left .sns_page {
    padding: 0;
    background: rgba(255, 255, 255, 0.75);
  }
  #g_footer > .left .sns_page:before, #g_footer > .left .sns_page:after {
    content: '';
    display: block;
    padding-top: 5.4687%;
  }
}

#g_footer > .left .sns_page ul {
  width: 45px;
  margin: 0 auto;
}

#g_footer > .left .sns_page ul:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 640px) {
  #g_footer > .left .sns_page ul {
    width: 19.531%;
  }
}

#g_footer > .left .sns_page ul li {
  float: left;
}

#g_footer > .left .sns_page ul li.f {
  width: 8px;
  margin-right: 24px;
}

@media (max-width: 640px) {
  #g_footer > .left .sns_page ul li.f {
    width: 20.8%;
    margin-right: 45.6%;
  }
}

#g_footer > .left .sns_page ul li.p {
  width: 13px;
}

@media (max-width: 640px) {
  #g_footer > .left .sns_page ul li.p {
    width: 32.8%;
  }
}

#g_footer > .left .sns_page ul li img {
  width: 100%;
  height: auto;
}

#g_footer > .left .coin {
  padding: 8px 0 14px;
  border-bottom: solid 1px #e9dabb;
}

@media (max-width: 640px) {
  #g_footer > .left .coin {
    padding: 0;
    background: #fcf5e9;
  }
  #g_footer > .left .coin:before, #g_footer > .left .coin:after {
    content: '';
    display: block;
    padding-top: 2.3437%;
  }
  #g_footer > .left .coin:after {
    padding-top: 4.2187%;
  }
}

#g_footer > .left .coin a {
  display: block;
  width: 89px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #g_footer > .left .coin a {
    width: 25.624%;
  }
}

#g_footer > .left .coin img {
  width: 100%;
  height: auto;
}

#g_footer > .left .nestle_logo {
  position: relative;
  width: 86px;
  margin: 0 auto;
  padding: 15px 0;
  z-index: 20;
}

#g_footer > .left .nestle_logo img {
  width: 100%;
  height: auto;
}

#g_footer > .right {
  padding-left: 170px;
}

@media (max-width: 640px) {
  #g_footer > .right {
    text-align: center;
    background: #fcf5e9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5px;
  }
}

#g_footer > .right ul {
  margin: 15px 0 0 19px;
}

#g_footer > .right ul:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 640px) {
  #g_footer > .right ul {
    margin: 0;
    text-align: left;
  }
}

#g_footer > .right ul li {
  float: left;
  font-size: 10px;
  line-height: 1.6em;
  color: #333;
}

@media (max-width: 640px) {
  #g_footer > .right ul li {
    font-size: 10px;
    line-height: 1.78em;
    float: none;
    display: inline-block;
  }
  #g_footer > .right ul li.right span {
    display: none;
  }
  #g_footer > .right ul li.clear {
    clear: both;
  }
  #g_footer > .right ul li:nth-child(5), #g_footer > .right ul li:nth-child(6), #g_footer > .right ul li:nth-child(7) {
    vertical-align: super;
  }
}

#g_footer > .right ul li a {
  color: #333;
  text-decoration: none;
}

#g_footer > .right ul li span {
  display: inline-block;
  padding: 0 6px;
}

@media (max-width: 640px) {
  #g_footer > .right ul li span {
    color: #cccccc;
    padding: 0;
  }
}

#g_footer > .right .copyright {
  margin: 8px 0 0 19px;
  font-size: 10px;
  line-height: 1.6em;
  color: #333;
}

@media (max-width: 640px) {
  #g_footer > .right .copyright {
    color: #ccc;
    line-height: 1.37em;
    margin: 0 auto;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
  }
  #g_footer > .right .copyright:after {
    content: "";
    display: table;
    clear: both;
  }
  #g_footer > .right .copyright span {
    float: left;
    padding-top: 8px;
  }
}

@media (max-width: 640px) {
  #g_footer > .right .copyright .sp_logo {
    width: 50px;
    display: inline-block;
    margin-left: 10px;
    margin-top: -20px;
    float: right;
  }
  #g_footer > .right .copyright .sp_logo a {
    display: block;
  }
  #g_footer > .right .copyright .sp_logo img {
    width: 100%;
    height: auto;
  }
}

.ico-blank-red::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/icon_blank2_r.png) no-repeat 0 0;
  background-size: contain;
  right: 0;
  top: 0;
  width: 75px;
  height: 75px;
}

@media (max-width: 640px) {
  .ico-blank-red::before {
    width: 11.71875vw;
    height: 11.71875vw;
  }
}

.modal-store {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 170px;
  display: none;
}

.is-overlay .modal-store {
  display: block;
}

@media (max-width: 640px) {
  .modal-store {
    padding: 0 6.25vw 26.5625vw;
  }
}

.modal-store__block {
  position: relative;
  background-color: #e60012;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 0 80px;
  margin-top: 170px;
}

@media (max-width: 640px) {
  .modal-store__block {
    padding: 7.03125vw 0 4.6875vw;
    margin-top: 26.5625vw;
  }
}

.modal-store__ui--close {
  position: absolute;
  top: 30px;
  right: 50px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.modal-store__ui--close:hover {
  opacity: 0.5;
}

@media (max-width: 640px) {
  .modal-store__ui--close {
    top: 4.6875vw;
    right: 4.6875vw;
  }
}

.modal-store__ui--close span {
  position: relative;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-store__ui--close span::before, .modal-store__ui--close span::after {
  content: '';
}

.modal-store__ui--close span::before {
  display: block;
  width: 70px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translate(0, 35px);
          transform: translate(0, 35px);
}

@media (max-width: 640px) {
  .modal-store__ui--close span::before {
    width: 10.9375vw;
    -webkit-transform: translate(0, 5.46875vw);
            transform: translate(0, 5.46875vw);
  }
}

.modal-store__ui--close span::after {
  display: block;
  width: 1px;
  height: 70px;
  position: relative;
  left: 50%;
  background-color: #fff;
}

@media (max-width: 640px) {
  .modal-store__ui--close span::after {
    height: 10.9375vw;
  }
}

.modal-store__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

@media (max-width: 640px) {
  .modal-store__title {
    margin-bottom: 6.25vw;
  }
}

.modal-store__title img {
  display: block;
}

@media (max-width: 640px) {
  .modal-store__title img {
    width: 37.5vw;
    max-width: 240px;
  }
}

.modal-store__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 640px) {
  .modal-store__ul {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 3.125vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.modal-store__ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 10px 10px;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .modal-store__ul li {
    margin: 0 0 2.34375vw;
    width: 37.5vw;
  }
}

.modal-store__ul li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.modal-store__ul li a:hover {
  opacity: 0.5;
}

.is-overlay {
  overflow: hidden;
}

/* @font-face {
    font-family: 'yakuhanjp';
    src: url(../fonts/YakuHanJP-Regular.eot);
} */
html,
body {
  font-family: '游ゴシック体', YuGothic, 'Yu Gothic M', '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', HiraKakuProN-W3, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Segoe UI', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

html {
  font-size: 62.5%;
}

img {
  display: block;
}

p {
  line-height: 1.5;
}

a {
  color: #ccc;
  text-decoration: none;
}

a:visited {
  color: #ccc;
}

figure {
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.bold {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: bold;
}

.bnt-hover {
  display: block;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.bnt-hover:hover {
  opacity: 0.5;
}

.isMobile .bnt-hover:hover {
  opacity: 1;
}

.nav-hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.nav-hover:hover {
  opacity: 0.5;
}

.isMobile .nav-hover:hover {
  opacity: 1;
}

.font-yugo {
  font-family: '游ゴシック体', YuGothic, 'Yu Gothic M', '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', HiraKakuProN-W3, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Segoe UI', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.font-yugo-b {
  font-family: '游ゴシック体', YuGothic, 'Yu Gothic M', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', HiraKakuProN-W3, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Segoe UI', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: bold;
}

.img-per100 {
  width: 100%;
}

.sp {
  display: none;
}

@media (max-width: 800px) {
  .sp {
    display: none;
  }
}

@media (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

#g_header {
  min-width: 100%;
}

#g_header .g_header__wrap {
  width: 100%;
}

#g_header #logo {
  margin-top: 5px;
  margin-left: 15px;
}

@media (max-width: 640px) {
  #g_header #logo {
    margin-left: 0;
    margin-top: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
  #g_header nav .g-nav__li {
    padding: 30px 8px 0;
  }
}

#wrap {
  min-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  margin-top: -57px;
}

.is-g_header-fixed #wrap {
  margin-top: 80px;
}

@media screen and (min-width: 641px) and (max-width: 730px) {
  #wrap {
    position: absolute;
    top: 80px;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  #wrap {
    margin-top: -7.33333vw;
  }
  .is-g_header-fixed #wrap {
    margin-top: 12.5vw;
  }
}

#footer {
  position: relative;
  z-index: 999;
  font-size: 10px;
  font-size: 1rem;
  color: #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px 30px;
  padding: 0;
}

@media (max-width: 640px) {
  #footer {
    padding: 0;
  }
}

#footer a {
  color: #999;
}

#footer .footer-line {
  width: 100%;
  height: 125px;
  background: #e60012;
  padding: 0;
}

@media (max-width: 640px) {
  #footer .footer-line {
    height: 19.53125vw;
  }
}

#footer .footer-line__logo {
  width: 184px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 15px;
}

@media (max-width: 640px) {
  #footer .footer-line__logo {
    padding-top: 0;
    width: 28.75vw;
  }
}

#footer .footer-logo {
  position: relative;
  width: 143px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0 40px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #footer .footer-logo {
    width: 21.875vw;
    padding: 7.8125vw 0;
  }
}

#footer .footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 100%;
  height: 110px;
  box-sizing: border-box;
  padding: 0 25px 20px;
}

@media (max-width: 640px) {
  #footer .footer-col {
    display: block;
    padding: 9.375vw 9.375vw 20px;
  }
}

#footer .footer-col__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 640px) {
  #footer .footer-col__ul {
    margin-bottom: 15px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer .footer-col__li {
  border-right: solid 1px #999;
}

#footer .footer-col__li:last-of-type {
  border-right: none;
}

@media (max-width: 640px) {
  #footer .footer-col__li {
    margin-bottom: 5px;
  }
}

#footer .footer-col__li a {
  display: block;
  padding-right: 10px;
  margin-left: 10px;
  line-height: 1.2;
}

@media (max-width: 640px) {
  #footer .footer-col__li a {
    padding-right: 5px;
    margin-left: 5px;
  }
}

#footer .footer-official {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 640px) {
  #footer .footer-official {
    display: block;
    text-align: center;
  }
}

#footer .footer-copyright {
  width: 311px;
}

@media (max-width: 640px) {
  #footer .footer-copyright {
    width: 100%;
    max-width: 311px;
    margin: 0 auto;
  }
}

#footer .footer-brand {
  width: 81px;
  margin-left: 25px;
  display: block;
}

@media (max-width: 640px) {
  #footer .footer-brand {
    margin: 7.8125vw auto;
  }
}

.container {
  overflow: hidden;
}

.section {
  position: relative;
  margin: 0 auto;
  z-index: 10;
  width: 100%;
}

.js-motion-pc {
  opacity: 0;
}

#g_footer {
  margin-top: 0;
}

#g_footer .col {
  width: 100%;
  max-width: 1280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 640px) {
  #g_footer .col {
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.campaign {
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, 'Yu Gothic M', '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', HiraKakuProN-W3, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Segoe UI', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.campaign .font-base {
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, 'Yu Gothic M', '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', HiraKakuProN-W3, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Segoe UI', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.campaign .font-rounded {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.campaign .side-padding {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.campaign .display-block {
  display: block;
}

.campaign.campaign-20250331 {
  color: #000;
  width: 100%;
  overflow: hidden;
}

.campaign.campaign-20250331 a {
  color: #000;
}

.campaign.campaign-20250331 a:hover {
  text-decoration: underline;
}

.campaign.campaign-20250331 .trans-none {
  -webkit-transform: none;
          transform: none;
}

.campaign.campaign-20250331 .kv-line {
  width: 100%;
  height: 0.91205vw;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .kv-line {
    height: 14px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .kv-line {
    height: 1.6vw;
  }
}

.campaign.campaign-20250331 .kv-line img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.campaign.campaign-20250331 .kv-wrap {
  width: 100%;
  background-color: #d60012;
}

.campaign.campaign-20250331 .kv-contents {
  position: relative;
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  aspect-ratio: 1530/1020;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .kv-contents {
    aspect-ratio: 750/860;
  }
}

.campaign.campaign-20250331 .kv-title {
  width: 85.35948vw;
  max-width: 1306px;
  padding: 2.61438vw 0 0;
  margin: 0 auto;
}

@media screen and (min-width: 1530px) {
  .campaign.campaign-20250331 .kv-title {
    padding: 40px 0 0;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .kv-title {
    width: 94.66667vw;
    padding: 6.66667vw 0 0;
  }
}

.campaign.campaign-20250331 .kv-badge {
  position: absolute;
  top: 17.64706vw;
  right: 0;
  width: 22.22222vw;
  max-width: 340px;
}

@media screen and (min-width: 1530px) {
  .campaign.campaign-20250331 .kv-badge {
    top: 270px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .kv-badge {
    width: 27.46667vw;
    max-width: 100%;
    top: 46.66667vw;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.campaign.campaign-20250331 .kv-block__product {
  position: relative;
  width: 58.03%;
  max-width: 888px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .kv-block__product {
    width: 78.66667vw;
    margin: 20.66667vw auto 0;
  }
}

.campaign.campaign-20250331 .kv-pkg_01,
.campaign.campaign-20250331 .kv-pkg_02 {
  width: 47.74%;
  max-width: 424px;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .kv-pkg_01,
  .campaign.campaign-20250331 .kv-pkg_02 {
    width: 42.4vw;
    max-width: 100%;
  }
}

.campaign.campaign-20250331 .overview {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12.37785vw 0 8.46906vw;
  background: url(../images/cp/lp_20240313/receipt_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview {
    padding: 190px 0 130px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview {
    position: relative;
    background: url(../images/cp/lp_20240313/receipt_bg_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 13.33333vw 0 9.33333vw;
  }
  .campaign.campaign-20250331 .overview::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7.6vw;
    background: url(../images/cp/lp_20240313/receipt_head_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 1;
  }
}

.campaign.campaign-20250331 .overview-title {
  width: 58.63192vw;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-title {
    width: 87.73333vw;
  }
}

.campaign.campaign-20250331 .overview-block {
  width: 71.40065vw;
  max-width: 1096px;
  border: solid 2px #d60012;
  background-color: #fff;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-block {
    width: 87.73333vw;
    border: solid 1px #d60012;
  }
}

.campaign.campaign-20250331 .overview-block__001 {
  margin-top: 5.21173vw;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-block__001 {
    margin-top: 80px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-block__001 {
    margin-top: 4vw;
  }
}

.campaign.campaign-20250331 .overview-block__002 {
  margin-top: 5.86319vw;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-block__002 {
    margin-top: 90px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-block__002 {
    margin-top: 6vw;
  }
}

.campaign.campaign-20250331 .overview-block__002 .overview-block__lead {
  color: #d60012;
  font-size: 1.9544vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: table;
  margin: 6.51466vw auto 4.56026vw;
  z-index: 1;
}

.campaign.campaign-20250331 .overview-block__002 .overview-block__lead::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0.5em;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #ffe100;
  z-index: -1;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-block__002 .overview-block__lead {
    font-size: 35px;
    margin: 100px auto 70px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-block__002 .overview-block__lead {
    font-size: 4vw;
    margin: 10.66667vw auto 6.66667vw;
  }
}

.campaign.campaign-20250331 .overview-block__title {
  background-color: #d60012;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.30293vw 0;
  text-align: center;
  color: #ffe100;
  font-size: 1.9544vw;
  line-height: 1;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-block__title {
    padding: 20px 0;
    font-size: 35px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-block__title {
    padding: 2.66667vw;
    font-size: 4vw;
  }
}

.campaign.campaign-20250331 .overview-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-box {
    display: block;
  }
}

.campaign.campaign-20250331 .overview-box__001 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.25733vw 1.9544vw 3.25733vw 4.56026vw;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-box__001 {
    padding: 50px 30px 50px 70px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-box__001 {
    width: 100%;
    padding: 5.46875vw 7.8125vw;
  }
}

.campaign.campaign-20250331 .overview-box__001 .overview-list {
  width: 61.85%;
  color: #d60012;
  font-size: 1.9544vw;
  font-weight: 600;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-box__001 .overview-list {
    font-size: 35px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-box__001 .overview-list {
    width: 100%;
    padding: 0;
    font-size: 4vw;
  }
}

.campaign.campaign-20250331 .overview-box__001 .overview-item {
  margin-bottom: 2.28013vw;
  line-height: 1.2;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-box__001 .overview-item {
    margin-bottom: 35px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-box__001 .overview-item {
    margin-bottom: 4.66667vw;
  }
}

.campaign.campaign-20250331 .overview-box__001 .overview-text {
  color: #000;
  font-size: 1.9544vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.005em;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-box__001 .overview-text {
    font-size: 35px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-box__001 .overview-text {
    font-size: 4vw;
    margin-top: 6.66667vw;
  }
}

.campaign.campaign-20250331 .overview-box__001 .overview-ph {
  width: 35.25%;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-box__001 .overview-ph {
    margin: 4.6875vw auto 0;
    width: 48.4vw;
  }
}

.campaign.campaign-20250331 .overview-pkg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 6.18893vw 0 8.79479vw;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-pkg {
    padding: 0 95px 0 135px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-pkg {
    padding: 0 2.66667vw;
  }
}

.campaign.campaign-20250331 .overview-pkg__ico {
  width: 14.33225vw;
  max-width: 220px;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-pkg__ico {
    width: 24.66667vw;
  }
}

.campaign.campaign-20250331 .overview-pkg__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 69.76%;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-pkg__block {
    width: 54.66667vw;
  }
}

.campaign.campaign-20250331 .overview-pkg__box {
  width: 45%;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-pkg__box {
    width: 25.33333vw;
  }
}

.campaign.campaign-20250331 .overview-pkg__title {
  text-align: center;
  font-size: 1.30293vw;
  font-weight: 600;
  margin-bottom: 1.30293vw;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-pkg__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-pkg__title {
    font-size: 2.13333vw;
    margin-bottom: 2vw;
  }
}

.campaign.campaign-20250331 .overview-pkg__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.campaign.campaign-20250331 .overview-pkg__ph-260 {
  width: 6.97068vw;
  max-width: 107px;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-pkg__ph-260 {
    width: 10.26667vw;
  }
}

.campaign.campaign-20250331 .overview-pkg__ph-400 {
  width: 7.557vw;
  max-width: 116px;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-pkg__ph-400 {
    width: 13.33333vw;
  }
}

.campaign.campaign-20250331 .overview-pkg__num {
  font-size: 1.04235vw;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-pkg__num {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-pkg__num {
    font-size: 1.73333vw;
    margin-top: 1.33333vw;
  }
}

.campaign.campaign-20250331 .overview-arrow {
  position: relative;
  width: 16.93811vw;
  max-width: 260px;
  margin: 6.51466vw auto;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-arrow {
    margin: 100px auto;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-arrow {
    width: 31.2vw;
    margin: 10.66667vw auto 10.66667vw;
  }
}

.campaign.campaign-20250331 .overview-receipt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2.60586vw 2.60586vw 2.60586vw;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-receipt {
    padding: 0 40px 40px 40px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-receipt {
    padding: 0 2.66667vw 6.66667vw;
  }
}

.campaign.campaign-20250331 .overview-plate {
  position: relative;
  background-color: #d60012;
  color: #fff;
  font-size: 1.9544vw;
  font-weight: 600;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.65359vw 0;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-plate {
    font-size: 30px;
    padding: 10px 0;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-plate {
    font-size: 3.46667vw;
    padding: 2vw 0;
  }
}

.campaign.campaign-20250331 .overview-receipt__wrap {
  margin-top: 3.92157vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-receipt__wrap {
    margin-top: 60px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-receipt__wrap {
    margin-top: 6.66667vw;
    display: block;
  }
}

.campaign.campaign-20250331 .overview-receipt__block {
  width: 48.8%;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-receipt__block {
    width: 57.33333vw;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-receipt__block-02 {
    margin-top: 6.66667vw;
  }
}

.campaign.campaign-20250331 .overview-receipt__title {
  font-size: 2.9316vw;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.62866vw;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-receipt__title {
    font-size: 45px;
    margin-bottom: 25px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-receipt__title {
    font-size: 5.2vw;
    margin-bottom: 2.66667vw;
  }
}

.campaign.campaign-20250331 .overview-receipt__box {
  background-color: #fbe5e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.62866vw;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-receipt__box {
    padding: 25px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-receipt__box {
    padding: 2.66667vw;
  }
}

.campaign.campaign-20250331 .overview-receipt__box .overview-plate {
  padding: 0.65147vw 0;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-receipt__box .overview-plate {
    padding: 10px 0;
  }
}

.campaign.campaign-20250331 .overview-receipt__ph-01--01 {
  width: 25.08143vw;
  max-width: 385px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-receipt__ph-01--01 {
    width: 45.06667vw;
  }
}

.campaign.campaign-20250331 .overview-receipt__ph-01--02 {
  width: 17.39414vw;
  max-width: 267px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-receipt__ph-01--02 {
    width: 31.06667vw;
  }
}

.campaign.campaign-20250331 .overview-receipt__ph-02 {
  margin: 1.9544vw auto 3.58306vw;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-receipt__ph-02 {
    margin: 30px auto 55px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-receipt__ph-02 {
    margin: 4vw auto 5.33333vw;
  }
}

.campaign.campaign-20250331 .overview-receipt__ph-02--01 {
  width: 18.0456vw;
  max-width: 277px;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-receipt__ph-02--01 {
    width: 32.4vw;
  }
}

.campaign.campaign-20250331 .overview-receipt__ph-02--02 {
  width: 17.52443vw;
  max-width: 269px;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-receipt__ph-02--02 {
    width: 31.73333vw;
  }
}

.campaign.campaign-20250331 .overview-receipt__ph-02--03 {
  width: 17.71987vw;
  max-width: 272px;
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-receipt__ph-02--03 {
    width: 31.33333vw;
  }
}

.campaign.campaign-20250331 .overview-receipt__subtitle {
  font-size: 1.9544vw;
  font-weight: 600;
  text-align: center;
  margin-top: 6.51466vw;
  margin-bottom: 1.62866vw;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-receipt__subtitle {
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 25px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-receipt__subtitle {
    font-size: 3.46667vw;
    margin-top: 5.33333vw;
    margin-bottom: 2.66667vw;
  }
}

.campaign.campaign-20250331 .overview-receipt__text {
  font-size: 1.62866vw;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.30293vw;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-receipt__text {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-receipt__text {
    font-size: 2.8vw;
    margin-bottom: 3.33333vw;
  }
}

.campaign.campaign-20250331 .requirements {
  background-color: #fbe5e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11.72638vw 1.30293vw;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .requirements {
    padding: 180px 20px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .requirements {
    padding: 6vw 0;
  }
}

.campaign.campaign-20250331 .requirements-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .requirements-wrap {
    width: 87.73333vw;
  }
}

.campaign.campaign-20250331 .requirements-block {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.60586vw;
  margin-top: 3.90879vw;
  margin-bottom: 5.86319vw;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .requirements-block {
    padding: 40px;
    margin-top: 60px;
    margin-bottom: 90px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .requirements-block {
    padding: 2.66667vw;
    margin-top: 4vw;
    margin-bottom: 5.33333vw;
  }
}

.campaign.campaign-20250331 .requirements-att {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .requirements-att {
    font-size: 3.2vw;
  }
}

.campaign.campaign-20250331 .overview-receipt__ill {
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 18.0456vw;
  aspect-ratio: 277/252;
  max-width: 277px;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .overview-receipt__ill {
    width: 277px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .overview-receipt__ill {
    width: 34.66667vw;
    right: -4vw;
  }
}

.campaign.campaign-20250331 .requirements-box {
  font-weight: 600;
  margin-top: 1.9544vw;
  height: 430px;
  overflow: auto;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .requirements-box {
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .requirements-box {
    margin-top: 5.33333vw;
  }
}

.campaign.campaign-20250331 .requirements-col {
  margin-bottom: 3.90879vw;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .requirements-col {
    margin-bottom: 60px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .requirements-col {
    margin-bottom: 5.33333vw;
  }
}

.campaign.campaign-20250331 .requirements-text {
  font-weight: 600;
  font-size: clamp(12px, 2.60586vw, 16px);
  line-height: 2;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .requirements-text {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .requirements-text {
    font-size: 2.93333vw;
  }
}

.campaign.campaign-20250331 .requirements-text li {
  line-height: 2;
}

.campaign.campaign-20250331 .requirements-indent {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1em;
}

.campaign.campaign-20250331 .requirements-btn {
  width: 61.23779vw;
  max-width: 940px;
  background-color: #c8161e;
  color: #fff;
  display: block;
  margin: 0 auto;
  aspect-ratio: 940/95;
  font-size: 2.9316vw;
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.30293vw;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 1535px) {
  .campaign.campaign-20250331 .requirements-btn {
    font-size: 45px;
    border-radius: 20px;
  }
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .requirements-btn {
    width: 87.73333vw;
    font-size: 4.13333vw;
    border-radius: 1.33333vw;
  }
}

.campaign.campaign-20250331 .requirements-btn:hover {
  text-decoration: none;
  opacity: 0.5;
}

.campaign.campaign-20250331 .requirements-btn__text::after {
  content: '';
  display: inline-block;
  width: 3.64821vw;
  max-width: 56px;
  aspect-ratio: 1/1;
  background: url(../images/cp/lp_20240313/ico_btn_arrow.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  vertical-align: -0.3em;
  margin-left: 0.5em;
}

@media (max-width: 640px) {
  .campaign.campaign-20250331 .requirements-btn__text::after {
    width: 5.2vw;
  }
}
