@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Noto+Serif:wght@400:700&display=swap');
:root {
  --maincolor: #023790;
  --subcolor: #eb0b32;
  --textcolor: #000;
  --container: 1200px;
}

/* ======== ↓ common ↓ ======== */
#mgsd {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.65;
  font-size: 18px;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--textcolor);
  overflow: hidden;
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  #mgsd {
    font-size: max(1.4vw,14px);
  }
}

@media screen and (max-width: 800px) {
  #mgsd {
    font-size: max(2.2vw,14px);
  }
}

#mgsd * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mgsd a {
  opacity: 1;
  color: #fff;
  background-color: transparent;
  text-decoration: none !important;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

#mgsd a.hover {
  color: var(--maincolor);
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#mgsd img {
  max-width: 100%;
  height: auto;
  display: block;
}

#mgsd img.alignCenter {
  margin-left: auto;
  margin-right: auto;
}

#mgsd .cover {
  width: 100%;
  max-width: none;
  height: auto;
}

#mgsd .sectionWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

#mgsd .widthWrapper {
  position: relative;
  width: 100%;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1220px) {
  #mgsd .widthWrapper {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 800px) {
  #mgsd .widthWrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
}

#mgsd .insideWrapper {
  position: relative;
  width: 80%;
  max-width: inherit;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mgsd .flexBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style: none;
}

#mgsd .flexBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#mgsd .flexLeft {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#mgsd .flexAlignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mgsd .flexSplit > * {
  width: 50%;
}

#mgsd .flexList2 > * {
  width: 48.5%;
}

#mgsd .flexList2 > *:nth-child(even) {
  margin-left: 3%;
}

#mgsd .flexList3 > * {
  width: calc(94% / 3);
}

#mgsd .flexList3 > *:not(:nth-child(3n + 1)) {
  margin-left: 3%;
}

@media screen and (max-width: 800px) {
  #mgsd .flexSpColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #mgsd .flexSpColumn > * {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}


#mgsd .fontBold {
	font-family: "Noto Serif", serif;
	font-weight: 700;
	font-style: normal;
}

#mgsd .fontMedium {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
}

#mgsd .alignCenter {
  text-align: center;
}

#mgsd .alignRight {
  text-align: right;
}

#mgsd .alignLeft {
  text-align: left;
}

#mgsd .lineHeight100 {
  line-height: 1;
}

#mgsd .lineHeight150 {
  line-height: 1.5;
}

#mgsd .lineHeight200 {
  line-height: 2;
}

#mgsd .text30 {
  font-size: 30px;
}

#mgsd .text28 {
  font-size: 28px;
}

#mgsd .text24 {
  font-size: 24px;
}

#mgsd .text18 {
  font-size: 18px;
}

#mgsd .text14 {
  font-size: 14px;
}

#mgsd .text0 {
  font-size: 0;
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  #mgsd .text30 {
    font-size: 2.4vw;
  }
  #mgsd .text28 {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 800px) {
  #mgsd .lineHeight150 {
    line-height: 2;
  }
  #mgsd .text30 {
    font-size: 4vw;
  }
  #mgsd .text28 {
    font-size: 3.8vw;
  }
  #mgsd .text24 {
    font-size: 3.6vw;
  }
  #mgsd .text18 {
    font-size: 3.2vw;
  }
  #mgsd .text14 {
    font-size: 2.8vw;
  }
}

#mgsd .marginTopHalf {
  margin-top: 0.5em !important;
}

#mgsd .marginTop1 {
  margin-top: 1em !important;
}

#mgsd .marginTop2 {
  margin-top: 2em !important;
}

#mgsd .marginTop3 {
  margin-top: 3em !important;
}

#mgsd .marginTop4 {
  margin-top: 4em !important;
}

#mgsd .marginTopAuto {
  margin-top: auto !important;
}

#mgsd .marginRightHarf {
  margin-right: 0.5em !important;
}

#mgsd .paddingVerticalHalf {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#mgsd .paddingVertical1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

#mgsd .paddingVertical2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

#mgsd .paddingVertical3 {
  padding-top: 3em;
  padding-bottom: 3em;
}

#mgsd .paddingVertical4 {
  padding-top: 4em;
  padding-bottom: 4em;
}

