@charset "UTF-8";
/* styles written in this file is for Standard */
/* ---------------------------------------------------------
	ポップアップ
----------------------------------------------------------*/
.mfp-with-zoom .mfp-container {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 1;
  background: #333;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

button.mfp-close {
  width: 20px;
  height: 30px;
}

button.mfp-arrow {
  width: 80px;
  height: 100px;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  button.mfp-arrow {
    width: 20px;
    height: 40px;
  }
}

.mfp-arrow-left {
  background: url("/resources/japan/products/gr-4-mono/feature/img/icon-prev.png") no-repeat center center !important;
  left: 4%;
  top: 50%;
}
@media only screen and (max-width: 1400px) {
  .mfp-arrow-left {
    left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .mfp-arrow-left {
    left: 5px;
    top: 55%;
  }
}

.mfp-arrow-right {
  background: url("/resources/japan/products/gr-4-mono/feature/img/icon-next.png") no-repeat center center !important;
  top: 50%;
  right: 4%;
}
@media only screen and (max-width: 1400px) {
  .mfp-arrow-right {
    right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .mfp-arrow-right {
    right: 5px;
    top: 55%;
  }
}

.mfp-arrow-left {
  background: url("/resources/japan/products/gr-4-mono/feature/img/icon-prev-w.png") no-repeat center center !important;
}

.mfp-arrow-right {
  background: url("/resources/japan/products/gr-4-mono/feature/img/icon-next-w.png") no-repeat center center !important;
}

.mfp-arrow-left::before, .mfp-arrow-left::after {
  display: none;
}

.mfp-arrow-right::before, .mfp-arrow-right::after {
  display: none;
}

.mfp-image-holder .mfp-content {
  max-width: 1200px;
}
@media only screen and (max-width: 640px) {
  .mfp-image-holder .mfp-content {
    max-width: 86%;
  }
}

@media only screen and (max-width: 640px) {
  img.mfp-img {
    max-width: 100%;
  }
}

.mfp-container {
  top: -15px;
}
@media only screen and (max-width: 640px) {
  .mfp-container {
    top: -30px;
  }
}
.mfp-container .mfp-counter {
  top: 94%;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .mfp-container .mfp-counter {
    position: absolute;
    right: 0;
  }
}
.mfp-container .mfp-counter::after {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Yu Gothic Medium", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  display: inline-block;
  font-size: 12px;
  padding: 1px 5px;
  position: absolute;
  right: 0px;
  top: 30px;
}
.mfp-container .mfp-counter .num {
  font-size: 20px;
}
.mfp-container .mfp-counter .total {
  position: relative;
  font-size: 12px;
  display: inline-block;
  padding-left: 5px;
  margin-left: 5px;
}
.mfp-container .mfp-counter .total:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #fff;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  position: absolute;
  left: 0;
  bottom: 2px;
}

.mfp-container .mfp-counter {
  color: #fff;
}
.mfp-container .mfp-counter::before {
  background: #fff;
}

.mfp-gallery a:hover figcaption {
  text-decoration: underline;
}
.mfp-gallery a .img_wrap {
  position: relative;
  display: block;
}
.mfp-gallery a .img_wrap:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  background-image: url("/resources/japan/products/gr-4-mono/feature/img/icon-plus.svg");
  background-size: 100%;
}
.mfp-gallery a figcaption {
  text-align: center;
  margin-top: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .mfp-gallery a figcaption {
    font-size: 14px;
  }
}

/* ---------------------------------------------------------
	その他
----------------------------------------------------------*/
@media screen and (max-width: 640px) {
  #main {
    padding: 0;
  }
}

#main .main-inner {
  padding-top: 0;
}

#contents {
  background-color: #000b00 !important;
}

.bg-gray {
  background-color: #2b2b2b !important;
}

