@charset "UTF-8";

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

Base

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

* {
  box-sizing: border-box;
}

a {
  opacity: 1;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.lg {
  display: block;
}
.sm {
  display: none;
}

html {
  position: relative;
  font-size: 62.5%;
  min-height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%; /*  sp横向き文字サイズ固定 */
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ',
    sans-serif;
  font-weight: 500; /*游ゴシック Windows Chrome　かすれ対策*/
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.section {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: block;
}

.contents_full {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.contents_inner {
  width: 100%;
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
}

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

Color

-------------------------------------------- */
.text_red {
  color: #dc0000;
}
.text_blue {
  color: #0044aa;
}

.bg_light_wine {
  background-color: #fff4f6;
}

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

Image

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

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

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

List

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

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

Text

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-feature-settings: 'palt';
}

.txt_br_md_hidden {
  display: inline;
}

.txt_br_md {
  display: none;
}

.txt_br_sm {
  display: none;
}

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

Header

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

header {
  text-align: center;
}

.header_top {
  background-color: #911f56;
}

.header_bottom {
  background-color: #500b29;
}

.header_inner {
  max-width: 1366px;
  margin: 0 auto;
}

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

Section

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

.intro_title {
  margin: 60px auto;
}
.intro_text {
  text-align: center;
  font-weight: bold;
}
.start_infor {
  margin: 60px auto 30px;
  width: 67.5438596%;
  text-align: center;
  font-weight: bold;
}
.start_infor p {
  padding: 30px 0 0;
}
.button {
  margin: 0 auto;
  padding: 60px 0;
  width: 71.9298246%;
}

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

概要

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

.outline {
  padding: 60px 0;
}
.outline_detail {
  padding-bottom: 60px;
}
.outline_detail_open {
  padding-bottom: 30px;
}
.outline_detail dl,
.outline_detail_open dl {
  border-top: 3px dotted #911f56;
  padding: 20px;
  display: flex;
}

.outline_detail dl dt,
.outline_detail_open dl dt {
  width: 100px;
  color: #911f56;
  min-width: 100px;
}
.outline_detail_open dl dd ul {
  margin-left: 1em;
}
.outline_detail_open dl dd ul li {
  list-style: disc;
}

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

決済

-------------------------------------------- */
.payment_title {
  margin: 60px 0;
}
.payment_category {
  margin-top: 60px;
}

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

歩み

-------------------------------------------- */
.history_title {
  padding: 60px 0;
}
.history_inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 3px dotted #911f56;
}
.history_inner.reverse {
  flex-direction: row-reverse;
}
.history_inner div {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}
.history_inner div:nth-child(2n) {
  margin-right: 0;
}
.history_inner div h3 {
  width: 200px;
  margin-bottom: 15px;
}
.history_inner:last-child {
  margin-bottom: 0;
}

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

お客様の声

-------------------------------------------- */
.voice_title {
  padding: 60px 0;
}

.customer {
  display: flex;
  flex-wrap: wrap;
}
.customer .customer_inner {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}
.customer .customer_inner img {
  margin: 0 auto 20px;
  width: 110px;
}
.customer .customer_inner:nth-child(3n) {
  margin-right: 0;
}
.customer_voice {
  text-align: left;
  margin-top: 15px;
}

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

SNS

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

.sns_area {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  text-align: center;
}

.sns_area img {
  max-width: 60px;
}

.sns_icon_margin {
  margin: 0 40px;
}

.section_logo_area_sns {
  position: relative;
  text-align: center;
  margin: 0;
  z-index: 2;
}

.section_title_space {
  margin-top: 60px;
}

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

下部リンク

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

.bottom_bnr_area {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}
.bottom_bnr_area a {
  width: calc((100% -30px) / 2);
  margin-right: 30px;
}
.bottom_bnr_area a:last-child {
  margin-right: 0;
}

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

Footer

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

.footer {
  margin-top: auto;
}

.footer::before {
  width: 100%;
  display: block;
  content: '';
  border-top: 5px solid #1e2864;
}

.footer_inner {
  padding: 30px;
}

.footer_contact {
  padding: 10px;
  margin-left: 40px;
  font-size: 14.4px;
  border: 2px solid #000;
  white-space: nowrap;
}

.footer_contents {
  display: flex;
  justify-content: space-between;
  width: 100%;
  /*height:40px;*/
  position: relative;
  margin-top: 0rem;
}

.footer_left {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer_right {
  position: relative;
  right: 0;
  top: 10px;
  text-align: right;
}

.footer_right p {
  top: 1.4rem;
  font-size: 1.2rem;
}
.footer_right a {
  display: inline-block;
}
.footer_right a img {
  width: 160px;
  position: relative;
  top: -10px;
  right: 0;
}

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

Back to Top

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

.is_page_top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  position: fixed;
  right: 0;
  bottom: 100px;
  background-color: #000000;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.is_page_top img {
  transform: rotate(180deg);
  vertical-align: middle;
  width: 50%;
}

@media screen and (max-width: 1000px) {
  /* -----------------------------------------

  Footer

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

  .footer_contact {
    padding: 8px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 12px;
  }

  .sns_icon_margin {
    margin: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .lg {
    display: none;
  }
  .sm {
    display: block;
  }

  .contents_inner {
    padding: 0 30px;
  }

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

  Text

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

  .txt_br_md {
    display: inline;
  }

  .txt_br_md_hidden {
    display: none;
  }

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

  Section

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

  .intro_title {
    margin: 40px auto;
  }
  .intro_text {
    text-align: left;
  }
  .start_infor {
    margin: 40px auto;
    width: 100%;
    text-align: left;
  }
  .start_infor p {
    padding: 30px 0 0;
  }
  .button {
    padding: 40px 0;
    width: 71.9298246%;
  }

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

概要

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

  .outline {
    padding: 40px 0;
  }
  .outline_detail {
    padding-bottom: 40px;
  }
  .outline_detail_open {
    padding-bottom: 10px;
  }
  .outline_detail dl {
    padding: 14px;
    flex-direction: column;
  }
  .outline_detail dl:last-child {
    margin-bottom: 40px;
  }

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

決済

-------------------------------------------- */
  .payment_title {
    margin: 40px 0;
  }
  .payment_category {
    margin-top: 40px;
  }

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

歩み

-------------------------------------------- */
  .history_title {
    padding: 40px 0;
  }
  .history_inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 3px dotted #911f56;
    flex-direction: column;
  }
  .history_inner.reverse {
    flex-direction: row-reverse;
    flex-direction: column;
  }
  .history_inner div {
    width: 100%;
    margin-right: 0px;
  }
  .history_inner div h3 {
    width: 200px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .history_inner:last-child {
    margin-bottom: 0;
  }

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

お客様の声

-------------------------------------------- */
  .voice_title {
    padding: 40px 0;
  }

  .customer {
    display: flex;
    flex-wrap: wrap;
  }
  .customer .customer_inner {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
  .customer .customer_inner img {
    margin: 0 auto 20px;
    width: 110px;
  }
  .customer .customer_inner:nth-child(3n) {
    margin-right: 30px;
  }
  .customer .customer_inner:nth-child(2n) {
    margin-right: 0;
  }
  .customer_voice {
    text-align: left;
    margin-top: 15px;
  }

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

  SNS

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

  .section_logo_area {
    padding-top: 6%;
  }

  .section_logo_area .section_title {
    width: 100%;
  }

  .sns_area {
    /*padding:9% 0;*/
    margin-bottom: 2rem;
  }

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

下部リンク

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

  .bottom_bnr_area {
    padding: 40px 0;
    flex-direction: column;
  }
  .bottom_bnr_area a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

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

  footer

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

  .footer_contents {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: auto;
  }

  .footer_left {
    text-align: center;
    flex-direction: column;
  }

  .footer_contact {
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14.4px;
    width: 100%;
  }

  .footer_right {
    text-align: center;
  }

  .footer_right p {
    top: 0;
    font-size: 1rem;
  }

  .footer_right a img {
    width: 100px;
    position: relative;
    top: 0;
  }

  .sns_icon_margin {
    margin: 0 30px;
  }
}

@media screen and (max-width: 480px) {
  /* -----------------------------------------
  
  Base
  
  -------------------------------------------- */

  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .contents_inner {
    padding: 0 15px;
  }

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

  Section

  -------------------------------------------- */
  .button {
    width: 100%;
  }

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

お客様の声

-------------------------------------------- */
  .voice_title {
    padding: 40px 0;
  }

  .customer {
    display: flex;
    flex-wrap: wrap;
  }
  .customer .customer_inner {
    width: 100%;
    margin-right: 0;
  }
  .customer .customer_inner img {
    margin: 0 auto 20px;
    width: 60px;
  }
  .customer .customer_inner:nth-child(3n) {
    margin-right: 0;
  }
  .customer .customer_inner:nth-child(2n) {
    margin-right: 0;
  }

  /* -----------------------------------------
  
  SNS
  
  -------------------------------------------- */

  .section_logo_area {
    padding-top: 4%;
  }

  .sns_area {
    /*padding:12% 0;*/
    margin-bottom: 15px;
  }

  .sns_area figure img {
    max-width: 60px;
  }

  .sns_icon_margin {
    margin: 0 20px;
  }

  .section_title_sns {
    margin-top: 30px;
  }

  /* -----------------------------------------
  
  Footer
  
  -------------------------------------------- */

  .footer_inner {
    padding: 15px;
  }

  .footer_contents {
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer_contents .footer_right p {
    width: 100%;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 0.8rem;
  }

  .access_logo_area {
    width: 120px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 480px) {
  /* -----------------------------------------

お客様の声

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

  .customer {
    flex-direction: column;
  }
  .customer .customer_inner img {
    margin: 0 auto 10px;
    width: 80px;
  }
  .customer .customer_inner:last-child {
    margin-bottom: 0;
  }
  .customer_voice {
    margin-top: 10px;
  }
}