#mgsd .paddingHorizontalHalf {
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mgsd .paddingHorizontal1 {
  padding-left: 1em;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mgsd .paddingHorizontal1half {
  padding-left: 1.5em;
  padding-right: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mgsd .paddingHorizontal2 {
  padding-left: 2em;
  padding-right: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mgsd .u-note {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

#mgsd .u-marker {
  padding: 0 0.2em;
  margin: 0 0.2em;
  background: var(--maincolor);
  color: #fff;
}

#mgsd .blockLink a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (min-width: 801px) {
  #mgsd .dispNarrow {
    display: none !important;
  }
  #mgsd a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 800px) {
  #mgsd .dispWide {
    display: none !important;
  }
}

/* ======== ↑ End common ↑ ======== */
/* ======== ↓ main ↓ ======== */
#mgsd .parallaxWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

#mgsd .parallax {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 105vh;
  background: #0d1218 url(../images/_24053113/parallax_bg01.jpg) repeat-y center/100% auto;
  z-index: -100;
}

@media screen and (max-width: 800px) {
  #mgsd .parallax {
    background-size: auto 100vh;
  }
}

#mgsd .parallax2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 105vh;
  background: url(../images/_24053113/parallax_bg02.jpg) no-repeat center/cover;
  z-index: -100;
}

#mgsd h2.heading {
  color: var(--maincolor);
}

#mgsd h2.heading .en {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  padding-left: 10%;
  display: block;
  position: relative;
}

#mgsd h2.heading .en:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(6.5em + 10%);
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, from(#aa0011), color-stop(50%, #5e32b8), to(#184796));
  background: linear-gradient(-90deg, #aa0011, #5e32b8 50%, #184796 100%);
}

#mgsd h2.heading .ja {
  font-size: 50px;
  padding-left: 10%;
  display: block;
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  #mgsd h2.heading .en {
    font-size: 3.3vw;
  }
  #mgsd h2.heading .ja {
    font-size: 4.2vw;
  }
}

@media screen and (max-width: 800px) {
  #mgsd h2.heading .en {
    font-size: 5vw;
  }
  #mgsd h2.heading .ja {
    font-size: 6vw;
  }
}

#mgsd h3.heading {
  font-size: 50px;
	font-family: "Noto Serif", serif;
	font-weight: 700;
	font-style: normal;
  text-align: center;
  line-height: 1.1;
  color: var(--maincolor);
  padding-top: 0.2em;
  padding-bottom: 7.8%;
  position: relative;
}

#mgsd h3.heading:after {
  content: '';
  position: absolute;
  left: -50%;
  right: -50%;
  bottom: 0;
  margin: auto;
  width: 1197px;
  max-width: 100%;
  height: 51%;
  background: url(../images/_24053113/heading_dec.png) no-repeat center bottom/contain;
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  #mgsd h3.heading {
    font-size: 4.2vw;
  }
}

@media screen and (max-width: 800px) {
  #mgsd h3.heading {
    font-size: 5vw;
  }
}

#mgsd h3.heading2 {
  font-size: 50px;
  text-align: center;
  color: #93daff;
  line-height: 1.3;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  #mgsd h3.heading2 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 800px) {
  #mgsd h3.heading2 {
    font-size: 5vw;
  }
}

#mgsd h4.heading {
  font-size: 30px;
	font-family: "Noto Serif", serif;
	font-weight: 700;
	font-style: normal;
  line-height: 1.3;
  /*
  letter-spacing: 0.03em;
  */
  letter-spacing: -0.025em;
  padding-left: 0.6em;
  position: relative;
}

#mgsd h4.heading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0.2em;
  height: 75%;
  background: -webkit-gradient(linear, left top, left bottom, from(#aa0011), color-stop(40%, #5e32b8), color-stop(85%, #184796));
  background: linear-gradient(#aa0011, #5e32b8 40%, #184796 85%);
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  #mgsd h4.heading {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 800px) {
  #mgsd h4.heading {
    font-size: 4.5vw;
  }
}


#mgsd .contentsFooter {
  padding: 6.2% 0 40px;
}

#mgsd .contentsFooter .btn {
  max-width: 49.2vw;
  width: 738px;
  margin: 0 auto 60px;
}

#mgsd .contentsFooter .btn > a {
  display: block;
  color: var(--textcolor);
  background: #d0d1d3;
  border: 1px solid #d20202;
  font-size: 22px;
  text-align: center;
  line-height: 1.3;
  padding: 0.75em 1em;
  position: relative;
}

#mgsd .contentsFooter .btn > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 15px solid transparent;
  border-top-color: #d20202;
  border-left-color: #d20202;
}

