@charset "UTF-8";
/* ----------------------------------------------------------------------------
    RESET
---------------------------------------------------------------------------- */
/* HTML5 display definitions */
section,
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
details {
  display: block;
}

video,
audio,
canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* The root element */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Sections */
body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  margin: 0;
  font-weight: bold;
  line-height: 1;
}

/* Grouping content */
p,
blockquote,
dl,
dd,
figure {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* Text-level semantics */
a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

strong,
b {
  font-weight: bold;
}

small {
  font-size: 0.83em;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

acronym {
  /*indicating to users that more info is available */
  border-bottom: 1px dotted #000;
  cursor: help;
}

code,
samp,
kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub,
sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  *letter-spacing: 0;
}

em {
  /*bringing italics back to the em element*/
  font-style: italic;
}

/* Embedded content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}

caption {
  padding: 0;
  text-align: left;
  /*coordinated marking to match cell's padding*/
  margin-bottom: 0.5em;
  /*centered so it doesn't blend in to other content*/
  text-align: center;
}

th,
td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

th {
  /*distinguishing table headers from data cells*/
  font-weight: bold;
  text-align: center;
}

/* Forms */
form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
  outline: none;
}

input,
button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
  *font-family: sans-serif;
}

body {
  background-color: #fafafa;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  height: 100%;
  /* overflow-x: hidden; */
}

a[href] {
  transition: opacity 0.3s;
  text-decoration: none;
}

