@charset "UTF-8";
@import url("global.css");
@keyframes postinfo {
  0% {
    opacity: 0;
    filter: blur(10px);
    translate: 0 20px;
  }
  100% {
    opacity: 1;
    filter: none;
    translate: 0;
  }
}
#mv {
  display: flex;
  flex-direction: row-reverse;
}
#mv .img {
  width: 60%;
  height: 45vw;
}
#mv .img figure {
  width: 100%;
  height: 100%;
}
#mv .postinfo {
  width: 40%;
  padding: 240px 5px 0 5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mv .postinfo .namebox .stylename {
  margin-bottom: 20px;
}
#mv .postinfo .namebox .stylename span {
  display: block;
  width: fit-content;
  line-height: 1;
  animation: postinfo 1s ease 1.0s 1;
  animation-fill-mode: both;
  position: relative;
  z-index: 1;
}
#mv .postinfo .namebox .stylename span::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: .1em;
  background-color: #E6D7CC;
}
#stylelineup.georgia #mv .postinfo .namebox .stylename span::before {
  background-color: #CFB29D;
}
#stylelineup.dazur #mv .postinfo .namebox .stylename span::before {
  background-color: #DAC59B;
}
#stylelineup.liike #mv .postinfo .namebox .stylename span::before {
  background-color: #A5B29C;
}
#mv .postinfo .namebox .stylename .en {
  font-size: clamp(20px, 2.4vw, 23px);
  font-style: italic;
  margin-bottom: 2px;
}
#mv .postinfo .namebox .stylename .ja {
  font-size: clamp(12px, 1.3vw, 13px);
}
#mv .postinfo .namebox .logotype {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  animation: postinfo 1s ease 1.2s 1;
  animation-fill-mode: both;
}
#mv .postinfo .namebox .logotype i {
  display: block;
  line-height: 0;
}
#mv .postinfo .namebox .logotype i svg {
  width: auto;
  height: auto;
  max-height: 62px;
  max-width: 360px;
}
#mv .postinfo .namebox .logotype i svg * {
  fill: #362929;
}
#mv .postinfo .namebox .logotype small {
  display: block;
  margin-left: 7px;
  font-size: 1.06em;
  line-height: 1;
  white-space: nowrap;
}
#mv .postinfo .title {
  text-align: justify;
  font-weight: bold;
  font-size: clamp(17px, 1.8vw, 32px);
  line-height: 1.4;
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-in-quad: cubic-bezier(0.11, 0, 0.5, 0);
  --delay: 0.02s;
}
#mv .postinfo .title.splitText .char {
  animation: fadein 0.7s var(--ease-in-quad) calc(var(--delay) * var(--index)) 1, enmove 1.4s var(--ease-out-quart) calc(var(--delay) * var(--index)) 1;
  animation-fill-mode: both;
}
#mv .postinfo .comment {
  margin-top: 50px;
  text-align: justify;
  animation: postinfo 1s ease 1.4s 1;
  animation-fill-mode: both;
}

