@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/*clear fix*/
/*
@mixin abridgement($line-height,$font-size,$lines,$color){
    line-height: $line-height;
    max-height: $font-size * $line-height * $lines +px;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    text-align:justify;
    &:before,
    &:after{
        position: absolute;
    }
    &:before{
        content: '...';
        background: $color;
        right: 0px;
        text-align: center;
        width:1.2em !important;
        top:$font-size*$line-height*($lines - 1) +px;
        //z-index: 3;
    }
    &:after {
        content: '';
        height: 100%;
        width: 100%;
        background: 0px;
        //z-index: 2;
        background: $color;
    }
}
*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
html,
body {
  scroll-behavior: smooth;
}
html.is-noScroll,
body.is-noScroll {
  overflow-y: hidden;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  background: #FFF;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
}
body.is-noScroll {
  overflow-y: hidden;
}

html {
  font-size: 62.5%;
}

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

a {
  text-decoration: none;
  color: #333333;
}

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

h1, h2, h3, h4, h5 {
  color: #333333;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span {
  word-break: break-word;
}

th, td {
  word-break: break-all;
}

input,
textarea {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #BABABA !important;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #BABABA !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #BABABA !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #BABABA !important;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #BABABA !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #BABABA !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #BABABA !important;
}

#wpadminbar {
  display: none;
}

html {
  margin-top: 0 !important;
}

.l-header .l-header__body {
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
}
.l-header .header__navArea {
  box-sizing: border-box;
  padding: 1.4rem 0 3.4rem;
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (min-width: 768px) {
  .l-header .header__navArea {
    padding: 2.5rem 0 2.5rem 1rem;
  }
}
.l-header .header__navArea .header__navImage {
  width: 1.2rem;
  display: flex;
  margin-right: 0.3rem;
}
.l-header .header__navArea img {
  margin: 0;
}
.l-header .header__navArea .headerHome {
  font-size: 1.2rem;
  color: #707070;
}

.l-header__nav {
  position: relative;
  z-index: 9999;
}

.openbtn1 {
  position: fixed;
  top: 1.4rem;
  right: 1.4rem;
  background: #FF87C6;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 0.4rem;
  border: solid 1px #FF87C6;
}
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 9px;
  height: 2px;
  background: #fff;
  width: 20px;
}
.openbtn1 span:nth-of-type(1) {
  top: 11px;
}
.openbtn1 span:nth-of-type(2) {
  top: 19px;
}
.openbtn1 span:nth-of-type(3) {
  top: 27px;
}
.openbtn1.active {
  background: transparent;
}
.openbtn1.active span {
  background: #FF87C6;
}
.openbtn1.active span:nth-of-type(1) {
  top: 13px;
  left: 9px;
  transform: translateY(6px) rotate(-45deg);
  width: 20px;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.openbtn1.active span:nth-of-type(3) {
  top: 25px;
  left: 9px;
  transform: translateY(-6px) rotate(45deg);
  width: 20px;
}

.l-header__drawerContainer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000;
  height: 100vh;
  width: 100vw;
  padding-left: 5rem;
  box-sizing: border-box;
  pointer-events: none;
  transition: 0.2s;
}
.l-header__drawerContainer .l-side__categories {
  overflow-y: scroll;
  height: calc(100vh - 11rem);
}
.l-header__drawerContainer .drawerContainer__inner {
  background-color: #FFF3F9;
  padding: 6.4rem 0 1rem;
  position: relative;
  left: 100%;
  transition: 0.4s;
}
.l-header__drawerContainer .drawerContainer__inner .l-side__contents {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
}
.l-header__drawerContainer .c-searchform {
  margin-bottom: 1rem;
}
.l-header__drawerContainer .c-searchform .c-searchform-box .c-searchform-input {
  background-color: #fff;
  font-size: 1.3rem;
}
.l-header__drawerContainer.active {
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: all;
  transition: 0.2s;
}
.l-header__drawerContainer.active .drawerContainer__inner {
  left: 0%;
  transition: 0.6s;
}

/* ============
* .l-hero
============== */
.l-hero {
  position: relative;
  height: 453px;
  margin-top: 50px;
  background: url("../img/hero_img_sp.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .l-hero {
    height: 100vh;
    margin-top: 0;
    background: url("../img/hero_img.jpg") no-repeat top center;
    background-size: cover;
  }
}
.l-hero .l-hero__contents {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero__contents {
    width: 90%;
    padding: 0;
  }
}
.l-hero .l-hero__title {
  margin-bottom: auto;
  margin-top: 2rem;
  color: #E84376;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  transition: 0.3s all ease-in;
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero__title {
    margin-top: -20rem;
    margin-bottom: 0;
    font-size: 5rem;
    font-weight: 700;
  }
}
.l-hero .l-hero-logo {
  display: none;
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero-logo {
    display: block;
    position: absolute;
    top: 2rem;
    width: 234px;
    transition: 0.3s all ease-in;
  }
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero-logo.l-hero-logo--2 {
    width: 374px;
  }
}

.l-footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
}
.l-footer-nav ul li {
  width: 50%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .l-footer-nav ul li {
    width: auto;
  }
}
.l-footer-nav ul li a {
  font-weight: 500;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .l-footer-nav ul li a {
    padding: 0 1.3rem;
    font-size: 1.5rem;
  }
}
.l-footer-nav ul li a:before {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 0.4rem;
  border-radius: 50%;
  background: #E84376;
}
@media screen and (min-width: 992px) {
  .l-footer-nav ul li a:before {
    top: -3px;
  }
}
.l-footer-nav a {
  color: #333333;
}
.l-footer-nav a:hover {
  color: #E84376;
}

.paged .l-main {
  padding: 0rem 0;
}
@media screen and (min-width: 992px) {
  .paged .l-main {
    padding: 0;
  }
}

.l-wrap {
  overflow: hidden;
  position: relative;
  z-index: 21;
}

.l-main {
  position: relative;
  z-index: 2;
  padding: 0rem 0;
}
@media screen and (min-width: 992px) {
  .l-main.l-main--small {
    width: 72%;
  }
}
@media screen and (min-width: 1280px) {
  .l-main.l-main--small {
    width: 822px;
  }
}

.l-side {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-side {
    width: 26rem;
    order: 1;
  }
}

.l-side__search {
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .l-side__search {
    width: auto;
  }
}

.content__container {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .content__container {
    margin-bottom: 10rem;
  }
}

