@charset "UTF-8";
/* ※/guide/introduction/css_/style_3.cssから抜粋 */
/* body{
  font-family: 'unitedarrows' , 'Yu Gothic Medium' , 'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'Hiragino', 'Kaku Gothic ProN' , 'Hiragino Sans', 'MSPGothic' , 'Meiryo' , sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  color: #404040;
  line-height: 2;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */


.cnt{
  text-align: center;
  margin: 0 auto;
}


.js_modalBtnWrap {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.js_modalBtnCont {
  font-size: 0.75rem;
  color: #646464;
  text-align: center;
  border-bottom-width: 1px;
  display: inline-block;
  /* --border-opacity: 1; */
  border-color: #DCDBDA;
  /* border-color: rgba(220, 219, 218, var(--border-opacity)); */
  border-color: rgba(220, 219, 218, 1);
}
.js_modalWrap {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js_modalWrap.active {
  animation: modalOpen 0.3s ease forwards;
}
.js_modalWrap.active2 {
  animation: modalClose 0.3s ease forwards;
}
.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 550px;
  max-width: 100%;
  background-color: #fff;
  height: 90vh;
}
.js_modalCont {
  overflow-y: scroll;
  height: 80vh;
  padding: 20px 0px 30px 0px;
}
.js_modalCont > * + * {
  margin-top: 10px;
}
.js_modalContInner > .js_modalClose + * {
  margin-top: 0;
}
@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 1000;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}


/* スマホ幅に適用 */
@media (max-width: 767px) {
  .js_modalContInner {
    max-height: 90vh;
    width: 95%;
  }
  .js_modalCont {
    max-height: 82vh;
    padding: 0px 0px 30px 0px;
  }
  .js_modalClose {
    top: -30px;
  }
  .js_modalClose::before,
  .js_modalClose::after {
    background-color: #fff;
  }
}
/* モーダルCSSここから */
.modalArea {
  visibility: hidden;/*displayではなくvisibility*/
  opacity : 0;
  position: fixed;
  z-index: 10;/*サイトによってここの数値は調整*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}
.py-44{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pdcontents{
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  height: 100%;
  max-width: 600px;
  background-color: #fff;
  overflow: auto;
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.is-show {/*モーダル表示用クラス*/
  visibility: visible;
  opacity : 1;
}
/* モーダルCSSここまで */

@media (max-width: 768px) {
  .modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 90%;
    height: 100%;
    max-width: 600px;
    background-color: #fff;
    overflow: auto;
  }
  .pdcontents{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}


.cnt{
  text-align: center;
}
.picborder{
  border: #e1e1e1 2px solid;
}


/* ※ボタン抜粋 */
.btn,
a.btn,
button.btn {
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
  margin-top: 30px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 2px;
  text-decoration: none !important;
}

.btn--gray,
a.btn--gray {
  color: #fff;
  background-color: #444;
}
.btn--gray:hover,
a.btn--gray:hover {
  color: #fff;
  background: #444;
}
.btn--gray-2,
a.btn--gray-2 {
  color: #fff;
  background-color: #858483;
}
.btn--gray-2:hover,
a.btn--gray-2:hover {
  color: #fff;
  background: #858483;
}
@media screen and (max-width:768px) {
  .btn,
  a.btn,
  button.btn {
    font-size: 0.875rem;
    font-weight: 400;
    width: 100%;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 0rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 2px;
  }
  .btn--gray,
  a.btn--gray {
    color: #fff;
    background-color: #444;
  }
  .btn--gray:hover,
  a.btn--gray:hover {
    color: #fff;
    background: #444;
  }
  .btn--gray-2,
  a.btn--gray-2 {
    color: #fff;
    background-color: #858483;
  }
  .btn--gray-2:hover,
  a.btn--gray-2:hover {
    color: #fff;
    background: #858483;
  }
}


.guide-txt-size-14 {
  font-size: 0.875rem;
  text-align: center;
}


/* ※ショッピングガイド抜粋 */
@media (min-width:768px) {
  [data-css="category-item"] {
      width: calc((100% - 0px) / 1);
      padding: 16px 0;
  }
  [data-css="category-item"]:not(:nth-child(10n)) {
      margin-right: 0px;
  }
  [data-css="category-item"]:nth-child(-n+2) {
      border-top-width: 1px;
  }
}
@media (max-width: 767px) {
  [data-css="category-item"]:nth-child(1)
  [data-css="category-item"]:nth-child(2){
      border-top-width: 1px;
  }
  [data-css="category-item"] {
      width: calc((100% - 0px) / 1);
      padding: 13px 0;
  }
  [data-css="category-item"]:not(:nth-child(10n)) {
      margin-right: 0px;
  }
  [data-css="category-item"]:nth-child(-n+2) {
      border-top-width: 1px;
  }
}
[data-css="category-item-arrow"] {
  /* width: 4px;
  height: 8px; */
  width: 6px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
}
[data-css="category-more"],
[data-css="category-more-close"] {
  /* width: 4px;
  height: 8px; */
  width: 6px;
  height: 12px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(90deg);
}
[data-css="category-more-close"]{
  transform: translateY(-50%) rotate(-90deg);
}

@media (max-width: 767px){
  .spmt{
    margin-top: 40px;
  }
}


/* .py-4 {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
} */
.float{
  float: left;
  width: 25%;
}

.clr{
  clear: none;
}
.ull{
  margin-right: 8px;
  margin-left: 8px;
}
.ulr{
  margin-left: 12px;
}
@media (max-width: 768px) {
  .float{
    float: none;
    width: 100%;
    margin-bottom: 56px;
  }
  .float:last-child{
    margin-bottom: 0;
  }
  .clr{
    clear: both;
  }
  .ull{
    margin-right: 8px;
    margin-right: 8px;
  }
  .ulr{
    margin-left: 8px;
  }
  [data-css="category-wrap"]{
    padding-bottom: 0;
  }
}