@charset "UTF-8";
.pc {
  display: none !important;
}

.sp {
  display: block;
}

.l-header {
  position: relative;
}

.l-footer {
  background: linear-gradient(to bottom, #5e574f, #2e2c27);
}
.l-footer__inner {
  padding: 0 2rem;
}
.l-footer__inner .pic {
  margin: 0 auto;
  padding: 5rem 0;
  width: 11.8666666667rem;
}
.l-footer__inner .list {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
  border-top: .1rem solid #fff;
}
.l-footer__inner .item {
  width: 50%;
  box-sizing: border-box;
}
.l-footer__inner .item a {
  text-decoration: underline;
  font-size: 1rem;
  color: #fff;
}
.l-footer__inner .item:nth-child(1), .l-footer__inner .item:nth-child(2) {
  margin-bottom: 1.6rem;
}
.l-footer__inner .item:nth-child(odd) {
  padding-right: 1.6rem;
  border-right: .1rem solid #fff;
  text-align: right;
}
.l-footer__inner .item:nth-child(even) {
  padding-left: 1.6rem;
  text-align: left;
}
.l-footer .f-copyright {
  padding: .8rem 0;
  border-top: .1rem solid #fff;
  text-align: center;
  font-size: .8rem;
  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: 376px) and (max-width: 1125px) {
  html {
    font-size: calc(.625rem + ((1vw - (375px / 100)) * (100 * ((20 - 10) / (1125 - 375)))));
  }
}
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/sp/other_bg.png) left top no-repeat, linear-gradient(to bottom, rgba(227, 225, 223, 0.3), rgba(255, 255, 255, 0.3));
  background-size: 100%;
}

.l-header__logo {
  margin: 0 auto 4rem;
}

/*----------------------------------------------------------------------
3.	original
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
　Contact
	Terms
	Privacypolicy
	Commercial
----------------------------------------------------------------------*/
.contact .p-other__inner,
.terms .p-other__inner,
.privacypolicy .p-other__inner,
.commercial .p-other__inner {
  padding: 0 2rem 4rem;
}

/*----------------------------------------------------------------------
	Contact
----------------------------------------------------------------------*/
.contact .l-header__logo {
  width: 15.4666666667rem;
}
.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: 2.4rem;
  line-height: 1.6071428571;
  font-size: 1.4rem;
}
.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: 4rem;
  line-height: 1.5;
  font-size: 1.2rem;
}
.contact.index .p-other .input-form-wrapper {
  margin-bottom: 4rem;
}
.contact.index .p-other .input-form-item {
  margin-bottom: 2rem;
}
.contact.index .p-other .input-form-item.required .input-form-input::after {
  content: '';
  position: absolute;
  top: .5rem;
  right: .5rem;
  width: 0.6rem;
  height: 0.65rem;
  background: url(../../img/sp/contact_required.png) left top no-repeat;
  background-size: 100%;
}
.contact.index .p-other .input-form-label {
  margin-bottom: 1.2rem;
}
.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: 1rem 1.5rem;
  width: 100%;
  border: 0.1rem solid rgba(56, 50, 49, 0.4);
  border-radius: 0;
  background: #fff;
  font-size: 1.3rem;
  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: 23.9rem;
  height: 5rem;
  background: url(../../img/sp/contact_button_send.png) left top no-repeat;
  background-size: 100%;
}
.contact.index .p-other .input-form .formErrorMsg .errMsg {
  display: block;
  margin-top: .3rem;
  font-size: 1.2rem;
  color: #e93c34;
}
.contact.index .p-other .input-form .content .input-form-label {
  width: 6.3rem;
}
.contact.index .p-other .input-form .name.required .input-form-input::after {
  content: none;
}
.contact.index .p-other .input-form .name .input-form-label {
  width: 6.5rem;
}
.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: .5rem;
  right: .5rem;
  width: 0.6rem;
  height: 0.65rem;
  background: url(../../img/sp/contact_required.png) left top no-repeat;
  background-size: 100%;
}
.contact.index .p-other .input-form .email .input-form-label {
  width: 3.7rem;
}
.contact.index .p-other .input-form .tel .input-form-label {
  width: 1.65rem;
}
.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 .number .input-form-label {
  width: 6.55rem;
}
.contact.index .p-other .input-form .text .input-form-label {
  width: 5.6rem;
}
.contact.index .p-other .input-form .read {
  margin-bottom: 3rem;
  overflow-y: scroll;
  padding: 1rem;
  width: 100%;
  height: 10rem;
  border: 0.1rem solid rgba(56, 50, 49, 0.4);
  background: #fff;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  -webkit-appearance: none;
}
.contact.index .p-other .input-form .read__inner > .title {
  margin-bottom: .8rem;
  font-weight: bold;
  font-size: 1.3rem;
}
.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: 1.3rem;
}
.contact.index .p-other .input-form .read__inner .text {
  margin-bottom: .5rem;
}
.contact.index .p-other .input-form .read__inner .item,
.contact.index .p-other .input-form .read__inner .item-sub {
  margin-bottom: .5rem;
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}
.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: 1rem;
}
.contact.index .p-other .input-form .read__inner .details__box > .title {
  margin-bottom: .5rem;
  padding-left: 1.7rem;
  text-indent: -1.7rem;
}
.contact.index .p-other .input-form .read__inner .details__box > .list {
  margin-left: .5rem;
}
.contact.index .p-other .input-form .read__inner .details__box .list-sub {
  margin-top: .5rem;
}
.contact.index .p-other .input-form .read__inner .details__box:last-child .text {
  margin-left: 1.5rem;
}
.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: .5rem;
}
.contact.index .p-other .input-form .consent .input-form-input label {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.6);
}
.contact.index .p-other .input-form .consent .formError {
  position: absolute;
  bottom: -1.5rem;
}
.contact.send .p-other__inner .text1 {
  margin-bottom: 2.4rem;
  text-align: center;
  line-height: 1.6071428571;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  color: rgba(56, 50, 49, 0.7);
}
.contact.send .p-other__inner .link {
  margin: 0 auto 2rem;
  width: 23.9rem;
}