.l-side .l-side__contents {
  border-radius: 0.8rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.l-side .l-side__contents .l-side__titleArea h2 {
  height: 3.2rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  padding: 0 1rem;
  font-weight: bold;
}
.l-side .l-side__contents .l-side__titleArea h2 .ST_icon {
  display: flex;
  width: 2rem;
  margin-right: 1rem;
}
.l-side .l-side__contents .l-side__titleArea h2 .ST_icon img {
  height: 2rem;
  width: auto;
}
.l-side .l-side__contents .l-side__listArea {
  box-sizing: border-box;
  padding: 1rem 1rem 0.6rem;
}
.l-side .l-side__contents .l-side__listArea .l-side__listBox {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.l-side .l-side__contents .l-side__listArea .l-side__listBox li {
  width: calc((100% - 0.4rem) / 2);
  margin-bottom: 0.4rem;
}
.l-side .l-side__contents .l-side__listArea .l-side__listBox li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 0.5rem 0.5rem 0.5rem;
  transition: 0.2s;
}
.l-side .l-side__contents .l-side__listArea .l-side__listBox li a:hover {
  transition: 0.2s;
}
.l-side .l-side__reco {
  border: solid 1px #5BCB45;
  background-color: #F6FFF5;
}
.l-side .l-side__reco .l-side__titleArea {
  background-color: #5BCB45;
}
.l-side .l-side__reco .l-side__listArea .l-side__listBox li a {
  border: solid 1px #5BCB45;
  color: #5BCB45;
}
.l-side .l-side__reco .l-side__listArea .l-side__listBox li a:hover {
  color: #fff;
  background-color: #5BCB45;
}
.l-side .l-side__works {
  border: solid 1px #FF9758;
  background-color: #FFF9F5;
}
.l-side .l-side__works .l-side__titleArea {
  background-color: #FF9758;
}
.l-side .l-side__works .l-side__listArea .l-side__listBox li a {
  border: solid 1px #FF9758;
  color: #FF9758;
}
.l-side .l-side__works .l-side__listArea .l-side__listBox li a:hover {
  color: #fff;
  background-color: #FF9758;
}
.l-side .l-side__area {
  border: solid 1px #FF7DBE;
  background-color: #FFFEFE;
}
.l-side .l-side__area .l-side__titleArea {
  background-color: #FF7DBE;
}
.l-side .l-side__area .l-side__listArea .l-side__listBox li a {
  border: solid 1px #FF7DBE;
  color: #FF7DBE;
}
.l-side .l-side__area .l-side__listArea .l-side__listBox li a:hover {
  color: #fff;
  background-color: #FF7DBE;
}

/* ============
* .l-footer
============== */
.l-footer {
  position: relative;
  z-index: 30;
  width: 100%;
}
.l-footer .l-footer__inner {
  max-width: 1140px;
  width: 100%;
  padding: 0.5rem 0 0.5rem;
  background: #FF7DBE;
  padding: 0.6rem 0 0.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inner {
    padding: 2rem 0 6rem;
  }
}
.l-footer .l-footer-copy {
  position: relative;
  display: table;
  margin: 0 auto 0;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer-copy {
    font-size: 1.2rem;
  }
}

/*@import "object/component/animation";
@import "object/component/article";
@import "object/component/banner";
@import "object/component/breadcrumb";
@import "object/component/button";
@import "object/component/modal";
@import "object/component/modal-av";
@import "object/component/slider";
@import "object/component/tab";
@import "object/component/tag";*/
/*@import "object/state";
@import "object/utility";
@import "object/external/wp_ulike";
@import "object/external/swiper";*/
/* ==============
// font
================= */
/*==========================================
font-family：Noto Sans JP
==========================================*/
/*==========================================
component：paginate（ページネーション）
==========================================*/
.archive-paginate {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 3rem;
}
@media screen and (min-width: 992px) {
  .archive-paginate {
    padding: 10rem 0 10rem;
  }
}
.archive-paginate .page-numbers {
  display: flex;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 0.4rem;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #FF91C8;
  border: solid 1px #FF91C8;
  margin: 0 3px 0;
  font-family: "Roboto", sans-serif;
}
.archive-paginate .page-numbers.dots {
  background-color: transparent;
  border: none;
}
.archive-paginate .page-numbers.next {
  display: none;
}
.archive-paginate .page-numbers.prev {
  display: none;
}
.archive-paginate .page-numbers.current {
  background-color: #FF6BB5;
  color: #fff;
}

/*==========================================
component：archive-footer
（カテゴリ、月間アーカイブ、最新記事）
==========================================*/
.component-archive__footer {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .component-archive__footer {
    width: 24%;
    max-width: 240px;
    float: left;
    box-sizing: border-box;
  }
}
.component-archive__footer .component-archive__footer-inner {
  padding: 40px 20px 10px;
  box-sizing: border-box;
}
.component-archive__footer .component-archive__footer-inner__dl {
  margin: 0 auto 30px;
}
.component-archive__footer .component-archive__footer-inner__dl dt {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 0 8px;
}
.component-archive__footer .component-archive__footer-inner__dl dt:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 5px;
  height: 25px;
  background-color: #27a3cd;
}
.component-archive__footer .component-archive__footer-inner__dl dd {
  padding: 2px 0 0 10px;
}
.component-archive__footer .component-archive__footer-inner__dl dd:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  background-image: url(../img/common/common_icon_arrow_circle@2x.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 1px;
}

/*==========================================
common：各セクション共通タイトル
==========================================*/
/*==========================================
common：各セクション共通コンテナ
==========================================*/
.l-main__common {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-main__common {
    display: flex;
    justify-content: space-between;
  }
}

.section__inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.section__title {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 2rem;
  }
}
.section__title .ST_icon {
  display: flex;
  max-width: 28px;
  margin-right: 1rem;
}

.contentMain__container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 1rem 0;
}
@media screen and (min-width: 768px) {
  .contentMain__container {
    width: calc(100% - 29rem);
    margin-left: 3rem;
    padding: 0;
    order: 2;
  }
}

.contentMain__content {
  margin-top: 1.3rem;
}
@media screen and (min-width: 768px) {
  .contentMain__content {
    margin-top: 3rem;
  }
}

.pickupBlock__pc {
  margin: 10rem auto 10rem;
}

.pickupBlock__sp {
  margin: 3rem 0 3rem;
}
.pickupBlock__sp #common__pickup {
  margin-bottom: 0;
}

