@charset "UTF-8";
/* Breakpoint
============================================= */
/* -------------------------------------------
  font_setting
------------------------------------------- */
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

@media screen and (max-width: 320px) {
  html {
    font-size: 53%;
  }
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #000;
  letter-spacing: 0.2px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.font-std {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/* -------------------------------------------
  common_reset
------------------------------------------- */
a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: .8;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 0;
  display: inline-block;
}

a img:hover {
  opacity: .8;
}

i,
em {
  font-style: normal;
}

sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

button,
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none transparent;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: none;
}

button:hover {
  opacity: .8;
}

select::-ms-expand {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

::-webkit-input-placeholder {
  color: #808080;
}

::-moz-placeholder {
  color: #808080;
}

::-ms-input-placeholder {
  color: #808080;
}

::placeholder {
  color: #808080;
}

li {
  list-style: none;
}

*:focus {
  outline: none;
}

br.t-pc {
  display: block;
}

br.t-sp {
  display: none;
}

img.t-pc {
  display: block;
}

img.t-sp {
  display: none;
}

/* -------------------------------------------
  responsive_style
   -画面の横幅が768pxまで-
------------------------------------------- */
@media screen and (max-width: 980px) {
  a img {
    pointer-events: none;
  }
  br.t-pc {
    display: none;
  }
  br.t-sp {
    display: block;
  }
  img.t-pc {
    display: none;
  }
  img.t-sp {
    display: block;
  }
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
}

/* -------------------------------------------
  .m-breadcrumb
------------------------------------------- */
.m-breadcrumb {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-breadcrumb .breadcrumb__item {
  font-size: 1.2rem;
  position: relative;
}

.m-breadcrumb .breadcrumb__item:not(:first-child) {
  margin-left: 16px;
}

.m-breadcrumb .breadcrumb__item:not(:first-child)::before {
  content: "\03e";
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: auto;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -10px;
}

.m-breadcrumb .breadcrumb__item > a {
  color: #DD6188;
  text-decoration: underline;
}

/* -------------------------------------------
  responsive_style
   -画面の横幅が768pxまで-
------------------------------------------- */
@media screen and (max-width: 980px) {
  .m-breadcrumb .breadcrumb__item {
    font-size: 1.0rem;
  }
  .m-breadcrumb .breadcrumb__item:last-child {
    padding-right: 8px;
  }
  .m-breadcrumb .breadcrumb__item:not(:first-child) {
    margin-left: 12px;
  }
  .m-breadcrumb .breadcrumb__item:not(:first-child)::before {
    font-size: 10px;
    font-size: 1.0rem;
    left: -8px;
  }
}

.text-danger {
  color: #F00;
  font-weight: bold;
  line-height: 1.3;
}

/* -------------------------------------------
  .m-footer
------------------------------------------- */
.m-footer .footer__item {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #393939;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 15px;
}

.m-footer .footer__copy {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  background-color: #e491a5;
  color: #fff;
  font-size: 1.0rem;
  padding: 20px 0;
  text-align: center;
}

.m-footer .footer__copy__text {
  font-size: 1.0rem;
}

.m-footer .t-sp320 {
  display: none;
}

/* -------------------------------------------
  responsive_style
   -画面の横幅が768pxまで-
------------------------------------------- */
@media screen and (max-width: 980px) {
  .m-footer .footer__item {
    font-size: 1.1rem;
    padding: 0 4vw;
    white-space: nowrap;
  }
  .m-footer .footer__copy {
    font-size: 1.0rem;
    line-height: 1.2;
    padding: 20px 5px;
  }
  .m-footer .footer__copy__text {
    display: block;
  }
  .m-footer .footer__copy__desc {
    display: block;
    margin-top: 5px;
  }
}

@media screen and (max-width: 980px) and (max-width: 320px) {
  .m-footer .t-sp320 {
    display: block;
  }
}

/* -------------------------------------------
  .m-header
------------------------------------------- */
.m-header {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.m-header .header__siteID__img {
  width: 183px;
}

.m-header .header__guideLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1rem;
  font-weight: bold;
}

.m-header .header__guideLink__icon-shop {
  background-image: url(../img/spr-cmn.png);
  background-repeat: no-repeat;
  background-size: 76px 163.5px;
  display: block;
  text-indent: -9999px;
  width: 26.5px;
  height: 18.5px;
  background-position: -2px -2px;
  margin-left: 4px;
}

.m-header .header__guideLink__icon-ebook {
  background-image: url(../img/spr-cmn.png);
  background-repeat: no-repeat;
  background-size: 76px 163.5px;
  display: block;
  text-indent: -9999px;
  width: 15px;
  height: 21px;
  background-position: -2px -24.5px;
  margin-left: 4px;
}

.m-header .header__guideLink__icon-faq {
  background-image: url(../img/common/icon_head_faq.png);
  background-size: 16px 19px;
  width: 16px;
  height: 19px;
  margin-left: 4px;
}

.m-header .header__schText {
  border: #dd6188 1px solid;
  font-size: 1.2rem;
  padding: 1px 4px;
  height: 28px;
  width: 300px;
}

.m-header .header__schBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #dd6188;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  letter-spacing: 2px;
  height: 28px;
  width: 44px;
}

.m-header .header__schLink {
  border-bottom: #c4346c 1px dashed;
  color: #c4346c;
  display: block;
  font-size: 1.0rem;
  font-weight: bold;
  padding-bottom: 2px;
}

.m-header .header__guideLink__text {
  border-bottom: #dd6188 1px dashed;
  padding-bottom: 2px;
}

.m-header .header__actLink__icon-login {
  /*  @include spr-cmn;
    width: 72px;
    height: 54px;
    background-position: -2px -49.5px;*/
  background-image: url(../img/sprite/sprite-common_header.png);
  background-repeat: no-repeat;
  background-size: 18px 106px;
  display: block;
  text-indent: -9999px;
  background-position: 0px -54px;
  width: 64px;
  height: 54px;
  background-size: 143px 126.5px;
}

.m-header .header__actLink__icon-login--active {
  background-image: url(../img/sprite/sprite-common_header.png);
  background-repeat: no-repeat;
  background-size: 18px 106px;
  display: block;
  text-indent: -9999px;
  background-position: -64px -54px;
  width: 64px;
  height: 54px;
  background-size: 143px 126.5px;
}

.m-header .header__actLink__icon-cart {
  /*@include spr-cmn;
    width: 72px;
    height: 54px;
    background-position: -2px -107.5px;*/
}

.m-header .header__actLink__icon-cart--paper {
  background-image: url(../img/sprite/sprite-common_header.png);
  background-repeat: no-repeat;
  background-size: 18px 106px;
  display: block;
  text-indent: -9999px;
  background-position: -64px 0px;
  width: 64px;
  height: 54px;
  background-size: 143px 126.5px;
}

.m-header .header__actLink__icon-cart--ebook {
  background-image: url(../img/sprite/sprite-common_header.png);
  background-repeat: no-repeat;
  background-size: 18px 106px;
  display: block;
  text-indent: -9999px;
  background-position: 0px 0px;
  width: 64px;
  height: 54px;
  background-size: 143px 126.5px;
}

/* -------------------------------------------
  responsive_style
   -画面の横幅が768pxまで-
------------------------------------------- */
@media screen and (max-width: 980px) {
  .m-header .header__siteID {
    text-align: center;
  }
  .m-header .header__siteID > a {
    display: inline-block;
  }
  .m-header .header__siteID__img {
    width: 122px;
  }
  .m-header .header__actLink__icon-spmenu {
    background-color: #dd6188;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.0rem;
    padding-bottom: 2px;
    height: 36px;
    width: 48px;
    position: relative;
  }
  .m-header .header__actLink__icon-spmenu > span {
    background-color: #fff;
    border-radius: 1px;
    display: inline-block;
    height: 2px;
    width: 28px;
    position: absolute;
    left: 10px;
  }
  .m-header .header__actLink__icon-spmenu > span:nth-of-type(1) {
    top: 6px;
  }
  .m-header .header__actLink__icon-spmenu > span:nth-of-type(2) {
    top: 13px;
  }
  .m-header .header__actLink__icon-spmenu > span:nth-of-type(3) {
    top: 20px;
  }
  .m-header .header__schText {
    height: 22px;
    width: 100%;
  }
  .m-header .header__schBtn {
    display: block;
    height: 22px;
  }
  .m-header .header__schLink {
    font-size: 1.2rem;
  }
}

.input_checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}

