@charset "utf-8";

:root {
  --base-font-gothic: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-gothic02: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-min: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-min02: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-en: HelveticaNeue;/* w300 / w700 */
  --base-font-weight: 400;
  --base-txt-black: #333333;
}
.font-mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.font-alpha {
  font-family: "Times New Roman", serif;
}
body {
  min-width: 1080px;
  min-height: 100%;
  background-color: #f3f3f3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: var(--base-font-weight);
  color: var(--base-txt-black);
}
@media all and (max-width: 750px){
  body {
    min-width: 100%;
    padding-right: 0;
  }
}

/*
body.home {
  background-image: url('./../../images/design/design-index.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}
*/
/*
body.home .boxLayoutBaseIn {
  min-height: 6000px;
}*/

#container {
  position: relative;
  overflow: hidden;
  padding-right: 100px;
  padding-left: 80px;
}
@media all and (max-width: 750px){
  #container {
    /*overflow: hidden;*/
    padding: 16.7vw 0 0 0;
  }
}

#main {
  min-height: 78vh;
}
@media all and (max-width: 750px){
  #main {
    min-height: auto;/*73vh;*/
  }
}

.boxContent {
}
@media all and (max-width: 750px){
  .boxContent {
  }
}

.boxLayoutBaseIn {
  /*padding-bottom: 7em;*/
}
@media all and (max-width: 750px){
  .boxLayoutBaseIn {
    /*padding-bottom: 2.5em;*/
  }
}


/***** Header *****/
.boxHeader {
  /*background-color: #ccc;*/
}