/*==========================================
common：パンクズリスト整形
==========================================*/
.breadcrumb {
  display: flex;
  background-color: #FFE9F4;
  box-sizing: border-box;
  height: 2rem;
  align-items: center;
  padding-left: 2.2rem;
  border-radius: 0.8rem 0.8rem 0 0;
  background-image: url(../img/common/common_Cicon_home@2x.png);
  background-size: 1.2rem;
  background-position: left 0.6rem center;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    height: 3.2rem;
    padding-left: 3.2rem;
    background-size: 1.8rem;
    background-position: left 1.1rem center;
  }
}
.breadcrumb .bred__item {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb .bred__item {
    font-size: 1.6rem;
  }
}
.breadcrumb .bred__item a {
  color: #FF6BB5;
  font-size: 1rem;
}
.breadcrumb .bred__item a:after {
  content: "»";
  margin: 0 0.5rem;
  position: relative;
  top: -0.1rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb .bred__item a {
    font-size: 1.6rem;
  }
}
.breadcrumb .bred__item span {
  color: #FF6BB5;
  font-size: 1rem;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .breadcrumb .bred__item span {
    font-size: 1.6rem;
  }
}
.breadcrumb .breadIcon__home img {
  width: 1.8rem;
}

/*==========================================
common：swiperページネーション設定追加
==========================================*/
.l-wrap .l-main .swiper-pagination-bullet {
  background-color: #5394b7;
}
@media screen and (min-width: 992px) {
  .l-wrap .l-main .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 7px 0;
  }
}
.l-wrap .l-main .swiper-pagination-bullet-active {
  background-color: #27a3cd;
}

/*==========================================
ピックアップ
==========================================*/
#common__pickup {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #common__pickup {
    margin-bottom: 3rem;
  }
}
#common__pickup .section__title {
  background-color: #FF9ECE;
  color: #fff;
  display: flex;
  align-items: center;
  height: 4rem;
  padding: 0 1rem 0;
}
@media screen and (min-width: 768px) {
  #common__pickup .section__title {
    padding: 0 2rem 0;
  }
}
#common__pickup .section__inner {
  border-radius: 0.8rem;
  overflow: hidden;
}
#common__pickup .pickup-article__container {
  background-color: #FFD6EA;
  box-sizing: border-box;
  padding: 1rem 1.3rem 1rem;
}
@media screen and (min-width: 768px) {
  #common__pickup .pickup-article__container {
    padding: 2rem 2rem 2rem;
  }
}
#common__pickup .pickup-article__container .pickup-article__listBox {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
#common__pickup .pickup-article__container .pickup-article__listBox .pickup-article__list {
  width: calc((100% - 0.8rem) / 2);
  border-radius: 0.8rem;
  overflow: hidden;
}
#common__pickup .pickup-article__container .pickup-article__listBox .pickup-article__list:nth-child(n+3) {
  display: none;
}
@media screen and (min-width: 768px) {
  #common__pickup .pickup-article__container .pickup-article__listBox .pickup-article__list:nth-child(n+3) {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #common__pickup .pickup-article__container .pickup-article__listBox .pickup-article__list {
    width: calc((100% - 4.8rem) / 4);
  }
}
#common__pickup .pickup-article__container .pickup-article__listBox .pickup-article__list a .pickup__photo {
  aspect-ratio: 264/198;
  overflow: hidden;
  position: relative;
}
#common__pickup .pickup-article__container .pickup-article__listBox .pickup-article__list a .pickup__photo .pickup__photoFilter {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: 0.6s;
}
#common__pickup .pickup-article__container .pickup-article__listBox .pickup-article__list a .pickup__photo .pickup__photoFilter p {
  font-size: 1.4rem;
  color: #FFFEFE;
  border: solid 1px #FFFEFE;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1.6rem 0.4rem;
}
#common__pickup .pickup-article__container .pickup-article__listBox .pickup-article__list a .pickup__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
#common__pickup .pickup-article__container .pickup-article__listBox .pickup-article__list a:hover .pickup__photo .pickup__photoFilter {
  opacity: 1;
  transition: 0.6s;
}
#common__pickup .pickup-article__container .pickup-article__listBox .pickup-article__list a:hover .pickup__photo img {
  transform: scale(1.2, 1.2);
  transition: 0.6s;
}
#common__pickup .pickup-article__container .pickup-article__listBox .pickup-article__list .pickup__textArea {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.7rem 1.3rem 1.6rem;
}
@media screen and (min-width: 768px) {
  #common__pickup .pickup-article__container .pickup-article__listBox .pickup-article__list .pickup__textArea {
    padding: 1rem 2rem 1.6rem;
  }
}
#common__pickup .pickup-article__container .pickup-article__listBox .pickup-article__list .pickup__textArea h3 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #FF7DBE;
}
@media screen and (min-width: 768px) {
  #common__pickup .pickup-article__container .pickup-article__listBox .pickup-article__list .pickup__textArea h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
#common__pickup .pickup-article__container .pickup-article__listBox .pickup-article__list .pickup__textArea ul {
  display: flex;
  padding-top: 0.3rem;
}
#common__pickup .pickup-article__container .pickup-article__listBox .pickup-article__list .pickup__textArea ul li.pickup__taxonomy {
  color: #676767;
  font-size: 1rem;
  line-height: 1rem;
}
@media screen and (min-width: 768px) {
  #common__pickup .pickup-article__container .pickup-article__listBox .pickup-article__list .pickup__textArea ul li.pickup__taxonomy {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}
#common__pickup .pickup-article__container .pickup-article__listBox .pickup-article__list .pickup__textArea ul li.pickup__taxonomy:first-child ul:after {
  content: "/";
  display: flex;
  padding: 0 0.1rem;
}

/*==========================================
common：PC,スマホ分岐設定
==========================================*/
.sp-display {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-display {
    display: none;
  }
}

.pc-display {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-display {
    display: block;
  }
}

.sp_md-display {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp_md-display {
    display: none;
  }
}

.pc_md-display {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc_md-display {
    display: block;
  }
}

.sp_min-display {
  display: block;
}
@media screen and (min-width: 576px) {
  .sp_min-display {
    display: none;
  }
}

.pc_min-display {
  display: none;
}
@media screen and (min-width: 576px) {
  .pc_min-display {
    display: block;
  }
}