#mgsd .contentsFooter .btn > a.hover .arrow, #mgsd .contentsFooter .btn > a:hover .arrow {
  right: 2.5%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#mgsd .contentsFooter .btn > a .arrow {
  position: absolute;
  top: 0;
  right: 4.5%;
  bottom: 0;
  margin: auto;
  width: 0.4em;
  height: 1.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#mgsd .contentsFooter .btn > a .arrow:before, #mgsd .contentsFooter .btn > a .arrow:after {
  content: '';
  position: absolute;
  right: 0;
  margin: auto;
  width: 100%;
  height: 50%;
  background: #d20202;
}

#mgsd .contentsFooter .btn > a .arrow:before {
  top: 0;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
}

#mgsd .contentsFooter .btn > a .arrow:after {
  bottom: 0;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}

#mgsd .contentsFooter .snsBlock {
  position: relative;
  margin-bottom: 2.5em;
}

#mgsd .contentsFooter .snsBlock .snsBtn {
  display: block;
  height: 1em;
  margin: 0 0.2em 0 0;
}

#mgsd .contentsFooter .copyright {
  font-size: 14px;
  text-align: center;
}

#mgsd .contentsFooter .notes {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  margin-top: 1em;
}

@media screen and (max-width: 800px) {
  #mgsd .contentsFooter .btn {
    max-width: 100%;
  }
  #mgsd .contentsFooter .btn > a {
    font-size: 3.5vw;
  }
}

#mgsd #goToTop {
  position: absolute;
  right: 24px;
  bottom: 30px;
  width: 4vw;
  max-width: 60px;
  height: 4vw;
  max-height: 60px;
  z-index: 15;
}

#mgsd #goToTop > a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/goToTopRed.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 801px) and (max-width: 1500px) {
  #mgsd #goToTop {
    right: 1.6vw;
    bottom: 2vw;
  }
}

@media screen and (max-width: 800px) {
  #mgsd #goToTop {
    right: 4vw;
    bottom: 5vw;
    width: 10vw;
    max-width: inherit;
    height: 10vw;
    max-height: inherit;
  }
}

#mgsd .galleryWrapper {
  margin-top: 1.5em;
}

#mgsd .gallery_item img {
  width: 100%;
}

@media screen and (max-width: 1220px) {
  #mgsd .galleryWrapper {
    margin: 4% 0 6%;
  }
}

#mgsd .slick-slide {
  background: #000;
}

#mgsd .slick-slide > * {
  opacity: 0.2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#mgsd .slick-active > * {
  opacity: 1;
}

#mgsd .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  position: absolute;
  top: 1.25em;
  left: 0;
  right: 0;
  margin: auto;
}

#mgsd .slick-dots li {
  margin: 0.3vw;
  font-size: 0;
}

#mgsd .slick-dots button {
  width: 4.8vw;
  height: 4px;
  background: #8995a2;
  border: none;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#mgsd .slick-dots button:hover {
  background: var(--subcolor);
}

#mgsd .slick-active button {
  background: var(--subcolor);
}

@media screen and (max-width: 800px) {
  #mgsd .slick-dots li {
    margin: 0.5vw;
  }
  #mgsd .slick-dots li button {
    width: 5.5vw;
  }
}

#mgsd .c-frame {
  background: url(../images/_24053113/dec_corner.png) no-repeat left top, url(../images/_24053113/dec_corner.png) no-repeat right top, url(../images/_24053113/dec_corner.png) no-repeat left bottom, url(../images/_24053113/dec_corner.png) no-repeat right bottom;
  padding: 4px;
  margin: 0 auto;
  max-width: 1208px;
}

#mgsd .c-frame > * {
  border: 2px solid #809bdf;
  background: radial-gradient(#134187, #121315);
}

#mgsd .p-kv {
  position: relative;
  background: #000;
}

#mgsd .p-kv > * {
  position: absolute;
  margin: auto;
}

#mgsd .p-kv > * img {
  width: 100%;
  max-width: none;
}

#mgsd .p-kv .bg {
  position: relative;
}

#mgsd .p-kv .img1 {
  top: -8.8%;
  left: -30.2%;
  width: 87.07%;
}

#mgsd .p-kv .img2 {
  top: -40.2%;
  right: -2.7%;
  width: 55.82%;
}

#mgsd .p-kv .logo {
  top: 21.4%;
  left: 32.2%;
  width: 35.7%;
}

#mgsd .p-kv .txt1 {
  top: 49.5%;
  left: 29.1%;
  width: 41.52%;
}

#mgsd .p-kv .txt2 {
  left: 1.3%;
  bottom: 0.3%;
  width: 42.96%;
}

#mgsd .p-kv .fg {
  right: -2.2%;
  bottom: -5.5%;
  width: 40.89%;
}

