@charset "UTF-8";
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp_s.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
@import "https://fonts.googleapis.com/css?family=Oswald:400,700";
@font-face {
  font-family: "NotoSansCJKjp";
  src: local("Noto Sans JP");
}
/*
@font-face {
font-family: "NotoSansCJKjp";
font-style: normal;
font-weight: 200;
src: url("/common/fonts/NotoSansCJKjp-Light.woff") format("woff");
}

@font-face {
font-family: "NotoSansCJKjp";
font-style: normal;
font-weight: 300;
src: url("/common/fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}

@font-face {
font-family: "NotoSansCJKjp";
font-style: normal;
font-weight: 500;
src: url("/common/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
font-family: "NotoSansCJKjp";
font-style: normal;
font-weight: 700;
src: url("/common/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}

@font-face {
font-family: "NotoSansCJKjp";
font-style: normal;
font-weight: 900;
src: url("/common/fonts/NotoSansCJKjp-Black.woff") format("woff");
}

@font-face {
font-family: "NotoSerif";
font-style: normal;
font-weight: 500;
src: url("/common/fonts/NotoSerifJP-Medium.otf") format("opentype");
}

@font-face {
font-family: "Metropolis";
font-style: normal;
font-weight: 300;
src: url("/common/fonts/Metropolis-Light.otf") format("opentype");
}

@font-face {
font-family: "Metropolis";
font-style: normal;
font-weight: 400;
src: url("/common/fonts/Metropolis-Regular.otf") format("opentype");
}


@font-face {
font-family: "Metropolis";
font-style: normal;
font-weight: 600;
src: url("/common/fonts/Metropolis-SemiBold.otf") format("opentype");
}

@font-face {
font-family: "VeneerClean";
font-style: normal;
font-weight: 400;
src: url("/common/fonts/33B33C_0_0.woff") format("woff");
}
*/
/* ---------------------------------
Reset
--------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

figure {
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #222;
}

a:active {
  background-color: transparent;
}

@media (min-width: 768px) {
  body.pc a:hover {
    text-decoration: none;
  }
}
::selection {
  background: #0075c1;
  color: #fff;
}

/* ---------------------------------
Structure
--------------------------------- */
/* html */
/*
html {
	font-size: 100%;
	overflow-y: scroll;
}

@media (max-width: 767px) {
	html {
		min-width: 0 !important;
		font-size: 87.5%;
	}
}

@media (max-width: 374px) {
	html {
		font-size: 3.7333333vw;
	}
}
*/
/* body */
body {
  color: #222;
  font-family: "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
}

/* .siteWrapper */
@media (min-width: 768px) {
  .siteWrapper.globalMenuSpOpen {
    position: static !important;
    width: auto !important;
    height: auto !important;
    z-index: auto !important;
    background: none !important;
    overflow: visible !important;
  }
}
/* .siteHeader */
.siteHeader {
  min-width: 1100px;
  height: 130px;
  background: #fff;
}

@media (max-width: 767px) {
  .siteHeader {
    display: none;
  }
}
.siteHeader > .headerIn {
  position: relative;
  width: 960px;
  height: 100%;
  margin: 0 auto;
}

.siteHeader .headerLogo {
  position: absolute;
  left: 0;
  top: 32px;
}

.siteHeader .headerLogo > a {
  display: block;
  width: 106px;
  height: 40.5px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -360px -371px;
  background-size: 732px 700px;
}

.siteHeader .sekisuiLogo {
  position: absolute;
  right: 0;
  top: 17px;
}

.siteHeader .sekisuiLogo > a {
  display: block;
  width: 145px;
  height: 55.5px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -444px -442px;
  background-size: 732px 700px;
}

.siteHeader .headerNav {
  position: absolute;
  right: 171px;
  top: 14px;
}

.siteHeader .headerNav > ul {
  font-size: 0.75rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.siteHeader .headerNav > ul > li {
  display: inline-block;
  position: relative;
  margin-left: 7px;
  padding-left: 11px;
}

.siteHeader .headerNav > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.5px;
  width: 1px;
  height: 12px;
  background: #0075c1;
}

.siteHeader .headerNav > ul > li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.siteHeader .headerNav > ul > li:first-child::before {
  display: none;
}

.siteHeader .headerNav > ul > li > a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

@media (min-width: 768px) {
  body.pc .siteHeader .headerNav > ul > li > a:hover {
    color: #999;
  }
}
.siteHeader .headerNav > ul > li > a.window {
  padding-right: 16px;
}

.siteHeader .headerNav > ul > li > a.window::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 2.5px;
  width: 11px;
  height: 9px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -633.5px -315px;
  background-size: 732px 700px;
}

.siteHeader .headerSearch {
  position: absolute;
  right: 171px;
  top: 41px;
}

.siteHeader .headerSearch .field {
  position: absolute;
  right: 30px;
  top: 0;
  width: 161px;
  height: 28px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  overflow: hidden;
}

.siteHeader .headerSearch .field > input {
  width: 151px;
  padding: 0 5px;
  border: none;
  background: none;
  color: #222;
  font-family: "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
  outline: none;
}

.siteHeader .headerSearch button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: #808080;
  text-indent: -999px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}

.siteHeader .headerSearch button::before {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 18px;
  height: 18px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -692px -595px;
  background-size: 732px 700px;
}

@media (min-width: 768px) {
  body.pc .siteHeader .headerSearch button:hover {
    background: #999;
  }
}
.siteHeader .globalNav {
  position: absolute;
  left: 0;
  top: 93px;
}

/* .siteHeaderSp */
@media (min-width: 768px) {
  .siteHeaderSp {
    display: none;
  }
}
.siteHeaderSp > .headerFirst {
  position: relative;
  height: 50px;
}

.siteHeaderSp > .headerFirst .headerLogo {
  position: absolute;
  left: 10px;
  top: 9px;
}

.siteHeaderSp > .headerFirst .headerLogo > a {
  display: block;
  display: block;
  width: 90px;
  height: 34.38679px;
  background-image: url("/common//images/logo_header01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 90px auto;
}

.siteHeaderSp > .headerFirst .headerSearchBtn {
  position: absolute;
  right: 60px;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.siteHeaderSp > .headerFirst .headerSearchBtn::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -11.5px;
  width: 23px;
  height: 24px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -215px -542.5px;
  background-size: 732px 700px;
}

.siteHeaderSp > .headerFirst .headerSearchBtn.ptn2 {
  background: #bfdcef;
}

.siteHeaderSp > .headerSearchBlock {
  display: none;
  background: #bfdcef;
}

.siteHeaderSp > .headerSearchBlock > .blockIn {
  padding: 15px 10px;
}

.siteHeaderSp > .headerSearchBlock .form {
  position: relative;
  height: 46px;
  padding-right: 45px;
  background: #fff;
}

.siteHeaderSp > .headerSearchBlock .form .field {
  padding: 10px 10px 0;
}

.siteHeaderSp > .headerSearchBlock .form .field > input {
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  color: #222;
  font-family: "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1;
  outline: none;
}

.siteHeaderSp > .headerSearchBlock .form .submit {
  display: none;
}

.siteHeaderSp > .headerSearchBlock .form a {
  display: block;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 44px;
  height: 44px;
  border: 1px solid #1ab1d2;
  box-sizing: border-box;
  background: #f2f8fc;
  text-indent: -999px;
  overflow: hidden;
  outline: none;
}

.siteHeaderSp > .headerSearchBlock .form a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -11.5px;
  width: 23px;
  height: 24px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -215px -542.5px;
  background-size: 732px 700px;
}

.siteHeaderSp > .headerSearchBlock .btns {
  margin-top: 10px;
}

.siteHeaderSp > .headerSearchBlock .btns > li {
  width: 50%;
  box-sizing: border-box;
}

.siteHeaderSp > .headerSearchBlock .btns > li:first-child {
  float: left;
  padding-right: 5px;
}

.siteHeaderSp > .headerSearchBlock .btns > li:last-child {
  float: right;
  padding-left: 5px;
}

.siteHeaderSp > .headerSearchBlock .btns > li > a {
  display: block;
  padding: 10px 0;
  border: 1px solid #1ab1d2;
  background: #fff;
  color: #0075c1;
  font-size: 0.85714rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.siteHeaderSp > .globalNavSp > ul > li {
  position: relative;
  float: left;
  width: 33%;
}

.siteHeaderSp > .globalNavSp > ul > li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #7fbae0;
}

.siteHeaderSp > .globalNavSp > ul > li:nth-child(2) {
  width: 34%;
}

.siteHeaderSp > .globalNavSp > ul > li > a {
  display: block;
  padding: 16px 0;
  font-size: 87%;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.siteHeaderSp > .globalNavSp > ul > li:first-child > a {
  border-left: none;
}

.siteHeaderSp > .globalNavSp > ul > li:first-child::before {
  display: none;
}

/* .siteWrapperMaskSp */
.siteWrapperMaskSp {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4000;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  .siteWrapperMaskSp {
    display: none;
  }
}
.siteWrapperMaskSp::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}

/* .globalMenuBtnSp */
.globalMenuBtnSp {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2000;
}

@media (min-width: 768px) {
  .globalMenuBtnSp {
    display: none;
  }
}
.globalMenuBtnSp > p {
  position: absolute;
  right: 12px;
  top: 8px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.globalMenuBtnSp > p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -175px -542.5px;
  background-size: 732px 700px;
}

.globalMenuBtnSp > p:last-child {
  display: none;
}

.globalMenuBtnSp > p:last-child::before {
  width: 35px;
  height: 35px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -594px -442px;
  background-size: 732px 700px;
}

.globalMenuBtnSp.ptn2 {
  z-index: 5000;
}

.globalMenuBtnSp.ptn2 > p:first-child {
  display: none;
}

.globalMenuBtnSp.ptn2 > p:last-child {
  display: block;
}

/* .breadcrumbNav */
.breadcrumbNav {
  position: relative;
  min-width: 1100px;
  height: 40px;
  background: #fff;
  overflow: hidden;
}

@media (max-width: 767px) {
  .breadcrumbNav {
    min-width: 0;
    height: auto;
    overflow: visible;
  }
}
.breadcrumbNav::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -600px;
  width: 1200px;
  height: 40px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: 0 -1192px;
  background-size: 1464px 1400px;
}

@media (max-width: 767px) {
  .breadcrumbNav::before {
    left: auto;
    right: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    background: #f2f2f2;
  }
}
.breadcrumbNav > .navIn {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding: 9px 30px 0;
}

@media (max-width: 767px) {
  .breadcrumbNav > .navIn {
    width: auto;
    padding: 7px 10px;
  }
}
.breadcrumbNav ol > li {
  position: relative;
  float: left;
  font-size: 12px;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li {
    margin-right: 7px;
    padding: 3px 8px 3px 0;
    font-size: 10px;
  }
}
.breadcrumbNav ol > li::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 23px;
  background: #d9d9d9;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li::before {
    top: 4.5px;
    height: 10px;
  }
}
.breadcrumbNav ol > li > a {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li > a {
    padding: 0;
    color: #0075c1;
  }
}
.breadcrumbNav ol > li span {
  display: inline-block;
  padding: 5px 0;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li span {
    padding: 0;
  }
}
.breadcrumbNav ol > li:first-child > a {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li:first-child > a {
    padding-left: 0;
  }
}
.breadcrumbNav ol > li:first-child > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -445px -286px;
  background-size: 732px 700px;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li:first-child > a::before {
    display: none;
  }
}
.breadcrumbNav ol > li:last-child {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li:last-child {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.breadcrumbNav ol > li:last-child::before {
  display: none;
}

.breadcrumbNav ol > li:last-child > span {
  padding-right: 10px;
  padding-left: 10px;
  background: #000;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li:last-child > span {
    padding: 0;
    background: none;
    color: #222;
    font-weight: 300;
  }
}
/* .siteContents */
.siteContents {
  min-width: 1100px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .siteContents {
    min-width: 0;
    padding-bottom: 50px;
  }
}
/* .siteFooter */
.siteFooter {
  min-width: 1100px;
}

@media (max-width: 767px) {
  .siteFooter {
    display: none;
  }
}
.siteFooter > .globalNav {
  margin: 0 auto;
  padding: 20px 0;
}

.siteFooter > .allContentsWrap > .headBlock {
  background: #e5f1f9;
}

.siteFooter > .allContentsWrap > .headBlock > .blockIn {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.siteFooter > .allContentsWrap > .headBlock p {
  padding: 18px 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1;
  cursor: pointer;
}

.siteFooter > .allContentsWrap > .headBlock p > span {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}

.siteFooter > .allContentsWrap > .headBlock p > span::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -439px -254px;
  background-size: 732px 700px;
}

.siteFooter > .allContentsWrap > .headBlock p.ptn2 > span::before {
  width: 18px;
  height: 18px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -416px -254px;
  background-size: 732px 700px;
}

.siteFooter > .allContentsWrap > .bodyBlock {
  background: #f2f8fc;
}

.siteFooter > .allContentsWrap > .bodyBlock > .blockIn {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 25px 20px;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol {
  float: left;
  margin-left: 30px;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol:first-child {
  margin-left: 0;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol:nth-child(1) {
  width: 248px;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol:nth-child(2) {
  width: 210px;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol:nth-child(3) {
  width: 242px;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol:nth-child(4) {
  width: 170px;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol > .set {
  margin-top: 25px;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol > .set:first-child {
  margin-top: 0;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol > .set > .title {
  margin-bottom: 5px;
  color: #0075c1;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol > .set > ul > li > a {
  display: block;
  padding: 5px 0;
  font-size: 0.75rem;
  line-height: 1.3;
  text-decoration: none;
}

.siteFooter
> .allContentsWrap
> .bodyBlock
.blockCol
> .set
> ul
> li
> a.window::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  vertical-align: -1px;
  width: 11px;
  height: 9px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -633.5px -315px;
  background-size: 732px 700px;
}

@media (min-width: 768px) {
  body.pc
  .siteFooter
  > .allContentsWrap
  > .bodyBlock
  .blockCol
  > .set
  > ul
  > li
  > a:hover {
    color: #999;
  }
}
.siteFooter > .footerLastWrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 50px 0 100px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock {
  position: relative;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 36px;
  background: #0075c1;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 36px;
  width: 175.5px;
  height: 130px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -235.5px -143.5px;
  background-size: 732px 700px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .title > span {
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p {
  position: absolute;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p > span {
  display: block;
  position: absolute;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(1) {
  left: 120px;
  top: 137px;
}

.siteFooter
> .footerLastWrap
> .siteGuideBlock
> .picture
> p:nth-child(1)::before {
  width: 157.5px;
  height: 114.5px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -471px -315px;
  background-size: 732px 700px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(2) {
  left: 204px;
  top: 200px;
}

.siteFooter
> .footerLastWrap
> .siteGuideBlock
> .picture
> p:nth-child(2)::before {
  width: 176px;
  height: 151px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: 0 -286px;
  background-size: 732px 700px;
}

.siteFooter
> .footerLastWrap
> .siteGuideBlock
> .picture
> p:nth-child(2)
> span {
  left: 93px;
  top: 130.5px;
  width: 83px;
  letter-spacing: 1px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(3) {
  left: 216px;
  top: 113px;
}

.siteFooter
> .footerLastWrap
> .siteGuideBlock
> .picture
> p:nth-child(3)::before {
  width: 230.5px;
  height: 138.5px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 732px 700px;
}

.siteFooter
> .footerLastWrap
> .siteGuideBlock
> .picture
> p:nth-child(3)
> span {
  left: 0;
  top: 4.5px;
  width: 80px;
  letter-spacing: 1px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(4) {
  left: 300px;
  top: 51px;
}

.siteFooter
> .footerLastWrap
> .siteGuideBlock
> .picture
> p:nth-child(4)::before {
  width: 230.5px;
  height: 137.5px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -235.5px 0;
  background-size: 732px 700px;
}

.siteFooter
> .footerLastWrap
> .siteGuideBlock
> .picture
> p:nth-child(4)
> span {
  left: 0;
  top: 4.5px;
  width: 80px;
  letter-spacing: 1px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(5) {
  left: 372px;
  top: 200px;
}

.siteFooter
> .footerLastWrap
> .siteGuideBlock
> .picture
> p:nth-child(5)::before {
  width: 174px;
  height: 151px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -181px -286px;
  background-size: 732px 700px;
}

.siteFooter
> .footerLastWrap
> .siteGuideBlock
> .picture
> p:nth-child(5)
> span {
  left: 91px;
  top: 130.5px;
  width: 83px;
  letter-spacing: 1px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(6) {
  left: 456px;
  top: 137px;
}

.siteFooter
> .footerLastWrap
> .siteGuideBlock
> .picture
> p:nth-child(6)::before {
  width: 161.5px;
  height: 156.51543px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -469.5463px -152.52778px;
  background-size: 729.74074px 697.83951px;
}

.siteFooter
> .footerLastWrap
> .siteGuideBlock
> .picture
> p:nth-child(6)
> span {
  left: 79px;
  top: 136.5px;
  width: 83px;
  letter-spacing: 1px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(7) {
  left: 468px;
  top: 51px;
}

.siteFooter
> .footerLastWrap
> .siteGuideBlock
> .picture
> p:nth-child(7)::before {
  width: 230.5px;
  height: 137.5px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: 0 -143.5px;
  background-size: 732px 700px;
}

.siteFooter
> .footerLastWrap
> .siteGuideBlock
> .picture
> p:nth-child(7)
> span {
  left: 0;
  top: 4.5px;
  width: 80px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(8) {
  left: 580px;
  top: 170px;
}

.siteFooter
> .footerLastWrap
> .siteGuideBlock
> .picture
> p:nth-child(8)::before {
  width: 170px;
  height: 149px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: 0 -442px;
  background-size: 732px 700px;
}

.siteFooter
> .footerLastWrap
> .siteGuideBlock
> .picture
> p:nth-child(8)
> span {
  left: 87px;
  top: 128.5px;
  width: 83px;
  letter-spacing: 1px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(9) {
  left: 664px;
  top: 107px;
}

.siteFooter
> .footerLastWrap
> .siteGuideBlock
> .picture
> p:nth-child(9)::before {
  width: 176px;
  height: 148px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -471px 0;
  background-size: 732px 700px;
}

.siteFooter
> .footerLastWrap
> .siteGuideBlock
> .picture
> p:nth-child(9)
> span {
  left: 83px;
  top: 127.5px;
  width: 93px;
  letter-spacing: 1px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p.active::before {
  opacity: 0.5;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .map {
  position: relative;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .map > img {
  width: 960px;
  height: 351px;
  vertical-align: bottom;
}

.siteFooter > .footerLastWrap > .sekisuiLogo {
  margin-top: 30px;
}

.siteFooter > .footerLastWrap > .sekisuiLogo > a {
  display: block;
  width: 269px;
  height: 30px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -175px -507.5px;
  background-size: 732px 700px;
}

.siteFooter > .footerLastWrap > .footerNav {
  margin-top: 15px;
  font-size: 0.75rem;
  line-height: 1.1;
}

.siteFooter > .footerLastWrap > .footerNav > li {
  display: inline-block;
  position: relative;
  margin-left: 7px;
  padding-left: 11px;
}

.siteFooter > .footerLastWrap > .footerNav > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.5px;
  width: 1px;
  height: 12px;
  background: #0075c1;
}

.siteFooter > .footerLastWrap > .footerNav > li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.siteFooter > .footerLastWrap > .footerNav > li:first-child::before {
  display: none;
}

.siteFooter > .footerLastWrap > .footerNav > li > a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

@media (min-width: 768px) {
  body.pc .siteFooter > .footerLastWrap > .footerNav > li > a:hover {
    color: #999;
  }
}
.siteFooter > .footerLastWrap > .footerNav > li > a.window {
  padding-right: 16px;
}

.siteFooter > .footerLastWrap > .footerNav > li > a.window::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  width: 11px;
  height: 9px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -633.5px -315px;
  background-size: 732px 700px;
}

.siteFooter > .footerLastWrap > .footerCopyright {
  margin-top: 30px;
  font-size: 0.75rem;
  line-height: 1.1;
}

/* .siteFooterSp */
@media (min-width: 768px) {
  .siteFooterSp {
    display: none;
  }
}
.siteFooterSp > .footerFirstWrap {
  padding: 20px 10px;
}

.siteFooterSp > .footerFirstWrap > .footerNav {
  margin: 0 -10px;
}

.siteFooterSp > .footerFirstWrap > .footerNav > li {
  float: left;
}

.siteFooterSp > .footerFirstWrap > .footerNav > li > a {
  display: block;
  color: #0075c1;
  font-size: 0.85714rem;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.siteFooterSp > .footerFirstWrap > .footerNav > li > a::before {
  content: "";
  display: block;
  margin: 0 auto 5px;
}

.siteFooterSp > .footerFirstWrap > .footerNav > li:nth-child(1) {
  width: 33%;
}

.siteFooterSp > .footerFirstWrap > .footerNav > li:nth-child(1) > a::before {
  width: 79.5px;
  height: 79px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -84.5px -621px;
  background-size: 732px 700px;
}

.siteFooterSp > .footerFirstWrap > .footerNav > li:nth-child(2) {
  width: 34%;
}

.siteFooterSp > .footerFirstWrap > .footerNav > li:nth-child(2) > a::before {
  width: 79.5px;
  height: 79px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: 0 -621px;
  background-size: 732px 700px;
}

.siteFooterSp > .footerFirstWrap > .footerNav > li:nth-child(3) {
  width: 33%;
}

.siteFooterSp > .footerFirstWrap > .footerNav > li:nth-child(3) > a::before {
  width: 79.5px;
  height: 79px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -169px -621px;
  background-size: 732px 700px;
}

.siteFooterSp > .footerFirstWrap > .wholeLink > a {
  display: block;
  position: relative;
  border: 1px solid #4bc1db;
  background: #fff;
  color: #0075c1;
  font-size: 1.07143rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.siteFooterSp > .footerFirstWrap > .wholeLink > a > span {
  display: inline-block;
  position: relative;
  height: 52px;
  padding: 18px 20px 15px 40px;
  box-sizing: border-box;
}

.siteFooterSp > .footerFirstWrap > .wholeLink > a > span::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  width: 35.5px;
  height: 35.5px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -416px -213.5px;
  background-size: 732px 700px;
}

.siteFooterSp > .returnTopBtn {
  display: block;
  position: relative;
  height: 49px;
  background: #e5f1f9;
}

.siteFooterSp > .returnTopBtn::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -17.5px;
  width: 35px;
  height: 19px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -652px -595px;
  background-size: 732px 700px;
}

.siteFooterSp > .siteGuideBlock {
  padding: 20px 10px 0;
  background: #4098d1;
}

.siteFooterSp > .siteGuideBlock .blockTitle {
  margin: 0 auto 20px;
  width: 264px;
  height: 60.5px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -175px -442px;
  background-size: 732px 700px;
}

.siteFooterSp > .siteGuideBlock .blockList {
  margin: 0 -10px;
}

.siteFooterSp > .siteGuideBlock .blockList > li {
  float: left;
  width: 50%;
  border-top: solid 1px #7ab7df;
  box-sizing: border-box;
}

.siteFooterSp > .siteGuideBlock .blockList > li > a {
  display: block;
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 374px) {
  .siteFooterSp > .siteGuideBlock .blockList > li > a {
    padding-left: 10px;
  }
}
.siteFooterSp > .siteGuideBlock .blockList > li > a > span {
  display: block;
  position: relative;
  padding: 20px 0 20px 39px;
  font-size: 0.92857rem;
  line-height: 1.1;
  white-space: nowrap;
}

.siteFooterSp > .siteGuideBlock .blockList > li > a > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
}

.siteFooterSp > .siteGuideBlock .blockList > li:nth-child(2n) {
  border-left: solid 1px #7ab7df;
}

.siteFooterSp
> .siteGuideBlock
.blockList
> li:nth-child(1)
> a
> span::before {
  width: 32px;
  height: 32px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -260.8px -170px;
  background-size: 292.8px 280px;
}

.siteFooterSp
> .siteGuideBlock
.blockList
> li:nth-child(2)
> a
> span::before {
  width: 32px;
  height: 32px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -260.8px -136px;
  background-size: 292.8px 280px;
}

.siteFooterSp
> .siteGuideBlock
.blockList
> li:nth-child(3)
> a
> span::before {
  width: 32px;
  height: 32px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -260.8px -102px;
  background-size: 292.8px 280px;
}

.siteFooterSp
> .siteGuideBlock
.blockList
> li:nth-child(4)
> a
> span::before {
  width: 32px;
  height: 32px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -260.8px -68px;
  background-size: 292.8px 280px;
}

.siteFooterSp
> .siteGuideBlock
.blockList
> li:nth-child(5)
> a
> span::before {
  width: 32px;
  height: 32px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -260.8px -34px;
  background-size: 292.8px 280px;
}

.siteFooterSp
> .siteGuideBlock
.blockList
> li:nth-child(6)
> a
> span::before {
  width: 32px;
  height: 32px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -260.8px 0;
  background-size: 292.8px 280px;
}

.siteFooterSp
> .siteGuideBlock
.blockList
> li:nth-child(7)
> a
> span::before {
  width: 32px;
  height: 32px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -144px -114.4px;
  background-size: 292.8px 280px;
}

.siteFooterSp
> .siteGuideBlock
.blockList
> li:nth-child(8)
> a
> span::before {
  width: 32px;
  height: 32px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -260.8px -204px;
  background-size: 292.8px 280px;
}

.siteFooterSp > .footerLastWrap {
  padding: 20px 10px;
}

.siteFooterSp > .footerLastWrap .footerLogo > a {
  display: block;
  margin: 0 auto;
  width: 119px;
  height: 16.5px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -449px -507.5px;
  background-size: 732px 700px;
}

.siteFooterSp > .footerLastWrap .footerDisplay {
  margin-top: 20px;
}

.siteFooterSp > .footerLastWrap .footerDisplay > li {
  float: left;
  width: 50%;
}

.siteFooterSp > .footerLastWrap .footerDisplay > li > a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.siteFooterSp > .footerLastWrap .footerDisplay > li:first-child > a {
  border-top: 1px solid #0075c1;
  border-bottom: 1px solid #0075c1;
  border-left: 1px solid #0075c1;
  background: #0075c1;
  color: #fff;
}

.siteFooterSp > .footerLastWrap .footerDisplay > li:last-child > a {
  border-top: 1px solid #1ab1d2;
  border-right: 1px solid #1ab1d2;
  border-bottom: 1px solid #1ab1d2;
  background: #fff;
  color: #0075c1;
}

.siteFooterSp > .footerLastWrap .footerDisplay > li:last-child > a > span {
  display: inline-block;
  position: relative;
  padding-right: 23px;
}

.siteFooterSp
> .footerLastWrap
.footerDisplay
> li:last-child
> a
> span::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
  width: 16px;
  height: 15px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -715px -595px;
  background-size: 732px 700px;
}

.siteFooterSp > .footerLastWrap .footerCopyright {
  margin-top: 20px;
  font-size: 0.71429rem;
  line-height: 1.1;
  text-align: center;
}

/* .globalMenuSp */
.globalMenuSp {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
  height: 100%;
  overflow: auto;
  z-index: 10010;
  background-color: #fff;
}

@media (min-width: 768px) {
  .globalMenuSp {
    display: none !important;
  }
}
.globalMenuSp .menuSet > .setTitle {
  padding: 5px 10px;
  background: #0075c1;
  color: #fff;
  font-size: 0.91667rem;
  line-height: 1.1;
}

.globalMenuSp .menuSet .simpleList > li {
  border-top: 1px solid #7fbae0;
}

.globalMenuSp .menuSet .simpleList > li:first-child {
  border-top: none;
}

.globalMenuSp .menuSet .simpleList > li > a {
  display: block;
  position: relative;
  padding: 15px 35px 15px 10px;
  color: #0075c1;
  line-height: 1.3;
  text-decoration: none;
}

.globalMenuSp .menuSet .simpleList > li > a::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  width: 8px;
  height: 14px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -638px -153px;
  background-size: 732px 700px;
}

.globalMenuSp .menuSet .simpleList > li > a.pcLink::before {
  right: 8px;
  width: 25px;
  height: 15px;
  margin-top: -7.5px;
  width: 16px;
  height: 15px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -715px -595px;
  background-size: 732px 700px;
}

.globalMenuSp .menuSet .simpleList > li > a[target]::before {
  margin-top: -6.5px;
  width: 16px;
  height: 13px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -445px -306px;
  background-size: 732px 700px;
}

.globalMenuSp .menuSet .pressList > li {
  border-top: 1px solid #7fbae0;
}

.globalMenuSp .menuSet .pressList > li:first-child {
  border-top: none;
}

.globalMenuSp .menuSet .pressList > li > a {
  display: block;
  position: relative;
  padding: 10px 35px 10px 10px;
  text-decoration: none;
}

.globalMenuSp .menuSet .pressList > li > a > .date {
  display: block;
  margin-bottom: 5px;
  color: #0075c1;
  line-height: 1.3;
}

.globalMenuSp .menuSet .pressList > li > a > .description {
  display: block;
  font-size: 0.88rem;
  line-height: 1.3;
}

.globalMenuSp .menuSet .pressList > li > a::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  width: 8px;
  height: 14px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -638px -153px;
  background-size: 732px 700px;
}

.globalMenuSp .menuSet .pressList > li > a.pcLink::before {
  right: 8px;
  margin-top: -7.5px;
  width: 16px;
  height: 15px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -715px -595px;
  background-size: 732px 700px;
}

.globalMenuSp .menuSet .pressList > li > a[target]::before {
  margin-top: -6.5px;
  width: 16px;
  height: 13px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -445px -306px;
  background-size: 732px 700px;
}

.globalMenuSp .menuSet .pressLink > a {
  display: block;
  position: relative;
  padding: 15px 35px 15px 10px;
  color: #0075c1;
  line-height: 1.3;
  text-decoration: none;
}

.globalMenuSp .menuSet .pressLink > a::before {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -7.5px;
  width: 16px;
  height: 15px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -715px -595px;
  background-size: 732px 700px;
}

.globalMenuSp .returnTopBtn {
  display: block;
  position: relative;
  height: 49px;
  background: #e5f1f9;
}

.globalMenuSp .returnTopBtn::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -17.5px;
  width: 35px;
  height: 19px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -652px -595px;
  background-size: 732px 700px;
}

/* .mediaQueries */
.mediaQueries {
  display: none;
}

@media (min-width: 768px) {
  .mediaQueries {
    content: "pc";
  }
}
@media (max-width: 767px) {
  .mediaQueries {
    content: "sp";
  }
}
/* .stickyReturnTopBtn */
.stickyReturnTopBtn {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 800;
  width: 87px;
  height: 87px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0ms 250ms, opacity 250ms linear;
}

@media (max-width: 767px) {
  .stickyReturnTopBtn {
    display: none;
  }
}
.stickyReturnTopBtn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 87px;
  background: #fff;
  opacity: 0.75;
}

.stickyReturnTopBtn::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 27px;
  margin-left: -24.5px;
  width: 49px;
  height: 30px;
  background-image: url("/common/images_202309/sprite_2x.webp");
  background-repeat: no-repeat;
  background-position: -416px -178.5px;
  background-size: 732px 700px;
}

@media (min-width: 768px) {
  body.pc .stickyReturnTopBtn:hover::before,
  body.pc .stickyReturnTopBtn:active::before {
    background: #0075c1;
    opacity: 1;
  }

  body.pc .stickyReturnTopBtn:hover::after,
  body.pc .stickyReturnTopBtn:active::after {
    width: 49px;
    height: 30px;
    background-image: url("/common/images_202309/sprite_2x.webp");
    background-repeat: no-repeat;
    background-position: -416px -143.5px;
    background-size: 732px 700px;
  }
}
.stickyReturnTopBtn.show {
  visibility: visible;
  opacity: 1;
  transition: visibility 0ms, opacity 250ms linear;
}

/* ---------------------------------
Module
--------------------------------- */
/* .globalNav */
.globalNav {
  width: 960px;
}

.globalNav > ul > li {
  float: left;
  width: 161px;
  margin-left: -1px;
}

.globalNav > ul > li:first-child {
  width: 160px;
  margin-left: 0;
}

.globalNav > ul > li > a {
  display: block;
  position: relative;
  padding: 9px 0;
  border: 1px solid #7fbae0;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 768px) {
  body.pc .globalNav > ul > li > a:hover {
    color: #999;
  }
}
.globalNav > ul > li > a.current {
  z-index: 1;
  border: 1px solid #0075c1;
  background: #0075c1;
  color: #fff;
}

@media (min-width: 768px) {
  body.pc .globalNav > ul > li > a.current:hover {
    color: #fff;
  }
}
/* ---------------------------------
20170724 è¿½è¨˜
--------------------------------- */
.siteHeader {
  font-family: "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
}

.siteHeader form,
.siteHeader input,
.siteHeader label,
.siteHeader legend,
.siteHeader select,
.siteHeader textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}

.siteHeader * {
  box-sizing: border-box;
}

.siteHeader .both-ends-margin {
  position: relative;
  z-index: 10;
}

.siteHeader .both-ends-margin .header-contents-right {
  line-height: 1.5;
}

.siteHeader .both-ends-margin .header-contents-right .siteheader-logo-right a {
  height: 45px;
}

.siteHeader
.both-ends-margin
.header-contents-right
.siteheader-logo-right
a
img {
  vertical-align: middle;
}

.siteHeader .both-ends-margin .gnav-list > li > .current span {
  position: relative;
  color: #0074c0;
  background-color: rgba(25, 128, 182, 0.1);
}

.siteHeader .both-ends-margin .gnav-list > li > .current::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0074c0;
  opacity: 1;
  z-index: 2;
}

.siteHeaderSp .form .field {
  background-color: #fff;
}

@media (min-width: 768px) {
  .siteFooter {
    font-family: "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  }

  .siteFooter .site-footer {
    margin-top: 0;
    padding-bottom: 0;
  }

  .siteFooter .site-footer .footer-list .footer-list-ttl span {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    cursor: pointer;
  }

  .siteFooter .site-footer .footer-list .footer-list-ttl span::before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(/common/images_202309/sprite_2x.webp);
    background-repeat: no-repeat;
    background-position: -439px -254px;
    background-size: 732px 700px;
  }

  .siteFooter .site-footer .footer-list .ptn2 span::before {
    width: 18px;
    height: 18px;
    background-image: url(/common/images_202309/sprite_2x.webp);
    background-repeat: no-repeat;
    background-position: -416px -254px;
    background-size: 732px 700px;
  }

  .siteFooter .list-item {
    line-height: 1.4;
  }

  .siteFooter .list-item,
  .siteFooter .footer-list {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .siteFooterSp .site-footer {
    min-width: 0;
  }
}
.siteFooterSp .siteGuideBlock {
  width: 100% !important;
  box-sizing: border-box;
}

.siteFooterSp .siteGuideBlock li > a > span {
  box-sizing: content-box;
}

.siteFooterSp .siteGuideBlock li > a > span::before {
  box-sizing: content-box;
}

.siteFooterSp > .footerLastWrap {
  width: 100% !important;
  margin-top: 0;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .site-fixed-menu {
    display: none !important;
    min-width: 0;
  }
}
.recommendBlock {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .recommendBlock {
    bottom: 0;
    right: 0;
    background-color: transparent;
  }
}
.recommendBlock .pcPic {
  display: block;
}

.recommendBlock .spPic {
  display: none;
}

@media (max-width: 767px) {
  .recommendBlock .pcPic {
    display: none;
  }

  .recommendBlock .spPic {
    display: block;
  }
}
@media (max-width: 767px) {
  .recommendBlock::before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 24%;
    background-color: #fff;
  }
}
#rt_sp_contents_popup,
#rt_sp_catalog_popup {
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  margin-left: 0 !important;
}

#rt_sp_contents_popup > div,
#rt_sp_catalog_popup > div {
  width: 100% !important;
  height: auto !important;
}

#rt_sp_contents_popup a > img,
#rt_sp_catalog_popup a > img {
  vertical-align: bottom;
}

#rt_sp_contents_popup > img,
#rt_sp_catalog_popup > img {
  right: 10px !important;
  top: 9% !important;
  vertical-align: bottom;
}

/* ---------------------------------
spfollowNav
--------------------------------- */
.spFollowNav {
  display: none;
  height: 70px;
}

@media (min-width: 768px) {
  .spFollowNav {
    display: none !important;
  }
}
@media (max-width: 375px) {
  .spFollowNav {
    height: 18.66667vw;
  }
}
.spFollowNav__list {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #1175c1;
  transition: opacity 300ms ease-out;
  z-index: 1000;
}

@media (max-width: 375px) {
  .spFollowNav__list {
    height: 18.66667vw;
  }
}
.spFollowNav__list li {
  position: relative;
  float: left;
  width: 33.33333%;
  height: 100%;
  text-align: center;
}

.spFollowNav__list li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 36px;
  transform: translateY(-50%);
  background: #fff;
}

@media (max-width: 375px) {
  .spFollowNav__list li + li::before {
    height: 9.6vw;
  }
}
.spFollowNav__list li > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spFollowNav__list__icon {
  display: block;
  width: 55px;
  margin: 7px auto 6px;
}

@media (max-width: 375px) {
  .spFollowNav__list__icon {
    width: 14.66667vw;
    margin: 1.86667vw auto 1.6vw;
  }
}
.spFollowNav__list__icon img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.spFollowNav__list__txt {
  font-size: 13px;
  line-height: 1.1;
  color: #fff;
  vertical-align: top;
}

@media (max-width: 375px) {
  .spFollowNav__list__txt {
    font-size: 3.46667vw;
  }
}
/* ---------------------------------
recomBnr 2018/10/22
--------------------------------- */
.recomBnr {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fff;
  box-sizing: border-box;
  z-index: 3900;
  opacity: 0;
  transform: translate(0, 75px);
  transition: opacity 1000ms ease, transform 1000ms ease;
}

@media (max-width: 767px) {
  .recomBnr {
    width: 100%;
    background: #000;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .recomBnr {
    max-width: 320px;
  }
}
.recomBnr.is-shown {
  opacity: 1;
  transform: translate(0, 0);
}

.recomBnr__cls {
  position: relative;
  height: 30px;
  background: #222;
  border-bottom: 1px solid #444;
  cursor: pointer;
  transition: background-color 300ms ease;
}

.recomBnr__cls:hover {
  background: #444;
}

.recomBnr__cls > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  line-height: 20px;
  padding-left: 18px;
  margin-top: -11px;
  text-align: center;
  letter-spacing: 0.12em;
  color: #fff;
  transform: translate(-50%, 0);
}

.recomBnr__cls > span::before,
.recomBnr__cls > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 16px;
  width: 1px;
  margin-top: -8px;
  background: #fff;
}

.recomBnr__cls > span::before {
  transform: rotate(45deg);
}

.recomBnr__cls > span::after {
  transform: rotate(-45deg);
}

.recomBnr__bd a {
  display: block;
  transition: opacity 300ms ease;
}

.recomBnr__bd a:hover {
  opacity: 0.75;
}

.recomBnr__bd a img {
  display: block;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .recomBnr__bd a img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .recomBnr.is-sp250 {
    max-width: 250px;
  }
}
/* ---------------------------------
recomBnr 2025/04/07
--------------------------------- */
.c-pauseBtn--white,
.c-pauseBtn--black {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 44px;
  height: 44px;
}

.c-pauseBtn--white span,
.c-pauseBtn--black span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  color: transparent;
  transition: background-color 300ms ease-out;
}

.c-pauseBtn--white span::before,
.c-pauseBtn--white span::after,
.c-pauseBtn--black span::before,
.c-pauseBtn--black span::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  transition: background-color 300ms ease-out;
}

.c-pauseBtn--white span::before,
.c-pauseBtn--black span::before {
  mask: url(../media/images/grandtoyou_fr/icon_pausebtn01.svg) 50% 50%/contain no-repeat;
  -webkit-mask: url(../media/images/grandtoyou_fr/icon_pausebtn01.svg) 50% 50%/contain no-repeat;
  opacity: 1;
}

.c-pauseBtn--white span::after,
.c-pauseBtn--black span::after {
  mask: url(../media/images/grandtoyou_fr/icon_pausebtn02.svg) 50% 50%/contain no-repeat;
  -webkit-mask: url(../media/images/grandtoyou_fr/icon_pausebtn02.svg) 50% 50%/contain no-repeat;
  opacity: 0;
}

.c-pauseBtn--white.is-pause span::before,
.c-pauseBtn--black.is-pause span::before {
  opacity: 0;
}

.c-pauseBtn--white.is-pause span::after,
.c-pauseBtn--black.is-pause span::after {
  opacity: 1;
}

.c-pauseBtn--white span {
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.2);
}

.c-pauseBtn--white span::before,
.c-pauseBtn--white span::after {
  background: #fff;
}

.c-pauseBtn--white:hover span {
  background: #fff;
}

.c-pauseBtn--white:hover span::before,
.c-pauseBtn--white:hover span::after {
  background: #000;
}

.c-pauseBtn--black span {
  border: 2px solid #000;
}

.c-pauseBtn--black span::before,
.c-pauseBtn--black span::after {
  background: #000;
}

.c-pauseBtn--black:hover span {
  background: #000;
}

.c-pauseBtn--black:hover span::before,
.c-pauseBtn--black:hover span::after {
  background: #fff;
}

/* ---------------------------------
Clearfix
--------------------------------- */
.clearfix::after,
.siteHeaderSp > .headerSearchBlock .btns::after,
.siteHeaderSp > .globalNavSp > ul::after,
.breadcrumbNav ol::after,
.siteFooter > .allContentsWrap > .bodyBlock > .blockIn::after,
.siteFooterSp > .footerFirstWrap > .footerNav::after,
.siteFooterSp > .siteGuideBlock .blockList::after,
.siteFooterSp > .footerLastWrap .footerDisplay::after,
.globalNav > ul::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ------------------------------------------------------ */
/* End */
/* ------------------------------------------------------ */
.cmnRecomActionBnr {
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  margin-top: 120px !important;
}

@media (max-width: 767px) {
  .cmnRecomActionBnr {
    margin-top: 80px !important;
  }
}
.cmnRecomActionBnr__tt {
  color: #333333;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 35px !important;
}

@media (max-width: 767px) {
  .cmnRecomActionBnr__tt {
    margin-bottom: 25px !important;
    font-size: 20px;
  }
}
@media (max-width: 374px) {
  .cmnRecomActionBnr__tt {
    font-size: 5.33333vw;
  }
}
@media (min-width: 768px) {
  .cmnRecomActionBnr__tt > br {
    display: none;
  }
}
.cmnRecomActionBnr__bd__in {
  overflow: hidden;
}

.cmnRecomActionBnr__bd__c {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .cmnRecomActionBnr__bd__c {
    float: none;
    width: auto;
  }
}
.cmnRecomActionBnr__bd__c:nth-child(1) {
  padding-right: 1px;
}

@media (max-width: 767px) {
  .cmnRecomActionBnr__bd__c:nth-child(1) {
    padding-right: 0px;
  }
}
.cmnRecomActionBnr__bd__c:nth-child(2) {
  padding-left: 1px;
}

@media (max-width: 767px) {
  .cmnRecomActionBnr__bd__c:nth-child(2) {
    margin-top: 40px;
    padding-left: 0px;
  }
}
.cmnRecomActionBnr__u__pw {
  position: relative;
}

.cmnRecomActionBnr__u__p {
  position: relative;
  overflow: hidden;
  padding-top: 47.654% !important;
}

.cmnRecomActionBnr__u__p > div {
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.cmnRecomActionBnr__u__p > div > span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}

.cmnRecomActionBnr__u__cp {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 200px;
  background: rgba(255, 255, 255, 0.8);
  color: #333333;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  transform: translate(-50%, -50%);
  padding: 15px 0px !important;
}

@media (max-width: 767px) {
  .cmnRecomActionBnr__u__cp {
    width: 180px;
    font-size: 15px;
  }
}
.cmnRecomActionBnr__u__wn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  width: 8px;
  height: 8px;
  background: white;
}

.cmnRecomActionBnr__u__wn::before,
.cmnRecomActionBnr__u__wn::after {
  content: "";
  display: block;
  position: absolute;
  background: white;
}

.cmnRecomActionBnr__u__wn::before {
  left: -2px;
  top: 1px;
  width: 1px;
  height: 9px;
}

.cmnRecomActionBnr__u__wn::after {
  left: -2px;
  top: 9px;
  width: 9px;
  height: 1px;
}

.cmnRecomActionBnr__u__bt {
  max-width: 440px;
  margin: 20px auto 0px !important;
  padding: 0px 20px !important;
}

@media (max-width: 767px) {
  .cmnRecomActionBnr__u__bt {
    max-width: none;
  }
}
.cmnRecomActionBnr__u__bt__in {
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1), color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  overflow: hidden;
  color: #156082;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 16px 0px !important;
  border: 1px solid #156082 !important;
}

@media (max-width: 767px) {
  .cmnRecomActionBnr__u__bt__in {
    max-width: 335px;
    font-size: 15px;
    margin: 0px auto !important;
    padding: 13px 0px !important;
  }
}
@media (max-width: 374px) {
  .cmnRecomActionBnr__u__bt__in {
    font-size: 4vw;
  }
}
.cmnRecomActionBnr__u__bt__in::before,
.cmnRecomActionBnr__u__bt__in::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  width: 15px;
  height: 15px;
  background: #156082;
  mask: url("../media/images/grandtoyou_fr/common/icon_arrow01.svg") 50% 50%/contain no-repeat;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cmnRecomActionBnr__u__bt__in::before {
  left: 19px;
  transform: translate(-40px, 50%);
}

.cmnRecomActionBnr__u__bt__in::after {
  right: 19px;
  transform: translate(0px, 50%);
}

.cmnRecomActionBnr__u > a {
  display: block;
  color: inherit;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .cmnRecomActionBnr__u > a:hover .cmnRecomActionBnr__u__p > div,
  .cmnRecomActionBnr__u > a:active .cmnRecomActionBnr__u__p > div {
    transform: scale(1.1);
  }

  .cmnRecomActionBnr__u > a:hover .cmnRecomActionBnr__u__bt__in,
  .cmnRecomActionBnr__u > a:active .cmnRecomActionBnr__u__bt__in {
    background: #156082;
    color: white;
  }

  .cmnRecomActionBnr__u > a:hover .cmnRecomActionBnr__u__bt__in::before,
  .cmnRecomActionBnr__u > a:hover .cmnRecomActionBnr__u__bt__in::after,
  .cmnRecomActionBnr__u > a:active .cmnRecomActionBnr__u__bt__in::before,
  .cmnRecomActionBnr__u > a:active .cmnRecomActionBnr__u__bt__in::after {
    background: white;
  }

  .cmnRecomActionBnr__u > a:hover .cmnRecomActionBnr__u__bt__in::before,
  .cmnRecomActionBnr__u > a:active .cmnRecomActionBnr__u__bt__in::before {
    transform: translate(0px, 50%);
  }

  .cmnRecomActionBnr__u > a:hover .cmnRecomActionBnr__u__bt__in::after,
  .cmnRecomActionBnr__u > a:active .cmnRecomActionBnr__u__bt__in::after {
    transform: translate(40px, 50%);
  }
}
.cmnRecomActionBnr__u.is-exhibit
.cmnRecomActionBnr__u__p
> div
> span:nth-child(1) {
  background-image: url("../media/images/grandtoyou_fr/pic_recom_action_bnr01_01.webp");
}

.cmnRecomActionBnr__u.is-exhibit
.cmnRecomActionBnr__u__p
> div
> span:nth-child(2) {
  background-image: url("../media/images/grandtoyou_fr/pic_recom_action_bnr01_02.jpg");
}

.cmnRecomActionBnr__u.is-exhibit
.cmnRecomActionBnr__u__p
> div
> span:nth-child(3) {
  background-image: url("../media/images/grandtoyou_fr/pic_recom_action_bnr01_03.jpg");
}

.cmnRecomActionBnr__u.is-estate
.cmnRecomActionBnr__u__p
> div
> span:nth-child(1) {
  background-image: url("../media/images/grandtoyou_fr/pic_recom_action_bnr02_01.webp");
}

.cmnRecomActionBnr__u.is-estate
.cmnRecomActionBnr__u__p
> div
> span:nth-child(2) {
  background-image: url("../media/images/grandtoyou_fr/pic_recom_action_bnr02_02.jpg");
}

.cmnRecomActionBnr__u.is-estate
.cmnRecomActionBnr__u__p
> div
> span:nth-child(3) {
  background-image: url("../media/images/grandtoyou_fr/pic_recom_action_bnr02_03.jpg");
}

.cmnRecomActionBnr__u.is-factory
.cmnRecomActionBnr__u__p
> div
> span:nth-child(1) {
  background-image: url("../media/images/grandtoyou_fr/pic_recom_action_bnr03_01.jpg");
}

.cmnRecomActionBnr__u.is-factory
.cmnRecomActionBnr__u__p
> div
> span:nth-child(2) {
  background-image: url("../media/images/grandtoyou_fr/pic_recom_action_bnr03_02.jpg");
}

.cmnRecomActionBnr__u.is-factory
.cmnRecomActionBnr__u__p
> div
> span:nth-child(3) {
  background-image: url("../media/images/grandtoyou_fr/pic_recom_action_bnr03_03.jpg");
}

.cmnRecomActionBnr__u.is-event
.cmnRecomActionBnr__u__p
> div
> span:nth-child(1) {
  background-image: url("../media/images/grandtoyou_fr/pic_recom_action_bnr04_01.jpg");
}

.cmnRecomActionBnr__u.is-event
.cmnRecomActionBnr__u__p
> div
> span:nth-child(2) {
  background-image: url("../media/images/grandtoyou_fr/pic_recom_action_bnr04_02.jpg");
}

.cmnRecomActionBnr__u.is-event
.cmnRecomActionBnr__u__p
> div
> span:nth-child(3) {
  background-image: url("../media/images/grandtoyou_fr/pic_recom_action_bnr04_03.jpg");
}

.cmnRecomActionBnr__u.is-insta
.cmnRecomActionBnr__u__p
> div
> span:nth-child(1) {
  background-image: url("../media/images/grandtoyou_fr/pic_recom_action_bnr05_01.jpg");
}

.cmnRecomActionBnr__u.is-insta
.cmnRecomActionBnr__u__p
> div
> span:nth-child(2) {
  background-image: url("../media/images/grandtoyou_fr/pic_recom_action_bnr05_02.jpg");
}

.cmnRecomActionBnr__u.is-insta
.cmnRecomActionBnr__u__p
> div
> span:nth-child(3) {
  background-image: url("../media/images/grandtoyou_fr/pic_recom_action_bnr05_03.jpg");
}

.cmnRecomActionBnr__u.is-insta .cmnRecomActionBnr__u__cp::before {
  content: "";
  display: block;
  width: 45.5px;
  height: 45.5px;
  margin: 0px auto 7px;
  background: url("../media/images/grandtoyou_fr/icon_recom_action_bnr01.png") 0% 0%/contain no-repeat;
}

.cmnRecomActionBnr[data-id="smart/index"] {
  margin-top: 0px !important;
}

.cmnRecomActionBnr[data-id="smart/green_model/index"] {
  margin-top: 0px !important;
}

.cmnRecomBox {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  width: 375px;
  background: white;
  visibility: hidden;
  opacity: 0;
  transform: translate(0px, 75px);
  transition: visibility 1000ms, opacity 1000ms, transform 1000ms;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  .cmnRecomBox {
    max-width: 250px;
  }
}
.cmnRecomBox__cl {
  border-bottom: 1px solid #444444;
}

.cmnRecomBox__cl > a {
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  padding: 7px 0px;
  background: #222222;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  color: white !important;
}

.cmnRecomBox__cl > a > span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

.cmnRecomBox__cl > a > span::before,
.cmnRecomBox__cl > a > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background: white;
  transform: rotate(45deg);
}

.cmnRecomBox__cl > a > span::before {
  left: 0px;
  width: 19px;
  height: 1px;
  margin-top: -0.5px;
}

.cmnRecomBox__cl > a > span::after {
  left: 9px;
  width: 1px;
  height: 19px;
  margin-top: -9.5px;
}

.cmnRecomBox__cl > a:hover,
.cmnRecomBox__cl > a:active {
  color: white !important;
  opacity: 0.85;
}

.cmnRecomBox__u[data-recombox-ratio] {
  display: none;
}

.cmnRecomBox__u[data-recombox-ratio].is-shown {
  display: block;
}

.cmnRecomBox__u__p {
  padding-top: 79.4667%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cmnRecomBox__u > a {
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
}

.cmnRecomBox__u > a:hover,
.cmnRecomBox__u > a:active {
  opacity: 0.7;
}

.cmnRecomBox__u > a img {
  display: block;
  width: 100%;
  height: auto;
}

.cmnRecomBox__u.is-lineup .cmnRecomBox__u__p {
  background-image: url("../media/images/grandtoyou_fr/pic_recom_box01.jpg");
}

.cmnRecomBox.is-shown {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
  transition: visibility, opacity 1000ms, transform 1000ms;
}

.cmnRecomCatalogBnr {
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
}

.cmnRecomCatalogBnr__tt {
  color: #333333;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 35px !important;
}

@media (max-width: 767px) {
  .cmnRecomCatalogBnr__tt {
    margin-bottom: 0px !important;
    font-size: 20px;
  }
}
@media (max-width: 374px) {
  .cmnRecomCatalogBnr__tt {
    font-size: 5.33333vw;
  }
}
@media (min-width: 768px) {
  .cmnRecomCatalogBnr__tt > br {
    display: none;
  }
}
.cmnRecomCatalogBnr__spp {
  display: none;
}

@media (max-width: 767px) {
  .cmnRecomCatalogBnr__spp {
    display: block;
    max-width: 375px;
    margin: 0px auto !important;
  }

  .cmnRecomCatalogBnr__spp > img {
    width: 100%;
    vertical-align: top;
  }
}
.cmnRecomCatalogBnr__bd {
  max-width: 945px;
  margin: 0px auto !important;
}

@media (max-width: 767px) {
  .cmnRecomCatalogBnr__bd {
    max-width: none;
  }
}
.cmnRecomCatalogBnr__bd__in {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .cmnRecomCatalogBnr__bd__in {
    display: block;
  }
}
.cmnRecomCatalogBnr__bd__c {
  width: 33.3333%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .cmnRecomCatalogBnr__bd__c {
    width: auto;
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .cmnRecomCatalogBnr__bd__c:first-child {
    margin-top: 0px !important;
  }
}
.cmnRecomCatalogBnr__u__p {
  margin-bottom: 10px;
  padding: 0px 20px !important;
}

@media (max-width: 767px) {
  .cmnRecomCatalogBnr__u__p {
    display: none;
  }
}
.cmnRecomCatalogBnr__u__p > img {
  width: 100%;
  vertical-align: top;
}

.cmnRecomCatalogBnr__u__tt {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .cmnRecomCatalogBnr__u__tt {
    font-size: 16px;
  }
}
.cmnRecomCatalogBnr__u__t {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  margin-top: 2px !important;
}

.cmnRecomCatalogBnr__bt {
  width: 400px;
  margin: 35px auto 0px !important;
}

@media (max-width: 767px) {
  .cmnRecomCatalogBnr__bt {
    width: auto;
    margin-top: 25px !important;
    padding: 0px 20px !important;
  }
}
.cmnRecomCatalogBnr__bt__in {
  background: white;
}

@media (max-width: 767px) {
  .cmnRecomCatalogBnr__bt__in {
    max-width: 335px;
    margin: 0px auto !important;
  }
}
.cmnRecomCatalogBnr__bt__in > a {
  display: block;
  position: relative;
  border: 1px solid #156082;
  box-sizing: border-box;
  overflow: hidden;
  background: #156082;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1), color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 15px 0px !important;
  color: white !important;
  text-decoration: none !important;
}

.cmnRecomCatalogBnr__bt__in > a::before,
.cmnRecomCatalogBnr__bt__in > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  width: 15px;
  height: 15px;
  background: white;
  mask: url("../media/images/grandtoyou_fr/common/icon_arrow01.svg") 50% 50%/contain no-repeat;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cmnRecomCatalogBnr__bt__in > a::before {
  left: 19px;
  transform: translate(-40px, 50%);
}

.cmnRecomCatalogBnr__bt__in > a::after {
  right: 19px;
  transform: translate(0px, 50%);
}

@media (max-width: 767px) {
  .cmnRecomCatalogBnr__bt__in > a {
    font-size: 15px;
    padding: 13px 0px !important;
  }
}
.cmnRecomCatalogBnr__bt__in > a:visited {
  color: white !important;
}

@media (min-width: 768px) {
  .cmnRecomCatalogBnr__bt__in > a:hover,
  .cmnRecomCatalogBnr__bt__in > a:active {
    background: white;
    color: #156082 !important;
  }

  .cmnRecomCatalogBnr__bt__in > a:hover::before,
  .cmnRecomCatalogBnr__bt__in > a:hover::after,
  .cmnRecomCatalogBnr__bt__in > a:active::before,
  .cmnRecomCatalogBnr__bt__in > a:active::after {
    background: #156082;
  }

  .cmnRecomCatalogBnr__bt__in > a:hover::before,
  .cmnRecomCatalogBnr__bt__in > a:active::before {
    transform: translate(0px, 50%);
  }

  .cmnRecomCatalogBnr__bt__in > a:hover::after,
  .cmnRecomCatalogBnr__bt__in > a:active::after {
    transform: translate(40px, 50%);
  }
}
@media (max-width: 767px) {
  .cmnRecomCatalogBnr__bt__in > a.is-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .cmnRecomCatalogBnr__bt__in > a.is-sp {
    display: none;
  }
}
.cmnRecomMadoriAdv {
  margin: 120px 0px 0px;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}

@media (min-width: 768px) {
  .cmnRecomMadoriAdv {
    min-width: 1140px;
  }
}
@media (max-width: 767px) {
  .cmnRecomMadoriAdv {
    margin: 80px 0px 0px;
  }
}
.cmnRecomMadoriAdv > a {
  display: flex;
  flex-direction: row-reverse;
  height: 338px;
  background: url("../media/images/grandtoyou_fr/bg_recom_madori_advice01.webp") 50% 50%/120px 120px;
  text-decoration: none;
  letter-spacing: 0px;
  opacity: 1 !important;
}

@media (min-width: 768px) {
  .cmnRecomMadoriAdv > a .cmnRecomMadoriAdv__p__bg::before,
  .cmnRecomMadoriAdv > a .cmnRecomMadoriAdv__p__bg::after {
    transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .cmnRecomMadoriAdv > a .cmnRecomMadoriAdv__i__bt {
    transition: background 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .cmnRecomMadoriAdv > a .cmnRecomMadoriAdv__i__bt > span {
    transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .cmnRecomMadoriAdv > a:hover .cmnRecomMadoriAdv__p__bg::before,
  .cmnRecomMadoriAdv > a:hover .cmnRecomMadoriAdv__p__bg::after {
    transform: scale(1.1);
  }

  .cmnRecomMadoriAdv > a:hover .cmnRecomMadoriAdv__i__bt {
    background: white;
  }

  .cmnRecomMadoriAdv > a:hover .cmnRecomMadoriAdv__i__bt::after {
    background: #156082;
  }

  .cmnRecomMadoriAdv > a:hover .cmnRecomMadoriAdv__i__bt > span {
    color: #156082;
  }
}
@media (max-width: 767px) {
  .cmnRecomMadoriAdv > a {
    flex-direction: column;
    height: auto;
  }
}
.cmnRecomMadoriAdv__p {
  flex: 1 1 auto;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .cmnRecomMadoriAdv__p__bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }

  .cmnRecomMadoriAdv__p__bg::before,
  .cmnRecomMadoriAdv__p__bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }

  .cmnRecomMadoriAdv__p__bg::before {
    background: url("../media/images/grandtoyou_fr/bg_recom_madori_advice01.webp") 50% 50%/120px 120px;
    z-index: 1;
  }

  .cmnRecomMadoriAdv__p__bg::after {
    position: absolute;
    max-width: calc(1328.26px);
    background: url("../media/images/grandtoyou_fr/pic_recom_madori_advice01.webp") 50% 50%/auto 100% no-repeat;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .cmnRecomMadoriAdv__p__bg {
    padding-top: 61.3333%;
    background: url("../media/images/grandtoyou_fr/pic_recom_madori_advice01_sp.webp") 50% 50%/cover;
  }
}
@media (min-width: 768px) {
  .cmnRecomMadoriAdv__p__cv {
    position: absolute;
    bottom: 0px;
    left: -60px;
    width: 385px;
    height: 232px;
    background: url("../media/images/grandtoyou_fr/pic_recom_madori_advice02.webp") 50% 50%/contain no-repeat;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .cmnRecomMadoriAdv__p__cv {
    display: none;
  }
}
.cmnRecomMadoriAdv__p__pn {
  position: absolute;
  background: 50% 50% / contain no-repeat;
  z-index: 2;
}

@media (max-width: 767px) {
  .cmnRecomMadoriAdv__p__pn {
    bottom: 0px;
    right: 0px;
    width: 42.9333%;
    aspect-ratio: 483 / 441;
    background-image: url("../media/images/grandtoyou_fr/pic_recom_madori_advice03_sp.webp");
    transform: translateY(calc(44.898%));
  }
}
.cmnRecomMadoriAdv__i {
  position: relative;
  background: #156082;
  z-index: 1;
}

@media (min-width: 768px) {
  .cmnRecomMadoriAdv__i__in {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: calc(591.742px);
    padding: 0px 0px 12px;
  }
}
@media (max-width: 767px) {
  .cmnRecomMadoriAdv__i__in {
    padding: clamp(15px, 4vw, 30px) 0px clamp(16px, 4.26667vw, 32px);
  }
}
.cmnRecomMadoriAdv__i__bb {
  width: 160px;
  margin: 0px 0px -1px;
  transform: translate(-10px, 0px);
}

@media (max-width: 767px) {
  .cmnRecomMadoriAdv__i__bb {
    margin: 0px auto -1px;
  }
}
.cmnRecomMadoriAdv__i__tt {
  margin: 0px 0px 22px;
  color: white;
  font-size: 32px;
  font-weight: 500;
  line-height: calc(1.46875);
}

.cmnRecomMadoriAdv__i__bt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 145px;
  height: 48px;
  padding: 0px 20px 0px 0px;
  border: 1px solid white;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .cmnRecomMadoriAdv__i__bt {
    width: calc(100% - 40px);
    max-width: 337px;
    height: 51px;
    margin: 0px auto;
    padding: 0px;
  }
}
.cmnRecomMadoriAdv__i__bt::after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  width: 14px;
  height: 14px;
  background: white;
  mask: url("../media/images/grandtoyou_fr/common/icon_arrow01.svg") 50% 50%/contain no-repeat;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cmnRecomMadoriAdv__i__bt > span {
  color: white;
  font-size: 17px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .cmnRecomMadoriAdv__i__bt > span {
    font-size: 15px;
  }
}
.cmnRecomMadoriBnr {
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  margin-top: 120px !important;
}

@media (max-width: 767px) {
  .cmnRecomMadoriBnr {
    margin-top: 80px !important;
  }
}
.cmnRecomMadoriBnr__in {
  position: relative;
  height: 338px;
  background: url("../media/images/grandtoyou_fr/bg_recom_madori_bnr01.png") 50% center/cover no-repeat;
}

@media (max-width: 767px) {
  .cmnRecomMadoriBnr__in {
    height: 394px;
    background-image: url("../media/images/grandtoyou_fr/bg_recom_madori_bnr01_sp.png");
  }
}
.cmnRecomMadoriBnr__ch {
  position: absolute;
  left: 50%;
  top: 39px;
  width: 178px;
  height: 277px;
  margin-left: -480px;
  background: url("../media/images/grandtoyou_fr/pic_recom_madori_bnr01.png") 0% 0%/contain no-repeat;
}

@media (max-width: 767px) {
  .cmnRecomMadoriBnr__ch {
    top: 240px;
    width: 89px;
    height: 138.5px;
    margin-left: -44.5px;
  }
}
.cmnRecomMadoriBnr__s {
  position: absolute;
  left: 0px;
  top: 65px;
  width: 100%;
  color: white;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .cmnRecomMadoriBnr__s {
    top: 35px;
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .cmnRecomMadoriBnr__s > br {
    display: none;
  }
}
.cmnRecomMadoriBnr__tt {
  position: absolute;
  left: 0px;
  top: 110px;
  width: 100%;
  color: white;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .cmnRecomMadoriBnr__tt {
    top: 90px;
    font-size: 21px;
  }
}
.cmnRecomMadoriBnr__tt > span {
  margin: 0px -5px;
  font-size: 25px;
}

@media (max-width: 767px) {
  .cmnRecomMadoriBnr__tt > span {
    font-size: 17px;
  }
}
.cmnRecomMadoriBnr__bt {
  position: absolute;
  left: 50%;
  top: 225px;
  width: 400px;
  margin-left: -200px;
}

@media (max-width: 767px) {
  .cmnRecomMadoriBnr__bt {
    left: 0px;
    top: 170px;
    width: 100%;
    margin-left: 0px;
    box-sizing: border-box;
    padding: 0px 20px;
  }
}
.cmnRecomMadoriBnr__bt__in {
  background: white;
}

@media (max-width: 767px) {
  .cmnRecomMadoriBnr__bt__in {
    max-width: 335px;
    margin: 0px auto;
  }
}
.cmnRecomMadoriBnr__bt__in > a {
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  position: relative;
  padding: 16px 0px;
  background: #ffa800;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: white !important;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .cmnRecomMadoriBnr__bt__in > a {
    padding: 13px 0px;
    font-size: 15px;
  }
}
.cmnRecomMadoriBnr__bt__in > a::before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  box-sizing: border-box;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}

.cmnRecomMadoriBnr__bt__in > a:hover,
.cmnRecomMadoriBnr__bt__in > a:active {
  opacity: 0.7;
}

.cmnRecomWrap {
  position: relative;
  z-index: 2;
  background: white;
  padding: 120px 0px !important;
}

@media (max-width: 767px) {
  .cmnRecomWrap {
    padding: 80px 0px !important;
  }
}
.cmnRecomWrap[data-id="feature"] {
  padding: 0px 0px 20px !important;
}

@media (max-width: 767px) {
  .cmnRecomWrap[data-id="feature"] {
    padding: 0px 0px 10px !important;
  }
}
.cmnRecomWrap[data-id="support"] {
  padding: 120px 0px 20px !important;
}

@media (max-width: 767px) {
  .cmnRecomWrap[data-id="support"] {
    padding: 80px 0px 10px !important;
  }
}
.cmnRecomWrap[data-id="nisetai"] {
  padding: 120px 0px 0px !important;
}

@media (max-width: 767px) {
  .cmnRecomWrap[data-id="nisetai"] {
    padding: 50px 0px 0px !important;
  }
}
.cmnRecomWrap[data-id="smartheim/index"] {
  padding: 120px 0px 20px !important;
}

@media (max-width: 767px) {
  .cmnRecomWrap[data-id="smartheim/index"] {
    padding: 80px 0px 20px !important;
  }
}
.cmnRecomWrap[data-id="smartheim/merit"] {
  padding: 25px 0px 120px !important;
}

@media (max-width: 767px) {
  .cmnRecomWrap[data-id="smartheim/merit"] {
    padding: 30px 0px 80px !important;
  }
}
.cmnRecomWrap[data-id="madori/index"] {
  padding: 0px !important;
}

@media (max-width: 767px) {
  .cmnRecomWrap[data-id="madori/index"] {
    padding: 0px !important;
  }
}
.cmnRecomWrap[data-id="madori/style"] {
  padding: 120px 0px 0px !important;
}

@media (max-width: 767px) {
  .cmnRecomWrap[data-id="madori/style"] {
    padding: 30px 0px 0px !important;
  }
}
.cmnRecomWrap[data-id="madori/imagehint/index"] {
  padding: 120px 0px 0px !important;
}

@media (max-width: 767px) {
  .cmnRecomWrap[data-id="madori/imagehint/index"] {
    padding: 80px 0px 0px !important;
  }
}
.cmnRecomWrap[data-id="madori/imagehint/main"] {
  padding: 0px !important;
}

@media (max-width: 767px) {
  .cmnRecomWrap[data-id="madori/imagehint/main"] {
    padding: 30px 0px 0px !important;
  }
}
.cmnRecomWrap[data-id="madori/imagehint/sub"] {
  padding: 120px 0px 0px !important;
}

@media (max-width: 767px) {
  .cmnRecomWrap[data-id="madori/imagehint/sub"] {
    padding: 80px 0px 0px !important;
  }
}
.cmnRecomWrap[data-id="madori"] {
  padding: 0px !important;
}

.cmnRecomWrap[data-id="madori"] .cmnRecomActionBnr {
  margin-top: 0px !important;
}

.cmnRecomWrap[data-id="madori"] .cmnRecomCatalogBnr + .cmnRecomActionBnr {
  margin-top: 120px !important;
}

@media (max-width: 767px) {
  .cmnRecomWrap[data-id="madori"] .cmnRecomCatalogBnr + .cmnRecomActionBnr {
    margin-top: 80px !important;
  }
}
.cmnRecomWrap[data-id^="hiraya/"] {
  padding: 200px 0px 0px !important;
}

@media (max-width: 767px) {
  .cmnRecomWrap[data-id^="hiraya/"] {
    padding: 80px 0px 0px !important;
  }
}
.cmnRecomWrap[data-id^="gtu/"] {
  padding: 0px !important;
}

.cmnRecomWrap[data-id="lineup/index"] {
  padding: 200px 0px 20px !important;
}

@media (max-width: 767px) {
  .cmnRecomWrap[data-id="lineup/index"] {
    padding: 80px 0px 10px !important;
  }
}
.cmnRecomWrap[data-id="lineup/detail"] {
  padding: 120px 0px 0px !important;
}

@media (max-width: 767px) {
  .cmnRecomWrap[data-id="lineup/detail"] {
    padding: 80px 0px 0px !important;
  }
}
.cmnRecomWrap[data-id="commercial/index"] {
  padding: 0px 0px 20px !important;
}

@media (max-width: 767px) {
  .cmnRecomWrap[data-id="commercial/index"] {
    padding: 0px 0px 10px !important;
  }
}
@media (min-width: 768px) {
  .siteContents {
    min-width: 1140px;
  }
}
/* ---------------------------------
Module - Common
--------------------------------- */
/* .lineupConceptSection */
.lineupConceptSection .sectionPictureBlock {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock {
    max-width: none;
  }
}
.lineupConceptSection .sectionPictureBlock .blockBg {
  padding-top: 58.5625%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock .blockBg {
    padding-top: 82.8125%;
  }
}
@media (min-width: 768px) {
  .lineupConceptSection .sectionPictureBlock.parfait .blockBg {
    background-image: url(/lineup/images/parfait/pic_concept01.webp);
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.parfait .blockBg {
    background-image: url(/lineup/images/parfait/pic_concept01_sp.webp);
  }
}
.lineupConceptSection .sectionPictureBlock.parfait .blockTxt {
  position: absolute;
  right: 3.4407%;
  bottom: 12.25%;
  transition: top 250ms ease-out;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.parfait .blockTxt {
    right: calc(20 / 375 * 100%);
    bottom: calc(20 / 310 * 100%);
  }
}
.lineupConceptSection .sectionPictureBlock.parfait .blockTxt > .txtIn {
  padding: 23px 50px;
  background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.parfait .blockTxt > .txtIn {
    padding: 12px 19px;
  }
}
.lineupConceptSection .sectionPictureBlock.parfait .blockTxt > .txtIn > p {
  font-size: calc(34 / 16 * 1rem);
  line-height: calc(54.6 / 34);
  letter-spacing: -1px;
  text-align: right;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.parfait .blockTxt > .txtIn > p {
    font-size: clamp(15.36px, 4.8vw, 27px);
    line-height: calc(24.35 / 18);
  }
}
@media (min-width: 768px) {
  .lineupConceptSection .sectionPictureBlock.desio .blockBg {
    background-image: url(/lineup/images/pic_desio_concept01.jpg);
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.desio .blockBg {
    background-image: url(/lineup/images/pic_desio_concept01_sp.jpg);
  }
}
.lineupConceptSection .sectionPictureBlock.desio .blockTxt {
  position: absolute;
  left: 3.4407%;
  bottom: 0;
  margin-bottom: 7.02782%;
  transition: right 250ms ease-out, top 250ms ease-out;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.desio .blockTxt {
    left: 4.8%;
    bottom: 0;
    margin-bottom: 12%;
  }
}
.lineupConceptSection .sectionPictureBlock.desio .blockTxt > .txtIn > p {
  font-size: 3.125rem;
  line-height: 1.5;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.desio .blockTxt > .txtIn > p {
    font-size: 1.28571rem;
  }
}
@media (min-width: 768px) {
  .lineupConceptSection .sectionPictureBlock.domani .blockBg {
    background-image: url(/lineup/images/domani/pic_concept01.jpg);
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.domani .blockBg {
    background-image: url(/lineup/images/domani/pic_concept01_sp.jpg);
  }
}
.lineupConceptSection .sectionPictureBlock.domani .blockTxt {
  position: absolute;
  right: 20%;
  top: 80px;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.domani .blockTxt {
    top: 30px;
    right: 18%;
  }
}
.lineupConceptSection .sectionPictureBlock.domani .blockTxt > div {
  position: absolute;
  top: 0;
  width: 70px;
  word-wrap: break-word;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.domani .blockTxt > div {
    width: 20px;
  }
}
.lineupConceptSection .sectionPictureBlock.domani .blockTxt > div:nth-child(1) {
  right: -113px;
}

@media (max-width: 767px) {
  .lineupConceptSection
  .sectionPictureBlock.domani
  .blockTxt
  > div:nth-child(1) {
    right: -41px;
  }
}
.lineupConceptSection .sectionPictureBlock.domani .blockTxt > div:nth-child(2) {
  right: -32px;
}

@media (max-width: 767px) {
  .lineupConceptSection
  .sectionPictureBlock.domani
  .blockTxt
  > div:nth-child(2) {
    right: -9px;
  }
}
.lineupConceptSection .sectionPictureBlock.domani .blockTxt > div > p {
  color: #fff;
  font-size: 3.125rem;
  line-height: 1.05;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.domani .blockTxt > div > p {
    font-size: 1.28571rem;
  }
}
@media (min-width: 768px) {
  .lineupConceptSection .sectionPictureBlock.spst .blockBg {
    background-image: url(/lineup/images/smart_pst/pic_concept01.webp);
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.spst .blockBg {
    background-image: url(/lineup/images/smart_pst/pic_concept01_sp.webp);
  }
}
.lineupConceptSection .sectionPictureBlock.spst .blockTxt {
  position: absolute;
  left: 7.17423%;
  top: 19.5%;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.spst .blockTxt {
    left: 0;
    top: 28.30189%;
    width: 100%;
    margin-top: -13.5px;
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.spst .blockTxt > .txtIn {
    text-align: center;
  }
}
.lineupConceptSection .sectionPictureBlock.spst .blockTxt > .txtIn > p {
  font-size: 3.125rem;
  line-height: 1.5;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.spst .blockTxt > .txtIn > p {
    font-size: 1.28571rem;
  }
}
@media (min-width: 768px) {
  .lineupConceptSection .sectionPictureBlock.gtyv .blockBg {
    background-image: url(/lineup/images/pic_gtyv_concept01.jpg);
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.gtyv .blockBg {
    background-image: url(/lineup/images/pic_gtyv_concept01_sp.jpg);
  }
}
.lineupConceptSection .sectionPictureBlock.gtyv .blockTxt {
  position: absolute;
  left: 50%;
  top: 190px;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.gtyv .blockTxt {
    left: 10px;
    top: 40px;
    margin-left: 0;
  }
}
.lineupConceptSection .sectionPictureBlock.gtyv .blockTxt > .txtIn {
  margin-left: -609px;
  transition: margin-left 250ms ease-out;
}

@media (min-width: 768px) and (max-width: 1220px) {
  .lineupConceptSection .sectionPictureBlock.gtyv .blockTxt > .txtIn {
    margin-left: -530px;
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.gtyv .blockTxt > .txtIn {
    margin-left: 0;
  }
}
.lineupConceptSection .sectionPictureBlock.gtyv .blockTxt > .txtIn > p {
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.gtyv .blockTxt > .txtIn > p {
    font-size: 1.07143rem;
  }
}
.lineupConceptSection .sectionPictureBlock.greenm .blockBg {
  background-size: cover;
  padding-top: 69.444375%;
}

@media (min-width: 768px) {
  .lineupConceptSection .sectionPictureBlock.greenm .blockBg {
    background-image: url(/lineup/images/pic_gtyv_concept02.jpg);
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.greenm .blockBg {
    background-image: url(/lineup/images/pic_gtyv_concept02_sp.jpg);
    padding-top: 132.53333333%;
  }
}
.lineupConceptSection .sectionPictureBlock.greenm .blockTxt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 110px;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.greenm .blockTxt {
    top: 70px;
  }
}
.lineupConceptSection .sectionPictureBlock.greenm .blockTxt > .txtIn {
  margin-left: 0;
}

.lineupConceptSection .sectionPictureBlock.greenm .blockTxt > .txtIn > p {
  font-size: 1.875rem;
  line-height: 2;
  letter-spacing: -1px;
  color: #fff;
  white-space: nowrap;
  font-weight: bold;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.greenm .blockTxt > .txtIn > p {
    font-size: 16px;
    letter-spacing: 0.07em;
    line-height: 1.6875;
  }
}
@media (min-width: 768px) {
  .lineupConceptSection .sectionPictureBlock.parfaitn .blockBg {
    background-image: url(/lineup/images/parfait_n/pic_concept01.webp);
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.parfaitn .blockBg {
    background-image: url(/lineup/images/parfait_n/pic_concept01_sp.webp);
  }
}
.lineupConceptSection .sectionPictureBlock.parfaitn .blockTxt {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  transition: top 250ms ease-out;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.parfaitn .blockTxt {
    top: 17.16981%;
    margin-top: -27px;
  }
}
.lineupConceptSection .sectionPictureBlock.parfaitn .blockTxt > .txtIn {
  position: absolute;
  left: 3.4407%;
}

.lineupConceptSection .sectionPictureBlock.parfaitn .blockTxt > .txtIn > p {
  font-size: 2.125rem;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #fff;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.parfaitn .blockTxt > .txtIn > p {
    font-size: 1.28571rem;
  }
}
@media (min-width: 768px) {
  .lineupConceptSection .sectionPictureBlock.parfaitnbjstyle .blockBg {
    background-image: url(/lineup/images/parfait_n_bjstyle/pic_concept01.webp);
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.parfaitnbjstyle .blockBg {
    background-image: url(/lineup/images/parfait_n_bjstyle/pic_concept01_sp.webp);
  }
}
.lineupConceptSection .sectionPictureBlock.parfaitnbjstyle .blockTxt {
  position: absolute;
  left: 0;
  top: 11%;
  width: 100%;
  margin-top: -37.5px;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.parfaitnbjstyle .blockTxt {
    margin-top: -13.5px;
  }
}
.lineupConceptSection .sectionPictureBlock.parfaitnbjstyle .blockTxt > .txtIn {
  text-align: center;
}

.lineupConceptSection
.sectionPictureBlock.parfaitnbjstyle
.blockTxt
> .txtIn
> p {
  font-size: 3.125rem;
  line-height: 1.5;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  .lineupConceptSection
  .sectionPictureBlock.parfaitnbjstyle
  .blockTxt
  > .txtIn
  > p {
    font-size: 1.28571rem;
  }
}
.lineupConceptSection .sectionPictureBlock.spstfx {
  overflow: hidden;
}

.lineupConceptSection .sectionPictureBlock.spstfx .blockBg {
  padding-top: 58.56515%;
}

@media (min-width: 768px) {
  .lineupConceptSection .sectionPictureBlock.spstfx .blockBg {
    background-image: url(/lineup/images/sps_fx/pic_concept01.webp);
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.spstfx .blockBg {
    padding-top: 82.66667%;
    background-image: url(/lineup/images/sps_fx/pic_concept01_sp.webp);
  }
}
.lineupConceptSection .sectionPictureBlock.spstfx .blockimg {
  position: absolute;
  top: 6.75%;
  left: 7.32064%;
  width: 540px;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.spstfx .blockimg {
    top: 6.45161%;
    left: 5.33333%;
    width: 81.6%;
  }
}
.lineupConceptSection .sectionPictureBlock.spstfx .blockimg img {
  display: block;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 0 5px #000) drop-shadow(0 0 15px #000);
}

.lineupConceptSection .sectionPictureBlock.spstnfx .blockBg.set01 {
  padding-top: 35.13909%;
}

@media (min-width: 768px) {
  .lineupConceptSection .sectionPictureBlock.spstnfx .blockBg.set01 {
    background-image: url(/lineup/images/sps_n_fx/pic_concept01.webp);
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.spstnfx .blockBg.set01 {
    padding-top: 58.66667%;
    background-image: url(/lineup/images/sps_n_fx/pic_concept01_sp.webp);
  }
}
.lineupConceptSection .sectionPictureBlock.spstnfx .blockBg.set02 {
  padding-top: 35.13909%;
  background-image: url(/lineup/images/sps_n_fx/pic_concept02.webp);
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.spstnfx .blockBg.set02 {
    padding-top: 58.66667%;
    background-image: url(/lineup/images/sps_n_fx/pic_concept02_sp.webp);
  }
}
@media (min-width: 768px) {
  .lineupConceptSection .sectionPictureBlock.spstn .blockBg {
    background-image: url(/lineup/images/smart_pst_n/pic_concept01.webp);
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.spstn .blockBg {
    background-image: url(/lineup/images/smart_pst_n/pic_concept01_sp.webp);
  }
}
.lineupConceptSection .sectionPictureBlock.spstn .blockTxt {
  position: absolute;
  left: 7.17423%;
  top: 19.5%;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.spstn .blockTxt {
    left: 0;
    top: 28.30189%;
    width: 100%;
    margin-top: -13.5px;
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.spstn .blockTxt > .txtIn {
    text-align: center;
  }
}
.lineupConceptSection .sectionPictureBlock.spstn .blockTxt > .txtIn > p {
  font-size: 3.125rem;
  line-height: 1.5;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.spstn .blockTxt > .txtIn > p {
    font-size: 1.28571rem;
  }
}
.lineupConceptSection .sectionPictureBlock.grandtoyou_hiraya .blockBg {
  padding-top: 46.5593%;
}

@media (min-width: 768px) {
  .lineupConceptSection .sectionPictureBlock.grandtoyou_hiraya .blockBg {
    background-image: url(/lineup/images/grandtoyou_hiraya/pic_concept01.webp);
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.grandtoyou_hiraya .blockBg {
    padding-top: 53.33333%;
    background-image: url(/lineup/images/grandtoyou_hiraya/pic_concept01_sp.webp);
  }
}
.lineupConceptSection .sectionPictureBlock.grandtoyou_hiraya .blockTxt {
  position: absolute;
  top: 24px;
  left: 7.32064%;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.grandtoyou_hiraya .blockTxt {
    position: static;
    height: calc(141px - 16vw);
    max-height: 81px;
    margin: 0 0 6px 4%;
  }
}
.lineupConceptSection .sectionPictureBlock.grandtoyou_hiraya .blockTxt > p {
  font-size: 32px;
  font-weight: 400;
  font-family: "NotoSerif", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.625;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionPictureBlock.grandtoyou_hiraya .blockTxt > p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.lineupConceptSection .sectionDescriptionBlock {
  margin-top: 30px;
}

.lineupConceptSection .sectionDescriptionBlock sup {
  font-size: 0.6em;
  vertical-align: super;
}

.lineupConceptSection .sectionDescriptionBlock p + p {
  margin-top: 1.7em;
}

.lineupConceptSection .sectionDescriptionBlock .note {
  font-size: 0.8rem;
}

@media (max-width: 767px) {
  .lineupConceptSection .sectionDescriptionBlock {
    margin: 20px 10px 0;
  }
}
.lineupConceptSection .sectionDescriptionBlock.is-center {
  text-align: center;
}

.lineupConceptSection .parfait_bjs {
  position: relative;
  max-width: 1600px;
  margin: 10px auto 0;
}

.lineupConceptSection .parfait_bjs__hd {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupConceptSection .parfait_bjs__hd {
    position: relative;
    width: auto;
  }
}
.lineupConceptSection .parfait_bjs__hd__ttl {
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 200;
  line-height: 1.05;
}

@media (max-width: 767px) {
  .lineupConceptSection .parfait_bjs__hd__ttl {
    font-size: 27px;
    line-height: 35px;
  }
}
.lineupConceptSection .parfait_bjs__hd__desc {
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

@media (max-width: 767px) {
  .lineupConceptSection .parfait_bjs__hd__desc {
    display: block;
    padding: 0 25px;
    font-size: 14px;
  }
}
.lineupConceptSection .parfait_bjs__ls {
  overflow: hidden;
  padding-top: 75px;
}

@media (max-width: 767px) {
  .lineupConceptSection .parfait_bjs__ls {
    padding-top: 30px;
  }
}
.lineupConceptSection .parfait_bjs__ls__itm {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .lineupConceptSection .parfait_bjs__ls__itm {
    float: left;
    width: 33.3333%;
    padding: 0 1px;
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .parfait_bjs__ls__itm + li {
    margin-top: 35px;
  }
}
.lineupConceptSection .parfait_bjs__ls__itm__pic {
  background: 50% 100% no-repeat;
  background-size: cover;
}

.lineupConceptSection .parfait_bjs__ls__itm__pic::before {
  content: "";
  display: block;
  padding-top: 133.18681%;
}

@media (max-width: 767px) {
  .lineupConceptSection .parfait_bjs__ls__itm__pic::before {
    padding-top: 55.73333%;
  }
}
.lineupConceptSection .parfait_bjs__ls__itm__txt {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupConceptSection .parfait_bjs__ls__itm__txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
.lineupConceptSection .parfait_bjs__ls__itm__txt b {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .lineupConceptSection .parfait_bjs__ls__itm__txt b {
    font-size: 18px;
    line-height: 30px;
  }
}
.lineupConceptSection .parfait_bjs__ls__itm.itm01 .parfait_bjs__ls__itm__txt b {
  color: #509b68;
}

.lineupConceptSection .parfait_bjs__ls__itm.itm02 .parfait_bjs__ls__itm__txt b {
  color: #6f94cd;
}

.lineupConceptSection .parfait_bjs__ls__itm.itm03 .parfait_bjs__ls__itm__txt b {
  color: #e6a011;
}

@media (min-width: 768px) {
  .lineupConceptSection .parfait_bjs__ls__itm.itm01 .parfait_bjs__ls__itm__pic {
    background-image: url(/lineup/images/pic_parfait_bjstyle_concept01.jpg);
  }

  .lineupConceptSection .parfait_bjs__ls__itm.itm02 .parfait_bjs__ls__itm__pic {
    background-image: url(/lineup/images/pic_parfait_bjstyle_concept02.jpg);
  }

  .lineupConceptSection .parfait_bjs__ls__itm.itm03 .parfait_bjs__ls__itm__pic {
    background-image: url(/lineup/images/pic_parfait_bjstyle_concept03.jpg);
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .parfait_bjs__ls__itm.itm01 .parfait_bjs__ls__itm__pic {
    background-image: url(/lineup/images/pic_parfait_bjstyle_concept01_sp.jpg);
  }

  .lineupConceptSection .parfait_bjs__ls__itm.itm02 .parfait_bjs__ls__itm__pic {
    background-image: url(/lineup/images/pic_parfait_bjstyle_concept02_sp.jpg);
  }

  .lineupConceptSection .parfait_bjs__ls__itm.itm03 .parfait_bjs__ls__itm__pic {
    background-image: url(/lineup/images/pic_parfait_bjstyle_concept03_sp.jpg);
  }
}
.lineupConceptSection .spstfx__bx {
  position: relative;
  padding: 100px 40px;
  background: #f0f0f0;
}

@media (max-width: 767px) {
  .lineupConceptSection .spstfx__bx {
    padding: 60px 10px;
  }
}
.lineupConceptSection .spstfx__bx__tt {
  width: 510px;
  margin: 0 auto 40px;
}

@media (max-width: 767px) {
  .lineupConceptSection .spstfx__bx__tt {
    width: 270px;
    margin: 0 auto 25px;
  }
}
.lineupConceptSection .spstfx__bx__tt img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .lineupConceptSection .spstfx__bx__tt img {
    width: 100%;
  }
}
.lineupConceptSection .spstfx__bx__in {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1166px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lineupConceptSection .spstfx__bx__in {
    flex-direction: column;
    row-gap: 100px;
  }
}
.lineupConceptSection .spstfx__bx__in::before {
  content: "";
  display: block;
  position: absolute;
  top: 271px;
  right: 50%;
  width: 6.86106%;
  height: 200px;
  background: 50% 50% / contain no-repeat;
  transform: translate(50%, -50%);
}

@media (min-width: 768px) {
  .lineupConceptSection .spstfx__bx__in::before {
    background-image: url(/lineup/images/sps_fx/icon_cross01.svg);
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .spstfx__bx__in::before {
    top: 50%;
    width: 40px;
    height: 40px;
    background-image: url(/lineup/images/sps_fx/icon_cross01_sp.svg);
  }
}
.lineupConceptSection .spstfx__bx__st {
  width: 450px;
}

@media (max-width: 767px) {
  .lineupConceptSection .spstfx__bx__st {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
}
.lineupConceptSection .spstfx__bx__st__tt {
  display: flex;
  align-items: center;
  height: 26px;
}

@media (max-width: 767px) {
  .lineupConceptSection .spstfx__bx__st__tt {
    height: 21px;
  }
}
.lineupConceptSection .spstfx__bx__st__tt img {
  order: 1;
  display: block;
  width: auto;
  height: 100%;
}

.lineupConceptSection .spstfx__bx__st__tt::before,
.lineupConceptSection .spstfx__bx__st__tt::after {
  content: "";
  order: 2;
  display: block;
}

.lineupConceptSection .spstfx__bx__st__tt::before {
  flex: 0 0 22px;
}

@media (max-width: 767px) {
  .lineupConceptSection .spstfx__bx__st__tt::before {
    flex: 0 0 8px;
  }
}
.lineupConceptSection .spstfx__bx__st__tt::after {
  flex: 1 0 auto;
  height: 1px;
  background: #222;
}

.lineupConceptSection .spstfx__bx__st__p {
  margin: 20px 0;
  background: 50% 50% / cover no-repeat;
}

@media (max-width: 767px) {
  .lineupConceptSection .spstfx__bx__st__p {
    margin: 15px 0;
  }
}
.lineupConceptSection .spstfx__bx__st__p::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.lineupConceptSection .spstfx__bx__st__p.is-01 {
  background-image: url(/lineup/images/sps_fx/pic_concept_bx01.webp);
}

.lineupConceptSection .spstfx__bx__st__p.is-02 {
  background-image: url(/lineup/images/sps_fx/pic_concept_bx02.webp);
}

.lineupConceptSection .spstfx__bx__st__t {
  font-size: 16px;
  line-height: 1.625;
}

@media (max-width: 767px) {
  .lineupConceptSection .spstfx__bx__st__t {
    font-size: 14px;
    line-height: 1.71429;
  }
}
.lineupConceptSection .spstfxu {
  max-width: 1166px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .lineupConceptSection .spstfxu {
    padding: 0 0 60px;
  }
}
.lineupConceptSection .spstfxu__tt {
  margin: 0 0 50px;
  font-size: 2.125rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupConceptSection .spstfxu__tt {
    margin: 0 0 24px;
    font-size: 1.28571rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.06em;
  }
}
@media (min-width: 768px) {
  .lineupConceptSection .spstfxu__ls {
    display: flex;
    justify-content: space-between;
    column-gap: 28px;
  }
}
@media (min-width: 768px) {
  .lineupConceptSection .spstfxu__ls > li {
    flex: 1 1 auto;
    width: 33.33333%;
  }
}
@media (max-width: 767px) {
  .lineupConceptSection .spstfxu__ls > li + li {
    margin: 32px 0 0;
  }
}
.lineupConceptSection .spstfxu__ls > li a {
  display: block;
}

@media (min-width: 768px) {
  .lineupConceptSection .spstfxu__ls > li a {
    transition: opacity 500ms ease;
  }

  .lineupConceptSection .spstfxu__ls > li a:hover {
    opacity: 0.7;
  }
}
.lineupConceptSection .spstfxu__ls__en {
  height: 20px;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .lineupConceptSection .spstfxu__ls__en {
    margin: 0 0 10px;
  }
}
.lineupConceptSection .spstfxu__ls__en img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.lineupConceptSection .spstfxu__ls__p {
  background: 50% 50% / cover no-repeat;
}

@media (max-width: 767px) {
  .lineupConceptSection .spstfxu__ls__p {
    max-height: 320px;
  }
}
.lineupConceptSection .spstfxu__ls__p::before {
  content: "";
  display: block;
  padding-top: 61.35135%;
}

.lineupConceptSection .spstfxu__ls__t {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
}

.lineupConceptSection .spstfxu__ls__t span {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupConceptSection .spstfxu__ls__t span {
    font-size: 1.42857rem;
  }
}
.lineupConceptSection .spstfxu__ls > li.is-01 .spstfxu__ls__p {
  background-image: url(/lineup/images/sps_fx_urban/pic_concept01.jpg);
}

.lineupConceptSection .spstfxu__ls > li.is-01 .spstfxu__ls__t {
  background-color: #548ecb;
}

.lineupConceptSection .spstfxu__ls > li.is-02 .spstfxu__ls__p {
  background-image: url(/lineup/images/sps_fx_urban/pic_concept02.jpg);
}

.lineupConceptSection .spstfxu__ls > li.is-02 .spstfxu__ls__t {
  background-color: #60a9c4;
}

.lineupConceptSection .spstfxu__ls > li.is-03 .spstfxu__ls__p {
  background-image: url(/lineup/images/sps_fx_urban/pic_concept03.jpg);
}

.lineupConceptSection .spstfxu__ls > li.is-03 .spstfxu__ls__t {
  background-color: #5fb8a2;
}

.lineupConceptSection .gtuhry {
  max-width: 1166px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .lineupConceptSection .gtuhry {
    padding: 0 10px;
  }
}
.lineupConceptSection .gtuhry__nt {
  margin: 0 0 40px;
  font-size: 13px;
  line-height: 1.46154;
  text-align: right;
}

@media (max-width: 767px) {
  .lineupConceptSection .gtuhry__nt {
    margin: 0 0 32px;
    padding: 0 0 0 1em;
    font-size: 11px;
    line-height: 1.63636;
    text-align: left;
    text-indent: -1em;
  }
}
@media (min-width: 768px) {
  .lineupConceptSection .gtuhry__ls {
    display: flex;
    column-gap: 1.6295%;
  }
}
.lineupConceptSection .gtuhry__ls > li {
  flex: 1;
  padding: 10px 20px 20px;
  border: 1px solid #a98f6b;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .lineupConceptSection .gtuhry__ls > li + li {
    margin-top: 19px;
  }
}
.lineupConceptSection .gtuhry__ls__tt {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 4px 38px;
  border-bottom: 1px solid #a98f6b;
  font-size: 22px;
  line-height: 1.5;
}

.lineupConceptSection .gtuhry__ls__tt b {
  color: #a98f6b;
}

.lineupConceptSection .gtuhry__ls__tt::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 32px;
  height: 15px;
  background: 50% 50% / contain no-repeat;
}

.lineupConceptSection .gtuhry__ls__tt.is-01::before {
  background-image: url(/lineup/images/grandtoyou_hiraya/icon_concept_gtuhry01.webp);
}

.lineupConceptSection .gtuhry__ls__tt.is-02::before {
  background-image: url(/lineup/images/grandtoyou_hiraya/icon_concept_gtuhry02.webp);
}

.lineupConceptSection .gtuhry__ls__tt.is-03::before {
  background-image: url(/lineup/images/grandtoyou_hiraya/icon_concept_gtuhry03.webp);
}

.lineupConceptSection .gtuhry__ls__in {
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
}

.lineupConceptSection .gtuhry__ls__p {
  width: 130px;
  margin: 4px 0 0;
  background: 50% 50% / cover no-repeat;
}

@media (max-width: 767px) {
  .lineupConceptSection .gtuhry__ls__p {
    width: clamp(105px, calc(175px - 12vw), 130px);
    max-width: 40%;
  }
}
.lineupConceptSection .gtuhry__ls__p::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.lineupConceptSection .gtuhry__ls__p.is-01 {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_concept_gtuhry01.webp);
}

.lineupConceptSection .gtuhry__ls__p.is-02 {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_concept_gtuhry02.webp);
}

.lineupConceptSection .gtuhry__ls__p.is-03 {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_concept_gtuhry03.webp);
}

.lineupConceptSection .gtuhry__ls__bd {
  flex: 1;
}

.lineupConceptSection .gtuhry__ls__bd__a {
  margin: 0 0 8px;
  color: #a98f6b;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.04em;
}

.lineupConceptSection .gtuhry__ls__bd__b {
  font-size: 14px;
  line-height: 1.42857;
  letter-spacing: -0.04em;
}

/* .lineupExteriorSection */
.lineupExteriorSection .sectionPictureBlock {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionPictureBlock {
    max-width: none;
  }
}
.lineupExteriorSection .sectionPictureBlock .blockBg {
  padding-top: 58.5625%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lineupExteriorSection .sectionPictureBlock .blockBg > picture img,
.lineupExteriorSection .sectionPictureBlock .blockBg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lineupExteriorSection .sectionPictureBlock .blockBg:has(img) {
  padding-top: 0;
}

.lineupExteriorSection .sectionPictureBlock .carousel {
  position: relative;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: grab;
}

.lineupExteriorSection .sectionPictureBlock .carousel.is-ready {
  visibility: visible;
}

.lineupExteriorSection .sectionPictureBlock .carousel.is-grabbing {
  cursor: grabbing;
}

.lineupExteriorSection .sectionPictureBlock .carousel.no-pcFlick {
  cursor: default;
}

.lineupExteriorSection .sectionPictureBlock .carousel__f {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.lineupExteriorSection .sectionPictureBlock .carousel__f__s {
  position: relative;
  right: 200%;
  width: 100%;
  white-space: nowrap;
  font-size: 0;
  letter-spacing: 0;
  z-index: 1;
}

.lineupExteriorSection .sectionPictureBlock .carousel__f__s > li {
  display: inline-block;
  width: 100%;
}

.lineupExteriorSection .sectionPictureBlock .carousel__prev,
.lineupExteriorSection .sectionPictureBlock .carousel__next {
  position: absolute;
  bottom: 50%;
  right: 50%;
  height: 0;
  width: calc(100% - 40px);
  max-width: 1166px;
  transform: translateX(50%);
  z-index: 2;
}

.lineupExteriorSection .sectionPictureBlock .carousel__prev > a,
.lineupExteriorSection .sectionPictureBlock .carousel__next > a {
  display: block;
  position: absolute;
  bottom: 50%;
  width: 64px;
  height: 140px;
  border-radius: 32px;
  transform: translateY(50%);
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionPictureBlock .carousel__prev > a,
  .lineupExteriorSection .sectionPictureBlock .carousel__next > a {
    width: 40px;
    height: 80px;
    border-radius: 20px;
  }
}
.lineupExteriorSection .sectionPictureBlock .carousel__prev > a::before,
.lineupExteriorSection .sectionPictureBlock .carousel__next > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  top: 50%;
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionPictureBlock .carousel__prev > a::before,
  .lineupExteriorSection .sectionPictureBlock .carousel__next > a::before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-width: 2px;
  }
}
body.pc
.lineupExteriorSection
.sectionPictureBlock
.carousel__prev
> a:hover::before,
body.pc
.lineupExteriorSection
.sectionPictureBlock
.carousel__prev
> a:active::before,
body.pc
.lineupExteriorSection
.sectionPictureBlock
.carousel__next
> a:hover::before,
body.pc
.lineupExteriorSection
.sectionPictureBlock
.carousel__next
> a:active::before {
  border-color: #ccc;
}

.lineupExteriorSection .sectionPictureBlock .carousel__prev > a.is-pvn,
.lineupExteriorSection .sectionPictureBlock .carousel__next > a.is-pvn {
  pointer-events: none;
}

.lineupExteriorSection .sectionPictureBlock .carousel__prev > a {
  left: -20px;
}

.lineupExteriorSection .sectionPictureBlock .carousel__prev > a::before {
  left: 25px;
  transform: rotate(-135deg);
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionPictureBlock .carousel__prev > a {
    left: -20px;
  }

  .lineupExteriorSection .sectionPictureBlock .carousel__prev > a::before {
    left: 14px;
  }
}
.lineupExteriorSection .sectionPictureBlock .carousel__next > a {
  right: -20px;
}

.lineupExteriorSection .sectionPictureBlock .carousel__next > a::before {
  right: 25px;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionPictureBlock .carousel__next > a {
    right: -20px;
  }

  .lineupExteriorSection .sectionPictureBlock .carousel__next > a::before {
    right: 14px;
  }
}
.lineupExteriorSection .sectionPictureBlock .carousel__dot {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 5px;
  right: 50%;
  transform: translateX(50%);
  z-index: 3;
  cursor: default;
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionPictureBlock .carousel__dot {
    bottom: 0;
  }
}
.lineupExteriorSection .sectionPictureBlock .carousel__dot > li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 29px;
  height: 45px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionPictureBlock .carousel__dot > li {
    width: 20px;
    height: 30px;
  }
}
.lineupExteriorSection .sectionPictureBlock .carousel__dot > li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionPictureBlock .carousel__dot > li::before {
    width: 10px;
    height: 10px;
  }
}
body.pc
.lineupExteriorSection
.sectionPictureBlock
.carousel__dot
> li:hover::before,
body.pc
.lineupExteriorSection
.sectionPictureBlock
.carousel__dot
> li:active::before {
  border-color: #ccc;
}

.lineupExteriorSection .sectionPictureBlock .carousel__dot > li.is-cur {
  pointer-events: none;
}

.lineupExteriorSection .sectionPictureBlock .carousel__dot > li.is-cur::before {
  background: #fff;
}

.lineupExteriorSection .sectionPictureBlock .carousel__dot.is-pvn {
  pointer-events: none;
}

.lineupExteriorSection .sectionPictureBlock.parfait .blockBg.is-01 {
  background-image: url(/lineup/images/parfait/pic_exterior01.webp);
}

.lineupExteriorSection .sectionPictureBlock.parfait .blockBg.is-02 {
  background-image: url(/lineup/images/parfait/pic_exterior02.webp);
}

.lineupExteriorSection
.sectionPictureBlock.parfait
+ .sectionDescriptionBlock
> div {
  display: none;
}

.lineupExteriorSection
.sectionPictureBlock.parfait:has([data-luslider-cur="1"])
+ .sectionDescriptionBlock
> div:nth-child(1),
.lineupExteriorSection
.sectionPictureBlock.parfait:has([data-luslider-cur="2"])
+ .sectionDescriptionBlock
> div:nth-child(2) {
  display: table;
}

@media (max-width: 767px) {
  .lineupExteriorSection
  .sectionPictureBlock.parfait:has([data-luslider-cur="1"])
  + .sectionDescriptionBlock
  > div:nth-child(1),
  .lineupExteriorSection
  .sectionPictureBlock.parfait:has([data-luslider-cur="2"])
  + .sectionDescriptionBlock
  > div:nth-child(2) {
    display: block;
  }
}
.lineupExteriorSection .sectionPictureBlock.parfaitn .blockBg.is-01 {
  background-image: url(/lineup/images/parfait_n/pic_exterior01.webp);
}

.lineupExteriorSection .sectionPictureBlock.parfaitn .blockBg.is-02 {
  background-image: url(/lineup/images/parfait_n/pic_exterior02.webp);
}

.lineupExteriorSection
.sectionPictureBlock.parfaitn
+ .sectionDescriptionBlock
> div {
  display: none;
}

.lineupExteriorSection
.sectionPictureBlock.parfaitn:has([data-luslider-cur="1"])
+ .sectionDescriptionBlock
> div:nth-child(1),
.lineupExteriorSection
.sectionPictureBlock.parfaitn:has([data-luslider-cur="2"])
+ .sectionDescriptionBlock
> div:nth-child(2) {
  display: table;
}

@media (max-width: 767px) {
  .lineupExteriorSection
  .sectionPictureBlock.parfaitn:has([data-luslider-cur="1"])
  + .sectionDescriptionBlock
  > div:nth-child(1),
  .lineupExteriorSection
  .sectionPictureBlock.parfaitn:has([data-luslider-cur="2"])
  + .sectionDescriptionBlock
  > div:nth-child(2) {
    display: block;
  }
}
.lineupExteriorSection .sectionPictureBlock.parfaitnbjstyle .blockBg.is-01 {
  background-image: url(/lineup/images/pic_parfaitn_bjstyle_exterior01.jpg);
}

.lineupExteriorSection .sectionPictureBlock.parfaitnbjstyle .blockBg.is-02 {
  background-image: url(/lineup/images/pic_parfaitn_bjstyle_exterior02.jpg);
}

.lineupExteriorSection .sectionPictureBlock.parfait_bjstyle .blockBg {
  background-image: url(/lineup/images/pic_parfait_bjstyle_exterior01.jpg);
}

.lineupExteriorSection .sectionPictureBlock.desio .blockBg {
  width: 57.125%;
  aspect-ratio: 914 / 937;
  margin: 0 auto;
}

.lineupExteriorSection .sectionPictureBlock.domani .blockBg {
  background-image: url(/lineup/images/domani/pic_exterior_main01.webp);
}

@media (min-width: 768px) {
  .lineupExteriorSection .sectionPictureBlock.spstgr .blockBg {
    background-image: url(/lineup/images/smart_pst/pic_exterior01.webp);
  }
}
@media (max-width: 767px) {
  .lineupExteriorSection .sectionPictureBlock.spstgr .blockBg {
    background-image: url(/lineup/images/smart_pst/pic_exterior01_sp.webp);
  }
}
@media (min-width: 768px) {
  .lineupExteriorSection .sectionPictureBlock.spstngr .blockBg {
    background-image: url(/lineup/images/smart_pst_n/pic_exterior01.webp);
  }
}
@media (max-width: 767px) {
  .lineupExteriorSection .sectionPictureBlock.spstngr .blockBg {
    background-image: url(/lineup/images/smart_pst_n/pic_exterior01_sp.webp);
  }
}
.lineupExteriorSection .sectionPictureBlock.spstgr .blockLogo,
.lineupExteriorSection .sectionPictureBlock.spstngr .blockLogo {
  position: absolute;
  left: 7.02782%;
  top: 8.75%;
  width: 343px;
  height: 35px;
  background: url(/lineup/images/logo_spstgr02.png) no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionPictureBlock.spstgr .blockLogo,
  .lineupExteriorSection .sectionPictureBlock.spstngr .blockLogo {
    left: 27.1875%;
    top: 7.2%;
    width: 44.6875%;
    height: 7.73333%;
  }
}
@media (min-width: 768px) {
  .lineupExteriorSection .sectionPictureBlock.spstfx .blockBg {
    background-image: url(/lineup/images/sps_fx/pic_exterior_main01.webp);
  }
}
@media (max-width: 767px) {
  .lineupExteriorSection .sectionPictureBlock.spstfx .blockBg {
    background-image: url(/lineup/images/sps_fx/pic_exterior_main01_sp.webp);
  }
}
@media (min-width: 768px) {
  .lineupExteriorSection .sectionPictureBlock.spstfxu .blockBg.is-01 {
    background-image: url(/lineup/images/sps_fx_urban/pic_exterior01.webp);
  }

  .lineupExteriorSection .sectionPictureBlock.spstfxu .blockBg.is-02 {
    background-image: url(/lineup/images/sps_fx_urban/pic_exterior02.webp);
  }

  .lineupExteriorSection .sectionPictureBlock.spstfxu .blockBg.is-03 {
    background-image: url(/lineup/images/sps_fx_urban/pic_exterior03.webp);
  }

  .lineupExteriorSection .sectionPictureBlock.spstfxu .blockBg.is-04 {
    background-image: url(/lineup/images/sps_fx_urban/pic_exterior04.webp);
  }
}
@media (max-width: 767px) {
  .lineupExteriorSection .sectionPictureBlock.spstfxu .blockBg.is-01 {
    background-image: url(/lineup/images/sps_fx_urban/pic_exterior01_sp.webp);
  }

  .lineupExteriorSection .sectionPictureBlock.spstfxu .blockBg.is-02 {
    background-image: url(/lineup/images/sps_fx_urban/pic_exterior02_sp.webp);
  }

  .lineupExteriorSection .sectionPictureBlock.spstfxu .blockBg.is-03 {
    background-image: url(/lineup/images/sps_fx_urban/pic_exterior03_sp.webp);
  }

  .lineupExteriorSection .sectionPictureBlock.spstfxu .blockBg.is-04 {
    background-image: url(/lineup/images/sps_fx_urban/pic_exterior04_sp.webp);
  }
}
@media (min-width: 768px) {
  .lineupExteriorSection .sectionPictureBlock.spstnfx .blockBg {
    background-image: url(/lineup/images/sps_n_fx/pic_exterior01.webp);
  }
}
@media (max-width: 767px) {
  .lineupExteriorSection .sectionPictureBlock.spstnfx .blockBg {
    background-image: url(/lineup/images/sps_n_fx/pic_exterior01_sp.webp);
  }
}
.lineupExteriorSection .sectionPictureBlock.gtyvn .blockBg {
  background-image: url(/lineup/images/grandtoyou_v_n/pic_exterior01.webp);
}

@media (min-width: 768px) {
  .lineupExteriorSection .sectionPictureBlock.grandtoyou_hiraya .blockBg {
    background-image: url(/lineup/images/grandtoyou_hiraya/pic_exterior01.webp);
  }
}
@media (max-width: 767px) {
  .lineupExteriorSection .sectionPictureBlock.grandtoyou_hiraya .blockBg {
    background-image: url(/lineup/images/grandtoyou_hiraya/pic_exterior01_sp.webp);
  }
}
@media (min-width: 768px) {
  .lineupExteriorSection
  .sectionPictureBlock.grandtoyou_hiraya
  .blockBg.is-ver2 {
    background-image: url(/lineup/images/grandtoyou_hiraya/pic_exterior02.webp);
  }
}
@media (max-width: 767px) {
  .lineupExteriorSection
  .sectionPictureBlock.grandtoyou_hiraya
  .blockBg.is-ver2 {
    background-image: url(/lineup/images/grandtoyou_hiraya/pic_exterior02_sp.webp);
  }
}
.lineupExteriorSection .sectionDescriptionBlock {
  margin-top: 30px;
}

.lineupExteriorSection .sectionDescriptionBlock b {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionDescriptionBlock {
    margin: 20px 10px 0;
  }
}
@media (max-width: 767px) {
  .lineupExteriorSection .sectionDescriptionBlock.cmnPicTxtLayout1 {
    margin: 20px 0 0;
  }
}
.lineupExteriorSection .sectionDescriptionBlock.spstn .layoutPic {
  padding-top: 51.375%;
  background-image: url(/lineup/images/pic_spstn_exterior02.jpg);
}

.lineupExteriorSection .sectionDescriptionBlock.spstfx .layoutLead img {
  display: block;
  width: auto;
  height: 100px;
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionDescriptionBlock.spstfx .layoutLead img {
    height: 53px;
    margin: 0 auto;
  }
}
.lineupExteriorSection .variationSection .sectionPictureBlock {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 767px) {
  .lineupExteriorSection .variationSection .sectionPictureBlock {
    max-width: none;
  }
}
.lineupExteriorSection .variationSection .sectionPictureBlock > div {
  margin: 0 -1px;
}

@media (max-width: 767px) {
  .lineupExteriorSection .variationSection .sectionPictureBlock > div {
    margin: 0 -0.5px;
  }
}
.lineupExteriorSection .variationSection .sectionPictureBlock > div > div {
  position: relative;
  float: left;
  margin-top: 2px;
  padding: 0 1px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .lineupExteriorSection .variationSection .sectionPictureBlock > div > div {
    margin-top: 1px;
    padding: 0 0.5px;
  }
}
.lineupExteriorSection
.variationSection
.sectionPictureBlock
> div
> div::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock
> div
> div
> picture
img,
.lineupExteriorSection
.variationSection
.sectionPictureBlock
> div
> div
> img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock
> div
> div:has(img)::before {
  display: none;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock
> div
> div
> .txt {
  position: absolute;
  left: 30px;
  top: 15px;
  font-family: "arial", "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .lineupExteriorSection
  .variationSection
  .sectionPictureBlock
  > div
  > div
  > .txt {
    left: 10px;
    top: 2px;
    font-size: 0.57143rem;
  }
}
.lineupExteriorSection .variationSection .sectionDescriptionBlock {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .lineupExteriorSection .variationSection .sectionDescriptionBlock {
    margin: 20px 10px 0;
  }
}
.lineupExteriorSection .variationSection .sectionPictureBlock.col1 > div > div {
  width: 100%;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.col1
> div
> div:nth-child(1) {
  margin-top: 0;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.col1
> div
> div::before {
  padding-top: 36.3125%;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.col1
> div
> div
img {
  aspect-ratio: 1600 / 581;
}

.lineupExteriorSection .variationSection .sectionPictureBlock.col2 > div > div {
  width: 50%;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.col2
> div
> div:nth-child(1),
.lineupExteriorSection
.variationSection
.sectionPictureBlock.col2
> div
> div:nth-child(2) {
  margin-top: 0;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.col2
> div
> div::before {
  padding-top: 65.95745%;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.col2
> div
> div
img {
  aspect-ratio: 799 / 527;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.col2--txt
> div
> div {
  width: 50%;
}

@media (max-width: 767px) {
  .lineupExteriorSection
  .variationSection
  .sectionPictureBlock.col2--txt
  > div
  > div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lineupExteriorSection
  .variationSection
  .sectionPictureBlock.col2--txt
  > div
  > div:nth-child(2) {
    margin-top: 50px;
  }
}
.lineupExteriorSection
.variationSection
.sectionPictureBlock.col2--txt
> div
> div::before {
  padding-top: 65.95745%;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.col2--txt
> div
> div
img {
  aspect-ratio: 799 / 527;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.col2--txt
> div
> div
> p {
  max-width: 620px;
  margin: 30px auto 0;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .lineupExteriorSection
  .variationSection
  .sectionPictureBlock.col2--txt
  > div
  > div
  > p {
    margin: 20px 10px 0;
    padding: 0;
  }
}
.lineupExteriorSection
.variationSection
.sectionPictureBlock.col2--txt
> div
> div
> p
b {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .lineupExteriorSection
  .variationSection
  .sectionPictureBlock.col2--txt.opt-spnomgn
  > div
  > div:nth-child(2) {
    margin-top: 1px;
  }
}
.lineupExteriorSection .variationSection .sectionPictureBlock.col3 > div > div {
  width: 33.33333%;
}

@media (max-width: 767px) {
  .lineupExteriorSection
  .variationSection
  .sectionPictureBlock.col3
  > div
  > div {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .lineupExteriorSection
  .variationSection
  .sectionPictureBlock.col3
  > div
  > div:nth-child(1),
  .lineupExteriorSection
  .variationSection
  .sectionPictureBlock.col3
  > div
  > div:nth-child(2),
  .lineupExteriorSection
  .variationSection
  .sectionPictureBlock.col3
  > div
  > div:nth-child(3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .lineupExteriorSection
  .variationSection
  .sectionPictureBlock.col3
  > div
  > div:nth-child(1),
  .lineupExteriorSection
  .variationSection
  .sectionPictureBlock.col3
  > div
  > div:nth-child(2) {
    margin-top: 0;
  }
}
.lineupExteriorSection
.variationSection
.sectionPictureBlock.col3
> div
> div::before {
  padding-top: 65.97744%;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.col3
> div
> div
img {
  aspect-ratio: 532 / 351;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.parfait
> div
> div:nth-child(1)::before {
  background-image: url(/lineup/images/pic_parfait_exterior02.jpg);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.parfait
> div
> div:nth-child(2)::before {
  background-image: url(/lineup/images/pic_parfait_exterior03.jpg);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.parfait
> div
> div:nth-child(3)::before {
  background-image: url(/lineup/images/pic_parfait_exterior04.jpg);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.parfait
> div
> div:nth-child(4)::before {
  background-image: url(/lineup/images/pic_parfait_exterior05.jpg);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.parfait
> div
> div:nth-child(5)::before {
  background-image: url(/lineup/images/pic_parfait_exterior06.jpg);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.parfait
> div
> div:nth-child(6)::before {
  background-image: url(/lineup/images/pic_parfait_exterior07.jpg);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.parfait_bjstyle
> div
> div::before {
  padding-top: 51.31965%;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.parfait_bjstyle
> div
> div:nth-child(1)::before {
  background-image: url(/lineup/images/pic_parfait_bjstyle_exterior02.jpg);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.parfait_bjstyle
> div
> div:nth-child(2)::before {
  background-image: url(/lineup/images/pic_parfait_bjstyle_exterior03.jpg);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.desio
> div
> div {
  aspect-ratio: 1598 / 1290;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.domani
> div
> div::before {
  padding-top: 65.9824%;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.domani
> div
> div:nth-child(1)::before {
  background-image: url(/lineup/images/domani/pic_exterior_var01.jpg);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.domani
> div
> div:nth-child(2)::before {
  background-image: url(/lineup/images/domani/pic_exterior_var02.jpg);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.domani
> div
> div:nth-child(3)::before {
  background-image: url(/lineup/images/domani/pic_exterior_var03.jpg);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.domani
> div
> div:nth-child(4)::before {
  background-image: url(/lineup/images/domani/pic_exterior_var04.jpg);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.domani
> div
> div:nth-child(5)::before {
  background-image: url(/lineup/images/domani/pic_exterior_var05.jpg);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.domani
> div
> div:nth-child(6)::before {
  background-image: url(/lineup/images/domani/pic_exterior_var06.jpg);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.spst
> div
> div:nth-child(1)::before {
  background-image: url(/lineup/images/pic_spst_exterior02.jpg);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.spst
> div
> div:nth-child(2)::before {
  background-image: url(/lineup/images/pic_spst_exterior03.jpg);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.spst
> div
> div:nth-child(3)::before {
  background-image: url(/lineup/images/pic_spst_exterior04.jpg);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.spstfx
> div
> div::before {
  padding-top: 65.9824%;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.spstfx
> div
> div:nth-child(1)::before {
  background-image: url(/lineup/images/sps_fx/pic_exterior_var01.webp);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.spstfx
> div
> div:nth-child(2)::before {
  background-image: url(/lineup/images/sps_fx/pic_exterior_var02.webp);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.spstfx
> div
> div:nth-child(3)::before {
  background-image: url(/lineup/images/sps_fx/pic_exterior_var03.webp);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.spstfx
> div
> div:nth-child(4)::before {
  background-image: url(/lineup/images/sps_fx/pic_exterior_var04.webp);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.gtyvn
> div
> div {
  aspect-ratio: 958 / 738;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.gtyvn
> div
> div
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.grandtoyou_hiraya
> div
+ div {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .lineupExteriorSection
  .variationSection
  .sectionPictureBlock.grandtoyou_hiraya
  > div
  + div {
    margin-top: 50px;
  }
}
.lineupExteriorSection
.variationSection
.sectionPictureBlock.grandtoyou_hiraya
> div
> div::before {
  padding-top: 51.31965%;
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.grandtoyou_hiraya
> div
> div.is-01::before {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_exterior_v01.webp);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.grandtoyou_hiraya
> div
> div.is-02::before {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_exterior_v02.webp);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.grandtoyou_hiraya
> div
> div.is-03::before {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_exterior_v03.webp);
}

.lineupExteriorSection
.variationSection
.sectionPictureBlock.grandtoyou_hiraya
> div
> div.is-04::before {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_exterior_v04.webp);
}

.lineupExteriorSection .sectionReplicateBlock {
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionReplicateBlock {
    max-width: none;
  }
}
.lineupExteriorSection .sectionReplicateBlock > div {
  position: relative;
  padding-top: 36.3104%;
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionReplicateBlock > div {
    padding-top: 0;
  }
}
.lineupExteriorSection .sectionReplicateBlock > div > div {
  position: absolute;
  top: 0;
  height: 100%;
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionReplicateBlock > div > div {
    position: static;
    height: auto;
  }
}
.lineupExteriorSection .sectionReplicateBlock > div > div > div {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.lineupExteriorSection .sectionReplicateBlock > div > div:first-child {
  left: 0;
  width: 61.78624%;
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionReplicateBlock > div > div:first-child {
    width: auto;
  }
}
@media (max-width: 767px) {
  .lineupExteriorSection .sectionReplicateBlock > div > div:first-child > div {
    height: auto;
    padding-top: 58.74621%;
  }
}
.lineupExteriorSection .sectionReplicateBlock > div > div:last-child {
  right: 0;
  width: 38.21376%;
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionReplicateBlock > div > div:last-child {
    width: auto;
    overflow: hidden;
  }
}
.lineupExteriorSection .sectionReplicateBlock > div > div:last-child > div {
  margin-left: 1px;
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionReplicateBlock > div > div:last-child > div {
    margin: 0 -0.5px;
  }
}
@media (max-width: 767px) {
  .lineupExteriorSection
  .sectionReplicateBlock
  > div
  > div:last-child
  .blockSet {
    float: left;
    width: 50%;
    margin-top: 1px;
    padding: 0 0.5px;
    box-sizing: border-box;
  }
}
.lineupExteriorSection
.sectionReplicateBlock
> div
> div:last-child
.blockSet
.picture {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .lineupExteriorSection
  .sectionReplicateBlock
  > div
  > div:last-child
  .blockSet
  .picture {
    height: auto;
    padding-top: 95.09002%;
  }
}
.lineupExteriorSection .sectionReplicateBlock.ptn2 > div > div:first-child {
  left: auto;
  right: 0;
}

.lineupExteriorSection .sectionReplicateBlock.ptn2 > div > div:last-child {
  left: 0;
  right: auto;
}

.lineupExteriorSection
.sectionReplicateBlock.ptn2
> div
> div:last-child
> div {
  margin-right: 1px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .lineupExteriorSection
  .sectionReplicateBlock.ptn2
  > div
  > div:last-child
  > div {
    margin: 0 -0.5px;
  }
}
.lineupExteriorSection
.sectionReplicateBlock.spstgr
> div
> div:first-child
> div {
  background-image: url(/lineup/images/smart_pst/pic_exterior02.webp);
}

@media (max-width: 767px) {
  .lineupExteriorSection
  .sectionReplicateBlock.spstgr
  > div
  > div:first-child
  > div {
    padding-top: 68.75%;
    background-image: url(/lineup/images/smart_pst/pic_exterior02_sp.webp);
  }
}
.lineupExteriorSection
.sectionReplicateBlock.spstgr
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_spstgr_exterior03.jpg);
}

.lineupExteriorSection
.sectionReplicateBlock.spstgr
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/pic_spstgr_exterior04.jpg);
}

.lineupExteriorSection
.sectionReplicateBlock.spstngr
> div
> div:first-child
> div {
  background-image: url(/lineup/images/smart_pst_n/pic_exterior02.webp);
}

@media (max-width: 767px) {
  .lineupExteriorSection
  .sectionReplicateBlock.spstngr
  > div
  > div:first-child
  > div {
    padding-top: 68.75%;
    background-image: url(/lineup/images/smart_pst_n/pic_exterior02_sp.webp);
  }
}
.lineupExteriorSection
.sectionReplicateBlock.spstngr
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_spstngr_exterior03.jpg);
}

.lineupExteriorSection
.sectionReplicateBlock.spstngr
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/pic_spstngr_exterior04.jpg);
}

.lineupExteriorSection .sectionBtn {
  margin-top: 40px;
}

.lineupExteriorSection .sectionBtn > a {
  display: block;
  position: relative;
  width: 397px;
  padding: 14px 0;
  border: 2px solid #5c5c5c;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  margin: auto;
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionBtn > a {
    width: auto;
    margin: 20px 10px 0;
    padding: 9px 0;
  }
}
.lineupExteriorSection .sectionBtn > a > span {
  display: inline-block;
  position: relative;
  padding: 0 35px 0 25px;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .lineupExteriorSection .sectionBtn > a > span {
    font-size: 1.07143rem;
  }
}
@media (min-width: 768px) {
  body.pc .lineupExteriorSection .sectionBtn > a:hover,
  body.pc .lineupExteriorSection .sectionBtn > a:active {
    border: 2px solid #0075c1;
    background: #0075c1;
    color: #fff;
  }
}
/* .lineupInteriorSection */
.lineupInteriorSection .sectionPictureBlock {
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lineupInteriorSection .sectionPictureBlock {
    max-width: none;
  }
}
.lineupInteriorSection .sectionPictureBlock > div {
  position: relative;
  padding-top: 36.3104%;
}

@media (max-width: 767px) {
  .lineupInteriorSection .sectionPictureBlock > div {
    padding-top: 0;
  }
}
.lineupInteriorSection .sectionPictureBlock > div > div {
  position: absolute;
  top: 0;
  height: 100%;
}

@media (max-width: 767px) {
  .lineupInteriorSection .sectionPictureBlock > div > div {
    position: static;
    height: auto;
  }
}
.lineupInteriorSection .sectionPictureBlock > div > div > div {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.lineupInteriorSection .sectionPictureBlock > div > div:first-child {
  left: 0;
  width: 61.78624%;
}

@media (max-width: 767px) {
  .lineupInteriorSection .sectionPictureBlock > div > div:first-child {
    width: auto;
  }
}
@media (max-width: 767px) {
  .lineupInteriorSection .sectionPictureBlock > div > div:first-child > div {
    height: auto;
    padding-top: 58.74621%;
  }
}
.lineupInteriorSection .sectionPictureBlock > div > div:last-child {
  right: 0;
  width: 38.21376%;
}

@media (max-width: 767px) {
  .lineupInteriorSection .sectionPictureBlock > div > div:last-child {
    width: auto;
    overflow: hidden;
  }
}
.lineupInteriorSection .sectionPictureBlock > div > div:last-child > div {
  margin-left: 1px;
}

@media (max-width: 767px) {
  .lineupInteriorSection .sectionPictureBlock > div > div:last-child > div {
    margin: 0 -0.5px;
  }
}
@media (max-width: 767px) {
  .lineupInteriorSection .sectionPictureBlock > div > div:last-child .blockSet {
    float: left;
    width: 50%;
    margin-top: 1px;
    padding: 0 0.5px;
    box-sizing: border-box;
  }
}
.lineupInteriorSection
.sectionPictureBlock
> div
> div:last-child
.blockSet
.picture {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .lineupInteriorSection
  .sectionPictureBlock
  > div
  > div:last-child
  .blockSet
  .picture {
    height: auto;
    padding-top: 95.09002%;
  }
}
.lineupInteriorSection .sectionPictureBlock.ptn2 > div > div:first-child {
  left: auto;
  right: 0;
}

.lineupInteriorSection .sectionPictureBlock.ptn2 > div > div:last-child {
  left: 0;
  right: auto;
}

.lineupInteriorSection .sectionPictureBlock.ptn2 > div > div:last-child > div {
  margin-right: 1px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .lineupInteriorSection
  .sectionPictureBlock.ptn2
  > div
  > div:last-child
  > div {
    margin: 0 -0.5px;
  }
}
.lineupInteriorSection .sectionPictureBlock.ptn3 > div > div:first-child {
  left: 0;
  width: 100%;
}

.lineupInteriorSection .sectionPictureBlock.ptn3 > div > div:last-child > div {
  margin-left: 0;
}

.lineupInteriorSection .sectionPictureBlock.parfait .set01_a01 {
  background-image: url(/lineup/images/parfait/pic_interior01_a01.webp);
}

.lineupInteriorSection .sectionPictureBlock.parfait .set01_b01 {
  background-image: url(/lineup/images/parfait/pic_interior01_b01.webp);
}

.lineupInteriorSection .sectionPictureBlock.parfait .set01_b02 {
  background-image: url(/lineup/images/parfait/pic_interior01_b02.webp);
}

.lineupInteriorSection .sectionPictureBlock.parfait .set02_a01 {
  background-image: url(/lineup/images/parfait/pic_interior02_a01.webp);
}

.lineupInteriorSection .sectionPictureBlock.parfait .set02_b01 {
  background-image: url(/lineup/images/parfait/pic_interior02_b01.webp);
}

.lineupInteriorSection .sectionPictureBlock.parfait .set02_b02 {
  background-image: url(/lineup/images/parfait/pic_interior02_b02.webp);
}

.lineupInteriorSection
.sectionPictureBlock.parfaitn
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_parfaitn_interior01.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.parfaitn
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_parfaitn_interior07.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.parfaitn
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/pic_parfaitn_interior02.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.parfaitn2
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_parfaitn_interior03.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.parfaitn2
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_parfaitn_interior04.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.parfaitn3
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_parfaitn_interior05.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.parfaitn3
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_parfaitn_interior06.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.parfaitn4
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_parfaitn_interior08.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.parfaitn4
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_parfaitn_interior09.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.parfaitn4
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/pic_parfaitn_interior10.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.parfaitn5
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_parfaitn_interior11.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.parfaitn5
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_parfaitn_interior12.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.parfaitn5
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/pic_parfaitn_interior13.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.parfaitnbjstyle
> div
> div:first-child
> div {
  background-image: url(/lineup/images/parfait_n_bjstyle/pic_interior01_a01.webp);
}

.lineupInteriorSection
.sectionPictureBlock.parfaitnbjstyle
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/parfait_n_bjstyle/pic_interior01_b01.webp);
}

.lineupInteriorSection
.sectionPictureBlock.parfaitnbjstyle
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/parfait_n_bjstyle/pic_interior01_b02.webp);
}

.lineupInteriorSection
.sectionPictureBlock.desio
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_desio_interior01.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.desio
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_desio_interior02.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.desio
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/pic_desio_interior03.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.desio
> div
> div:last-child
.blockSet.set3
.picture {
  background-image: url(/lineup/images/pic_desio_interior04.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.desio2
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_desio_interior05.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.desio2
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_desio_interior06.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.desio3
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_desio_interior07.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.desio3
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_desio_interior08.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.desio4
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_desio_interior09.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.desio4
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_desio_interior10.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.desio5
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_desio_interior11.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.desio5
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_desio_interior12.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.desio5
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/pic_desio_interior13.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.desio5
> div
> div:last-child
.blockSet.set3
.picture {
  background-image: url(/lineup/images/pic_desio_interior14.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.desio6
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_desio_interior16.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.desio6
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_desio_interior17.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.desio6
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/pic_desio_interior18.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.domani
> div
> div:first-child
> div {
  background-image: url(/lineup/images/domani/pic_interior01_01.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.domani
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/domani/pic_interior01_02.webp);
}

@media (max-width: 767px) {
  .lineupInteriorSection
  .sectionPictureBlock.domani
  > div
  > div:last-child
  .blockSet.set1
  .picture {
    background-image: url(/lineup/images/domani/pic_interior01_02_sp.webp);
  }
}
.lineupInteriorSection
.sectionPictureBlock.domani2
> div
> div:first-child
> div {
  background-image: url(/lineup/images/domani/pic_interior02_01.webp);
}

.lineupInteriorSection
.sectionPictureBlock.domani2
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/domani/pic_interior02_02.jpg);
}

@media (max-width: 767px) {
  .lineupInteriorSection
  .sectionPictureBlock.domani2
  > div
  > div:last-child
  .blockSet.set1
  .picture {
    background-image: url(/lineup/images/domani/pic_interior02_02_sp.jpg);
  }
}
.lineupInteriorSection
.sectionPictureBlock.domani3
> div
> div:first-child
> div {
  background-image: url(/lineup/images/domani/pic_interior03_01.webp);
}

.lineupInteriorSection
.sectionPictureBlock.domani3
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/domani/pic_interior03_02.webp);
}

@media (max-width: 767px) {
  .lineupInteriorSection
  .sectionPictureBlock.domani3
  > div
  > div:last-child
  .blockSet.set1
  .picture {
    background-image: url(/lineup/images/domani/pic_interior03_02_sp.webp);
  }
}
@media (max-width: 767px) {
  .lineupInteriorSection .sectionPictureBlock.domani,
  .lineupInteriorSection .sectionPictureBlock.domani2,
  .lineupInteriorSection .sectionPictureBlock.domani3 {
    margin: 0 10px;
  }

  .lineupInteriorSection .sectionPictureBlock.domani > div > div:last-child,
  .lineupInteriorSection .sectionPictureBlock.domani2 > div > div:last-child,
  .lineupInteriorSection .sectionPictureBlock.domani3 > div > div:last-child {
    overflow: visible;
  }

  .lineupInteriorSection
  .sectionPictureBlock.domani
  > div
  > div:last-child
  > div,
  .lineupInteriorSection
  .sectionPictureBlock.domani2
  > div
  > div:last-child
  > div,
  .lineupInteriorSection
  .sectionPictureBlock.domani3
  > div
  > div:last-child
  > div {
    height: auto;
    margin: 0;
    overflow: visible;
  }

  .lineupInteriorSection
  .sectionPictureBlock.domani
  > div
  > div:last-child
  .blockSet,
  .lineupInteriorSection
  .sectionPictureBlock.domani2
  > div
  > div:last-child
  .blockSet,
  .lineupInteriorSection
  .sectionPictureBlock.domani3
  > div
  > div:last-child
  .blockSet {
    float: none;
    width: 180px;
    margin-top: -25px;
    padding: 0;
  }

  .lineupInteriorSection
  .sectionPictureBlock.domani
  > div
  > div:last-child
  .blockSet.set1
  .picture,
  .lineupInteriorSection
  .sectionPictureBlock.domani2
  > div
  > div:last-child
  .blockSet.set1
  .picture,
  .lineupInteriorSection
  .sectionPictureBlock.domani3
  > div
  > div:last-child
  .blockSet.set1
  .picture {
    padding-top: 58.88889%;
  }

  .lineupInteriorSection .sectionPictureBlock.domani > div > div:first-child,
  .lineupInteriorSection .sectionPictureBlock.domani3 > div > div:first-child {
    margin-right: 35px;
  }

  .lineupInteriorSection
  .sectionPictureBlock.domani
  > div
  > div:last-child
  .blockSet,
  .lineupInteriorSection
  .sectionPictureBlock.domani3
  > div
  > div:last-child
  .blockSet {
    margin-left: auto;
  }

  .lineupInteriorSection
  .sectionPictureBlock.domani
  > div
  > div:last-child
  .blockSet.set1
  .picture,
  .lineupInteriorSection
  .sectionPictureBlock.domani3
  > div
  > div:last-child
  .blockSet.set1
  .picture {
    box-shadow: -1px -1px 0 #fff;
  }

  .lineupInteriorSection .sectionPictureBlock.domani2 > div > div:first-child {
    margin-left: 35px;
  }

  .lineupInteriorSection
  .sectionPictureBlock.domani2
  > div
  > div:last-child
  .blockSet {
    margin-right: auto;
  }

  .lineupInteriorSection
  .sectionPictureBlock.domani2
  > div
  > div:last-child
  .blockSet.set1
  .picture {
    box-shadow: 1px -1px 0 #fff;
  }
}
.lineupInteriorSection .sectionPictureBlock.spst > div > div:first-child > div {
  background-image: url(/lineup/images/pic_spst_interior01.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spst
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_spst_interior02.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spst
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/pic_spst_interior03.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spst2
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_spst_interior04.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spst2
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_spst_interior05.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spst3
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_spst_interior06.jpg);
}

@media (max-width: 767px) {
  .lineupInteriorSection
  .sectionPictureBlock.spst3
  > div
  > div:first-child
  > div {
    padding-top: 68.75%;
    background-image: url(/lineup/images/pic_spst_interior06_sp.jpg);
  }
}
.lineupInteriorSection
.sectionPictureBlock.spst3
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_spst_interior07.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spst3
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/pic_spst_interior08.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spst4
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_spst_interior09.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spst4
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_spst_interior10.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spst5
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_spst_interior11.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spst5
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_spst_interior12.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spst5
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/pic_spst_interior13.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstn
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_spstn_interior01.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstn
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_spstn_interior02.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstn
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/pic_spstn_interior03.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstn2
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_spstn_interior04.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstn2
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_spstn_interior05.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstn3
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_spstn_interior06.jpg);
}

@media (max-width: 767px) {
  .lineupInteriorSection
  .sectionPictureBlock.spstn3
  > div
  > div:first-child
  > div {
    padding-top: 68.75%;
    background-image: url(/lineup/images/pic_spstn_interior06_sp.jpg);
  }
}
.lineupInteriorSection
.sectionPictureBlock.spstn3
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_spstn_interior07.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstn3
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/pic_spstn_interior08.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstn4
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_spstn_interior09.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstn4
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_spstn_interior10.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstn5
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_spstn_interior11.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstn5
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_spstn_interior12.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstn5
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/pic_spstn_interior13.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstfx01
> div
> div:first-child
> div {
  background-image: url(/lineup/images/sps_fx/pic_interior01.webp);
}

.lineupInteriorSection
.sectionPictureBlock.spstfx01
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/sps_fx/pic_interior01_01.webp);
}

.lineupInteriorSection
.sectionPictureBlock.spstfx01
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/sps_fx/pic_interior01_02.webp);
}

.lineupInteriorSection
.sectionPictureBlock.spstfx01
> div
> div:last-child
.blockSet.set3
.picture {
  background-image: url(/lineup/images/sps_fx/pic_interior01_03.webp);
}

.lineupInteriorSection
.sectionPictureBlock.spstfx02
> div
> div:first-child
> div {
  background-image: url(/lineup/images/sps_fx/pic_interior02.webp);
}

.lineupInteriorSection
.sectionPictureBlock.spstfx02
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/sps_fx/pic_interior02_01.webp);
}

.lineupInteriorSection
.sectionPictureBlock.spstfx02
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/sps_fx/pic_interior02_02.webp);
}

.lineupInteriorSection
.sectionPictureBlock.spstfx02
> div
> div:last-child
.blockSet.set3
.picture {
  background-image: url(/lineup/images/sps_fx/pic_interior02_03.webp);
}

.lineupInteriorSection
.sectionPictureBlock.spstfx03
> div
> div:first-child
> div {
  background-image: url(/lineup/images/sps_fx/pic_interior03.webp);
}

.lineupInteriorSection
.sectionPictureBlock.spstfx03
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/sps_fx/pic_interior03_01.webp);
}

.lineupInteriorSection
.sectionPictureBlock.spstfx03
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/sps_fx/pic_interior03_02.webp);
}

.lineupInteriorSection
.sectionPictureBlock.spstfx03
> div
> div:last-child
.blockSet.set3
.picture {
  background-image: url(/lineup/images/sps_fx/pic_interior03_03.webp);
}

.lineupInteriorSection .sectionPictureBlock.spstfx01 + .sectionDescriptionBlock,
.lineupInteriorSection .sectionPictureBlock.spstfx02 + .sectionDescriptionBlock,
.lineupInteriorSection
.sectionPictureBlock.spstfx03
+ .sectionDescriptionBlock {
  margin-top: 50px;
}

.lineupInteriorSection
.sectionPictureBlock.spstnfx01
> div
> div:first-child
> div {
  background-image: url(/lineup/images/sps_n_fx/pic_interior01.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstnfx01
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/sps_n_fx/pic_interior01_01.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstnfx01
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/sps_n_fx/pic_interior01_02.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstnfx01
> div
> div:last-child
.blockSet.set3
.picture {
  background-image: url(/lineup/images/sps_n_fx/pic_interior01_03.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstnfx01
> div
> div:last-child
.blockSet.set4
.picture {
  background-image: url(/lineup/images/sps_n_fx/pic_interior01_04.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstnfx02
> div
> div:first-child
> div {
  background-image: url(/lineup/images/sps_n_fx/pic_interior02.webp);
}

.lineupInteriorSection
.sectionPictureBlock.spstnfx02
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/sps_n_fx/pic_interior02_01.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstnfx02
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/sps_n_fx/pic_interior02_02.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstnfx02
> div
> div:last-child
.blockSet.set3
.picture {
  background-image: url(/lineup/images/sps_n_fx/pic_interior02_03.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstnfx03
> div
> div:first-child
> div {
  background-image: url(/lineup/images/sps_n_fx/pic_interior03.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstnfx03
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/sps_n_fx/pic_interior03_01.webp);
}

.lineupInteriorSection
.sectionPictureBlock.spstnfx03
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/sps_n_fx/pic_interior03_02.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstnfx03
> div
> div:last-child
.blockSet.set3
.picture {
  background-image: url(/lineup/images/sps_n_fx/pic_interior03_03.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.spstnfx01
+ .sectionDescriptionBlock,
.lineupInteriorSection
.sectionPictureBlock.spstnfx02
+ .sectionDescriptionBlock,
.lineupInteriorSection
.sectionPictureBlock.spstnfx03
+ .sectionDescriptionBlock {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .lineupInteriorSection
  .sectionPictureBlock.spstfxu01
  > div
  > div:first-child
  > div {
    background-image: url(/lineup/images/sps_fx_urban/pic_interior01.jpg);
  }
}
@media (max-width: 767px) {
  .lineupInteriorSection
  .sectionPictureBlock.spstfxu01
  > div
  > div:first-child
  > div {
    background-image: url(/lineup/images/sps_fx_urban/pic_interior01_sp.jpg);
  }
}
@media (min-width: 768px) {
  .lineupInteriorSection
  .sectionPictureBlock.spstfxu02
  > div
  > div:first-child
  > div {
    background-image: url(/lineup/images/sps_fx_urban/pic_interior02.jpg);
  }
}
@media (max-width: 767px) {
  .lineupInteriorSection
  .sectionPictureBlock.spstfxu02
  > div
  > div:first-child
  > div {
    background-image: url(/lineup/images/sps_fx_urban/pic_interior02_sp.jpg);
  }
}
@media (min-width: 768px) {
  .lineupInteriorSection .sectionPictureBlock.spstfxu03 > div {
    padding-top: 30.75%;
  }
}
@media (min-width: 768px) {
  .lineupInteriorSection
  .sectionPictureBlock.spstfxu03
  > div
  > div:first-child
  > div {
    background-image: url(/lineup/images/sps_fx_urban/pic_interior03.jpg);
  }
}
@media (max-width: 767px) {
  .lineupInteriorSection
  .sectionPictureBlock.spstfxu03
  > div
  > div:first-child
  > div {
    padding-top: 34.66667%;
    background-image: url(/lineup/images/sps_fx_urban/pic_interior03_sp.jpg);
  }
}
@media (min-width: 768px) {
  .lineupInteriorSection
  .sectionPictureBlock.spstfxu01
  + .sectionDescriptionBlock,
  .lineupInteriorSection
  .sectionPictureBlock.spstfxu02
  + .sectionDescriptionBlock,
  .lineupInteriorSection
  .sectionPictureBlock.spstfxu03
  + .sectionDescriptionBlock {
    margin-top: 50px;
  }
}
.lineupInteriorSection .sectionPictureBlock.gtyv > div > div:first-child > div {
  background-image: url(/lineup/images/pic_gtyv_interior01.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.gtyv
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_gtyv_interior02.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.gtyv
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/pic_gtyv_interior03.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.gtyv
> div
> div:last-child
.blockSet.set3
.picture {
  background-image: url(/lineup/images/pic_gtyv_interior04.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.gtyv2
> div
> div:first-child
> div {
  background-image: url(/lineup/images/pic_gtyv_interior05.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.gtyv2
> div
> div:last-child
.blockSet.set1
.picture {
  background-image: url(/lineup/images/pic_gtyv_interior06.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.gtyv2
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/pic_gtyv_interior07.jpg);
}

.lineupInteriorSection
.sectionPictureBlock.gtyv3
> div
> div:first-child
> div {
  background-image: url(/lineup/images/grandtoyou_v_n/pic_interior03_a01.webp);
}

.lineupInteriorSection
.sectionPictureBlock.gtyv3
> div
> div:last-child
.blockSet.set2
.picture {
  background-image: url(/lineup/images/pic_gtyv_interior10.jpg);
}

.lineupInteriorSection .sectionPictureBlock.grandtoyou_hiraya .set01_a01 {
  background: url(/lineup/images/grandtoyou_hiraya/pic_interior01_a01.webp) 50% 50%/cover no-repeat;
}

.lineupInteriorSection .sectionPictureBlock.grandtoyou_hiraya .set01_b01 {
  background: url(/lineup/images/grandtoyou_hiraya/pic_interior01_b01.webp) 50% 50%/cover no-repeat;
}

.lineupInteriorSection .sectionPictureBlock.grandtoyou_hiraya .set01_b02 {
  background: url(/lineup/images/grandtoyou_hiraya/pic_interior01_b02.webp) 50% 50%/cover no-repeat;
}

.lineupInteriorSection .sectionPictureBlock.grandtoyou_hiraya .set02_a01 {
  background: url(/lineup/images/grandtoyou_hiraya/pic_interior02_a01.webp) 50% 50%/cover no-repeat;
}

.lineupInteriorSection .sectionPictureBlock.grandtoyou_hiraya .set02_b01 {
  background: url(/lineup/images/grandtoyou_hiraya/pic_interior02_b01.webp) 50% 50%/cover no-repeat;
}

.lineupInteriorSection .sectionPictureBlock.grandtoyou_hiraya .set02_b02 {
  background: url(/lineup/images/grandtoyou_hiraya/pic_interior02_b02.webp) 50% 50%/cover no-repeat;
}

.lineupInteriorSection .sectionPictureBlock.grandtoyou_hiraya .set03_a01 {
  background: url(/lineup/images/grandtoyou_hiraya/pic_interior03_a01.webp) 50% 50%/cover no-repeat;
}

.lineupInteriorSection .sectionPictureBlock.grandtoyou_hiraya .set03_b01 {
  background: url(/lineup/images/grandtoyou_hiraya/pic_interior03_b01.webp) 50% 50%/cover no-repeat;
}

.lineupInteriorSection .sectionPictureBlock.grandtoyou_hiraya .set03_b02 {
  background: url(/lineup/images/grandtoyou_hiraya/pic_interior03_b02.webp) 50% 50%/cover no-repeat;
}

.lineupInteriorSection .sectionPictureBlock.grandtoyou_hiraya .set04_a01 {
  background: url(/lineup/images/grandtoyou_hiraya/pic_interior04_a01.jpg) 50% 50%/cover no-repeat;
}

.lineupInteriorSection .sectionPictureBlock.grandtoyou_hiraya .set04_b01 {
  background: url(/lineup/images/grandtoyou_hiraya/pic_interior04_b01.jpg) 50% 50%/cover no-repeat;
}

.lineupInteriorSection .sectionPictureBlock.grandtoyou_hiraya .set04_b02 {
  background: url(/lineup/images/grandtoyou_hiraya/pic_interior04_b02.webp) 50% 50%/cover no-repeat;
}

.lineupInteriorSection .sectionPictureBlock.grandtoyou_hiraya .set05_a01 {
  background: url(/lineup/images/grandtoyou_hiraya/pic_interior05_a01.webp) 50% 50%/cover no-repeat;
}

.lineupInteriorSection .sectionPictureBlock.grandtoyou_hiraya .set05_b01 {
  background: url(/lineup/images/grandtoyou_hiraya/pic_interior05_b01.webp) 50% 50%/cover no-repeat;
}

.lineupInteriorSection .sectionPictureBlock.grandtoyou_hiraya .set05_b02 {
  background: url(/lineup/images/grandtoyou_hiraya/pic_interior05_b02.webp) 50% 50%/cover no-repeat;
}

.lineupInteriorSection .sectionPictureBlock.grandtoyou_hiraya .set06_a01 {
  background: url(/lineup/images/grandtoyou_hiraya/pic_interior06_a01.jpg) 50% 50%/cover no-repeat;
}

.lineupInteriorSection .sectionPictureBlock.grandtoyou_hiraya .set06_b01 {
  background: url(/lineup/images/grandtoyou_hiraya/pic_interior06_b01.jpg) 50% 50%/cover no-repeat;
}

.lineupInteriorSection .sectionDescriptionBlock {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .lineupInteriorSection .sectionDescriptionBlock {
    margin: 20px 10px 0;
  }
}
.lineupInteriorSection .sectionDescriptionBlock.spstfx .layoutSubLead {
  height: 34px;
}

.lineupInteriorSection .sectionDescriptionBlock.spstfx .layoutLead img {
  display: block;
  width: auto;
  height: 100px;
}

@media (max-width: 767px) {
  .lineupInteriorSection .sectionDescriptionBlock.spstfx .layoutLead img {
    height: 53px;
    margin: 0 auto;
  }
}
.lineupInteriorSection .sectionDescriptionBlock .layoutSubLead.spstnfx img {
  height: 20px;
}

.lineupInteriorSection .spstfxu__hd {
  margin: 0 0 36px;
}

@media (max-width: 767px) {
  .lineupInteriorSection .spstfxu__hd {
    margin: 0 0 23px;
  }
}
.lineupInteriorSection .spstfxu__hd__ic {
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .lineupInteriorSection .spstfxu__hd__ic {
    margin: 0 0 5px;
  }
}
.lineupInteriorSection .spstfxu__hd__ic span {
  display: block;
}

.lineupInteriorSection .spstfxu__hd__ic span img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.lineupInteriorSection .spstfxu__hd__ic span.is-icon {
  margin: 0 0 10px;
  height: 40px;
}

.lineupInteriorSection .spstfxu__hd__ic span.is-text {
  height: 20px;
}

.lineupInteriorSection .spstfxu__hd__tt {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.475;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupInteriorSection .spstfxu__hd__tt {
    font-size: 1.71429rem;
    line-height: 1.5;
    letter-spacing: -0.04em;
  }
}
.lineupInteriorSection .spstfxu__hd.is-01 .spstfxu__hd__tt {
  color: #548ecb;
}

.lineupInteriorSection .spstfxu__hd.is-02 .spstfxu__hd__tt {
  color: #60a9c4;
}

.lineupInteriorSection .spstfxu__hd.is-03 .spstfxu__hd__tt {
  color: #5fb8a2;
}

.lineupInteriorSection .spstfxu__dt__tt {
  margin: 0 0 50px;
  font-size: 2.125rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupInteriorSection .spstfxu__dt__tt {
    margin: 0 0 24px;
    font-size: 1.28571rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.06em;
  }
}
.lineupInteriorSection .spstfxu__dt__t {
  margin: 0 10px 32px;
  font-size: 1.14286rem;
  line-height: 1.6875;
}

@media (min-width: 768px) {
  .lineupInteriorSection .spstfxu__dt__t {
    display: none;
  }
}
.lineupInteriorSection .spstfxu__dt__gr {
  padding: 25px 0 30px;
  background: #efefee;
}

@media (max-width: 767px) {
  .lineupInteriorSection .spstfxu__dt__gr {
    padding: 20px 10px 30px;
  }
}
@media (min-width: 768px) {
  .lineupInteriorSection .spstfxu__dt__gr__in {
    max-width: 1166px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .lineupInteriorSection .spstfxu__dt__gr__in {
    margin: 0 auto;
  }
}
.lineupInteriorSection .spstfxu__dt__gr__tt {
  margin: 0 0 16px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  color: #0f7676;
}

@media (max-width: 767px) {
  .lineupInteriorSection .spstfxu__dt__gr__tt {
    margin: 0 0 10px;
    font-size: 1rem;
    line-height: 1.92857;
  }
}
.lineupInteriorSection .spstfxu__dt__gr__p {
  margin: 0 0 13px;
  background: 50% 50% / contain no-repeat;
}

@media (min-width: 768px) {
  .lineupInteriorSection .spstfxu__dt__gr__p {
    background-image: url(/lineup/images/sps_fx_urban/pic_interior_gr01.png);
  }
}
@media (max-width: 767px) {
  .lineupInteriorSection .spstfxu__dt__gr__p {
    margin: 0 0 20px;
    background-image: url(/lineup/images/sps_fx_urban/pic_interior_gr01_sp.png);
  }
}
.lineupInteriorSection .spstfxu__dt__gr__p::before {
  content: "";
  display: block;
  padding-top: 24.89019%;
}

@media (max-width: 767px) {
  .lineupInteriorSection .spstfxu__dt__gr__p::before {
    padding-top: 81.12676%;
  }
}
.lineupInteriorSection .spstfxu__dt__gr__t {
  font-size: 0.875rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .lineupInteriorSection .spstfxu__dt__gr__t {
    font-size: 1rem;
  }
}
.lineupInteriorSection .spstfxu__dt__gr__a {
  max-width: 400px;
  margin: 20px auto 0;
}

.lineupInteriorSection .spstfxu__fig {
  max-width: 1160px;
  margin: 50px auto 0;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .lineupInteriorSection .spstfxu__fig {
    margin: 30px auto 0;
    padding: 0 10px;
  }
}
.lineupInteriorSection .spstfxu__fig__p {
  margin: 0 0 20px;
  background: 50% 50% / contain no-repeat;
}

@media (min-width: 768px) {
  .lineupInteriorSection .spstfxu__fig__p {
    background-image: url(/lineup/images/sps_fx_urban/pic_interior_fig01.webp);
  }
}
@media (max-width: 767px) {
  .lineupInteriorSection .spstfxu__fig__p {
    background-image: url(/lineup/images/sps_fx_urban/pic_interior_fig01_sp.webp);
  }
}
.lineupInteriorSection .spstfxu__fig__p::before {
  content: "";
  display: block;
  padding-top: 56.51537%;
}

@media (max-width: 767px) {
  .lineupInteriorSection .spstfxu__fig__p::before {
    padding-top: 99.71831%;
  }
}
.lineupInteriorSection .spstfxu__fig__nt {
  margin: 20px 0 0;
  font-size: 0.8125rem;
  line-height: 1.61538;
  letter-spacing: -0.01em;
}

@media (max-width: 767px) {
  .lineupInteriorSection .spstfxu__fig__nt {
    margin: 16px 0 0;
    font-size: 0.92857rem;
  }
}
.lineupInteriorSection .spstnfx__bnr {
  max-width: 1166px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lineupInteriorSection .spstnfx__bnr {
    padding: 0 10px;
  }
}
.lineupInteriorSection .spstnfx__bnr > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 222px;
  overflow: hidden;
}

.lineupInteriorSection .spstnfx__bnr__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 50% 50% / cover no-repeat;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 768px) {
  .lineupInteriorSection .spstnfx__bnr__bg {
    background-image: url(/lineup/images/sps_n_fx/pic_interior_bnr01.webp);
  }
}
@media (max-width: 767px) {
  .lineupInteriorSection .spstnfx__bnr__bg {
    background-image: url(/lineup/images/sps_n_fx/pic_interior_bnr01_sp.webp);
  }
}
.lineupInteriorSection .spstnfx__bnr__in {
  display: block;
  position: relative;
  z-index: 2;
}

.lineupInteriorSection .spstnfx__bnr__tt {
  display: block;
  margin: 0 auto 15px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.46429;
  color: #fff;
}

@media (max-width: 767px) {
  .lineupInteriorSection .spstnfx__bnr__tt {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
}
.lineupInteriorSection .spstnfx__bnr__bt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 40px;
  margin: 0 auto;
  border: 2px solid #fff;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 768px) {
  body.pc .lineupInteriorSection .spstnfx__bnr > a:hover .spstnfx__bnr__bg,
  body.pc .lineupInteriorSection .spstnfx__bnr > a:active .spstnfx__bnr__bg {
    transform: scale(1.1);
  }
}
/* .lineupModal */
.linepuModal01 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.75);
  overflow: auto;
  overscroll-behavior: contain;
  z-index: 9999;
}

.linepuModal01::-webkit-scrollbar {
  display: none;
}

.linepuModal01__in {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1140px;
  height: 100%;
  padding: 55px 20px;
  box-sizing: border-box;
  overflow: auto;
  overscroll-behavior-y: contain;
}

@media (max-width: 767px) {
  .linepuModal01__in {
    min-width: 0;
    padding: 40px 10px;
  }
}
.linepuModal01__in::-webkit-scrollbar {
  display: none;
}

.linepuModal01__bd {
  width: 100%;
  margin: auto;
  cursor: default;
}

.linepuModal01__cls {
  position: absolute;
  bottom: 100%;
  right: -20px;
  width: 65px;
  height: 65px;
  transition: opacity 300ms ease;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 767px) {
  .linepuModal01__cls {
    right: -10px;
    width: 40px;
    height: 40px;
    -webkit-tap-highlight-color: transparent;
  }
}
.linepuModal01__cls:hover {
  opacity: 0.5;
}

.linepuModal01__cls::before,
.linepuModal01__cls::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  width: 35px;
  height: 2px;
  background: #fff;
}

@media (max-width: 767px) {
  .linepuModal01__cls::before,
  .linepuModal01__cls::after {
    width: 26px;
  }
}
.linepuModal01__cls::before {
  transform: translate(50%, 50%) rotate(45deg);
}

.linepuModal01__cls::after {
  transform: translate(50%, 50%) rotate(-45deg);
}

.linepuModal01 .spstfxPlanModal,
.linepuModal01 .spstplusPlanModal {
  display: none;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
}

.linepuModal01 .spstfxPlanModal.is-shown,
.linepuModal01 .spstplusPlanModal.is-shown {
  display: block;
}

.linepuModal01 .spstfxPlanModal__in,
.linepuModal01 .spstplusPlanModal__in {
  position: relative;
}

@media (min-width: 768px) {
  .linepuModal01 .spstfxPlanModal__in,
  .linepuModal01 .spstplusPlanModal__in {
    display: flex;
  }
}
.linepuModal01 .spstfxPlanModal__tt,
.linepuModal01 .spstplusPlanModal__tt {
  display: flex;
  align-items: center;
  background: rgba(58, 91, 126, 0.1);
}

@media (min-width: 768px) {
  .linepuModal01 .spstfxPlanModal__tt,
  .linepuModal01 .spstplusPlanModal__tt {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .linepuModal01 .spstfxPlanModal__tt,
  .linepuModal01 .spstplusPlanModal__tt {
    margin: 0 0 15px;
  }
}
.linepuModal01 .spstfxPlanModal__tt > span,
.linepuModal01 .spstplusPlanModal__tt > span {
  display: block;
}

.linepuModal01 .spstfxPlanModal__tt > span.is-n,
.linepuModal01 .spstplusPlanModal__tt > span.is-n {
  width: 30px;
  height: 30px;
  background: #3a5b7e;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .linepuModal01 .spstfxPlanModal__tt > span.is-n,
  .linepuModal01 .spstplusPlanModal__tt > span.is-n {
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
  }
}
.linepuModal01 .spstfxPlanModal__tt > span.is-t,
.linepuModal01 .spstplusPlanModal__tt > span.is-t {
  flex: 1;
  padding: 0 0 0 16px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .linepuModal01 .spstfxPlanModal__tt > span.is-t,
  .linepuModal01 .spstplusPlanModal__tt > span.is-t {
    padding: 0 0 0 10px;
    font-size: 16px;
  }
}
.linepuModal01 .spstfxPlanModal__p,
.linepuModal01 .spstplusPlanModal__p {
  flex: 0 0 auto;
  background: 50% 50% / cover no-repeat;
}

@media (max-width: 767px) {
  .linepuModal01 .spstfxPlanModal__p,
  .linepuModal01 .spstplusPlanModal__p {
    margin: 0 auto 15px;
  }
}
.linepuModal01 .spstfxPlanModal__p::before,
.linepuModal01 .spstplusPlanModal__p::before {
  content: "";
  display: block;
}

.linepuModal01 .spstfxPlanModal__in2,
.linepuModal01 .spstplusPlanModal__in2 {
  flex: 1 1 auto;
}

.linepuModal01 .spstfxPlanModal__t,
.linepuModal01 .spstplusPlanModal__t {
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 1.70625;
}

@media (max-width: 767px) {
  .linepuModal01 .spstfxPlanModal__t,
  .linepuModal01 .spstplusPlanModal__t {
    font-size: 14px;
    line-height: 1.71429;
  }
}
.linepuModal01 .spstfxPlanModal {
  max-width: 712px;
  padding: 30px;
}

@media (max-width: 767px) {
  .linepuModal01 .spstfxPlanModal {
    max-width: 416px;
  }
}
@media (max-width: 374px) {
  .linepuModal01 .spstfxPlanModal {
    padding: 8vw;
  }
}
@media (min-width: 768px) {
  .linepuModal01 .spstfxPlanModal__in {
    column-gap: 30px;
  }
}
.linepuModal01 .spstfxPlanModal__p::before {
  padding-top: 75%;
}

.linepuModal01 .spstfxPlanModal__p.is-01 {
  background-image: url(/lineup/images/sps_fx/pic_planmodal01.webp);
}

.linepuModal01 .spstfxPlanModal__p.is-02 {
  background-image: url(/lineup/images/sps_fx/pic_planmodal02.webp);
}

.linepuModal01 .spstfxPlanModal__p.is-03 {
  background-image: url(/lineup/images/sps_fx/pic_planmodal03.webp);
}

.linepuModal01 .spstfxPlanModal__p.is-04 {
  background-image: url(/lineup/images/sps_fx/pic_planmodal04.webp);
}

.linepuModal01 .spstfxPlanModal__p.is-05 {
  background-image: url(/lineup/images/sps_fx/pic_planmodal05.webp);
}

@media (min-width: 768px) {
  .linepuModal01 .spstfxPlanModal__p {
    width: 360px;
  }

  .linepuModal01 .spstfxPlanModal__tt,
  .linepuModal01 .spstfxPlanModal__t {
    width: 262px;
  }

  .linepuModal01 .spstfxPlanModal__t {
    flex: 1 1 auto;
    padding: 50px 0 0;
  }
}
.linepuModal01 .spstplusPlanModal {
  max-width: 870px;
  padding: 40px;
}

@media (max-width: 767px) {
  .linepuModal01 .spstplusPlanModal {
    max-width: 495px;
    padding: 30px;
  }
}
@media (max-width: 374px) {
  .linepuModal01 .spstplusPlanModal {
    padding: 8vw;
  }
}
@media (min-width: 768px) {
  .linepuModal01 .spstplusPlanModal__in {
    column-gap: 40px;
  }
}
.linepuModal01 .spstplusPlanModal__p::before {
  padding-top: 100%;
}

.linepuModal01 .spstplusPlanModal__p.is-01 {
  background-image: url(/lineup/images/sps_plus/pic_planmodal01.webp);
}

.linepuModal01 .spstplusPlanModal__p.is-02 {
  background-image: url(/lineup/images/sps_plus/pic_planmodal02.webp);
}

@media (min-width: 768px) {
  .linepuModal01 .spstplusPlanModal__p {
    width: 435px;
  }
}
@media (min-width: 768px) {
  .linepuModal01 .spstplusPlanModal__tt {
    width: 312px;
  }
}
.linepuModal01 .spstplusPlanModal__lg {
  width: 252px;
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .linepuModal01 .spstplusPlanModal__lg {
    width: 136px;
    margin: 0 0 15px;
  }
}
.linepuModal01 .spstplusPlanModal__lg picture {
  display: block;
  width: 100%;
}

.linepuModal01 .spstplusPlanModal__lg img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .linepuModal01 .spstplusPlanModal__in2 {
    padding: 70px 0 0;
  }
}
/* .lineupPageNav */
.lineupPageNav {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
}

.lineupPageNav ul {
  display: flex;
  justify-content: center;
  column-gap: 23px;
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lineupPageNav ul {
    column-gap: 0 !important;
  }
}
.lineupPageNav ul > li {
  flex: 0 1 auto;
}

@media (max-width: 767px) {
  .lineupPageNav ul > li {
    width: 25%;
  }
}
.lineupPageNav ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  padding: 0 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 768px) {
  .lineupPageNav ul > li > a {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .lineupPageNav ul > li > a {
    height: 46.5px;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 374px) {
  .lineupPageNav ul > li > a {
    font-size: 3.2vw;
  }
}
@media (max-width: 767px) {
  .lineupPageNav ul > li > a.is-spfz10 {
    font-size: 10px;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 374px) {
  .lineupPageNav ul > li > a.is-spfz10 {
    font-size: 2.66667vw;
  }
}
@media (min-width: 768px) {
  .lineupPageNav ul > li > a {
    transition: opacity 300ms ease 0ms;
  }

  body.pc .lineupPageNav ul > li > a:hover,
  body.pc .lineupPageNav ul > li > a:active {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .lineupPageNav ul > li > a > span.spp05 {
    padding: 0 5px;
  }
}
.lineupPageNav ul > li:last-child {
  background: #fff;
}

.lineupPageNav ul > li:last-child > a {
  border: 1px solid #156082;
  box-sizing: border-box;
  background: #156082;
  color: #fff;
  font-weight: 300;
}

@media (min-width: 768px) {
  body.pc .lineupPageNav ul > li:last-child > a:hover,
  body.pc .lineupPageNav ul > li:last-child > a:active {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .lineupPageNav ul.col5 > li > a br,
  .lineupPageNav ul.col6 > li > a br {
    display: none;
  }
}
.lineupPageNav ul.col5,
.lineupPageNav ul.col5b {
  column-gap: 18px;
}

.lineupPageNav ul.col5 > li,
.lineupPageNav ul.col5b > li {
  max-width: 20%;
}

.lineupPageNav ul.col6,
.lineupPageNav ul.col6b {
  column-gap: 0;
}

.lineupPageNav ul.col6 > li,
.lineupPageNav ul.col6b > li {
  width: 16.66667%;
}

@media (min-width: 768px) {
  .lineupPageNav ul.gtyv {
    column-gap: 0;
  }

  .lineupPageNav ul.gtyv > li {
    flex: 1 1 auto;
    width: 20%;
    max-width: none;
  }

  .lineupPageNav ul.gtyv > li > a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .lineupPageNav ul.gtyv > li {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
  }
}
.lineupPageNav ul.domani {
  column-gap: 0;
}

.lineupPageNav ul.domani > li {
  flex: 1 1 auto;
  max-width: none;
}

@media (min-width: 768px) {
  .lineupPageNav ul.pet {
    column-gap: 0;
  }

  .lineupPageNav ul.pet > li {
    width: 220px;
  }

  .lineupPageNav ul.pet > li > a {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .lineupPageNav ul.spstplus {
    column-gap: 0;
  }

  .lineupPageNav ul.spstplus > li {
    flex: 1 1 auto;
    width: 25%;
    max-width: none;
  }

  .lineupPageNav ul.spstplus > li > a {
    padding: 0;
  }

  .lineupPageNav ul.spstplus > li > a br {
    display: none;
  }
}
/* .lineupPlanSection */
.lineupPlanSection {
  text-align: center;
}

@media (max-width: 767px) {
  .lineupPlanSection {
    border-bottom: 1px solid #dedede;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection.opt-spnobd {
    border-bottom: none;
  }

  .lineupPlanSection.opt-spnobd .floorSet {
    padding-top: 0;
    border-top: none;
  }
}
.lineupPlanSection br.spbr {
  display: none;
}

@media (max-width: 767px) {
  .lineupPlanSection br.pcbr {
    display: none;
  }

  .lineupPlanSection br.spbr {
    display: inline;
  }
}
.lineupPlanSection .leadNt {
  margin: -8px 0 72px;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupPlanSection .leadNt {
    margin: 0 0 30px;
    padding: 0 10px;
  }
}
.lineupPlanSection .leadNt__ls {
  display: inline-block;
}

.lineupPlanSection .leadNt__ls > li {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 13px;
  line-height: 1.46154;
  text-align: left;
}

@media (max-width: 767px) {
  .lineupPlanSection .leadNt__ls > li {
    font-size: 11px;
    line-height: 1.63636;
  }
}
.lineupPlanSection .leadNt__ls > li::before {
  content: "\203b";
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorSet {
    padding-top: 10px;
    border-top: 1px solid #ededed;
  }
}
.lineupPlanSection .floorSet + .floorSet {
  margin-top: 124px;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorSet + .floorSet {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection .floorSet.gtuhry {
    padding-top: 0;
    border-top: none;
  }

  .lineupPlanSection .floorSet.gtuhry + .floorSet {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection .floorSet.domani {
    padding-top: 0;
    border-top: none;
  }
}
.lineupPlanSection .floorSet.domani .floorSetLd {
  width: 946px;
  margin: 0 auto 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorSet.domani .floorSetLd {
    width: auto;
    margin: 0 0 20px;
    padding: 0 10px;
  }
}
.lineupPlanSection .floorSet.domani .floorSetLd__t {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.6875;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorSet.domani .floorSetLd__t {
    font-size: 14px;
    line-height: 1.71429;
  }
}
@media (max-width: 374px) {
  .lineupPlanSection .floorSet.domani .floorSetLd__t {
    font-size: 3.73333vw;
  }
}
.lineupPlanSection .floorSet.domani .floorSetLd__c {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  border: 1px solid #3a5b7e;
  box-sizing: border-box;
}

.lineupPlanSection .floorSet.domani .floorSetLd__c > span {
  display: block;
  color: #3a5b7e;
  font-size: 16px;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorSet.domani .floorSetLd__c {
    height: 32px;
  }

  .lineupPlanSection .floorSet.domani .floorSetLd__c > span {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .lineupPlanSection .floorSet.domani .floorSetLd__c {
    height: 8.53333vw;
  }

  .lineupPlanSection .floorSet.domani .floorSetLd__c > span {
    font-size: 3.73333vw;
  }
}
@media (min-width: 768px) {
  .lineupPlanSection .floorSet.domani .floorInfoBlock {
    padding: 70px 20px;
  }
}
.lineupPlanSection .floorTitleBlock {
  display: inline-block;
  position: relative;
  margin-bottom: 9px;
  text-align: left;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorTitleBlock {
    display: table;
    min-height: 74px;
    margin: 0;
    padding: 0 10px;
  }
}
.lineupPlanSection .floorTitleBlock .number {
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 12.5625rem;
  line-height: 1;
  font-family: "arial", sas-serif;
  color: #e3e3e3;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorTitleBlock .number {
    display: table-cell;
    position: static;
    font-size: 7.17857rem;
    vertical-align: middle;
  }
}
.lineupPlanSection .floorTitleBlock .title {
  padding-left: 130px;
  font-size: 2.25rem;
  line-height: 1.33333;
  white-space: nowrap;
}

.lineupPlanSection .floorTitleBlock .title.nolead {
  padding: 35px 0 65px 130px;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorTitleBlock .title.nolead {
    padding: 0 0 0 6px;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection .floorTitleBlock .title {
    display: table-cell;
    padding: 0 0 0 6px;
    font-size: 1.28571rem;
    font-weight: bold;
    vertical-align: middle;
    white-space: normal;
  }

  .lineupPlanSection .floorTitleBlock .title span {
    display: inline-block;
  }
}
@media (max-width: 374px) {
  .lineupPlanSection .floorTitleBlock .title {
    font-size: 4.8vw;
  }
}
@media (min-width: 768px) {
  .lineupPlanSection .floorTitleBlock.is-wfix01 {
    width: 630px;
  }

  .lineupPlanSection .floorTitleBlock.is-wfix01 .title {
    white-space: nowrap;
  }
}
.lineupPlanSection .floorSpHidden {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorSpHidden {
    overflow: hidden;
    height: 0;
    transition: height 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.lineupPlanSection .floorShowBtn {
  display: none;
  height: 40px;
  margin: 0 10px 20px;
  border: 2px solid #5c5c5c;
  text-align: center;
  line-height: 40px;
}

.lineupPlanSection .floorShowBtn span:nth-child(2) {
  display: none;
}

.lineupPlanSection .floorShowBtn span.icon {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  vertical-align: -2px;
}

.lineupPlanSection .floorShowBtn span.icon::before,
.lineupPlanSection .floorShowBtn span.icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0 solid #000;
  box-sizing: border-box;
}

.lineupPlanSection .floorShowBtn span.icon::before {
  top: 50%;
  left: 0;
  margin-top: -1px;
  border-top-width: 2px;
}

.lineupPlanSection .floorShowBtn span.icon::after {
  top: 0;
  left: 50%;
  margin-left: -1px;
  border-left-width: 2px;
}

.lineupPlanSection .floorShowBtn.opened span:nth-child(1) {
  display: none;
}

.lineupPlanSection .floorShowBtn.opened span:nth-child(2) {
  display: inline;
}

.lineupPlanSection .floorShowBtn.opened span.icon::after {
  border-width: 0;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorShowBtn {
    display: block;
  }
}
.lineupPlanSection .lead {
  display: inline-block;
  margin-bottom: 35px;
  padding-left: 130px;
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
  box-sizing: border-box;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .lineupPlanSection .lead {
    display: block;
    width: auto !important;
    margin-bottom: 15px;
    padding: 0 10px;
    white-space: normal;
  }
}
.lineupPlanSection .floorInfoBlock {
  position: relative;
  background: #f0f0f0;
  padding: 50px 20px 70px;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorInfoBlock {
    padding: 20px 10px 10px;
  }
}
.lineupPlanSection .floorInfoBlock .floorNotion {
  position: absolute;
  bottom: 7px;
  right: 0;
  left: 0;
  width: 1172px;
  max-width: 100%;
  min-width: 1140px;
  margin: 0 auto;
  text-align: right;
}

.lineupPlanSection .floorArea {
  position: relative;
  width: 1212px;
  max-width: 100%;
  min-width: 1100px;
  margin: 0 auto 40px;
  box-sizing: border-box;
  overflow: hidden;
}

.lineupPlanSection .floorArea.nodata {
  margin: 20px auto 0;
  overflow: visible;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea.nodata {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection .floorArea {
    width: 100%;
    min-width: 0;
    margin: 0;
    overflow: visible;
  }
}
.lineupPlanSection .floorArea .zonelist {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  text-align: left;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .zonelist {
    position: static;
    transform: none;
    margin-bottom: 20px;
  }
}
.lineupPlanSection .floorArea .zonelist li {
  display: inline-block;
  position: relative;
  height: 18px;
  padding: 0 0 0 40px;
  line-height: 18px;
  white-space: nowrap;
}

.lineupPlanSection .floorArea .zonelist li + li {
  margin-left: 30px;
}

.lineupPlanSection .floorArea .zonelist li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 18px;
}

.lineupPlanSection .floorArea .zonelist li.zonelistPink::before {
  background: #f9b1b9;
}

.lineupPlanSection .floorArea .zonelist li.zonelistBlue::before {
  background: #b5d5f5;
}

.lineupPlanSection .floorArea .zonelist li.zonelistYellow::before {
  background: #f1c03c;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .zonelist li {
    padding: 0 0 0 36px;
  }

  .lineupPlanSection .floorArea .zonelist li + li {
    margin-left: 10px;
  }

  .lineupPlanSection .floorArea .zonelist li::before {
    width: 28px;
  }
}
.lineupPlanSection .floorArea .zonelist.spst3 {
  left: 55.69307%;
  bottom: 5.13966%;
}

.lineupPlanSection .floorArea .zonelist.zonelist.desio3 {
  right: 1.73267%;
  bottom: 0;
}

.lineupPlanSection .floorArea > div {
  position: relative;
  float: left;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea > div {
    float: none;
    width: 100% !important;
  }

  .lineupPlanSection .floorArea > div + div {
    margin-top: 20px;
  }
}
.lineupPlanSection .floorArea > div::after {
  content: "";
  display: block;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea > div::after {
    content: none;
  }
}
.lineupPlanSection .floorArea > div::before {
  display: block;
  position: absolute;
  width: 70px;
  height: 28px;
  line-height: 28px;
  background: #585755;
  font-size: 1rem;
  color: #fff;
  z-index: 10;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea > div::before {
    position: static;
    margin: 0 0 10px -10px;
  }
}
.lineupPlanSection .floorArea > div .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 5;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea > div .image {
    position: relative;
    max-width: 640px;
    height: auto;
    margin: 0 auto;
  }

  .lineupPlanSection .floorArea > div .image::before {
    content: "";
    display: block;
  }
}
.lineupPlanSection .floorArea > div .image .bar,
.lineupPlanSection .floorArea > div .image .zone,
.lineupPlanSection .floorArea > div .image .poly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.lineupPlanSection .floorArea > div .image .bar {
  transition: opacity 0.5s ease-in;
  opacity: 0;
  z-index: 3;
}

.lineupPlanSection .floorArea > div .image .zone {
  z-index: 1;
}

.lineupPlanSection .floorArea > div .image .poly {
  z-index: 2;
}

.lineupPlanSection .floorArea > div .image .blink {
  opacity: 0;
}

.lineupPlanSection .floorArea > div .comment {
  position: absolute;
  padding: 17px 20px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: left;
  transition: opacity 0.5s ease-in;
  opacity: 0;
  z-index: 10;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea > div .comment {
    position: static;
    width: 100% !important;
    max-width: 640px;
    margin: 0 auto 0 0;
    padding: 9px 11px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection .floorArea > div .image + .comment {
    margin: 0 0 0 auto;
  }
}
.lineupPlanSection .floorArea > div.shown .bar,
.lineupPlanSection .floorArea > div.shown .blink,
.lineupPlanSection .floorArea > div.shown .comment {
  opacity: 1;
}

.lineupPlanSection .floorArea > div.shown .poly {
  opacity: 0.6;
}

.lineupPlanSection .floorArea > div.shown .blink.zone {
  animation: blink1 0.75s ease-in-out 0s 7 alternate;
}

.lineupPlanSection .floorArea > div.shown .blink.poly {
  animation: blink2 0.75s ease-in-out 0s 7 alternate;
}

@keyframes blink1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blink2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
.lineupPlanSection .floorArea .spst1a {
  width: 55.46075%;
}

.lineupPlanSection .floorArea .spst1a::after {
  padding-top: 107.07692%;
}

.lineupPlanSection .floorArea .spst1a::before {
  content: "1F";
  top: 10.34483%;
  left: 58.61538%;
}

.lineupPlanSection .floorArea .spst1a .image {
  background-image: url(/lineup/images/pic_spst_plan_01-a.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .spst1a .image {
    background-image: url(/lineup/images/pic_spst_plan_01-a_sp.jpg);
  }

  .lineupPlanSection .floorArea .spst1a .image::before {
    padding-top: 125.73333%;
  }
}
.lineupPlanSection .floorArea .spst1a .image .bar {
  background-image: url(/lineup/images/pic_spst_plan_01-a_bar.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .spst1a .image .bar {
    background-image: url(/lineup/images/pic_spst_plan_01-a_bar_sp.png);
  }
}
.lineupPlanSection .floorArea .spst1a .com1 {
  top: 0;
  bottom: auto;
  right: auto;
  left: 0;
  width: 51.53846%;
}

.lineupPlanSection .floorArea .spst1a .com2 {
  top: auto;
  bottom: 7.61494%;
  right: auto;
  left: 0;
  width: 29.07692%;
}

.lineupPlanSection .floorArea .spst1b {
  width: 44.53925%;
}

.lineupPlanSection .floorArea .spst1b::after {
  padding-top: 133.33333%;
}

.lineupPlanSection .floorArea .spst1b::before {
  content: "2F";
  top: 10.34483%;
  right: 59.38697%;
}

.lineupPlanSection .floorArea .spst1b .image {
  background-image: url(/lineup/images/pic_spst_plan_01-b.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .spst1b .image {
    background-image: url(/lineup/images/pic_spst_plan_01-b_sp.jpg);
  }

  .lineupPlanSection .floorArea .spst1b .image::before {
    padding-top: 78.13333%;
  }
}
.lineupPlanSection .floorArea .spst1b .image .bar {
  background-image: url(/lineup/images/pic_spst_plan_01-b_bar.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .spst1b .image .bar {
    background-image: url(/lineup/images/pic_spst_plan_01-b_bar_sp.png);
  }
}
.lineupPlanSection .floorArea .spst1b .image .poly1 {
  background-image: url(/lineup/images/pic_spst_plan_01-b_poly1.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .spst1b .image .poly1 {
    background-image: url(/lineup/images/pic_spst_plan_01-b_poly1_sp.png);
  }
}
.lineupPlanSection .floorArea .spst1b .com1 {
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
  width: 52.68199%;
}

.lineupPlanSection .floorArea .spst1b .com2 {
  top: auto;
  bottom: 10.05747%;
  right: 0;
  left: auto;
  width: 95.78544%;
}

.lineupPlanSection .floorArea .spst2a {
  width: 55.46075%;
}

.lineupPlanSection .floorArea .spst2a::after {
  padding-top: 98%;
}

.lineupPlanSection .floorArea .spst2a::before {
  content: "1F";
  top: 14.12873%;
  left: 55.53846%;
}

.lineupPlanSection .floorArea .spst2a .image {
  background-image: url(/lineup/images/pic_spst_plan_02-a.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .spst2a .image {
    background-image: url(/lineup/images/pic_spst_plan_02-a_sp.jpg);
  }

  .lineupPlanSection .floorArea .spst2a .image::before {
    padding-top: 103.46667%;
  }
}
.lineupPlanSection .floorArea .spst2a .image .bar {
  background-image: url(/lineup/images/pic_spst_plan_02-a_bar.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .spst2a .image .bar {
    background-image: url(/lineup/images/pic_spst_plan_02-a_bar_sp.png);
  }
}
.lineupPlanSection .floorArea .spst2a .com1 {
  top: 0;
  bottom: auto;
  right: auto;
  left: 0;
  width: 52%;
}

.lineupPlanSection .floorArea .spst2a .com2 {
  top: 0;
  bottom: auto;
  right: auto;
  left: 70.46154%;
  width: 35.84615%;
}

.lineupPlanSection .floorArea .spst2b {
  width: 44.53925%;
}

.lineupPlanSection .floorArea .spst2b::after {
  padding-top: 122.03065%;
}

.lineupPlanSection .floorArea .spst2b::before {
  content: "2F";
  top: 14.12873%;
  right: 51.72414%;
}

.lineupPlanSection .floorArea .spst2b .image {
  background-image: url(/lineup/images/pic_spst_plan_02-b.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .spst2b .image {
    background-image: url(/lineup/images/pic_spst_plan_02-b_sp.jpg);
  }

  .lineupPlanSection .floorArea .spst2b .image::before {
    padding-top: 58.53333%;
  }
}
.lineupPlanSection .floorArea .spst2b .image .bar {
  background-image: url(/lineup/images/pic_spst_plan_02-b_bar.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .spst2b .image .bar {
    background-image: url(/lineup/images/pic_spst_plan_02-b_bar_sp.png);
  }
}
.lineupPlanSection .floorArea .spst2b .image .poly1 {
  background-image: url(/lineup/images/pic_spst_plan_02-b_poly1.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .spst2b .image .poly1 {
    background-image: url(/lineup/images/pic_spst_plan_02-b_poly1_sp.png);
  }
}
.lineupPlanSection .floorArea .spst2b .com1 {
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
  width: 71.26437%;
}

.lineupPlanSection .floorArea .spst2b .com2 {
  top: auto;
  bottom: 14.59969%;
  right: 5.55556%;
  left: auto;
  width: 91.57088%;
}

.lineupPlanSection .floorArea .spst3a {
  width: 54.18089%;
}

.lineupPlanSection .floorArea .spst3a::after {
  padding-top: 140.94488%;
}

.lineupPlanSection .floorArea .spst3a::before {
  content: "1F";
  top: 12.84916%;
  left: 55.27559%;
}

.lineupPlanSection .floorArea .spst3a .image {
  background-image: url(/lineup/images/pic_spst_plan_03-a.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .spst3a .image {
    background-image: url(/lineup/images/pic_spst_plan_03-a_sp.jpg);
  }

  .lineupPlanSection .floorArea .spst3a .image::before {
    padding-top: 146.13333%;
  }
}
.lineupPlanSection .floorArea .spst3a .image .bar {
  background-image: url(/lineup/images/pic_spst_plan_03-a_bar.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .spst3a .image .bar {
    background-image: url(/lineup/images/pic_spst_plan_03-a_bar_sp.png);
  }
}
.lineupPlanSection .floorArea .spst3a .image .zone1 {
  background-image: url(/lineup/images/pic_spst_plan_03-a_zone1.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .spst3a .image .zone1 {
    background-image: url(/lineup/images/pic_spst_plan_03-a_zone1_sp.png);
  }
}
.lineupPlanSection .floorArea .spst3a .image .zone2 {
  background-image: url(/lineup/images/pic_spst_plan_03-a_zone2.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .spst3a .image .zone2 {
    background-image: url(/lineup/images/pic_spst_plan_03-a_zone2_sp.png);
  }
}
.lineupPlanSection .floorArea .spst3a .com1 {
  top: 0;
  bottom: auto;
  right: auto;
  left: 0;
  width: 55.59055%;
}

.lineupPlanSection .floorArea .spst3a .com2 {
  top: 0;
  bottom: auto;
  right: auto;
  left: 58.58268%;
  width: 60%;
}

.lineupPlanSection .floorArea .spst3b {
  width: 45.81911%;
}

.lineupPlanSection .floorArea .spst3b::after {
  padding-top: 166.66667%;
}

.lineupPlanSection .floorArea .spst3b::before {
  content: "2F";
  top: 12.84916%;
  right: 57.91434%;
}

.lineupPlanSection .floorArea .spst3b .image {
  background-image: url(/lineup/images/pic_spst_plan_03-b.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .spst3b .image {
    background-image: url(/lineup/images/pic_spst_plan_03-b_sp.jpg);
  }

  .lineupPlanSection .floorArea .spst3b .image::before {
    padding-top: 89.2%;
  }
}
.lineupPlanSection .floorArea .spst3b .image .bar {
  background-image: url(/lineup/images/pic_spst_plan_03-b_bar.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .spst3b .image .bar {
    background-image: url(/lineup/images/pic_spst_plan_03-b_bar_sp.png);
  }
}
.lineupPlanSection .floorArea .spst3b .image .zone1 {
  background-image: url(/lineup/images/pic_spst_plan_03-b_zone1.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .spst3b .image .zone1 {
    background-image: url(/lineup/images/pic_spst_plan_03-b_zone1_sp.png);
  }
}
.lineupPlanSection .floorArea .spst3b .com1 {
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
  width: 74.11546%;
}

.lineupPlanSection .floorArea .spst3b .com2 {
  top: auto;
  bottom: 15.53073%;
  right: 0;
  left: auto;
  width: 97.02048%;
}

.lineupPlanSection .floorArea .desio1a {
  width: 41.38225%;
}

.lineupPlanSection .floorArea .desio1a::after {
  padding-top: 157.1134%;
}

.lineupPlanSection .floorArea .desio1a::before {
  content: "1F";
  top: 13.12336%;
  left: 45.36082%;
}

.lineupPlanSection .floorArea .desio1a .image {
  background-image: url(/lineup/images/pic_desio_plan_01-a.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio1a .image {
    background-image: url(/lineup/images/pic_desio_plan_01-a_sp.jpg);
  }

  .lineupPlanSection .floorArea .desio1a .image::before {
    padding-top: 130.53333%;
  }
}
.lineupPlanSection .floorArea .desio1a .image .bar {
  background-image: url(/lineup/images/pic_desio_plan_01-a_bar.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio1a .image .bar {
    background-image: url(/lineup/images/pic_desio_plan_01-a_bar_sp.png);
  }
}
.lineupPlanSection .floorArea .desio1a .com1 {
  top: 0;
  bottom: auto;
  right: auto;
  left: 0;
  width: 75.25773%;
}

@media (min-width: 768px) {
  .lineupPlanSection .floorArea .desio1a .com1 {
    min-width: 360px;
  }
}
.lineupPlanSection .floorArea .desio1b {
  width: 31.74061%;
}

.lineupPlanSection .floorArea .desio1b::after {
  padding-top: 204.83871%;
}

.lineupPlanSection .floorArea .desio1b::before {
  content: "2F";
  top: 13.12336%;
  left: 32.7957%;
}

.lineupPlanSection .floorArea .desio1b .image {
  background-image: url(/lineup/images/pic_desio_plan_01-b.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio1b .image {
    background-image: url(/lineup/images/pic_desio_plan_01-b_sp.jpg);
  }

  .lineupPlanSection .floorArea .desio1b .image::before {
    padding-top: 74%;
  }
}
.lineupPlanSection .floorArea .desio1b .image .bar {
  background-image: url(/lineup/images/pic_desio_plan_01-b_bar.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio1b .image .bar {
    background-image: url(/lineup/images/pic_desio_plan_01-b_bar_sp.png);
  }
}
.lineupPlanSection .floorArea .desio1b .image .poly1 {
  background-image: url(/lineup/images/pic_desio_plan_01-b_poly1.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio1b .image .poly1 {
    background-image: url(/lineup/images/pic_desio_plan_01-b_poly1_sp.png);
  }
}
.lineupPlanSection .floorArea .desio1b .com1 {
  top: auto;
  bottom: 6.56168%;
  right: auto;
  left: 0;
  width: 82.7957%;
}

.lineupPlanSection .floorArea .desio1c {
  width: 26.70648%;
}

.lineupPlanSection .floorArea .desio1c::after {
  padding-top: 243.45048%;
}

.lineupPlanSection .floorArea .desio1c::before {
  content: "3F";
  top: 13.12336%;
  left: 39.29712%;
}

.lineupPlanSection .floorArea .desio1c .image {
  background-image: url(/lineup/images/pic_desio_plan_01-c.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio1c .image {
    background-image: url(/lineup/images/pic_desio_plan_01-c_sp.jpg);
  }

  .lineupPlanSection .floorArea .desio1c .image::before {
    padding-top: 80%;
  }
}
.lineupPlanSection .floorArea .desio1c .image .bar {
  background-image: url(/lineup/images/pic_desio_plan_01-c_bar.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio1c .image .bar {
    background-image: url(/lineup/images/pic_desio_plan_01-c_bar_sp.png);
  }
}
.lineupPlanSection .floorArea .desio1c .com1 {
  top: auto;
  bottom: 6.56168%;
  right: auto;
  left: 0;
  width: 100%;
}

.lineupPlanSection .floorArea .desio2a {
  width: 42.06485%;
}

.lineupPlanSection .floorArea .desio2a::after {
  padding-top: 141.98783%;
}

.lineupPlanSection .floorArea .desio2a::before {
  content: "1F";
  top: 17.14286%;
  left: 54.96957%;
}

.lineupPlanSection .floorArea .desio2a .image {
  background-image: url(/lineup/images/pic_desio_plan_02-a.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio2a .image {
    background-image: url(/lineup/images/pic_desio_plan_02-a_sp.jpg);
  }

  .lineupPlanSection .floorArea .desio2a .image::before {
    padding-top: 167.06667%;
  }
}
.lineupPlanSection .floorArea .desio2a .image .bar {
  background-image: url(/lineup/images/pic_desio_plan_02-a_bar.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio2a .image .bar {
    background-image: url(/lineup/images/pic_desio_plan_02-a_bar_sp.png);
  }
}
.lineupPlanSection .floorArea .desio2a .com1 {
  top: 0;
  bottom: auto;
  right: auto;
  left: 0;
  width: 89.24949%;
}

.lineupPlanSection .floorArea .desio2b {
  width: 28.157%;
}

.lineupPlanSection .floorArea .desio2b::after {
  padding-top: 212.12121%;
}

.lineupPlanSection .floorArea .desio2b::before {
  content: "2F";
  top: 17.14286%;
  left: 33.33333%;
}

.lineupPlanSection .floorArea .desio2b .image {
  background-image: url(/lineup/images/pic_desio_plan_02-b.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio2b .image {
    background-image: url(/lineup/images/pic_desio_plan_02-b_sp.jpg);
  }

  .lineupPlanSection .floorArea .desio2b .image::before {
    padding-top: 122.13333%;
  }
}
.lineupPlanSection .floorArea .desio2b .image .bar {
  background-image: url(/lineup/images/pic_desio_plan_02-b_bar.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio2b .image .bar {
    background-image: url(/lineup/images/pic_desio_plan_02-b_bar_sp.png);
  }
}
.lineupPlanSection .floorArea .desio2b .com1 {
  top: 0;
  bottom: auto;
  right: auto;
  left: 0;
  width: 95.45455%;
}

.lineupPlanSection .floorArea .desio2c {
  width: 29.60751%;
}

.lineupPlanSection .floorArea .desio2c::after {
  padding-top: 201.72911%;
}

.lineupPlanSection .floorArea .desio2c::before {
  content: "3F";
  top: 17.14286%;
  right: 43.22767%;
}

.lineupPlanSection .floorArea .desio2c .image {
  background-image: url(/lineup/images/pic_desio_plan_02-c.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio2c .image {
    background-image: url(/lineup/images/pic_desio_plan_02-c_sp.jpg);
  }

  .lineupPlanSection .floorArea .desio2c .image::before {
    padding-top: 100.93333%;
  }
}
.lineupPlanSection .floorArea .desio2c .image .bar {
  background-image: url(/lineup/images/pic_desio_plan_02-c_bar.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio2c .image .bar {
    background-image: url(/lineup/images/pic_desio_plan_02-c_bar_sp.png);
  }
}
.lineupPlanSection .floorArea .desio2c .image .poly1 {
  background-image: url(/lineup/images/pic_desio_plan_02-c_poly1.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio2c .image .poly1 {
    background-image: url(/lineup/images/pic_desio_plan_02-c_poly1_sp.png);
  }
}
.lineupPlanSection .floorArea .desio2c .com1 {
  top: 25.71429%;
  bottom: auto;
  right: 0;
  left: auto;
  width: 107.20461%;
}

.lineupPlanSection .floorArea .desio3a {
  width: 41.5529%;
}

.lineupPlanSection .floorArea .desio3a::after {
  padding-top: 147.84394%;
}

.lineupPlanSection .floorArea .desio3a::before {
  content: "1F";
  top: 15.97222%;
  left: 38.80903%;
}

.lineupPlanSection .floorArea .desio3a .image {
  background-image: url(/lineup/images/pic_desio_plan_03-a.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio3a .image {
    background-image: url(/lineup/images/pic_desio_plan_03-a_sp.jpg);
  }

  .lineupPlanSection .floorArea .desio3a .image::before {
    padding-top: 145.33333%;
  }
}
.lineupPlanSection .floorArea .desio3a .image .bar {
  background-image: url(/lineup/images/pic_desio_plan_03-a_bar.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio3a .image .bar {
    background-image: url(/lineup/images/pic_desio_plan_03-a_bar_sp.png);
  }
}
.lineupPlanSection .floorArea .desio3a .image .zone1 {
  background-image: url(/lineup/images/pic_desio_plan_03-a_zone1.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio3a .image .zone1 {
    background-image: url(/lineup/images/pic_desio_plan_03-a_zone1_sp.png);
  }
}
.lineupPlanSection .floorArea .desio3a .image .zone2 {
  background-image: url(/lineup/images/pic_desio_plan_03-a_zone2.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio3a .image .zone2 {
    background-image: url(/lineup/images/pic_desio_plan_03-a_zone2_sp.png);
  }
}
.lineupPlanSection .floorArea .desio3a .com1 {
  top: 0;
  bottom: auto;
  right: auto;
  left: 9.03491%;
  width: 53.38809%;
}

.lineupPlanSection .floorArea .desio3b {
  width: 30.9727%;
}

.lineupPlanSection .floorArea .desio3b::after {
  padding-top: 198.34711%;
}

.lineupPlanSection .floorArea .desio3b::before {
  content: "2F";
  top: 15.97222%;
  left: 28.09917%;
}

.lineupPlanSection .floorArea .desio3b .image {
  background-image: url(/lineup/images/pic_desio_plan_03-b.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio3b .image {
    background-image: url(/lineup/images/pic_desio_plan_03-b_sp.jpg);
  }

  .lineupPlanSection .floorArea .desio3b .image::before {
    padding-top: 112%;
  }
}
.lineupPlanSection .floorArea .desio3b .image .bar {
  background-image: url(/lineup/images/pic_desio_plan_03-b_bar.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio3b .image .bar {
    background-image: url(/lineup/images/pic_desio_plan_03-b_bar_sp.png);
  }
}
.lineupPlanSection .floorArea .desio3b .image .zone1 {
  background-image: url(/lineup/images/pic_desio_plan_03-b_zone1.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio3b .image .zone1 {
    background-image: url(/lineup/images/pic_desio_plan_03-b_zone1_sp.png);
  }
}
.lineupPlanSection .floorArea .desio3b .com1 {
  top: 0;
  bottom: auto;
  right: auto;
  left: 0;
  width: 75.48209%;
}

.lineupPlanSection .floorArea .desio3c {
  width: 27.30375%;
}

.lineupPlanSection .floorArea .desio3c::after {
  padding-top: 225%;
}

.lineupPlanSection .floorArea .desio3c::before {
  content: "3F";
  top: 15.97222%;
  left: 29.6875%;
}

.lineupPlanSection .floorArea .desio3c .image {
  background-image: url(/lineup/images/pic_desio_plan_03-c.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio3c .image {
    background-image: url(/lineup/images/pic_desio_plan_03-c_sp.jpg);
  }

  .lineupPlanSection .floorArea .desio3c .image::before {
    padding-top: 117.86667%;
  }
}
.lineupPlanSection .floorArea .desio3c .image .bar {
  background-image: url(/lineup/images/pic_desio_plan_03-c_bar.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio3c .image .bar {
    background-image: url(/lineup/images/pic_desio_plan_03-c_bar_sp.png);
  }
}
.lineupPlanSection .floorArea .desio3c .image .zone1 {
  background-image: url(/lineup/images/pic_desio_plan_03-c_zone1.png);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .desio3c .image .zone1 {
    background-image: url(/lineup/images/pic_desio_plan_03-c_zone1_sp.png);
  }
}
.lineupPlanSection .floorArea .desio3c .com1 {
  top: 0;
  bottom: auto;
  right: auto;
  left: 0;
  width: 85.625%;
}

.lineupPlanSection .floorArea .parfait_bjs1a {
  width: 51.70648%;
}

.lineupPlanSection .floorArea .parfait_bjs1a::after {
  padding-top: 100%;
}

.lineupPlanSection .floorArea .parfait_bjs1a::before {
  content: "1F";
  top: 0;
  left: 51.15512%;
}

.lineupPlanSection .floorArea .parfait_bjs1a .image {
  background-image: url(/lineup/images/pic_parfait_bjstyle_plan_01-a.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .parfait_bjs1a .image {
    background-image: url(/lineup/images/pic_parfait_bjstyle_plan_01-a_sp.jpg);
  }

  .lineupPlanSection .floorArea .parfait_bjs1a .image::before {
    padding-top: 100%;
  }
}
.lineupPlanSection .floorArea .parfait_bjs1b {
  width: 48.29352%;
}

.lineupPlanSection .floorArea .parfait_bjs1b::after {
  padding-top: 107.06714%;
}

.lineupPlanSection .floorArea .parfait_bjs1b::before {
  content: "2F";
  top: 0;
  left: 31.80212%;
}

.lineupPlanSection .floorArea .parfait_bjs1b .image {
  background-image: url(/lineup/images/pic_parfait_bjstyle_plan_01-b.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea .parfait_bjs1b .image {
    background-image: url(/lineup/images/pic_parfait_bjstyle_plan_01-b_sp.jpg);
  }

  .lineupPlanSection .floorArea .parfait_bjs1b .image::before {
    padding-top: 86.66667%;
  }
}
@keyframes floorAreaLink01 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.75);
  }
}
@keyframes floorAreaLink02 {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0.45;
  }
  50% {
    opacity: 1;
  }
}
@keyframes floorAreaLink03 {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.lineupPlanSection .floorArea2 {
  display: flex;
  width: 100%;
}

@media (min-width: 768px) {
  .lineupPlanSection .floorArea2 {
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection .floorArea2 {
    flex-direction: column;
    row-gap: 40px;
    margin: 0 auto 30px;
  }
}
.lineupPlanSection .floorArea2__p {
  position: relative;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea2__p {
    margin: 0 -10px;
  }
}
.lineupPlanSection .floorArea2__p::before {
  content: "";
  display: block;
}

.lineupPlanSection .floorArea2__p__fl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 28px;
  background: #585755;
  color: #fff;
  font-size: 16px;
  z-index: 2;
}

@media (min-width: 768px) {
  .lineupPlanSection .floorArea2__p__fl {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .lineupPlanSection .floorArea2__p__fl {
    position: relative;
    margin: 0 0 20px;
  }
}
.lineupPlanSection .floorArea2__p__in {
  position: relative;
  background: 50% 100% / 100% auto no-repeat;
  z-index: 1;
}

.lineupPlanSection .floorArea2__p__in::before {
  content: "";
  display: block;
}

.lineupPlanSection .floorArea2__p__lk {
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
}

.lineupPlanSection .floorArea2__p__lk > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea2__p__lk > a {
    width: calc(5.33333vw + 20px);
    height: calc(5.33333vw + 20px);
    max-width: 50px;
    max-height: 50px;
  }
}
.lineupPlanSection .floorArea2__p__lk > a:hover::before,
.lineupPlanSection .floorArea2__p__lk > a:hover::after {
  background: #90285a;
}

.lineupPlanSection .floorArea2__p__lk > a::before,
.lineupPlanSection .floorArea2__p__lk > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #3a5b7e;
  transform: scale(1);
  transition: background-color 300ms ease;
}

.lineupPlanSection .floorArea2__p__lk > a::before {
  opacity: 0.5;
  animation: floorAreaLink01 1400ms cubic-bezier(0.33, 1, 0.68, 1) 200ms infinite;
  z-index: 1;
}

.lineupPlanSection .floorArea2__p__lk > a::after {
  opacity: 1;
  animation: floorAreaLink02 1400ms cubic-bezier(0.33, 1, 0.68, 1) 200ms infinite;
  z-index: 2;
}

.lineupPlanSection .floorArea2__p__lk > a > span {
  display: block;
  position: relative;
  font-size: 20px;
  color: #fff;
  transform: scale(1);
  animation: floorAreaLink03 1400ms cubic-bezier(0.33, 1, 0.68, 1) 200ms infinite;
  z-index: 3;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorArea2__p__lk > a > span {
    font-size: clamp(0px, 3.73333vw, 21px);
  }
}
.lineupPlanSection .floorArea2.spstfx {
  max-width: 1166px;
  margin: 0 auto 50px;
}

@media (min-width: 768px) {
  .lineupPlanSection .floorArea2.spstfx {
    justify-content: flex-start;
    column-gap: 0;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection .floorArea2.spstfx {
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection .floorArea2.spstfx .floorArea2__p {
    margin: 0;
  }

  .lineupPlanSection .floorArea2.spstfx .floorArea2__p .floorArea2__p__fl {
    margin: 0 0 20px -10px;
  }
}
@media (min-width: 768px) {
  .lineupPlanSection .floorArea2.spstfx .floorArea2__p.is-01 {
    flex: 0 1 520px;
  }

  .lineupPlanSection .floorArea2.spstfx .floorArea2__p.is-01::before {
    padding-top: 10.19231%;
  }
}
.lineupPlanSection .floorArea2.spstfx .floorArea2__p.is-01 .floorArea2__p__in {
  background-image: url(/lineup/images/sps_fx/pic_plan01.webp);
}

.lineupPlanSection
.floorArea2.spstfx
.floorArea2__p.is-01
.floorArea2__p__in::before {
  padding-top: 127.69231%;
}

@media (max-width: 767px) {
  .lineupPlanSection
  .floorArea2.spstfx
  .floorArea2__p.is-01
  .floorArea2__p__in {
    width: 100%;
    max-width: 532.5px;
    margin: 0 auto;
  }
}
.lineupPlanSection
.floorArea2.spstfx
.floorArea2__p.is-01
.floorArea2__p__lk.is-01 {
  top: 58.28313%;
  left: 37.69231%;
}

.lineupPlanSection
.floorArea2.spstfx
.floorArea2__p.is-01
.floorArea2__p__lk.is-02 {
  top: 70.03012%;
  left: 59.23077%;
}

.lineupPlanSection
.floorArea2.spstfx
.floorArea2__p.is-01
.floorArea2__p__lk.is-03 {
  top: 40.21084%;
  left: 72.69231%;
}

@media (min-width: 768px) {
  .lineupPlanSection .floorArea2.spstfx .floorArea2__p.is-02 {
    flex: 0 1 418px;
    margin-left: 13.20755%;
  }

  .lineupPlanSection .floorArea2.spstfx .floorArea2__p.is-02::before {
    padding-top: 22.96651%;
  }
}
@media (min-width: 768px) {
  .lineupPlanSection
  .floorArea2.spstfx
  .floorArea2__p.is-02
  .floorArea2__p__fl {
    right: calc(50% - 23px);
  }
}
.lineupPlanSection .floorArea2.spstfx .floorArea2__p.is-02 .floorArea2__p__in {
  background-image: url(/lineup/images/sps_fx/pic_plan02.webp);
}

.lineupPlanSection
.floorArea2.spstfx
.floorArea2__p.is-02
.floorArea2__p__in::before {
  padding-top: 130.62201%;
}

@media (max-width: 767px) {
  .lineupPlanSection
  .floorArea2.spstfx
  .floorArea2__p.is-02
  .floorArea2__p__in {
    width: 80.56338%;
    max-width: 429px;
    margin: 0 auto;
    transform: translateX(-5.59441%);
  }
}
.lineupPlanSection
.floorArea2.spstfx
.floorArea2__p.is-02
.floorArea2__p__lk.is-04 {
  top: 56.41026%;
  left: 83.49282%;
}

.lineupPlanSection
.floorArea2.spstfx
.floorArea2__p.is-02
.floorArea2__p__lk.is-05 {
  top: 65.38462%;
  left: 38.03828%;
}

.lineupPlanSection .floorArea2.spstplus {
  margin: 0 auto 60px;
}

@media (min-width: 768px) {
  .lineupPlanSection .floorArea2.spstplus {
    column-gap: 0;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection .floorArea2.spstplus {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection .floorArea2.spstplus .floorArea2__p .floorArea2__p__fl {
    margin: 0 0 20px -10px;
  }
}
@media (min-width: 768px) {
  .lineupPlanSection .floorArea2.spstplus .floorArea2__p.is-01 {
    flex: 0 1 632px;
  }

  .lineupPlanSection .floorArea2.spstplus .floorArea2__p.is-01::before {
    padding-top: 10.75949%;
  }
}
.lineupPlanSection
.floorArea2.spstplus
.floorArea2__p.is-01
.floorArea2__p__in {
  background-image: url(/lineup/images/sps_plus/pic_plan01.webp);
}

.lineupPlanSection
.floorArea2.spstplus
.floorArea2__p.is-01
.floorArea2__p__in::before {
  padding-top: 91.61392%;
}

@media (max-width: 767px) {
  .lineupPlanSection
  .floorArea2.spstplus
  .floorArea2__p.is-01
  .floorArea2__p__in {
    width: 100%;
    max-width: 603.5px;
    margin: 0 auto;
  }
}
.lineupPlanSection
.floorArea2.spstplus
.floorArea2__p.is-01
.floorArea2__p__lk.is-01 {
  top: 39.37824%;
  left: 78.32278%;
}

.lineupPlanSection
.floorArea2.spstplus
.floorArea2__p.is-01
.floorArea2__p__lk.is-02 {
  top: 32.12435%;
  left: 52.05696%;
}

@media (min-width: 768px) {
  .lineupPlanSection .floorArea2.spstplus .floorArea2__p.is-02 {
    flex: 0 1 502px;
  }

  .lineupPlanSection .floorArea2.spstplus .floorArea2__p.is-02::before {
    padding-top: 18.5259%;
  }
}
.lineupPlanSection
.floorArea2.spstplus
.floorArea2__p.is-02
.floorArea2__p__in {
  background-image: url(/lineup/images/sps_plus/pic_plan02.webp);
}

.lineupPlanSection
.floorArea2.spstplus
.floorArea2__p.is-02
.floorArea2__p__in::before {
  padding-top: 75.0996%;
}

@media (max-width: 767px) {
  .lineupPlanSection
  .floorArea2.spstplus
  .floorArea2__p.is-02
  .floorArea2__p__in {
    width: 79.15493%;
    max-width: 477.7px;
    margin: 0 auto;
  }
}
.lineupPlanSection .floorData {
  display: table;
  width: 1172px;
  max-width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  padding: 20px 5px;
  border-collapse: separate;
  box-sizing: border-box;
  background: #fff;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorData {
    display: block;
    width: auto;
    max-width: none;
    min-width: 0;
    margin-top: 20px;
    padding: 3px 18px;
  }
}
.lineupPlanSection .floorData.is-col2 > li:nth-child(2) {
  display: none;
}

@media (min-width: 768px) {
  .lineupPlanSection .floorData.is-col2 > li {
    width: 50%;
  }

  .lineupPlanSection .floorData.is-col2 > li:nth-child(1) {
    padding: 44px 30px 10px;
  }
}
.lineupPlanSection .floorData > li {
  display: table-cell;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorData > li {
    display: block;
    padding: 18px 0 !important;
  }
}
.lineupPlanSection .floorData > li + li {
  border-left: 1px solid #f0f0f0;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorData > li + li {
    border: none;
    border-top: 1px solid #f0f0f0;
  }
}
.lineupPlanSection .floorData > li > p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorData > li > p {
    position: static;
    margin-bottom: 18px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.03em;
  }
}
.lineupPlanSection .floorData > li > div {
  display: inline-block;
  height: 170px;
  vertical-align: bottom;
  background-position: 50% bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorData > li > div {
    width: 100% !important;
    margin: 0 auto;
    max-width: 500px;
    height: auto !important;
  }

  .lineupPlanSection .floorData > li > div::before {
    content: "";
    display: block;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection .floorData > li > div.desio1::before,
  .lineupPlanSection .floorData > li > div.desio2::before,
  .lineupPlanSection .floorData > li > div.desio3::before {
    padding-top: 40.09434%;
  }
}
.lineupPlanSection .floorData > li > div.desio1 {
  width: 391px;
  background-image: url(/lineup/images/pic_desio_plan01.jpg);
}

.lineupPlanSection .floorData > li > div.desio2 {
  width: 393px;
  background-image: url(/lineup/images/pic_desio_plan02.jpg);
}

.lineupPlanSection .floorData > li > div.desio3 {
  width: 424px;
  background-image: url(/lineup/images/pic_desio_plan03.jpg);
}

.lineupPlanSection .floorData > li > div.grandtoyou_hiraya1a,
.lineupPlanSection .floorData > li > div.grandtoyou_hiraya2a,
.lineupPlanSection .floorData > li > div.grandtoyou_hiraya3a {
  display: block;
  height: auto;
}

.lineupPlanSection .floorData > li > div.grandtoyou_hiraya1a::before,
.lineupPlanSection .floorData > li > div.grandtoyou_hiraya2a::before,
.lineupPlanSection .floorData > li > div.grandtoyou_hiraya3a::before {
  content: "";
  display: block;
}

.lineupPlanSection .floorData > li > div.grandtoyou_hiraya1a {
  background-image: url(/lineup/images/pic_grandtoyou_hiraya_plan01.jpg);
}

.lineupPlanSection .floorData > li > div.grandtoyou_hiraya1a::before {
  padding-top: 52.08333%;
}

.lineupPlanSection .floorData > li > div.grandtoyou_hiraya2a {
  background-image: url(/lineup/images/pic_grandtoyou_hiraya_plan02.jpg);
}

.lineupPlanSection .floorData > li > div.grandtoyou_hiraya2a::before {
  padding-top: 48.61111%;
}

.lineupPlanSection .floorData > li > div.grandtoyou_hiraya3a {
  background-image: url(/lineup/images/pic_grandtoyou_hiraya_plan03.jpg);
}

.lineupPlanSection .floorData > li > div.grandtoyou_hiraya3a::before {
  padding-top: 48.61111%;
}

.lineupPlanSection .floorData > li .model {
  display: inline-block;
  height: auto;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorData > li .model {
    width: auto !important;
    max-width: none;
  }
}
.lineupPlanSection .floorData > li .model + .model {
  margin-left: 30px;
}

.lineupPlanSection .floorData > li .model p {
  margin-top: 12px;
  line-height: 1.2;
}

.lineupPlanSection .floorData > li .model p.row2 {
  min-height: 44px;
  margin-top: 4px;
  line-height: 22px;
}

.lineupPlanSection .floorData > li .model div {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.lineupPlanSection .floorData > li .model .adult-2 {
  width: 69px;
  height: 114px;
  background-image: url(/lineup/images/pic_model_adult01.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorData > li .model .adult-2 {
    width: 55px;
    height: 92px;
  }
}
.lineupPlanSection .floorData > li .model .adult-3 {
  width: 115px;
  height: 116px;
  background-image: url(/lineup/images/pic_model_adult02.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorData > li .model .adult-3 {
    width: 90px;
    height: 90px;
  }
}
.lineupPlanSection .floorData > li .model .adult-4 {
  width: 165px;
  height: 106px;
  background-image: url(/lineup/images/pic_model_adult03.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorData > li .model .adult-4 {
    width: 142px;
    height: 91px;
  }
}
.lineupPlanSection .floorData > li .model .child-1 {
  width: 27px;
  height: 80px;
  background-image: url(/lineup/images/pic_model_child03.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorData > li .model .child-1 {
    width: 21px;
    height: 63px;
  }
}
.lineupPlanSection .floorData > li .model .child-2 {
  width: 59px;
  height: 80px;
  background-image: url(/lineup/images/pic_model_child01.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorData > li .model .child-2 {
    width: 47px;
    height: 63px;
  }
}
.lineupPlanSection .floorData > li .model .child-3 {
  width: 88px;
  height: 80px;
  background-image: url(/lineup/images/pic_model_child02.jpg);
}

@media (max-width: 767px) {
  .lineupPlanSection .floorData > li .model .child-3 {
    width: 69px;
    height: 63px;
  }
}
.lineupPlanSection .floorData > li > table {
  margin: 0 auto;
}

.lineupPlanSection .floorData > li > table th,
.lineupPlanSection .floorData > li > table td {
  line-height: 32px;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorData > li > table th,
  .lineupPlanSection .floorData > li > table td {
    line-height: 27px;
  }
}
.lineupPlanSection .floorData > li > table th {
  position: relative;
  padding-right: 32px;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorData > li > table th {
    padding-right: 20px;
  }
}
.lineupPlanSection .floorData > li > table th::after {
  content: "：";
  display: inline-block;
  position: absolute;
  right: 8px;
  display: inline-block;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorData > li > table th::after {
    right: 5px;
  }
}
.lineupPlanSection .floorData > li > table td {
  text-align: right;
}

.lineupPlanSection .floorData > li > table td + td {
  text-align: left;
}

.lineupPlanSection .floorData > li:nth-child(1) {
  padding: 30px 30px 0;
  text-align: center;
  vertical-align: bottom;
}

.lineupPlanSection .floorData > li:nth-child(2) {
  padding: 30px 10px 0;
  text-align: center;
  vertical-align: bottom;
}

.lineupPlanSection .floorData > li:nth-child(3) {
  padding: 25px 10px 0;
  vertical-align: middle;
}

.lineupPlanSection .floorData > li:nth-child(3).wide {
  padding: 25px 45px 0;
}

.lineupPlanSection .floorInfoBlock.parfait_bjs {
  padding: 0 20px;
  background: #fff;
}

@media (max-width: 767px) {
  .lineupPlanSection .floorInfoBlock.parfait_bjs {
    margin: 0;
    padding: 0 10px;
  }
}
.lineupPlanSection .floorInfoBlock.parfait_bjs .floorArea {
  margin: 30px auto 0;
}

.lineupPlanSection .floorInfoBlock.parfait_bjs .floorDataAlt {
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #b4b4b4;
  border-collapse: separate;
  box-sizing: border-box;
  background: #fff;
}

@media (min-width: 768px) {
  .lineupPlanSection .floorInfoBlock.parfait_bjs .floorDataAlt {
    display: table;
    width: 100%;
    max-width: 1172px;
    min-width: 1100px;
    padding: 40px 0;
    table-layout: fixed;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection .floorInfoBlock.parfait_bjs .floorDataAlt {
    display: block;
    padding: 18px 22px;
  }
}
.lineupPlanSection .floorInfoBlock.parfait_bjs .floorDataAlt > li {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  .lineupPlanSection .floorInfoBlock.parfait_bjs .floorDataAlt > li {
    display: table-cell;
    vertical-align: middle;
  }

  .lineupPlanSection .floorInfoBlock.parfait_bjs .floorDataAlt > li + li {
    border-left: 1px solid #b4b4b4;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection .floorInfoBlock.parfait_bjs .floorDataAlt > li {
    display: block;
  }
}
.lineupPlanSection .floorInfoBlock.parfait_bjs .floorDataAlt > li > div {
  display: inline-block;
  box-sizing: border-box;
}

.lineupPlanSection
.floorInfoBlock.parfait_bjs
.floorDataAlt
> li
> div.areaTbl {
  padding: 0 0 10px;
}

@media (max-width: 767px) {
  .lineupPlanSection
  .floorInfoBlock.parfait_bjs
  .floorDataAlt
  > li
  > div.areaTbl {
    display: block;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #b4b4b4;
  }
}
.lineupPlanSection
.floorInfoBlock.parfait_bjs
.floorDataAlt
> li
> div.areaTbl
> p {
  font-size: 18px;
}

@media (max-width: 767px) {
  .lineupPlanSection
  .floorInfoBlock.parfait_bjs
  .floorDataAlt
  > li
  > div.areaTbl
  > p {
    font-size: 14px;
    font-weight: 700;
  }
}
.lineupPlanSection
.floorInfoBlock.parfait_bjs
.floorDataAlt
> li
> div.areaTbl
> p
+ p {
  margin: 25px 0 20px;
}

@media (max-width: 767px) {
  .lineupPlanSection
  .floorInfoBlock.parfait_bjs
  .floorDataAlt
  > li
  > div.areaTbl
  > p
  + p {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 300;
  }
}
.lineupPlanSection
.floorInfoBlock.parfait_bjs
.floorDataAlt
> li
> div.areaTbl
> table {
  margin: 0 auto;
}

.lineupPlanSection
.floorInfoBlock.parfait_bjs
.floorDataAlt
> li
> div.areaTbl
> table
tr
th,
.lineupPlanSection
.floorInfoBlock.parfait_bjs
.floorDataAlt
> li
> div.areaTbl
> table
tr
td {
  font-size: 16px;
}

@media (max-width: 767px) {
  .lineupPlanSection
  .floorInfoBlock.parfait_bjs
  .floorDataAlt
  > li
  > div.areaTbl
  > table
  tr
  th,
  .lineupPlanSection
  .floorInfoBlock.parfait_bjs
  .floorDataAlt
  > li
  > div.areaTbl
  > table
  tr
  td {
    font-size: 14px;
  }
}
.lineupPlanSection
.floorInfoBlock.parfait_bjs
.floorDataAlt
> li
> div.areaTbl
> table
tr
td::before {
  content: "：";
}

.lineupPlanSection
.floorInfoBlock.parfait_bjs
.floorDataAlt
> li
> div.styleLs
dl {
  width: 100%;
  padding: 0;
  text-align: left;
}

.lineupPlanSection
.floorInfoBlock.parfait_bjs
.floorDataAlt
> li
> div.styleLs
dl
+ dl {
  margin-top: 20px;
}

@media (max-width: 374px) {
  .lineupPlanSection
  .floorInfoBlock.parfait_bjs
  .floorDataAlt
  > li
  > div.styleLs
  dl
  + dl {
    margin-top: 10px;
  }
}
.lineupPlanSection
.floorInfoBlock.parfait_bjs
.floorDataAlt
> li
> div.styleLs
dl
dt,
.lineupPlanSection
.floorInfoBlock.parfait_bjs
.floorDataAlt
> li
> div.styleLs
dl
dd {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .lineupPlanSection
  .floorInfoBlock.parfait_bjs
  .floorDataAlt
  > li
  > div.styleLs
  dl
  dt,
  .lineupPlanSection
  .floorInfoBlock.parfait_bjs
  .floorDataAlt
  > li
  > div.styleLs
  dl
  dd {
    letter-spacing: -0.025em;
  }
}
@media (max-width: 374px) {
  .lineupPlanSection
  .floorInfoBlock.parfait_bjs
  .floorDataAlt
  > li
  > div.styleLs
  dl
  dt,
  .lineupPlanSection
  .floorInfoBlock.parfait_bjs
  .floorDataAlt
  > li
  > div.styleLs
  dl
  dd {
    font-size: 3.46667vw;
  }
}
.lineupPlanSection
.floorInfoBlock.parfait_bjs
.floorDataAlt
> li
> div.styleLs
dl
dt {
  width: 175px;
  margin-right: 15px;
  border: 1px solid #444;
  border-radius: 5px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupPlanSection
  .floorInfoBlock.parfait_bjs
  .floorDataAlt
  > li
  > div.styleLs
  dl
  dt {
    width: 116px;
    padding: 8px 0;
    margin-right: 10px;
    line-height: 1.3;
  }
}
@media (max-width: 374px) {
  .lineupPlanSection
  .floorInfoBlock.parfait_bjs
  .floorDataAlt
  > li
  > div.styleLs
  dl
  dt {
    max-width: 32%;
    min-width: 92px;
    margin-right: 5px;
  }
}
.lineupPlanSection
.floorInfoBlock.parfait_bjs
.floorDataAlt
> li
> div.styleLs
dl.itm01
dt {
  background: #cce198;
}

.lineupPlanSection
.floorInfoBlock.parfait_bjs
.floorDataAlt
> li
> div.styleLs
dl.itm02
dt {
  background: #c3d8ea;
}

.lineupPlanSection
.floorInfoBlock.parfait_bjs
.floorDataAlt
> li
> div.styleLs
dl.itm03
dt {
  background: #feeabe;
}

/* .lineupPlanSection02 */
.lineupPlanSection02 .lps2 {
  text-align: left;
}

.lineupPlanSection02 .lps2__tt {
  margin: 0 0 36px;
  font-size: 2.25rem;
  line-height: 1.33333;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__tt {
    margin: 0 0 24px;
    font-size: 1.28571rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.06em;
  }
}
.lineupPlanSection02 .lps2__in {
  background: #f0f0f0;
}

.lineupPlanSection02 .lps2__in2 {
  max-width: 1166px;
  margin: 0 auto;
}

.lineupPlanSection02 .lps2__set {
  position: relative;
}

.lineupPlanSection02 .lps2__set__p {
  background: 50% 50% / contain no-repeat;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__set__p {
    margin: 0 auto;
  }
}
.lineupPlanSection02 .lps2__set__p::before {
  content: "";
  display: block;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__set__ls {
    margin: 40px 0 0;
  }
}
.lineupPlanSection02 .lps2__set__ls .flrItem {
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}

@media (min-width: 768px) {
  .lineupPlanSection02 .lps2__set__ls .flrItem {
    position: absolute;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__set__ls .flrItem {
    margin: 0 auto;
  }

  .lineupPlanSection02 .lps2__set__ls .flrItem + .flrItem {
    margin-top: 20px;
  }
}
.lineupPlanSection02 .lps2__set__ls .flrItem__p {
  position: relative;
  background: 50% 50% / cover no-repeat;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__set__ls .flrItem__p {
    max-height: 380px;
  }
}
.lineupPlanSection02 .lps2__set__ls .flrItem__p::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.lineupPlanSection02 .lps2__set__ls .flrItem__p > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  padding: 1px 0 0;
  box-sizing: border-box;
  background: #3a5b7e;
  color: #fff;
  font-size: 16px;
  font-family: "Arial", sans-serif;
}

.lineupPlanSection02 .lps2__set__ls .flrItem__in {
  padding: 19px;
}

.lineupPlanSection02 .lps2__set__ls .flrItem__tt {
  margin: 0 0 9px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.57143;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__set__ls .flrItem__tt {
    font-size: 1.14286rem;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
}
.lineupPlanSection02 .lps2__set__ls .flrItem__t {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.57143;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__set__ls .flrItem__t {
    font-size: 1rem;
    line-height: 1.42857;
    letter-spacing: -0.01em;
  }
}
.lineupPlanSection02 .lps2__nt {
  list-style: none;
}

.lineupPlanSection02 .lps2__nt li {
  display: flex;
  font-size: 0.8125rem;
  line-height: 1.61538;
  letter-spacing: -0.01em;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__nt li {
    font-size: 0.92857rem;
  }
}
.lineupPlanSection02 .lps2__nt li > span {
  display: block;
}

.lineupPlanSection02 .lps2__nt li > span:nth-child(1) {
  padding: 0 0.33em 0 0;
}

.lineupPlanSection02 .lps2__nt li > span:nth-child(2) {
  flex: 1;
}

.lineupPlanSection02 .lps2__dt {
  display: flex;
  box-sizing: border-box;
  background: #fff;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__dt {
    display: block;
  }
}
@media (min-width: 768px) {
  .lineupPlanSection02 .lps2__dt > li {
    flex: 1 0 1px;
  }

  .lineupPlanSection02 .lps2__dt > li + li {
    border-left: 1px solid #f0f0f0;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__dt > li + li {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
  }
}
.lineupPlanSection02 .lps2__dt__tt {
  font-size: 1.125rem;
  line-height: 1.44444;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__dt__tt {
    font-size: 1rem;
    line-height: 1.42857;
  }
}
.lineupPlanSection02 .lps2__dt__fm,
.lineupPlanSection02 .lps2__dt__ex {
  background: 50% 50% / contain no-repeat;
}

.lineupPlanSection02 .lps2__dt__fm::before,
.lineupPlanSection02 .lps2__dt__ex::before {
  content: "";
  display: block;
}

.lineupPlanSection02 .lps2__dt__t {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__dt__t {
    font-size: 1rem;
    line-height: 1.42857;
  }
}
.lineupPlanSection02 .lps2__dt__ar {
  margin: 0 auto;
}

.lineupPlanSection02 .lps2__dt__ar th,
.lineupPlanSection02 .lps2__dt__ar td {
  font-size: 1rem;
  line-height: 2;
  text-align: left;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__dt__ar th,
  .lineupPlanSection02 .lps2__dt__ar td {
    font-size: 1rem;
    line-height: 1.92857;
  }
}
.lineupPlanSection02 .lps2__dt__ar td::before {
  content: "：";
  display: inline-block;
  padding: 0 0.5em;
}

.lineupPlanSection02 .lps2__dt2 {
  margin: 72px 0 0;
  background: #fff;
}

@media (min-width: 768px) {
  .lineupPlanSection02 .lps2__dt2 {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__dt2 {
    margin: 20px 0 0;
    padding: 20px;
  }
}
.lineupPlanSection02 .lps2__dt2__p {
  background: 50% 50% / cover no-repeat;
}

@media (min-width: 768px) {
  .lineupPlanSection02 .lps2__dt2__p {
    width: 300px;
  }
}
.lineupPlanSection02 .lps2__dt2__p::before {
  content: "";
  display: block;
  padding-top: 62.66667%;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__dt2__p::before {
    padding-top: 48.90282%;
  }
}
.lineupPlanSection02 .lps2__dt2__bd {
  text-align: left;
}

@media (min-width: 768px) {
  .lineupPlanSection02 .lps2__dt2__bd {
    flex: 1;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__dt2__bd {
    padding: 18px 0 0;
  }
}
.lineupPlanSection02 .lps2__dt2__bd__t {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.lineupPlanSection02 .lps2__dt2__bd__ar {
  margin: 14px 0 0;
}

@media (min-width: 768px) {
  .lineupPlanSection02 .lps2__dt2__bd__ar {
    display: flex;
    column-gap: 40px;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__dt2__bd__ar {
    margin: 17px 0 0;
  }
}
.lineupPlanSection02 .lps2__dt2__bd__ar > li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3125;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__dt2__bd__ar > li {
    font-size: 14px;
  }

  .lineupPlanSection02 .lps2__dt2__bd__ar > li + li {
    margin-top: 6px;
  }
}
.lineupPlanSection02 .lps2__dt2__bd__ar > li b {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2__dt2__bd__ar > li b {
    font-size: 14px;
  }
}
.lineupPlanSection02 .lps2.spstfx .lps2__ldArea {
  max-width: 712px;
  margin: 0 auto 40px;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfx .lps2__ldArea {
    margin: 0 auto 20px;
    padding: 0 10px;
  }
}
.lineupPlanSection02 .lps2.spstfx .lps2__ldArea__tt {
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfx .lps2__ldArea__tt {
    margin: 0 0 20px;
  }
}
.lineupPlanSection02 .lps2.spstfx .lps2__ldArea__tt img {
  display: block;
  width: auto;
  height: 100px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfx .lps2__ldArea__tt img {
    width: 100%;
    max-width: 355px;
    height: auto;
  }
}
.lineupPlanSection02 .lps2.spstfx .lps2__ldArea__t {
  margin: -1.5px 0;
  font-size: 16px;
  line-height: 1.6875;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfx .lps2__ldArea__t {
    font-size: 14px;
    line-height: 1.71429;
  }
}
.lineupPlanSection02 .lps2.spstfx .lps2__ldArea__gd {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  margin: 40px 0 0;
  border: 1px solid #3a5b7e;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfx .lps2__ldArea__gd {
    height: auto;
    padding: 5px 20px;
    margin: 20px 0 0;
    box-sizing: content-box;
  }
}
.lineupPlanSection02 .lps2.spstfx .lps2__ldArea__gd > span {
  display: block;
  color: #3a5b7e;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfx .lps2__ldArea__gd > span {
    font-size: 14px;
    line-height: 1.42857;
  }
}
.lineupPlanSection02 .lps2.spstfx .lps2__ldArea__gd > span > span {
  display: inline-block;
}

.lineupPlanSection02 .lps2.spstfx .lps2__in {
  padding: 100px 40px;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfx .lps2__in {
    padding: 20px 10px 10px;
  }
}
.lineupPlanSection02 .lps2.spstfx .lps2__dt {
  margin: 50px 0 0;
  padding: 20px 5px;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfx .lps2__dt {
    margin: 20px auto 0;
    padding: 22px 18px;
  }
}
.lineupPlanSection02 .lps2.spstfx .lps2__dt__fm {
  width: 110px;
  background-image: url(/lineup/images/sps_fx/pic_plan_fm01.png);
  margin: 27px auto 21px;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfx .lps2__dt__fm {
    width: 100px;
    margin: 18px auto 4px;
  }
}
.lineupPlanSection02 .lps2.spstfx .lps2__dt__fm::before {
  padding-top: 98.18182%;
}

.lineupPlanSection02 .lps2.spstfx .lps2__dt__ex {
  width: 293px;
  background-image: url(/lineup/images/sps_fx/pic_plan_ex01.jpg);
  margin: 24px auto 0;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfx .lps2__dt__ex {
    width: 155px;
    margin: 20px auto 0;
  }
}
.lineupPlanSection02 .lps2.spstfx .lps2__dt__ex::before {
  padding-top: 50.17065%;
}

.lineupPlanSection02 .lps2.spstfx .lps2__dt__ar {
  margin: 46px auto 0;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfx .lps2__dt__ar {
    margin: 18px auto 0;
  }
}
.lineupPlanSection02 .lps2.spstnfx .lps2__in {
  padding: 140px 40px 70px;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstnfx .lps2__in {
    padding: 30px 10px 10px;
  }
}
@media (min-width: 768px) {
  .lineupPlanSection02 .lps2.spstnfx .lps2__set .flrItem {
    width: 25.72899%;
  }
}
@media (min-width: 768px) {
  .lineupPlanSection02 .lps2.spstnfx .lps2__set.is-01 .lps2__set__p {
    height: 712px;
    background-image: url(/lineup/images/sps_n_fx/pic_plan01.webp);
  }
}
@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstnfx .lps2__set.is-01 .lps2__set__p {
    background-image: url(/lineup/images/sps_n_fx/pic_plan01_sp.webp);
  }

  .lineupPlanSection02 .lps2.spstnfx .lps2__set.is-01 .lps2__set__p::before {
    padding-top: 89.95305%;
  }
}
.lineupPlanSection02
.lps2.spstnfx
.lps2__set.is-01
.lps2__set__ls
.flrItem.is-01 {
  top: 0;
  left: 0;
}

.lineupPlanSection02
.lps2.spstnfx
.lps2__set.is-01
.lps2__set__ls
.flrItem.is-01
.flrItem__p {
  background-image: url(/lineup/images/sps_n_fx/pic_plan01_01.webp);
}

.lineupPlanSection02
.lps2.spstnfx
.lps2__set.is-01
.lps2__set__ls
.flrItem.is-02 {
  top: 0;
  right: 0;
}

.lineupPlanSection02
.lps2.spstnfx
.lps2__set.is-01
.lps2__set__ls
.flrItem.is-02
.flrItem__p {
  background-image: url(/lineup/images/sps_n_fx/pic_plan01_02.webp);
}

.lineupPlanSection02
.lps2.spstnfx
.lps2__set.is-01
.lps2__set__ls
.flrItem.is-03 {
  bottom: 0;
  left: 0;
}

.lineupPlanSection02
.lps2.spstnfx
.lps2__set.is-01
.lps2__set__ls
.flrItem.is-03
.flrItem__p {
  background-image: url(/lineup/images/sps_n_fx/pic_plan01_03.webp);
}

.lineupPlanSection02
.lps2.spstnfx
.lps2__set.is-01
.lps2__set__ls
.flrItem.is-04 {
  bottom: 0;
  right: 0;
}

.lineupPlanSection02
.lps2.spstnfx
.lps2__set.is-01
.lps2__set__ls
.flrItem.is-04
.flrItem__p {
  background-image: url(/lineup/images/sps_n_fx/pic_plan01_04.webp);
}

.lineupPlanSection02 .lps2.spstnfx .lps2__set.is-02 {
  margin: 100px 0 50px;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstnfx .lps2__set.is-02 {
    margin: 70px 0 20px;
  }
}
@media (min-width: 768px) {
  .lineupPlanSection02 .lps2.spstnfx .lps2__set.is-02 .lps2__set__p {
    height: 590px;
    background-image: url(/lineup/images/sps_n_fx/pic_plan02.webp);
  }
}
@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstnfx .lps2__set.is-02 .lps2__set__p {
    background-image: url(/lineup/images/sps_n_fx/pic_plan02_sp.webp);
  }

  .lineupPlanSection02 .lps2.spstnfx .lps2__set.is-02 .lps2__set__p::before {
    padding-top: 125.07042%;
  }
}
.lineupPlanSection02
.lps2.spstnfx
.lps2__set.is-02
.lps2__set__ls
.flrItem.is-01 {
  top: 75px;
  left: 0;
}

.lineupPlanSection02
.lps2.spstnfx
.lps2__set.is-02
.lps2__set__ls
.flrItem.is-01
.flrItem__p {
  background-image: url(/lineup/images/sps_n_fx/pic_plan02_01.webp);
}

.lineupPlanSection02
.lps2.spstnfx
.lps2__set.is-02
.lps2__set__ls
.flrItem.is-02 {
  top: 75px;
  right: 0;
}

.lineupPlanSection02
.lps2.spstnfx
.lps2__set.is-02
.lps2__set__ls
.flrItem.is-02
.flrItem__p {
  background-image: url(/lineup/images/sps_n_fx/pic_plan02_02.webp);
}

.lineupPlanSection02 .lps2.spstnfx .lps2__dt {
  margin: 50px 0 0;
  padding: 20px 5px;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstnfx .lps2__dt {
    margin: 20px auto 0;
    padding: 22px 18px;
  }
}
.lineupPlanSection02 .lps2.spstnfx .lps2__dt__fm {
  width: 110px;
  background-image: url(/lineup/images/sps_n_fx/pic_plan_fm01.png);
  margin: 27px auto 21px;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstnfx .lps2__dt__fm {
    width: 100px;
    margin: 18px auto 4px;
  }
}
.lineupPlanSection02 .lps2.spstnfx .lps2__dt__fm::before {
  padding-top: 98.18182%;
}

.lineupPlanSection02 .lps2.spstnfx .lps2__dt__ex {
  width: 293px;
  background-image: url(/lineup/images/sps_n_fx/pic_plan_ex01.webp);
  margin: 17px auto 0;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstnfx .lps2__dt__ex {
    width: 155px;
    margin: 20px auto 0;
  }
}
.lineupPlanSection02 .lps2.spstnfx .lps2__dt__ex::before {
  padding-top: 52.55973%;
}

.lineupPlanSection02 .lps2.spstnfx .lps2__dt__ar {
  margin: 46px auto 0;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstnfx .lps2__dt__ar {
    margin: 18px auto 0;
  }
}
.lineupPlanSection02 .lps2.spstfxu .lps2__in.is-01 {
  padding: 140px 40px 70px;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfxu .lps2__in.is-01 {
    padding: 30px 10px 10px;
  }
}
.lineupPlanSection02 .lps2.spstfxu .lps2__in.is-02 {
  padding: 70px 40px 70px;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfxu .lps2__in.is-02 {
    padding: 30px 0;
  }
}
.lineupPlanSection02 .lps2.spstfxu .lps2__fl {
  margin: 0 0 40px;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__p {
  margin: 0 auto;
  background: 50% 50% / contain no-repeat;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__p::before {
  content: "";
  display: block;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__p.is-01 {
  max-width: 945px;
  background-image: url(/lineup/images/sps_fx_urban/pic_plan01.png);
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__p.is-01::before {
  padding-top: 73.33333%;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls {
  margin: 70px 0 0;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls {
    margin: 40px 0 0;
  }
}
@media (min-width: 768px) {
  .lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem {
    display: flex;
    padding: 20px 20px 20px 0;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem {
    padding: 20px 10px;
  }
}
.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem.is-01 {
  background-color: #dae2f3;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem.is-01 .flItem__hd__tt {
  color: #548ecb;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem.is-02 {
  background-color: #d9eaf3;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem.is-02 .flItem__hd__tt {
  color: #548ecb;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem.is-03 {
  background-color: #d9ece6;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem.is-03 .flItem__hd__tt {
  color: #5fb8a2;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem + .flItem {
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem + .flItem {
    margin: 40px 0 0;
  }
}
@media (min-width: 768px) {
  .lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__hd {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 326px;
  }
}
.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__hd__in {
  padding: 0 0 4px;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__hd__ic {
  margin: 0 0 8px;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__hd__ic {
    margin: 0 0 3px;
  }
}
.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__hd__ic span {
  display: block;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__hd__ic span img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__hd__ic span.is-icon {
  margin: 0 0 10px;
  height: 40px;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__hd__ic span.is-text {
  height: 20px;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__hd__tt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.66667;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__hd__tt {
    margin: 0 0 15px;
    font-size: 1.28571rem;
  }
}
.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__r {
  flex: 1;
}

@media (min-width: 768px) {
  .lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd {
    display: flex;
    column-gap: 20px;
    flex: 1;
  }

  .lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd > li {
    flex: 1 1 auto;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd > li + li {
    margin: 30px 0 0;
  }
}
.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__p {
  position: relative;
  margin: 0 0 18px;
  background: 50% 50% / cover no-repeat;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__p {
    max-height: 350px;
  }
}
.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__p::before {
  content: "";
  display: block;
  padding-top: 54.5%;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__p.is-01 {
  background-image: url(/lineup/images/sps_fx_urban/pic_plan01_01.jpg);
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__p.is-02 {
  background-image: url(/lineup/images/sps_fx_urban/pic_plan01_02.jpg);
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__p.is-03 {
  background-image: url(/lineup/images/sps_fx_urban/pic_plan01_03.webp);
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__p.is-04 {
  background-image: url(/lineup/images/sps_fx_urban/pic_plan01_04.jpg);
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__p.is-05 {
  background-image: url(/lineup/images/sps_fx_urban/pic_plan01_05.jpg);
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__p.is-06 {
  background-image: url(/lineup/images/sps_fx_urban/pic_plan01_06.jpg);
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__p > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding-top: 1px;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  font-family: "Metropolis", "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__p.is-01 > span,
.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__p.is-02 > span {
  background: #548ecb;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__p.is-03 > span,
.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__p.is-04 > span {
  background: #60a9c4;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__p.is-05 > span,
.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__p.is-06 > span {
  background: #5fb8a2;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__tt {
  margin: 0 0 14px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__tt {
    font-size: 1.14286rem;
  }
}
.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__t {
  font-size: 0.8125rem;
  line-height: 1.53846;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bd__t {
    font-size: 0.92857rem;
  }
}
.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem sup {
  font-size: 70%;
  line-height: 1;
  vertical-align: 40%;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__fl__ls .flItem__bt {
  margin: 15px 0 0;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__dt {
  margin: 40px 0 0;
  padding: 20px 25px;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__dt__fm {
  width: 63px;
  background-image: url(/lineup/images/sps_fx_urban/pic_plan_fm01.png);
  margin: 27px auto 21px;
}

.lineupPlanSection02 .lps2.spstfxu .lps2__dt__fm::before {
  padding-top: 171.42857%;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfxu .lps2__dt__fm {
    width: 57px;
    margin: 18px auto 4px;
  }
}
.lineupPlanSection02 .lps2.spstfxu .lps2__dt__ar {
  margin: 46px auto 0;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstfxu .lps2__dt__ar {
    margin: 18px auto 0;
  }
}
.lineupPlanSection02 .lps2.gtuhry .lps2__in {
  padding: 100px 40px;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.gtuhry .lps2__in {
    padding: 30px 10px 64px;
  }
}
@media (min-width: 768px) {
  .lineupPlanSection02 .lps2.gtuhry .lps2__set .flrItem {
    width: 25.72899%;
  }
}
@media (min-width: 768px) {
  .lineupPlanSection02 .lps2.gtuhry .lps2__set.is-01 .lps2__set__p {
    height: 371px;
    background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan01.webp);
  }
}
@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.gtuhry .lps2__set.is-01 .lps2__set__p {
    background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan01_sp.webp);
  }

  .lineupPlanSection02 .lps2.gtuhry .lps2__set.is-01 .lps2__set__p::before {
    padding-top: 72.01878%;
  }
}
.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-01
.lps2__set__ls
.flrItem.is-01 {
  top: 0;
  left: 0;
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-01
.lps2__set__ls
.flrItem.is-01
.flrItem__p {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan01_01.webp);
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-01
.lps2__set__ls
.flrItem.is-02 {
  bottom: 0;
  right: 0;
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-01
.lps2__set__ls
.flrItem.is-02
.flrItem__p {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan01_02.webp);
}

@media (min-width: 768px) {
  .lineupPlanSection02 .lps2.gtuhry .lps2__set.is-02 .lps2__set__p {
    height: 372px;
    background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan02.webp);
  }
}
@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.gtuhry .lps2__set.is-02 .lps2__set__p {
    background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan02_sp.webp);
  }

  .lineupPlanSection02 .lps2.gtuhry .lps2__set.is-02 .lps2__set__p::before {
    padding-top: 72.20657%;
  }
}
.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-02
.lps2__set__ls
.flrItem.is-01 {
  top: 0;
  left: 0;
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-02
.lps2__set__ls
.flrItem.is-01
.flrItem__p {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan02_01.webp);
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-02
.lps2__set__ls
.flrItem.is-02 {
  bottom: 0;
  right: 0;
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-02
.lps2__set__ls
.flrItem.is-02
.flrItem__p {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan02_02.webp);
}

@media (min-width: 768px) {
  .lineupPlanSection02 .lps2.gtuhry .lps2__set.is-03 .lps2__set__p {
    height: 687px;
    background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan03.webp);
  }
}
@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.gtuhry .lps2__set.is-03 .lps2__set__p {
    background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan03_sp.webp);
  }

  .lineupPlanSection02 .lps2.gtuhry .lps2__set.is-03 .lps2__set__p::before {
    padding-top: 111.83099%;
  }
}
.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-03
.lps2__set__ls
.flrItem.is-01 {
  top: 0;
  left: 0;
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-03
.lps2__set__ls
.flrItem.is-01
.flrItem__p {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan03_01.webp);
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-03
.lps2__set__ls
.flrItem.is-02 {
  top: 0;
  right: 0;
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-03
.lps2__set__ls
.flrItem.is-02
.flrItem__p {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan03_02.webp);
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-03
.lps2__set__ls
.flrItem.is-03 {
  bottom: 0;
  left: 0;
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-03
.lps2__set__ls
.flrItem.is-03
.flrItem__p {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan03_03.webp);
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-03
.lps2__set__ls
.flrItem.is-04 {
  bottom: 0;
  right: 0;
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-03
.lps2__set__ls
.flrItem.is-04
.flrItem__p {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan03_04.webp);
}

@media (min-width: 768px) {
  .lineupPlanSection02 .lps2.gtuhry .lps2__set.is-04 .lps2__set__p {
    height: 773px;
    background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan04.webp);
  }
}
@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.gtuhry .lps2__set.is-04 .lps2__set__p {
    background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan04_sp.webp);
  }

  .lineupPlanSection02 .lps2.gtuhry .lps2__set.is-04 .lps2__set__p::before {
    padding-top: 149.85915%;
  }
}
.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-04
.lps2__set__ls
.flrItem.is-01 {
  top: 0;
  left: 0;
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-04
.lps2__set__ls
.flrItem.is-01
.flrItem__p {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan04_01.webp);
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-04
.lps2__set__ls
.flrItem.is-02 {
  top: 0;
  right: 0;
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-04
.lps2__set__ls
.flrItem.is-02
.flrItem__p {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan04_02.webp);
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-04
.lps2__set__ls
.flrItem.is-03 {
  bottom: 0;
  left: 0;
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-04
.lps2__set__ls
.flrItem.is-03
.flrItem__p {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan04_03.webp);
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-04
.lps2__set__ls
.flrItem.is-04 {
  bottom: 110px;
  right: 0;
}

.lineupPlanSection02
.lps2.gtuhry
.lps2__set.is-04
.lps2__set__ls
.flrItem.is-04
.flrItem__p {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan04_04.webp);
}

.lineupPlanSection02 .lps2.gtuhry .lps2__dt2__p.is-01 {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan_dt01.webp);
}

.lineupPlanSection02 .lps2.gtuhry .lps2__dt2__p.is-02 {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan_dt02.webp);
}

.lineupPlanSection02 .lps2.gtuhry .lps2__dt2__p.is-03 {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan_dt03.webp);
}

.lineupPlanSection02 .lps2.gtuhry .lps2__dt2__p.is-04 {
  background-image: url(/lineup/images/grandtoyou_hiraya/pic_plan_dt04.webp);
}

.lineupPlanSection02 .lps2.spstplus .lps2__in2 {
  max-width: 1140px;
}

.lineupPlanSection02 .lps2.spstplus .lps2__ldArea {
  max-width: 712px;
  margin: 0 auto 40px;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstplus .lps2__ldArea {
    max-width: none;
    margin: 0 auto 20px;
    padding: 0 20px;
  }
}
.lineupPlanSection02 .lps2.spstplus .lps2__ldArea__tt {
  margin: 0 0 40px;
  font-size: 34px;
  font-weight: 200;
  line-height: calc(51 / 34);
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstplus .lps2__ldArea__tt {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: calc(27 / 18);
  }
}
.lineupPlanSection02 .lps2.spstplus .lps2__ldArea__gd {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border: 1px solid #3a5b7e;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstplus .lps2__ldArea__gd {
    height: auto;
    padding: 5px 10px;
  }
}
.lineupPlanSection02 .lps2.spstplus .lps2__ldArea__gd > span {
  display: block;
  color: #3a5b7e;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstplus .lps2__ldArea__gd > span {
    font-size: 14px;
    line-height: 1.42857;
    letter-spacing: -0.02em;
  }
}
.lineupPlanSection02 .lps2.spstplus .lps2__ldArea__gd > span > span {
  display: inline-block;
}

.lineupPlanSection02 .lps2.spstplus .lps2__in {
  padding: 70px 40px;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstplus .lps2__in {
    padding: 20px 20px 10px;
  }
}
.lineupPlanSection02 .lps2.spstplus .lps2__dt {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstplus .lps2__dt {
    padding: 20px;
  }
}
.lineupPlanSection02 .lps2.spstplus .lps2__dt__fm {
  width: 91px;
  background-image: url(/lineup/images/sps_plus/pic_plan_fm01.webp);
  margin: 24px auto 10px;
}

.lineupPlanSection02 .lps2.spstplus .lps2__dt__fm::before {
  padding-top: 128.57143%;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstplus .lps2__dt__fm {
    width: 77px;
    margin: 12px auto 8px;
  }
}
.lineupPlanSection02 .lps2.spstplus .lps2__dt__ex {
  width: 305px;
  background-image: url(/lineup/images/sps_plus/pic_plan_ex01.webp);
  margin: 35px auto 0;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstplus .lps2__dt__ex {
    width: 100%;
    max-width: 269px;
    margin: 30px auto 0;
  }
}
.lineupPlanSection02 .lps2.spstplus .lps2__dt__ex::before {
  padding-top: 41.63934%;
}

.lineupPlanSection02 .lps2.spstplus .lps2__dt__ar {
  margin: 26px auto 0;
}

@media (max-width: 767px) {
  .lineupPlanSection02 .lps2.spstplus .lps2__dt__ar {
    margin: 20px auto 10px;
  }
}
/* .lineupStyleSection */
.lineupStyleSection .styleSet + .styleSet {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .lineupStyleSection .styleSet + .styleSet {
    margin-top: 70px;
  }
}
.lineupStyleSection .styleSet__hd {
  position: relative;
  height: 122px;
  background: #f2f2f2;
}

@media (max-width: 767px) {
  .lineupStyleSection .styleSet__hd {
    height: 78px;
    margin-bottom: 45px;
  }
}
.lineupStyleSection .styleSet__hd__in {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  text-align: center;
  white-space: nowrap;
}

.lineupStyleSection .styleSet__hd__cp {
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .lineupStyleSection .styleSet__hd__cp {
    font-size: 14px;
    line-height: 20px;
  }
}
.lineupStyleSection .styleSet__hd__ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #aaa;
}

@media (max-width: 767px) {
  .lineupStyleSection .styleSet__hd__ttl {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .lineupStyleSection .styleSet__row {
    max-width: 1600px;
    margin: 70px auto 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .lineupStyleSection .styleSet__row + .styleSet__row {
    margin-top: 55px;
  }
}
@media (min-width: 768px) {
  .lineupStyleSection .styleSet__row__set {
    overflow: hidden;
    float: left;
  }

  .lineupStyleSection .styleSet__row__set.wid1 {
    width: 33.33333%;
  }

  .lineupStyleSection .styleSet__row__set.wid1 .styleSet__row__set__itm {
    width: 100%;
  }

  .lineupStyleSection .styleSet__row__set.wid2 {
    width: 66.66667%;
  }

  .lineupStyleSection .styleSet__row__set.wid2 .styleSet__row__set__itm {
    width: 50%;
  }

  .lineupStyleSection .styleSet__row__set.wid3 {
    width: 100%;
  }

  .lineupStyleSection .styleSet__row__set.wid3 .styleSet__row__set__itm {
    width: 33.33333%;
  }
}
@media (max-width: 767px) {
  .lineupStyleSection .styleSet__row__set + .styleSet__row__set {
    margin-top: 55px;
  }
}
.lineupStyleSection .styleSet__row__set__ttl {
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #333;
}

@media (max-width: 767px) {
  .lineupStyleSection .styleSet__row__set__ttl {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 32px;
  }
}
.lineupStyleSection .styleSet__row__set__itm {
  box-sizing: border-box;
  text-align: center;
}

@media (min-width: 768px) {
  .lineupStyleSection .styleSet__row__set__itm {
    float: left;
    padding: 0 1px;
  }
}
@media (max-width: 767px) {
  .lineupStyleSection .styleSet__row__set__itm {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .lineupStyleSection .styleSet__row__set__itm + .styleSet__row__set__itm {
    margin-top: 45px;
  }
}
.lineupStyleSection .styleSet__row__set__itm .itmCp {
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .lineupStyleSection .styleSet__row__set__itm .itmCp {
    font-size: 14px;
  }
}
.lineupStyleSection .styleSet__row__set__itm .itmTtl {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #aaa;
}

@media (max-width: 767px) {
  .lineupStyleSection .styleSet__row__set__itm .itmTtl {
    margin-top: 0;
    font-size: 18px;
    font-weight: 500;
  }
}
.lineupStyleSection .styleSet__row__set__itm .itmPic {
  margin-top: 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .lineupStyleSection .styleSet__row__set__itm .itmPic {
    margin-top: 10px;
  }
}
.lineupStyleSection .styleSet__row__set__itm .itmPic::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.lineupStyleSection .styleSet.parfait_bjs1 .styleSet__hd {
  background: #eaf2ed;
}

.lineupStyleSection .styleSet.parfait_bjs1 .styleSet__hd__ttl,
.lineupStyleSection .styleSet.parfait_bjs1 .styleSet__row__set__itm .itmTtl {
  color: #509b68;
}

.lineupStyleSection
.styleSet.parfait_bjs1
.styleSet__row__set__itm
.itmPic::before {
  padding-top: 66.0066%;
}

.lineupStyleSection
.styleSet.parfait_bjs1
.styleSet__row__set__itm
.itmPic.opt-pic1 {
  background-image: url(/lineup/images/pic_parfait_bjstyle_style01-01.jpg);
}

.lineupStyleSection
.styleSet.parfait_bjs1
.styleSet__row__set__itm
.itmPic.opt-pic2 {
  background-image: url(/lineup/images/pic_parfait_bjstyle_style01-02.jpg);
}

.lineupStyleSection
.styleSet.parfait_bjs1
.styleSet__row__set__itm
.itmPic.opt-pic3 {
  background-image: url(/lineup/images/pic_parfait_bjstyle_style01-03.jpg);
}

.lineupStyleSection
.styleSet.parfait_bjs1
.styleSet__row__set__itm
.itmPic.opt-pic4 {
  background-image: url(/lineup/images/pic_parfait_bjstyle_style01-04.jpg);
}

.lineupStyleSection
.styleSet.parfait_bjs1
.styleSet__row__set__itm
.itmPic.opt-pic5 {
  background-image: url(/lineup/images/pic_parfait_bjstyle_style01-05.jpg);
}

.lineupStyleSection
.styleSet.parfait_bjs1
.styleSet__row__set__itm
.itmPic.opt-pic6 {
  background-image: url(/lineup/images/pic_parfait_bjstyle_style01-06.jpg);
}

.lineupStyleSection .styleSet.parfait_bjs2 .styleSet__hd {
  background: #ecf6ff;
}

.lineupStyleSection .styleSet.parfait_bjs2 .styleSet__hd__ttl,
.lineupStyleSection .styleSet.parfait_bjs2 .styleSet__row__set__itm .itmTtl {
  color: #6f94cd;
}

.lineupStyleSection
.styleSet.parfait_bjs2
.styleSet__row__set__itm
.itmPic::before {
  padding-top: 48.84488%;
}

@media (max-width: 767px) {
  .lineupStyleSection
  .styleSet.parfait_bjs2
  .styleSet__row__set__itm
  .itmPic::before {
    padding-top: 40%;
  }
}
.lineupStyleSection
.styleSet.parfait_bjs2
.styleSet__row__set__itm
.itmPic.opt-pic1 {
  background-image: url(/lineup/images/pic_parfait_bjstyle_style02-01.jpg);
}

.lineupStyleSection
.styleSet.parfait_bjs2
.styleSet__row__set__itm
.itmPic.opt-pic2 {
  background-image: url(/lineup/images/pic_parfait_bjstyle_style02-02.jpg);
}

.lineupStyleSection
.styleSet.parfait_bjs2
.styleSet__row__set__itm
.itmPic.opt-pic3 {
  background-image: url(/lineup/images/pic_parfait_bjstyle_style02-03.jpg);
}

@media (max-width: 767px) {
  .lineupStyleSection
  .styleSet.parfait_bjs2
  .styleSet__row__set__itm
  .itmPic.opt-pic1 {
    background-image: url(/lineup/images/pic_parfait_bjstyle_style02-01_sp.jpg);
  }

  .lineupStyleSection
  .styleSet.parfait_bjs2
  .styleSet__row__set__itm
  .itmPic.opt-pic2 {
    background-image: url(/lineup/images/pic_parfait_bjstyle_style02-02_sp.jpg);
  }

  .lineupStyleSection
  .styleSet.parfait_bjs2
  .styleSet__row__set__itm
  .itmPic.opt-pic3 {
    background-image: url(/lineup/images/pic_parfait_bjstyle_style02-03_sp.jpg);
  }
}
.lineupStyleSection .styleSet.parfait_bjs3 .styleSet__hd {
  background: #fffbf3;
}

.lineupStyleSection .styleSet.parfait_bjs3 .styleSet__hd__ttl,
.lineupStyleSection .styleSet.parfait_bjs3 .styleSet__row__set__itm .itmTtl {
  color: #e6a011;
}

.lineupStyleSection
.styleSet.parfait_bjs3
.styleSet__row__set__itm
.itmPic::before {
  padding-top: 66.0066%;
}

.lineupStyleSection
.styleSet.parfait_bjs3
.styleSet__row__set__itm
.itmPic.opt-pic1 {
  background-image: url(/lineup/images/pic_parfait_bjstyle_style03-01.jpg);
}

.lineupStyleSection
.styleSet.parfait_bjs3
.styleSet__row__set__itm
.itmPic.opt-pic2 {
  background-image: url(/lineup/images/pic_parfait_bjstyle_style03-02.jpg);
}

.lineupStyleSection
.styleSet.parfait_bjs3
.styleSet__row__set__itm
.itmPic.opt-pic3 {
  background-image: url(/lineup/images/pic_parfait_bjstyle_style03-03.jpg);
}

.lineupStyleSection
.styleSet.parfait_bjs3
.styleSet__row__set__itm
.itmPic.opt-pic4 {
  background-image: url(/lineup/images/pic_parfait_bjstyle_style03-04.jpg);
}

.lineupStyleSection
.styleSet.parfait_bjs3
.styleSet__row__set__itm
.itmPic.opt-pic5 {
  background-image: url(/lineup/images/pic_parfait_bjstyle_style03-05.jpg);
}

.lineupStyleSection
.styleSet.parfait_bjs3
.styleSet__row__set__itm
.itmPic.opt-pic6 {
  background-image: url(/lineup/images/pic_parfait_bjstyle_style03-06.jpg);
}

/* .lineupTechnologySection */
.lineupTechnologySection .lts {
  padding: 100px 40px;
}

@media (max-width: 767px) {
  .lineupTechnologySection .lts {
    padding: 60px 0;
  }
}
.lineupTechnologySection .lts__in {
  max-width: 1166px;
  margin: 0 auto;
}

.lineupTechnologySection .lts__tt span {
  display: block;
  text-align: center;
}

.lineupTechnologySection .lts__tt span.is-s {
  margin: 0 auto 2px;
  font-size: 1.125rem;
  font-weight: 200;
  font-family: "Metropolis", "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.22222;
}

@media (max-width: 767px) {
  .lineupTechnologySection .lts__tt span.is-s {
    margin: 0 0 4px;
    font-size: 0.71429rem;
    font-weight: 200;
    letter-spacing: 0;
  }
}
.lineupTechnologySection .lts__tt span.is-i img {
  display: block;
  width: auto;
  height: auto;
}

.lineupTechnologySection .lts__mv {
  max-width: 712px;
  margin: 50px auto 0;
}

@media (max-width: 767px) {
  .lineupTechnologySection .lts__mv {
    margin: 25px auto 0;
    padding: 0 10px;
  }
}
.lineupTechnologySection .lts__ld {
  margin: 18px 0 0;
  font-size: 1rem;
  line-height: 1.6875;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupTechnologySection .lts__ld {
    margin: 12px 0 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.71429;
  }
}
@media (min-width: 768px) {
  .lineupTechnologySection .lts__nt.is-pcp01 {
    padding: 0 45px;
  }
}
.lineupTechnologySection .lts__nt > li {
  display: flex;
  font-size: 0.8125rem;
  line-height: 1.76923;
}

@media (max-width: 767px) {
  .lineupTechnologySection .lts__nt > li {
    font-size: 0.78571rem;
    line-height: 1.81818;
  }
}
.lineupTechnologySection .lts__nt > li > span {
  display: block;
}

.lineupTechnologySection .lts__nt > li > span:nth-child(1) {
  padding: 0 0.25em 0 0;
}

.lineupTechnologySection .lts__nt > li > span:nth-child(2) {
  flex: 1;
}

.lineupTechnologySection .lts__colls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .lineupTechnologySection .lts__colls {
    row-gap: 60px;
  }
}
@media (max-width: 767px) {
  .lineupTechnologySection .lts__colls {
    row-gap: 40px;
  }
}
.lineupTechnologySection .lts__colls > li {
  width: calc(50% - 20px);
}

@media (max-width: 767px) {
  .lineupTechnologySection .lts__colls > li {
    width: 100%;
  }
}
.lineupTechnologySection .lts__colls__p {
  background: 50% 50% / cover no-repeat;
}

.lineupTechnologySection .lts__colls__p::before {
  content: "";
  display: block;
  padding-top: 58.61456%;
}

.lineupTechnologySection .lts__colls__in {
  padding: 20px 0 0;
}

@media (max-width: 767px) {
  .lineupTechnologySection .lts__colls__in {
    padding: 14px 10px 0;
  }
}
.lineupTechnologySection .lts__colls__tt span {
  display: block;
}

.lineupTechnologySection .lts__colls__tt span.is-i img {
  display: block;
  width: auto;
  height: auto;
}

.lineupTechnologySection .lts__colls__t {
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 1.6875;
}

.lineupTechnologySection .lts__colls__t sup {
  display: inline-block;
  vertical-align: top;
  font-size: 65%;
}

.lineupTechnologySection .lts__colls .lts__nt {
  margin: 16px 0 0;
}

@media (max-width: 767px) {
  .lineupTechnologySection .lts__colls .lts__nt {
    margin: 14px 0 0;
  }
}
.lineupTechnologySection .lts__figSet__p {
  background: 50% 50% / contain no-repeat;
}

.lineupTechnologySection .lts__figSet__p::before {
  content: "";
  display: block;
}

.lineupTechnologySection .lts.spstfx01 .lts__tt > span.is-i img,
.lineupTechnologySection .lts.spstfx02 .lts__tt > span.is-i img {
  height: 100px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lineupTechnologySection .lts.spstfx01 .lts__tt > span.is-i img,
  .lineupTechnologySection .lts.spstfx02 .lts__tt > span.is-i img {
    width: 100%;
    max-width: 355px;
    height: auto;
  }
}
.lineupTechnologySection .lts.spstfx01 {
  background: #e1eaec;
}

.lineupTechnologySection .lts.spstfx01 .lts__colls {
  margin: 50px 0 0;
}

@media (max-width: 767px) {
  .lineupTechnologySection .lts.spstfx01 .lts__colls {
    margin: 40px 0 0;
  }
}
.lineupTechnologySection .lts.spstfx01 .lts__colls__tt > span.is-i img {
  height: 59px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lineupTechnologySection .lts.spstfx01 .lts__colls__tt > span.is-i img {
    width: 100%;
    max-width: 355px;
    height: auto;
  }
}
.lineupTechnologySection .lts.spstfx01 .lts__colls__p.is-01 {
  background-image: url(/lineup/images/sps_fx/pic_technology01_01.webp);
}

.lineupTechnologySection .lts.spstfx01 .lts__colls__p.is-02 {
  background-image: url(/lineup/images/sps_fx/pic_technology01_02.webp);
}

.lineupTechnologySection .lts.spstfx01 .lts__colls__p.is-03 {
  background-image: url(/lineup/images/sps_fx/pic_technology01_03.webp);
}

.lineupTechnologySection .lts.spstfx01 .lts__colls__p.is-04 {
  background-image: url(/lineup/images/sps_fx/pic_technology01_04.webp);
}

@media (max-width: 767px) {
  .lineupTechnologySection .lts.spstfx01 .lts__colls li:nth-child(1) {
    order: 2;
  }

  .lineupTechnologySection .lts.spstfx01 .lts__colls li:nth-child(2) {
    order: 1;
  }

  .lineupTechnologySection .lts.spstfx01 .lts__colls li:nth-child(3) {
    margin-top: -40px;
    order: 3;
  }

  .lineupTechnologySection .lts.spstfx01 .lts__colls li:nth-child(4) {
    order: 4;
  }
}
.lineupTechnologySection .lts.spstfx02 {
  background: #e8f0e7;
}

.lineupTechnologySection .lts.spstfx02 .lts__tt {
  color: #008f77;
}

.lineupTechnologySection .lts.spstfx02 .lts__ld {
  color: #008f77;
}

.lineupTechnologySection .lts.spstfx02 .lts__figSet {
  margin: 100px 0 0;
}

@media (max-width: 767px) {
  .lineupTechnologySection .lts.spstfx02 .lts__figSet {
    margin: 32px 0 0;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .lineupTechnologySection .lts.spstfx02 .lts__figSet__p {
    margin: 0 0 20px;
    background-image: url(/lineup/images/sps_fx/pic_technology02_01.webp);
  }

  .lineupTechnologySection .lts.spstfx02 .lts__figSet__p::before {
    padding-top: 80.36021%;
  }
}
@media (max-width: 767px) {
  .lineupTechnologySection .lts.spstfx02 .lts__figSet__p {
    width: 100%;
    max-width: 355px;
    margin: 0 auto 15px;
    background-image: url(/lineup/images/sps_fx/pic_technology02_01_sp.webp);
  }

  .lineupTechnologySection .lts.spstfx02 .lts__figSet__p::before {
    padding-top: 304.22535%;
  }
}
/* .lineupVisualSection */
.lineupVisualSection {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lineupVisualSection {
    max-width: none;
  }
}
.lineupVisualSection .sectionBg {
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionBg {
    padding-top: 100%;
  }
}
.lineupVisualSection .sectionBg.parfait {
  background-image: url(/lineup/images/parfait/pic_visual01.webp);
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionBg.parfait {
    background-image: url(/lineup/images/parfait/pic_visual01_sp.webp);
  }
}
.lineupVisualSection .sectionBg.desio {
  background-image: url(/lineup/images/pic_desio_visual01.jpg);
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionBg.desio {
    background-image: url(/lineup/images/pic_desio_visual01_sp.jpg);
  }
}
@media (min-width: 768px) {
  .lineupVisualSection .sectionBg.domani {
    background-image: url(/lineup/images/domani/pic_visual01.jpg);
  }
}
@media (max-width: 767px) {
  .lineupVisualSection .sectionBg.domani {
    background-image: url(/lineup/images/domani/pic_visual01_sp.jpg);
  }
}
.lineupVisualSection .sectionBg.spst {
  background-image: url(/lineup/images/pic_spst_visual01.jpg);
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionBg.spst {
    background-image: url(/lineup/images/pic_spst_visual01_sp.jpg);
  }
}
.lineupVisualSection .sectionBg.gtyv {
  background-image: url(/lineup/images/pic_gtyv_visual01.jpg);
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionBg.gtyv {
    background-image: url(/lineup/images/pic_gtyv_visual01_sp.jpg);
  }
}
.lineupVisualSection .sectionBg.parfaitn {
  background-image: url(/lineup/images/pic_parfaitn_visual01.jpg);
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionBg.parfaitn {
    background-image: url(/lineup/images/pic_parfaitn_visual01_sp.jpg);
  }
}
.lineupVisualSection .sectionBg.parfaitnbjstyle {
  background-image: url(/lineup/images/parfait_n_bjstyle/pic_visual01.webp);
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionBg.parfaitnbjstyle {
    background-image: url(/lineup/images/parfait_n_bjstyle/pic_visual01_sp.webp);
  }
}
.lineupVisualSection .sectionBg.spstn {
  background-image: url(/lineup/images/pic_spstn_visual01.jpg);
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionBg.spstn {
    background-image: url(/lineup/images/pic_spstn_visual01_sp.jpg);
  }
}
@media (min-width: 768px) {
  .lineupVisualSection .sectionBg.grandtoyou_hiraya {
    background-image: url(/lineup/images/grandtoyou_hiraya/pic_visual01.webp);
  }
}
@media (max-width: 767px) {
  .lineupVisualSection .sectionBg.grandtoyou_hiraya {
    background-image: url(/lineup/images/grandtoyou_hiraya/pic_visual01_sp.webp);
  }
}
.lineupVisualSection .sectionBg.parfait_bjstyle {
  background-image: url(/lineup/images/pic_parfait_bjstyle_visual01.jpg);
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionBg.parfait_bjstyle {
    background-image: url(/lineup/images/pic_parfait_bjstyle_visual01_sp.jpg);
  }
}
@media (min-width: 768px) {
  .lineupVisualSection .sectionBg.spstfx {
    background-image: url(/lineup/images/sps_fx/pic_visual01.jpg);
  }
}
@media (max-width: 767px) {
  .lineupVisualSection .sectionBg.spstfx {
    background-image: url(/lineup/images/sps_fx/pic_visual01_sp.jpg);
  }
}
@media (min-width: 768px) {
  .lineupVisualSection .sectionBg.spstfxu {
    background-image: url(/lineup/images/sps_fx_urban/pic_visual01.jpg);
  }
}
@media (max-width: 767px) {
  .lineupVisualSection .sectionBg.spstfxu {
    background-image: url(/lineup/images/sps_fx_urban/pic_visual01_sp.jpg);
  }
}
@media (min-width: 768px) {
  .lineupVisualSection .sectionBg.spstnfx {
    background-image: url(/lineup/images/sps_n_fx/pic_visual01.webp);
  }
}
@media (max-width: 767px) {
  .lineupVisualSection .sectionBg.spstnfx {
    background-image: url(/lineup/images/sps_n_fx/pic_visual01_sp.webp);
  }
}
@media (min-width: 768px) {
  .lineupVisualSection .sectionBg.spstplus {
    background-image: url(/lineup/images/sps_plus/pic_visual01.webp);
  }
}
@media (max-width: 767px) {
  .lineupVisualSection .sectionBg.spstplus {
    background-image: url(/lineup/images/sps_plus/pic_visual01_sp.webp);
  }
}
.lineupVisualSection .sectionIn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 74px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionIn {
    padding-bottom: 46.5px;
  }
}
.lineupVisualSection .sectionIn .sectionBody {
  position: relative;
  height: 100%;
}

.lineupVisualSection .sectionTitle {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 260px;
  box-sizing: border-box;
  border: 4px solid #231815;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle {
    height: 110px;
    border: 2px solid #231815;
  }
}
.lineupVisualSection .sectionTitle::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
}

.lineupVisualSection .sectionTitle.w380 {
  width: 380px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.w380 {
    width: 250px;
  }
}
.lineupVisualSection .sectionTitle.w520 {
  width: 520px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.w520 {
    width: 250px;
  }
}
.lineupVisualSection .sectionTitle.w600 {
  width: 600px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.w600 {
    width: 250px;
  }
}
.lineupVisualSection .sectionTitle.is-df {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.lineupVisualSection .sectionTitle.is-df img {
  position: relative;
  height: auto;
  opbject-fit: contain;
  z-index: 1;
}

.lineupVisualSection .sectionTitle > span {
  display: block;
  position: relative;
}

.lineupVisualSection .sectionTitle .logo {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}

.lineupVisualSection .sectionTitle .logo::before {
  content: "";
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
}

.lineupVisualSection .sectionTitle .title {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  color: #231815;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle .title {
    font-size: 1rem;
  }
}
.lineupVisualSection .sectionTitle.parfait .logo {
  top: 86px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.parfait .logo {
    top: 29px;
  }
}
.lineupVisualSection .sectionTitle.parfait .logo::before {
  width: 324px;
  height: 59px;
  background-image: url(/lineup/images/logo_parfait01.png);
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.parfait .logo::before {
    width: 171px;
    height: 31px;
  }
}
.lineupVisualSection .sectionTitle.parfait .title {
  top: 160px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.parfait .title {
    top: 70px;
  }
}
.lineupVisualSection .sectionTitle.parfaitn .logo {
  top: 87px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.parfaitn .logo {
    top: 24.5px;
  }
}
.lineupVisualSection .sectionTitle.parfaitn .logo::before {
  width: 447px;
  height: 79px;
  background-image: url(/lineup/images/logo_parfaitn01.png);
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.parfaitn .logo::before {
    width: 223.5px;
    height: 39.5px;
  }
}
.lineupVisualSection .sectionTitle.parfaitn .title {
  top: 187px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.parfaitn .title {
    top: 70px;
  }
}
.lineupVisualSection .sectionTitle.parfait_bjstyle img {
  width: 262.5px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.parfait_bjstyle img {
    width: 115px;
  }
}
.lineupVisualSection .sectionTitle.parfaitnbjstyle img {
  width: 320px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.parfaitnbjstyle img {
    width: 160px;
  }
}
.lineupVisualSection .sectionTitle.gtyv img {
  width: 314px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.gtyv img {
    width: 157px;
  }
}
.lineupVisualSection .sectionTitle.desio .logo {
  top: 60px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.desio .logo {
    top: 20px;
  }
}
.lineupVisualSection .sectionTitle.desio .logo::before {
  width: 288px;
  height: 84px;
  background-image: url(/lineup/images/logo_desio01.png);
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.desio .logo::before {
    width: 144px;
    height: 42px;
  }
}
.lineupVisualSection .sectionTitle.desio .title {
  top: 187px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.desio .title {
    top: 70px;
  }
}
.lineupVisualSection .sectionTitle.domani .logo {
  top: 76px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.domani .logo {
    top: 31px;
  }
}
.lineupVisualSection .sectionTitle.domani .logo::before {
  width: 308px;
  height: 55px;
  background-image: url(/lineup/images/domani/logo_01.png);
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.domani .logo::before {
    width: 154px;
    height: 27.5px;
  }
}
.lineupVisualSection .sectionTitle.domani .title {
  top: 187px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.domani .title {
    top: 70px;
  }
}
.lineupVisualSection .sectionTitle.spst img {
  width: 399px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.spst img {
    width: 199px;
  }
}
.lineupVisualSection .sectionTitle.spstn img {
  width: 430px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.spstn img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.spstfx {
    width: 294px;
    height: 120px;
  }
}
.lineupVisualSection .sectionTitle.spstfx img {
  width: 489px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.spstfx img {
    width: 242px;
  }
}
.lineupVisualSection .sectionTitle.spstfxu {
  width: 712px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.spstfxu {
    width: 354px;
    max-width: calc(100% - 20px);
    height: 120px;
  }
}
.lineupVisualSection .sectionTitle.spstfxu img {
  width: 632px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.spstfxu img {
    width: 303px;
    max-width: calc(100% - 20px);
  }
}
.lineupVisualSection .sectionTitle.spstnfx {
  width: 675px;
  height: 260px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.spstnfx {
    width: 337px;
    height: 118px;
  }
}
.lineupVisualSection .sectionTitle.spstnfx img {
  width: 555px;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionTitle.spstnfx img {
    width: 285px;
  }
}
.lineupVisualSection .sectionLogo {
  position: absolute;
}

.lineupVisualSection .sectionLogo img {
  display: block;
  width: 100%;
  height: auto;
}

.lineupVisualSection .sectionLogo.spstplus {
  top: 4.81771%;
  left: 3.51391%;
  width: 33.45534%;
}

@media (max-width: 767px) {
  .lineupVisualSection .sectionLogo.spstplus {
    top: 5.33333%;
    left: 5.33333%;
    width: 74.93333%;
    max-width: 457px;
  }
}
.lineupVisualSection .scrollBtn {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 84px;
  height: 84px;
  margin-left: -42px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .lineupVisualSection .scrollBtn {
    display: none;
  }
}
.lineupVisualSection .scrollBtn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 84px;
  background: #fff;
  opacity: 0.75;
}

.lineupVisualSection .scrollBtn .mouse {
  position: absolute;
  left: 32px;
  top: 17px;
  width: 21px;
  height: 35px;
  border: 1px solid #0075c1;
  box-sizing: border-box;
  border-radius: 35px;
}

.lineupVisualSection .scrollBtn .mouse > span {
  display: block;
  position: absolute;
  left: 8px;
  top: 7px;
  width: 3px;
  height: 6px;
  border-radius: 6px;
  background: #0075c1;
  animation: mousewheel 2000ms linear infinite;
}

@keyframes mousewheel {
  0% {
    transform: translateY(0px);
  }
  37.5% {
    transform: translateY(0px);
  }
  62.5% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(7px);
  }
}
.lineupVisualSection .scrollBtn .txt {
  position: absolute;
  left: 0;
  top: 56px;
  width: 100%;
  color: #0075c1;
  font-family: "Oswald", "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  body.pc .lineupVisualSection .scrollBtn:hover::before,
  body.pc .lineupVisualSection .scrollBtn:active::before {
    background: #0075c1;
    opacity: 1;
  }

  body.pc .lineupVisualSection .scrollBtn:hover .mouse,
  body.pc .lineupVisualSection .scrollBtn:active .mouse {
    border: 1px solid #fff;
  }

  body.pc .lineupVisualSection .scrollBtn:hover .mouse > span,
  body.pc .lineupVisualSection .scrollBtn:active .mouse > span {
    background: #fff;
  }

  body.pc .lineupVisualSection .scrollBtn:hover .txt,
  body.pc .lineupVisualSection .scrollBtn:active .txt {
    color: #fff;
  }
}
.lineupVisualSection .sectionNav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.lineupVisualSection + .sectionNav {
  position: relative;
  height: 0;
}

.lineupVisualSection + .sectionNav .lineupPageNav {
  transform: translateY(-100%);
}

.lineupVisualSection .bannerBtn {
  display: block;
  position: absolute;
  bottom: 40px;
  right: 40px;
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lineupVisualSection .bannerBtn img,
.lineupVisualSection .bannerBtn picture {
  display: block;
  width: 100%;
  height: 100%;
}

.lineupVisualSection .bannerBtn img {
  object-fit: contain;
}

.lineupVisualSection .bannerBtn:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .lineupVisualSection .bannerBtn:hover {
    opacity: 1;
  }
}
.lineupVisualSection:has(.spstfxu) .bannerBtn {
  width: 360px;
  aspect-ratio: 720 / 240;
}

@media (max-width: 767px) {
  .lineupVisualSection:has(.spstfxu) .bannerBtn {
    bottom: 20px;
    right: 10px;
    width: clamp(153.6px, 48%, 270px);
  }
}
.lineupVisualSection:has(.parfait) .bannerBtn {
  width: 360px;
  aspect-ratio: 3 / 1;
}

@media (max-width: 767px) {
  .lineupVisualSection:has(.parfait) .bannerBtn {
    bottom: 20px;
    right: 20px;
    width: 50%;
    max-width: 250px;
  }
}
.lineupVisualSection:has(.gtyv) .bannerBtn {
  width: 360px;
  aspect-ratio: 360 / 108;
}

@media (max-width: 767px) {
  .lineupVisualSection:has(.gtyv) .bannerBtn {
    bottom: 10px;
    right: 10px;
    width: clamp(196.26667px, 61.33333%, 230px);
    aspect-ratio: 690 / 204;
  }
}
/* .spNotionList */
.spNotionList {
  display: none;
  padding: 10px;
}

.spNotionList li {
  position: relative;
  font-size: 11px;
  line-height: 1.6;
  padding-left: 1.4em;
}

.spNotionList li::before {
  content: "\203b";
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .spNotionList {
    display: block;
  }
}
/* ---------------------------------
Component
--------------------------------- */
/* .only */
@media (min-width: 768px) {
  .onlyL767 {
    display: none;
  }
}
@media (max-width: 767px) {
  .onlyG768 {
    display: none;
  }
}
@media (max-width: 767px), (min-width: 1115px) {
  .onlyG768L1099 {
    display: none;
  }
}
@media (max-width: 767px), (min-width: 1381px) {
  .onlyG768L1365 {
    display: none;
  }
}
@media (max-width: 1114px) {
  .onlyG1100 {
    display: none;
  }
}
@media (max-width: 1114px), (min-width: 1381px) {
  .onlyG1100L1365 {
    display: none;
  }
}
@media (max-width: 1380px) {
  .onlyG1366 {
    display: none;
  }
}
/* br */
@media (max-width: 767px) {
  .c-br.is-pc {
    display: none;
  }
}
@media (max-width: 767px), (min-width: 1381px) {
  .c-br.is-ppc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1380px) {
  .c-br.is-unppc {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-br.is-sp {
    display: none;
  }
}
@media (max-width: 374px) {
  .c-br.is-ssp {
    display: none;
  }
}
/* margin */
@media (min-width: 768px) {
  .mtd0 {
    margin-top: 0 !important;
  }

  .mtd50 {
    margin-top: 50px !important;
  }

  .mtd100 {
    margin-top: 100px !important;
  }

  .mtd130 {
    margin-top: 130px !important;
  }

  .mtd140 {
    margin-top: 140px !important;
  }
}
@media (max-width: 767px) {
  .mtd0 {
    margin-top: 0 !important;
  }

  .mtd50 {
    margin-top: 25px !important;
  }

  .mtd100 {
    margin-top: 50px !important;
  }

  .mtd130 {
    margin-top: 65px !important;
  }

  .mtd140 {
    margin-top: 70px !important;
  }

  .mtd180 {
    margin-top: 90px !important;
  }
}
/* margin - pc / sp */
@media (min-width: 768px) {
  .pcmt180 {
    margin-top: 180px !important;
  }
}
@media (max-width: 767px) {
  .spmt70 {
    margin-top: 70px !important;
  }
}
/* inline-block */
@media (min-width: 768px) {
  .ibPc {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .ibSp {
    display: inline-block;
  }
}
/* text-align */
@media (min-width: 768px) {
  .talPc {
    text-align: left !important;
  }

  .tacPc {
    text-align: center !important;
  }

  .tarPc {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .talSp {
    text-align: left !important;
  }

  .tacSp {
    text-align: center !important;
  }

  .tarSp {
    text-align: right !important;
  }
}
/* .clearfix */
.clearfix::after,
.lineupExteriorSection .variationSection .sectionPictureBlock > div::after,
.lineupExteriorSection
.sectionReplicateBlock
> div
> div:last-child
> div::after,
.lineupInteriorSection .sectionPictureBlock > div > div:last-child > div::after,
.cmnTxtList > li::after,
.cmnTxtLayout1 .layoutDescriptionNote > li::after,
.cmnTxtLayout2 .layoutDescriptionNote > li::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* .cmnTxtList */
.cmnTxtList > li > .cmnTxtListMark {
  float: left;
  margin-right: 3px;
}

.cmnTxtList > li > .cmnTxtListBody {
  overflow: hidden;
}

/* .cmnSub */
.cmnSub {
  font-size: 0.75rem;
  vertical-align: 0;
}

@media (max-width: 767px) {
  .cmnSub {
    font-size: 0.71429rem;
  }
}
/* .cmnSectionTitle1 */
.cmnSectionTitle1 {
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  .cmnSectionTitle1 {
    margin-bottom: 25px;
    font-size: 1.71429rem;
  }
}
.cmnSectionTitle1 > .sub {
  display: block;
  font-family: "Metropolis", "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.125rem;
  font-weight: 200;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .cmnSectionTitle1 > .sub {
    font-size: 0.75rem;
    font-weight: normal;
  }
}
/* .cmnSectionTitle2 */
.cmnSectionTitle2 {
  margin-bottom: 30px;
  color: #0075c1;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  .cmnSectionTitle2 {
    margin-bottom: 15px;
    font-size: 1.14286rem;
    font-weight: 500;
  }
}
/* .cmnSectionTitle3 */
.cmnSectionTitle3 {
  margin-bottom: 40px;
  color: #0075c1;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  .cmnSectionTitle3 {
    margin-bottom: 20px;
    font-size: 1.42857rem;
    font-weight: 500;
  }
}
.cmnSectionTitle3 > .sub {
  display: block;
  color: #222;
  font-family: "Metropolis", "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .cmnSectionTitle3 > .sub {
    font-size: 0.78571rem;
  }
}
.cmnSectionTitle3.brown {
  color: #411205;
}

.cmnSectionTitle3.brown > .sub {
  color: #411205;
}

.cmnSectionTitle3.white {
  color: #fff;
}

.cmnSectionTitle3.white > .sub {
  color: #fff;
}

/* .cmnSectionSubTitle */
.cmnSectionSubTitle {
  max-width: 1600px;
  margin: 0 auto;
  padding: 12px 0;
  background: #f8f7f7;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .cmnSectionSubTitle {
    max-width: none;
    padding: 7px 0 6px;
  }
}
.cmnSectionSubTitle p {
  width: 1166px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 26px;
  font-family: "Metropolis", "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  transition: width 250ms ease-out;
}

@media (min-width: 768px) and (max-width: 1220px) {
  .cmnSectionSubTitle p {
    width: 1060px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .cmnSectionSubTitle p {
    width: auto;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .cmnSectionSubTitle p {
    width: auto;
    font-size: 13px;
  }
}
/* .cmnSectionSubTitle2 */
.cmnSectionSubTitle2 {
  margin-bottom: 22px;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 767px) {
  .cmnSectionSubTitle2 {
    padding: 0 20px;
    font-size: 20px;
    line-height: 1.25;
  }

  .cmnSectionSubTitle2 span {
    display: inline-block;
  }
}
@media (max-width: 374px) {
  .cmnSectionSubTitle2 {
    font-size: 5.33333vw;
  }
}
/* .cmnTxtLayout1 */
.cmnTxtLayout1 {
  width: 712px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .cmnTxtLayout1 {
    width: auto;
  }
}
.cmnTxtLayout1 .layoutLead {
  font-size: 2.125rem;
  line-height: 1.5;
  letter-spacing: -1px;
  text-align: center;
}

@media (max-width: 767px) {
  .cmnTxtLayout1 .layoutLead {
    margin-bottom: 15px;
    font-size: 1.28571rem;
    font-weight: 700;
    text-align: center;
  }
}
.cmnTxtLayout1 .layoutDescriptionNote {
  margin-top: 15px;
  font-size: 0.8125rem;
}

@media (max-width: 767px) {
  .cmnTxtLayout1 .layoutDescriptionNote {
    font-size: 0.85714rem;
  }
}
.cmnTxtLayout1 .layoutDescriptionNote .layoutDescriptionNoteMark,
.cmnTxtLayout1 .layoutDescriptionNote .layoutDescriptionNoteTxt {
  display: block;
}

.cmnTxtLayout1 .layoutDescriptionNote .layoutDescriptionNoteMark {
  float: left;
  margin-right: 2px;
}

.cmnTxtLayout1 .layoutDescriptionNote .layoutDescriptionNoteTxt {
  overflow: hidden;
}

/* .cmnTxtLayout2 */
.cmnTxtLayout2 {
  width: 1166px;
  margin: 0 auto;
  transition: width 250ms ease-out;
}

@media (min-width: 768px) and (max-width: 1220px) {
  .cmnTxtLayout2 {
    width: 1060px;
  }
}
@media (max-width: 767px) {
  .cmnTxtLayout2 {
    width: auto;
  }
}
.cmnTxtLayout2 > div {
  display: table;
  width: 100%;
}

@media (max-width: 767px) {
  .cmnTxtLayout2 > div {
    display: block;
    width: auto;
  }
}
.cmnTxtLayout2 > div > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.cmnTxtLayout2 > div > div.is-vat {
  vertical-align: top;
}

@media (max-width: 767px) {
  .cmnTxtLayout2 > div > div {
    display: block;
    width: auto;
  }
}
.cmnTxtLayout2 .layoutSubLead {
  margin: 0 0 18px;
}

@media (max-width: 767px) {
  .cmnTxtLayout2 .layoutSubLead {
    margin: -25px 0 15px;
  }
}
.cmnTxtLayout2 .layoutSubLead img {
  display: block;
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  .cmnTxtLayout2 .layoutSubLead img {
    margin: 0 auto;
  }
}
.cmnTxtLayout2 .layoutLead {
  font-size: 2.125rem;
  line-height: 1.5;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  .cmnTxtLayout2 .layoutLead {
    margin-bottom: 15px;
    font-size: 1.28571rem;
    font-weight: 700;
    text-align: center;
  }
}
.cmnTxtLayout2 .layoutDescriptionSup {
  display: inline-block;
  margin: 0 2px;
  font-size: 0.625rem;
  vertical-align: 5px;
}

@media (max-width: 767px) {
  .cmnTxtLayout2 .layoutDescriptionSup {
    font-size: 0.71429rem;
    vertical-align: 4px;
  }
}
.cmnTxtLayout2 .layoutDescriptionNote {
  margin-top: 15px;
  font-size: 0.8125rem;
}

@media (max-width: 767px) {
  .cmnTxtLayout2 .layoutDescriptionNote {
    font-size: 0.85714rem;
  }
}
.cmnTxtLayout2 .layoutDescriptionNote .layoutDescriptionNoteMark,
.cmnTxtLayout2 .layoutDescriptionNote .layoutDescriptionNoteTxt {
  display: block;
}

.cmnTxtLayout2 .layoutDescriptionNote .layoutDescriptionNoteMark {
  float: left;
  margin-right: 2px;
}

.cmnTxtLayout2 .layoutDescriptionNote .layoutDescriptionNoteTxt {
  overflow: hidden;
}

.cmnTxtLayout2 .layoutDescription sub {
  margin: 0 1px;
  font-size: 0.625rem;
  vertical-align: 0;
}

@media (max-width: 767px) {
  .cmnTxtLayout2 .layoutDescription sub {
    font-size: 0.71429rem;
  }
}
/* .cmnPicTxtLayout1 */
.cmnPicTxtLayout1 {
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .cmnPicTxtLayout1 {
    max-width: none;
  }
}
.cmnPicTxtLayout1 > div {
  display: table;
  width: 100%;
}

@media (max-width: 767px) {
  .cmnPicTxtLayout1 > div {
    display: block;
    width: auto;
  }
}
.cmnPicTxtLayout1 > div > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .cmnPicTxtLayout1 > div > div {
    display: block;
    width: auto;
  }
}
.cmnPicTxtLayout1 .layoutTxt {
  font-size: 2.125rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  .cmnPicTxtLayout1 .layoutTxt {
    margin-bottom: 15px;
    font-size: 1.28571rem;
    font-weight: 700;
  }
}
.cmnPicTxtLayout1 .layoutTxt > span {
  display: inline-block;
  text-align: left;
}

@media (max-width: 767px) {
  .cmnPicTxtLayout1 .layoutTxt > span {
    display: inline;
  }
}
.cmnPicTxtLayout1 .layoutPic {
  background-repeat: no-repeat;
  background-size: cover;
}

/* .cmnSlideBlock */
.cmnSlideBlock {
  height: 100%;
  overflow: hidden;
  visibility: hidden;
}

@media (max-width: 767px) {
  .cmnSlideBlock {
    height: auto;
    overflow: visible;
    visibility: visible;
  }
}
.cmnSlideBlock > .blockIn {
  position: relative;
  height: 100%;
}

@media (max-width: 767px) {
  .cmnSlideBlock > .blockIn {
    position: static;
    height: auto;
  }
}
.cmnSlideBlock .blockBody {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .cmnSlideBlock .blockBody {
    position: static;
    width: auto;
    height: auto;
  }
}
.cmnSlideBlock .blockBody .blockSetWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .cmnSlideBlock .blockBody .blockSetWrap {
    position: static;
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cmnSlideBlock .blockBody .blockSetWrap[data-ghost] {
    display: none;
  }
}
.cmnSlideBlock .blockBody .blockSetWrap .blockSet {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .cmnSlideBlock .blockBody .blockSetWrap .blockSet {
    position: static;
    width: auto;
    height: auto;
  }
}
.cmnSlideBlock .blockPointer {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  font-size: 0;
  line-height: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .cmnSlideBlock .blockPointer {
    display: none;
  }
}
.cmnSlideBlock .blockPointer > div {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  cursor: pointer;
}

.cmnSlideBlock .blockPointer > div:first-child {
  margin-left: 0;
}

.cmnSlideBlock .blockPointer > div > span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 16px;
}

@media (min-width: 768px) {
  body.pc .cmnSlideBlock .blockPointer > div:hover > span,
  body.pc .cmnSlideBlock .blockPointer > div:active > span {
    border: 1px solid #ccc;
  }
}
.cmnSlideBlock .blockPointer > div.current {
  cursor: default;
}

.cmnSlideBlock .blockPointer > div.current > span {
  background: #fff;
}

@media (min-width: 768px) {
  body.pc .cmnSlideBlock .blockPointer > div.current:hover > span,
  body.pc .cmnSlideBlock .blockPointer > div.current:active > span {
    border: 1px solid #fff;
  }
}
/* .cmnNoteList */
.cmnNoteList {
  margin-top: 5px;
}

.cmnNoteList > li {
  padding-left: 1em;
  font-size: 13px;
  text-indent: -1em;
}

@media (max-width: 767px) {
  .cmnNoteList > li {
    font-size: 12px;
  }
}
.cmnNoteList > li::before {
  content: "\203b";
}

.cmnNoteList.number {
  counter-reset: number 0;
}

.cmnNoteList.number > li {
  padding-left: 2em;
  font-size: 13px;
  text-indent: 0;
  position: relative;
}

.cmnNoteList.number > li::before {
  counter-increment: number 1;
  content: "※" counter(number);
  position: absolute;
  top: 0;
  left: 0;
}

/* .cmnMovieBox */
.cmnMovieBox {
  position: relative;
  margin: 0 auto;
}

.cmnMovieBox::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.cmnMovieBox iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .cmnBtn */
.cmnBtn01,
.cmnBtn02,
.cmnBtn03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  border: 1px solid #156082;
  box-sizing: border-box;
  overflow: hidden;
  background: #156082;
  text-decoration: none !important;
  transition: background 250ms cubic-bezier(0.215, 0.61, 0.355, 1), color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cmnBtn01::before,
.cmnBtn01::after,
.cmnBtn02::before,
.cmnBtn02::after,
.cmnBtn03::before,
.cmnBtn03::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  mask: url("../media/images/grandtoyou_fr/common/icon_arrow01.svg") 50% 50%/contain no-repeat;
  -webkit-mask: url("../media/images/grandtoyou_fr/common/icon_arrow01.svg") 50% 50%/contain no-repeat;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cmnBtn01::before,
.cmnBtn02::before,
.cmnBtn03::before {
  left: 19px;
  transform: translate(-40px, 50%);
}

.cmnBtn01::after,
.cmnBtn02::after,
.cmnBtn03::after {
  right: 19px;
  transform: translate(0, 50%);
}

.cmnBtn01 > span,
.cmnBtn02 > span,
.cmnBtn03 > span {
  display: block;
  color: #fff !important;
  text-align: center;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cmnBtn01 > span.is-l,
.cmnBtn02 > span.is-l,
.cmnBtn03 > span.is-l {
  font-size: 17px;
  line-height: calc(24 / 17);
}

@media (max-width: 767px) {
  .cmnBtn01 > span.is-l,
  .cmnBtn02 > span.is-l,
  .cmnBtn03 > span.is-l {
    font-size: 1.21429rem;
  }
}
.cmnBtn01 > span.is-m,
.cmnBtn02 > span.is-m,
.cmnBtn03 > span.is-m {
  font-size: 17px;
  line-height: calc(24 / 17);
}

@media (max-width: 767px) {
  .cmnBtn01 > span.is-m,
  .cmnBtn02 > span.is-m,
  .cmnBtn03 > span.is-m {
    font-size: 1.07143rem;
  }
}
.cmnBtn01 > span.is-s,
.cmnBtn02 > span.is-s,
.cmnBtn03 > span.is-s {
  font-size: 12px;
  line-height: calc(19 / 12);
}

@media (max-width: 767px) {
  .cmnBtn01 > span.is-s,
  .cmnBtn02 > span.is-s,
  .cmnBtn03 > span.is-s {
    font-size: 0.85714rem;
    line-height: calc(24 / 12);
  }
}
.cmnBtn01 > span.is-b,
.cmnBtn02 > span.is-b,
.cmnBtn03 > span.is-b {
  font-weight: 700;
}

@media (min-width: 768px) {
  .cmnBtn01:hover,
  .cmnBtn01:active,
  .cmnBtn02:hover,
  .cmnBtn02:active,
  .cmnBtn03:hover,
  .cmnBtn03:active {
    background: #fff;
  }

  .cmnBtn01:hover::before,
  .cmnBtn01:hover::after,
  .cmnBtn01:active::before,
  .cmnBtn01:active::after,
  .cmnBtn02:hover::before,
  .cmnBtn02:hover::after,
  .cmnBtn02:active::before,
  .cmnBtn02:active::after,
  .cmnBtn03:hover::before,
  .cmnBtn03:hover::after,
  .cmnBtn03:active::before,
  .cmnBtn03:active::after {
    background: #156082;
  }

  .cmnBtn01:hover::before,
  .cmnBtn01:active::before,
  .cmnBtn02:hover::before,
  .cmnBtn02:active::before,
  .cmnBtn03:hover::before,
  .cmnBtn03:active::before {
    transform: translate(0, 50%);
  }

  .cmnBtn01:hover::after,
  .cmnBtn01:active::after,
  .cmnBtn02:hover::after,
  .cmnBtn02:active::after,
  .cmnBtn03:hover::after,
  .cmnBtn03:active::after {
    transform: translate(40px, 50%);
  }

  .cmnBtn01:hover > span,
  .cmnBtn01:active > span,
  .cmnBtn02:hover > span,
  .cmnBtn02:active > span,
  .cmnBtn03:hover > span,
  .cmnBtn03:active > span {
    color: #156082 !important;
  }
}
.cmnBtn01 {
  height: 78px;
}

.cmnBtn02 {
  height: 56px;
}

@media (max-width: 767px) {
  .cmnBtn02 {
    height: 65px;
  }
}
.cmnBtn03 {
  height: 56px;
}

@media (max-width: 767px) {
  .cmnBtn03 {
    height: 47px;
  }
}
/* ---------------------------------
Overwrite
--------------------------------- */
/* ---------------------------------
Individual
--------------------------------- */
/* desio */
.m-desioMerit {
  margin-top: 130px;
}

@media (max-width: 767px) {
  .m-desioMerit {
    margin-top: 65px;
  }
}
.m-desioMerit__s {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .m-desioMerit__s {
    font-size: 0.86rem;
  }
}
.m-desioMerit__tt {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 767px) {
  .m-desioMerit__tt {
    margin-bottom: 30px;
    font-size: 1.71rem;
  }
}
.m-desioMerit__bt {
  width: 400px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .m-desioMerit__bt {
    width: auto;
    padding: 0 20px;
  }
}
.m-desioMerit__bt > a {
  display: block;
  position: relative;
  padding: 16px 0 !important;
  background: #0d75c1;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 767px) {
  .m-desioMerit__bt > a {
    max-width: 335px;
    margin: 0 auto !important;
    padding: 13px 0 !important;
    font-size: 15px;
  }
}
@media (max-width: 374px) {
  .m-desioMerit__bt > a {
    font-size: 4vw;
  }
}
.m-desioMerit__bt > a::before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.m-desioMerit__bt > a:hover,
.m-desioMerit__bt > a:active {
  opacity: 0.7;
}

.m-desioCase {
  margin-top: 130px;
}

@media (max-width: 767px) {
  .m-desioCase {
    margin-top: 65px;
  }
}
.m-desioCase__tt {
  margin-bottom: 55px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 767px) {
  .m-desioCase__tt {
    margin-bottom: 25px;
    font-size: 1.71429rem;
  }
}
.m-desioCase__bd {
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .m-desioCase__bd {
    max-width: none;
    padding: 0 20px;
  }
}
.m-desioCase__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}

.m-desioCase__ul__pw {
  position: relative;
}

.m-desioCase__ul__pw__p {
  overflow: hidden;
}

.m-desioCase__ul__pw__p::before {
  content: "";
  display: block;
  padding-top: calc(300 / 540 * 100%);
  background: 50% 50% / cover no-repeat;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.m-desioCase__ul__pw__lb {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 7px;
  left: 5px;
  min-width: 90px;
  height: 22px;
  padding: 0 10px;
  border-radius: 4px;
  box-sizing: border-box;
  background: #244321;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.m-desioCase__ul__t {
  position: relative;
  margin: 10px 0 0;
  padding: 0 25px 0 0;
  font-size: 14px;
  line-height: calc(23 / 14);
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.m-desioCase__ul__t > span {
  display: inline-block;
}

.m-desioCase__ul__t > span.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 7px;
  margin-top: -3px;
  background: #000;
}

.m-desioCase__ul__t > span.icon::before,
.m-desioCase__ul__t > span.icon::after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  background: #000;
}

.m-desioCase__ul__t > span.icon::before {
  top: 2px;
  width: 1px;
  height: 7px;
}

.m-desioCase__ul__t > span.icon::after {
  top: 8px;
  width: 9px;
  height: 1px;
}

.m-desioCase__ul > li {
  width: calc(50% - 10px);
}

@media (max-width: 767px) {
  .m-desioCase__ul > li {
    width: 100%;
  }
}
.m-desioCase__ul > li > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.m-desioCase__ul > li > a:hover .m-desioCase__ul__pw__p::before,
.m-desioCase__ul > li > a:active .m-desioCase__ul__pw__p::before {
  transform: scale(1.1);
}

.m-desioCase__ul > li > a:hover .m-desioCase__ul__t,
.m-desioCase__ul > li > a:active .m-desioCase__ul__t {
  opacity: 0.7;
}

.m-desioCase__ul > li.is-01 .m-desioCase__ul__pw__p::before {
  background-image: url(/lineup/images/desio/pic_case01.webp);
}

.m-desioCase__ul > li.is-02 .m-desioCase__ul__pw__p::before {
  background-image: url(/lineup/images/desio/pic_case02.webp);
}

.m-desioCase__ul > li.is-03 .m-desioCase__ul__pw__p::before {
  background-image: url(/lineup/images/desio/pic_case03.webp);
}

.m-desioCase__ul > li.is-04 .m-desioCase__ul__pw__p::before {
  background-image: url(/lineup/images/desio/pic_case04.webp);
}

.m-desioComb {
  margin-top: 130px;
  padding: 50px 0;
  background: #eff6ff;
}

@media (max-width: 767px) {
  .m-desioComb {
    margin-top: 65px;
    padding: 40px 0;
  }
}
.m-desioComb__cw {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .m-desioComb__cw {
    display: block;
  }
}
.m-desioComb__cw__c:nth-child(1) {
  padding-right: 80px;
}

@media (max-width: 767px) {
  .m-desioComb__cw__c:nth-child(1) {
    margin-bottom: 25px;
    padding-right: 0;
  }
}
.m-desioComb__p {
  width: 380px;
}

@media (max-width: 767px) {
  .m-desioComb__p {
    width: 227px;
    margin: 0 auto;
  }
}
.m-desioComb__p::before {
  content: "";
  display: block;
  padding-top: 61.58%;
  background: url(/lineup/images/pic_desio_comb01.png) no-repeat;
  background-size: contain;
}

.m-desioComb__tt {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .m-desioComb__tt {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
  }
}
.m-desioComb__t {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .m-desioComb__t {
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
  }
}
.m-desioComb__bt {
  width: 400px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .m-desioComb__bt {
    width: auto;
    margin-top: 25px;
    padding: 0 20px;
  }
}
.m-desioComb__bt > a {
  display: block;
  position: relative;
  padding: 16px 0 !important;
  background: #0d75c1;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 767px) {
  .m-desioComb__bt > a {
    max-width: 335px;
    margin: 0 auto !important;
    padding: 13px 0 !important;
    font-size: 15px;
  }
}
@media (max-width: 374px) {
  .m-desioComb__bt > a {
    font-size: 4vw;
  }
}
.m-desioComb__bt > a::before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.m-desioComb__bt > a:hover,
.m-desioComb__bt > a:active {
  opacity: 0.7;
}

/* grandtoyou_v */
.s-greenModelIntro__nav {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
}

.s-greenModelIntro__nav li {
  width: calc((100% - 2px) / 3);
  background-color: #3f8670;
  text-align: center;
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.s-greenModelIntro__nav li:nth-child(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

@media (min-width: 768px) {
  .s-greenModelIntro__nav li:hover {
    opacity: 0.7;
  }
}
.s-greenModelIntro__nav li p {
  position: relative;
  padding: 30px 0 45px 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .s-greenModelIntro__nav li p {
    padding: 15px 0 25px;
    font-size: 12px;
  }
}
.s-greenModelIntro__nav li p::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  -webkit-transform: translateX(-50%) rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media (max-width: 767px) {
  .s-greenModelIntro__nav li p::after {
    width: 8px;
    height: 8px;
    bottom: 10.7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.s-greenModelIntro__box {
  max-width: 1600px;
  margin: 0 auto;
  background-color: #ecf3f1;
}

.s-greenModelIntro__box:nth-child(2) {
  background-color: #e2ebea;
}

.s-greenModelIntro__ttl {
  padding-top: 80px;
  text-align: center;
}

@media (max-width: 767px) {
  .s-greenModelIntro__ttl {
    padding-top: 50px;
  }
}
.s-greenModelIntro__box.box01 .s-greenModelIntro__ttl {
  margin-bottom: 40px;
}

.s-greenModelIntro__box.box02 .s-greenModelIntro__ttl,
.s-greenModelIntro__box.box03 .s-greenModelIntro__ttl {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .s-greenModelIntro__box.box01 .s-greenModelIntro__ttl,
  .s-greenModelIntro__box.box02 .s-greenModelIntro__ttl,
  .s-greenModelIntro__box.box03 .s-greenModelIntro__ttl {
    margin-bottom: 25px;
  }
}
.s-greenModelIntro__ttl__txt {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  color: #006b67;
}

@media (max-width: 767px) {
  .s-greenModelIntro__ttl__txt {
    font-size: 18px;
  }
}
.s-greenModelIntro__inner {
  max-width: 1166px;
  margin: 0 auto;
  background: #fff;
}

@media (max-width: 767px) {
  .s-greenModelIntro__inner {
    max-width: 1166px;
    margin: 0 2.666666667%;
  }
}
.s-greenModelIntro__inner__ttl {
  text-align: center;
  padding: 58px 0 40px;
}

@media (max-width: 767px) {
  .s-greenModelIntro__inner__ttl {
    padding: 25px 0;
  }
}
.s-greenModelIntro__inner__ttl__txt {
  font-size: 26px;
  color: #3f8670;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .s-greenModelIntro__inner__ttl__txt {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.s-greenModelIntro__txt sub {
  font-size: 12px;
}

.s-greenModelIntro__inner__ttl__txt sub {
  font-size: 14px;
}

@media (max-width: 767px) {
  .s-greenModelIntro__txt sub {
    font-size: 10px;
  }

  .s-greenModelIntro__inner__ttl__txt sub {
    font-size: 10px;
  }
}
.s-greenModelIntro__inner__img {
  padding: 0 105px 52px;
}

@media (max-width: 767px) {
  .s-greenModelIntro__inner__img {
    padding: 0 35px 30px;
  }
}
.s-greenModelIntro__inner__img img {
  width: 100%;
}

.s-greenModelIntro__content
.s-greenModelIntro__inner:nth-child(2)
.s-greenModelIntro__inner__img {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .s-greenModelIntro__content
  .s-greenModelIntro__inner:nth-child(2)
  .s-greenModelIntro__inner__img {
    margin-bottom: 25px;
  }
}
.s-greenModelIntro__box.box01 .s-greenModelIntro__inner__img {
  margin-bottom: 105px;
  position: relative;
}

@media (max-width: 767px) {
  .s-greenModelIntro__box.box01 .s-greenModelIntro__inner__img {
    margin-bottom: 60px;
  }
}
.s-greenModelIntro__box.box01 .s-greenModelIntro__inner__img.uArrow::after {
  position: absolute;
  bottom: -83px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "";
  width: 70px;
  height: 63px;
  background-image: url(/lineup/images/pic_gtyv_u_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .s-greenModelIntro__box.box01 .s-greenModelIntro__inner__img.uArrow::after {
    width: 40px;
    height: 36px;
    bottom: -48px;
  }
}
.s-greenModelIntro__noteList {
  max-width: 1166px;
  margin: 0 auto;
  padding: 0 40px 80px;
}

@media (max-width: 767px) {
  .s-greenModelIntro__noteList {
    padding: 0 2.666666667% 55px;
  }
}
.s-greenModelIntro__noteList li {
  font-size: 13px;
  line-height: 1.69;
  padding-left: 1.7em;
  text-indent: -1.7em;
  color: #222;
}

@media (max-width: 767px) {
  .s-greenModelIntro__noteList li {
    font-size: 12px;
    line-height: 1.6;
    word-break: break-word;
  }
}
.s-greenModelIntro__noteList li sub {
  font-size: 10px;
}

.s-greenModelIntro__txt {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.68;
}

@media (max-width: 767px) {
  .s-greenModelIntro__txt {
    margin-bottom: 25px;
  }
}
.s-greenModelIntro__txt p:first-child {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .s-greenModelIntro__txt p:first-child {
    margin-bottom: 10px;
  }
}
.s-greenModelIntro__cprBlock img,
.s-greenModelIntro__imgBox img {
  width: 100%;
  display: block;
}

.s-greenModelIntro__cprBlock {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1166px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .s-greenModelIntro__cprBlock {
    display: block;
    padding: 0 2.666666667%;
  }
}
.s-greenModelIntro__cprBlock::after {
  position: absolute;
  content: "";
  width: 135px;
  height: 68px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-image: url(/lineup/images/pic_gtyv_c_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

@media (max-width: 767px) {
  .s-greenModelIntro__cprBlock::after {
    top: 53%;
    width: 41px;
    height: 24px;
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
  }
}
.s-greenModelIntro__cprBox {
  max-width: 48.11744425%;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .s-greenModelIntro__cprBox {
    max-width: 100%;
    margin-bottom: 65px;
  }

  .s-greenModelIntro__cprBox:nth-child(2) {
    margin-bottom: 25px;
  }
}
.s-greenModelIntro__cprBox__hd {
  height: 98px;
  background-color: #3f8670;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

@media (max-width: 767px) {
  .s-greenModelIntro__cprBox__hd {
    height: 80px;
  }
}
.s-greenModelIntro__cprBox:nth-child(2) .s-greenModelIntro__cprBox__hd {
  background-color: #888988;
}

@media (max-width: 767px) {
  .s-greenModelIntro__cprBox:nth-child(2) .s-greenModelIntro__cprBox__hd {
    height: 54px;
  }
}
.s-greenModelIntro__cprBox__hd .note {
  font-size: 14px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .s-greenModelIntro__cprBox__hd .note {
    font-size: 8px;
  }
}
.s-greenModelIntro__txt .note {
  font-size: 8px;
  vertical-align: top;
}

.s-greenModelIntro__cprBox__hd p {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .s-greenModelIntro__cprBox__hd p {
    font-size: 16px;
  }
}
.s-greenModelIntro__box.box03 .s-greenModelIntro__txt .note__txt {
  font-size: 13px;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .s-greenModelIntro__box.box03 .s-greenModelIntro__txt .note__txt {
    margin: 15px 2.666666667% 0;
    text-align: left;
    font-size: 12px;
    padding-left: 1.7em;
    text-indent: -1.7em;
  }
}
.s-greenModelIntro__imgBox {
  max-width: 1166px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .s-greenModelIntro__imgBox {
    padding: 0 2.666666667%;
  }
}
.s-greenModelIntro__methodBox__ul {
  display: flex;
  max-width: 1166px;
  margin: 40px auto;
  padding: 0 40px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .s-greenModelIntro__methodBox__ul {
    display: block;
    padding: 0 2.666666667%;
    margin: 25px auto;
  }
}
.s-greenModelIntro__methodBox__ul li {
  width: 31.38936535%;
}

@media (max-width: 767px) {
  .s-greenModelIntro__methodBox__ul li {
    width: 100%;
    margin-bottom: 25px;
  }
}
.s-greenModelIntro__methodBox__ul li img {
  width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .s-greenModelIntro .is-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .s-greenModelIntro .is-sp {
    display: none;
  }
}
/* domani */
.domaniFootBnr {
  margin: 120px auto 0;
  padding: 0 80px;
}

@media (max-width: 767px) {
  .domaniFootBnr {
    margin: 80px auto 0;
    padding: 0 10px;
  }
}
.domaniFootBnr__bd {
  display: block;
  max-width: 1165px;
  margin: 0 auto;
}

.domaniFootBnr__bd__p {
  display: block;
  position: relative;
  overflow: hidden;
}

.domaniFootBnr__bd__p::before,
.domaniFootBnr__bd__p::after {
  content: "";
  display: block;
}

.domaniFootBnr__bd__p::before {
  padding-top: 36.08247%;
}

@media (max-width: 767px) {
  .domaniFootBnr__bd__p::before {
    padding-top: 61.97183%;
  }
}
.domaniFootBnr__bd__p::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50% / cover;
  z-index: 1;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 768px) {
  .domaniFootBnr__bd__p::after {
    background-image: url(/lineup/images/domani/pic_footbnr01.webp);
  }
}
@media (max-width: 767px) {
  .domaniFootBnr__bd__p::after {
    background-image: url(/lineup/images/domani/pic_footbnr01_sp.webp);
  }
}
.domaniFootBnr__bd__p > span {
  display: block;
  position: absolute;
  left: 50px;
  z-index: 2;
}

@media (max-width: 767px) {
  .domaniFootBnr__bd__p > span {
    left: 4vw;
  }
}
.domaniFootBnr__bd__p > span.is-t {
  top: 35px;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .domaniFootBnr__bd__p > span.is-t {
    top: clamp(0px, 4vw, 24px);
    font-size: clamp(10px, 3.2vw, 19.2px);
  }
}
.domaniFootBnr__bd__p > span.is-l {
  top: 69px;
  width: clamp(0px, 41.71674%, 486px);
  background: url(/lineup/images/domani/logo_domani_bright01.webp) no-repeat 50% 50%/contain;
}

@media (max-width: 767px) {
  .domaniFootBnr__bd__p > span.is-l {
    top: clamp(0px, 10.4vw, 62.4px);
    width: clamp(0px, 57.33333vw, 344px);
  }
}
.domaniFootBnr__bd__p > span.is-l::before {
  content: "";
  display: block;
  padding-top: 12.34568%;
}

.domaniFootBnr__bd__t {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 68px;
  margin-top: -1px;
  background: #bd2e3b;
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 767px) {
  .domaniFootBnr__bd__t {
    height: 70px;
    padding: 0 55px;
  }
}
@media (max-width: 374px) {
  .domaniFootBnr__bd__t {
    padding: 0 14.66667vw;
  }
}
.domaniFootBnr__bd__t > span {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.domaniFootBnr__bd__t > span > span {
  display: inline-block;
}

@media (max-width: 767px) {
  .domaniFootBnr__bd__t > span {
    font-size: 17px;
    line-height: 1.47059;
  }
}
@media (max-width: 374px) {
  .domaniFootBnr__bd__t > span {
    font-size: 4.53333vw;
  }
}
.domaniFootBnr__bd__t::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  right: 30px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  transform: translateY(50%) rotate(45deg);
}

@media (max-width: 767px) {
  .domaniFootBnr__bd__t::after {
    right: 20px;
    width: 14px;
    height: 14px;
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .domaniFootBnr__bd:hover .domaniFootBnr__bd__p::after {
    transform: scale(1.1);
  }

  .domaniFootBnr__bd:hover .domaniFootBnr__bd__t {
    opacity: 0.7;
  }
}
/* sps_plus */
.m-spstplusCH,
.m-spstplusGC,
.m-spstplusRB,
.m-spstplusSS {
  font-weight: 300;
}

.m-spstplusCH picture,
.m-spstplusGC picture,
.m-spstplusRB picture,
.m-spstplusSS picture {
  display: block;
  width: 100%;
}

.m-spstplusCH img,
.m-spstplusGC img,
.m-spstplusRB img,
.m-spstplusSS img {
  display: block;
  width: 100%;
  height: auto;
}

.m-spstplusCH {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0 150px;
}

@media (max-width: 767px) {
  .m-spstplusCH {
    padding: 0 0 70px;
  }
}
.m-spstplusCH__p {
  margin: 0 0 92px;
}

@media (max-width: 767px) {
  .m-spstplusCH__p {
    margin: 0 0 28px;
  }
}
.m-spstplusCH__in {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .m-spstplusCH__in {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .m-spstplusCH__in {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .m-spstplusCH__i {
    width: 49.12281%;
  }
}
.m-spstplusCH__i__tt {
  margin: 0 0 32px;
  font-size: 34px;
  font-weight: 200;
  line-height: calc(51 / 34);
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .m-spstplusCH__i__tt {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: calc(27 / 18);
    text-align: center;
  }
}
.m-spstplusCH__i__t {
  font-size: 16px;
  line-height: calc(32 / 16);
}

@media (max-width: 767px) {
  .m-spstplusCH__i__t {
    margin: 0 0 40px;
    font-size: 14px;
    line-height: calc(24 / 14);
  }
}
@media (min-width: 768px) {
  .m-spstplusCH__f {
    width: 44.03509%;
  }
}
@media (max-width: 767px) {
  .m-spstplusCH__f {
    max-width: 502px;
    margin: 0 auto;
  }
}
.m-spstplusGC {
  margin: 0 0 80px;
  padding: 120px 0;
  overflow: clip;
  background: url(/lineup/images/sps_plus/bg_gc01.webp) 0 0/480px auto;
}

@media (max-width: 767px) {
  .m-spstplusGC {
    margin: 0 0 52px;
    padding: 70px 0;
  }
}
.m-spstplusGC__in {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .m-spstplusGC__in {
    padding: 0 20px;
  }
}
.m-spstplusGC__hd {
  position: relative;
}

@media (min-width: 768px) {
  .m-spstplusGC__hd {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 606px;
  }
}
@media (min-width: 768px) {
  .m-spstplusGC__hd__h {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .m-spstplusGC__hd__h {
    position: relative;
    z-index: 1;
  }
}
.m-spstplusGC__hd__h__tt {
  width: 363px;
  margin: 0 0 49px;
}

@media (max-width: 767px) {
  .m-spstplusGC__hd__h__tt {
    width: 228px;
    margin: 0 0 30px;
  }
}
.m-spstplusGC__hd__h__t {
  font-size: 20px;
  line-height: calc(33 / 20);
  letter-spacing: 0.25em;
}

@media (max-width: 767px) {
  .m-spstplusGC__hd__h__t {
    font-size: 14px;
    line-height: calc(32 / 14);
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .m-spstplusGC__hd__p {
    width: 1064px;
  }
}
@media (max-width: 767px) {
  .m-spstplusGC__hd__p {
    position: relative;
    margin: calc(-90 / 375 * 100vw + 90px) -10px 0;
  }
}
@media (max-width: 374px) {
  .m-spstplusGC__hd__p {
    margin: 0 -10px;
  }
}
.m-spstplusGC__ld {
  max-width: 712px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .m-spstplusGC__ld {
    max-width: 375px;
    margin: 0 auto;
    padding: 47px 0 52px;
  }
}
.m-spstplusRB {
  overflow: clip;
}

.m-spstplusRB__p {
  position: relative;
  background: 50% 50% / cover no-repeat;
}

@media (min-width: 768px) {
  .m-spstplusRB__p {
    background-image: url(/lineup/images/sps_plus/pic_rb_p01.webp);
  }
}
@media (max-width: 767px) {
  .m-spstplusRB__p {
    background-image: url(/lineup/images/sps_plus/pic_rb_p01_sp.webp);
  }
}
.m-spstplusRB__p::after {
  content: "";
  display: block;
  padding-top: 36.60322%;
}

@media (max-width: 767px) {
  .m-spstplusRB__p::after {
    padding-top: 61.6%;
  }
}
@media (min-width: 768px) {
  .m-spstplusRB__p__in {
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
  }
}
.m-spstplusRB__p__i {
  position: absolute;
}

@media (min-width: 768px) {
  .m-spstplusRB__p__i {
    top: clamp(60.9224px, 5.34407vw, 73px);
    left: 40px;
  }
}
@media (max-width: 767px) {
  .m-spstplusRB__p__i {
    bottom: 5.60345%;
    left: 0;
    width: 100%;
    padding: 0 0 0 4.8vw;
    box-sizing: border-box;
  }
}
.m-spstplusRB__p__i__tt {
  width: 344px;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .m-spstplusRB__p__i__tt {
    width: 58.93333%;
    margin: 0 0 7px;
  }
}
.m-spstplusRB__p__i__t {
  color: #fff;
  font-size: 20px;
  line-height: calc(33 / 20);
  letter-spacing: 0.25em;
}

@media (max-width: 767px) {
  .m-spstplusRB__p__i__t {
    font-size: clamp(14px, 3.73333%, 21px);
    line-height: calc(224 / 140);
    letter-spacing: 0.22em;
  }
}
.m-spstplusRB__bd {
  padding: 100px 0;
  background: url(/lineup/images/sps_plus/bg_rb01.webp) 0 0/480px auto;
}

@media (max-width: 767px) {
  .m-spstplusRB__bd {
    padding: 30px 0 70px;
  }
}
.m-spstplusRB__bd__in {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .m-spstplusRB__bd__in {
    padding: 0 20px;
  }
}
.m-spstplusCR {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .m-spstplusCR {
    display: block;
  }
}
.m-spstplusCR.is-reverse {
  flex-direction: row-reverse;
}

.m-spstplusCR__p {
  position: relative;
  width: clamp(700.81967px, 61.47541vw, 750px);
  z-index: 1;
}

@media (max-width: 767px) {
  .m-spstplusCR__p {
    width: calc(100vw - 40px);
  }
}
.m-spstplusCR__p::before {
  content: "";
  display: block;
  padding-top: 61.86667%;
}

.m-spstplusCR__p > li {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: width 0s linear 0.85s;
  z-index: 1;
}

.m-spstplusCR__p > li img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(700.81967px, 61.47541vw, 750px);
  height: 100%;
  transform-origin: 50% 50%;
  transform: scale(1.25);
  transition: transform 0s linear 0.85s;
  object-fit: cover;
}

@media (max-width: 767px) {
  .m-spstplusCR__p > li img {
    width: calc(100vw - 40px);
  }
}
.m-spstplusCR[data-luslider2-idx="1"] .m-spstplusCR__p > li.is-01,
.m-spstplusCR[data-luslider2-idx="2"] .m-spstplusCR__p > li.is-02,
.m-spstplusCR[data-luslider2-idx="3"] .m-spstplusCR__p > li.is-03,
.m-spstplusCR[data-luslider2-idx="4"] .m-spstplusCR__p > li.is-04 {
  width: 100%;
  transition: width 0.8s cubic-bezier(0.48, 0.2, 0.1, 0.9);
  z-index: 2;
}

.m-spstplusCR[data-luslider2-idx="1"] .m-spstplusCR__p > li.is-01 img,
.m-spstplusCR[data-luslider2-idx="2"] .m-spstplusCR__p > li.is-02 img,
.m-spstplusCR[data-luslider2-idx="3"] .m-spstplusCR__p > li.is-03 img,
.m-spstplusCR[data-luslider2-idx="4"] .m-spstplusCR__p > li.is-04 img {
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.48, 0.2, 0.1, 0.9);
}

.m-spstplusCR__p.is-reverse > li {
  right: auto;
  left: 0;
}

.m-spstplusCR__p.is-reverse > li img {
  right: auto;
  left: 0;
}

.m-spstplusCR__i {
  position: relative;
  width: 27.19298%;
  z-index: 2;
}

@media (max-width: 767px) {
  .m-spstplusCR__i {
    width: 100%;
    padding: 30px 0 0;
  }
}
.m-spstplusCR__i__h {
  position: relative;
}

@media (min-width: 768px) {
  .m-spstplusCR__i__h {
    margin: 0 0 52px;
  }
}
.m-spstplusCR__i__h > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transform-origin: 100% 50%;
  transform: translate(70px, 0);
  transition: opacity 0.3s cubic-bezier(0.48, 0.2, 0.1, 0.9), transform 0.7s cubic-bezier(0.48, 0.2, 0.1, 0.9), width 0s linear 0.85s;
  z-index: 1;
}

@media (max-width: 767px) {
  .m-spstplusCR__i__h > li {
    max-width: 335px;
    transform: translate(50px, 0);
  }
}
.m-spstplusCR[data-luslider2-idx="1"] .m-spstplusCR__i__h > li.is-01,
.m-spstplusCR[data-luslider2-idx="2"] .m-spstplusCR__i__h > li.is-02,
.m-spstplusCR[data-luslider2-idx="3"] .m-spstplusCR__i__h > li.is-03,
.m-spstplusCR[data-luslider2-idx="4"] .m-spstplusCR__i__h > li.is-04 {
  position: relative;
  width: 100%;
  opacity: 1;
  transform-origin: 0 50%;
  transform: translate(0, 0);
  transition: opacity 0.4s cubic-bezier(0.48, 0.2, 0.1, 0.9) 0.15s, transform 1s cubic-bezier(0.48, 0.2, 0.1, 0.9), width 0.8s cubic-bezier(0.48, 0.2, 0.1, 0.9) 0.15s;
  z-index: 2;
}

.m-spstplusCR__i__h__tt {
  width: 310px;
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  .m-spstplusCR__i__h__tt {
    width: 177px;
    margin: 0 0 10px;
  }
}
.m-spstplusCR__i__h__e {
  width: 310px;
  margin: 0 0 12px;
}

@media (max-width: 767px) {
  .m-spstplusCR__i__h__e {
    width: 165px;
    margin: 0 0 10px;
  }
}
.m-spstplusCR__i__h__t {
  font-size: 18px;
  line-height: calc(38 / 18);
  letter-spacing: 0.25em;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .m-spstplusCR__i__h__t {
    font-size: 14px;
    line-height: calc(24 / 14);
    letter-spacing: 0.05em;
  }
}
@media (max-width: 374px) {
  .m-spstplusCR__i__h__t {
    font-size: 3.73333vw;
  }
}
.m-spstplusCR__i__h__t2 {
  font-size: 18px;
  line-height: calc(38 / 18);
  letter-spacing: 0.25em;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .m-spstplusCR__i__h__t2 {
    font-size: 20px;
    line-height: calc(30 / 20);
    letter-spacing: 0.25em;
  }
}
@media (max-width: 374px) {
  .m-spstplusCR__i__h__t2 {
    font-size: 5.33333vw;
  }
}
.m-spstplusCR__i__c {
  display: flex;
  column-gap: 20px;
}

@media (max-width: 767px) {
  .m-spstplusCR__i__c {
    column-gap: 12px;
    position: absolute;
    top: -15px;
    right: 12px;
  }
}
.m-spstplusCR__i__c > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 52px;
  height: 52px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .m-spstplusCR__i__c > li a {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #231916;
  }
}
.m-spstplusCR__i__c > li a > span {
  display: block;
  position: absolute;
}

@media (min-width: 768px) {
  .m-spstplusCR__i__c > li a > span.circle {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mask: url(/lineup/images/sps_plus/bg_circle01.svg) 50% 50%/contain no-repeat;
    -webkit-mask: url(/lineup/images/sps_plus/bg_circle01.svg) 50% 50%/contain no-repeat;
    z-index: 1;
  }
}
.m-spstplusCR__i__c > li a > span.prev,
.m-spstplusCR__i__c > li a > span.next {
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  overflow: hidden;
}

.m-spstplusCR__i__c > li a > span.prev::before,
.m-spstplusCR__i__c > li a > span.prev::after,
.m-spstplusCR__i__c > li a > span.next::before,
.m-spstplusCR__i__c > li a > span.next::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #000;
  mask: url(../media/images/grandtoyou_fr/common/icon_arrow01.svg) 50% 50%/contain no-repeat;
  -webkit-mask: url(../media/images/grandtoyou_fr/common/icon_arrow01.svg) 50% 50%/contain no-repeat;
  z-index: 2;
}

@media (max-width: 767px) {
  .m-spstplusCR__i__c > li a > span.prev::before,
  .m-spstplusCR__i__c > li a > span.prev::after,
  .m-spstplusCR__i__c > li a > span.next::before,
  .m-spstplusCR__i__c > li a > span.next::after {
    background: #fff;
  }
}
.m-spstplusCR__i__c > li a > span.prev.prev::before,
.m-spstplusCR__i__c > li a > span.next.prev::before {
  transform: rotate(180deg) translateX(-100%);
  opacity: 0;
}

.m-spstplusCR__i__c > li a > span.prev.prev::after,
.m-spstplusCR__i__c > li a > span.next.prev::after {
  transform: rotate(180deg);
}

.m-spstplusCR__i__c > li a > span.prev.next::before,
.m-spstplusCR__i__c > li a > span.next.next::before {
  transform: translateX(-100%);
  opacity: 0;
}

@media (min-width: 768px) {
  .m-spstplusCR__i__c > li a > span.prev::before,
  .m-spstplusCR__i__c > li a > span.prev::after,
  .m-spstplusCR__i__c > li a > span.next::before,
  .m-spstplusCR__i__c > li a > span.next::after {
    transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, opacity 750ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, background 750ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }

  .m-spstplusCR__i__c > li a:hover > span.prev::before,
  .m-spstplusCR__i__c > li a:hover > span.prev::after,
  .m-spstplusCR__i__c > li a:hover > span.next::before,
  .m-spstplusCR__i__c > li a:hover > span.next::after {
    background: #156082;
  }

  .m-spstplusCR__i__c > li a:hover > span.prev::before {
    transform: rotate(180deg);
    opacity: 1;
  }

  .m-spstplusCR__i__c > li a:hover > span.prev::after {
    transform: rotate(180deg) translateX(100%);
    opacity: 0;
  }

  .m-spstplusCR__i__c > li a:hover > span.next::before {
    transform: none;
    opacity: 1;
  }

  .m-spstplusCR__i__c > li a:hover > span.next::after {
    transform: translateX(100%);
    opacity: 0;
  }
}
.m-spstplusSS {
  max-width: 1600px;
  margin: 0 auto;
}

.m-spstplusSS__p {
  margin: 0 0 80px;
}

@media (max-width: 767px) {
  .m-spstplusSS__p {
    margin: 0 0 28px;
  }
}
.m-spstplusSS__in {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .m-spstplusSS__in {
    padding: 0 20px;
  }
}
.m-spstplusSS__t {
  font-size: 16px;
  line-height: calc(32 / 16);
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .m-spstplusSS__t {
    font-size: 14px;
    line-height: calc(24 / 14);
    letter-spacing: 0;
  }
}
.m-spstplusSS__t sup {
  font-size: 70%;
  line-height: 1;
  vertical-align: 50%;
}

.m-spstplusSS__nt {
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  .m-spstplusSS__nt {
    margin: 16px 0 0;
  }
}
.m-spstplusSS__nt > li {
  display: flex;
  column-gap: 0.25em;
}

.m-spstplusSS__nt > li > span {
  display: block;
  font-size: 12px;
  line-height: calc(18 / 12);
}

@media (max-width: 767px) {
  .m-spstplusSS__nt > li > span {
    font-size: 11px;
    line-height: calc(22 / 11);
  }
}
.m-spstplusSS__nt > li > span:nth-child(1) {
  flex: 0 0 auto;
}

.m-spstplusSS__nt > li > span:nth-child(2) {
  flex: 1 1 auto;
}

@media (min-width: 768px) {
  .m-spstplusSS__ld {
    display: flex;
    margin: 0 auto 130px;
  }
}
@media (max-width: 767px) {
  .m-spstplusSS__ld {
    margin: 0 0 70px;
  }
}
.m-spstplusSS__ld__tt {
  font-size: 34px;
  font-weight: 200;
  line-height: calc(51 / 34);
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .m-spstplusSS__ld__tt {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .m-spstplusSS__ld__tt {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: calc(27 / 18);
    text-align: center;
  }
}
@media (min-width: 768px) {
  .m-spstplusSS__ld__i {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .m-spstplusSS__pt > li {
    display: flex;
    align-items: center;
    column-gap: 7.01754%;
  }

  .m-spstplusSS__pt > li.is-01 {
    flex-direction: row-reverse;
  }
}
.m-spstplusSS__pt > li + li {
  margin: 100px 0 0;
}

@media (max-width: 767px) {
  .m-spstplusSS__pt > li + li {
    margin: 70px 0 0;
  }
}
@media (min-width: 768px) {
  .m-spstplusSS__pt__p {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .m-spstplusSS__pt__p {
    margin: 0 0 28px;
  }
}
.m-spstplusSS__pt__i {
  flex: 1 1 auto;
}

.m-spstplusSS__pt__i__stt {
  margin: 0 0 26px;
  font-size: 24px;
  font-weight: 300;
  line-height: calc(42 / 24);
  letter-spacing: 0.25em;
}

@media (max-width: 767px) {
  .m-spstplusSS__pt__i__stt {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 200;
    line-height: calc(27 / 18);
    text-align: center;
    letter-spacing: 0.1em;
  }

  .m-spstplusSS__pt__i__stt > span {
    display: inline-block;
    width: 0.5em;
    white-space: nowrap;
  }
}
/* spstfxu */
.m-spstfxuUS__h {
  margin: 0 0 50px;
}

@media (max-width: 767px) {
  .m-spstfxuUS__h {
    margin: 0 0 22px;
    padding: 0 10px;
  }
}
.m-spstfxuUS__h__t {
  font-size: 16px;
  line-height: calc(27.2 / 16);
}

@media (min-width: 768px) {
  .m-spstfxuUS__h__t {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .m-spstfxuUS__h__t {
    font-size: 14px;
    line-height: calc(23.8 / 14);
  }
}
.m-spstfxuUS__h__nt {
  display: flex;
  margin: 10px 0 0;
}

@media (min-width: 768px) {
  .m-spstfxuUS__h__nt {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .m-spstfxuUS__h__nt {
    margin: 14px 0 0;
  }
}
.m-spstfxuUS__h__nt > span {
  display: block;
  font-size: 14px;
  line-height: calc(27.2 / 14);
}

@media (max-width: 767px) {
  .m-spstfxuUS__h__nt > span {
    font-size: 12px;
    line-height: 1.4;
  }

  .m-spstfxuUS__h__nt > span:nth-child(1) {
    flex: 0 0 auto;
  }

  .m-spstfxuUS__h__nt > span:nth-child(2) {
    flex: 1 1 auto;
  }
}
.m-spstfxuUS__p {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .m-spstfxuUS__p {
    height: 665px;
  }
}
@media (max-width: 767px) {
  .m-spstfxuUS__p {
    width: 100%;
    max-width: calc(375px * 1.5);
    aspect-ratio: 750 / 750;
  }
}
.m-spstfxuUS__p picture,
.m-spstfxuUS__p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.m-spstfxuUS__b {
  max-width: 400px;
  margin: 50px auto 0;
}

@media (max-width: 767px) {
  .m-spstfxuUS__b {
    margin: 20px auto 0;
    padding: 0 10px;
  }
}
/* ---------------------------------
Manuscript
--------------------------------- */
/* m-lineupFoot */
.m-lineupFoot {
  margin-top: 120px !important;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  .m-lineupFoot {
    margin-top: 80px !important;
  }
}
.m-lineupFoot.is-mt0 {
  margin-top: 0 !important;
}

.m-lineupFoot__tt {
  margin-bottom: 35px !important;
  color: #333;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .m-lineupFoot__tt {
    margin-bottom: 25px !important;
    font-size: 20px;
  }
}
@media (max-width: 374px) {
  .m-lineupFoot__tt {
    font-size: 5.33333vw;
  }
}
@media (min-width: 768px) {
  .m-lineupFoot__tt > br {
    display: none;
  }
}
.m-lineupFoot__ln__pw {
  position: relative;
}

.m-lineupFoot__ln__pw__bg {
  padding-top: 47.95%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  .m-lineupFoot__ln__pw__bg {
    padding-top: 48%;
  }
}
@media (min-width: 768px) {
  .m-lineupFoot__ln__pw__bg.is-1 {
    background-image: url(/lineup/images/bg_lineup_foot01.webp);
  }
}
@media (max-width: 767px) {
  .m-lineupFoot__ln__pw__bg.is-1 {
    background-image: url(/lineup/images/bg_lineup_foot01_sp.webp);
  }
}
@media (min-width: 768px) {
  .m-lineupFoot__ln__pw__bg.is-8 {
    background-image: url(/lineup/images/bg_lineup_foot08.webp);
  }
}
@media (max-width: 767px) {
  .m-lineupFoot__ln__pw__bg.is-8 {
    background-image: url(/lineup/images/bg_lineup_foot08_sp.webp);
  }
}
@media (min-width: 768px) {
  .m-lineupFoot__ln__pw__bg.is-2 {
    background-image: url(/lineup/images/bg_lineup_foot02.jpg);
  }
}
@media (max-width: 767px) {
  .m-lineupFoot__ln__pw__bg.is-2 {
    background-image: url(/lineup/images/bg_lineup_foot02_sp.jpg);
  }
}
@media (min-width: 768px) {
  .m-lineupFoot__ln__pw__bg.is-3 {
    background-image: url(/lineup/images/bg_lineup_foot03.jpg);
  }
}
@media (max-width: 767px) {
  .m-lineupFoot__ln__pw__bg.is-3 {
    background-image: url(/lineup/images/bg_lineup_foot03_sp.jpg);
  }
}
@media (min-width: 768px) {
  .m-lineupFoot__ln__pw__bg.is-4 {
    background-image: url(/lineup/images/bg_lineup_foot04.jpg);
  }
}
@media (max-width: 767px) {
  .m-lineupFoot__ln__pw__bg.is-4 {
    background-image: url(/lineup/images/bg_lineup_foot04_sp.jpg);
  }
}
@media (min-width: 768px) {
  .m-lineupFoot__ln__pw__bg.is-5 {
    background-image: url(/lineup/images/bg_lineup_foot05.jpg);
  }
}
@media (max-width: 767px) {
  .m-lineupFoot__ln__pw__bg.is-5 {
    background-image: url(/lineup/images/bg_lineup_foot05_sp.jpg);
  }
}
@media (min-width: 768px) {
  .m-lineupFoot__ln__pw__bg.is-6 {
    background-image: url(/lineup/images/bg_lineup_foot06.jpg);
  }
}
@media (max-width: 767px) {
  .m-lineupFoot__ln__pw__bg.is-6 {
    background-image: url(/lineup/images/bg_lineup_foot06_sp.jpg);
  }
}
@media (min-width: 768px) {
  .m-lineupFoot__ln__pw__bg.is-7 {
    background-image: url(/lineup/images/bg_lineup_foot07.jpg);
  }
}
@media (max-width: 767px) {
  .m-lineupFoot__ln__pw__bg.is-7 {
    background-image: url(/lineup/images/bg_lineup_foot07_sp.jpg);
  }
}
.m-lineupFoot__ln__pw__bd {
  position: absolute;
  left: 2.93%;
  top: 0;
  width: 35.63%;
  margin-top: 2.93%;
  padding-top: 42.08%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .m-lineupFoot__ln__pw__bd {
    left: 5.33%;
    width: 35.73%;
    margin-top: 2.93%;
    padding-top: 42.13%;
  }
}
.m-lineupFoot__ln__pw__bd__in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-lineupFoot__ln__pw__bd__in2 {
  display: table;
  width: 100%;
  height: 100%;
}

.m-lineupFoot__ln__pw__bd__in3 {
  display: table-cell;
  vertical-align: middle;
}

.m-lineupFoot__ln__pw__bd__lg {
  margin-bottom: 4.12%;
  padding: 0 12.35%;
}

@media (max-width: 767px) {
  .m-lineupFoot__ln__pw__bd__lg {
    margin-bottom: 5.6%;
    padding: 0 7.46%;
  }
}
.m-lineupFoot__ln__pw__bd__lg > span {
  display: block;
  position: relative;
  padding-top: 14.83%;
}

.m-lineupFoot__ln__pw__bd__lg > span > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.m-lineupFoot__ln__pw__bd__tt {
  color: #0075c0;
  font-size: 1.46vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) and (max-width: 1154px) {
  .m-lineupFoot__ln__pw__bd__tt {
    font-size: 16.91px;
  }
}
@media (max-width: 767px) {
  .m-lineupFoot__ln__pw__bd__tt {
    font-size: 4vw;
  }
}
.m-lineupFoot__ln__bt {
  max-width: 440px;
  margin: 20px auto 0 !important;
  padding: 0 20px !important;
}

@media (max-width: 767px) {
  .m-lineupFoot__ln__bt {
    max-width: none;
  }
}
.m-lineupFoot__ln__bt > span {
  display: block;
  position: relative;
  padding: 16px 0 !important;
  border: 1px solid #156082 !important;
  box-sizing: border-box;
  overflow: hidden;
  color: #156082;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1), color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 767px) {
  .m-lineupFoot__ln__bt > span {
    max-width: 335px;
    margin: 0 auto !important;
    padding: 13px 0 !important;
    font-size: 15px;
  }
}
@media (max-width: 374px) {
  .m-lineupFoot__ln__bt > span {
    font-size: 4vw;
  }
}
.m-lineupFoot__ln__bt > span::before,
.m-lineupFoot__ln__bt > span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  width: 15px;
  height: 15px;
  mask: url("../media/images/grandtoyou_fr/common/icon_arrow01.svg") 50% 50%/contain no-repeat;
  -webkit-mask: url("../media/images/grandtoyou_fr/common/icon_arrow01.svg") 50% 50%/contain no-repeat;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.m-lineupFoot__ln__bt > span::before {
  left: 19px;
  background: #fff;
  transform: translate(-40px, 50%);
}

.m-lineupFoot__ln__bt > span::after {
  right: 19px;
  background: #156082;
  transform: translate(0, 50%);
}

.m-lineupFoot__ln > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

@media (min-width: 768px) {
  .m-lineupFoot__ln > a:hover .m-lineupFoot__ln__bt > span,
  .m-lineupFoot__ln > a:active .m-lineupFoot__ln__bt > span {
    background: #156082;
    color: #fff;
  }

  .m-lineupFoot__ln > a:hover .m-lineupFoot__ln__bt > span::before,
  .m-lineupFoot__ln > a:active .m-lineupFoot__ln__bt > span::before {
    transform: translate(0, 50%);
  }

  .m-lineupFoot__ln > a:hover .m-lineupFoot__ln__bt > span::after,
  .m-lineupFoot__ln > a:active .m-lineupFoot__ln__bt > span::after {
    transform: translate(40px, 50%);
  }
}
.m-lineupFoot > ul {
  display: flex;
}

@media (max-width: 767px) {
  .m-lineupFoot > ul {
    display: block;
  }
}
.m-lineupFoot > ul > li {
  width: 50%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .m-lineupFoot > ul > li {
    width: auto;
  }
}
.m-lineupFoot > ul > li:nth-child(1) {
  padding-right: 1px;
}

@media (max-width: 767px) {
  .m-lineupFoot > ul > li:nth-child(1) {
    padding-right: 0;
  }
}
.m-lineupFoot > ul > li:nth-child(2) {
  padding-left: 1px;
}

@media (max-width: 767px) {
  .m-lineupFoot > ul > li:nth-child(2) {
    margin-top: 40px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .m-lineupFoot.is-home .m-lineupFoot__ln__pw::before {
    content: "";
    display: block;
    padding-top: 20.27%;
  }
}
.m-lineupFoot.is-home .m-lineupFoot__ln__pw__bg {
  padding-top: 29.28%;
}

@media (max-width: 767px) {
  .m-lineupFoot.is-home .m-lineupFoot__ln__pw__bg {
    padding-top: 73.87%;
  }
}
.m-lineupFoot.is-home .m-lineupFoot__ln__pw__bd {
  left: 4.39%;
  width: 24.08%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 767px) {
  .m-lineupFoot.is-home .m-lineupFoot__ln__pw__bd {
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .m-lineupFoot.is-home .m-lineupFoot__ln__pw__bd__in {
    position: relative;
    height: auto;
    padding-top: 20.27%;
  }

  .m-lineupFoot.is-home .m-lineupFoot__ln__pw__bd__in2 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }

  .m-lineupFoot.is-home .m-lineupFoot__ln__pw__bd__in3 {
    display: block;
    height: 100%;
  }
}
.m-lineupFoot.is-home .m-lineupFoot__ln__pw__bd__lg {
  margin-bottom: 6.08%;
  padding: 0 10.64%;
}

@media (max-width: 767px) {
  .m-lineupFoot.is-home .m-lineupFoot__ln__pw__bd__lg {
    margin-bottom: 0;
    padding: 0 19.33%;
  }
}
.m-lineupFoot.is-home .m-lineupFoot__ln__pw__bd__tt {
  font-size: 1.98vw;
}

@media print, (min-width: 768px) and (max-width: 1154px) {
  .m-lineupFoot.is-home .m-lineupFoot__ln__pw__bd__tt {
    font-size: 22.83px;
  }
}
@media (max-width: 767px) {
  .m-lineupFoot.is-home .m-lineupFoot__ln__pw__bd__tt {
    font-size: 4.53vw;
  }
}
/* other classes */
.sml {
  font-size: 0.8rem;
}

.mtop-1 {
  margin-top: 1em;
}

.note-wrp.lineup-note {
  padding: 1em;
}

.note-wrp.lineup-note .note li {
  padding-left: 1.5em;
  position: relative;
  font-size: 0.75rem;
}

.note-wrp.lineup-note .note li::before {
  content: "\203b";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.note-wrp.lineup-note.text-left .note li {
  text-align: left;
}

.note-wrp.lineup-note.text-left.w80 {
  width: 80%;
  margin: 0 auto;
}

.mini_tx_ul {
  counter-reset: number 0;
  margin: 20px 0 0 0;
  padding: 0;
}

.mini_tx_ul li {
  position: relative;
  padding-left: 25px;
  box-sizing: border-box;
}

.mini_tx_ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

body[data-gturemove] .l-gpMega,
body[data-gturemove] .l-gpHeader,
body[data-gturemove] .l-gpHeadSticky {
  display: none !important;
}

body[data-gturemove] .l-globalHeader,
body[data-gturemove] .l-globalMega,
body[data-gturemove] .l-globalHamburger {
  display: none !important;
}

body[data-gturemove] .l-gpHeaderHeight {
  height: 0 !important;
}

@media screen and (max-width: 767px) {
  body[data-gturemove] .l-gpHeaderHeight {
    display: block !important;
    height: 72px !important;
  }
}
.gtuHd,
.gtuBc,
body.gtu_202501 .gtuWrap__bd,
.cmnRecomCatalogBnr,
.gtuTtp,
.gtuThm {
  color: #444;
  font-weight: 400;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  .gtuHd .only--pc,
  .gtuBc .only--pc,
  body.gtu_202501 .gtuWrap__bd .only--pc,
  .cmnRecomCatalogBnr .only--pc,
  .gtuTtp .only--pc,
  .gtuThm .only--pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .gtuHd .only--sp,
  .gtuBc .only--sp,
  body.gtu_202501 .gtuWrap__bd .only--sp,
  .cmnRecomCatalogBnr .only--sp,
  .gtuTtp .only--sp,
  .gtuThm .only--sp {
    display: none !important;
  }
}
.gtuHd .is-ib,
.gtuBc .is-ib,
body.gtu_202501 .gtuWrap__bd .is-ib,
.cmnRecomCatalogBnr .is-ib,
.gtuTtp .is-ib,
.gtuThm .is-ib {
  display: inline-block;
}

.gtuHd .is-mbm-darken,
.gtuBc .is-mbm-darken,
body.gtu_202501 .gtuWrap__bd .is-mbm-darken,
.cmnRecomCatalogBnr .is-mbm-darken,
.gtuTtp .is-mbm-darken,
.gtuThm .is-mbm-darken {
  mix-blend-mode: darken;
}

@media screen and (max-width: 767px) {
  .gtuHd .is-spmbm-darken,
  .gtuBc .is-spmbm-darken,
  body.gtu_202501 .gtuWrap__bd .is-spmbm-darken,
  .cmnRecomCatalogBnr .is-spmbm-darken,
  .gtuTtp .is-spmbm-darken,
  .gtuThm .is-spmbm-darken {
    mix-blend-mode: darken;
  }
}
.gtuHd .is-whnw,
.gtuBc .is-whnw,
body.gtu_202501 .gtuWrap__bd .is-whnw,
.cmnRecomCatalogBnr .is-whnw,
.gtuTtp .is-whnw,
.gtuThm .is-whnw {
  white-space: nowrap;
}

.gtuHd .is-red,
.gtuBc .is-red,
body.gtu_202501 .gtuWrap__bd .is-red,
.cmnRecomCatalogBnr .is-red,
.gtuTtp .is-red,
.gtuThm .is-red {
  color: #ce2a2a;
}

.gtuHd .is-ls001,
.gtuBc .is-ls001,
body.gtu_202501 .gtuWrap__bd .is-ls001,
.cmnRecomCatalogBnr .is-ls001,
.gtuTtp .is-ls001,
.gtuThm .is-ls001 {
  letter-spacing: 0.01em;
}

.gtuHd b,
.gtuBc b,
body.gtu_202501 .gtuWrap__bd b,
.cmnRecomCatalogBnr b,
.gtuTtp b,
.gtuThm b {
  font-weight: 700;
}

.gtuHd b.is-fw500,
.gtuBc b.is-fw500,
body.gtu_202501 .gtuWrap__bd b.is-fw500,
.cmnRecomCatalogBnr b.is-fw500,
.gtuTtp b.is-fw500,
.gtuThm b.is-fw500 {
  font-weight: 500;
}

.gtuWrap {
  position: relative;
  padding: 0;
  margin: 0 0 110px;
}

@media screen and (max-width: 767px) {
  .gtuWrap {
    margin: 0 0 50px;
  }
}
.gtuWrap__bd {
  position: relative;
}

.cmnRecomWrap {
  background: #fafafa;
}

.cmnRecomWrap .cmnRecomCatalogBnr {
  padding: 120px 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .cmnRecomWrap .cmnRecomCatalogBnr {
    padding: 80px 0;
  }
}
.c-angle01 {
  display: block;
  width: 15px;
  aspect-ratio: 1 / 1;
  background: currentColor;
  mask: url("../media/images/grandtoyou_fr/common/icon_angle01.svg") 50% 50%/contain no-repeat;
  -webkit-mask: url("../media/images/grandtoyou_fr/common/icon_angle01.svg") 50% 50%/contain no-repeat;
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 30ms, opaity 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 30ms, background-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 30ms;
}

.c-angle01.is-external {
  mask: url("../media/images/grandtoyou_fr/common/icon_external01.svg") 50% 50%/contain no-repeat;
  -webkit-mask: url("../media/images/grandtoyou_fr/common/icon_external01.svg") 50% 50%/contain no-repeat;
}

.c-angle02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 2px solid #e3e9eb;
  border-radius: 50%;
  box-sizing: border-box;
}

.c-angle02 > span {
  display: block;
  position: relative;
  width: 25%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.c-angle02 > span::before,
.c-angle02 > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  mask: url("../media/images/grandtoyou_fr/common/icon_angle02.svg") 50% 50%/contain no-repeat;
  -webkit-mask: url("../media/images/grandtoyou_fr/common/icon_angle02.svg") 50% 50%/contain no-repeat;
}

.c-angle02 > span::before {
  left: -100%;
  background: #fff;
  opacity: 0;
}

.c-angle02 > span::after {
  left: 0;
  background: #444;
}

@media print, screen and (min-width: 768px) {
  .c-angle02 {
    transition: border-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, background-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }

  .c-angle02 > span {
    transition: background-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }

  .c-angle02 > span::before,
  .c-angle02 > span::after {
    transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }

  a:hover .c-angle02 {
    border-color: #444;
    background: #444;
  }

  a:hover .c-angle02 > span::before,
  a:hover .c-angle02 > span::after {
    transform: translateX(100%);
  }

  a:hover .c-angle02 > span::before {
    opacity: 1;
  }

  a:hover .c-angle02 > span::after {
    opacity: 0;
  }
}
.c-angle02.is-external > span {
  background: #444;
  mask: url("../media/images/grandtoyou_fr/common/icon_external01.svg") 50% 50%/contain no-repeat;
  -webkit-mask: url("../media/images/grandtoyou_fr/common/icon_external01.svg") 50% 50%/contain no-repeat;
}

.c-angle02.is-external > span::before,
.c-angle02.is-external > span::after {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  a:hover .c-angle02.is-external > span {
    background: #fff;
  }
}
.c-angle02.is-bdw01 {
  border-width: 1px;
}

.c-angle02.is-bdc01 {
  border-color: #bababa;
}

.c-angle02.is-raw {
  border: none;
  border-radius: 0;
  background: none !important;
}

.c-angle02.is-raw > span {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-angle02.is-spraw {
    border: none;
    border-radius: 0;
    background: none !important;
  }

  .c-angle02.is-spraw > span {
    width: 100%;
  }
}
.c-angle02.is-c-txt > span::before,
.c-angle02.is-c-txt > span::after {
  background: #444;
}

@media screen and (max-width: 767px) {
  .c-angle02.is-spc-conv > span::before,
  .c-angle02.is-spc-conv > span::after {
    background: #156082;
  }
}
.c-angle02.is-bottom {
  transform: rotate(90deg);
}

.c-angle02.is-left {
  transform: rotate(180deg);
}

.c-linkBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  border: 1px solid currentColor;
  box-sizing: border-box;
  overflow: hidden;
}

.c-linkBtn > span.c-angle01 {
  position: absolute;
  top: 50%;
}

.c-linkBtn > span.c-angle01:nth-child(1) {
  right: 19px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .c-linkBtn > span.c-angle01:nth-child(1) {
    right: 25px;
    width: 10px;
    mask: url("../media/images/grandtoyou_fr/common/icon_angle02.svg") 50% 50%/contain no-repeat;
    -webkit-mask: url("../media/images/grandtoyou_fr/common/icon_angle02.svg") 50% 50%/contain no-repeat;
  }

  .c-linkBtn > span.c-angle01:nth-child(1).is-external {
    width: 15px;
    mask: url("../media/images/grandtoyou_fr/common/icon_external01.svg") 50% 50%/contain no-repeat;
    -webkit-mask: url("../media/images/grandtoyou_fr/common/icon_external01.svg") 50% 50%/contain no-repeat;
  }
}
.c-linkBtn > span.c-angle01:nth-child(2) {
  left: 19px;
  transform: translate(-40px, -50%);
}

.c-linkBtn > span.is-t {
  font-size: 18px;
  font-family: YakuHanJPs, Arial, "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 767px) {
  .c-linkBtn > span.is-t {
    font-size: clamp(13.65333px, 4.26667vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-linkBtn {
    transition: background-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, border-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }

  .c-linkBtn > span.is-t {
    transition: color 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }

  .c-linkBtn:hover > span.c-angle01:nth-child(1),
  a:hover .c-linkBtn > span.c-angle01:nth-child(1) {
    transform: translate(40px, -50%);
  }

  .c-linkBtn:hover > span.c-angle01:nth-child(2),
  a:hover .c-linkBtn > span.c-angle01:nth-child(2) {
    transform: translate(0, -50%);
  }
}
.c-linkBtn.is-conv {
  border-color: #156082;
  background: #156082;
}

.c-linkBtn.is-conv > span.c-angle01:nth-child(1) {
  background: #fff;
}

.c-linkBtn.is-conv > span.c-angle01:nth-child(2) {
  background: #156082;
}

.c-linkBtn.is-conv > span.is-t {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .c-linkBtn.is-conv:hover,
  a:hover .c-linkBtn.is-conv {
    background-color: transparent;
  }

  .c-linkBtn.is-conv:hover > span.is-t,
  a:hover .c-linkBtn.is-conv > span.is-t {
    color: #156082;
  }
}
.c-linkBtn.is-blue {
  border-color: #156082;
}

.c-linkBtn.is-blue > span.c-angle01 {
  background: #156082;
}

.c-linkBtn.is-blue > span.is-t {
  color: #156082;
}

@media print, screen and (min-width: 768px) {
  .c-linkBtn.is-blue:hover,
  a:hover .c-linkBtn.is-blue {
    background: #156082;
  }

  .c-linkBtn.is-blue:hover > span.c-angle01,
  a:hover .c-linkBtn.is-blue > span.c-angle01 {
    background: #fff;
  }

  .c-linkBtn.is-blue:hover > span.is-t,
  a:hover .c-linkBtn.is-blue > span.is-t {
    color: #fff;
  }
}
.c-linkBtn.is-white {
  border-color: #fff;
}

.c-linkBtn.is-white > span.c-angle01 {
  background: #fff;
}

.c-linkBtn.is-white > span.is-t {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .c-linkBtn.is-white:hover,
  a:hover .c-linkBtn.is-white {
    background: #156082;
    border-color: #156082;
  }
}
.c-sec__anc {
  position: relative;
  height: 0;
}

@media print, screen and (min-width: 768px) {
  .c-sec__anc.is-tc {
    bottom: clamp(57px, 5vw, 72px);
    transform: translateY(-164px);
  }
}
@media screen and (max-width: 767px) {
  .c-sec__anc.is-tc {
    bottom: clamp(27.30667px, 8.53333vw, 32px);
    transform: translateY(-104px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-sec__anc.is-ds {
    bottom: clamp(41.16667px, 3.61111vw, 52px);
    transform: translateY(-100px);
  }
}
@media screen and (max-width: 767px) {
  .c-sec__anc.is-ds {
    bottom: clamp(27.30667px, 8.53333vw, 32px);
    transform: translateY(-104px);
  }
}
.c-sec__in {
  width: clamp(950px, 83.33333vw, 1200px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-sec__in {
    width: auto;
    padding: 0 clamp(20.48px, 6.4vw, 24px);
  }
}
.c-sec.is-p01 {
  padding: clamp(158.33333px, 13.88889vw, 200px) 0;
}

@media screen and (max-width: 767px) {
  .c-sec.is-p01 {
    padding: clamp(68.26667px, 21.33333vw, 80px) 0;
  }
}
.c-sec.is-p02 {
  padding: clamp(95px, 8.33333vw, 120px) 0;
}

@media screen and (max-width: 767px) {
  .c-sec.is-p02 {
    padding: clamp(68.26667px, 21.33333vw, 80px) 0;
  }
}
.c-sec.is-p03 {
  padding: clamp(95px, 8.33333vw, 120px) 0 clamp(158.33333px, 13.88889vw, 200px);
}

@media screen and (max-width: 767px) {
  .c-sec.is-p03 {
    padding: clamp(68.26667px, 21.33333vw, 80px) 0;
  }
}
.c-sec.is-bg01 {
  background: #fafafa;
}

.c-sec.is-bg02 {
  background: #f5f5f5;
}

.c-sec.is-bg03 {
  background: #eeeded;
}

.c-sec.is-bg04 {
  background: #e3e9eb;
}

.c-sec.is-bg05 {
  background: #ede8e6;
}

@media screen and (max-width: 767px) {
  .c-sec.is-spbg01 {
    background: #fafafa;
  }

  .c-sec.is-spbg02 {
    background: #f5f5f5;
  }

  .c-sec.is-spbg03 {
    background: #eeeded;
  }

  .c-sec.is-spbg04 {
    background: #e3e9eb;
  }

  .c-sec.is-spbg05 {
    background: #ede8e6;
  }
}
.c-tt {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .c-tt {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.c-tt__in {
  position: relative;
}

.c-tt__stt {
  font-size: clamp(19px, 1.66667vw, 24px);
  line-height: calc(46 / 24);
}

@media screen and (max-width: 767px) {
  .c-tt__stt {
    margin: 0 0 clamp(3.41333px, 1.06667vw, 4px);
    font-size: clamp(15.36px, 4.8vw, 18px);
    line-height: calc(28 / 18);
  }
}
.c-tt__tt {
  position: relative;
  font-size: clamp(31.66667px, 2.77778vw, 40px);
  line-height: calc(58 / 40);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .c-tt__tt {
    font-size: clamp(20.48px, 6.4vw, 24px);
    line-height: calc(35 / 24);
  }

  .c-tt__tt.is-spls01 {
    letter-spacing: 0;
  }
}
.c-tt__tt sup {
  display: inline-block;
  padding: 0 1px;
  font-size: 60%;
  line-height: 1.8;
  vertical-align: text-top;
}

.c-tt__tt > span.is-conv {
  color: #156082;
}

.c-tt__tt.is-df {
  display: flex;
  gap: 0 0.35em;
}

@media screen and (max-width: 767px) {
  .c-tt__tt.is-df {
    gap: 0 0.2em;
  }
}
.c-tt__tt.is-df > span {
  display: block;
}

.c-tt__tt.is-df > span:nth-child(1) {
  flex: 0 0 auto;
}

.c-tt__tt.is-df > span:nth-child(2) {
  flex: 1 1 auto;
}

.c-tt__tt.has-bd::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(58 / 40 / 2 * 1em);
  right: 100%;
  width: 50vw;
  height: 1px;
  margin: 0 clamp(31.66667px, 2.77778vw, 40px) 0 0;
  background: #156082;
}

@media screen and (max-width: 767px) {
  .c-tt__tt.has-bd::before {
    width: clamp(20.48px, 6.4vw, 24px);
    margin: 0 clamp(6.82667px, 2.13333vw, 8px) 0 0;
  }
}
.c-tt__t {
  font-size: clamp(12.66667px, 1.11111vw, 16px);
  line-height: calc(40 / 16);
}

@media screen and (max-width: 767px) {
  .c-tt__t {
    margin: clamp(30.72px, 9.6vw, 36px) 0 0;
    font-size: clamp(13.65333px, 4.26667vw, 16px);
    line-height: calc(26 / 16);
  }
}
.c-tt__asd {
  margin: clamp(31.66667px, 2.77778vw, 40px) 0 0;
}

.c-lk {
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(23.75px, 2.08333vw, 30px);
}

@media print, screen and (min-width: 768px) {
  .c-lk::after {
    content: "";
    flex: 1 1 35%;
    display: block;
    height: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-lk {
    flex-direction: column;
    gap: clamp(10.24px, 3.2vw, 12px) 0;
  }
}
.c-lk > li {
  flex: 1 1 35%;
}

.c-lk > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(31.66667px, 2.77778vw, 40px) 0 0;
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  .c-lk > li > a:hover .c-lk__p img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .c-lk > li > a {
    padding: 0 clamp(17.06667px, 5.33333vw, 20px) 0 0;
  }
}
.c-lk__p {
  flex: 0 0 auto;
  width: clamp(197.91667px, 17.36111vw, 250px);
  aspect-ratio: 250 / 160;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-lk__p {
    width: clamp(128px, 40vw, 150px);
  }
}
.c-lk__p picture,
.c-lk__p img {
  display: block;
  width: 100%;
  height: 100%;
}

.c-lk__p img {
  object-fit: cover;
}

@media print, screen and (min-width: 768px) {
  .c-lk__p img {
    transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
}
.c-lk__t {
  flex: 1 1 auto;
  padding: 0 0 0 clamp(23.75px, 2.08333vw, 30px);
  color: #5c5c5c;
  font-size: clamp(15.83333px, 1.38889vw, 20px);
}

@media print, screen and (min-width: 768px) {
  .c-lk__t {
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .c-lk__t {
    padding: 0 clamp(8.53333px, 2.66667vw, 10px) 0 clamp(17.06667px, 5.33333vw, 20px);
    font-size: clamp(13.65333px, 4.26667vw, 16px);
    line-height: calc(26 / 16);
  }
}
.c-lk__ag {
  flex: 0 0 auto;
  width: clamp(63.33333px, 5.55556vw, 80px);
}

@media screen and (max-width: 767px) {
  .c-lk__ag {
    width: clamp(6.82667px, 2.13333vw, 8px);
  }
}
@media screen and (max-width: 767px) {
  .c-lk__ag.is-02 {
    width: clamp(10.24px, 3.2vw, 12px);
  }
}
.c-txt {
  font-size: clamp(12.66667px, 1.11111vw, 16px);
  line-height: calc(40 / 16);
}

@media screen and (max-width: 767px) {
  .c-txt {
    font-size: clamp(13.65333px, 4.26667vw, 16px);
    line-height: calc(26 / 16);
  }
}
.c-txt + .c-txt,
.c-txt.is-mt01 {
  margin-top: calc(32 / 16 * 1em);
}

@media screen and (max-width: 767px) {
  .c-txt + .c-txt,
  .c-txt.is-mt01 {
    margin-top: calc(24 / 16 * 1em);
  }
}
.c-txt sup {
  display: inline-block;
  padding: 0 1px;
  font-size: 60%;
  line-height: 1.85;
  vertical-align: text-top;
}

.c-nt {
  margin: clamp(15.83333px, 1.38889vw, 20px) 0 0;
}

@media screen and (max-width: 767px) {
  .c-nt {
    margin: clamp(17.06667px, 5.33333vw, 20px) 0 0;
  }
}
.c-nt > li {
  display: flex;
  gap: 0 0.4em;
}

.c-nt > li > span {
  display: block;
  font-size: clamp(9.5px, 0.83333vw, 12px);
  line-height: calc(22 / 12);
  letter-spacing: -0.01em;
}

@media screen and (max-width: 767px) {
  .c-nt > li > span {
    font-size: clamp(10.24px, 3.2vw, 12px);
    line-height: calc(20 / 12);
  }
}
.c-nt > li > span:nth-child(1) {
  flex: 0 0 auto;
}

.c-nt > li > span:nth-child(2),
.c-nt > li > span.is-sg {
  flex: 1 1 auto;
}

.c-nt.is-gap0 > li {
  gap: 0;
}

.gtuHd {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}

@media print, screen and (min-width: 768px) {
  .gtuHd {
    min-width: 1140px;
  }
}
@media screen and (max-width: 767px) {
  .gtuHd {
    position: fixed;
  }
}
.gtuHd__in {
  display: flex;
  align-items: center;
  height: 100px;
  margin: 0 auto;
  padding: 0 clamp(25.33333px, 2.22222vw, 32px);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .gtuHd__in {
    justify-content: flex-end;
    height: 72px;
    padding: 0;
  }
}
.gtuHd__lg {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  .gtuHd__lg {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 0 0 16px;
    box-sizing: border-box;
    transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    z-index: 2;
  }

  .gtuHd__lg.is-hidden {
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
  }
}
.gtuHd__lg > a {
  display: block;
  position: relative;
}

.gtuHd__lg > a > span {
  display: block;
}

.gtuHd__lg > a > span.is-p {
  width: clamp(124.29167px, 10.90278vw, 157px);
}

@media screen and (max-width: 767px) {
  .gtuHd__lg > a > span.is-p {
    width: clamp(104.10667px, 32.53333vw, 122px);
  }
}
.gtuHd__lg > a > span.is-p img {
  display: block;
  width: 100%;
  height: auto;
}

.gtuHd__lg > a > span.is-t {
  font-size: clamp(15.04167px, 1.31944vw, 19px);
  font-weight: 500;
  line-height: calc(29 / 19);
}

@media screen and (max-width: 767px) {
  .gtuHd__lg > a > span.is-t {
    font-size: clamp(12.8px, 4vw, 15px);
    line-height: calc(24 / 15);
    letter-spacing: -0.02em;
  }
}
@media print, screen and (min-width: 768px) {
  .gtuHd__nv {
    display: block !important;
    flex: 1 1 auto;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 767px) {
  .gtuHd__nv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior: contain;
    pointer-events: none;
    opacity: 0;
    z-index: 40;
  }

  .gtuHd__nv::-webkit-scrollbar {
    display: none;
  }

  .gtuHd__nv.is-open {
    pointer-events: auto;
  }

  .gtuHd__nv.has-l2 .gtuHd__nv__ls > li > a > span > span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .gtuHd__nv__in {
    min-height: calc(100% + 2px);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .gtuHd__nv__in2 {
    display: flex;
    flex-wrap: wrap;
    width: 200%;
    transition: width 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  }

  .gtuHd__nv__in2:has([data-gtunav-subbtn="1"].is-open) {
    width: 100%;
  }

  .gtuHd__nv__in2:has([data-gtunav-subbtn="1"].is-open)
  .gtuHd__nv__sub__ls[data-gtunav-subbody="1"] {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }

  .gtuHd__nv__in2:has([data-gtunav-subbtn="2"].is-open) {
    width: 100%;
  }

  .gtuHd__nv__in2:has([data-gtunav-subbtn="2"].is-open)
  .gtuHd__nv__sub__ls[data-gtunav-subbody="2"] {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }

  .gtuHd__nv__in2:has([data-gtunav-subbtn="3"].is-open) {
    width: 100%;
  }

  .gtuHd__nv__in2:has([data-gtunav-subbtn="3"].is-open)
  .gtuHd__nv__sub__ls[data-gtunav-subbody="3"] {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }

  .gtuHd__nv__in2:has([data-gtunav-subbtn="4"].is-open) {
    width: 100%;
  }

  .gtuHd__nv__in2:has([data-gtunav-subbtn="4"].is-open)
  .gtuHd__nv__sub__ls[data-gtunav-subbody="4"] {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
}
.gtuHd__nv__ls {
  display: flex;
  justify-content: flex-end;
  padding: 0 clamp(15.83333px, 1.38889vw, 20px) 0 0;
}

@media screen and (max-width: 767px) {
  .gtuHd__nv__ls {
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
    padding: 32px 0 0;
    box-sizing: border-box;
  }
}
.gtuHd__nv__ls > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100px;
  padding: 0 clamp(6.72917px, 0.59028vw, 21.25px);
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .gtuHd__nv__ls > li > a {
    transition: color 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }

  .gtuHd__nv__ls > li > a:hover {
    color: #156082;
  }

  .gtuHd__nv__ls > li > a.is-cur {
    color: #156082;
  }
}
@media screen and (max-width: 767px) {
  .gtuHd__nv__ls > li > a {
    height: 72px;
    padding: 0 30px;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 400ms cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  }

  .gtuHd__nv__ls > li > a.is-open {
    background: #f5f5f5;
  }

  .gtuHd__nv__ls > li > a.is-cur {
    color: #9c9c9c;
  }

  .gtuHd__nv__ls > li > a.is-cur > span.is-t {
    color: #9c9c9c;
  }
}
.gtuHd__nv__ls > li > a > span.c-angle01 {
  position: absolute;
  bottom: 50%;
  right: clamp(13px, 4.8%, 18px);
  transform: translate(0, 50%);
}

.gtuHd__nv__ls > li > a > span.is-t {
  display: block;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .gtuHd__nv__ls > li > a > span.is-t {
    font-size: clamp(11.08333px, 0.97222vw, 14px);
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.01em;
  }

  .gtuHd__nv__ls > li > a > span.is-t.is-external {
    padding: 0 clamp(18.20833px, 1.59722vw, 23px) 0 0;
  }

  .gtuHd__nv__ls > li > a > span.is-t.is-external::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: clamp(11.875px, 1.04167vw, 15px);
    aspect-ratio: 1 / 1;
    background: currentColor;
    mask: url("../media/images/grandtoyou_fr/common/icon_external01.svg") 50% 50%/contain no-repeat;
    -webkit-mask: url("../media/images/grandtoyou_fr/common/icon_external01.svg") 50% 50%/contain no-repeat;
    transform: translateY(-45%);
  }
}
@media screen and (max-width: 767px) {
  .gtuHd__nv__ls > li > a > span.is-t {
    font-size: clamp(12.8px, 4vw, 15px);
    font-weight: 400;
    line-height: calc(20 / 15);
  }
}
@media print, screen and (min-width: 768px) {
  .gtuHd__nv__sub {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gtuHd__nv__sub {
    position: relative;
    width: 50%;
    background: #f5f5f5;
  }

  .gtuHd__nv__sub__ls {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 32px 0 0;
    box-sizing: border-box;
    opacity: 0;
    transform: translateX(25%);
    pointer-events: none;
    transition: opacity 350ms cubic-bezier(0.77, 0, 0.175, 1) 0ms, transform 350ms cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  }

  .gtuHd__nv__sub__ls.is-ovscr {
    justify-content: flex-start;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .gtuHd__nv__sub__ls > li {
    width: 100%;
  }

  .gtuHd__nv__sub__ls > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    white-space: nowrap;
  }

  .gtuHd__nv__sub__ls > li > a.is-cur {
    color: #9c9c9c;
  }

  .gtuHd__nv__sub__ls > li > a.is-cur > span {
    color: #9c9c9c;
  }

  .gtuHd__nv__sub__ls > li > a > span {
    color: #444;
    font-size: clamp(11.94667px, 3.73333vw, 14px);
    line-height: calc(20 / 14);
    font-weight: 400;
  }
}
@media print, screen and (min-width: 768px) {
  .gtuHd__nv__ft {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gtuHd__nv__ft {
    padding: 32px 20px 40px;
  }

  .gtuHd__nv__ft__ls {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }

  .gtuHd__nv__ft__ls > li .c-linkBtn {
    height: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .gtuHd__spb {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gtuHd__spb {
    position: relative;
    z-index: 50;
  }

  .gtuHd__spb > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
  }

  .gtuHd__spb > a > span {
    position: absolute;
    width: 25px;
    height: 25px;
  }

  .gtuHd__spb > a > span.is-01 {
    transform: scaleX(1);
    opacity: 1;
    transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms, opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
  }

  .gtuHd__spb > a > span.is-02 {
    transform: scaleX(0);
    opacity: 0.5;
    transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms, opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
  }

  .gtuHd__spb > a > span img {
    display: block;
    width: 100%;
    height: auto;
    font-size: 10px;
  }

  .gtuHd__spb > a.is-open > span.is-01 {
    transform: scaleX(0);
    opacity: 0.5;
    transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }

  .gtuHd__spb > a.is-open > span.is-02 {
    transform: scaleX(1);
    opacity: 1;
    transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms, opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
  }

  .gtuHd__spb > a > span.is-bg {
    transition-property: transform, opacity;
    transition-duration: 450ms;
    transition-delay: 350ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .gtuHd__spb > a > span.is-bar {
    transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }

  .gtuHd__spb > a > span.is-bar::before,
  .gtuHd__spb > a > span.is-bar::after {
    transition-property: margin, transform, width;
    transition-duration: 200ms, 350ms, 400ms;
    transition-delay: 350ms, 50ms, 50ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .gtuHd__spb > a.is-open > span.is-bg {
    transition-delay: 200ms;
  }

  .gtuHd__spb > a.is-open > span.is-bar {
    transition-delay: 200ms;
  }

  .gtuHd__spb > a.is-open > span.is-bar::before,
  .gtuHd__spb > a.is-open > span.is-bar::after {
    transition-duration: 250ms, 350ms, 400ms;
    transition-delay: 50ms, 250ms, 50ms;
  }
}
@media print, screen and (min-width: 768px) {
  .gtuHd__spbg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gtuHd__spbg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform-origin: 100% 0;
    transform: scaleX(0);
    z-index: 30;
    transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  }

  .gtuHd__spbg.is-open {
    transform: scaleX(1);
  }
}
.gtuHd__cat {
  flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  .gtuHd__cat {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: height 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    z-index: 1;
  }

  .gtuHd__cat.is-shown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.gtuHd__cat > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 clamp(15.83333px, 1.38889vw, 20px) 0 clamp(20.58333px, 1.80556vw, 26px);
  border: 1px solid #156082;
  border-radius: 2px;
  box-sizing: border-box;
  background: #156082;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .gtuHd__cat > a {
    transition: background-color 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, color 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }

  .gtuHd__cat > a:hover {
    background: transparent;
    color: #156082;
  }
}
@media screen and (max-width: 767px) {
  .gtuHd__cat > a {
    position: absolute;
    top: 16px;
    left: 15px;
    height: 40px;
    padding: 0 clamp(13.65333px, 4.26667vw, 16px);
    font-size: clamp(10.24px, 3.2vw, 12px);
  }
}
.gtuHd__cat > a > span {
  display: block;
  font-size: clamp(12.66667px, 1.11111vw, 16px);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .gtuHd__cat > a > span {
    font-size: clamp(10.24px, 3.2vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .gtuBc {
    position: relative;
    background: #f5f5f5;
  }

  .gtuBc::before,
  .gtuBc::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }

  .gtuBc::before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #f5f5f5);
  }

  .gtuBc::after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f5f5);
  }

  .gtuBc__in {
    position: relative;
    width: 100%;
    overflow-x: auto;
    z-index: 1;
  }

  .gtuBc__ls {
    display: flex;
    align-items: center;
    padding: 0 12px 0 4px;
  }

  .gtuBc__ls > li {
    flex: 0 0 auto;
    position: relative;
  }

  .gtuBc__ls > li > a,
  .gtuBc__ls > li > span {
    display: flex;
    align-items: center;
    position: relative;
    height: 22px;
    padding: 0 12px;
    font-size: 10px;
    line-height: 22px;
  }

  .gtuBc__ls > li > a {
    color: #bababa;
  }

  .gtuBc__ls > li > span {
    color: #444;
    font-weight: 500;
  }

  .gtuBc__ls > li + li::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: -4px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #bababa;
    border-right: 1px solid #bababa;
    transform: translateY(50%) rotate(45deg);
    pointer-events: none;
  }
}
@media print, screen and (min-width: 768px) {
  .gtuBc--pc {
    position: relative;
    background: #f5f5f5;
    z-index: 2;
  }

  .gtuBc--pc ol {
    display: flex;
    align-items: center;
    width: clamp(1013.33333px, 88.88889vw, 1280px);
    height: 32px;
    margin: 0 auto;
  }

  .gtuBc--pc ol > li {
    position: relative;
  }

  .gtuBc--pc ol > li + li {
    padding: 0 0 0 clamp(19px, 1.66667vw, 24px);
  }

  .gtuBc--pc ol > li + li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: clamp(7.125px, 0.625vw, 9px);
    width: clamp(4.75px, 0.41667vw, 6px);
    height: clamp(4.75px, 0.41667vw, 6px);
    border-top: 1px solid #bababa;
    border-right: 1px solid #bababa;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(45deg);
  }

  .gtuBc--pc ol > li > a,
  .gtuBc--pc ol > li > span {
    display: block;
    font-size: clamp(9.5px, 0.83333vw, 12px);
    font-weight: 500;
    line-height: calc(32 / 12);
  }

  .gtuBc--pc ol > li > a {
    color: #bababa;
  }

  .gtuBc--pc ol > li > span {
    color: #444;
    font-weight: 500;
  }

  .gtuBc--pc ol > li > a {
    transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }

  .gtuBc--pc ol > li > a:hover {
    opacity: 0.5;
  }
}
.gtuCl {
  position: relative;
  margin: clamp(63.33333px, 5.55556vw, 80px) auto 0;
}

@media screen and (max-width: 767px) {
  .gtuCl {
    margin: clamp(44.37333px, 13.86667vw, 52px) clamp(-24px, -6.4vw, -20.48px) 0;
  }

  .gtuCl::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    right: clamp(20.48px, 6.4vw, 24px);
    width: clamp(14.50667px, 4.53333vw, 17px);
    aspect-ratio: 17 / 10;
    margin: 0 0 clamp(18.77333px, 5.86667vw, 22px);
    background: currentColor;
    mask: url("/lineup/grandtoyou_v/assets_202501/images/common/icon_angle03.svg") 50% 50%/contain no-repeat;
    -webkit-mask: url("/lineup/grandtoyou_v/assets_202501/images/common/icon_angle03.svg") 50% 50%/contain no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .gtuCl__in {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .gtuCl__in::-webkit-scrollbar {
    display: none;
  }
}
.gtuCl__ls {
  display: flex;
  gap: 0 clamp(23.75px, 2.08333vw, 30px);
}

@media screen and (max-width: 767px) {
  .gtuCl__ls {
    gap: 0 clamp(10.24px, 3.2vw, 12px);
  }

  .gtuCl__ls::before,
  .gtuCl__ls::after {
    content: "";
    display: block;
    flex: 0 0 clamp(10.24px, 3.2vw, 12px);
  }
}
.gtuCl__ls > li {
  flex: 1 1 100%;
}

@media screen and (max-width: 767px) {
  .gtuCl__ls > li {
    flex: 1 0 clamp(187.73333px, 58.66667vw, 220px);
  }
}
.gtuCl__ls > li > a {
  display: flex;
  position: relative;
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  .gtuCl__ls > li > a:hover .gtuCl__ls__p img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .gtuCl__ls > li > a {
    flex-direction: column;
    height: 100%;
  }
}
.gtuCl__ls__l {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(65.70833px, 5.76389vw, 83px);
  height: clamp(23.75px, 2.08333vw, 30px);
  background: #444;
  z-index: 1;
}

.gtuCl__ls__l > span {
  display: block;
  color: #fff;
  font-size: clamp(10.29167px, 0.90278vw, 13px);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .gtuCl__ls__l {
    width: clamp(70.82667px, 22.13333vw, 83px);
    height: clamp(25.6px, 8vw, 30px);
  }

  .gtuCl__ls__l > span {
    font-size: clamp(11.09333px, 3.46667vw, 13px);
  }
}
.gtuCl__ls__p {
  flex: 0 0 auto;
  width: calc(160 / 380 * 100%);
  aspect-ratio: 160 / 180;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .gtuCl__ls__p {
    width: 100%;
    aspect-ratio: 220 / 140;
  }
}
.gtuCl__ls__p picture,
.gtuCl__ls__p img {
  display: block;
  width: 100%;
  height: 100%;
}

.gtuCl__ls__p img {
  object-fit: cover;
}

@media print, screen and (min-width: 768px) {
  .gtuCl__ls__p img {
    transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
}
.gtuCl__ls__i {
  flex: 1 1 auto;
  position: relative;
  padding: clamp(23.75px, 2.08333vw, 30px) clamp(19px, 1.66667vw, 24px) 0;
}

@media screen and (max-width: 767px) {
  .gtuCl__ls__i {
    padding: clamp(13.65333px, 4.26667vw, 16px) clamp(17.06667px, 5.33333vw, 20px) clamp(17.06667px, 5.33333vw, 20px);
  }
}
.gtuCl__ls__i__tt {
  font-size: clamp(12.66667px, 1.11111vw, 16px);
  font-weight: 500;
  line-height: calc(24 / 16);
}

@media screen and (max-width: 767px) {
  .gtuCl__ls__i__tt {
    font-size: clamp(15.36px, 4.8vw, 18px);
    font-weight: 400;
    line-height: calc(28 / 18);
  }
}
.gtuCl__ls__i__t {
  margin: clamp(7.91667px, 0.69444vw, 10px) 0 0;
  font-size: clamp(10.29167px, 0.90278vw, 13px);
  line-height: calc(20 / 13);
}

@media screen and (max-width: 767px) {
  .gtuCl__ls__i__t {
    margin: clamp(6.82667px, 2.13333vw, 8px) 0 0;
    font-size: clamp(10.24px, 3.2vw, 12px);
    line-height: calc(20 / 12);
  }
}
.gtuCl__ls__i__ag {
  position: absolute;
  bottom: clamp(12.66667px, 1.11111vw, 16px);
  right: clamp(12.66667px, 1.11111vw, 16px);
  width: clamp(31.66667px, 2.77778vw, 40px);
}

@media screen and (max-width: 767px) {
  .gtuCl__ls__i__ag {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .gtuCl__bar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gtuCl__bar {
    position: relative;
    height: 1px;
    margin: clamp(27.30667px, 8.53333vw, 32px) clamp(20.48px, 6.4vw, 24px) 0;
    background: #bababa;
    overflow: hidden;
  }

  .gtuCl__bar > div {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: currentColor;
  }
}
/* overwrite - /common/css/recommend.css */
.gtuWrap .cmnRecomCatalogBnr__spp a {
  display: block;
}

.gtuWrap .cmnRecomCatalogBnr__spp a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gtuWrap .cmnRecomCatalogBnr__tt.is-gtu {
  margin: 0 0 52px !important;
}

@media screen and (max-width: 767px) {
  .gtuWrap .cmnRecomCatalogBnr__tt.is-gtu {
    margin-bottom: 0 !important;
  }
}
.gtuWrap .cmnRecomCatalogBnr__tt.is-gtu > span {
  display: block;
  color: #5c5c5c;
  text-align: center;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 768px) {
  .gtuWrap .cmnRecomCatalogBnr__tt.is-gtu > span:nth-child(1) {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 500;
    line-height: calc(24 / 22);
  }

  .gtuWrap .cmnRecomCatalogBnr__tt.is-gtu > span:nth-child(2) {
    font-size: 38px;
    font-weight: 400;
    line-height: calc(55 / 38);
  }
}
@media screen and (max-width: 767px) {
  .gtuWrap .cmnRecomCatalogBnr__tt.is-gtu > span {
    font-size: 22px;
    font-weight: 400;
    line-height: calc(36 / 22);
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .gtuWrap .cmnRecomCatalogBnr__bd__c:nth-child(2),
  .gtuWrap .cmnRecomCatalogBnr__bd__c:nth-child(3) {
    margin-top: 18px !important;
  }
}
.gtuWrap .cmnRecomCatalogBnr__u__tt {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(28 / 18);
}

@media print, screen and (min-width: 768px) {
  .gtuWrap .cmnRecomCatalogBnr__u__tt {
    margin: 0 0 12px;
  }
}
.gtuWrap .cmnRecomCatalogBnr__u__t {
  color: #5c5c5c;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .gtuWrap .cmnRecomCatalogBnr__u__t {
    font-size: 14px;
    line-height: calc(22 / 14);
  }
}
@media screen and (max-width: 767px) {
  .gtuWrap .cmnRecomCatalogBnr__u__t {
    margin: 4px 0 0 !important;
    font-size: 12px;
    line-height: calc(20 / 12);
  }
}
.gtuWrap .cmnRecomCatalogBnr__bt .c-linkBtn > span.is-t {
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .gtuWrap .cmnRecomCatalogBnr__bt {
    width: 334px;
    margin-top: 52px !important;
  }

  .gtuWrap .cmnRecomCatalogBnr__bt .c-linkBtn {
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .gtuWrap .cmnRecomCatalogBnr__bt {
    max-width: 327px;
    padding: 0 clamp(19px, 1.66667vw, 24px);
  }

  .gtuWrap .cmnRecomCatalogBnr__bt .c-linkBtn {
    height: 60px;
  }
}
.gtuTtp {
  position: relative;
  padding: 120px clamp(25.33333px, 2.22222vw, 32px) 35px;
}

@media screen and (max-width: 767px) {
  .gtuTtp {
    padding: 80px clamp(20.48px, 6.4vw, 24px) 0;
  }
}
.gtuTtp__in {
  max-width: 1200px;
  margin: 0 auto;
}

.gtuTtp__in > a {
  display: flex;
  position: relative;
  background: #fff;
  color: #444;
}

@media print, screen and (min-width: 768px) {
  .gtuTtp__in > a:hover .gtuTtp__p img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .gtuTtp__in > a {
    flex-direction: column;
  }
}
.gtuTtp__p {
  flex: 0 0 auto;
  width: calc(431 / 1200 * 100%);
  aspect-ratio: 431 / 267;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .gtuTtp__p {
    width: 100%;
    aspect-ratio: 327 / 220;
  }
}
.gtuTtp__p picture,
.gtuTtp__p img {
  display: block;
  width: 100%;
  height: 100%;
}

.gtuTtp__p img {
  object-fit: cover;
}

@media print, screen and (min-width: 768px) {
  .gtuTtp__p img {
    transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
}
.gtuTtp__i {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(46.3125px, 4.0625vw, 52px) 0 clamp(49.875px, 4.375vw, 56px);
}

@media screen and (max-width: 767px) {
  .gtuTtp__i {
    padding: clamp(13.65333px, 4.26667vw, 16px) clamp(17.06667px, 5.33333vw, 20px);
  }
}
.gtuTtp__i__st {
  font-size: clamp(21.375px, 1.875vw, 24px);
  line-height: calc(46 / 24);
}

@media screen and (max-width: 767px) {
  .gtuTtp__i__st {
    font-size: clamp(15.36px, 4.8vw, 18px);
    line-height: calc(28 / 18);
  }
}
.gtuTtp__i__tt {
  font-size: clamp(26.71875px, 2.34375vw, 30px);
  line-height: calc(52 / 30);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .gtuTtp__i__tt {
    margin: clamp(-3px, -0.8vw, -2.56px) 0 0;
    font-size: clamp(18.77333px, 5.86667vw, 22px);
    line-height: calc(36 / 22);
    letter-spacing: 0;
  }
}
.gtuTtp__i__ag {
  width: clamp(71.25px, 6.25vw, 80px);
}

@media screen and (max-width: 767px) {
  .gtuTtp__i__ag {
    width: clamp(8.53333px, 2.66667vw, 10px);
  }
}
.gtuThm {
  margin: 0;
}

.gtuThm__in {
  display: flex;
  column-gap: 5px;
}

@media screen and (max-width: 767px) {
  .gtuThm__in {
    flex-direction: column;
    row-gap: 73px;
  }
}
.gtuThm__bx {
  flex: 1 1 auto;
}

@media print, screen and (min-width: 768px) {
  .gtuThm__bx {
    width: 50%;
  }
}
.gtuThm__bx__tt {
  margin: 0 0 24px;
  color: #222;
  font-size: 24px;
  line-height: calc(36 / 24);
  font-weight: 500;
  text-align: center;
  letter-spacing: calc(2 / 24 * 1em);
}

@media screen and (max-width: 767px) {
  .gtuThm__bx__tt {
    margin: 0 0 16px;
    font-size: clamp(17.06667px, 5.33333vw, 20px);
    line-height: calc(30 / 20);
    letter-spacing: calc(1 / 20 * 1em);
  }
}
.gtuThm__bx__p > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: clamp(270.75px, 23.75vw, 410.4px);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .gtuThm__bx__p > a {
    height: clamp(178px, 47.46667vw, 249.2px);
  }
}
@media print, screen and (min-width: 768px) {
  .gtuThm__bx__p > a:hover .gtuThm__bx__p__bg {
    transform: scale(1.1);
  }
}
.gtuThm__bx__p__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.gtuThm__bx__p__bg picture,
.gtuThm__bx__p__bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.gtuThm__bx__p__bg img {
  object-fit: cover;
}

.gtuThm__bx__p__lg {
  position: relative;
  width: 224px;
  margin: 0 auto;
}

.gtuThm__bx__p__lg img {
  display: block;
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .gtuThm__bx__p__lg {
    bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .gtuThm__bx__p__lg {
    width: 150px;
  }
}
.gtuThm__bx__p__t {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(26 / 20);
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .gtuThm__bx__p__t {
    padding: 5px 0 0;
    letter-spacing: calc(2 / 20 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .gtuThm__bx__p__t {
    font-size: 16px;
    line-height: calc(26 / 16);
  }
}
.gtuThm__bx__p__in {
  position: relative;
  width: 334px;
  height: 162px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .gtuThm__bx__p__in {
    width: 260px;
    height: 124px;
  }
}
.gtuThm__bx__p__in .c-linkBtn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 72px;
}

@media screen and (max-width: 767px) {
  .gtuThm__bx__p__in .c-linkBtn {
    height: 60px;
  }
}
/* scroll fedein with transform position */
/* @keyframes scrlupanim {
0% {
transform: translateY(4em);
}

100% {
transform: translateY(0);
}
} */
/* slide up */
.scrl_up:not(.wp-block-image),
.scrl_up-start:not(.wp-block-image),
.scrl_up.wp-block-image img,
.scrl_up-start.wp-block-image img {
  opacity: 0;
  will-change: transform;
  transform: translateY(3rem);
  transition: transform .5s ease, opacity .5s ease;
}

.scrl_up:not(.wp-block-image).on,
.scrl_up-start:not(.wp-block-image).on,
.scrl_up.wp-block-image.on img,
.scrl_up-start.wp-block-image.on img {
  opacity: 1;
  transform: translateY(0) translateZ(0);
}

.scrl_up-L:not(.wp-block-image),
.scrl_up-L.wp-block-image img {
  opacity: 0;
  transform: translateY(5rem);
  transition: transform .5s ease, opacity .5s ease;
}

.scrl_up-L:not(.wp-block-image).on,
.scrl_up-L.wp-block-image.on img {
  opacity: 1;
  transform: translateY(0);
}

.scrl_up-delay:not(.wp-block-image),
.scrl_up-delay.wp-block-image img {
  opacity: 0;
  transform: translateY(3rem);
  transition: transform .5s .5s ease, opacity .5s .5s ease;
}

.scrl_up-delay:not(.wp-block-image).on,
.scrl_up-delay.wp-block-image.on img {
  opacity: 1;
  transform: translateY(0);
}

.scrl_up-slow:not(.wp-block-image),
.scrl_up-slow.wp-block-image img {
  opacity: 0;
  transform: translateY(100%);
  transition: transform 1s ease, opacity 1s ease;
}

.scrl_up-slow:not(.wp-block-image).on,
.scrl_up-slow.wp-block-image.on img {
  opacity: 1;
  transform: translateY(0);
}

/* slide in */
.scrl_inL:not(.wp-block-image),
.scrl_inL.wp-block-image img {
  opacity: 0;
  transform: translateX(-25%);
  transition: transform .75s ease, opacity .5s ease;
}

.scrl_inL:not(.wp-block-image).on,
.scrl_inL.wp-block-image.on img {
  opacity: 1;
  transform: translateX(0);
  transition: transform .75s ease, opacity .5s ease;
}

.scrl_inR:not(.wp-block-image),
.scrl_inR.wp-block-image img {
  opacity: 0;
  transform: translateX(25%);
  transition: transform .75s ease, opacity .5s ease;
}

.scrl_inR:not(.wp-block-image).on,
.scrl_inR.wp-block-image.on img {
  opacity: 1;
  transform: translateX(0);
  transition: transform .75s ease, opacity .5s ease;
}

/* zoom */
.scrl_zoom-start:not(.wp-block-image),
.scrl_zoom-start.wp-block-image img {
  opacity: 0;
  transform: scale(1.1);
  transition: all .5s .1s ease;
}

.scrl_zoom:not(.wp-block-image),
.scrl_zoom:not(.wp-block-image) img {
  opacity: 0;
  transform: scale(1.1);
  transition: all .5s ease;
}

.scrl_zoom-start:not(.wp-block-image).on,
.scrl_zoom-start.wp-block-image.on img,
.scrl_zoom:not(.wp-block-image).on,
.scrl_zoom.wp-block-image.on img {
  opacity: 1;
  will-change: transform;
  transform: scale(1);
  transition: all .5s ease;
}

.scrl_zoom2:not(.wp-block-image),
.scrl_zoom2.wp-block-image img {
  opacity: 0;
  transform: scale(1.05);
  transition: all 1s .5s ease;
}

.scrl_zoom2:not(.wp-block-image).on,
.scrl_zoom2.wp-block-image.on img {
  opacity: 1;
  transform: scale(1);
  transition: all 1s .5s ease;
}

.scrl_zoom3:not(.wp-block-image),
.scrl_zoom3.wp-block-image img {
  opacity: 0;
  transform: scale(1.05);
  transition: all 1s 1s ease;
}

.scrl_zoom3:not(.wp-block-image).on,
.scrl_zoom3.wp-block-image.on img {
  opacity: 1;
  transform: scale(1);
  transition: all 1s 1s ease;
}

/* fade in */
.scrl_fadein-start:not(.wp-block-image),
.scrl_fadein-start.wp-block-image img,
.scrl_fadein:not(.wp-block-image),
.scrl_fadein.wp-block-image img {
  opacity: 0;
  transition: all .5s ease;
}

.scrl_fadein-start:not(.wp-block-image).on,
.scrl_fadein-start.wp-block-image.on img,
.scrl_fadein:not(.wp-block-image).on,
.scrl_fadein.wp-block-image.on img {
  opacity: 1;
  transition: all .5s ease;
}

/* fade out */
.scrl_fadeout:not(.wp-block-image),
.scrl_fadeout.wp-block-image img {
  opacity: 1;
  transition: all .5s ease;
}

.scrl_fadeout:not(.wp-block-image).on,
.scrl_fadeout.wp-block-image.on img {
  opacity: 0;
  transition: all .5s ease;
}

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