#lineup_navi_simple {
  margin-top: 100px;
  border-top: #362929 solid 3px;
  border-bottom: #362929 solid 3px;
  padding: 70px 50px;
  position: relative;
}
#lineup_navi_simple::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 10px;
  border-top: #362929 solid 1px;
  border-bottom: #362929 solid 1px;
}
#lineup_navi_simple .navi_body {
  display: flex;
  align-items: center;
}
#lineup_navi_simple .navi_body dl {
  flex-shrink: 0;
  width: 300px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#lineup_navi_simple .navi_body dl dt {
  margin-bottom: 25px;
}
#lineup_navi_simple .navi_body dl dt span {
  display: block;
  letter-spacing: 0;
  line-height: 1;
}
#lineup_navi_simple .navi_body dl dt .jh {
  width: 80px;
  margin-bottom: 10px;
}
#lineup_navi_simple .navi_body dl dt .en {
  font-size: clamp(25px, 4.7vw, 42px);
}
#lineup_navi_simple .navi_body dl dd {
  font-size: clamp(12px, 1.5vw, 14px);
}
#lineup_navi_simple .navi_body dl dd br {
  display: none;
}
#lineup_navi_simple .navi_body .list {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#lineup_navi_simple .navi_body .list ul {
  display: flex;
  gap: 40px;
}
#lineup_navi_simple .navi_body .list ul li {
  width: calc( 100% / 3 );
}
#lineup_navi_simple .navi_body .list ul li.navi_georgia a {
  background-color: #CFB29D;
}
#lineup_navi_simple .navi_body .list ul li.navi_dazur a {
  background-color: #DAC59B;
}
#lineup_navi_simple .navi_body .list ul li.navi_liike a {
  background-color: #A5B29C;
}
#lineup_navi_simple .navi_body .list ul li a {
  display: block;
  padding: 40px 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #E6D7CC;
  -webkit-border-top-right-radius: 300px;
  border-top-right-radius: 300px;
  -webkit-border-top-left-radius: 300px;
  border-top-left-radius: 300px;
  text-align: center;
  overflow: hidden;
}
#lineup_navi_simple .navi_body .list ul li a:hover {
  opacity: .7;
}
#lineup_navi_simple .navi_body .list ul li a .style_name {
  text-align: center;
}
#lineup_navi_simple .navi_body .list ul li a .style_name .en {
  margin: 0 auto 10px;
  display: block;
  white-space: nowrap;
  line-height: 1;
  width: 136px;
  padding: 5px 10px 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 66px;
  border-radius: 66px;
  font-size: clamp(9px, 1.4vw, 14px);
  background-color: #362929;
  color: #FFF;
}
#lineup_navi_simple .navi_body .list ul li a .style_name .logotype {
  margin: 0 auto;
}
#lineup_navi_simple .navi_body .list ul li a .style_name .logotype i {
  display: block;
  line-height: 26px;
}
#lineup_navi_simple .navi_body .list ul li a .style_name .logotype i svg {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 26px;
}
#lineup_navi_simple .navi_body .list ul li a .style_name .logotype i svg * {
  fill: #362929;
}
#lineup_navi_simple .navi_body .list ul li a .style_name .logotype small {
  display: block;
  margin: 5px 0 0;
  font-size: .8em;
  white-space: nowrap;
}
#lineup_navi_simple .navi_body .list ul li a .style_outer img {
  margin-bottom: -20px;
  width: auto;
  height: auto;
  object-fit: contain;
  max-height: 120px;
}

#photogallery {
  margin-top: 120px;
  text-align: center;
  overflow: hidden;
}
#photogallery .title {
  display: flex;
  margin-bottom: 30px;
}
#photogallery .title span {
  display: block;
}
#photogallery .title .ja {
  font-weight: bold;
  font-size: clamp(17px, 2vw, 21px);
}
#photogallery ul li {
  margin: 0 10px;
}
#photogallery ul li .ph {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  isolation: isolate;
}
#photogallery ul li .ph img {
  height: 100%;
  max-width: none;
}
#photogallery .worksbtn {
  margin-top: 50px;
  display: inline-block;
}
#photogallery .worksbtn a {
  display: flex;
  justify-content: center;
  height: 60px;
  line-height: 1;
}
#photogallery .worksbtn a:hover {
  opacity: .7;
}
#photogallery .worksbtn a .en {
  background-color: #362929;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
#photogallery .worksbtn a .en i svg {
  width: auto;
  height: auto;
  max-width: 124px;
  max-height: 24px;
}
#photogallery .worksbtn a .en i svg * {
  fill: #FFF;
}
#photogallery .worksbtn a .ja {
  background-color: #FFF;
  padding: 0 15px 0 30px;
  font-weight: 600;
  font-size: clamp(11px, 1.6vw, 18px);
  display: flex;
  align-items: center;
}
#photogallery .worksbtn a .ja::after {
  text-align: center;
  content: "\f061";
  display: block;
  margin-left: 60px;
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  font-size: .75em;
  background-color: #CFB29D;
  color: #FFF;
  width: 26px;
  line-height: 26px;
}

#story {
  margin: 160px 5vw 0;
  background: url("../img/stylelinup/story_bg.jpg") repeat left top;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  position: relative;
}
#story .story_body {
  padding: 80px 50px 80px calc( 43.5% + 100px );
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#story .story_body .h_box {
  border-top: #362929 solid 1px;
  border-bottom: #362929 solid 1px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