.input_checkbox .input_checkbox-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input_checkbox .input_checkbox-text:before {
  content: "";
  background-image: url(/template/default/img/sprite/sprite-common_form.png);
  background-position: -65px -33px;
  width: 16px;
  height: 16px;
  background-size: 82px 66.5px;
  display: inline-block;
  margin-right: 6px;
}

.input_checkbox .input_checkbox-text .input_checkbox-text-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.input_checkbox .input_checkbox-input:checked + .input_checkbox-text:before {
  content: "";
  display: inline-block;
  background-image: url(/template/default/img/sprite/sprite-common_form.png);
  background-position: -65px -17px;
  width: 16px;
  height: 16px;
  background-size: 82px 66.5px;
}

.input_checkbox.input_checkbox--inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.input_checkbox.input_checkbox--my .input_checkbox-text:before {
  background-image: url(/template/default/img/sprite/sprite-common_form.png);
  background-position: -65px -33px;
  width: 16px;
  height: 16px;
  background-size: 82px 66.5px;
}

.input_checkbox.input_checkbox--my .input_checkbox-input:checked + .input_checkbox-text:before {
  content: "";
  display: inline-block;
  background-image: url(/template/default/img/sprite/sprite-common_form.png);
  background-position: -65px -17px;
  width: 16px;
  height: 16px;
  background-size: 82px 66.5px;
}