#mgsd .p-kv .scroll {
  position: absolute;
  left: 1.5em;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 6em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 9;
  font-size: 1.07vw;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
}

#mgsd .p-kv .scroll a {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  padding: 0 0 0.5em 0;
  border-left: 2px solid #fff;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
}

#mgsd .p-kv .scroll a:after {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  height: 0;
  background: var(--maincolor);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#mgsd .p-kv .scroll a:hover {
  color: var(--maincolor);
  letter-spacing: 0.15em;
}

#mgsd .p-kv .scroll a:hover:after {
  height: 100%;
}

#mgsd .p-kv.js-scroll > * {
  opacity: 0;
}

#mgsd .p-kv.js-scroll .img1 {
  -webkit-transition: 0.6s ease 0.3s;
  transition: 0.6s ease 0.3s;
  -webkit-transform: translateX(5vw);
          transform: translateX(5vw);
}

#mgsd .p-kv.js-scroll .img2 {
  -webkit-transition: 1.2s ease 0.7s;
  transition: 1.2s ease 0.7s;
  -webkit-transform: translateY(5vw);
          transform: translateY(5vw);
}

#mgsd .p-kv.js-scroll .logo, #mgsd .p-kv.js-scroll .txt1 {
  -webkit-transition: 2s ease 1.2s;
  transition: 2s ease 1.2s;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
}

#mgsd .p-kv.js-scroll .txt2 {
  -webkit-transition: 0.5s ease 3s;
  transition: 0.5s ease 3s;
}

#mgsd .p-kv.js-scroll .fg {
  -webkit-transition: 2s ease 0.2s;
  transition: 2s ease 0.2s;
  -webkit-transform: translateX(-10vw) rotate(15deg);
          transform: translateX(-10vw) rotate(15deg);
}

#mgsd .p-kv.js-scroll.is-scroll > * {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

@media screen and (max-width: 800px) {
  #mgsd .p-kv .img1 {
    top: 46.2%;
    left: -96.2%;
    width: 222%;
  }
  #mgsd .p-kv .img2 {
    top: -35%;
    right: -29%;
    width: 143.5%;
  }
  #mgsd .p-kv .logo {
    top: 30%;
    left: 8.2%;
    width: 83%;
  }
  #mgsd .p-kv .txt1 {
    top: 45.9%;
    left: 1.2%;
    width: 96.8%;
  }
  #mgsd .p-kv .txt2 {
    left: 0.2%;
    bottom: 0.4%;
    width: 84.66%;
  }
  #mgsd .p-kv .scroll {
    left: auto;
    right: 3%;
    font-size: 3.6vw;
    line-height: 1.5;
    letter-spacing: -0.01em;
    height: 5.3em;
  }
}

#mgsd .p-about {
  padding-top: 4%;
  background: url(../images/_24053113/about_bg.jpg) no-repeat center/cover;
  position: relative;
}

#mgsd .p-about h2 {
  background: url(../images/_24053113/about_title.png) no-repeat left top/contain;
  color: #fff;
  position: relative;
  z-index: 3;
  width: 623px;
  max-width: 52%;
  height: 203px;
}

#mgsd .p-about h2 .en {
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  position: absolute;
  top: 1.25em;
  left: 1.25em;
}

#mgsd .p-about h2 .en:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.25em;
  height: 0.05em;
  background: #fff;
}

#mgsd .p-about h2 .ja {
  font-size: 50px;
	font-family: "Noto Serif", serif;
	font-weight: 400;
	font-style: normal;
  line-height: 1.3;
  position: absolute;
  top: 1.3em;
  left: 4.3em;
}

#mgsd .p-about .txt1 {
  position: absolute;
  top: -23.8%;
  right: -8.7%;
  width: 67.33%;
}

#mgsd .p-about .txt1 img {
  width: 100%;
}

#mgsd .p-about .img1 {
  position: absolute;
  top: -18.7%;
  right: -39.3%;
  width: 103.2%;
  z-index: 2;
}

#mgsd .p-about .img1 img {
  width: 100%;
}

#mgsd .p-about .txt2 {
  max-width: 42%;
  margin-top: 1em;
}

#mgsd .p-about .txt2 .s {
  font-size: 66.66%;
}

#mgsd .p-about .img2 {
  margin-top: 2.7em;
  margin-left: -2.3%;
  padding-bottom: 25.1%;
  max-width: 47%;
  position: relative;
  z-index: 4;
}

#mgsd .p-about .img2 img {
  width: 100%;
}