/*==========================================
single：store（店舗詳細）
==========================================*/
.single-store .contentMain__content {
  box-sizing: border-box;
  padding: 0rem 0rem 0rem;
}
@media screen and (min-width: 768px) {
  .single-store .contentMain__content {
    border: solid 2px #E8E8E8;
    padding: 2rem 2rem 2rem;
    border-radius: 2rem;
  }
}
.single-store .storeCard {
  box-sizing: border-box;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .single-store .storeCard {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-bottom: 2rem;
    border-radius: 2rem;
    position: static;
    padding-bottom: 0rem;
  }
}
.single-store .storeCard .storeCard__photo {
  aspect-ratio: 334/250;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-store .storeCard .storeCard__photo {
    max-width: 334px;
    width: 42%;
    order: 1;
  }
}
.single-store .storeCard .storeCard__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-store .storeCard .storeCard__content {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .single-store .storeCard .storeCard__content {
    position: relative;
    width: calc(58% - 4rem);
    margin-left: 4rem;
    order: 2;
  }
}
.single-store .storeCard .storeCard__content h3 {
  color: #FF7DBE;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 0.2rem;
}
.single-store .storeCard .storeCard__content ul {
  display: flex;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .single-store .storeCard .storeCard__content ul {
    margin-bottom: 0rem;
  }
}
.single-store .storeCard .storeCard__content ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
}
.single-store .storeCard .storeCard__content ul li a {
  position: relative;
  display: flex;
  font-size: 1.2rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
  padding: 0.2rem 0.8rem 0.2rem;
  background-position: center;
  background-size: cover;
  align-items: center;
  transition: 0.2s;
}
.single-store .storeCard .storeCard__content ul li a:before {
  content: "";
  display: block;
  margin-right: 0.3rem;
}
.single-store .storeCard .storeCard__content ul li a:hover {
  transition: 0.2s;
}
.single-store .storeCard .storeCard__content ul .store-recommend a {
  border: solid 1px #5BCB45;
  color: #5BCB45;
  background-color: #F6FFF5;
}
.single-store .storeCard .storeCard__content ul .store-recommend a:before {
  height: 1.2rem;
  width: 1.2rem;
  background-image: url(../img/common/common_cIcon_reco@2x.png);
  background-size: cover;
}
.single-store .storeCard .storeCard__content ul .store-recommend a:hover {
  background-color: #5BCB45;
  color: #fff;
}
.single-store .storeCard .storeCard__content ul .store-recommend a:hover:before {
  background-image: url(../img/common/common_icon_reco@2x.png);
}
.single-store .storeCard .storeCard__content ul .store-category a {
  border: solid 1px #FF9758;
  color: #FF9758;
  background-color: #FFF9F5;
}
.single-store .storeCard .storeCard__content ul .store-category a:before {
  height: 1.2rem;
  width: 1.2rem;
  background-image: url(../img/common/common_cIcon_works@2x.png);
  background-size: cover;
}
.single-store .storeCard .storeCard__content ul .store-category a:hover {
  background-color: #FF9758;
  color: #fff;
}
.single-store .storeCard .storeCard__content ul .store-category a:hover:before {
  background-image: url(../img/common/common_icon_works@2x.png);
}
.single-store .storeCard .storeCard__content ul .store-area a {
  border: solid 1px #FF7DBE;
  color: #FF7DBE;
  background-color: #FFFEFE;
}
.single-store .storeCard .storeCard__content ul .store-area a:before {
  height: 1.2rem;
  width: 0.8rem;
  background-image: url(../img/common/common_cIcon_area@2x.png);
  background-size: cover;
}
.single-store .storeCard .storeCard__content ul .store-area a:hover {
  background-color: #FF7DBE;
  color: #fff;
}
.single-store .storeCard .storeCard__content ul .store-area a:hover:before {
  background-image: url(../img/common/common_icon_area@2x.png);
}
.single-store .storeCard .storeCard__content .storeCard__button {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  background-color: #F95C87;
  border-radius: 2.4rem;
  color: #fff;
}
.single-store .storeDetail__apply {
  max-width: 600px;
  margin: 0rem auto 0.2rem;
  /*
  @include mq(md, min) {
    margin: 0.6rem auto 1rem;
  }
    */
}
.single-store .storeDetail__apply .storeCard__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  flex-flow: row wrap;
}
.single-store .storeDetail__apply .storeCard__links li {
  width: calc((100% - 1rem) / 2);
  height: 5rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .single-store .storeDetail__apply .storeCard__links li:nth-child(1) {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .single-store .storeDetail__apply .storeCard__links li {
    width: 100%;
    height: 4rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .single-store .storeDetail__apply .storeCard__links li {
    width: calc((100% - 1rem) / 2);
    height: 5rem;
    margin-top: 0;
  }
}
.single-store .storeDetail__apply .storeCard__links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .single-store .storeDetail__apply .storeCard__links li a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .single-store .storeDetail__apply .storeCard__links li a {
    font-size: 1.6rem;
  }
}
.single-store .storeDetail__apply .storeCard__links li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.single-store .storeDetail__apply .storeCard__links li .storeCard__tel {
  background-color: #FF5D5D;
}
.single-store .storeDetail__apply .storeCard__links li .storeCard__tel:before {
  height: 1.4rem;
  width: 1.4rem;
  background-image: url(../img/common/common_icon_tel@2x.png);
  background-size: cover;
  position: relative;
  top: 1px;
}
.single-store .storeDetail__apply .storeCard__links li .storeCard__line {
  background-color: #00B900;
}
.single-store .storeDetail__apply .storeCard__links li .storeCard__line:before {
  height: 1.5rem;
  width: 1.5rem;
  background-image: url(../img/common/common_icon_line@2x.png);
  background-size: cover;
  position: relative;
  top: 1px;
}
.single-store .storeText__buttonArea {
  display: flex;
  justify-content: right;
  margin-bottom: 2rem;
}
.single-store .storeText__buttonArea .storeText__button {
  font-size: 1.4rem;
  color: #FF77B8;
  border: solid 1px #FF77B8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 3.4rem;
  border-radius: 3rem;
  font-weight: 500;
  transition: 0.2s;
}
.single-store .storeText__buttonArea .storeText__button:hover {
  transition: 0.2s;
  background-color: #FF77B8;
  color: #fff;
}
.single-store .storeDetail__overview {
  margin-bottom: 2rem;
}
.single-store .storeDetail__overview dl {
  display: flex;
  border: solid 1px #FFD1E8;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #FFF6FB;
}
@media screen and (min-width: 768px) {
  .single-store .storeDetail__overview dl {
    border-radius: 2rem;
  }
}
.single-store .storeDetail__overview dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FF77B8;
  background-color: #FFE8F3;
  width: 9rem;
  box-sizing: border-box;
  border-right: solid 1px #FFD1E8;
  padding: 1rem 1rem 1rem;
}
.single-store .storeDetail__overview dl dd {
  width: calc(100% - 9rem);
  box-sizing: border-box;
  padding: 1rem 1rem 1rem;
}
.single-store .storeDetail__remarks {
  margin-bottom: 2rem;
}
.single-store .storeDetail__remarks dl {
  background-color: #F4ECFF;
  border-radius: 0.8rem;
  overflow: hidden;
}
.single-store .storeDetail__remarks dl dt {
  color: #fff;
  background-color: #A264FF;
  font-size: 1.8rem;
  font-weight: bold;
  height: 4rem;
  padding: 0rem 1rem 0rem;
  display: flex;
  align-items: center;
}
.single-store .storeDetail__remarks dl dt span {
  display: flex;
  margin-right: 1rem;
}
.single-store .storeDetail__remarks dl dt span img {
  width: 2.6rem;
}
.single-store .storeDetail__remarks dl dd {
  padding: 1rem 1rem 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.single-store .storeDetail__contact dl {
  background-color: #F0F7FF;
  overflow: hidden;
}
.single-store .storeDetail__contact dl dt.storeDetail__dlTitle {
  color: #fff;
  background-color: #4D9AFF;
  font-size: 1.8rem;
  font-weight: bold;
  height: 4rem;
  padding: 0rem 1rem 0rem;
  display: flex;
  align-items: center;
}
.single-store .storeDetail__contact dl dt.storeDetail__dlTitle span {
  display: flex;
  margin-right: 1rem;
}
.single-store .storeDetail__contact dl dt.storeDetail__dlTitle span img {
  width: 2.6rem;
}
.single-store .storeDetail__contact dl dd.storeDetail__dlContent {
  padding: 2rem 1rem 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.single-store .contactForm_container .required {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background-color: #4D9AFF;
  width: 3.2rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  margin-left: 0.4rem;
}
.single-store .contactForm_container dl {
  margin-bottom: 2rem;
}
.single-store .contactForm_container dl dt {
  padding-bottom: 0.2rem;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.single-store .contactForm_container dl dd input.wpcf7-text {
  box-sizing: border-box;
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 4rem;
  width: 100%;
  border: solid 1px #E5E5E5;
  border-radius: 0.4rem;
  overflow: hidden;
}
.single-store .contactForm_container dl dd .wpcf7-textarea {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: solid 1px #E5E5E5;
  border-radius: 0.4rem;
  overflow: hidden;
}
.single-store .contactForm_container .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21rem;
  height: 5rem;
  color: #fff;
  font-size: 1.6rem;
  background-color: #FF5454;
  border-radius: 2.4rem;
  margin: 0 auto;
}
.single-store .contactForm_container .wpcf7-submit:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: ripple 1.5s infinite;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #FF5454;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.single-store .storeDetail__information {
  margin-top: 1rem;
}
.single-store .storeDetail__information dl {
  background-color: #F6FFF5;
  overflow: hidden;
}
.single-store .storeDetail__information dl dt.storeDetail__dlTitle {
  color: #fff;
  background-color: #5BCB45;
  font-size: 1.8rem;
  font-weight: bold;
  height: 4rem;
  padding: 0rem 1rem 0rem;
  display: flex;
  align-items: center;
}
.single-store .storeDetail__information dl dt.storeDetail__dlTitle span {
  display: flex;
  margin-right: 1rem;
}
.single-store .storeDetail__information dl dt.storeDetail__dlTitle span img {
  width: 2.6rem;
}
.single-store .storeDetail__information dl dd.storeDetail__dlInformation {
  padding: 1.8rem 1rem 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.single-store .storeDetail__information dl .storeInfo__dl {
  border-bottom: solid 1px #ccc;
  padding: 1.4rem 0.6rem 1rem;
}
.single-store .storeDetail__information dl .storeInfo__dl.active .storeInfo__dd {
  max-height: 1000px;
  height: auto;
}
.single-store .storeDetail__information dl .storeInfo__dl .storeInfo__dt {
  padding-bottom: 0.4rem;
}
.single-store .storeDetail__information dl .storeInfo__dl .storeInfo__dd {
  max-height: 0;
  height: auto;
  overflow: hidden;
}

.modal-open {
  display: flex;
  width: 6rem;
  height: 6rem;
  background-color: #FF7BC4;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  position: fixed;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .modal-open {
    width: 10rem;
    height: 10rem;
  }
}
.modal-open:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: ripple2 1.5s infinite;
}
@keyframes ripple2 {
  0% {
    box-shadow: 0 0 0 0 #FF7BC4;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.modal-open div {
  text-align: center;
  line-height: 0;
}
.modal-open div p {
  color: #fff;
  padding-top: 0.6rem;
  font-size: 1rem;
  line-height: 1rem;
}
@media screen and (min-width: 768px) {
  .modal-open div p {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding-top: 0.8rem;
  }
}
.modal-open div img {
  width: 1.1rem;
}
@media screen and (min-width: 768px) {
  .modal-open div img {
    width: 1.8rem;
  }
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 2000;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active,
.modal-container2.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body,
.modal-body2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 767px;
  width: 99%;
}
@media screen and (min-width: 768px) {
  .modal-body,
  .modal-body2 {
    width: 90%;
  }
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1.6rem;
  right: 1.6rem;
  width: 2rem;
  height: 2rem;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
  background-color: #B7B7B7;
}
@media screen and (min-width: 768px) {
  .modal-close {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
  }
}

/*モーダル内のコンテンツの指定*/
.modal-body .modal-content {
  background: #fff;
  text-align: left;
  padding: 2.6rem 1rem 3.1rem;
  border-radius: 0.8rem;
}
@media screen and (min-width: 768px) {
  .modal-body .modal-content {
    padding: 4rem 10rem 4rem;
  }
}
.modal-body .modal-content .modalInfo__title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: solid 1px #CFCFCF;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .modal-body .modal-content .modalInfo__title {
    font-size: 2.2rem;
    padding-bottom: 1.8rem;
  }
}
.modal-body .modal-content .modalInfo__storeName {
  box-sizing: border-box;
  border-bottom: solid 1px #CFCFCF;
  padding: 1rem 0 1rem;
  margin-bottom: 2.2rem;
}
@media screen and (min-width: 768px) {
  .modal-body .modal-content .modalInfo__storeName {
    padding: 2rem 0 2rem;
    margin-bottom: 3.6rem;
  }
}
.modal-body .modal-content .modalInfo__storeName dt {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding-bottom: 0.6rem;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .modal-body .modal-content .modalInfo__storeName dt {
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding-bottom: 0.8rem;
  }
}
.modal-body .modal-content .modalInfo__storeName dd {
  font-size: 1.4rem;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .modal-body .modal-content .modalInfo__storeName dd {
    font-size: 1.8rem;
  }
}
.modal-body .modal-content .modalInfo__storeSNS {
  display: flex;
  justify-content: center;
}
.modal-body .modal-content .modalInfo__storeSNS li {
  text-align: center;
  width: 30%;
}
.modal-body .modal-content .modalInfo__storeSNS li a {
  transition: 0.2s;
}
.modal-body .modal-content .modalInfo__storeSNS li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.modal-body .modal-content .modalInfo__storeSNS li a img {
  width: 4rem;
}
@media screen and (min-width: 768px) {
  .modal-body .modal-content .modalInfo__storeSNS li a img {
    width: 6.7rem;
  }
}
.modal-body .modal-content .modalInfo__storeSNS li a p {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-top: 0.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal-body .modal-content .modalInfo__storeSNS li a p {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-top: 0.8rem;
  }
}