@media screen and (max-width: 980px) {
  .input_checkbox {
    font-size: 16px;
  }
  .input_checkbox.input_checkbox--inline {
    font-size: 12px;
  }
}

.input_radiobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}

.input_radiobox .input_radiobox-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input_radiobox .input_radiobox-text:before {
  content: "";
  background-image: url(/template/default/img/sprite/sprite-common_form.png);
  background-position: -34px -38px;
  width: 17px;
  height: 17px;
  background-size: 82px 66.5px;
  display: inline-block;
  margin-right: 6px;
}

.input_radiobox .input_radiobox-text .input_radiobox-text-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.input_radiobox .input_radiobox-input:checked + .input_radiobox-text:before {
  content: "";
  display: inline-block;
  background-image: url(/template/default/img/sprite/sprite-common_form.png);
  background-position: -17px -38px;
  width: 17px;
  height: 17px;
  background-size: 82px 66.5px;
}

.input_radiobox.input_radiobox--my .input_radiobox-text:before {
  background-image: url(/template/default/img/sprite/sprite-common_form.png);
  background-position: -47px -18px;
  width: 17px;
  height: 17px;
  background-size: 82px 66.5px;
}

.input_radiobox.input_radiobox--my .input_radiobox-input:checked + .input_radiobox-text:before {
  content: "";
  display: inline-block;
  background-image: url(/template/default/img/sprite/sprite-common_form.png);
  background-position: -65px 0px;
  width: 17px;
  height: 17px;
  background-size: 82px 66.5px;
}

@media screen and (max-width: 980px) {
  .input_radiobox {
    font-size: 16px;
  }
}

.input_date {
  padding: 5px 10px;
  background-color: #FFFFFF;
  border: 1px solid #E56994;
  font-size: 13px;
}

.input_radiobox_notext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
}

.input_radiobox_notext .input_radiobox_notext-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input_radiobox_notext .input_radiobox_notext-text:before {
  content: "";
  background-image: url(/template/default/img/sprite/sprite-common_form.png);
  background-position: -34px -38px;
  width: 17px;
  height: 17px;
  background-size: 82px 66.5px;
  display: inline-block;
}

.input_radiobox_notext .input_radiobox_notext-input:checked + .input_radiobox_notext-text:before {
  content: "";
  display: inline-block;
  background-image: url(/template/default/img/sprite/sprite-common_form.png);
  background-position: -17px -38px;
  width: 17px;
  height: 17px;
  background-size: 82px 66.5px;
}

@media screen and (max-width: 980px) {
  .input_radiobox_notext {
    font-size: 16px;
  }
}

.selectbox,
select {
  border: 1px solid #666666;
  padding: 3px 40px 3px 10px;
  background-color: #FFFFFF;
  background: url(/template/default/img/hlqn_select_large.png) no-repeat right;
}