@media all and (max-width: 750px){
  .boxHeader {
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}
.boxHeaderLogo01 .ttlHeader {
  width: 198px;
  height: 192px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.boxHeaderLogo01 .ttlHeader .logo01Header {
  width: 140px;
}
.boxHeaderLogo01 .ttlHeader .sub {
  display: block;
  text-align: center;
  color: #54374a;
  font-size: 0.75rem;
  line-height: 1.75;
  margin-top: 22px;
}
.boxHeader01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 102px;
}
@media all and (max-width: 750px){
  .boxHeader01 {
    height: 16.7vw;
  }
}

.boxHeader01L {
}
@media all and (max-width: 750px){
  .boxHeader01L .logo01Header {
    position: absolute;
    top: 4.5vw;
    left: 4vw;
    width: 40vw;
  }
}

@media all and (max-width: 750px){
  .boxHeader01R {
    display: none;
  }
}

.boxHeader01R .ulHeaderMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.boxHeader01R .ulHeaderMenu01 > li {
  position: relative;
  z-index: 2;
  margin-left: 1.0em;
}
.boxHeader01R .ulHeaderMenu01 > li:after {
  content: '';
  position: absolute;
  top: 1.56em;
  left: 0;
  right: 0;
  width: 0.49em;
  height: 0.49em;
  margin: auto;
  border-radius: 0.49em;
  background-color: #f0e75b;
  opacity: 0;
  transition: opacity 0.1s linear;
}

.boxHeader01R .ulHeaderMenu01 > li.current:after,
.boxHeader01R .ulHeaderMenu01 > li:hover:after {
  opacity: 1;
}
.boxHeader01R .ulHeaderMenu01In {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -0.5em;
  display: none;
  min-width: 130px;
  padding: 50px 0.5em 0.3em 0.8em;
  background-color: #fff;
  opacity: 0;
}

.boxHeader01R .ulHeaderMenu01 > li:hover .ulHeaderMenu01In {
  display: block;
  animation: baseAniFadein 0.3s linear normal forwards;
}

.boxHeader01R .ulHeaderMenu01In > li {
  margin-bottom: 0.5em;
  font-size: 0.95rem;
}
.boxHeader01R {
  display: flex;
  margin: 6px 37px 0 0;
}
.boxHeader01R .box {
  margin-left: 50px;
  color: #54374a;
  display: flex;
  align-items: center;
}
.boxHeader01R .box .p01 {
  border-right: 1px solid #b48ca6;
  padding-right: 14px;
  margin-right: 14px;
  line-height: 1;
}
.boxHeader01R .box .p02 {
  font-size: 1.693125rem;
  letter-spacing: 0.12em;
  font-family: "Times New Roman",serif;
}
.boxHeader01R .box .p03 {
  margin-left: 12px;
}
.boxHeader01R .box .p03 img {
  width: 16px;
  margin-top: -4px;
}


/***** Hmb Menu *****/
.btnHmbMenu {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 48px;
  right: 22px;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu {
    top: 4vw;
    right: 4vw;
    width: 10vw;
    display: block;
  }
}

.btnHmbMenu.typeCss01 {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 36px;
  height: 64px;
}
.btnHmbMenu:after {
  content: "menu";
  color: #54374a;
  font-size: 14px;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 0;
  transform: rotate(90deg);
  left: 0;
}
@media all and (max-width: 1350px){
  .btnHmbMenu.typeCss01 {
    /*
    display: -webkit-flex;
    display: flex;*/
  }
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 {
    position: fixed;
    top: 5vw;
    right: 4vw;
    display: -webkit-flex;
    display: flex;
    width: 8.5vw;
    height: 3vw;
    background-color: transparent;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn {
  position: relative;
  width: 35px;
  height: 11px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn {
    width: 100%;
    height: 100%;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #54374a;
  border-radius: 3px;
  transition: all .4s;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
    height: 1px;
    border-radius: 0;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(1) {
  top: 0;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(3) {
  bottom: 0;
}

.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
  transform: translateY(7.1px) rotate(-45deg);
}
.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(2) {
  opacity: 0;
}
.btnHmbMenu.typeCss01.statusOpen  .btnHmbMenuIn > span:nth-of-type(3) {
  transform: translateY(-1.9px) rotate(45deg);
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
    transform: translateY(2.6vw) rotate(-45deg);
    transform: translateY(calc(1.5vw - 0.8vw / 2)) rotate(-45deg);
  }
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(3) {
    transform: translateY(-2.6vw) rotate(45deg);
    transform: translateY(calc(-2vw + 0.8vw / 2)) rotate(45deg)
  }
}

.boxHmbMenu {
  display: none;
  overflow-y: auto;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 5% 80px 5%;
  background-color: rgba(255,255,255,1);
}
.boxHmbMenu .boxFooter02 {
  padding-bottom: 40px;
}
.boxHmbMenu .boxFooter01 {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid #dbdbdb;
}
@media all and (max-width: 750px){
  .boxHmbMenu {
    padding: 34vw 5% 5vw 5%;
    text-align: left;
  }
}

.ulHmbMenu01 > li {
  padding: 1.0em 0;
  font-size: 1.5rem;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li {
    width: 100%;
    padding: 3vw 0 3vw 4vw;
    font-size: 1.1rem;
  }
  .ulHmbMenu01 > li:first-child {
    padding-top: 7vw;
  }
}

.ulHmbMenu01 > li:not(:last-child):after {
  content: '-';
  margin: 0 0.8em;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li:not(:last-child):after {
    content: none;
  }
}

.boxHmbMenuFixedBottom {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.boxHmbMenuFixedBottom a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 17.5vw;
}


@media all and (max-width: 750px){
  .boxHmbMenuSns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 2em;
  }
}
@media all and (max-width: 750px){
  .boxHmbMenuSns a {
    margin: 0 0.5em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuSns a img {
    width: 9.5vw;
  }
}



/*##### Mv #####*/
.boxMvWrap {
  position: relative;
  padding-top: 260px;
  background-image: url("../../images/dress/bg-mv.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  box-shadow: 0 0 0 73px rgba(227,227,227,0.35);
}
@media all and (max-width: 750px){
  .boxMvWrap {
    padding-top: 18%;
    /*
    background-image: url('./../../images/base/sp-base-mv-bg01.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;*/
    background-size: auto 100% ;
    box-shadow: none;
  }
}

.boxMv {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding:0 0 46px 72px;
}

.ttlMv {
  /*font-family: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
  /*padding-top: 2.2em;*/
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  /*font-weight: 400;*/
  color: #000;
}
@media all and (max-width: 750px){
  .ttlMv {
  }
  .boxMv {
    padding-left: 0;
    position: static;
  }
}

.ttlMv .ttlParent {
  margin-top: -1.9em;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-size: 1.75rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlMv .ttlParent {
    font-size: 1.1rem;
  }
}

.ttlMv .ttlJa {
  letter-spacing: 0.18em;
  font-size: 2.25rem;
  display: block;
  font-weight: 400;
}
@media all and (max-width: 750px){
  .ttlMv .ttlJa {
    font-size: 1.4rem;
    
  }
}

.ttlMv .ttlEn {
  /*
  margin-right: 0.5em;
  line-height: 0.85;
  letter-spacing: normal;
  font-family: Jost, sans-serif;
  font-size: 8.0rem;*/
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.ttlMv .ttlEn span:nth-of-type(1) {
  letter-spacing: 0.12em;
  color: #ceaa5c;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.ttlMv .ttlEn span:nth-of-type(1):after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #ceaa5c;
  margin: 0 12px;
}
.ttlMv .ttlEn span:nth-of-type(2) {
  letter-spacing: 0.18em;
  color: #555555;
  font-size: 1.125rem;
}
@media all and (max-width: 750px){
  .ttlMv .ttlEn {
    display: block;
  }
  .ttlMv .ttlEn span:nth-of-type(1):after {
    content: none;
  }
}

.boxMvImg {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 60.7%;
  height: 466px;
}

.boxMvImg .imgMv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  /*opacity: 0.7;*/
}



/*##### Footer #####*/
.boxFooterWrap {
  padding-top: 5.0em;
  background-color: #eee;
}
@media all and (max-width: 750px){
  .boxFooterWrap {
    padding-top: 2.5em;
  }
}

.boxCopyrightWrap {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding-bottom: 50px;
}
@media all and (max-width: 750px){
  .boxCopyrightWrap {
    height: 3.0em;
  }
}

.boxCopyright {
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}
@media all and (max-width: 750px){
  .boxCopyright {
    letter-spacing: normal;
    font-size: 0.73rem;
  }
}

@media all and (max-width: 750px){
  .boxCopyright .markCopy {
    font-family: Verdana, Roboto, "Droid Sans";
  }
}


/*##### Base Page #####*/
.boxPageWrap {
  padding: 5rem 0 120px 0;
}
@media all and (max-width: 750px){
  .boxPageWrap {
    padding: 2.0em 0 2.5em 0;
  }
}

.boxPage01 {
  padding-bottom: 4.8em;
}
@media all and (max-width: 750px){
  .boxPage01 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.ttlBasePageH1 {
  margin-bottom: 0.5em;
  letter-spacing: 0.03em;
  font-size: 2.57rem;
}
@media all and (max-width: 750px){
  .ttlBasePageH1 {
    font-size: 2.133rem;
  }
}


/*##### Common Contents #####*/
.boxFooterBottomWrap {
  background: url("../../images/common/footer-bg01.jpg") no-repeat center top;
  width: calc(100% + 160px);
  margin-left: -80px;
  padding: 80px 0 140px 0;
}
.boxFooterBottomWrap .ttl01  {
  text-align: center;
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: 0.18em;
}
.boxFooterBottomWrap .ttl01 .en {
  display: block;
  letter-spacing: 0.12em;
  color: #ceaa5c;
  font-size: 0.875rem;
  margin-top: 2em;
  font-family: "Times New Roman", serif;
}
.boxFooterBottomWrap .lead {
  text-align: center;
  margin-top: 2em;
  color: #fff;
  margin-bottom: 50px;
  line-height: 1.7;
  font-weight: 400;
}
.boxFooterBottom {
  display: flex;
  padding: 0 80px;
  justify-content: space-between;
}
.boxFooterBottom .box {
  width: 49%;
  display: flex;
  background: url("../../images/common/footer-img01.jpg") no-repeat center bottom;
  background-color: #fff;
  padding-bottom: 223px;
  background-size: 100%;
}
.boxFooterBottom .box:nth-of-type(2) {
  background-image: url("../../images/common/footer-img02.jpg");
}
.boxFooterBottom .box .left {
  width: 100px;
}
.boxFooterBottom .box .left .logo {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.boxFooterBottom .box .left .logo img {
  width: 64px;
}
.boxFooterBottom .box:nth-of-type(2) .left .logo img {
  width: 47px;
}
.boxFooterBottom .box .left .sns a {
  width: 20px;
  display: block;
  margin: 13px auto 0 auto;
}
.boxFooterBottom .box .left .sns a:nth-of-type(1) {
  width: 18px;
}
.boxFooterBottom .box .cont {
  width: calc(100% - 100px);
  text-align: center;
  padding: 80px 50px 60px 0;
}
.boxFooterBottom .box .cont .ttl {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.16em;
}
.boxFooterBottom .box .cont .ttl span {
  display: block;
  letter-spacing: 0.12em;
  color: #ceaa5c;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 1.2em;
  font-family: "Times New Roman", serif;
}
.boxFooterBottom .box .cont .p01 {
  font-weight: bold;
  color: #555555;
  font-size: 1.125rem;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.boxFooterBottom .box .cont .p02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
.boxFooterBottom .box .cont .tel {
  font-size: 2.5rem;
  margin-top: 1em;
  letter-spacing: 0.12em;
  font-family: "Times New Roman", serif;
}
.boxFooterBottom .box .cont .btn_area {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.boxFooterBottom .box .cont .btn_area a {
  max-width: 284px;
  height: 53px;
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #b48ca6;
  font-size: 1.125rem;
  
}
.boxFooterBottom .box .cont .btn_area a img {
  width: 21px;
  margin-right: 10px;
}
.boxFooterBottom .box .cont .btn_area a:nth-of-type(2) img {
  width: 26px;
}
.boxFooterBottom .box .cont .btn_area a:nth-of-type(2) {
  margin-left: 14px;
  background-color: #65b65b;
}
.boxFooterWrap {
  width: calc(100% + 160px);
  margin-left: -80px;
  padding:120px 80px 0 80px;
  background-color: #fff;
  position: relative;
}
.boxFooterWrap:before {
  content: "";
  width: 350px;
  height: 350px;
  background: url("../../images/common/footer_smark.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 50px;
  top: -70px;
  pointer-events: none;
}
.boxFooter01 {
  padding-bottom: 84px;
  margin-bottom: 84px;
  border-bottom: 1px solid #dbdbdb;
}
.boxFooter01 .ttl {
  display: flex;
  align-items: center;
  letter-spacing: 0.16em;
  color: #b48ca6;
  font-size: 0.875em;
  margin-bottom: 45px;
}
.boxFooter01 .ttl img {
  width: 220px;
}
.boxFooter01 .ttl span {
  margin-top: 0.5em;
  margin-left: 2em;
}
.boxFooter01 .box_wrap {
  display: flex;
}
.boxFooter01 .box_wrap .box:nth-of-type(2) {
  margin-left: 40px;
}
.boxFooter01 .box_wrap .box .p01 {
  margin-bottom: 1em;
  font-size: 0.9375rem;
}
.boxFooter01 .box_wrap .box .p02 {
  color: #555555;
  letter-spacing: 0.16em;
  font-size: 0.9375rem;
}
.boxFooter01 .box_wrap .box .p02 a {
  text-decoration: underline;
}

.boxFooter02 {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.06em;
  padding-bottom: 100px;
}
.boxFooter02 dl {
  margin-bottom: 2rem;
  margin-right: 1.5%;
  max-width: 250px;
}

.boxFooter02 dl dt {
  color: #54374a;
  margin-bottom: 1.2em;
  letter-spacing: 0.08em;
}
.boxFooter02 dl dd ul li {
  font-size: 0.9rem;
  font-weight: 400;
}
.boxFooter02 dl dd ul li:nth-child(n+2) {
  margin-top: 0.6em;
}
.ttlBase01 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 2.6rem;
}
.ttlBase01 .ja {
  color: #54374a;
  font-size: 1.875rem;
  letter-spacing: 0.18em;
  line-height: 1.73;
  display: block;
}
.ttlBase01 .en {
  letter-spacing: 0.12em;
  font-size: 0.875rem;
  color: #ceaa5c;
  display: block;
}
.boxSideFixedWrap {
  width: 80px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.boxSideFixed {
  
}
.boxSideFixed .s01 {
  padding-top: 25px;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;

}
.boxSideFixed .s01:after {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #b3b3b3;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.boxSideFixed .s01:before {
  content: "";
  width: 22px;
  height: 14px;
  background: url("../../images/common/mail.svg") no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
.boxSideFixed .s02:before {
  content: "";
  width: 23px;
  height: 21px;
  background: url("../../images/common/line_green.svg") no-repeat left 1px center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
.boxSideFixed .s02 {
  padding: 33px 2px 0 2px;
  position: relative;
}
.boxSideFixed a:last-child {
  margin-top: 15px;
}
@media all and (max-width: 750px){
  .boxSideFixedWrap {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 11vw;
  writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
    justify-content: space-between;
  }
  .boxSideFixed .s01 {
    padding: 0 1em 0 1.8em;
    margin-bottom: 0;
    border-right: 1px solid;
    margin-right: 1em;
}
  .boxSideFixed .s01:before {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: auto;
  }
  .boxSideFixed {
    width: 100%;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
  }
  .boxSideFixed .s02 {
    padding: 0 0 0 1.8em;
  }
  .boxSideFixed .s02:before {
        top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: auto;
  }
  .boxSideFixed .s01:after {
    content: none;    
  }
  .boxSideFixed a:last-child {
    margin: 0 0 0 0.5em;
  }
  .boxHeaderLogo01 .ttlHeader {
    width: 30vw;
    height: 30vw;
  }
  .boxHeaderLogo01 .ttlHeader .logo01Header {
    width: 75%;
    margin: auto;
  }
  .boxHeaderLogo01 .ttlHeader .sub {
    font-size: 0.6rem;
    line-height: 1.4;
    margin-top: 13vw;
}
  .boxHeader01R .box {
    display: none;
  }
  .btnHmbMenu:after {
    font-size: 0.7rem;
    bottom: -1.7em;
    transform: rotate(0);
}
    .boxFooterBottomWrap {
    width: 100%;
    margin: 0;
    padding: 3rem 0 5rem 0;
  }
  .boxFooterBottom {
    padding: 0;
    display: block;
  }
  .boxFooterBottom .box {
    width: 90%;
    margin: auto;
    padding-bottom: 18vw;
  }
  .boxFooterBottom .box .cont .ttl {
    font-size: 1.4rem;
  }
  .boxFooterBottom .box .left {
    width: 18vw;
  }
  .boxFooterBottom .box .left .logo {
    width: 18vw;
    height: 18vw;
  }
  .boxFooterBottom .box .cont {
    width: calc(100% - 18vw);
    padding: 3rem 5% 60px 0;
  }
  .boxFooterBottom .box .cont .p02 {
    font-size: 0.8rem;
  }
  .boxFooterBottom .box .cont .p01 {
    margin-top: 1rem;
  }
  .boxFooterBottom .box .cont .tel {
    font-size: 1.8rem;
    margin-top: 0.5em;
  }
  .boxFooterBottom .box .cont .btn_area {
    display: block;
  }
  .boxFooterBottom .box .cont .btn_area a {
    width: 100%;
    height: 2.5em;
  }
  .boxFooterBottom .box .cont .btn_area a:nth-of-type(2) {
    margin: 1rem 0 0 0;
  }
  .boxFooterBottom .box:nth-of-type(2) {
    margin-top: 1.5rem;
  }
  .boxFooterWrap:before {
    width: 40vw;
    height: 40vw;
  }
  .boxFooterWrap {
    width: 100%;
    padding: 5rem 5%;
    margin: 0;
  }
  .boxFooter01 .ttl {
    display: block;
  }
  .boxFooter01 .ttl span {
    display: block;
    margin: 1rem 0 0 0;
  }
  .boxFooter01 .box_wrap {
    display: block;
  }
  .boxFooter01 .box_wrap .box:nth-of-type(2) {
    margin-top: 1.5rem;
    margin-left: 0;
  }
  .boxFooter01 .box_wrap .box {
    width: 100%;
  }
  .boxFooter01 {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .boxFooter02 dl {
    width: 100%;
    max-width: inherit;
    margin-right: 0;
  }
  
  .boxFooter02 {
    padding-bottom: 3rem;
  }
  .boxFooter02 dl dd ul li {
    font-size: 0.8rem;
  }
  .boxFooter02 dl:nth-of-type(1) dd ul, .boxFooter02 dl:nth-of-type(3) dd ul,
   .boxFooter02 dl:nth-of-type(4) dd ul {
    display: flex;
    flex-wrap: wrap;
  }
  .boxFooter02 dl:nth-of-type(1) dd ul li,
  .boxFooter02 dl:nth-of-type(3) dd ul li,
  .boxFooter02 dl:nth-of-type(4) dd ul li {
    margin: 0 1rem 0 0;
    line-height: 1.8;
  }
  .boxCopyright {
    text-align: center;
  }
  .ttlBase01 .ja {
    font-size: 1.4rem;
  }
  
  
  
}
@media only screen and (max-width:1650px) and (min-width:751px) {
  #container {
    
  }
  
}
#boxPopup01 {
  background-color: #fff;
  max-width: 400px;
  margin: auto;
  padding: 40px;
  position: relative;
}
#boxPopup01 .ttl {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1em;
  letter-spacing: 0.12em;
}
#boxPopup01 > span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#boxPopup01 a {
  background-color: #fff;
  width: 100%;
  height: 5em;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #dbdbdb;
  padding: 1.5rem 0;
  position: relative;
}
#boxPopup01 a small {
  display: block;
  width: 100%;
}
.boxColumnS01 p {
  line-height: 1.77;
}
#boxPopup01 span:nth-child(n+2) {
  margin-top: 1.5rem;
}
#boxPopup01 a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 18px;
}
#boxPopup01 button.mfp-close {
  right: -44px;
  top: -44px;
}
@media all and (max-width: 750px){
  #boxPopup01 button.mfp-close {
    right: 10px;
    top: 10px;
  }
}

.boxBtnBaseCom01 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.boxBtnBaseCom01 a {
  max-width: 284px;
  height: 53px;
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #b48ca6;
  font-size: 1.125rem;
  color: #fff!important;
}
.boxBtnBaseCom01 a img {
  width: 21px;
  margin-right: 10px;
}
.boxBtnBaseCom01 a:nth-of-type(2) {
  margin-left: 14px;
  background-color: #65b65b;
}
.boxBtnBaseCom01 a:nth-of-type(2) img {
  width: 26px;
}
@media all and (max-width: 750px){
  .boxBtnBaseCom01 {
    display: block;
    margin-top: 0;
  }
  .boxBtnBaseCom01 a {
    width: 100%;
    height: 2.5em;
    margin: auto;
  }
  .boxBtnBaseCom01 a:nth-of-type(2) {
    margin: 1rem auto 0 auto;
  }
  
  
}
@media all and (max-height: 640px){
  .boxSideFixed {
    padding-top: 95px;
  }
  .upToTop {
    right: 5%;
  }
}

.boxIndexNewsList .box .cont .date_cat .cat li:nth-child(n+2) {
  display: none;
}
@media only screen and (max-width:1700px) and (min-width:751px) {
  .boxIndexNewsList .box {
    width: 48%!important;
    margin: 0!important;
  }
  .boxIndexNewsList .box:nth-of-type(2n) {
    margin-left: auto!important
  }
  .boxIndexNewsList .box:nth-child(n+3) {
    margin-top: 30px!important;
  }
}