#story .story_body .h_box > p.en {
  display: flex;
  align-items: center;
}
#story .story_body .h_box > p.en > span {
  display: block;
  font-size: clamp(24px, 3.2vw, 38px);
}
#story .story_body .h_box > p.en > small {
  display: block;
  margin-left: 1vw;
  font-size: clamp(10px, 1.4vw, 21px);
}
#story .story_body .h_box > p.ja {
  font-size: clamp(11px, 1.3vw, 18px);
  font-weight: 600;
  line-height: 1;
}
#story .story_body .h_box > p.ja::before {
  content: "-";
  display: inline-block;
  margin-right: 3px;
}
#story .story_body .h_box > p.ja::after {
  content: "-";
  display: inline-block;
  margin-left: 3px;
}
#story .story_body .photobox {
  position: absolute;
  left: 50px;
  top: -20px;
  width: 43.5%;
}
#story .story_body .photobox .ph_main {
  width: 100%;
  margin-bottom: 10px;
}
#story .story_body .photobox .ph_main figure {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  isolation: isolate;
}
#story .story_body .photobox .ph_sub {
  display: flex;
  width: 100%;
  gap: 10px;
}
#story .story_body .photobox .ph_sub figure {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  isolation: isolate;
}
#story .story_body .text_box {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
#story .story_body .text_box .title {
  display: inline-block;
  font-weight: 500;
  font-size: clamp(20px, 2.8vw, 40px);
  margin-left: 1em;
}
#story .story_body .text_box .text {
  display: inline-block;
  line-height: 1.8;
}
#story .story_body .text_box .text > p {
  font-size: clamp(12px, 1.7vw, 20px);
  font-weight: 500;
}
#story .story_body .text_box .text > p + p {
  margin-right: 2em;
}
#story .story_body .morebtn {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
#story .story_body .morebtn a {
  display: block;
  width: fit-content;
  padding: 5px 20px;
  background-color: #FFF;
  -webkit-border-radius: 66px;
  border-radius: 66px;
  font-size: .875em;
}

.sec {
  margin-left: 5vw;
  margin-right: 5vw;
}
.sec .sec_title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sec .sec_title span {
  display: block;
}
.sec .sec_title .en {
  font-style: italic;
  font-size: clamp(30px, 4.7vw, 63px);
}
.sec .sec_title .ja {
  margin-left: 20px;
  font-weight: 500;
  font-size: clamp(13px, 1.6vw, 19px);
}

#features.sec {
  margin-top: 120px;
}
#features.sec .sec_body .list {
  display: flex;
  gap: 60px;
}
#features.sec .sec_body .list li {
  width: calc( 100% / 4 );
}
#features.sec .sec_body .list li .img {
  width: 100%;
  position: relative;
}
#features.sec .sec_body .list li .img figure {
  width: 100%;
  height: 0;
  padding-top: 100%;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
#features.sec .sec_body .list li .img figure img {
  position: absolute;
  left: 0;
  top: 0;
}
#features.sec .sec_body .list li .img .num {
  position: absolute;
  z-index: 1;
  left: 10px;
  bottom: -30px;
  width: 40px;
  line-height: 74px;
  text-align: center;
  font-family: "Vollkorn", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
  font-size: 1.25em;
  color: #FFF;
}
#features.sec .sec_body .list li .img .num::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #362929;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#features.sec .sec_body .list li .text {
  margin-top: 25px;
  text-align: center;
}
#features.sec .sec_body .list li .text > p {
  font-weight: 500;
  font-size: clamp(10px, 1.3vw, 16px);
}
#features.sec .sec_body .list li .text > p b {
  display: block;
  font-size: clamp(12px, 1.6vw, 20px);
  font-weight: bold;
}