@media screen and (max-width: 1220px) {
  #mgsd .p-about h2 {
    height: 16.29vw;
  }
  #mgsd .p-about h2 .en {
    font-size: 3.4vw;
  }
  #mgsd .p-about h2 .ja {
    font-size: 4vw;
  }
  #mgsd .p-about .txt1 {
    right: 2%;
  }
}

@media screen and (max-width: 800px) {
  #mgsd .p-about .img1 {
    top: -7%;
    right: -10%;
  }
  #mgsd .p-about .txt1 {
    top: -8%;
  }
  #mgsd .p-about .txt2 {
    padding-top: 78%;
    max-width: 100%;
  }
  #mgsd .p-about .img2 {
    max-width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 5%;
  }
}

#mgsd .p-details {
  margin-top: 50px;
  position: relative;
  color: #fff;
}

#mgsd .p-details h2 {
  background: url(../images/_24053113/itemDetails_title.png) no-repeat left top/contain;
  color: #fff;
  position: relative;
  width: 426px;
  max-width: 35.5%;
  height: 201px;
}

#mgsd .p-details h2 .en {
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  position: absolute;
  top: 1.7em;
  left: 1.25em;
}

#mgsd .p-details h2 .en:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.25em;
  height: 0.05em;
  background: #fff;
}

#mgsd .p-details_block1 {
  margin-top: 1.6em;
}

#mgsd .p-details_block1 .group1 {
  position: relative;
}

#mgsd .p-details_block1 .group1 h3 img {
  margin: 0 auto;
  max-width: 75%;
}

#mgsd .p-details_block1 .img1 {
  padding-top: 107.2%;
  position: relative;
}

#mgsd .p-details_block1 .img1 img {
  position: absolute;
  top: -15.6%;
  left: -22%;
  width: 145.08%;
  max-width: none;
  z-index: 2;
}

#mgsd .p-details_block2 {
  position: relative;
  margin-top: 10.4%;
}

#mgsd .p-details_block2 .group1 {
  position: relative;
}

#mgsd .p-details_block2 .txt1 {
  position: absolute;
  top: -8.8em;
  right: -8%;
  width: 41%;
}

#mgsd .p-details_block2 .txt1 img {
  width: 100%;
  max-width: none;
}

#mgsd .p-details_block2 .img1 img {
  position: absolute;
  top: -93.4%;
  left: -22.9%;
  width: 75.75%;
  z-index: 1;
  max-width: none;
}

#mgsd .p-details_block2 .item1 {
  margin-left: auto;
  margin-right: 0;
  max-width: 516px;
  position: relative;
  z-index: 2;
}

#mgsd .p-details_block2 .item1 figure {
  margin-top: 1.5em;
}

#mgsd .p-details_block2 .item1 figcaption {
  margin-top: 0.75em;
}

#mgsd .p-details_block2 .group2 {
  position: relative;
  margin-top: 16.5%;
  z-index: 2;
}

#mgsd .p-details_block2 .group2 p {
  margin-top: 0.75em;
}

#mgsd .p-details_block2 .group3 {
  position: relative;
  padding-top: 32.3%;
}

#mgsd .p-details_block2 .item2 {
  margin-left: 0;
  margin-right: auto;
  max-width: 380px;
}

#mgsd .p-details_block2 .item2 figcaption {
  margin-top: 0.75em;
}

#mgsd .p-details_block2 .img2 {
  position: absolute;
  top: -2.7%;
  right: -27%;
  width: 105.33%;
  z-index: -1;
}

#mgsd .p-details_block2 .img2 img {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 801px) {
  #mgsd .p-details_block2 .item1 {
    width: 43%;
  }
  #mgsd .p-details_block2 .item2 {
    width: 31.67%;
  }
}

@media screen and (max-width: 1220px) {
  #mgsd .p-details_block2 .txt1 {
    right: 2%;
  }
}

@media screen and (max-width: 800px) {
  #mgsd .p-details_block2 .txt1 {
    top: -4em;
    left: 2%;
    right: auto;
  }
  #mgsd .p-details_block2 .item1 {
    margin-left: 0;
    margin-right: auto;
  }
  #mgsd .p-details_block2 .img1 {
    padding-top: 50%;
  }
  #mgsd .p-details_block2 .img1 img {
    top: -35%;
    left: 25%;
    width: 85%;
  }
  #mgsd .p-details_block2 .group2 {
    margin-top: 8%;
  }
  #mgsd .p-details_block2 .group3 {
    padding-top: 78%;
  }
  #mgsd .p-details_block2 .item2 {
    max-width: 66%;
  }
  #mgsd .p-details_block2 .img2 {
    right: -20%;
    width: 120%;
  }
}