.main-container {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
}
.main-container img {
  max-width: 100%;
  height: auto;
}
.main-container figcaption {
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 1em;
}
@media screen and (max-width: 640px) {
  .main-container figcaption {
    font-size: 14px;
  }
}

.note {
  margin-top: 1em;
}
.note.no-margin {
  margin-top: 0;
}

.note-maru {
  margin-top: 1em;
}
.note-maru.no-margin {
  margin-top: 0;
}

.txtlink:hover {
  text-decoration: underline !important;
}
.txtlink[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: #fff;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/resources/japan/products/gr-4-mono/feature/img/icon-newtab.svg");
  margin-left: 3px;
}

.swiper-pagination-bullet {
  background: #8a8a8a;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #e65a24;
}

.app-blocks {
  display: flex;
  gap: 0 20px;
  margin-top: 30px;
}

.gr4mono-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .gr4mono-wrapper {
    padding: 0 10px;
  }
}
.gr4mono-visual {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .gr4mono-visual {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.gr4mono-visual .swiper {
  overflow: visible; /* 左右の画像を表示 */
  padding-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .gr4mono-visual .swiper {
    padding-bottom: calc(1em + 8px + 10px);
  }
}
.gr4mono-visual .swiper-slide {
  max-width: 1700px;
}
.gr4mono-visual .swiper-slide-img figcaption {
  text-align: right;
  font-size: 12px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .gr4mono-visual .swiper-slide-img figcaption {
    text-align: center;
    padding: 0;
    font-size: 11px;
  }
}
.gr4mono-visual .swiper-slide img {
  width: 100%;
  height: auto;
}
.gr4mono-visual .swiper-pagination {
  bottom: 0 !important;
}
.gr4mono-carousel {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
.gr4mono-carousel .swiper {
  padding-bottom: 38px;
}
.gr4mono-carousel .swiper-slide {
  width: 630px;
}
@media screen and (max-width: 640px) {
  .gr4mono-carousel .swiper-slide {
    width: calc(100% - 80px);
  }
}
.gr4mono-carousel .swiper-slide img {
  width: 100%;
  height: auto;
}
.gr4mono-carousel .swiper-pagination {
  bottom: 0 !important;
}
.gr4mono-nav {
  margin-top: 180px;
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .gr4mono-nav {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
.gr4mono-nav-ul {
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
}
@media screen and (max-width: 640px) {
  .gr4mono-nav-ul {
    flex-direction: column;
    gap: 5px 0;
  }
}
.gr4mono-nav-ul li {
  width: 100%;
}
.gr4mono-nav-ul a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #333333;
  font-weight: bold;
  padding: 8px 0;
}
.gr4mono-nav-ul a:hover {
  background: #e65a24;
}
.gr4mono-nav-last {
  margin-top: 150px;
  margin-bottom: 200px;
}
@media screen and (max-width: 640px) {
  .gr4mono-nav-last {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.gr4mono-h2 {
  background: #444444;
  text-align: center;
  line-height: 1.3;
  padding: 12px 10px;
  font-size: 36px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
  .gr4mono-h2 {
    font-size: 18px;
  }
}
.gr4mono-h3 {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 25px;
}
.gr4mono-btn {
  width: 100%;
  max-width: 500px;
  display: block;
  text-align: center;
  color: #cccccc;
  padding: 14px 10px;
  font-size: 20px;
  border: 1px solid #cccccc;
}
.gr4mono-btn:hover {
  background: #fff;
  color: #2b2b2b !important;
}
.gr4mono-btn:hover:after {
  background: #2b2b2b !important;
}
.gr4mono-btn-txt {
  margin-top: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .gr4mono-btn-txt {
    font-size: 14px;
  }
}
.gr4mono-btn[target=_blank] {
  position: relative;
}
.gr4mono-btn[target=_blank]:after {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: #fff;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/resources/japan/products/gr-4-mono/feature/img/icon-newtab.svg");
}
.gr4mono-sec {
  padding: 200px 0;
}
@media screen and (max-width: 640px) {
  .gr4mono-sec {
    padding: 100px 0;
  }
}
.gr4mono-sec#anchor-01 {
  padding-top: 0;
}
.gr4mono-sec-opening {
  margin-top: 48px;
  text-align: center;
}
.gr4mono-sec-opening-ttl {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .gr4mono-sec-opening-ttl {
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  .gr4mono-sec-opening-ttl.min {
    font-size: 30px;
  }
}
.gr4mono-sec-opening-txt {
  margin-top: 40px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
  .gr4mono-sec-opening-txt {
    font-size: 16px;
  }
}
.gr4mono-sec-opening + .gr4mono-block {
  margin-top: 150px;
}
@media screen and (max-width: 640px) {
  .gr4mono-sec-opening + .gr4mono-block {
    margin-top: 80px;
  }
}
#anchor-03 .gr4mono-sec-opening + .gr4mono-block {
  margin-top: 200px;
}
@media screen and (max-width: 640px) {
  #anchor-03 .gr4mono-sec-opening + .gr4mono-block {
    margin-top: 80px;
  }
}
.gr4mono-sec-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 200px;
}
@media screen and (max-width: 640px) {
  .gr4mono-sec-btns {
    margin-top: 80px;
  }
}
.gr4mono-sec-interval img {
  width: 100%;
}
.gr4mono-block {
  margin-top: 200px;
}
@media screen and (max-width: 640px) {
  .gr4mono-block {
    margin-top: 80px;
  }
}
.gr4mono-block > p {
  margin-top: 1.5em;
}
.gr4mono-block > p:first-child {
  margin-top: 0;
}
.gr4mono-block img {
  width: 100%;
  height: auto;
}
.gr4mono-block-clmImg {
  display: flex;
  gap: 0 14px;
  margin-top: 20px;
}
.gr4mono-block-clmImg img {
  width: 59.5744680851%;
}
.gr4mono-block-clmImg figcaption {
  width: 37.4468085106%;
  margin: 0;
  font-size: 14px !important;
  line-height: 1.5;
  text-align: left !important;
}
.gr4mono-2clm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .gr4mono-2clm {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    margin-top: 40px;
  }
}
@media screen and (min-width: 641px) {
  .gr4mono-2clm-hanten {
    direction: rtl;
  }
}
@media screen and (min-width: 641px) {
  .gr4mono-2clm-hanten .gr4mono-2clm-block {
    direction: ltr; /* 子要素のテキストは通常の向きに戻す */
  }
}
.gr4mono-2clm-block > p {
  margin-top: 1.5em;
}
.gr4mono-2clm-block > p:first-child {
  margin-top: 0;
}
.gr4mono-2clm-imgs figcaption {
  text-align: right;
  font-size: 12px;
}
.gr4mono-2clm-imgs figcaption.f14 {
  font-size: 14px;
}
.gr4mono-3clm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 25px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .gr4mono-3clm {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    margin-top: 40px;
  }
}
@media screen and (min-width: 641px) {
  .gr4mono-3clm-hanten {
    direction: rtl;
  }
}
@media screen and (min-width: 641px) {
  .gr4mono-3clm-hanten .gr4mono-3clm-block {
    direction: ltr; /* 子要素のテキストは通常の向きに戻す */
  }
}
.gr4mono-imgbox dt {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
  line-height: 1.4;
  letter-spacing: 0;
}
.gr4mono-imgbox dt:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}
.gr4mono-imgbox dt .min {
  font-size: 12px;
}
.gr4mono-imgbox dd {
  margin-top: 20px;
}
.gr4mono-imgbox dd:first-of-type {
  margin-top: 0;
}
.gr4mono-imgbox figcaption {
  font-size: 14px;
}
.gr4mono-carousel {
  margin-top: 50px;
}
.gr4mono-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  gap: 50px 25px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .gr4mono-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
.gr4mono-gallery img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=standard.css.map */