#arrange {
  margin: 180px 5vw 0;
  position: relative;
  z-index: 1;
  padding: 110px 4vw 90px 8vw;
  display: flex;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#arrange::before {
  content: "";
  position: absolute;
  z-index: -3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #071334;
  opacity: .55;
  mix-blend-mode: multiply;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#arrange::after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: rgba(255, 255, 255, 0.23) solid 1px;
}
#arrange .textbox {
  width: 48.6%;
  color: #FFF;
}
#arrange .textbox::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -30px;
  top: 10px;
  background: url("../georgia/img/arrange_mark.png") no-repeat center center;
  background-size: contain;
  width: 314px;
  height: 212px;
}
#arrange .textbox .catch {
  width: fit-content;
  background-color: #6EADDF;
  font-family: "Vollkorn", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
  font-size: clamp(16px, 2vw, 23px);
  padding: 0 10px;
  margin-bottom: 20px;
}
#arrange .textbox .title {
  margin-bottom: 30px;
}
#arrange .textbox .title span {
  display: block;
  line-height: 1;
}
#arrange .textbox .title .en {
  font-weight: bold;
  font-style: normal;
  font-size: clamp(24px, 3.2vw, 49px);
}
#arrange .textbox .title .ja {
  font-size: .93em;
}
#arrange .textbox dl.text dt {
  font-weight: bold;
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: 1.6;
  margin-bottom: 20px;
}
#arrange .textbox dl.text dd > p {
  color: #BEBEBE;
  font-size: .875em;
}
#arrange .photobox {
  width: 43%;
  position: relative;
}
#arrange .photobox figure {
  width: 84.2%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  isolation: isolate;
}
#arrange .photobox figure.ph01 {
  left: 0;
  top: -160px;
}
#arrange .photobox figure.ph02 {
  right: 0;
  bottom: -125px;
}