#mgsd .p-details_block3 {
  margin-top: 8.6%;
  position: relative;
}

#mgsd .p-details_block3 .group1 {
  position: relative;
}

#mgsd .p-details_block3 .img1 {
  position: absolute;
  top: -136%;
  left: -11.7%;
  width: 123.25%;
  z-index: 2;
}

#mgsd .p-details_block3 .img1 img {
  width: 100%;
  max-width: none;
}

#mgsd .p-details_block3 .bg1 {
  padding-top: 25.9%;
  max-width: 2560px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #mgsd .p-details_block3 .img1 {
    top: -90%;
  }
  #mgsd .p-details_block3 .bg1 {
    padding-top: 30%;
  }
}

#mgsd .p-details_block4 {
  position: relative;
}

#mgsd .p-details_block4 .group1 {
  position: relative;
  padding-top: 14%;
}

#mgsd .p-details_block4 .group1 p {
  margin-top: 1em;
}

#mgsd .p-details_block4 .txt1 {
  position: absolute;
  top: 0%;
  left: -8.4%;
  width: 66.58%;
}

#mgsd .p-details_block4 .txt1 img {
  width: 100%;
  max-width: none;
}

#mgsd .p-details_block4 .item1 {
  position: relative;
  padding-top: 51.3%;
}

#mgsd .p-details_block4 .item1 figure {
  position: absolute;
}

#mgsd .p-details_block4 .item1 figure img {
  width: 100%;
  max-width: none;
}

#mgsd .p-details_block4 .item1 figure:nth-child(1) {
  top: 0;
  left: -12.7%;
  width: 68.41%;
}

#mgsd .p-details_block4 .item1 figure:nth-child(2) {
  top: 12%;
  right: -10.7%;
  width: 60.6%;
}

#mgsd .p-details_block5 {
  margin-top: 8.5%;
  padding-top: 6.8%;
}

#mgsd .p-details_block5 .group1 {
  position: relative;
}

#mgsd .p-details_block5 .img1 {
  padding-top: 70.5%;
}

#mgsd .p-details_block5 .img1 img {
  position: absolute;
  top: 2.1%;
  left: -10%;
  width: 150.91%;
  max-width: none;
  z-index: -1;
}

#mgsd .p-details_block5 .txt1 {
  position: absolute;
  left: 0%;
  bottom: 7.5%;
  width: 99.83%;
  z-index: -2;
}

#mgsd .p-details_block5 .txt1 img {
  width: 100%;
  max-width: none;
}

#mgsd .p-details_block5 .group2 {
  position: relative;
  margin-top: 3.3%;
}

#mgsd .p-details_block5 .item1 figure {
  margin-top: 1.25em;
}

#mgsd .p-details_block5 .item1 figure figcaption {
  margin-top: 0.75em;
}

#mgsd .p-details_block5 .img2 {
  position: relative;
  padding-top: 70%;
}

#mgsd .p-details_block5 .img2 img {
  position: absolute;
  top: -50.3%;
  left: -29.3%;
  width: 141.08%;
  max-width: none;
  z-index: -1;
}

#mgsd .p-details_block5 .group3 {
  position: relative;
  margin-top: -1.2%;
}

#mgsd .p-details_block5 .item2 {
  max-width: 71%;
}

#mgsd .p-details_block5 .item2 figure {
  margin-top: 1.4em;
}

#mgsd .p-details_block5 .item2 figure figcaption {
  margin-top: 0.75em;
}

#mgsd .p-details_block5 .img3 {
  position: absolute;
  top: -7%;
  right: -53%;
  width: 97.08%;
  z-index: -1;
}

#mgsd .p-details_block5 .img3 img {
  width: 100%;
  max-width: none;
}

#mgsd .p-details_block5 .group4 {
  position: relative;
  margin-top: 15.3%;
}

#mgsd .p-details_block5 .img4 {
  position: absolute;
  top: -50.5%;
  left: -35.4%;
  width: 106.58%;
  z-index: -1;
}

#mgsd .p-details_block5 .img4 img {
  width: 100%;
  max-width: none;
}

#mgsd .p-details_block5 .item3 {
  margin-left: auto;
  margin-right: 0;
  width: 400px;
  max-width: 33.34%;
}

#mgsd .p-details_block5 .item3 figure {
  margin-top: 1em;
}

#mgsd .p-details_block5 .item3 figure img {
  margin-top: 1rem;
  display: block;
}