.modal-container2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 2000;
}
.modal-container2:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container2 .modal-close2 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1.6rem;
  left: 1.6rem;
  width: 2rem;
  height: 2rem;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
  background-color: #B7B7B7;
}
@media screen and (min-width: 768px) {
  .modal-container2 .modal-close2 {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    top: 1.6rem;
    right: 1.6rem;
  }
}
.modal-container2 .modal-body2 .modal-content2 {
  background: #fff;
  text-align: left;
  padding: 2.6rem 0rem 0rem;
  border-radius: 0.8rem;
}
.modal-container2 .modal-body2 .l-main__common {
  max-width: none;
  width: 100%;
}
.modal-container2 .modal-body2 .l-main__common .contentMain__container {
  width: 100%;
  margin: 0;
}
.modal-container2 .modal-body2 .pageText__buttonArea {
  padding: 2rem 0 2rem;
}
.modal-container2 .modal-body2 .contentMain__container {
  padding: 0;
  width: 100%;
  margin: 0;
}
.modal-container2 .modal-body2 .copyButton {
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  height: 3.4rem;
  color: #FF77B8;
  border: solid 1px #FF77B8;
  border-radius: 3rem;
  margin: 0 auto;
  transition: 0.2s;
  overflow: hidden;
}
.modal-container2 .modal-body2 .copyButton:hover {
  transition: 0.2s;
  color: #fff;
  background-color: #FF77B8;
}
.modal-container2 .modal-body2 .pageText__contentArea {
  background-color: #F2F2F2;
  box-sizing: border-box;
  padding: 2rem 2rem 2rem;
}
@media screen and (min-width: 768px) {
  .modal-container2 .modal-body2 .pageText__contentArea {
    padding: 2rem 4rem 2rem;
  }
}
.modal-container2 .modal-body2 #pageText__copyTarget {
  border-top: dotted 2px #5E5E5E;
  border-bottom: dotted 2px #5E5E5E;
  padding: 1.5rem 0 1.5rem;
}