.selectbox.selectbox--my_required_large,
select.selectbox--my_required_large {
  background: url(/template/default/img/hlqn_select_my_required_large.png) no-repeat right;
  background-color: #FFFFFF;
  border: 1px solid #AC7827;
}

.selectbox.selectbox--required_large,
select.selectbox--required_large {
  background: url(/template/default/img/hlqn_select_required_large.png) no-repeat right;
  background-color: #FFFFFF;
  border: 1px solid #E56994;
}

.selectbox.selectbox--required_small,
select.selectbox--required_small {
  padding: 0 32px 0 3px;
  background: url(/template/default/img/hlqn_select_required_small.png) no-repeat right;
  background-color: #FFFFFF;
  border: 1px solid #E56994;
}

.selectbox.selectbox--required_small_min,
select.selectbox--required_small_min {
  padding: 0 32px 0 3px;
  background: url(/template/default/img/hlqn_select_required_small.png) no-repeat right;
  background-color: #FFFFFF;
  border: 1px solid #E56994;
}

@media screen and (max-width: 980px) {
  .selectbox.selectbox--required_large,
  select.selectbox--required_large {
    font-size: 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .selectbox.selectbox--small,
  select.selectbox--small {
    font-size: 13px;
    padding-right: 28px;
  }
  .selectbox.selectbox--small_min,
  select.selectbox--small_min {
    width: 53px;
    font-size: 13px;
  }
}

.form_input[type=text], .form_input[type=email], .form_input[type=password], .form_input[type=tel] {
  border-radius: 5px;
  width: 100%;
  padding: 8px 15px;
  font-size: 14px;
  background-color: #EEEEEE;
}

.form_input[type=text].form_input--required, .form_input[type=email].form_input--required, .form_input[type=password].form_input--required, .form_input[type=tel].form_input--required {
  background-color: #FDE0E2;
}

.form_input[type=text].form_input--my_required, .form_input[type=email].form_input--my_required, .form_input[type=password].form_input--my_required, .form_input[type=tel].form_input--my_required {
  background-color: #F3EBDE;
}

@media screen and (max-width: 980px) {
  .form_input[type=text] {
    font-size: 16px;
  }
}

textarea.form_input {
  resize: vertical;
  min-height: 180px;
  border-radius: 5px;
  width: 100%;
  padding: 8px 15px;
  font-size: 14px;
  background-color: #EEEEEE;
}

textarea.form_input.form_input--required {
  background-color: #FDE0E2;
}

textarea.form_input.form_input--my_required {
  background-color: #F3EBDE;
}

@media screen and (max-width: 980px) {
  textarea[type=text] {
    font-size: 16px;
  }
}

.form_input_normal[type=text], .form_input_normal[type=email], .form_input_normal[type=password], .form_input_normal[type=tel] {
  border: 1px solid #DD6188;
  padding: 5px 10px;
  font-size: 16px;
  height: 100%;
  width: 100%;
}

.cart_order_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #777777;
  width: 29px;
  height: 29px;
}

