@charset "UTF-8";
/* *****************************
	Basic Parts 
******************************** */
/* 使用不可予約語 small pcBox spBox picBox mission type note fun get contImg */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  background: red;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
.jspHorizontalBar {
  background: red;
  bottom: 0;
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #bbd;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px;
}
.jspDisabled {
  background: #80808d;
  cursor: default;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 16px;
}
.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/* Cansel */
.editor .jspContainer div {
  margin: 0;
}
/*Class： Block__Element_Modifie*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: inherit;
} /*add*/
.cboxPhoto {
  width: auto !important;
  height: 100% !important;
}
#cboxOverlay {
  background: #111;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#colorbox {
  outline: 0;
}
#cboxWrapper {
  background: #000;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
}
#cboxMiddleLeft {
  width: 21px;
}
#cboxMiddleRight {
  width: 21px;
}
#cboxTopCenter {
  height: 21px;
}
#cboxBottomCenter {
  height: 21px;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
/* #cboxLoadedContent {} */
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  display: none !important;
}
#cboxLoadingOverlay {
  background: url(../../../../common/img/cb_loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../../../../common/img/cb_loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-color: rgba(24, 24, 24, 0.5);
  width: 40px;
  height: 145px;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-color: rgba(24, 24, 24, 0.5);
  width: 40px;
  height: 145px;
}
#cboxClose {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -40px;
  right: -80px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform .5s cubic-bezier(.5, .27, .16, 1) .6s;
  transition: transform .5s cubic-bezier(.5, .27, .16, 1) .6s;
  transition: transform .5s cubic-bezier(.5, .27, .16, 1) .6s, -webkit-transform .5s cubic-bezier(.5, .27, .16, 1) .6s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #cboxClose {
    right: -40px;
  }
  .cboxPhoto {
    width: 100% !important;
    height: auto !important;
  }
}
#cboxClose:before, #cboxClose:after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  transition: -webkit-transform .5s cubic-bezier(.5, .27, .16, 1) .8s;
  transition: transform .5s cubic-bezier(.5, .27, .16, 1) .8s;
  transition: transform .5s cubic-bezier(.5, .27, .16, 1) .8s, -webkit-transform .5s cubic-bezier(.5, .27, .16, 1) .8s;
}
#cboxClose:before {
  -webkit-transform: translate(-50%) rotate(45deg);
  transform: translate(-50%) rotate(45deg);
}
#cboxClose:after {
  -webkit-transform: translate(-50%) rotate(-45deg);
  transform: translate(-50%) rotate(-45deg);
}
/*!
 * Font Awesome Pro 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
#cboxPrevious, #cboxNext {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #cboxNext:before {
    content: "\f105";
  }
  #cboxPrevious:before {
    content: "\f104";
  }
  #cboxPrevious:before, #cboxNext:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #cboxNext:before, #cboxPrevious:before {
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #cboxPrevious:before, #cboxNext:before {
    font-family: "slick";
    font-size: 2.66666vw;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #cboxNext:before, #cboxPrevious:before {
    font-size: 0.6rem;
    font-size: 2.66666vw;
    font-family: "Font Awesome 5 Pro";
    opacity: 1;
  }
  #cboxNext:before {
    content: "\f105";
  }
  #cboxPrevious:before {
    content: "\f104";
  }
  .slick-prev:before {
    content: "←";
  }
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
/* ******************************************************************** */
/* Popup Movie */
.movie {
  position: relative;
  display: inline-block;
}
.movie:after {
  display: inline-block;
  content: '';
  background: url(../../../../common/img/ico_play.png);
  width: 70px;
  height: 70px;
  background-size: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .movie:after {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
}
/* ******************************************************************** */
.txtCenter {
  text-align: center;
}
.fbold {
  font-weight: bold;
}
.cred {
  color: #FF0000	
}
.mt1 {
  margin-top: 1em;
}
.mb0 {
  margin-bottom: 0 !important;
}
.sp_only{
	display: none;
}
.marker {
  background: linear-gradient(transparent 50%, #43c2ff4a 50%);
  font-weight: bold;
  line-height: 1;
}
.youtube {
  aspect-ratio: 16/9;
  width: 80%;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
video {
  z-index: 2;
  outline: 1px solid #a2a2a2;
}
img {
  max-width: 100%;
}
.fadein {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width:767px) {
  .youtube {
    width: 100%;
  }
}

/*---------------------------------------------------------*/

body {
  font-family: "Arial", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#container {
  font-weight: 500;
  font-size: 1.2rem;
  position: relative;
  background-image: linear-gradient(0deg, #5dc3ff, #ddfeff 5% 90%, #5dc3ff);
}

.ja #container {
  font-style: normal;
  font-feature-settings: "palt";
}

#container a {
  transition: all 0.2s;
  color: #1976d2;
}

#container a:hover {
  opacity: 0.7;
}

#container h1 {
  font-weight: bold;
  text-align: center;
  font-size: 2.3rem;
}