/*==========================================
テキストページ
==========================================*/
body.page-text .l-main__common {
  max-width: none;
  width: 100%;
}
body.page-text .l-main__common .contentMain__container {
  width: 100%;
  margin: 0;
}
body.page-text .pageText__buttonArea {
  padding: 2rem 0 2rem;
}
body.page-text .contentMain__container {
  padding: 0;
}
body.page-text .copyButton {
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  height: 3.4rem;
  color: #FF77B8;
  border: solid 1px #FF77B8;
  border-radius: 3rem;
  margin: 0 auto;
  transition: 0.2s;
  overflow: hidden;
}
body.page-text .copyButton:hover {
  transition: 0.2s;
  color: #fff;
  background-color: #FF77B8;
}
body.page-text .pageText__contentArea {
  background-color: #F2F2F2;
  box-sizing: border-box;
  padding: 2rem 2rem 2rem;
}
@media screen and (min-width: 768px) {
  body.page-text .pageText__contentArea {
    padding: 2rem 4rem 2rem;
  }
}
body.page-text #pageText__copyTarget {
  border-top: dotted 2px #5E5E5E;
  border-bottom: dotted 2px #5E5E5E;
  padding: 1.5rem 0 1.5rem;
}
body.page-text .l-footer {
  display: none;
}

