@charset "UTF-8";
/* Reset
-------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, form, label, button, article, aside, figcaption, figure, footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-size: 0.875rem;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

article, aside, figcaption, figure, footer, header, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  height: auto;
  border: 0;
  vertical-align: bottom;
}

/* Base
-------------------- */
@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 100;
  src: local("HiraginoSans-W1"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 200;
  src: local("HiraginoSans-W2"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 300;
  src: local("HiraginoSans-W3"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 400;
  src: local("HiraginoSans-W3"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 500;
  src: local("HiraginoSans-W5"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 600;
  src: local("HiraginoSans-W6"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 700;
  src: local("HiraginoSans-W6"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 800;
  src: local("HiraginoSans-W7"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 900;
  src: local("HiraginoSans-W8"), local("Hiragino Sans");
}

body {
  background-color: #FFF;
  color: #000;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック Medium","Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
  text-align: left;
}

body.no-scroll {
  overflow: hidden;
}

p {
  line-height: 2.2;
}

a {
  color: #0033CC;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 960px) {
  a:hover {
    color: #999999;
  }
}

@media (min-width: 600px) {
  a[href^="tel:"]:not([class]) {
    color: #333;
    text-decoration: none;
  }
}

@media (min-width: 960px) {
  a[href^="tel:"]:hover:not([class]) {
    color: #333;
    text-decoration: none;
  }
}

/* Font Face
Noto Serif CJK JP
This Font Software is licensed under the SIL Open Font License, Version 1.1.
https://www.google.com/get/noto/
-------------------- */
@font-face {
  font-family: "Noto Sans Light";
  src: url("../fonts/NotoSans-Light.woff") format("woff"), url("../fonts/NotoSans-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans Regular";
  src: url("../fonts/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSans-Regular.ttf") format("truetype");
  font-display: swap;
}


/* overlay */
.overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.overlay_off {
  display: none;
}

/* noscroll ---------------- */
.noscroll {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* footer
-------------------- */
.footer {
  background: #f0f0f0;
}

.footer__container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .footer__container {
    width: 84%;
  }
}

@media (min-width: 1280px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
  }
}

@media (min-width: 1280px) {
  .footertxt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.footerinfo {
  padding-top: calc(3% + 35px);
}

.footerinfo p {
  line-height: 1.7;
}

.footerinfo a {
  color: #000;
  text-decoration: none;
}

.footerinfo__logo {
  padding-right: 5px;
}

.footerinfo__logosvg {
  width: 120px;
  height: 22px;
}

.footerinfo__tel {
  margin-top: 10px;
  font-family: "Noto Sans Regular", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.footerinfo__telsvg {
  width: 13px;
  height: 20px;
  margin: 0 10px 5px 0;
  vertical-align: middle;
}

.footerinfo__open {
  font-size: 0.75rem;
}

@media (min-width: 600px) {
  .footerinfo {
    text-align: left;
  }
  .footerinfo__logosvg {
    width: 180px;
    height: 32px;
  }
  .footerinfo__tel {
    margin-top: 25px;
    font-size: 1.375rem;
  }
  .footerinfo__telsvg {
    width: 18px;
    height: 27px;
  }
  .footerinfo__open {
    font-size: 0.875rem;
  }
}

@media (min-width: 1280px) {
  .footerinfo {
    padding-top: 0;
  }
}

.footerdata {
  margin-top: calc(2% + 20px);
  padding-top: 15px;
  border-top: 1px solid #333;
}

.footerdata p {
  line-height: 1.5;
}

.footerdata a {
  color: #000;
  text-decoration: none;
}

.footerdata__name {
  font-size: 1rem;
  font-family: "Noto Sans Regular", sans-serif;
}

.footerdata__namesmall {
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック Medium","Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
}

.footerdata__address {
  margin-top: 5px;
  font-size: 0.75rem;
}

.footerdata__address a {
  display: inline-block;
  margin-bottom: 1px;
  padding: 3px 5px;
  border: 1px solid #333;
  font-size: 0.5rem;
  line-height: 1;
}

.footerdata__fax {
  margin-top:3px;
  font-size: 0.75rem;
}

@media (min-width: 600px) {
  .footerdata {
    margin-top: 30px;
  }
  .footerdata__name {
    font-size: 1.125rem;
  }
  .footerdata__address {
    font-size: 0.875rem;
  }
  .footerdata__address a {
    font-size: 0.625rem;
  }
  .footerdata__fax {
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .footerdata__address a {
    -webkit-transition: background .5s;
    transition: background .5s;
  }
  .footerdata__address a:hover {
    background: #000;
    color: #FFF;
  }
}

@media (min-width: 1280px) {
  .footerdata {
    padding-top: 0;
    border-top: none;
  }
  .footerdata__fax {
    margin-top: 0;
  }
}

.footermenu {
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
  padding-top: 40px;
  padding-bottom: calc(3% + 30px);
  border-top: 1px solid #333;
  font-size: 0.75rem;
  line-height: 1.5;
}

.footermenu a {
  color: #000;
  text-decoration: none;
}

.footermenu__list_1, .footermenu__list_2 {
  float: left;
  width: 50%;
}

.footermenu__list_3 {
  clear: both;
  width: 100%;
}

.footermenu__list {
  font-size: 0.75rem;
}

.footermenu__list li {
  margin: 2px 0;
}

.footermenu__list a {
  display: block;
  padding: 3px 0;
}

.footermenu__mark_top {
  margin-top: 2em !important;
}

.footermenu__mark a {
  position: relative;
  padding-left: 20px;
}

.footermenu__mark a::before,
.footermenu__mark a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 8px;
  border: 1px solid #333;
  background: #f0f0f0;
}

.footermenu__mark a::before {
  top: calc(50% - 6px);
  left: 0;
}

.footermenu__mark a::after {
  top: calc(50% - 3px);
  left: 3px;
}

@media (min-width: 600px) {
  .footermenu__list_1, .footermenu__list_2, .footermenu__list_3 {
    clear: none;
    float: left;
    width: 33.33%;
  }
  .footermenu__list {
    font-size: 0.75rem;
  }
}

@media (min-width: 960px) {
  .footermenu a {
    -webkit-transition: color .5s;
    transition: color .5s;
  }
  .footermenu a:hover {
    color: #999;
  }
}

@media (min-width: 1280px) {
  .footermenu {
    width: 52%;
    max-width: 800px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }
}

.footerbottom {
  padding: calc(3% + 20px) 0 calc(3% + 55px);
  background: #000;
  color: #FFF;
  font-size: 0.625rem;
}

.footerbottom a {
  color: #FFF;
  text-decoration: none;
}

@media (min-width: 600px) {
  .footerbottom {
    font-size: 0.75rem;
  }
}

@media (min-width: 960px) {
  .footerbottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 8%;
  }
  .footerbottom a {
    -webkit-transition: color .5s;
    transition: color .5s;
  }
  .footerbottom a:hover {
    color: #999;
  }
}

.footersns {
  text-align: center;
}

.footersns li {
  display: inline-block;
  margin: 0 6px;
}

.footersns__svg {
  fill: #FFF;
}

@media (min-width: 960px) {
  .footersns {
    width: 200px;
    text-align: left;
  }
  .footersns__svg {
    -webkit-transition: fill .5s;
    transition: fill .5s;
  }
  a:hover .footersns__svg {
    fill: #666;
  }
}

.footerlink {
  margin: 35px 8% 0;
  line-height: 1.3;
  text-align: center;
}

.footerlink li {
  display: inline-block;
  margin-top: 6px;
}

.footerlink li:first-child {
  margin-left: 1em;
}

.footerlink li:not(:last-child) {
  margin-right: 1em;
}

.footerlink li:not(:first-child)::before {
  content: "/";
  display: inline-block;
  margin-right: 1em;
}

@media (min-width: 600px) {
  .footerlink li:first-child {
    margin-left: 0;
  }
}

@media (min-width: 960px) {
  .footerlink {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 3em 0 0;
    text-align: right;
  }
  .footerlink li {
    margin-top: 0;
  }
}

.footercopyright {
  margin-top: 25px;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 960px) {
  .footercopyright {
    margin-top: 0;
    text-align: right;
  }
}

/* Layout 2column
-------------------- */
.layout2column__side {
  margin-top: calc(8% + 35px);
}

@media (min-width: 960px) {
  .layout2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 84%;
    max-width: 1200px;
    margin: -10px auto 0;
  }
  .layout2column__main {
    width: 70%;
  }
  .layout2column__side {
    width: 22%;
    margin-top: 0;
  }
}

/* main
-------------------- */
.main {
  padding-top: 56px;
  overflow: hidden;
  /* headerbar height */
}

@media (min-width: 600px) {
  .main {
    padding-top: 72px;
  }
}

.main_padding0 {
  padding-top: 0;
}

@media (min-width: 960px) {
  .main_paddingsp {
    padding-top: 0;
  }
}

/* Container
-------------------- */
.container {
  position: relative;
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
}

.container-large {
  position: relative;
  width: 84%;
  max-width: 1600px;
  margin: 0 auto;
}

.container-medium {
  position: relative;
  width: 84%;
  max-width: 960px;
  margin: 0 auto;
}

.container-small {
  position: relative;
  width: 84%;
  max-width: 800px;
  margin: 0 auto;
}

.container-full {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 960px) {
  .layout2column .container {
    width: 100%;
  }
}

/* grid column base
-------------------- */
.column {
  display: block;
  min-height: 0%;
  /* ie flex-direction bug */
}

/* grid freesize
-------------------- */
/* row */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 600px) {
  .rowmd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 960px) {
  .rowlg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rowlg > .column > *:first-child {
    margin-top: 0;
  }
}

/* rowreverse */
.rowreverse.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media (min-width: 600px) {
  .rowreverse.rowmd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

@media (min-width: 960px) {
  .rowreverse.rowlg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

/* column */
.column_equally {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  /* 1 1 0 xie11 */
}

.column_equallymargin {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  /* 1 1 0 xie11 */
}

.row:not(.rowreverse) .column_equallymargin:not(:first-child) {
  margin-left: 5.2%;
}

.row.rowreverse .column_equallymargin:not(:last-child) {
  margin-left: 5.2%;
}

@media (min-width: 600px) {
  .rowmd:not(.rowreverse) .column_equallymargin:not(:first-child) {
    margin-left: 5.2%;
  }
  .rowmd.rowreverse .column_equallymargin:not(:last-child) {
    margin-left: 5.2%;
  }
}

@media (min-width: 960px) {
  .rowlg:not(.rowreverse) .column_equallymargin:not(:first-child) {
    margin-left: 5.2%;
  }
  .rowlg.rowreverse .column_equallymargin:not(:last-child) {
    margin-left: 5.2%;
  }
}

/* grid size
-------------------- */
/* rowsize */
.rowsize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rowsize .column {
  width: 100%;
}

.rowsize .column_1-2 {
  width: 48%;
}

@media (min-width: 600px) {
  .rowsize .column[class*="column_md"]:nth-child(n) {
    margin-right: 0;
  }
  .rowsize .column_md-1-2 {
    width: 48%;
  }
  .rowsize .column_md-1-3 {
    width: 30.66%;
  }
  .rowsize .column_md-1-3:nth-child(3n+2):last-child {
    margin-right: 34.66%;
  }
}

@media (min-width: 960px) {
  .rowsize .column[class*="column_lg"]:nth-child(n) {
    margin-right: 0;
  }
  .rowsize .column_lg-1-2 {
    width: 48%;
  }
  .rowsize .column_lg-1-3 {
    width: 30.66%;
  }
  .rowsize .column_lg-1-3:nth-child(3n+2):last-child {
    margin-right: 34.66%;
  }
  .rowsize .column_lg-2-3 {
    width: 65.32%;
  }
  .rowsize .column_lg-1-4 {
    width: 22%;
  }
  .rowsize .column_lg-1-4:nth-child(4n+2):last-child {
    margin-right: 52%;
  }
  .rowsize .column_lg-1-4:nth-child(4n+3):last-child {
    margin-right: 26%;
  }
  .rowsize .column[class*="column_lg"] > *:first-child {
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .rowsize .column[class*="column_xl"]:nth-child(n) {
    margin-right: 0;
  }
  .rowsize .column_xl-1-2 {
    width: 48%;
  }
  .rowsize .column_xl-1-3 {
    width: 30.66%;
  }
  .rowsize .column_xl-1-3:nth-child(3n+2):last-child {
    margin-right: 34.66%;
  }
  .rowsize .column_xl-1-4 {
    width: 22%;
  }
  .rowsize .column_xl-1-4:nth-child(4n+2):last-child {
    margin-right: 52%;
  }
  .rowsize .column_xl-1-4:nth-child(4n+3):last-child {
    margin-right: 26%;
  }
}

/* Section
-------------------- */
/* section-large */
.section-large {
  margin-top: calc(8% + 35px);
}

@media (min-width: 960px) {
  .section-large {
    margin-top: 115px;
  }
}

@media (min-width: 1280px) {
  .section-large {
    margin-top: 130px;
  }
}

/* section-medium */
.section-medium {
  margin-top: calc(6% + 22px);
}

@media (min-width: 960px) {
  .section-medium {
    margin-top: 80px;
  }
}

/* section-small */
.section-small {
  margin-top: 35px;
}

@media (min-width: 600px) {
  .section-small {
    margin-top: 45px;
  }
}

@media (min-width: 960px) {
  .section-small {
    margin-top: 55px;
  }
}

/* Title
-------------------- */
.title1 {
  margin-bottom: 35px;
  font-size: 1.25rem;
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.3;
}

.title1__jp {
  font-size: 0.625rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Verdana, HiraginoCustom, 'Hiragino Kaku Gothic ProN', "游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
  letter-spacing: 0.1em;
}

@media (min-width: 600px) {
  .title1 {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
  .title1__jp {
    font-size: 0.75rem;
  }
}

@media (min-width: 960px) {
  .title1 {
    margin-bottom: 50px;
  }
}

.title2 {
  position: relative;
  padding-left: 20px;
  font-size: 1rem;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

.title2::before, .title2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
}

.title2::before {
  top: 1px;
  border-bottom: 6px solid #333;
}

.title2::after {
  top: 11px;
  border-top: 6px solid #333;
}

.title2__en {
  font-size: 1rem;
  font-family: "Noto Sans Regular", sans-serif;
  font-weight:normal;
  letter-spacing: 0.2em;
}

.title2__ensmall {
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Noto Sans Regular", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
}

@media (min-width: 600px) {
  .title2 {
    font-size: 1.125rem;
  }
  .title2::before {
    top: 4px;
  }
  .title2::after {
    top: 14px;
  }
  .title2__en {
    font-size: 1.25rem;
  }
  .title2__ensmall {
    margin-top:8px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

.title3 {
  line-height: 1.5;
  text-align: center;
}

.title3 span {
  display: inline-block;
  padding: 0 5px 7px;
  border-bottom: 1px solid #333;
}

@media (min-width: 600px) {
  .title3 {
    font-size: 1rem;
  }
}

.title4 {
  margin-bottom: 25px;
  padding: 0 1em;
  font-size: 1rem;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}

.title4_en {
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック Medium","Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
  font-weight: normal;
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
}

.title4::after {
  content: "";
  display: block;
  width: 4em;
  height: 1px;
  margin: 17px auto 0;
  background: #000;
}

.title4 br {
  display: none;
}

@media (min-width: 600px) {
  .title4 {
    margin-bottom: 35px;
    padding: 0;
    font-size: 1.125rem;
    text-align: left;
    line-height: 2;
  }
  .title4::after {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .title4 span {
    display: inline-block;
    padding-right: 20px;
  }
  .title4 br {
    display: inline;
  }
}

.title5 {
  padding: 15px 10px;
  background: #888;
  color: #FFF;
  font-size: 0.875rem;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 600px) {
  .title5 {
    padding: 15px;
    font-size: 1rem;
  }
}

.title6 {
  padding: 13px 10px;
  border: 1px solid #CCC;
  font-size: 0.875rem;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 600px) {
  .title6 {
    padding: 13px 15px;
  }
}

.title7 {
  padding: 0 0 8px 5px;
  border-bottom: 1px solid #000;
  font-size: 0.875rem;
  line-height: 1.5;
}

.title7_en {
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
}

.title8 {
  text-align: center;
}

.title8__num {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-family: 'Noto Sans Light', sans-serif;
}

.title8__txt1 {
  margin-bottom: 5px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.title8__txt1_en {
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
}

.title8__txt2 {
  font-size: 1.25rem;
  line-height: 1.5;
}

.title8__txt2_en {
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.1em;
}

@media (min-width: 1280px) {
  .title8__num {
    font-size: 3rem;
  }
}

.title9 {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  line-height: 1.8;
  white-space:nowrap;
  overflow: hidden;
}
.title9::after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 1px;
  margin: -3px 0 0 1em;
  background: #000;
  vertical-align: middle;
}
.title9_md {
  font-size: 1.125rem;
}

@media (min-width: 600px) {
  .title9 {
    font-size: 1.25rem;
  }
  .title9_md {
    font-size: 1.125rem;
  }
  .title9::after {
    width: 150px;
    margin: -3px 0 0 1.8em;
  }
}

/* Catch
-------------------- */
.catch1 {
  font-size: 1rem;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.9;
  text-align: center;
}

@media (min-width: 600px) {
  .catch1 {
    font-size: 1.25rem;
  }
}

.catch2 {
  font-size: 1rem;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  line-height: 1.9;
}

@media (min-width: 600px) {
  .catch2 {
    font-size: 1.125rem;
  }
}

@media (min-width: 1280px) {
  .catch2 {
    font-size: 1.25rem;
  }
}

/* Text
-------------------- */
.text1 {
  margin-top: 15px;
}

.text1 p {
  margin-top: 15px;
}

@media (min-width: 600px) {
  .text1 {
    margin-top: 20px;
  }
  .text1 p {
    margin-top: 20px;
  }
}

@media (min-width: 960px) {
  .text1 {
    margin-top: 30px;
  }
}

.text2 {
  font-size: 0.75rem;
}

/* image
-------------------- */
/* 100% */
.img-full {
  width: 100%;
}



/* img-fit */
.img-fit23,
.img-fit58 {
  position: relative;
}

.img-fit23__container,
.img-fit58__container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-fit23__img,
.img-fit58__img {
  width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .img-fit23__img,
  .img-fit58__img {
    display: inline-block;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

.img-fit23 {
  padding-top: 66.66%;
}

.img-fit58 {
  padding-top: 62.5%;
}

/* img-cut */
.img-cut {
  padding: 8px 0;
  text-align: center;
}

.img-cut img {
  width: 100%;
}

.img-cut img + img {
  margin-top: 10px;
}

.img-cut_tate img {
  width: 66.6%;
}

.img-cut_2imgtate img {
  width: calc(50% - 5px);
}

.img-cut_2imgtate img + img {
  margin-top: 0;
  margin-left: 10px;
}

@media (min-width: 600px) {
  .img-cut {
    width: 38.46%;
  }
  .img-cut_tate img {
    width: 100%;
  }
  .img-cut_right {
    float: right;
    margin-left: 25px;
  }
  .img-cut_left {
    float: right;
    margin-right: 25px;
  }
  .img-cut_2img, .img-cut_2imgtate {
    width: 100%;
  }
  .img-cut_2img img, .img-cut_2imgtate img {
    width: 38.46%;
  }
  .img-cut_2img img + img {
    margin-top: 0;
    margin-left: 10px;
  }
  .text1 .img-cut:first-child {
    margin-top: 0;
  }
}

@media (min-width: 960px) and (max-width: 1279.98px) {
  .halfbody .img-cut {
    width: 100%;
  }
  .halfbody .img-cut_right,
  .halfbody .img-cut_left {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .halfbody .img-cut_tate img {
    width: 66.6%;
  }
  .halfbody .text1 .img-cut:first-child {
    margin-top: 20px;
  }
}

/* img-sharp */
@media (min-width: 960px) {
  .img-sharp {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* List
-------------------- */
/* list1 */
.list1 {
  margin-top: 20px;
  list-style-type: disc;
  margin-left: 25px;
  line-height: 1.7;
}

.list1_nomark {
  list-style-type: none;
  margin-left: 0;
}

.list1 li:not(:first-child) {
  margin-top: 8px;
}

.list1 ul {
  list-style-type: circle;
  margin: 8px 0 0 20px;
}

.list1 ul ul {
  list-style-type: disc;
}

ol.list1 {
  list-style-type: decimal;
}

/* list2 */
.list2 {
  list-style-type: disc;
  margin-top: 20px;
  padding: 5% 0 5% 5%;
  background: #f0edeb;
  line-height: 1.7;
}

.list2 li {
  display: inline-block;
  min-width: 43%;
  margin-right: 4%;
}

.list2 li::before {
  content: "-";
  margin-right: 0.5em;
}

/* dl-list1 */
.dl-list1 {
  margin-top: 12px;
  line-height: 1.7;
}

.dl-list1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #333;
}

.dl-list1 dt {
  width: 30%;
  padding: 12px 0;
}

.dl-list1 dd {
  width: 70%;
  padding: 12px 0 12px 10px;
}

@media (min-width: 600px) {
  .dl-list1 {
    margin-top: 30px;
  }
  .dl-list1 dt {
    padding: 15px 0;
    font-size: 1rem;
  }
  .dl-list1 dd {
    padding: 15px 0 15px 10px;
  }
}

/* dl-list2 */
.dl-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  line-height: 1.7;
}

.dl-list2 dt,
.dl-list2 dd {
  padding: 12px 10px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.dl-list2 dt {
  width: 30%;
  background: #EEE;
}

.dl-list2 dd {
  width: 70%;
}

@media (min-width: 600px) {
  .dl-list2 {
    margin-top: 30px;
  }
}

/* Table
-------------------- */
/* table1 */
.table1 {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

.table1 th {
  border: solid 1px #CCC;
  margin:0;
  padding: 10px 5px;
  background: #EEE;
  line-height: 1.5;
}

.table1 td {
  border: solid 1px #CCC;
  margin:0;
  padding: 10px 5px;
  line-height: 1.5;
}
/* Button
-------------------- */
/* btn1 */
.btn1 {
  display: inline-block;
  margin-top: 5px;
  padding: 15px 5px 15px 15px;
  border: 1px solid #ff6f0a;
  background: #ff6f0a;
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
}

.btn1::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #FFF;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  margin: 0 0 2px 10px;
  vertical-align: middle;
}

@media (min-width: 600px) {
  .btn1 {
    padding: 25px 5px 25px 15px;
    font-size: 1.25rem;
  }
  .btn1::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #FFF;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    margin-left: 20px;
  }
}

@media (min-width: 960px) {
  .btn1 {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .btn1:hover {
    color: #ff6f0a;
    background: #FFF;
  }
  .btn1::after {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .btn1:hover::after {
    border-left-color: #ff6f0a;
  }
}

/* btn2 */
.btn2 {
  display: inline-block;
  min-width: 200px;
  margin-top: 15px;
  padding: 17px 5px 17px 15px;
  border: 1px solid #000;
  color: #000;
  font-size: 0.875rem;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}

.btn2::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #000;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  margin: 0 0 2px 10px;
  vertical-align: middle;
}

@media (min-width: 960px) {
  .btn2 {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .btn2:hover {
    color: #FFF;
    background: #000;
  }
  .btn2::after {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .btn2:hover::after {
    border-left-color: #FFF;
  }
}

/* bnrarea */
.bnrarea01 .bnr {
  display: block;
  width: 89.6%;
  max-width: 670px;
  margin: 0 auto;
}
.bnrarea01 .bnr:not(:first-child) {
  margin-top: 20px;
}
.bnr.bnr01 {
  border: solid 1px #CCC;
}
@media (min-width: 960px) {
  .bnrarea01 .bnr {
    width: 60%;
    max-width: 960px;
  }
  .bnrarea01 .bnr:not(:first-child) {
    margin-top: 40px;
  }
}

/* form
-------------------- */
/* error */
#form-error-list {
  display: none;
  margin: 20px 0 25px;
  padding: 3%;
  border: 2px solid #FF9900;
  background: #FFEACA;
}

#form-error-list-item {
  margin-top: 10px;
  color: #FF3300;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
}

.form-error-style {
  background: #FFEACA !important;
}

.form-error-tip {
  margin: -2px 0;
}

.form-error-tip p {
  position: relative;
  padding-left: 25px;
  color: #FF3300;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
}

.form-error-tip p::before {
  content: "!";
  display: block;
  position: absolute;
  z-index: 3;
  top: 7px;
  left: 0;
  width: 18px;
  color: #FFF;
  line-height: 17px;
  text-align: center;
}

.form-error-tip p::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #FF3300;
}

/* form-mark */
.form-mark1,
.form-mark2 {
  display: inline-block;
  margin: 0 0 2px 3px;
  padding: 2px 5px;
  border-radius: 2px;
  background: #FF6600;
  color: #FFF;
  font-size: 0.625rem;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}

.form-mark2 {
  background: #999;
  color: #FFF;
}

@media (min-width: 960px) {
  .form-mark1,
  .form-mark2 {
    padding: 2px 8px;
    font-size: 0.7rem;
  }
}

/* form-example */
.form-example {
  color: #666;
  font-size: 0.75rem;
}

.form-example_block {
  display: block;
}

/* form-fieldgroup */
.form-fieldgroup {
  margin: 0 -5px 5px;
  padding: 0 5px;
}

/* form1 */
.form1 {
  margin: 0 auto;
  padding: 0 0 50px;
  font-size: 0.875rem;
  /* IE */
  /* Edge */
}

.form1 dl {
  margin: 10px 0 20px;
  border-bottom: 1px solid #CCC;
}

.form1 dt {
  padding: 17px 0 0;
  border-top: 1px solid #CCC;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  line-height: 1.3;
}

.form1 dd {
  margin: 5px 0 0;
  padding: 0 0 12px;
  line-height: 1.5;
}

.form1 p {
  margin: 0;
}

.form1 input[type="text"],
.form1 textarea {
  width: 100%;
  margin: 5px 0;
  padding: 10px 5px;
  font-size: 16px;
}

.form1 input::-webkit-input-placeholder,
.form1 textarea::-webkit-input-placeholder {
  color: #999;
}

.form1 input:-ms-input-placeholder,
.form1 textarea:-ms-input-placeholder {
  color: #999;
}

.form1 input::-ms-input-placeholder,
.form1 textarea::-ms-input-placeholder {
  color: #999;
}

.form1 input::placeholder,
.form1 textarea::placeholder {
  color: #999;
}

.form1 input:focus::-webkit-input-placeholder,
.form1 textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.form1 input:focus:-ms-input-placeholder,
.form1 textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.form1 input:focus::-ms-input-placeholder,
.form1 textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.form1 input:focus::placeholder,
.form1 textarea:focus::placeholder {
  color: transparent;
}

.form1 input:-ms-input-placeholder,
.form1 textarea:-ms-input-placeholder {
  color: #999;
}

.form1 input:focus:-ms-input-placeholder,
.form1 textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.form1 input::-ms-input-placeholder,
.form1 textarea::-ms-input-placeholder {
  color: #999;
}

.form1 input:focus::-ms-input-placeholder,
.form1 textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.form1 input.form-input-small[type="text"] {
  width: 4em;
}

.form1 textarea {
  height: 150px;
}

.form1 select {
  max-width: 100%;
  margin: 5px 0;
  padding: 10px 5px;
  font-size: 16px;
}

.form1 label {
  display: inline-block;
  cursor: pointer;
  margin: 5px 0;
  padding: 5px 13px 5px 8px;
  border: 1px solid #DDD;
  border-radius: 2px;
  background: #F6F6F6;
}

.form1 input[type="checkbox"],
.form1 input[type="radio"] {
  margin: 0 6px 2px 2px;
  vertical-align: middle;
}

.form1__privacy {
  margin: 10px 0 5px;
  padding: 15px 10px;
  background: #FFF;
  line-height: 1.5;
  text-align: center;
}

.form1__privacy p + p {
  margin-top: 10px;
}

.form1__btn {
  margin: 20px 0 calc(12% + 20px);
  text-align: center;
}

.form1__btn-submit {
  display: inline-block;
  width: 95%;
  margin: 0 auto 30px;
  padding: 17px 5% 17px 0;
  background: #ff6f0a;
  border: 1px solid #FFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-size: 1.25em;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
}

.form1__btn-submit svg {
  fill: #FFF;
  width: 22px;
  width: 4.5vw;
  height: 24px;
  height: 5vw;
  margin: 0 15px 5px;
  vertical-align: middle;
}

@media (min-width: 600px) {
  .form1 dl {
    border-bottom: 1px solid #999;
  }
  .form1 dt {
    clear: both;
    float: left;
    width: 240px;
    padding: 15px 10px 0;
    border-top: 1px solid #999;
  }
  .form1 dd {
    margin: 0 0 0 240px;
    padding: 10px;
    border-top: 1px solid #999;
  }
  .form1__btn {
    margin: 30px 0 0;
  }
  .form1__btn-submit {
    font-size: 1.5em;
    width: 400px;
    padding: 20px 20px 20px 0;
    line-height: 27px;
  }
  .form1__btn-submit svg {
    width: 24px;
    height: 27px;
  }
}

@media (min-width: 960px) {
  .form1__btn-submit:hover {
    background: #6A7992;
  }
}

/* box03 */
.box03__img img{
  width:100%;
}
.box03__img_half img{
  width:50%;
}
.box03__txt{
  margin: calc(6% + 30px) 8% 0;
}
.box03__title{
  margin-bottom:25px;
  font-size:1.25rem;
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
}
@media (min-width: 960px) {
  .box03 {
    display:flex;
    align-items: flex-end;
  }
  .box03_rightimg {
    flex-direction: row-reverse;
  }
  .box03__img{
    flex: 0 0 62.89%;
  }
  .box03__txt{
    flex: 0 0 25.75%;
    margin: 0 0 0 3.36%;
  }
  .box03_rightimg .box03__txt{
    margin: 0 3.36% 0 0;
  }
}
@media (min-width: 1430px) {
  .box03__img{
    flex: 0 0 calc(50% + 184px);
  }
  .box03__txt{
    flex: 0 0 368px;
    margin: 0 0 0 48px;
  }
  .box03_rightimg .box03__txt{
    margin: 0 48px 0 0;
  }
}

/* breadcrumb
-------------------- */
.breadcrumb {
  margin-top: calc(8% + 35px);
  border-top: 1px solid #CCC;
  background: #FFF;
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: left;
}

.breadcrumb__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 94%;
  margin: 0 auto;
}

.breadcrumb li:last-child {
  overflow: hidden;
  max-width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumb li:not(:first-child) {
  position: relative;
  padding-left: 15px;
}

.breadcrumb li:not(:first-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: 3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumb a {
  display: block;
  padding: 13px 0;
}

@media (min-width: 600px) {
  .breadcrumb {
    font-size: 0.75rem;
  }
  .breadcrumb li {
    padding: 2px 0;
  }
}

@media (min-width: 960px) {
  .breadcrumb{
    margin-top:130px;
  }
  .breadcrumb li {
    padding: 5px 0;
  }
}
/* gotop
-------------------- */
.gotop {
  position: fixed;
  z-index: 18;
  right: 20px;
  bottom: 30px;
  width: 40px;
  height: 40px;
}

.gotop_initial {
  opacity: 0;
}

.gotop_show, .gotop_hide {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.gotop_show {
  opacity: 1;
}

.gotop_hide {
  opacity: 0;
}

.gotop a {
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 12px;
  background: rgba(60, 60, 60, 0.3);
  border-radius: 40px;
  text-align: center;
  -webkit-transition: padding-top 0.2s ease-in-out;
  transition: padding-top 0.2s ease-in-out;
}

.gotop svg {
  width: 10px;
  height: 12px;
  fill: #FFF;
}

@media (min-width: 960px) {
  .gotop a:hover {
    padding-top: 4px;
    background: rgba(0, 0, 0, 0.5);
  }
}
/* display
-------------------- */
.u-display-inlineblock {
  display: inline-block;
}

/* br display none
-------------------- */
.u-br-md br,
.u-br-lg br,
br.u-br-lg {
  display: none;
}

@media (min-width: 600px) {
  .u-br-md br {
    display: inline;
  }
  .u-broff-md br,
  br.u-broff-md {
    display: none;
  }
}

@media (min-width: 960px) {
  .u-br-lg br,
  br.u-br-lg {
    display: inline;
  }
  .u-broff-lg br,
  br.u-broff-lg {
    display: none;
  }
}

@media (min-width: 960px) {
  .u-nowrap-lg {
    white-space: nowrap;
  }
}


/* font
-------------------- */
/* font-size */
.u-font-small {
  font-size: 0.75rem;
}

.u-font-medium {
  font-size: 0.875rem;
}

.u-font-large {
  font-size:1.125rem;
}

@media (min-width: 600px) {
  .u-font-md-small {
    font-size: 0.75rem;
  }
  .u-font-md-medium {
    font-size: 0.875rem;
  }
  .u-font-md-large {
    font-size: 1.25rem;
  }
}

@media (min-width: 960px) {
  .u-font-lg-small {
    font-size: 0.75rem;
  }
  .u-font-lg-medium {
    font-size: 0.875rem;
  }
  .u-font-lg-large {
    font-size: 1.25rem;
  }
}

/* font-bold */
.u-font-bold {
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
}

/* dress
-------------------- */
/* dress-mainheader */
.dress-mainheader .mainheader2__title1,
.dress-mainheader .mainheader2__catch2 {
  color: #84754D;
}
.dress-mainheader .mainheader2__title2 img {
  width: 190px;
}
@media (min-width: 960px) {
  .dress-mainheader {
    margin-bottom: 100px;
  }
  .dress-mainheader .mainheader2__title2 {
    margin: 30px 0;
  }
  .dress-mainheader .mainheader2__title2 img {
    width: 390px;
  }
}

/* dress-concept */
.dress-concept {
  margin-top: 60px;
}
.dress-conceptimg {
  position: relative;
}
.dress-conceptimg.box12__bg::before {
  left: 0;
  top: 20.27%;
  bottom: 0;
  width: 84%;
}
.dress-conceptimg__img {
  padding: 0 0 16% 16%;
}
@media (min-width: 960px) {
  .dress-concept {
    margin-top: 100px;
  }
  .dress-conceptimg__img {
    padding: 0 0 100px 25%;
  }
  .dress-conceptimg.box12__bg::before {
    top: 100px;
    width: 75%;
  }
  .dress-concept .title1 {
    margin-bottom: 50px;
  }
}

/* dress-dress */
.dress-dress.box12__bg::before {
  left: 0;
  top: 0;
  bottom: 14.4vw;
  width: 100%;
}
.dress-dress .box12__img1 {
  width: 53.3%;
}
.dress-dress .box12__img2 {
  width: 36%;
  margin: -36.5% 5.3% 0 auto;
}
.dress-dress .box12__img3 {
  width: 48%;
  margin: -12.1% auto 0 5.3%;
}
@media (min-width: 960px) {
  .dress-dress.box12__bg::before {
    left: 50%;
    bottom: -230px;
    width: 50%;
  }
  .dress-dress .box12__row {
    margin-top: 120px;
  }
  .dress-dress .box12__header {
    width: 31.25%;
    margin: -30px 7.5% 0;
  }
  .dress-dress .box12__sub {
    width: 53.75%;
  }
  .dress-dress .box12__img1 {
    width: 58.14%;
  }
  .dress-dress .box12__img2 {
    width: 37.2%;
    margin: -44.18% 0 0 auto;
  }
  .dress-dress .box12__img3 {
    width: 41.86%;
    margin: -7% auto 0 16.28%;
  }
}
@media (min-width: 1600px) {
  .dress-dress.box12__bg::before {
    top: 700px;
  }
}

/* dress-closet */
@media (min-width: 960px) {
  .dress-closet .title1 {
    margin-bottom: 50px;
  }
}

/* dress-accessary */
.dress-accessary .box12__img1 {
  width: 76%;
}
.dress-accessary .box12__img2 {
  width: 64%;
  margin: 10.67% 10.7% 0 auto;
}
.dress-accessary .box12__img3 {
  width: 42.7%;
  margin: 8% 0 0 auto;
}
.dress-accessary .box12__img4 {
  width: 42.7%;
  margin: -41.3% auto 0 9.2%;
}
@media (min-width: 960px) {
  .dress-accessary .box12__row {
    margin-top: 100px;
    padding-top: 26.25%;
  }
  .dress-accessary .box12__header {
    width: 35%;
    min-width: 360px;
    max-width: 500px;
    margin-left: 7.5%;
  }
  .dress-accessary .box12__sub {
    width: 40%;
    margin: 0 7.5%;
  }
  .dress-accessary .box12__sub_inbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align:center;
  }
  .dress-accessary .box12__img1,
  .dress-accessary .box12__img2 {
    display: inline-block;
    width: 30%;
    margin: 0 10px;
  }
  .dress-accessary .box12__img3 {
    width: 46.875%;
    margin: 0 0 0 auto;
  }
  .dress-accessary .box12__img4 {
    width: 46.875%;
    margin: -43.75% auto 0 0;
  }
}

/* dress-shop */
.dress-shop {
  background: #F6F6F6 url(../images/dress/dress-shop-bg_sp.jpg) no-repeat center bottom/100% auto;
  margin-top: calc(9% + 40px);
  margin-bottom: -8%;
}
.dress-shop__container {
  width:86%;
  margin: 0 auto;
  padding: calc(7% + 25px) 0 calc(50% + 50px);
}
.dress-shop .title1{
  margin-bottom: 25px;
}
.dress-shop__item {
  margin-top: 25px;
}
.dress-shop__item  dt{
  margin: 0.5em 0 0;
}
.dress-shop__item  dd{
  margin: 0.5em 0 30px;
  line-height: 1.8;
}
@media (min-width: 960px) {
  .dress-shop .title1{
    margin-bottom: 46px;
  }
  .dress-shop .catch1 {
    font-size: 1rem;
  }
  .dress-shop__item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
  }
  .dress-shop__item dt{
    margin: 0;
    width: 130px;
    line-height: 1.8;
  }
  .dress-shop__item dd{
    margin: 0 0 28px;
    width: calc(100% - 130px);
  }
}
@media (min-width: 1280px) {
  .dress-shop {
    height: 900px;
    margin-top: 150px;
    background: #F6F6F6 url(../images/dress/dress-shop-bg_pc.jpg) no-repeat 50% center/auto 100%;
  }
  .dress-shop__container {
    width: 440px;
    margin: 0 0 0 calc(39% - 440px);
    padding: 160px 0 0;
  }
}
/* otherbrand
-------------------- */
.otherbrandphoto{
  margin-top: 22px;
}
.otherbrandphoto__item{
  margin-top:6%;
}
@media (min-width: 960px) {
  .otherbrandphoto{
    margin-top: 50px;
  }
  .otherbrandphoto__item{
    margin-top:4%;
  }
}

.dress-modoru {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.dress-modoru .btn2 {
      width: 90%;
    max-width: 360px;
}