a[href]:hover {
  opacity: 0.8;
  text-decoration: none;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

.pagetop {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
  z-index: 11;
}

/* clearfix */
.clearfix:after {
  /*for modern browser*/
  content: " ";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.underline-corporate {
  background: linear-gradient(transparent 70%, #e95383 70%);
}

.underline-blue {
  background: linear-gradient(transparent 70%, #00ffff 70%);
}

.underline-yellow {
  background: linear-gradient(transparent 70%, #ffff00 70%);
}

@keyframes fixed-header {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.header {
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  padding-bottom: 16px;
}

@media (max-width: 980px) {
  .header {
    padding-top: 12px;
    padding-bottom: 14px;
    position: relative;
    z-index: 12;
  }
}

.header .header__inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 990px) {
  .header .header__inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .header .header__inner {
    margin-left: 5.33333%;
    margin-right: 5.33333%;
  }
}

.header .js-header-menu-trigger {
  display: none;
}

@media (max-width: 980px) {
  .header .js-header-menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 14;
    width: 50px;
    height: 50px;
    background: url("..//images/icon_menu_white.svg") no-repeat center #e95383;
    background-size: 31px 31px;
  }
  .header .js-header-menu-trigger-active {
    background: url("..//images/icon_close.svg") no-repeat center;
  }
}

.header .js-header-search-trigger {
  display: none;
}

@media (max-width: 980px) {
  .header .js-header-search-trigger {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    background: url("../images/icon_search_button.svg") no-repeat center;
    background-size: 18px 28px;
    width: 18px;
    height: 28px;
    cursor: pointer;
  }
  .header .js-header-search-trigger-active {
    background: url("..//images/icon_close.svg") no-repeat center;
    background-size: 31px 31px;
    width: 31px;
    height: 31px;
  }
}

.header .header__logo {
  width: 20.20408%;
  float: left;
  margin-top: 26px;
}

@media screen and (max-width: 980px) {
  .header .header__logo {
    float: none;
    width: 100px;
    margin: 0 auto;
  }
}

.header .header__navs {
  width: 75.5102%;
  float: right;
}

@media screen and (max-width: 980px) {
  .header .header__navs {
    float: none;
    width: 280px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 13;
    margin-left: -290px;
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    overflow-y: auto;
  }
}

.header .header__button-nav {
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}

@media screen and (max-width: 980px) {
  .header .header__button-nav {
    display: none;
  }
}

.header .header__button-nav .searchandfilter {
  width: 160px;
  height: 36px;
  position: relative;
  margin-top: 10px;
  float: right;
}

@media screen and (max-width: 900px) {
  .header .header__button-nav .searchandfilter {
    width: 150px;
  }
}

@media screen and (max-width: 800px) {
  .header .header__button-nav .searchandfilter {
    width: 140px;
  }
}

@media screen and (max-width: 780px) {
  .header .header__button-nav .searchandfilter {
    width: 130px;
  }
}

@media screen and (max-width: 980px) {
  .header .header__button-nav .searchandfilter {
    display: none;
  }
}

.header .header__button-nav .searchandfilter ul,
.header .header__button-nav .searchandfilter li {
  height: 100%;
}

.header .header__button-nav .searchandfilter .sf-input-text {
  border: none;
  border-radius: 20px;
  background: url("../images/icon_search.svg") no-repeat 10px center #f5c8d6;
  background-size: 20px 20px;
  width: 100%;
  height: 100%;
  padding: 6px 30px 6px 40px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.42857vw;
}

.header .header__button-nav .searchandfilter .sf-input-text::placeholder {
  color: #e95383;
}

.header .header__button-nav .searchandfilter .sf-input-text:-ms-input-placeholder {
  color: #e95383;
}

.header .header__button-nav .searchandfilter .sf-input-text::-ms-input-placeholder {
  color: #e95383;
}

@media screen and (min-width: 980px) {
  .header .header__button-nav .searchandfilter .sf-input-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .header .header__button-nav .searchandfilter .sf-input-text {
    font-size: 14px;
  }
}

.header .header__button-nav__contact {
  width: 140px;
  text-align: center;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.header .header__button-nav__contact a {
  color: #fff;
  background-color: #e95383;
  font-size: 16px;
  font-size: 1.63265vw;
  width: 100%;
  height: 36px;
  line-height: 36px;
  display: block;
  border-radius: 20px;
}

@media screen and (min-width: 980px) {
  .header .header__button-nav__contact a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .header .header__button-nav__contact a {
    font-size: 16px;
  }
}

.header .header__button-nav__contact-sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .header .header__button-nav__contact-sp {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .header .header__button-nav__contact-sp a {
    color: #fff;
    background-color: #e95383;
    font-size: 16px;
    font-size: 1.63265vw;
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: block;
    border-radius: 20px;
  }
}

@media screen and (max-width: 980px) and (min-width: 980px) {
  .header .header__button-nav__contact-sp a {
    font-size: 16px;
  }
}

@media screen and (max-width: 980px) and (max-width: 768px) {
  .header .header__button-nav__contact-sp a {
    font-size: 16px;
  }
}

.header .header__button-nav__line {
  width: 116px;
  text-align: center;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.header .header__button-nav__line a {
  height: 36px;
  line-height: 36px;
  display: block;
}

.header .header__button-nav__line.selectbox {
  position: relative;
}

.header .header__button-nav__line.selectbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding-left: 32px;
  box-sizing: border-box;
  background-color: #08B900;
  border: none;
  color: #fff;
  border-radius: 4px;
  height: 36px;
  line-height: 36px;
}

.header .header__button-nav__line.selectbox::before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  /*arrow bg*/
  background-image: url(/shinko/assets/images/icon_line.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 28px;
  height: 28px;
}

.header .header__button-nav__line.selectbox::after {
  content: "";
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-45%);
  /*arrow bg*/
  background-image: url(/shinko/assets/images/icon_arrow_under_white_s.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 10px;
  height: 8px;
}

.header .header__h__line-sp {
  display: none;
  font-size: 16px;
  font-size: 1.63265vw;
  font-weight: bold;
  color: #08B900;
}

@media screen and (min-width: 980px) {
  .header .header__h__line-sp {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .header .header__h__line-sp {
    font-size: 16px;
  }
}

@media screen and (max-width: 980px) {
  .header .header__h__line-sp {
    display: block;
    margin-top: 20px;
    padding-left: 20px;
  }
}

.header .header__button-nav__lines-sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .header .header__button-nav__lines-sp {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px 0 20px;
    box-sizing: border-box;
  }
}

.header .header__button-nav__line-sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .header .header__button-nav__line-sp {
    display: block;
    box-sizing: border-box;
    width: 48%;
  }
  .header .header__button-nav__line-sp a {
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-size: 1.63265vw;
    padding-right: 10px;
    background: #08B900 url("../images/icon_arrow_right_white_s.svg") no-repeat right 10px center;
    background-size: 5px auto;
  }
}

@media screen and (max-width: 980px) and (min-width: 980px) {
  .header .header__button-nav__line-sp a {
    font-size: 16px;
  }
}

@media screen and (max-width: 980px) and (max-width: 768px) {
  .header .header__button-nav__line-sp a {
    font-size: 16px;
  }
}

.header .header__text-nav {
  float: right;
}

@media screen and (max-width: 980px) {
  .header .header__text-nav {
    float: none;
    padding: 30px 30px 10px;
  }
}

.header .header__text-nav-item {
  float: left;
  margin-left: 18px;
}

.header .header__text-nav-item:first-child {
  display: none;
}

.header .header__text-nav-item:nth-child(2) {
  margin-left: 0;
}

.header .header__text-nav-item a {
  color: #000;
  font-size: 16px;
  font-size: 1.63265vw;
  padding-left: 14px;
  background: url("../images/icon_arrow_right_pink_s.svg") no-repeat left center;
}

@media screen and (min-width: 980px) {
  .header .header__text-nav-item a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .header .header__text-nav-item a {
    font-size: 16px;
  }
}

@media screen and (max-width: 900px) {
  .header .header__text-nav-item a {
    padding-left: 12px;
  }
}

@media screen and (max-width: 980px) {
  .header .header__text-nav-item {
    float: none;
    margin: 0 0 24px;
  }
  .header .header__text-nav-item:first-child {
    display: block;
  }
}

.header .header__navs-open .header__text-nav-item:first-child {
  display: block;
}

.header .header__button-nav__logos {
  text-align: center;
  float: right;
  margin-left: 20px;
}

@media screen and (max-width: 980px) {
  .header .header__button-nav__logos {
    display: none;
  }
}

.header .header__button-nav__logos .header__button-nav__logo {
  display: inline-block;
  padding: 10px 16px 0;
  border-right: #ccc solid 1px;
}

.header .header__button-nav__logos .header__button-nav__logo:first-child {
  border-left: #ccc solid 1px;
}

.header .header__button-nav__logos-sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .header .header__button-nav__logos-sp {
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .header .header__button-nav__logos-sp .header__button-nav__logo {
    float: left;
    box-sizing: border-box;
    width: 49%;
    margin-top: 30px;
    text-align: center;
  }
  .header .header__button-nav__logos-sp .header__button-nav__logo:first-child {
    border-right: #ccc solid 1px;
    padding-right: 16px;
  }
  .header .header__button-nav__logos-sp .header__button-nav__logo:last-child {
    padding-left: 16px;
  }
  .header .header__button-nav__logos-sp .header__button-nav__logo img {
    max-width: 100%;
  }
}

.header .header__search-button-wrap-sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .header .header__search-button-wrap-sp {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 73px;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -73px;
    z-index: 13;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
    transition: opacity 0.4s, visibility 0s ease 0.4s;
    opacity: 0;
    visibility: hidden;
  }
  .header .header__search-button-wrap-sp-open {
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
  }
}

.header .header__search-button-wrap-sp .searchandfilter {
  width: 160px;
  height: 36px;
  position: relative;
  width: 100%;
}

.header .header__search-button-wrap-sp .searchandfilter ul,
.header .header__search-button-wrap-sp .searchandfilter li {
  height: 100%;
}

.header .header__search-button-wrap-sp .searchandfilter .sf-input-text {
  border: none;
  border-radius: 20px;
  background: url("../images/icon_search.svg") no-repeat 10px center #f5c8d6;
  background-size: 20px 20px;
  width: 100%;
  height: 100%;
  padding: 6px 30px 6px 40px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.42857vw;
}

.header .header__search-button-wrap-sp .searchandfilter .sf-input-text::placeholder {
  color: #e95383;
}

.header .header__search-button-wrap-sp .searchandfilter .sf-input-text:-ms-input-placeholder {
  color: #e95383;
}

.header .header__search-button-wrap-sp .searchandfilter .sf-input-text::-ms-input-placeholder {
  color: #e95383;
}

@media screen and (min-width: 980px) {
  .header .header__search-button-wrap-sp .searchandfilter .sf-input-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .header .header__search-button-wrap-sp .searchandfilter .sf-input-text {
    font-size: 14px;
  }
}

.header .header__navs__logo-sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .header .header__navs__logo-sp {
    display: block;
    height: 52px;
    border-bottom: #efefef solid 1px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 14px;
  }
  .header .header__navs__logo-sp img {
    width: 99px;
  }
}

.header-is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 12px;
  padding-bottom: 14px;
  box-sizing: border-box;
}

@media screen and (min-width: 981px) {
  .header-is-fixed {
    animation: fixed-header 0.8s ease-out 0s 1 normal;
  }
}

.header-is-fixed .header__logo {
  float: none;
  width: 100px;
  margin: 0 auto;
  line-height: 1;
}

.header-is-fixed .js-header-menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 14;
  width: 50px;
  height: 50px;
  background: url("..//images/icon_menu_white.svg") no-repeat center #e95383;
  background-size: 31px 31px;
}