.cart_order_item.cart_order_item--plus {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.cart_order_item.cart_order_item--plus:before {
  content: "";
  background-image: url(/template/default/img/sprite/sprite-common_form.png);
  background-position: -51px -38px;
  width: 12.5px;
  height: 12.5px;
  background-size: 82px 66.5px;
  display: inline-block;
}

.cart_order_item.cart_order_item--minus {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.cart_order_item.cart_order_item--minus:before {
  content: "";
  background-image: url(/template/default/img/sprite/sprite-common_form.png);
  background-position: -65px -49px;
  width: 12px;
  height: 2px;
  background-size: 82px 66.5px;
  display: inline-block;
}

.cart_clear {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #777777;
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px 10px;
  cursor: pointer;
}

.cart_clear:before {
  content: "";
  display: inline-block;
  background-image: url(/template/default/img/sprite/sprite-common_form.png);
  background-position: 0px -55px;
  width: 11.5px;
  height: 11.5px;
  background-size: 82px 66.5px;
  margin-right: 5px;
}

@media screen and (max-width: 980px) {
  .cart_clear {
    min-width: 44px;
  }
  .cart_clear:before {
    margin-right: 0;
    display: none;
  }
  .cart_clear .cart_clear-text {
    font-size: 12px;
  }
}

/* -------------------------------------------
  top-linkList
------------------------------------------- */
.m-linkList .linkList__heading {
  text-align: center;
}

.m-linkList .linkList__heading__img {
  margin: 0 auto;
  text-align: center;
}

.m-linkList .linkList__heading__img.linkList-conts {
  width: 421px;
}

.m-linkList .linkList__heading__img.linkList-relation {
  width: 148.5px;
}

.m-linkList .linkList__heading__img.linkList-guidance {
  width: 118.5px;
}

.m-linkList .linkList__item {
  display: block;
  width: 286px;
}

.m-linkList .linkList__item.linkList-relation .linkList__item__img {
  max-height: 90px;
}

.m-linkList .linkList__item.t-line {
  border: #c19a53 1px solid;
  position: relative;
}

.m-linkList .linkList__item.t-line::before {
  content: '';
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #c19a53;
  position: absolute;
  top: 3px;
  left: 3px;
}

.m-linkList .linkList__item__img {
  width: 100%;
}

.m-linkMynaviWoman {
  background-color: #fff6ed;
  margin: 0 auto;
  padding: 20px 50px 30px 50px;
  width: 904px;
}

.m-linkMynaviWoman .linkMynaviWoman__heading {
  color: #ae7a1f;
  font-size: 2.0rem;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.m-linkMynaviWoman .linkMynaviWoman-item__link {
  background-color: #fff;
  border: #ae7a1f 1px solid;
  display: block;
  padding: 10px 15px 0 15px;
  position: relative;
  height: 108px;
  width: 386px;
}

.m-linkMynaviWoman .linkMynaviWoman-item__link::before {
  content: '';
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #ae7a1f;
  position: absolute;
  top: 3px;
  left: 3px;
}

.m-linkMynaviWoman .linkMynaviWoman-item__tit {
  color: #ae7a1f;
  font-size: 1.4rem;
  padding-left: 13px;
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.m-linkMynaviWoman .linkMynaviWoman-item__tit::before {
  content: "";
  display: block;
  background-color: #ae7a1f;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
  transform: rotate(45deg) skew(10deg, 10deg);
  position: absolute;
  top: 5px;
  left: 0;
}

.m-linkMynaviWoman .linkMynaviWoman-item__tit__no {
  font-size: 1.6rem;
}

.m-linkMynaviWoman .linkMynaviWoman-item__date {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #ae7a1f;
  font-size: 1.0rem;
}

.m-linkMynaviWoman .linkMynaviWoman-item__pict-new {
  background-color: #dd6188;
  color: #fff;
  border-radius: 14px;
  font-size: 1.0rem;
  margin-left: 5px;
  padding: 2px 7px;
  height: 14px;
}

.m-linkMynaviWoman .linkMynaviWoman-item__thum {
  margin-right: 12px;
  width: 77px;
}

.m-linkMynaviWoman .linkMynaviWoman-item__desc {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #dd6188;
  font-size: 1.2rem;
  letter-spacing: .5px;
  line-height: 1.55;
  text-decoration: underline;
  width: 264px;
}

.m-linkMynaviWoman .linkMynaviWoman-item__soon {
  border-bottom: #dd6188 1px dashed;
  color: #dd6188;
  font-size: 2.2rem;
  margin: 0 auto;
  padding: 5px 10px;
}

/* -------------------------------------------
  responsive_style
   -画面の横幅が768pxまで-
------------------------------------------- */
@media screen and (max-width: 980px) {
  .m-linkList .linkList__heading__img.linkList-conts {
    width: 74vw;
  }
  .m-linkList .linkList__heading__img.linkList-relation {
    width: 27vw;
  }
  .m-linkList .linkList__heading__img.linkList-guidance {
    width: 21vw;
  }
  .m-linkList .linkList__item {
    width: 100%;
  }
  .m-linkList .linkList__item.linkList-relation {
    width: 44vw;
  }
  .m-linkList .linkList__item.t-line::before {
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid #c19a53;
    position: absolute;
    top: 2px;
    left: 2px;
  }
  .m-linkMynaviWoman {
    padding: 15px 15px 20px 15px;
    width: 100%;
  }
  .m-linkMynaviWoman .linkMynaviWoman__heading {
    font-size: 1.6rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .m-linkMynaviWoman .linkMynaviWoman-item__link {
    width: 100%;
  }
  .m-linkMynaviWoman .linkMynaviWoman-item__desc {
    width: calc(100% - 87px);
  }
  .m-linkMynaviWoman .linkMynaviWoman-item__soon {
    font-size: 1.8rem;
  }
}

/* -------------------------------------------
  .navi
------------------------------------------- */
.m-navi {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: #e491a5;
}

.m-navi .navi__item__text {
  color: #fff;
  font-size: 1.5rem;
}

.m-navi .navi__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  min-width: 122px;
}

.m-navi .l-navi-item {
  position: relative;
}

.m-navi .l-navi-item .l-navi-childList {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.m-navi .l-navi-item.navi__item--child:hover .navi-childItem {
  background-color: #e491a5;
  color: #fff;
  overflow: visible;
  height: 100%;
}

.m-navi .l-navi-item.navi__item--child:hover .navi-childItem > a {
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-navi .navi-childItem {
  height: 0;
  overflow: hidden;
}

_:-ms-lang(x), .m-navi .l-navi-item .l-navi-childList {
  width: 240px;
}

_:-ms-lang(x), .m-navi .l-navi-item.navi__item--child:hover .navi-childItem > a {
  padding: 15px 0;
}

/* -------------------------------------------
  responsive_style
   -画面の横幅が768pxまで-
------------------------------------------- */
@media screen and (max-width: 980px) {
  .m-navi .navi__item {
    display: block;
    padding: 10px;
    height: auto;
  }
  .m-navi .navi__item__text {
    font-size: 1.2rem;
  }
  .m-navi .l-navi-item .l-navi-childList {
    display: none;
  }
}

/* -------------------------------------------
  .sns
------------------------------------------- */
.m-sns {
  width: 64px;
}

.m-sns .sns__item {
  display: block;
  margin: 0 auto;
  width: 48px;
}

.m-sns .sns__item > img {
  border-radius: 4px;
}

.m-sns .sns__pagetop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(102, 102, 102, .7);
  border-radius: 5px;
  height: 44px;
  width: 64px;
}

.m-sns .sns__pagetop__img {
  width: 52px;
}

/* -------------------------------------------
  responsive_style
   -画面の横幅が768pxまで-
------------------------------------------- */
@media screen and (max-width: 980px) {
  .m-sns {
    background-color: #FFF6DE;
    padding: 20px 0;
    width: 100%;
  }
  .m-sns .sns__item {
    width: 10.5vw;
  }
  .m-sns .sns__pagetop {
    width: 14vw;
  }
  .m-sns .sns__pagetop__img {
    width: 11.5vw;
  }
}

/* -------------------------------------------
  .breadcrumb
------------------------------------------- */
.l-breadcrumb {
  margin: 0 auto;
  padding: 12px 0 15px 0;
  width: 1024px;
}

.l-breadcrumb.breadcrumb--novel {
  margin-bottom: -45px;
}

/* -------------------------------------------
  responsive_style
   -画面の横幅が768pxまで-
------------------------------------------- */
@media screen and (max-width: 980px) {
  .l-breadcrumb {
    padding: 10px;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* -------------------------------------------
  .contents
------------------------------------------- */
.l-contents {
  margin: 0 auto;
}

/* -------------------------------------------
  responsive_style
   -画面の横幅が768pxまで-
------------------------------------------- */
@media screen and (max-width: 980px) {
  .l-contents {
    width: 100%;
  }
}

.l-form-group {
  margin-top: 15px;
}

/* -------------------------------------------
  .l-footer
------------------------------------------- */
.l-footer {
  padding-top: 40px;
  margin-top: auto;
}

.l-footer .l-footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer .l-footer-item {
  font-size: 0;
}

.l-footer .l-footer-item:not(:first-child) {
  border-left: #ad791b 1px solid;
}

.l-footer .l-footer-copy {
  margin-top: 10px;
}

/* -------------------------------------------
responsive_style
-画面の横幅が768pxまで-
------------------------------------------- */
@media screen and (max-width: 980px) {
  .l-footer {
    padding-top: 10px;
    margin-top: inherit;
  }
  .l-footer .l-footer-link {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .l-footer .l-footer-item {
    margin-top: 10px;
  }
  .l-footer .l-footer-item:nth-child(5) {
    border-left: none;
  }
}

/* -------------------------------------------
  .l-header
------------------------------------------- */
.l-header {
  margin: 19px auto 0 auto;
  width: 1024px;
}

.l-header .l-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header .l-header-conts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -70px;
}

.l-header .l-header-guideLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 3px;
}

.l-header .l-header-guideLink-item:not(:first-child) {
  margin-left: 12px;
}

.l-header .l-header-sch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

.l-header .l-header-sch-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-header .l-header-sch-link {
  margin-left: 14px;
}

.l-header .l-header-actLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
}

.l-header .l-header-actLink-item.actLink-spmenu {
  display: none;
}

.l-header .l-header-actLink-item:not(:first-child) {
  margin-left: 8px;
}

/* -------------------------------------------
  responsive_style
   -画面の横幅が768pxまで-
------------------------------------------- */
@media screen and (max-width: 980px) {
  .l-header {
    margin-top: 10px;
    padding: 0 10px 45px 10px;
    width: 100%;
  }
  .l-header .l-header-inner {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-header .l-header-conts {
    margin-top: 10px;
    margin-right: 0;
  }
  .l-header .l-header-guideLink {
    display: none;
  }
  .l-header .l-header-actLink-item.actLink-spmenu {
    display: block;
  }
  .l-header .l-header-conts-blc {
    width: 100%;
    position: absolute;
    bottom: -30px;
    right: 0;
  }
  .l-header .l-header-sch {
    margin-top: 0;
  }
  .l-header .l-header-sch-box {
    width: calc(100% - 60px);
  }
  .l-header .l-header-sch-box-text {
    width: calc(100% - 44px);
  }
  .l-header .l-header-sch-link {
    margin-left: 10px;
  }
  .l-header .l-header-sch-box-btn {
    text-align: center;
  }
  .l-header .l-header-actLink {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}

.l-input_checkbox {
  margin-top: 10px;
}

.l-input_checkbox.l-input_checkbox--horizontal .l-input_checkbox-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}

.l-input_checkbox.l-input_checkbox--horizontal .l-input_checkbox-inner > li {
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
}

.l-input_checkbox.l-input_checkbox--vertical .l-input_checkbox-inner {
  margin-top: -10px;
}

.l-input_checkbox.l-input_checkbox--vertical .l-input_checkbox-inner > li {
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 980px) {
  .l-input_checkbox.l-input_checkbox--horizontal .l-input_checkbox-inner {
    margin-top: -15px;
  }
  .l-input_checkbox.l-input_checkbox--horizontal .l-input_checkbox-inner > li {
    margin-top: 15px;
  }
  .l-input_checkbox.l-input_checkbox--vertical .l-input_checkbox-inner {
    margin-top: -15px;
  }
  .l-input_checkbox.l-input_checkbox--vertical .l-input_checkbox-inner > li {
    margin-top: 15px;
  }
}

.l-input_radiobox.l-input_radiobox--horizontal > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-input_radiobox.l-input_radiobox--horizontal > div > label:not(:first-child) {
  margin-left: 15px;
}

.l-input_radiobox.l-input_radiobox--horizontal .l-input_radiobox-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}

.l-input_radiobox.l-input_radiobox--horizontal .l-input_radiobox-inner > li {
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
}

.l-input_radiobox.l-input_radiobox--vertical > div > label {
  display: inline-block;
}

.l-input_radiobox.l-input_radiobox--vertical > div > label:not(:first-child) {
  margin-top: 10px;
}

.l-input_radiobox.l-input_radiobox--vertical .l-input_radiobox-inner {
  margin-top: -10px;
}

.l-input_radiobox.l-input_radiobox--vertical .l-input_radiobox-inner > li {
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 980px) {
  .l-input_radiobox.l-input_radiobox--horizontal .l-input_radiobox-inner {
    margin-top: -15px;
  }
  .l-input_radiobox.l-input_radiobox--horizontal .l-input_radiobox-inner > li {
    margin-top: 15px;
  }
  .l-input_radiobox.l-input_radiobox--vertical .l-input_radiobox-inner {
    margin-top: -15px;
  }
  .l-input_radiobox.l-input_radiobox--vertical .l-input_radiobox-inner > li {
    margin-top: 15px;
  }
}

.page_navi_top_count {
  font-size: 14px;
}

.page_navi_top_count > span {
  font-weight: bold;
}

/* -------------------------------------------
  top-linkList
------------------------------------------- */
.l-linkList {
  width: 1024px;
  margin: 25px auto 0 auto;
}

.l-linkList .l-linkList-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 5px 60px 0 60px;
}

.l-linkList .l-linkList-list .l-linkList-item {
  margin-top: 15px;
  margin-left: 23px;
}

.l-linkList .l-linkList-list .l-linkList-item:nth-child(3n + 1) {
  margin-left: 0;
}

.l-linkList .l-linkList-list.t-single {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.l-linkList .l-linkList-list.t-single .l-linkList-item:not(:nth-child(3n)) {
  margin-right: 0;
}

.l-linkList .l-linkList__heading-item {
  margin-top: 15px;
}

.l-linkList .l-linkList__heading-item:not(:nth-child(3n)) {
  margin-right: 23px;
}

.l-linkList.linkList-conts {
  margin-top: 40px;
}

.l-linkMynaviWoman {
  margin-top: 25px;
}

.l-linkMynaviWoman .l-linkMynaviWoman-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-linkMynaviWoman .l-linkMynaviWoman-item {
  margin-top: 20px;
  width: 386px;
}

.l-linkMynaviWoman .l-linkMynaviWoman-item-tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-linkMynaviWoman .l-linkMynaviWoman-item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

/* -------------------------------------------
  responsive_style
   -画面の横幅が768pxまで-
------------------------------------------- */
@media screen and (max-width: 980px) {
  .l-linkList {
    width: 100%;
  }
  .l-linkList .l-linkList-list {
    display: block;
    padding: 0 15px;
  }
  .l-linkList .l-linkList-list.linkList-relation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-linkList .l-linkList-list .l-linkList-item {
    margin-top: 15px;
    margin-left: 0;
  }
  .l-linkList .l-linkList-list .l-linkList-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .l-linkList.linkList-conts {
    margin-top: 30px;
  }
  .l-linkMynaviWoman .l-linkMynaviWoman-item {
    margin-top: 15px;
    width: 100%;
  }
}

/* -------------------------------------------
  .navi
------------------------------------------- */
.l-navi {
  margin-top: 8px;
  position: relative;
  z-index: 15;
}

.l-navi .l-navi-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-navi .l-navi-item:not(:first-child) {
  margin-left: 25px;
}

/* -------------------------------------------
  responsive_style
   -画面の横幅が768pxまで-
------------------------------------------- */
@media screen and (max-width: 980px) {
  .l-navi {
    display: none;
    margin-top: 0;
    padding: 0 10px 15px 10px;
  }
  .l-navi .l-navi-list {
    display: block;
  }
  .l-navi .l-navi-item {
    padding: 0 5px;
  }
  .l-navi .l-navi-item:not(:first-child) {
    margin-left: 0;
  }
  .l-navi .l-navi-item:not(:first-child) .navi__item {
    border-top: #fff 1px dotted;
  }
}

/* -------------------------------------------
  .sns
------------------------------------------- */
.l-sns {
  margin-left: 520px;
  position: fixed;
  left: 50%;
  top: 20vh;
  z-index: 100;
}

.l-sns .l-sns-item:not(:first-child) {
  margin-top: 15px;
}

.l-sns .l-sns-item.sns-pagetop {
  margin-top: 20px;
}

/* -------------------------------------------
  responsive_style
   -画面の横幅が768pxまで-
------------------------------------------- */
@media screen and (max-width: 980px) {
  .l-sns {
    margin-left: 0;
    margin-top: auto;
    padding-top: 30px;
    position: relative;
    left: inherit;
    top: inherit;
  }
  .l-sns .l-sns-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 45vw;
  }
  .l-sns .l-sns-item:not(:first-child) {
    margin-top: 0;
  }
  .l-sns .l-sns-item.sns-pagetop {
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