/* ==============
// c-searchform
================= */
.c-searchform {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.c-searchform-icon--gnav {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-searchform-icon--gnav {
    display: block;
  }
}
.c-searchform-icon--gnav:before {
  font-size: 2.6rem;
}

.c-searchform-icon--input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  width: 3rem;
  height: 3rem;
  transition: 0.1s;
  background-image: url(../img/common/common_icon_search@2x.png);
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
.c-searchform-icon--input:focus {
  outline: none;
}
.c-searchform-icon--input:focus:before {
  transition: all 0.3s ease-in;
  color: #1566e0;
}
.c-searchform-icon--input:active {
  transform: scale(0.8);
}

.c-searchform-box {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.c-searchform-box .c-searchform-input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1.2rem 1.2rem 1.2rem 1.4rem;
  font-size: 1.6rem;
  transition: all 0.3s ease-in;
  border: solid 2px #FFA2D3;
  height: 4rem;
  border-radius: 3rem;
}
.c-search-result {
  margin-bottom: 2rem;
  padding: 0.6rem 1.3rem;
  background: #FF9ECE;
  color: #333333;
  border-radius: 3px;
}
@media screen and (min-width: 992px) {
  .c-search-result {
    margin-bottom: 4rem;
    padding: 1.5rem 2rem;
  }
}
.c-search-result p {
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .c-search-result p {
    font-size: 1.4rem;
  }
}
.c-search-result p span {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .c-search-result p span {
    font-size: 1.8rem;
  }
}

.c-search-result--banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-search-result--banner a {
  width: 49.5%;
  padding-right: 1%;
}
.c-search-result--banner a:nth-of-type(2n) {
  padding-left: 1%;
  padding-right: 0;
}
.c-search-result--banner img {
  margin-bottom: 2rem;
}

/*==========================================
archive：blog（ブログ一覧）
==========================================*/
.post-type-archive-news .contentMain__container {
  padding: 0;
}
.post-type-archive-news .breadcrumb {
  width: calc(100% - 2rem);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .post-type-archive-news .breadcrumb {
    width: 100%;
  }
}
.post-type-archive-news .contentMain__content {
  background-color: #FFF0F8;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 1rem 1.3rem 2rem;
  background-image: url(../img/top/news_bg_filter@2x.png);
  background-size: 1440px;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .post-type-archive-news .contentMain__content {
    border: solid 2px #FF9ECE;
    padding: 2rem 2rem 2rem;
  }
}
.post-type-archive-news .contentMain__content .section__title {
  color: #FF7DBE;
}
.post-type-archive-news .contentMain__content .newsListBox {
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 0.6rem;
  padding: 1.6rem 2rem 2rem;
  border-radius: 0.8rem;
}
.post-type-archive-news .contentMain__content .newsListBox .newsList {
  border-bottom: dotted 2px #FF9ECE;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.post-type-archive-news .contentMain__content .newsListBox .newsList:last-child {
  margin-bottom: 0;
}
.post-type-archive-news .contentMain__content .newsListBox .newsList__titleArea {
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  .post-type-archive-news .contentMain__content .newsListBox .newsList__titleArea {
    margin-bottom: 1rem;
  }
}
.post-type-archive-news .contentMain__content .newsListBox .newsList__titleArea .status_new {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  border-radius: 0.3rem;
  background-color: #FF346C;
  width: 3.7rem;
  height: 1.6rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .post-type-archive-news .contentMain__content .newsListBox .newsList__titleArea .status_new {
    font-size: 1.2rem;
    width: 5rem;
    height: 2rem;
    margin-right: 1rem;
    margin-bottom: 0rem;
  }
}
.post-type-archive-news .contentMain__content .newsListBox .newsList__titleArea h3 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #FF7DBE;
}
@media screen and (min-width: 768px) {
  .post-type-archive-news .contentMain__content .newsListBox .newsList__titleArea h3 {
    font-size: 1.8rem;
    line-height: 1.7;
    border-bottom: solid 1px #E6E6E6;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
.post-type-archive-news .contentMain__content .newsListBox .newsList__titleArea .date {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  color: #979797;
  width: 8.5rem;
  text-align: right;
  width: 100%;
  line-height: 1.2rem;
}
@media screen and (min-width: 768px) {
  .post-type-archive-news .contentMain__content .newsListBox .newsList__titleArea .date {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.post-type-archive-news .contentMain__content .newsListBox .news-article__text {
  font-size: 1.2rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .post-type-archive-news .contentMain__content .newsListBox .news-article__text {
    font-size: 1.4rem;
  }
}

/*==========================================
TopCommon（トップページ内共通設定）
==========================================*/
.top-section {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .top-section {
    margin: 0 auto;
    padding: 100px 0 0px;
  }
}

/*==========================================
ニュース
==========================================*/
#top__news {
  margin-bottom: 3rem;
}
#top__news .section__title {
  color: #FF7DBE;
}
#top__news .section__inner {
  background-color: #FFF0F8;
  background-image: url(../img/top/news_bg_filter@2x.png);
  background-size: cover;
  padding: 1.2rem 1rem 1rem;
  border-radius: 2.4rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #top__news .section__inner {
    padding: 2rem 4rem 1rem;
  }
}
#top__news .news-article__container {
  background-color: #fff;
  border-radius: 0.8rem;
  box-sizing: border-box;
  padding: 2rem 1rem 2rem;
  margin: 1rem auto 0.4rem;
}
@media screen and (min-width: 768px) {
  #top__news .news-article__container {
    padding: 2rem 5rem 3rem;
    margin: 1rem auto 1rem;
  }
}
#top__news .news-article__container .news-article__listBox .news-article__list {
  padding-bottom: 2.2rem;
  margin-bottom: 2.2rem;
}
#top__news .news-article__container .news-article__listBox .news-article__list a {
  display: flex;
  align-items: center;
  border-bottom: dotted 2px #FFAFD7;
  flex-flow: row wrap;
  position: relative;
}
#top__news .news-article__container .news-article__listBox .news-article__list a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #top__news .news-article__container .news-article__listBox .news-article__list {
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
#top__news .news-article__container .news-article__listBox .news-article__list:last-child {
  margin-bottom: 0rem;
}
#top__news .news-article__container .news-article__listBox .status_new {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  border-radius: 0.3rem;
  background-color: #FF346C;
  width: 3.7rem;
  height: 1.6rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  #top__news .news-article__container .news-article__listBox .status_new {
    font-size: 1.2rem;
    width: 5rem;
    height: 2rem;
  }
}
#top__news .news-article__container .news-article__listBox .news-article__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.4rem;
  color: #484848;
  margin-right: 1rem;
  width: calc(100% - 12rem);
}
@media screen and (min-width: 768px) {
  #top__news .news-article__container .news-article__listBox .news-article__title {
    font-size: 1.6rem;
    width: calc((100% - 18.5rem) * 0.33);
  }
}
#top__news .news-article__container .news-article__listBox .news-article__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.2rem;
  color: #565656;
  width: 100%;
  margin-right: 3rem;
}
@media screen and (min-width: 768px) {
  #top__news .news-article__container .news-article__listBox .news-article__text {
    font-size: 1.4rem;
    width: calc((100% - 18.5rem) * 0.66);
  }
}
#top__news .news-article__container .news-article__listBox .date {
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  color: #979797;
  width: 8.5rem;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  #top__news .news-article__container .news-article__listBox .date {
    font-size: 1.6rem;
    position: static;
  }
}
#top__news .news_linkBox {
  text-align: right;
}
#top__news .news_linkBox .news_link {
  font-size: 1.2rem;
  color: #8B8B8B;
}
@media screen and (min-width: 768px) {
  #top__news .news_linkBox .news_link {
    font-size: 1.4rem;
  }
}
#top__news .news_linkBox .news_link:hover {
  text-decoration: underline;
}

/* IE10 & IE11  */
/* IE10 & IE11  */
@media all and (-ms-high-contrast: none) {
  .l-header.is-fixed .l-header-nav ul li {
    -ms-flex: 0 1 auto !important;
  }
  .l-header.is-fixed .l-header-nav ul li {
    width: 17%;
  }
  .d-lg-flex > div {
    -ms-flex: 0 1 auto !important;
  }
  .flow .num span {
    display: none;
  }
  .case table tbody td.active a {
    height: 73px;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .l-header.is-fixed .l-header-nav ul li {
    width: 20%;
  }
}
/* Edge のみ適用される */
.p-page-404 {
  padding: 10rem 0 0;
}
.p-page-404 h2 {
  color: #333333;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-page-404 h2 {
    font-size: 6rem;
    line-height: 1;
  }
}
.p-page-404 p {
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .p-page-404 p {
    font-size: 1.4rem;
  }
}
.p-page-404 .below {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-page-404 .below {
    font-size: 1.5rem;
  }
}
.p-page-404 .c-searchform {
  margin: 0;
  border: 3px solid #333333;
}