#spec.sec {
  margin-top: 180px;
}
#spec.sec .sec_body ul.list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#spec.sec .sec_body ul.list li {
  width: calc( 100% / 4 );
  padding: 0 15px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#spec.sec .sec_body ul.list li .img {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  isolation: isolate;
}
#spec.sec .sec_body ul.list li .text {
  padding-top: 20px;
}
#spec.sec .sec_body ul.list li .text > dl dt {
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
}
#spec.sec .sec_body ul.list li .text > dl dt span {
  display: block;
}
#spec.sec .sec_body ul.list li .text > dl dt .ja {
  font-weight: bold;
  font-size: clamp(16px, 1.9vw, 22px);
}
#spec.sec .sec_body ul.list li .text > dl dt .en {
  margin-left: 5px;
  color: #B09F94;
  font-size: clamp(10px, 1.2vw, 14px);
}
#spec.sec .sec_body ul.list li .text > dl dd {
  text-align: justify;
  font-weight: 500;
  font-size: clamp(13px, 1.3vw, 14px);
  line-height: 1.6;
}
#spec.sec .sec_body ul.list li .text > dl dd .note {
  opacity: .8;
}
#spec.sec .sec_body ul.list li .text > dl dd .note::before {
  content: "※";
  display: inline-block;
  margin-right: 4px;
}
#spec.sec .sec_body .notice {
  margin: 20px auto 0;
  text-align: center;
  width: fit-content;
  padding: 20px 40px;
  border: #B09F94 dashed 1px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#spec.sec .sec_body .notice > span {
  display: block;
  font-weight: 500;
  font-size: .875em;
  text-indent: -.8em;
  padding-left: 1em;
}
#spec.sec .sec_body .notice > span::before {
  content: "※";
  display: inline-block;
  margin-right: 5px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-ex ( 1600px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1600px) {
  #mv .postinfo {
    padding: 210px 5px 0 3vw;
  }
  #mv .postinfo .namebox .logotype {
    margin-bottom: 25px;
  }
  #mv .postinfo .comment {
    margin-top: 30px;
  }

  #lineup_navi_simple .navi_body .list ul {
    gap: 25px;
  }

  #features.sec .sec_body .list {
    gap: 30px;
  }

  #arrange .textbox {
    width: 56%;
  }
  #arrange .textbox::before {
    width: 267px;
    height: 180px;
  }
  #arrange .textbox .title {
    margin-bottom: 25px;
  }
  #arrange .photobox {
    width: 44%;
  }
  #arrange .photobox figure {
    width: 88%;
  }
  #arrange .photobox figure.ph01 {
    top: -130px;
  }
  #arrange .photobox figure.ph02 {
    bottom: -115px;
  }

  #spec.sec {
    margin-top: 120px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  #mv .postinfo .namebox .stylename {
    margin-bottom: 15px;
  }
  #mv .postinfo .namebox .logotype i svg {
    max-height: 34px;
    max-width: 200px;
  }
  #mv .postinfo .comment {
    margin-top: 25px;
  }

  #lineup_navi_simple {
    margin-top: 90px;
    padding: 50px;
  }
  #lineup_navi_simple .navi_body {
    display: block;
  }
  #lineup_navi_simple .navi_body dl {
    text-align: center;
    width: auto;
    padding: 0 0 35px;
  }
  #lineup_navi_simple .navi_body dl dt .jh {
    margin: 0 auto 10px;
  }
  #lineup_navi_simple .navi_body .list ul {
    gap: 30px;
  }
  #lineup_navi_simple .navi_body .list ul li a .style_name .logotype i {
    line-height: 20px;
  }
  #lineup_navi_simple .navi_body .list ul li a .style_name .logotype i svg {
    max-width: 100px;
    max-height: 20px;
  }
  #lineup_navi_simple .navi_body .list ul li a .style_outer img {
    margin-bottom: -15px;
    max-height: 100px;
  }

  #photogallery {
    margin-top: 90px;
  }
  #photogallery .title {
    margin-bottom: 25px;
  }
  #photogallery ul li {
    margin: 0 8px;
  }
  #photogallery ul li .ph {
    height: 360px;
  }
  #photogallery .worksbtn {
    margin-top: 40px;
  }
  #photogallery .worksbtn a {
    height: 56px;
  }
  #photogallery .worksbtn a .en {
    padding: 0 25px;
  }
  #photogallery .worksbtn a .en i svg {
    max-width: 120px;
    max-height: 20px;
  }
  #photogallery .worksbtn a .ja {
    padding: 0 15px 0 25px;
  }
  #photogallery .worksbtn a .ja::after {
    margin-left: 50px;
  }

  #story {
    margin: 120px 0 0;
    -webkit-border-radius: 9px;
    border-radius: 9px;
  }
  #story .story_body {
    padding: 60px 35px 60px calc( 43% + 70px );
  }
  #story .story_body .h_box {
    padding: 5px 10px;
    margin-bottom: 35px;
  }
  #story .story_body .photobox {
    left: 35px;
    top: -10px;
    width: 43%;
  }
  #story .story_body .text_box .text > p + p {
    margin-right: 1.5em;
  }

  .sec {
    margin-left: 0;
    margin-right: 0;
  }
  .sec .sec_title {
    margin-bottom: 15px;
  }
  .sec .sec_title .ja {
    margin-left: 15px;
  }

  #features.sec {
    margin-top: 90px;
  }
  #features.sec .sec_body .list {
    gap: 20px;
  }
  #features.sec .sec_body .list li .img .num {
    bottom: -25px;
    width: 36px;
    line-height: 68px;
  }
  #features.sec .sec_body .list li .img .num::before {
    width: 36px;
  }
  #features.sec .sec_body .list li .text {
    margin-top: 20px;
  }

  #arrange {
    margin: 120px 0 0;
    padding: 65px 4vw 65px 6vw;
  }
  #arrange::before {
    -webkit-border-radius: 7px;
    border-radius: 7px;
  }
  #arrange::after {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #arrange .textbox {
    width: 50%;
  }
  #arrange .textbox::before {
    top: 5px;
    width: 240px;
    height: 162px;
  }
  #arrange .textbox .catch {
    padding: 0 8px;
    margin-bottom: 10px;
  }
  #arrange .textbox .title {
    margin-bottom: 20px;
  }
  #arrange .textbox dl.text dt {
    margin-bottom: 10px;
  }
  #arrange .photobox {
    width: 48%;
  }
  #arrange .photobox figure {
    width: 68%;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 1200px) {
  #arrange .photobox figure {
    width: 86%;
  }
}
@media only screen and (max-width: 1300px) {
  #arrange .photobox figure.ph01 {
    top: -100px;
  }
  #arrange .photobox figure.ph02 {
    bottom: -90px;
  }

  #spec.sec {
    margin-top: 120px;
  }
  #spec.sec .sec_body ul.list {
    margin: 0 -10px;
  }
  #spec.sec .sec_body ul.list li {
    width: calc( 100% / 3 );
    padding: 0 10px 40px;
  }
  #spec.sec .sec_body ul.list li .text {
    padding-top: 15px;
  }
  #spec.sec .sec_body ul.list li .text > dl dt {
    margin-bottom: 10px;
  }
  #spec.sec .sec_body .notice {
    padding: 20px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #mv {
    display: block;
  }
  #mv .img {
    margin-left: auto;
  }
  #mv .postinfo {
    margin-top: -120px;
    width: 100%;
    padding: 0 5vw;
  }

  #lineup_navi_simple {
    margin-top: 60px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    padding: 40px 3vw;
  }
  #lineup_navi_simple::before {
    top: 8px;
    bottom: 8px;
  }
  #lineup_navi_simple .navi_body dl {
    padding: 0 0 25px;
  }
  #lineup_navi_simple .navi_body dl dt {
    margin-bottom: 20px;
  }
  #lineup_navi_simple .navi_body dl dd br {
    display: block;
  }
  #lineup_navi_simple .navi_body .list ul {
    gap: 15px;
  }
  #lineup_navi_simple .navi_body .list ul li a .style_name .en {
    margin: 0 auto 7px;
    width: 100px;
  }

  #photogallery {
    margin-top: 65px;
  }
  #photogallery ul li {
    margin: 0 7px;
  }
  #photogallery ul li .ph {
    height: 260px;
  }
  #photogallery .worksbtn a {
    height: 52px;
  }
  #photogallery .worksbtn a .en {
    padding: 0 20px;
  }
  #photogallery .worksbtn a .en i svg {
    max-width: 94px;
    max-height: 18px;
  }
  #photogallery .worksbtn a .ja {
    padding: 0 15px 0 20px;
  }
  #photogallery .worksbtn a .ja::after {
    margin-left: 40px;
    width: 24px;
    line-height: 24px;
  }

  #story {
    margin-top: 80px;
    padding: 80px 100px 50px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    display: block;
    position: static;
  }
  #story .story_body {
    width: 100%;
    padding: 0;
  }
  #story .story_body .photobox {
    position: static;
    width: auto;
    margin: 45px auto;
  }
  #story .story_body .text_box .text > p + p {
    margin-right: 1.2em;
  }
  #story .story_body .morebtn {
    justify-content: center;
  }

  #features.sec {
    margin-top: 65px;
  }
  #features.sec .sec_body .list {
    flex-wrap: wrap;
    gap: 0;
    margin: 0 -15px;
  }
  #features.sec .sec_body .list li {
    width: calc( 100% / 2 );
    padding: 0 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #features.sec .sec_body .list li .text {
    margin-top: 15px;
  }

  #arrange {
    margin-top: 100px;
    padding: 60px 6vw;
    display: block;
    position: relative;
  }
  #arrange::after {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }
  #arrange .textbox {
    width: auto;
  }
  #arrange .textbox::before {
    left: -20px;
    width: 180px;
    height: 122px;
  }
  #arrange .textbox .catch {
    padding: 0 7px;
  }
  #arrange .photobox {
    width: 100%;
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  #arrange .photobox figure {
    width: 48%;
    position: static;
  }

  #spec.sec {
    margin-top: 65px;
  }
  #spec.sec .sec_body ul.list li {
    width: calc( 100% / 2 );
  }
  #spec.sec .sec_body .notice {
    text-align: justify;
    width: auto;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #container {
    padding-top: 25svh;
  }
  #container > #breadcrumbs {
    position: static;
  }
  #container > #breadcrumbs + #contents {
    padding-top: 0;
  }

  #mv .img {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 90%;
    height: auto;
  }
  #mv .postinfo {
    margin-top: 10px;
  }
  #mv .postinfo .namebox .logotype {
    margin-bottom: 25px;
  }
  #mv .postinfo .comment {
    margin-top: 15px;
  }

  #lineup_navi_simple {
    margin-top: 45px;
    padding: 35px 2vw;
  }
  #lineup_navi_simple::before {
    top: 6px;
    bottom: 6px;
  }
  #lineup_navi_simple .navi_body dl {
    padding-bottom: 20px;
  }
  #lineup_navi_simple .navi_body dl dt {
    margin-bottom: 15px;
  }
  #lineup_navi_simple .navi_body dl dt .jh {
    width: 60px;
    margin-bottom: 8px;
  }
  #lineup_navi_simple .navi_body dl dd {
    letter-spacing: 0;
  }
  #lineup_navi_simple .navi_body .list ul {
    gap: 8px;
  }
  #lineup_navi_simple .navi_body .list ul li a {
    padding: 25px 3px 0;
    height: 100%;
  }
  #lineup_navi_simple .navi_body .list ul li a .style_name .en {
    margin: 0 auto 6px;
    width: fit-content;
    padding: 3px 4px 2px;
  }
  #lineup_navi_simple .navi_body .list ul li a .style_name .logotype i {
    line-height: 14px;
  }
  #lineup_navi_simple .navi_body .list ul li a .style_name .logotype i svg {
    max-width: 70px;
    max-height: 14px;
  }
  #lineup_navi_simple .navi_body .list ul li a .style_name .logotype small {
    margin: 2px 0 0;
  }
  #lineup_navi_simple .navi_body .list ul li a .style_outer img {
    margin-bottom: -10px;
    max-height: 80px;
  }

  #photogallery {
    margin-top: 45px;
  }
  #photogallery .title {
    margin-bottom: 20px;
  }
  #photogallery ul li {
    margin: 0 5px;
  }
  #photogallery ul li .ph {
    height: 210px;
  }
  #photogallery .worksbtn {
    margin-top: 25px;
  }
  #photogallery .worksbtn a {
    height: 40px;
  }
  #photogallery .worksbtn a .en {
    padding: 0 10px;
  }
  #photogallery .worksbtn a .en i svg {
    max-width: 80px;
    max-height: 16px;
  }
  #photogallery .worksbtn a .ja {
    padding: 0 15px;
  }
  #photogallery .worksbtn a .ja::after {
    margin-left: 20px;
    width: 16px;
    line-height: 16px;
  }

  #story {
    margin-top: 60px;
    padding: 35px 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #story .story_body .h_box {
    padding: 15px 10px;
    margin-bottom: 0;
  }
  #story .story_body .h_box > p.en {
    display: block;
    line-height: 1;
  }
  #story .story_body .h_box > p.en > small {
    margin: 5px 0 0;
  }
  #story .story_body .photobox {
    margin: 20px auto 30px;
  }
  #story .story_body .photobox .ph_main {
    margin-bottom: 7px;
  }
  #story .story_body .photobox .ph_sub {
    gap: 7px;
  }
  #story .story_body .text_box .text {
    line-height: 1.5;
  }
  #story .story_body .text_box .text > p + p {
    margin-right: 1em;
  }
  #story .story_body .morebtn {
    margin-top: 15px;
  }

  .sec .sec_title {
    margin-bottom: 5px;
  }
  .sec .sec_title .ja {
    margin-left: 8px;
  }

  #features.sec {
    margin-top: 50px;
  }
  #features.sec .sec_body .list {
    margin: 0 -10px;
  }
  #features.sec .sec_body .list li {
    padding: 0 10px 25px;
  }
  #features.sec .sec_body .list li .img figure {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  #features.sec .sec_body .list li .img .num {
    left: 10px;
    bottom: -20px;
    width: 26px;
    line-height: 50px;
  }
  #features.sec .sec_body .list li .img .num::before {
    width: 26px;
  }
  #features.sec .sec_body .list li .text > p {
    letter-spacing: 0;
  }

  #arrange {
    margin-top: 60px;
    padding: 35px 6vw 30px;
  }
  #arrange::before {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #arrange::after {
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  #arrange .textbox::before {
    width: 140px;
    height: 94px;
  }
  #arrange .textbox .catch {
    padding: 0 6px;
  }
  #arrange .textbox .title {
    margin-bottom: 15px;
  }
  #arrange .textbox dl.text dt {
    line-height: 1.4;
  }
  #arrange .textbox dl.text dt br {
    display: none;
  }
  #arrange .photobox {
    margin-top: 0;
  }
  #arrange .photobox figure {
    width: 100%;
    margin-top: 20px;
  }

  #spec.sec {
    margin-top: 50px;
  }
  #spec.sec .sec_body ul.list {
    margin: 0 -15px;
  }
  #spec.sec .sec_body ul.list li {
    padding: 0 15px 30px;
  }
  #spec.sec .sec_body ul.list li .text {
    padding-top: 10px;
  }
  #spec.sec .sec_body ul.list li .text > dl dt {
    margin-bottom: 7px;
    flex-direction: column-reverse;
  }
  #spec.sec .sec_body ul.list li .text > dl dt span {
    line-height: 1;
  }
  #spec.sec .sec_body ul.list li .text > dl dt .en {
    margin: 0 0 3px;
  }
  #spec.sec .sec_body ul.list li .text > dl dd {
    line-height: 1.5;
  }
  #spec.sec .sec_body ul.list li .text > dl dd .note::before {
    margin-right: 3px;
  }
  #spec.sec .sec_body .notice {
    margin: 5px auto 0;
    padding: 15px 20px;
  }
  #spec.sec .sec_body .notice > span {
    text-indent: -.6em;
  }
  #spec.sec .sec_body .notice > span::before {
    margin-right: 3px;
  }
}