.header-is-fixed .js-header-menu-trigger-active {
  background: url("..//images/icon_close.svg") no-repeat center;
}

.header-is-fixed .js-header-search-trigger {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  background: url("../images/icon_search_button.svg") no-repeat center;
  background-size: 18px 28px;
  width: 18px;
  height: 28px;
  cursor: pointer;
}

.header-is-fixed .js-header-search-trigger-active {
  background: url("..//images/icon_close.svg") no-repeat center;
  background-size: 31px 31px;
  width: 31px;
  height: 31px;
}

.header-is-fixed .header__logo {
  float: none;
}

.header-is-fixed .header__navs {
  float: none;
  width: 280px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 13;
  margin-left: -290px;
  box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  overflow-y: auto;
}

.header-is-fixed .header__button-nav {
  display: none;
}

.header-is-fixed .header__button-nav__contact-sp {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.header-is-fixed .header__button-nav__contact-sp a {
  color: #fff;
  background-color: #e95383;
  font-size: 16px;
  font-size: 1.63265vw;
  width: 100%;
  height: 36px;
  line-height: 36px;
  display: block;
  border-radius: 20px;
}

@media screen and (min-width: 980px) {
  .header-is-fixed .header__button-nav__contact-sp a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .header-is-fixed .header__button-nav__contact-sp a {
    font-size: 16px;
  }
}

.header-is-fixed .header__h__line-sp {
  padding: 20px 20px 0 20px;
  display: block;
}

@media screen and (max-width: 980px) {
  .header-is-fixed .header__h__line-sp {
    padding: 0 20px 0 20px;
  }
}

.header-is-fixed .header__button-nav__lines-sp {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px 0 20px;
  box-sizing: border-box;
}

.header-is-fixed .header__button-nav__line-sp {
  display: block;
  box-sizing: border-box;
  width: 48%;
}

.header-is-fixed .header__button-nav__line-sp a {
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.63265vw;
  padding-right: 10px;
  background: #08B900 url("../images/icon_arrow_right_white_s.svg") no-repeat right 10px center;
  background-size: 5px auto;
}

@media screen and (min-width: 980px) {
  .header-is-fixed .header__button-nav__line-sp a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .header-is-fixed .header__button-nav__line-sp a {
    font-size: 16px;
  }
}

.header-is-fixed .header__button-nav_search-button {
  display: none;
}

.header-is-fixed .header__text-nav {
  float: none;
  padding: 80px 30px 10px;
}

@media screen and (max-width: 980px) {
  .header-is-fixed .header__text-nav {
    padding: 30px 30px 10px;
  }
}

.header-is-fixed .header__text-nav-item {
  float: none;
  margin: 0 0 24px;
}

.header-is-fixed .header__text-nav-item a {
  padding-left: 12px;
}

.header-is-fixed .header__button-nav__logos {
  display: none;
}

.header-is-fixed .header__button-nav__logos-sp {
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
}

.header-is-fixed .header__button-nav__logos-sp .header__button-nav__logo {
  float: left;
  box-sizing: border-box;
  width: 49%;
  margin-top: 30px;
  text-align: center;
}

.header-is-fixed .header__button-nav__logos-sp .header__button-nav__logo:first-child {
  border-right: #ccc solid 1px;
  padding-right: 16px;
}

.header-is-fixed .header__button-nav__logos-sp .header__button-nav__logo:last-child {
  padding-left: 16px;
}

.header-is-fixed .header__button-nav__logos-sp .header__button-nav__logo img {
  max-width: 100%;
}

.header-is-fixed .header__search-button-wrap-sp {
  display: block;
  background-color: #fff;
  width: 375px;
  height: 73px;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  left: auto;
  right: 0;
  bottom: -73px;
  z-index: 13;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  transition: opacity 0.4s, visibility 0s ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 980px) {
  .header-is-fixed .header__search-button-wrap-sp {
    width: 100%;
    left: 0;
  }
}

.header-is-fixed .header__search-button-wrap-sp-open {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

.header-is-fixed .header__search-button-wrap-sp .header__search-button-sp {
  position: relative;
}

.header-is-fixed .header__search-button-wrap-sp .header__search-button-text-sp {
  border: none;
  border-radius: 20px;
  background-color: #f5c8d6;
  width: 100%;
  height: 100%;
  padding: 6px 30px 6px 40px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.42857vw;
  height: 33px;
}

.header-is-fixed .header__search-button-wrap-sp .header__search-button-text-sp::placeholder {
  color: #e95383;
}

.header-is-fixed .header__search-button-wrap-sp .header__search-button-text-sp:-ms-input-placeholder {
  color: #e95383;
}

.header-is-fixed .header__search-button-wrap-sp .header__search-button-text-sp::-ms-input-placeholder {
  color: #e95383;
}

@media screen and (min-width: 980px) {
  .header-is-fixed .header__search-button-wrap-sp .header__search-button-text-sp {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .header-is-fixed .header__search-button-wrap-sp .header__search-button-text-sp {
    font-size: 14px;
  }
}

.header-is-fixed .header__search-button-wrap-sp .header__search-button-icon-sp {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: absolute;
  left: 12px;
  top: 6px;
  line-height: 1;
}

.header-is-fixed .header__navs__logo-sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .header-is-fixed .header__navs__logo-sp {
    display: block;
  }
}

.js-menu-overlay,
.js-search-overlay {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.js-menu-overlay-open,
.js-search-overlay-open {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.js-menu-overlay {
  z-index: 12;
}

.js-search-overlay {
  z-index: 11;
}

.footer {
  background-color: #fff;
  border-top: #efefef solid 1px;
}

.footer .footer__links {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 44px 0 20px;
}

@media (max-width: 990px) {
  .footer .footer__links {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer__links {
    margin-left: 5.33333%;
    margin-right: 5.33333%;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer__links {
    padding: 22px 0 25px;
  }
}

.footer .footer__links__logo {
  float: left;
  width: 20.20408%;
  margin-right: 8.16327%;
  box-sizing: border-box;
}

.footer .footer__links__logo img {
  width: 198px;
}

@media screen and (max-width: 768px) {
  .footer .footer__links__logo {
    float: none;
    margin-bottom: 24px;
    width: 100%;
  }
  .footer .footer__links__logo img {
    width: 127px;
  }
}

.footer .footer__links__navs {
  float: right;
  border-left: #efefef solid 1px;
  padding-left: 4.28571%;
  width: 67.34694%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .footer .footer__links__navs {
    float: none;
    padding-left: 0;
    width: 100%;
    border: none;
  }
}

.footer .footer__links__nav__list {
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .footer .footer__links__nav__list {
    margin: 0;
  }
  .footer .footer__links__nav__list:first-of-type {
    border-top: #ccc solid 1px;
  }
}

.footer .footer__links__nav__list-item {
  float: left;
  margin-left: 28px;
  color: #666;
  font-size: 16px;
  font-size: 1.63265vw;
  font-weight: bold;
}

@media screen and (min-width: 980px) {
  .footer .footer__links__nav__list-item {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer__links__nav__list-item {
    font-size: 16px;
  }
}

.footer .footer__links__nav__list-item > a {
  color: #e95383;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .footer .footer__links__nav__list-item {
    float: none;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
  }
  .footer .footer__links__nav__list-item > a {
    margin-left: 0;
    display: block;
    padding: 20px 20px 20px 5px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .footer .footer__links__nav__list-item > a::after {
    content: " ";
    background: url("../images/icon_arrow_right_pink_s.svg") no-repeat center center;
    background-size: 9px 14px;
    width: 9px;
    height: 14px;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -7px;
  }
}

.footer .footer__links__nav__list-item:first-child {
  margin-left: 0;
}

.footer .footer__links__nav_weak__list {
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .footer .footer__links__nav_weak__list {
    padding: 20px 20px 20px 5px;
    border-bottom: #ccc solid 1px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
  }
}

.footer .footer__links__nav_weak__list-item {
  float: left;
  margin-left: 28px;
  color: #666;
  font-size: 16px;
  font-size: 1.63265vw;
  font-style: normal;
}

@media screen and (min-width: 980px) {
  .footer .footer__links__nav_weak__list-item {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer__links__nav_weak__list-item {
    font-size: 15px;
  }
}

.footer .footer__links__nav_weak__list-item:first-child {
  margin-left: 0;
}

.footer .footer__links__nav_weak__list-item > a {
  color: #000;
}

@media screen and (max-width: 768px) {
  .footer .footer__links__nav_weak__list-item {
    margin-left: 0;
    margin-right: 2em;
    float: none;
    display: inline-block;
  }
}

.footer .footer__links__nav__sublist {
  float: left;
}

@media screen and (max-width: 768px) {
  .footer .footer__links__nav__sublist {
    float: none;
  }
}

.footer .footer__links__nav__sublist-item {
  float: left;
  margin-left: 18px;
  margin-top: 2px;
  font-size: 14px;
  font-size: 1.42857vw;
}

@media screen and (min-width: 980px) {
  .footer .footer__links__nav__sublist-item {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer__links__nav__sublist-item {
    font-size: 14px;
  }
}

.footer .footer__links__nav__sublist-item a {
  color: #e95383;
  font-weight: normal;
  padding-left: 14px;
  background: url("../images/icon_arrow_right_pink_s.svg") no-repeat left center;
}

@media screen and (max-width: 920px) {
  .footer .footer__links__nav__sublist-item a {
    padding-left: 10px;
  }
}

@media screen and (max-width: 920px) {
  .footer .footer__links__nav__sublist-item {
    margin-left: 13px;
  }
  .footer .footer__links__nav__sublist-item a {
    padding-left: 12px;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer__links__nav__sublist-item {
    float: none;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
  }
  .footer .footer__links__nav__sublist-item:last-child {
    border: none;
  }
  .footer .footer__links__nav__sublist-item > a {
    margin-left: 0;
    display: block;
    padding: 20px 20px 20px 5px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background: none;
  }
  .footer .footer__links__nav__sublist-item > a::before {
    content: "・";
  }
  .footer .footer__links__nav__sublist-item > a::after {
    content: " ";
    background: url("../images/icon_arrow_right_pink_s.svg") no-repeat center center;
    background-size: 9px 14px;
    width: 9px;
    height: 14px;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -7px;
  }
}

.footer .footer__links__nav__list-item__title {
  float: left;
}

@media screen and (max-width: 768px) {
  .footer .footer__links__nav__list-item__title {
    float: none;
    background-color: #efefef;
    width: 100%;
    border-bottom: #ccc solid 1px;
    padding: 3px 5px;
    box-sizing: border-box;
  }
}

.footer .searchandfilter {
  width: 160px;
  height: 36px;
  position: relative;
  float: left;
  margin-right: 38px;
}

@media screen and (max-width: 768px) {
  .footer .searchandfilter {
    float: none;
    width: 100% !important;
    margin-bottom: 29px;
  }
}

.footer .searchandfilter ul,
.footer .searchandfilter li {
  height: 100%;
}

.footer .searchandfilter .sf-input-text {
  border: none;
  border-radius: 20px;
  background: url("../images/icon_search.svg") no-repeat 10px center #f5c8d6;
  background-size: 20px 20px;
  width: 100%;
  height: 100%;
  padding: 6px 30px 6px 40px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.42857vw;
}

.footer .searchandfilter .sf-input-text::placeholder {
  color: #e95383;
}

.footer .searchandfilter .sf-input-text:-ms-input-placeholder {
  color: #e95383;
}

.footer .searchandfilter .sf-input-text::-ms-input-placeholder {
  color: #e95383;
}

@media screen and (min-width: 980px) {
  .footer .searchandfilter .sf-input-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .footer .searchandfilter .sf-input-text {
    font-size: 14px;
  }
}

.footer .footer__links__nav_socials {
  float: left;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .footer .footer__links__nav_socials {
    display: block;
    float: none;
    width: auto;
    margin: 0 auto 20px;
    text-align: center;
  }
}

.footer .footer__links__nav_socials-item {
  float: left;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .footer .footer__links__nav_socials-item {
    display: inline-block;
    float: none;
    margin-right: 25px;
  }
  .footer .footer__links__nav_socials-item:last-child {
    margin-right: 0;
  }
}

.footer .footer__links__nav_mark {
  float: right;
}

@media screen and (max-width: 768px) {
  .footer .footer__links__nav_mark {
    float: none;
    text-align: center;
  }
}

.footer .footer__bar {
  background-color: #777;
  color: #fff;
}

.footer .footer__bar__inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 0;
}

@media (max-width: 990px) {
  .footer .footer__bar__inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer__bar__inner {
    margin-left: 5.33333%;
    margin-right: 5.33333%;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer__bar__inner {
    padding: 25px 0 64px;
  }
}

.footer .footer__bar__copyright {
  float: left;
  font-size: 11px;
  font-size: 1.12245vw;
  line-height: 1.4;
  margin-bottom: 0.4em;
}

@media screen and (min-width: 980px) {
  .footer .footer__bar__copyright {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer__bar__copyright {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer__bar__copyright {
    float: none;
    display: block;
    line-height: 1.4;
    margin-bottom: 1em;
  }
}

.footer .footer__bar__nav {
  float: right;
}

@media screen and (max-width: 768px) {
  .footer .footer__bar__nav {
    float: none;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
}

.footer .footer__bar__navitem {
  float: left;
  padding-left: 26px;
}

.footer .footer__bar__navitem a {
  font-size: 14px;
  font-size: 1.42857vw;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .footer .footer__bar__navitem a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer__bar__navitem a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer__bar__navitem {
    float: none;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 18px;
  }
  .footer .footer__bar__navitem:first-child {
    border-right: #fff solid 1px;
  }
}

.breadcrumbs {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 12px;
}

@media (max-width: 990px) {
  .breadcrumbs {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin-left: 5.33333%;
    margin-right: 5.33333%;
  }
}

.breadcrumbs .breadcrumbs__list-item {
  display: inline-block;
  color: #777;
  font-size: 12px;
  font-size: 1.22449vw;
  margin-left: 10px;
}

@media screen and (min-width: 980px) {
  .breadcrumbs .breadcrumbs__list-item {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumbs .breadcrumbs__list-item {
    font-size: 12px;
  }
}

.breadcrumbs .breadcrumbs__list-item:before {
  content: " ";
  background: url("../images/icon_arrow_right_gray_s.svg");
  background-size: 4px 8px;
  width: 4px;
  height: 8px;
  display: inline-block;
  margin-right: 9px;
}

.breadcrumbs .breadcrumbs__list-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.breadcrumbs .breadcrumbs__list-item:first-child:before {
  content: none;
}

.breadcrumbs .breadcrumbs__list-item a {
  color: #777;
}

.breadcrumbs .breadcrumbs__list-item a:active {
  color: #999;
}

.breadcrumbs .breadcrumbs__list-item__anchor {
  color: #777;
}


.flex_center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.btn_design01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 15px;
  padding: 1em 2em;
  width: 220px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #e95383;
  border-radius: 50vh;
}

.btn_design01 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.btn_design02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 15px;
  padding: 1em 2em;
  width: 180px;
  font-size: 18px;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 50vh;
  border: 1px solid #666;
}

.btn_design02 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}