#container h2,
#container h3 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

h2.title,
h3.title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  letter-spacing: 3px;
  text-align: center;
  font-size: clamp(1vw, 3rem, 8vw);
  background: linear-gradient(0deg, #ffffcc 0%, #ff1df8 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2.title span {
  display: inline-block;
  font-size: 1.5rem;
  border-radius: 99px;
  margin-top: 1em;
  padding: 0.3em 2em;
}

.cont__wrap .fadein:first-of-type h3 {
  margin: 2em 0 1em;
}

#container .title_box {
  position: relative;
  text-align: center;
  font-family :"M PLUS Rounded 1c", sans-serif;
  font-size: clamp(1vw, 1.675rem, 5vw);
  color: #333;
  background-color: #ffffff;
  padding: 0.25em 0;
  margin: 0 0 2rem;
  box-shadow: -1px -1px 5px #ccc;
  font-weight: bold;
}

.title_box::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  margin: auto;
  height: 100%;
  z-index: -1;
  width: 100%;
  background: #5dc3ff;
}

#container .period {
  margin: 1rem auto 2rem;
  font-size: clamp(2vw, 1.6rem, 5vw);
  position: relative;
  font-weight: bold;
  width: fit-content;
  text-align: center;
}

#container .period span {
  position: relative;
  z-index: 2;
}

.period::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_yellow_line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scaleX(1.2);
}

#sale .period::after {
  background-image: url(../img/bg_blue_line.png);
}

#sale {
  background-color: #ffffcc;
}

#sale::before {
  content: "";
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, #ffffcc, transparent);
  left: 0;
  right: 0;
  top: -200px;
}

#sale .title {
  background: linear-gradient(0deg, #ddfeff 0%, #ff1df8 80%);
  background-clip: text;
  -webkit-background-clip: text;
  padding-top: 0;
}

.line-through {
  text-decoration: line-through;
}

section {
  position: relative;
  padding: 0em 1em 5em;
}

.cont__wrap {
  width: 1080px;
  position: relative;
  z-index: 2;
  padding: 3em 2em 3em;
  margin: 0 auto;
  border-radius: 20px;
}

.annot {
  display: inline-block;
  margin-top: 1em;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.9rem;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex:after {
  content: none;
}

.btn {
  display: block;
  margin: 1em auto 0;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}

#container .btn a {
  position: relative;
  display: inline-block;
  width: auto;
  border: solid 2px #ffffcc;
  padding: 0.8em 2em;
  border-radius: 5px;
  transition: all 0.2s;
  background: #ffffcc;
}

#container .btn a:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  right: 5%;
  top: initial;
}

#container .btn a:hover {
  background: #1976d2;
  color: #fff;
  opacity: 1 !important;
}

table {
  margin-top: 1.5em;
}

table tr {
  border: solid 1px #333;
}

table td {
  padding: 0.5em;
  vertical-align: middle;
  background: #fff;
}

table td .indent {
  padding-left: 1em;
  text-indent: -1em;
}

table th {
  font-weight: bold;
  background: #5fccf7;
  color: #fff;
  padding: 0em 0.5em;
  width: 30%;
  vertical-align: middle;
}

/* mainImg */
.mainImg {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.mainImg img {
  max-width: 1280px;
  box-shadow: 10px 0px 10px -10px rgba(3, 0, 0, 1), -10px 0px 10px -10px rgba(3, 0, 0, 1);
}

/* campaign */
#campaign p {
  width: fit-content;
  margin: 0 auto 3rem;
}

.grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  margin: 1em auto;
}

.row3-1 .item {
  width: 32%;
  margin-bottom: 1em;
}

.row2-1 .item,
.row2-2 .item {
  width: 48%;
}

.machine__name {
  padding: 1em 0;
  font-weight: bold;
  max-width: 300px;
  margin: auto;
  width: 100%;
}

.grid.grid4-6 {
  gap: 2em;
  margin: 1em 0 2em;
}

