@charset "UTF-8";
.pc {
  display: block;
}

.sp {
  display: none !important;
}

.l-header {
  position: relative;
}

.l-footer {
  background: linear-gradient(to bottom, #5e574f, #2e2c27);
}
.l-footer__inner {
  margin: 0 auto;
  width: 960px;
}
.l-footer__inner .pic {
  margin: 0 auto;
  padding: 75px 0;
  width: 181.5px;
}
.l-footer__inner .list {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.l-footer__inner .item {
  box-sizing: border-box;
  border-right: 1px solid #fff;
}
.l-footer__inner .item a {
  display: flex;
  align-items: center;
  padding: 0 17.5px;
  height: 18px;
  text-decoration: underline;
  font-size: 12px;
  color: #fff;
}
.l-footer__inner .item:last-child {
  border-right: 0;
}
.l-footer .f-copyright {
  padding: 7.5px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 10px;
  color: #fff;
}

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

File Name:		other.scss
Note:			トップSCSSファイル


New Creation:	2020/06/12.
Last Change:	2018/06/12.


------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

0.	共通使用変数定義
1.	ブラウザデフォルトスタイルリセット
2.	共通部分
3.	original

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
0.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
dl,
form,
fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
  color: #e2e2e3;
}

@media (max-width: 320px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 427.6666666667px) and (max-width: 1280px) {
  html {
    font-size: calc(.625rem + ((1vw - (426.6666666667px / 100)) * (100 * ((20 - 10) / (1280 - 426.6666666667)))));
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

button {
  margin: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

iframe {
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*----------------------------------------------------------------------
2.	共通部分
----------------------------------------------------------------------*/
.l-container {
  background: url(../../img/pc/other_bg.png) left top no-repeat;
  background-size: 100%;
}

.l-header__logo {
  margin: 0 auto 60px;
}

.p-other__menu {
  position: absolute;
  top: 0;
  width: 155px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.p-other__menu .list {
  position: relative;
  padding: 80px 0;
}
.p-other__menu .list::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 56px;
  background: #ebc4ba;
  transform: translateX(-50%);
}
.p-other__menu .item {
  margin-bottom: 60px;
  text-align: center;
}
.p-other__menu .item a {
  position: relative;
  padding: 0 5px;
  font-size: 16px;
  color: rgba(56, 50, 49, 0.8);
}
.p-other__menu .item a:hover {
  text-decoration: underline;
}
.p-other__menu .item:last-child {
  margin-bottom: 0;
}
.p-other__menu .item.is-active a {
  pointer-events: none;
}
.p-other__menu .item.is-active a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #383231;
}
.p-other__menu.is-top {
  position: fixed;
  top: 160px;
  bottom: auto;
}
.p-other__menu.is-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}

/*----------------------------------------------------------------------
3.	original
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
　Contact
	Terms
	Privacypolicy
	Commercial
----------------------------------------------------------------------*/
.contact .p-other__wrapper,
.terms .p-other__wrapper,
.privacypolicy .p-other__wrapper,
.commercial .p-other__wrapper {
  position: relative;
  margin: 0 auto 100px;
  width: 960px;
}
.contact .p-other__inner,
.terms .p-other__inner,
.privacypolicy .p-other__inner,
.commercial .p-other__inner {
  padding-left: 320px;
  width: 640px;
}

/*----------------------------------------------------------------------
	Contact
----------------------------------------------------------------------*/
.contact .l-header__logo {
  width: 208.5px;
}
.contact.index .p-other__inner .text1,
.contact.index .p-other__inner .text2 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: rgba(56, 50, 49, 0.7);
}
.contact.index .p-other__inner .text1 {
  margin-bottom: 30px;
  line-height: 1.75;
  font-size: 16px;
}
.contact.index .p-other__inner .text1 a {
  text-decoration: underline;
  color: rgba(56, 50, 49, 0.7);
}
.contact.index .p-other__inner .text2 {
  margin-bottom: 60px;
  line-height: 1.6666666667;
  font-size: 12px;
}
.contact.index .p-other .input-form-wrapper {
  margin-bottom: 80px;
}
.contact.index .p-other .input-form-item {
  margin-bottom: 24px;
}
.contact.index .p-other .input-form-item.required .input-form-input::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 7px;
  height: 8px;
  background: url(../../img/pc/contact_required.png) left top no-repeat;
}
.contact.index .p-other .input-form-label {
  margin-bottom: 16px;
}
.contact.index .p-other .input-form-input {
  position: relative;
}
.contact.index .p-other .input-form-input input:not([type=radio]):not([type=checkbox]),
.contact.index .p-other .input-form-input select,
.contact.index .p-other .input-form-input textarea {
  padding: 20px;
  width: 100%;
  border: 1px solid rgba(56, 50, 49, 0.4);
  border-radius: 0;
  background: #fff;
  font-size: 12px;
  color: rgba(56, 50, 49, 0.7);
  box-sizing: border-box;
  -webkit-appearance: none;
}
.contact.index .p-other .input-form-input input::placeholder,
.contact.index .p-other .input-form-input textarea::placeholder {
  color: rgba(56, 50, 49, 0.4);
}
.contact.index .p-other .input-form-input input::-webkit-input-placeholder {
  padding-top: .2em;
}
.contact.index .p-other .input-form-button-item {
  text-align: right;
}
.contact.index .p-other .input-form-button-item button {
  margin: 0;
  padding: 0;
  border: 0;
  width: 191px;
  height: 40px;
  background: url(../../img/pc/contact_button_send.png) left top no-repeat;
  background-size: 191px 40px;
  transition: opacity .5s ease 0s;
  cursor: pointer;
}
.contact.index .p-other .input-form-button-item button:hover {
  opacity: .7;
}
.contact.index .p-other .input-form .formErrorMsg .errMsg {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: #e93c34;
}
.contact.index .p-other .input-form .name.required .input-form-input::after {
  content: none;
}
.contact.index .p-other .input-form .name .input-form-input {
  display: flex;
  justify-content: space-between;
}
.contact.index .p-other .input-form .name .input-form-input .input-inner {
  position: relative;
  width: 48%;
}
.contact.index .p-other .input-form .name .input-form-input .input-inner::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 7px;
  height: 8px;
  background: url(../../img/pc/contact_required.png) left top no-repeat;
}
.contact.index .p-other .input-form .tel .input-form-input {
  display: flex;
  justify-content: space-between;
}
.contact.index .p-other .input-form .tel .input-form-input .input-inner {
  width: 30%;
}
.contact.index .p-other .input-form .read {
  margin: 32px 0 14px;
  overflow-y: scroll;
  padding: 30px 20px;
  width: 100%;
  height: 160px;
  border: 1px solid rgba(56, 50, 49, 0.4);
  background: #fff;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  -webkit-appearance: none;
}
.contact.index .p-other .input-form .read__inner {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.contact.index .p-other .input-form .read__inner > .title {
  margin-bottom: 20px;
  font-weight: bold;
}
.contact.index .p-other .input-form .read__inner .text,
.contact.index .p-other .input-form .read__inner .item,
.contact.index .p-other .input-form .read__inner .item-sub {
  line-height: 1.2;
  font-size: 12px;
}
.contact.index .p-other .input-form .read__inner .text {
  margin-bottom: 5px;
}
.contact.index .p-other .input-form .read__inner .item,
.contact.index .p-other .input-form .read__inner .item-sub {
  margin-bottom: 5px;
  padding-left: 12px;
  text-indent: -12px;
}
.contact.index .p-other .input-form .read__inner .item::before,
.contact.index .p-other .input-form .read__inner .item-sub::before {
  content: '・';
}
.contact.index .p-other .input-form .read__inner .item:last-child,
.contact.index .p-other .input-form .read__inner .item-sub:last-child {
  margin-bottom: 0;
}
.contact.index .p-other .input-form .read__inner .details__box {
  margin-top: 20px;
}
.contact.index .p-other .input-form .read__inner .details__box > .title {
  margin-bottom: 10px;
}
.contact.index .p-other .input-form .read__inner .details__box > .list {
  margin-left: 10px;
}
.contact.index .p-other .input-form .read__inner .details__box .list-sub {
  margin-top: 5px;
}
.contact.index .p-other .input-form .read__inner .details__box:last-child .text {
  margin-left: 15px;
}
.contact.index .p-other .input-form .consent.required .input-form-input::after {
  content: none;
}
.contact.index .p-other .input-form .consent .input-form-input {
  position: relative;
}
.contact.index .p-other .input-form .consent .input-form-input li {
  display: flex;
  align-items: center;
}
.contact.index .p-other .input-form .consent .input-form-input input {
  margin-right: 5px;
}
.contact.index .p-other .input-form .consent .input-form-input label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.contact.index .p-other .input-form .consent .formError {
  position: absolute;
  bottom: -17px;
}
.contact.send .p-other__menu.is-bottom {
  bottom: auto;
}
.contact.send .p-other__inner {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.contact.send .p-other__inner .text1 {
  margin-bottom: 100px;
  text-align: center;
  line-height: 1.75;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  color: rgba(56, 50, 49, 0.7);
}
.contact.send .p-other__inner .link {
  margin: 0 auto 300px;
  width: 191px;
}
.contact.send .p-other__inner .link a {
  display: block;
  transition: opacity .5s ease 0s;
}
.contact.send .p-other__inner .link a:hover {
  opacity: .7;
}

/*----------------------------------------------------------------------
	Terms
	Commercial
----------------------------------------------------------------------*/
.terms .p-other__inner > .title,
.commercial .p-other__inner > .title {
  margin-bottom: 64px;
  padding-top: 24px;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  color: rgba(56, 50, 49, 0.8);
}
.terms .p-other__inner > .text,
.commercial .p-other__inner > .text {
  line-height: 1.8461538462;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  color: rgba(56, 50, 49, 0.6);
}
.terms .p-other__inner > .list,
.commercial .p-other__inner > .list {
  margin-bottom: 64px;
}
.terms .p-other__inner > .list .item,
.commercial .p-other__inner > .list .item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(62, 58, 57, 0.3);
}
.terms .p-other__inner > .list .item .inner,
.commercial .p-other__inner > .list .item .inner {
  display: flex;
}
.terms .p-other__inner > .list .item .inner__title, .terms .p-other__inner > .list .item .inner__text,
.commercial .p-other__inner > .list .item .inner__title,
.commercial .p-other__inner > .list .item .inner__text {
  line-height: 1.2;
  font-size: 15px;
  color: rgba(62, 58, 57, 0.75);
}
.terms .p-other__inner > .list .item .inner__title,
.commercial .p-other__inner > .list .item .inner__title {
  width: 40%;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.terms .p-other__inner > .list .item .inner__text,
.commercial .p-other__inner > .list .item .inner__text {
  width: 60%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.terms .p-other__inner > .list .item .inner__text span,
.commercial .p-other__inner > .list .item .inner__text span {
  display: block;
}
.terms .p-other__inner > .list .item .inner__text .bold,
.commercial .p-other__inner > .list .item .inner__text .bold {
  margin-bottom: 5px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.terms .p-other__inner > .list .item .inner__text .space,
.commercial .p-other__inner > .list .item .inner__text .space {
  padding-left: 18px;
  text-indent: -18px;
}
.terms .p-other__inner > .list .item .inner__text .space::before,
.commercial .p-other__inner > .list .item .inner__text .space::before {
  content: '・';
  margin-right: 3px;
}
.terms .p-other__inner > .list .item .inner__text .small,
.commercial .p-other__inner > .list .item .inner__text .small {
  font-size: 12px;
}
.terms .p-other__inner > .list .item:first-child,
.commercial .p-other__inner > .list .item:first-child {
  padding-top: 0;
}
.terms .p-other__inner .sub-box,
.commercial .p-other__inner .sub-box {
  margin-top: 40px;
  color: rgba(62, 58, 57, 0.75);
}
.terms .p-other__inner .sub-box > .title,
.commercial .p-other__inner .sub-box > .title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(62, 58, 57, 0.3);
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
}
.terms .p-other__inner .sub-box > .text,
.commercial .p-other__inner .sub-box > .text {
  line-height: 1.8461538462;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
}
.terms .p-other__inner .sub-box > .text span,
.commercial .p-other__inner .sub-box > .text span {
  display: block;
  line-height: 1.2;
  font-size: 10px;
}
.terms .p-other__inner .sub-box > .list,
.commercial .p-other__inner .sub-box > .list {
  margin-top: 1rem;
}
.terms .p-other__inner .sub-box > .list .item,
.terms .p-other__inner .sub-box > .list .item-sub,
.commercial .p-other__inner .sub-box > .list .item,
.commercial .p-other__inner .sub-box > .list .item-sub {
  margin-left: 25px;
  padding-left: 15px;
  text-indent: -15px;
  line-height: 1.6666666667;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
}
.terms .p-other__inner .sub-box > .list .item + .item,
.terms .p-other__inner .sub-box > .list .item-sub + .item,
.commercial .p-other__inner .sub-box > .list .item + .item,
.commercial .p-other__inner .sub-box > .list .item-sub + .item {
  margin-top: 10px;
}
.terms .p-other__inner .sub-box > .list .item + .item-sub,
.terms .p-other__inner .sub-box > .list .item-sub + .item-sub,
.commercial .p-other__inner .sub-box > .list .item + .item-sub,
.commercial .p-other__inner .sub-box > .list .item-sub + .item-sub {
  margin-top: 5px;
}
.terms .p-other__inner .sub-box > .list .item::before,
.terms .p-other__inner .sub-box > .list .item-sub::before,
.commercial .p-other__inner .sub-box > .list .item::before,
.commercial .p-other__inner .sub-box > .list .item-sub::before {
  content: '■';
  margin-right: 3px;
}
.terms .p-other__inner .sub-box > .list .item .item-sub,
.terms .p-other__inner .sub-box > .list .item-sub .item-sub,
.commercial .p-other__inner .sub-box > .list .item .item-sub,
.commercial .p-other__inner .sub-box > .list .item-sub .item-sub {
  margin-left: 0;
}
.terms .p-other__inner .sub-box > .list .item .item-sub::before,
.terms .p-other__inner .sub-box > .list .item-sub .item-sub::before,
.commercial .p-other__inner .sub-box > .list .item .item-sub::before,
.commercial .p-other__inner .sub-box > .list .item-sub .item-sub::before {
  content: '・';
  margin-right: 3px;
}

/*----------------------------------------------------------------------
	Terms
----------------------------------------------------------------------*/
.terms .l-header__logo {
  width: 210.5px;
}

/*----------------------------------------------------------------------
	Privacypolicy
----------------------------------------------------------------------*/
.privacypolicy .l-header__logo {
  width: 343px;
}
.privacypolicy .p-other__inner > .inner {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.privacypolicy .p-other__inner > .inner > .title {
  margin-bottom: 20px;
  font-weight: bold;
}
.privacypolicy .p-other__inner > .inner .text,
.privacypolicy .p-other__inner > .inner .item,
.privacypolicy .p-other__inner > .inner .item-sub {
  line-height: 1.2;
  font-size: 12px;
}
.privacypolicy .p-other__inner > .inner .text {
  margin-bottom: 5px;
}
.privacypolicy .p-other__inner > .inner .item,
.privacypolicy .p-other__inner > .inner .item-sub {
  margin-bottom: 5px;
  padding-left: 12px;
  text-indent: -12px;
}
.privacypolicy .p-other__inner > .inner .item::before,
.privacypolicy .p-other__inner > .inner .item-sub::before {
  content: '・';
}
.privacypolicy .p-other__inner > .inner .item:last-child,
.privacypolicy .p-other__inner > .inner .item-sub:last-child {
  margin-bottom: 0;
}
.privacypolicy .p-other__inner > .inner .details__box {
  margin-top: 20px;
}
.privacypolicy .p-other__inner > .inner .details__box > .title {
  margin-bottom: 10px;
}
.privacypolicy .p-other__inner > .inner .details__box > .list {
  margin-left: 10px;
}
.privacypolicy .p-other__inner > .inner .details__box .list-sub {
  margin-top: 5px;
}
.privacypolicy .p-other__inner > .inner .details__box:last-child .text {
  margin-left: 15px;
}

/*----------------------------------------------------------------------
	Commercial
----------------------------------------------------------------------*/
.commercial .l-header__logo {
  width: 359.5px;
}

/*# sourceMappingURL=other.css.map */