/*----------------------------------------------------------------------
	Terms
	Commercial
----------------------------------------------------------------------*/
.terms .p-other__inner > .text,
.commercial .p-other__inner > .text {
  line-height: 1.4166666667;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.2rem;
  color: rgba(56, 50, 49, 0.6);
}
.terms .p-other__inner > .list,
.commercial .p-other__inner > .list {
  margin-bottom: 3.2rem;
}
.terms .p-other__inner > .list .item,
.commercial .p-other__inner > .list .item {
  padding: 1.5rem 0;
  border-bottom: 0.1rem 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.4;
  font-size: 1.3rem;
  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: .25rem;
  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: 1.6rem;
  text-indent: -1.6rem;
}
.terms .p-other__inner > .list .item .inner__text .space::before,
.commercial .p-other__inner > .list .item .inner__text .space::before {
  content: '・';
  margin-right: .2rem;
}
.terms .p-other__inner > .list .item .inner__text .small,
.commercial .p-other__inner > .list .item .inner__text .small {
  font-size: 1.2rem;
}
.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: 2.8rem;
  color: rgba(62, 58, 57, 0.75);
}
.terms .p-other__inner .sub-box > .title,
.commercial .p-other__inner .sub-box > .title {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.1rem solid rgba(62, 58, 57, 0.3);
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.3rem;
}
.terms .p-other__inner .sub-box > .text,
.commercial .p-other__inner .sub-box > .text {
  line-height: 1.5833333333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.2rem;
}
.terms .p-other__inner .sub-box > .text span,
.commercial .p-other__inner .sub-box > .text span {
  display: block;
  line-height: 1.2;
  font-size: 1rem;
}
.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: 1.4rem;
  padding-left: 1.2rem;
  text-indent: -1.2rem;
  line-height: 1.4166666667;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.2rem;
}
.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: 1rem;
}
.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: .5rem;
}
.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: .1rem;
}
.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: .1rem;
}

/*----------------------------------------------------------------------
	Terms
----------------------------------------------------------------------*/
.terms .l-header__logo {
  width: 15.4rem;
}

/*----------------------------------------------------------------------
	Privacypolicy
----------------------------------------------------------------------*/
.privacypolicy .l-header__logo {
  width: 23.5rem;
}
.privacypolicy .p-other__inner > .inner {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.6);
}
.privacypolicy .p-other__inner > .inner > .title {
  margin-bottom: .8rem;
  font-weight: bold;
  font-size: 1.3rem;
}
.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: 1.3rem;
}
.privacypolicy .p-other__inner > .inner .text {
  margin-bottom: .5rem;
}
.privacypolicy .p-other__inner > .inner .item,
.privacypolicy .p-other__inner > .inner .item-sub {
  margin-bottom: .5rem;
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}
.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: 1rem;
}
.privacypolicy .p-other__inner > .inner .details__box > .title {
  margin-bottom: .5rem;
  padding-left: 1.7rem;
  text-indent: -1.7rem;
}
.privacypolicy .p-other__inner > .inner .details__box > .list {
  margin-left: .5rem;
}
.privacypolicy .p-other__inner > .inner .details__box .list-sub {
  margin-top: .5rem;
}
.privacypolicy .p-other__inner > .inner .details__box:last-child .text {
  margin-left: 1.5rem;
}

/*----------------------------------------------------------------------
	Commercial
----------------------------------------------------------------------*/
.commercial .l-header__logo {
  width: 29.8333333333rem;
}

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