.grid.grid4-6 .grid {
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}

.grid.grid4-6 .row2-2 {
  flex-direction: initial;
  gap: 1em;
}

.grid4-6 .item-sub {
  width: 40%;
}

.grid4-6 .item-main {
  width: 55%;
  display: flex;
  gap: 1em;
  flex-direction: column;
}

.grid4-6 .grid.dc .item__txt {
  margin-top: 1em;
  text-align: center;
}

.grid.row3-1 {
  justify-content: space-between;
  gap: 0;
  margin-top: 0.5em;
}

.row3-1 .item,
.row3-2 .item {
  width: 32%;
}

.item-txt {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.5em;
  text-align: center;
}

.cos {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 4em 0;
}

#campaign td a {
  text-decoration: underline;
  color: #214c9f;
}

/* dcont */
#dcont h2.title {
  padding: 0;
}

#dcont .cont__wrap .fadein:first-of-type h3 {
  margin: 1em 0;
}

#dcont h3 {
  background: linear-gradient(180deg, #921113, #d98184);
}

#dcont table th {
  background: #a63133;
}

#dcont .btn a {
  border: solid 2px #a63133;
  color: #a63133;
  margin-top: 2em;
}

#dcont .btn a:hover {
  color: #fff;
  background: #a63133;
}

#dcont h2.title span {
  border: solid 3px #a63133;
  color: #a63133;
  margin-bottom: 0.5em;
}


/* サマーキャンペーン デジタルコンテンツ */
#count_up .row2-2 {
  max-width: 600px;
}

#count_up .row2-2 .item {
  width: 48%;
  max-width: 180px;
  display: grid;
  grid-template-rows: 100px 1fr;
  align-items: center;
  margin: auto;
}

.dc__box {
  width: 100%;
  margin: 5rem auto 3rem;
}

.dc_dl3,
.dc_dl2 {
  padding: 3rem 0;
}


.dc__box p {
  margin-bottom: 1rem;
}

.dc__box figure.img-wrap {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.dc__inner {
  margin-bottom: 4rem;
}

.dc__inner dl {
  display: flex;
  align-items: baseline;
  margin-bottom: 2rem;
}

.dc__inner dl dt {
  flex: 0 0 auto;
}

.dc__box dd span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #D00E11;
}

.dc_present h4::before {
  content: "\f06b ";
  margin-right: .5rem;
  color: #7d00cd;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

p.model_name {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem;
}

#container .btn a.coin_store {
  width: 100%;
  max-width: 300px;
  background: #fab343;
  border: none;
  color: #fff;
}

#sns table tr {
  border: none;
}

#sns table thead th:first-of-type {
  background: none;
  border: none;
}

#sns table thead th:nth-of-type(2) {
  background: #6fa5ff;
}

#sns table th,
#sns table td {
  border: 1px solid #aaa;
}

#sns table tbody th {
  background: #1976D2;
}

/* jbstyle プロフィール */
#profile::before {
  content: "";
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, #ddfeff, transparent);
  left: 0;
  right: 0;
  top: -200px;
}

#profile .grid {
  align-items: flex-start;
}

#profile .grid .profImg {
  width: 30%;
}

#profile .grid .profDesc {
  width: 58%;
}

#profile .item-txt {
  text-align: left;
  font-weight: normal;
}

#container #profile .btn a {
  width: 100%;
  margin-bottom: 1rem;
}

/* アニメーション */
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* デスクトップ用 */
@media screen and (min-width: 768px) {
  #container {
    line-height: 1.7;
  }
  
  table {
    margin: 2em auto 0;
  }
  
  table + .annot {
    display: block;
    width: 80%;
    margin: 1em auto 0;
  }
  
  .howto__img {
    width: 80%;
  }
}