@media screen and (min-width: 801px) {
  #mgsd .p-details_block5 .item1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mgsd .p-details_block5 .item1 > *:nth-child(1) {
    width: 28.34%;
  }
  #mgsd .p-details_block5 .item1 > *:nth-child(2) {
    width: 33.17%;
  }
  #mgsd .p-details_block5 .item1 > *:nth-child(3) {
    width: 30%;
  }
}

@media screen and (max-width: 800px) {
  #mgsd .p-details_block5 .img1 img {
    top: 20%;
  }
  #mgsd .p-details_block5 .item1 > *:not(:first-child) {
    margin-top: 1.5em;
  }
  #mgsd .p-details_block5 .group3 {
    padding-bottom: 70%;
  }
  #mgsd .p-details_block5 .item2 {
    max-width: 100%;
  }
  #mgsd .p-details_block5 .img3 {
    top: auto;
    bottom: 0%;
  }
  #mgsd .p-details_block5 .group4 {
    margin-top: 0;
    padding-top: 20%;
  }
  #mgsd .p-details_block5 .img4 {
    top: auto;
    left: -5%;
    bottom: 83%;
  }
  #mgsd .p-details_block5 .item3 {
    margin: 0 auto;
    max-width: 100%;
  }
}

#mgsd .p-details_block6 {
  position: relative;
  margin-top: 7.8%;
}

#mgsd .p-details_block6 .item1 {
  position: relative;
  padding-top: 70%;
}

#mgsd .p-details_block6 .item1 figure {
  position: absolute;
}

#mgsd .p-details_block6 .item1 figure:nth-child(1) {
  top: -12.6%;
  left: -24.8%;
  width: 83.5%;
  z-index: 2;
}

#mgsd .p-details_block6 .item1 figure:nth-child(2) {
  top: 3.5%;
  right: -7.5%;
  width: 59.66%;
  z-index: 1;
}

#mgsd .p-details_block6 .bg1 {
  position: absolute;
  top: -14.4%;
  left: -64.2%;
  width: 134%;
  z-index: -3;
}

#mgsd .p-details_block6 .bg1 img {
  width: 100%;
  max-width: none;
}

#mgsd .p-details_block6 .group2 {
  position: relative;
  margin-top: 6.7%;
}

#mgsd .p-details_block6 .group3 {
  position: relative;
  margin-top: 5.7%;
}

#mgsd .p-details_block6 .item2 {
  max-width: 66.67%;
}

#mgsd .p-details_block6 .item2 figure {
  margin-top: 1em;
}

#mgsd .p-details_block6 .item2 figure figcaption {
  margin-top: 0.5em;
}

#mgsd .p-details_block6 .img1 {
  position: absolute;
  top: -51.9%;
  right: -27.7%;
  width: 67.83%;
  z-index: -1;
}

#mgsd .p-details_block6 .img1 img {
  width: 100%;
  max-width: none;
}

@media screen and (max-width: 800px) {
  #mgsd .p-details_block6 .img1 {
    top: -7%;
  }
  #mgsd .p-details_block6 .bg1 {
    top: -6%;
    left: -61%;
  }
}

@media screen and (max-width: 1220px) {
  #mgsd .p-details h2 {
    height: 16.29vw;
  }
  #mgsd .p-details h2 .en {
    font-size: 3.3vw;
  }
}

#mgsd .p-gallery {
  margin-top: 6.4%;
  position: relative;
}

#mgsd .p-weapons {
  margin-top: 4.5%;
}

#mgsd .p-weapons .img1 {
  margin-top: 2em;
}

#mgsd .p-weapons .group2 {
  margin-top: 5.5em;
}

#mgsd .p-weapons .item1 figure {
  margin-top: 1em;
}

#mgsd .p-weapons .item1 figcaption {
  margin-top: 0.5em;
}

#mgsd .p-weapons .img2 {
  position: absolute;
  top: -20.5%;
  right: -21.8%;
  width: 89.08%;
  z-index: -1;
}

#mgsd .p-weapons .img2 img {
  width: 100%;
}

#mgsd .p-weapons .group3 {
  position: relative;
  margin-top: -1.6%;
}

#mgsd .p-weapons .img3 {
  position: absolute;
  top: -6.3%;
  left: -35.1%;
  width: 102.25%;
  z-index: -1;
}

#mgsd .p-weapons .img3 img {
  width: 100%;
  max-width: none;
}

#mgsd .p-weapons .item2 {
  margin-left: auto;
  margin-right: 0;
  max-width: 32.4%;
}

#mgsd .p-weapons .item2 figure {
  margin-top: 1em;
}

