@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;
  }
}

/* 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;
  }
}

.dress-modoru {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}
.gotop {
    position: fixed;
    z-index: 18;
    right: 20px;
    bottom: 30px;
    width: 40px;
    height: 40px;
}
.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;
}
.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 {
    fill: #FFF;
}
/* article
-------------------- */

@media screen and (min-width: 768px) {
    .scale__90pct {
        font-size: 90% !important;
    }
        .section__headline:after {
        width: 80px;
        height: 1px;
        position: absolute;
        bottom: -3px;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        background: #000;
    }
    .section__title {
        margin-bottom: 64px!important;
    }
        .privacy__inir p,.step__info
 {
        line-height: 1.8;
        letter-spacing: .03em;
        text-align: justify;
        padding-left: 1em;
    }
    .section__note {
        font-size: 15px!important;
        text-align: center;
        line-height: 2.1;
        letter-spacing: 1px;
    }
        .section__headline
 {
        font-size: 48px;
        letter-spacing: .01em;
        margin-bottom: 20px;
        text-align: center;
        position: relative;
    }
      .privacy__inir {
        margin: 0 auto 36px;
        width: 690px;
    }
      .privacy__box
 {
        margin: 0 auto 55px;
        width: 690px;
        letter-spacing: .03em;
        text-align: justify;
    }
  }
    @media screen and (min-width: 0px) and (max-width: 767px) {
    .scale__90pct {
        font-size: 90% !important;
    }
        .section__title  {
        margin-bottom: 34px!important;
    }
    .section__headline:after {
        width: 50px;
        height: 1px;
        position: absolute;
        bottom: -3px;
        left: 50%;
        margin-left: -25px;
        content: "";
        background: #000;
    }
        .privacy__inir p,.step__info
 {
        font-size: 12px;
        line-height: 2.1;
        letter-spacing: -.5px;
        padding-left: 1em;
    }
        .section__headline
 {
        font-size: 28px;
        margin-bottom: 20px;
        text-align: center;
        position: relative;
        line-height: 1.2;
    }
      .section__note
 {
        font-size: 12px;
        text-align: center;
        line-height: 1.9;
        letter-spacing: .03em;
    }
    .privacy__inir {
        padding: 0 39px;
        margin-bottom: 36px;
    }
        .privacy__box
 {
        padding: 0 39px;
        margin-bottom: 40px;
    }
}
      .privacy .section__note
 {
        font-size: 12px;
    }
    .font__bodoni,p,li,h2
 {
        font-family: "BauerBodoniRoman", 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', serif;
        font-size: 16px;
    }
        body {
        letter-spacing: .03em;
        color: #333;
        -webkit-font-smoothing: antialiased;
    }

    .titlename{
      padding-top: 20px;    }
      h2{
        font-weight: bold;
        padding-bottom: 10px;
      }
.c1t{
  padding-bottom: 20px;
}
.c2t{
  padding-top: 20px;
}