/* スマホ用 */
@media screen and (max-width: 767px) {
  #container {
    position: relative;
    font-size: 0.95rem;
    padding-bottom: 4rem;
    background-image: linear-gradient(0deg, #5dc3ff, #ddfeff 5% 80%, #5dc3ff);
  }
  
  #container::after {
    content: "";
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-size: cover;
  }
  
  #container h2 {
    padding-bottom: 0;
    line-height: 1.2;
  }
  
  h2.title {
    padding: 0 0 1.5em;
    letter-spacing: 2px;
    background: linear-gradient(-15deg, #ffffcc 0%, #ff1df8 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  h2.title img {
    width: 50%;
  }
  
  .ja h2.title img {
    width: 100%;
  }
  
  h2.title span {
    font-size: 0.8em;
    width: 100%;
  }
  
  h3 {
    font-size: 1.1rem;
    padding: 0.5em 0;
  }
  
  h4 {
    font-size: 1.1rem;
    width: 93%;
    margin: 0 auto 2rem;
  }
  
  section {
    padding: 2em 1em;
  }
  
  .cont__wrap {
    width: 100%;
    border-radius: 10px;
    padding: 0;
  }
  
  .btn {
    width: 75vw;
    font-size: 0.9rem;
  }
  
  #container .btn a {
    width: 100%;
    background: #e4007f;
    color: #fff;
    padding: 0.8em 1em;
  }
  
  #container .btn a::after {
    right: 3%;
  }
  
  table {
    font-size: 0.9rem !important;
  }
  
  table th {
    width: 9em;
    font-size: 0.8em;
    padding: .5rem 0;
    vertical-align: middle;
  }
    
  .mainImg {
    padding: 0;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 35%);
  }
  
  .mainImg img {
    width: 100%;
  }
  
  .sp_only {
    display: block;
  }
  
  .grid {
    gap: 0.5em;
  }
  
  .grid.grid4-6 {
    gap: 0.8em;
    margin-bottom: 0;
  }
  
  .grid4-6 .item-main .grid {
    flex-wrap: wrap;
  }
  
  .grid4-6 .item-sub {
    width: 100%;
  }
  
  .grid4-6 .item-main {
    width: 100%;
    gap: 1em;
  }
  
  .grid.grid4-6 .row2-1 {
    gap: 0.5em;
    width: 100%;
  }
  
  #campaign .item-txt {
    font-size: 0.9rem;
    margin-bottom: 0px;
  }
  
  #campaign .machine__name {
    margin-bottom: 1rem;
  }
  
  .cos {
    font-size: 1rem;
    padding: 2em 0;
  }
  
  .row3-1 .item {
    width: 100%;
  }
  
  .row3-2 .item {
    width: 48%;
  }
  
  #dcont .btn a {
    background: #a63133;
    color: #fff;
  }
  #count_up .row2-2 .item {
    max-width: 120px;
    grid-template-rows: 60px 1fr;
  }
  
  .dc_dl3,
  .dc_dl2 {
    padding: 0 0 2rem;
  }
    
  .box p {
    font-size: 1rem;
  }
  
  .dc__box {
    margin: 1rem auto 4rem;
  }
    
  .dc__box figure.img-wrap {
    margin-bottom: 1rem;
  }
  
  .dc__inner {
    margin-bottom: 2rem;
  }
  
  .dc__box .dc__inner dd span {
    font-size: 1.4rem;
  }
  .dc_awards .dc_awards__inner {
    margin-bottom: 0;
  }
  
  .period::after {
    transform: scale(1);
  }
  
  #profile .grid .profImg,
  #profile .grid .profDesc {
    width: 100%;
  }
  
  #sale,
  #profile {
    padding-top: 0;
  }
  
  #sale::before,
  #profile::before {
    height: 50px;
    top: -50px;
  }
}

/******************************
フェードアニメーション
*******************************/
/* 基本クラス */
.fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, visibility 0.5s ease-out;
  will-change: transform, opacity, visibility;
}

/* 表示状態 */
.fade.show {
  opacity: 1;
  visibility: visible;
}

/* 方向のバリエーション */
.fade-up { transform: translateY(30px); }
.fade-down { transform: translateY(-30px); }
.fade-left { transform: translateX(30px); }
.fade-right { transform: translateX(-30px); }

/* 遅延時間 */
.d-2 { transition-delay: 0.2s; }
.d-4 { transition-delay: 0.4s; }
.d-6 { transition-delay: 0.6s; }

/* イージング */
.ease-back { transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1); }
.ease-expo { transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

@media (max-width: 767px) {
  .fade {
    transform: translateY(0);
    transition-duration: 0.3s;
  }
  .fade-up { transform: translateY(20px); }
	.fade-down { transform: translateY(-20px); }
	.fade-left { transform: translateX(20px); }
	.fade-right { transform: translateX(-20px); }
}

@keyframes popUp{
	0%{ 
		transform: scale(.95);
	}
	20%{
		transform: scale(1.01);
	}
	40%{ 
		transform: scale(.95);
	}
	60%{ 
		transform: scale(1.01);
	}
	100%{ 
		transform: scale(1);
	}
} 