#mgsd .p-weapons .item2 figure figcaption {
  margin-top: 0.75em;
}

#mgsd .p-weapons .item2 h4:not(:first-child) {
  margin-top: 1.25em;
}

@media screen and (min-width: 801px) {
  #mgsd .p-weapons .group2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #mgsd .p-weapons .item1 {
    width: 51.7%;
  }
}

@media screen and (max-width: 800px) {
  #mgsd .p-weapons .group2 {
    padding-top: 55%;
  }
  #mgsd .p-weapons .img2 {
    top: 5%;
    right: 0%;
    width: 105%;
  }
  #mgsd .p-weapons .group3 {
    padding-top: 85%;
  }
  #mgsd .p-weapons .img3 {
    top: -3%;
    left: -25%;
    width: 133%;
  }
  #mgsd .p-weapons .item2 {
    max-width: 100%;
  }
}

#mgsd .p-product {
  margin-top: 6%;
  color: #fff;
}

#mgsd .p-product_img {
  position: relative;
}

#mgsd .p-product_img img {
  margin-left: -68%;
  width: 181%;
  max-width: none;
}

#mgsd .p-product_txt {
  line-height: 1.3;
  letter-spacing: 0.03em;
}

#mgsd .p-product_txt figure {
  margin-left: -1.5em;
}

#mgsd .p-product_txt .modelnum {
  font-size: 34px;
  line-height: 1.12;
  margin-top: 2em;
}

#mgsd .p-product_txt .rollout {
  font-size: 34px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin-top: 0.5em;
}

#mgsd .p-product_txt .price {
  font-size: 22px;
  margin-top: 0.5em;
}

#mgsd .p-product_txt .notes {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 1.5em;
}

#mgsd .p-product_txt .notes > * {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 801px) {
  #mgsd .p-product .c-frame > * {
    padding: 5% 4% 2%;
  }
  #mgsd .p-product_img {
    width: 50%;
  }
  #mgsd .p-product_txt {
    width: 44%;
    margin-left: 6%;
    margin-bottom: 5em;
  }
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  #mgsd .p-product_txt .modelnum {
    font-size: 2.4vw;
  }
  #mgsd .p-product_txt .rollout {
    font-size: 2.4vw;
  }
  #mgsd .p-product_txt .price {
    font-size: 1.8vw;
  }
  #mgsd .p-product_txt .notes {
    font-size: 12px;
  }
}

@media screen and (max-width: 800px) {
  #mgsd .p-product_txt {
    padding: 5%;
  }
  #mgsd .p-product_txt figure {
    max-width: 90%;
    margin: 0 auto 5%;
  }
  #mgsd .p-product_txt .modelnum {
    font-size: 6vw;
    margin-top: 1em;
  }
  #mgsd .p-product_txt .rollout {
    font-size: 6vw;
  }
  #mgsd .p-product_txt .price {
    font-size: 4vw;
  }
  #mgsd .p-product_img img {
    margin-left: -10%;
    width: 120%;
  }
}

/* Animation */
.js-scroll.fadeInUp {
  opacity: 0;
  -webkit-transition: 0.5s ease 0.3s;
  transition: 0.5s ease 0.3s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.js-scroll.fadeInRight {
  opacity: 0;
  -webkit-transition: 0.5s ease 0.3s;
  transition: 0.5s ease 0.3s;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.js-scroll.fadeInLeft {
  opacity: 0;
  -webkit-transition: 0.5s ease 0.3s;
  transition: 0.5s ease 0.3s;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.js-scroll.fadeInDown {
  opacity: 0;
  -webkit-transition: 0.5s ease 0.3s;
  transition: 0.5s ease 0.3s;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.js-scroll.fadeInWing {
  opacity: 0;
  -webkit-transition: 1.8s cubic-bezier(0.5, 0, 0, 1) 0.3s;
  transition: 1.8s cubic-bezier(0.5, 0, 0, 1) 0.3s;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-filter: blur(10px) brightness(150%);
          filter: blur(10px) brightness(150%);
}

.js-scroll.fadeInHere {
  opacity: 0;
  -webkit-transition: 1.2s linear 0.6s;
  transition: 1.2s linear 0.6s;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
}

.js-scroll.is-scroll.fadeInUp, .js-scroll.is-scroll.fadeInRight, .js-scroll.is-scroll.fadeInLeft, .js-scroll.is-scroll.fadeInDown {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.js-scroll.is-scroll.fadeInWing, .js-scroll.is-scroll.fadeInHere {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

/* ======== ↑ End main ↑ ======== */