.p-page-404__content {
  display: table;
  padding: 1.6rem;
  margin: 5rem auto 2rem;
}
@media screen and (min-width: 768px) {
  .p-page-404__content {
    width: 600px;
    margin: 6rem auto 10rem;
  }
}
.p-page-404__content .text-errorUrl {
  margin-bottom: 3rem;
}
.p-page-404__content .text-guide {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .p-page-404__content .text-guide {
    font-size: 1.5rem;
  }
}

.p-page-404-link {
  margin-top: 9rem;
}
.p-page-404-link a {
  margin-bottom: 0;
}

/*==========================================
taxonomy
==========================================*/
@media screen and (min-width: 768px) {
  .taxonomyListBox {
    margin-top: 3rem;
  }
}
.taxonomyListBox .taxonomyList {
  border: solid 1px #FF9FCF;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 1rem 1rem 9rem;
  margin-bottom: 2rem;
  position: relative;
}
.taxonomyListBox .taxonomyList:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .taxonomyListBox .taxonomyList {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 2rem 2rem 2rem;
  }
}
.taxonomyListBox .taxonomyList .taxonomyList__photoBox {
  display: flex;
  width: 100%;
  aspect-ratio: 334/250;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .taxonomyListBox .taxonomyList .taxonomyList__photoBox {
    max-width: 334px;
    width: 42%;
  }
}
.taxonomyListBox .taxonomyList .taxonomyList__photoBox .taxonomyList__photo {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.taxonomyListBox .taxonomyList .taxonomyList__photoBox .taxonomyList__photo .taxonomyList__photoFilter {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: 0.6s;
}
.taxonomyListBox .taxonomyList .taxonomyList__photoBox .taxonomyList__photo .taxonomyList__photoFilter p {
  font-size: 1.4rem;
  color: #FFFEFE;
  border: solid 1px #FFFEFE;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1.6rem 0.4rem;
}
.taxonomyListBox .taxonomyList .taxonomyList__photoBox .taxonomyList__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
.taxonomyListBox .taxonomyList .taxonomyList__photoBox:hover .taxonomyList__photo .taxonomyList__photoFilter {
  opacity: 1;
  transition: 0.6s;
}
.taxonomyListBox .taxonomyList .taxonomyList__photoBox:hover .taxonomyList__photo img {
  transform: scale(1.2, 1.2);
  transition: 0.6s;
}
.taxonomyListBox .taxonomyList .taxonomyList__content {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .taxonomyListBox .taxonomyList .taxonomyList__content {
    width: calc(58% - 4rem);
    margin-left: 4rem;
    order: 1;
    position: relative;
  }
}
.taxonomyListBox .taxonomyList .taxonomyList__content h3 {
  color: #FF7DBE;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 0.2rem;
}
.taxonomyListBox .taxonomyList .taxonomyList__content ul {
  display: flex;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .taxonomyListBox .taxonomyList .taxonomyList__content ul {
    margin-bottom: 0rem;
  }
}
.taxonomyListBox .taxonomyList .taxonomyList__content ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
}
.taxonomyListBox .taxonomyList .taxonomyList__content ul li a {
  position: relative;
  display: flex;
  font-size: 1.2rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
  padding: 0.2rem 0.8rem 0.2rem;
  background-position: center;
  background-size: cover;
  align-items: center;
  transition: 0.2s;
}
.taxonomyListBox .taxonomyList .taxonomyList__content ul li a:hover {
  transition: 0.2s;
}
.taxonomyListBox .taxonomyList .taxonomyList__content ul li a:before {
  content: "";
  display: block;
  margin-right: 0.3rem;
}
.taxonomyListBox .taxonomyList .taxonomyList__content ul .store-recommend a {
  border: solid 1px #5BCB45;
  color: #5BCB45;
  background-color: #F6FFF5;
}
.taxonomyListBox .taxonomyList .taxonomyList__content ul .store-recommend a:before {
  height: 1.2rem;
  width: 1.2rem;
  background-image: url(../img/common/common_cIcon_reco@2x.png);
  background-size: cover;
}
.taxonomyListBox .taxonomyList .taxonomyList__content ul .store-recommend a:hover {
  background-color: #5BCB45;
  color: #fff;
}
.taxonomyListBox .taxonomyList .taxonomyList__content ul .store-recommend a:hover:before {
  background-image: url(../img/common/common_icon_reco@2x.png);
}
.taxonomyListBox .taxonomyList .taxonomyList__content ul .store-category a {
  border: solid 1px #FF9758;
  color: #FF9758;
  background-color: #FFF9F5;
}
.taxonomyListBox .taxonomyList .taxonomyList__content ul .store-category a:before {
  height: 1.2rem;
  width: 1.2rem;
  background-image: url(../img/common/common_cIcon_works@2x.png);
  background-size: cover;
}
.taxonomyListBox .taxonomyList .taxonomyList__content ul .store-category a:hover {
  background-color: #FF9758;
  color: #fff;
}
.taxonomyListBox .taxonomyList .taxonomyList__content ul .store-category a:hover:before {
  background-image: url(../img/common/common_icon_works@2x.png);
}
.taxonomyListBox .taxonomyList .taxonomyList__content ul .store-area a {
  border: solid 1px #FF6BB5;
  color: #FF6BB5;
  background-color: #FFFEFE;
}
.taxonomyListBox .taxonomyList .taxonomyList__content ul .store-area a:before {
  height: 1.2rem;
  width: 0.8rem;
  background-image: url(../img/common/common_cIcon_area@2x.png);
  background-size: cover;
}
.taxonomyListBox .taxonomyList .taxonomyList__content ul .store-area a:hover {
  background-color: #FF6BB5;
  color: #fff;
}
.taxonomyListBox .taxonomyList .taxonomyList__content ul .store-area a:hover:before {
  background-image: url(../img/common/common_icon_area@2x.png);
}
.taxonomyListBox .taxonomyList .taxonomyList__content .taxonomyList__button {
  font-size: 1.6rem;
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  background-color: #F95C87;
  border-radius: 2.4rem;
  color: #fff;
  transition: 0.2s;
  width: calc(100% - 2rem);
}
@media screen and (min-width: 768px) {
  .taxonomyListBox .taxonomyList .taxonomyList__content .taxonomyList__button {
    width: 100%;
    height: 5rem;
    bottom: 0;
    left: 0;
  }
}
.taxonomyListBox .taxonomyList .taxonomyList__content .taxonomyList__button:hover {
  transition: 0.2s;
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */