/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/import-glob-loader/index.js!./src/scss/common.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap);
/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/import-glob-loader/index.js!./src/scss/common.scss (1) ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

:root {
  --fontFamily:"Open Sans", Arial, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
}

/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  background: #FFF;
  font-family: "Open Sans", "Hiragino Sans", Arial, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Noto Sans JP", "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif !important;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
  overflow-x: hidden;
}

html,a {
  color: #000;
}

a {
  text-decoration: none;
}

select {
  cursor: pointer;
}

/*
TODO emove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
body {
  overflow-x: hidden;
  border: 7px solid #FFC402;
  padding-top: 93px !important; /* ヘッダーの高さ分 */
}

main, article, section {
  display: block;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

img {
  max-width: 100%;
}

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

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

body.stop {
  overflow-y: hidden;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-weight: inherit;
  cursor: pointer;
  *font-size: 100%;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: unset;
}

/*to enable resizing for IE*/

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

button {
  border: unset;
  cursor: pointer;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* ------------------------------
 common - width: all
------------------------------ */
.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover, button:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

header {
  z-index: 1000001;
  height: 100px;
  display: -webkit-box;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  border-top: 7px solid #FFC402; /* スクロール時も黄色枠線を表示 */
  border-left: 7px solid #FFC402;
  border-right: 7px solid #FFC402;
}
header,header .wrapper {
  -webkit-box-align: center;
          align-items: center;
}
header .wrapper {
  padding: 0px min(1.1904761905vw, 20px) 0px min(2.5vw, 42px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: unset;
}
header .wrapper h1 {
  max-width: 155px;
}
header .wrapper h1 a {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0;
  display: block;
}
header .wrapper h1 a span {
  font-size: 7px;
  display: block;
}
header .wrapper h1 a img {
  width: 100%;
  display: block;
}
header .wrapper .gnav {
  text-align: right;
  -webkit-box-align: center;
          align-items: center;
  gap: min(1.7857142857vw, 30px);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -webkit-box-pack: end;
          justify-content: end;
  margin-left: auto;
}
header .wrapper .gnav li {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  padding: 0px;
}
header .wrapper .gnav li.join_wrap {
  height: 60px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header .wrapper .gnav li.join_wrap:hover {
  opacity: 0.7;
}
header .wrapper .gnav li.join_wrap:hover a {
  color: #FF5002;
}
header .wrapper .gnav li a {
  display: inline-block;
  height: 40px !important;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -webkit-transition: 0.4s color, 0.4s background;
  transition: 0.4s color, 0.4s background;
}
header .wrapper .gnav li a.join {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 8px;
  border: 2px solid #FF5002;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 800;
  color: #FF5002;
}

a.login {
  /* padding: 10px 31px 0px 52px; */
  width: 138px;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 38px;
  background-color: #3A79F4;
  border-radius: 4px;
  color: white !important;
  border: 2px solid #4A7BEC;
  line-height: 1 !important;
}
a.login::before {
  content: "";
  display: block;
  background-image: url(../images/login.png);
  width: 18px;
  height: 18px;
  background-size: cover;
  margin-right: 9px;
}

li.login_wrap {
  position: relative;
}

/* li.login_wrap::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../images/login.png);
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-size: cover;
} */
header .wrapper .gnav li a:hover {
  color: #FF8A02;
  opacity: 1;
}
header .wrapper .gnav li.login_wrap:hover::before {
  background-image: url(../images/login-hover.png);
}
header .wrapper .gnav li a.login:hover {
  color: #3A79F4 !important;
  background-color: white;
}
header .wrapper .gnav li a.login:hover::before {
  background-image: url(../images/login-hover.png);
}
header .wrapper .gnav li:last-child {
  padding-right: 0;
}
header .wrapper .gnav li:last-child a {
  /* border: 2px solid #FF8A02; */
}
header .wrapper .gnav li:last-child a:hover {
  background-color: #fff;
  color: #FF8A02;
}

.header_nav_img {
  width: 274px;
  /* height: 72px; */
  position: relative;
  padding: 0px;
}

.header_btn-pc {
  z-index: 3;
  opacity: 1;
}

.header_btn-pc,.header_btn-pc-hover {
  width: 274px;
  position: absolute;
  left: 0px;
  bottom: -115%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.header_btn-pc-hover {
  z-index: 2;
  opacity: 0;
}

.header_btn-pc:hover {
  opacity: 0;
}
.header_btn-pc:hover + .header_btn-pc-hover {
  opacity: 1;
}

header .ham, header .spmenu {
  display: none;
}

footer {
  background-color: #211D17;
  padding: 35px 0;
}
footer .wrapper {
  width: 1100px;
  margin: 0 auto;
}
footer .wrapper .gnav {
  width: 950px;
  float: right;
  padding-top: 32px;
  padding-right: 20px;
  text-align: right;
}
footer .wrapper .gnav li {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  padding: 0 15px;
}
footer .wrapper .gnav li a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer .wrapper .gnav li a:hover {
  color: #FF8A02;
  opacity: 1;
}
footer .wrapper .logo {
  width: 150px;
  display: block;
  float: left;
}
footer .wrapper .logo img {
  width: 100%;
  display: block;
}
footer .copy {
  width: 1100px;
  margin: 3px auto 0;
  color: #fff;
}

/* ------------------------------
common - width: < $width-1
------------------------------ */
/* バウンドリンク画像 */
.bound_link_wrap {
  max-width: 1100px;
  width: 88.8%;
  top: 195px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
}

.bound_link_wrap,.person-pc {
  height: 338px;
  position: absolute;
}

.person-pc {
  width: 263px;
  z-index: 3;
  /* transition: 0.5s ease-out; */
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  opacity: 0;
}

.person-pc-anim {
  -webkit-animation: bound 1s 1 ease-in-out !important;
          animation: bound 1s 1 ease-in-out !important;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  opacity: 1;
}

@-webkit-keyframes bound {
  0% {
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bound {
  0% {
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.person-pc-hover {
  width: 263px;
  height: 338px;
  position: absolute;
  opacity: 0;
  z-index: 2;
}

.leaf_wrap {
  width: 228px;
  position: relative;
  margin-top: 8px;
}

.leaf {
  opacity: 1;
  z-index: 3;
}

.leaf,.leaf_hover {
  width: 228px;
  position: absolute;
}

.leaf_hover {
  z-index: 2;
}

.leaf_hover,.leaf:hover, .person-pc:hover {
  opacity: 0;
}

.leaf:hover + .leaf_hover, .person-pc:hover + .person-pc-hover {
  opacity: 1;
}

#person-link {
  width: 121px;
  z-index: 4;
  color: white;
  font-weight: bold;
  top: 29px;
  left: 120px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

#person-link,.close_btn {
  position: absolute;
  opacity: 0;
}

.close_btn {
  width: 14px;
  height: 14px;
  top: -20px;
  left: 250px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.close_btn:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.modal_img {
  width: 88vw;
  max-width: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 100000;
  border-radius: 10px;
}

.modal_img_bg {
  width: 100vw;
  height: 130vh;
  background: black;
  opacity: 0.56;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0px;
}

.js-fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-animation-name: fadeinbig;
          animation-name: fadeinbig;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.modal_close_wrap {
  border-radius: 7px;
  position: fixed;
  background: white;
  z-index: 10002;
  width: 89.33vw;
  max-width: 940px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: 620px;
  opacity: 0;
  pointer-events: none;
  padding: 33px 56px 33px 44px;
}

.modal_content_wrap {
  overflow-y: scroll;
  height: 92%;
}

.modal_content {
  display: grid;
  row-gap: 20px;
}
.modal_content.non {
  display: block;
  margin-top: 146px;
}
.modal_content.non img {
  width: 71px;
  height: 71px;
  margin: 0 auto 42px;
  display: block;
}
.modal_content.non h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.modal_content.non p {
  font-size: 20px;
  text-align: center;
}

.modal_close_wrap .title_top {
  display: -webkit-box;
  display: flex;
}
.modal_close_wrap .title_top,.modal_close_wrap .title_top.hidden {
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 13px;
}
.modal_close_wrap .title_top.hidden {
  display: none;
}
.modal_close_wrap .title_top .uwasa {
  /* width: 29px;    */
  height: 29px;
  margin-right: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.modal_close_wrap .title_top .result {
  font-size: 14px;
  color: #9B9B9B;
  margin-left: auto;
}

.modal_content.hidden {
  display: none;
  row-gap: 20px;
}
.modal_content .content {
  padding: 20px 30px 30px 30px;
  border: 1px solid #D3D3D3;
  border-radius: 8px;
  width: 100%;
  display: grid;
  grid-template-columns: 276px auto;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  position: relative;
  top: 0px;
}

.modal_close_wrap .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: -33px;
  cursor: pointer;
}

.modal_content_wrap .loading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.modal_content_wrap .loading.hidden {
  display: none;
}
.modal_content_wrap .loading img {
  width: 40px;
  height: 40px;
  margin: 0 auto 30px;
  display: block;
}
.modal_content_wrap .loading p {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.modal_close_wrap.active {
  opacity: 1;
  pointer-events: unset;
}
.modal_content .content:hover {
  background: #FCF7E4 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #EF8F35;
}
.modal_content .content.spot {
  padding: 24px 30px 24px 30px;
  grid-template-columns: auto;
  cursor: pointer;
}
.modal_content .content.spot:hover {
  padding: 23px 29px 23px 29px;
}
.modal_content .content.spot .spot_title {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -webkit-box-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.modal_content .content.spot .spot_title a {
  font-size: 14px;
  color: white;
  /* font-weight: bold; */
  padding: 0 9px;
  border-radius: 2px;
  height: 28px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
}
.modal_content .content.spot .spot_title a.active {
  background: #FF8A02;
  border-radius: 2px;
}
.modal_content .content.spot .spot_title a.active::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: cover;
  margin-right: 4px;
  background-image: url(../images/badge.png);
}
.modal_content .content.spot .spot_title a.edit {
  background: #9B9B9B;
  border-radius: 2px;
}
.modal_content .content.spot .spot_title a.edit::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: cover;
  margin-right: 4px;
  background-image: url(../images/bxs-pencil.png);
}
.modal_content .content.spot .spot_title .title,.modal_content .content.spot .address {
  margin: 0px;
}
.modal_content .content img {
  display: block;
  width: inherit;
}
.modal_content .content .title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 8px;
}
.modal_content .content .address {
  font-size: 12px;
  color: #9B9B9B;
  margin-top: 12px;
}
.modal_content .content .body {
  display: grid;
  grid-template-columns: 70px auto;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  margin-top: 8px;
}
.modal_content .content .body .left {
  font-size: 12px;
  color: white;
  background: #FF8A02;
  height: 21px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.modal_content .content .body .wrap {
  display: -webkit-box;
  display: flex;
  font-size: 14px !important;
  white-space: pre-line;
}
.modal_content .content .body .wrap p {
  font-size: 14px !important;
  white-space: pre-line;
  word-break: break-all;
}
.modal_content .content .body .wrap .star {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content max-content max-content;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  margin-right: 10px;
}
.modal_content .content .body .wrap .star img {
  width: 20px;
  height: 19px;
}
@-webkit-keyframes fadeinbig {
  0% {
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
  }
  30% {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
  100% {
    transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
  }
}
@keyframes fadeinbig {
  0% {
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
  }
  30% {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
  100% {
    transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
  }
}
/*  <0917 update>  */
.score-point {
  font: normal normal bold 25px/34px Open Sans;
  letter-spacing: 0px;
  color: #000;
}

span.score-type {
  color: white !important;
  background-color: gray;
  font-size: 14px !important;
  width: 119px !important;
  padding: 0 18px !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  height: 30px !important;
  border-radius: 15px !important;
  display: -webkit-box !important;
  display: flex !important;
  font-weight: bold !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  margin-left: 10px !important;
}
span.score-type[data-type=stone] {
  background-color: #6E6E6E !important;
}
span.score-type[data-type=silver] {
  background-color: #9F9F9F !important;
}
span.score-type[data-type=bronze] {
  background-color: #96623A !important;
}
span.score-type[data-type=gold] {
  background-color: #E6A847 !important;
}
span.score-type[data-type=diamond] {
  background-color: #5D76E9 !important;
}
span.score-type[data-type=rust] {
  background-color: #546E78 !important;
}

span.score-type[data-type=seed],.c-databox1__score_type[data-type=seed] {
  background: #572A15;
}

span.score-type[data-type=germ], .c-databox1__score_type[data-type=germ] {
  background: #8CC63F;
}

span.score-type[data-type=leaf], .c-databox1__score_type[data-type=leaf] {
  background: #328F34;
}

span.score-type[data-type=bud], .c-databox1__score_type[data-type=bud] {
  background: #FFC402;
}

span.score-type[data-type=bloom], .c-databox1__score_type[data-type=bloom] {
  background: #FF5002;
}

span.score-type[data-type=wilt], .c-databox1__score_type[data-type=wilt] {
  background: #988543;
}

span.score-type[data-type=die], .c-databox1__score_type[data-type=die] {
  background: #8C6239;
}

/*  </0917 update>  */
/*  <update>  */
.wrapper-link {
  width: calc(100% - 50px);
  margin: 0 auto;
}

.breacrum {
  border-top: 1px solid #d5d5d5;
  background: white;
  padding: 5px 0;
}
.breacrum .breacrum_list li {
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
}
.breacrum .breacrum_list li a {
  color: #000;
  text-decoration: none;
}
.breacrum .breacrum_list li:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin-left: 3px;
}

/*  </update>  */

.row, .row__spot-news, .row__sns {
  width: 89.333%;
  max-width: 1100px;
  margin: 0 auto;
}
.row--px {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 35px);
}
.row__sns {
  padding: 72px 0 100px;
}
.row__spot-news {
  padding: 40px 0 100px;
}

.column__sort, .column__sort--nom {
  width: 100%;
  max-width: 696px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 24px 0 42px;
}
.column__sort--nom {
  grid-template-columns: 220px 145px;
  gap: 14px;
  margin: 0;
}
.column__double, .column__double--revers {
  display: grid;
  grid-template-columns: calc(100% - 290px) 290px;
}
.column__two, .column__two--sns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.content__share {
  margin: 72px auto 0;
}
.content__share__text {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.content__share__wrap {
  display: grid;
  grid-template-columns: repeat(5, 63px);
  gap: 20px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.content__share__icon {
  width: 100%;
  height: 63px;
  border-radius: 10px;
}
.content__outside__body {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  min-height: 880px;
}
.content__outside__body .pagination nav {
  margin: 40px auto 23px;
}
.content__outside__body .goto_batch_label,.content__outside__body .watering_value,.content__outside__body .review_date[data-type=seeds] {
  display: none;
}
.content__outside__head {
  background: #F5F5F5;
  padding: 56px 0 0px;
}
.content__outside__head__wrap {
  max-width: 462px;
  width: 100%;
  margin: 0 auto;
}
.content__outside__head__icon {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
  margin: 0 auto 0;
  display: block;
}
.content__outside__head__user-name {
  font-size: 31px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2px;
}
.content__outside__head__place {
  font-size: 16px;
  font-weight: 700;
  color: #727272;
  text-align: center;
  margin-bottom: 7px;
}
.content__outside__rank__wrap {
  width: 100%;
  height: auto;
  padding: 2px 0;
  border: solid 1px #DEDEDE;
  border-radius: 10px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.content__outside__rank__title {
  font-size: 25px;
  font-weight: 700;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 82px;
  height: 58px;
  background-color: white;
  border-radius: 10px;
  margin-left: 27px;
}
.content__outside__rank__image {
  width: 104px;
  height: 104px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 9px 0 16px;
}
.content__outside__rank__state span.score-type {
  width: 100% !important;
  max-width: 120px;
  height: 22px;
}
.content__outside__rank__state .score-value {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
}
.content__sns {
  width: 47.27%;
}
.content__sns__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 11px;
  font-size: 20px;
  font-weight: 700;
  color: #9B9B9B;
  margin-bottom: 14px;
}
.content__sns__title__icon {
  width: 32px;
  height: 32px;
}
.content__sns__insert {
  width: 100%;
  height: 1396px;
  background: #D3D3D3;
  overflow-y: scroll;
}

.head-parts, .head-parts--sns, .head-parts--spot-news, .head-parts--tour, .head-parts--collection--related, .head-parts--collection--recom {
  width: 100%;
  height: 174px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
}
.head-parts--collection {
  width: 100%;
  display: block;
  height: auto;
}
.head-parts--collection--recom {
  background: #FFF4D1;
  background-image: url(../images/spot/head-parts-recom.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1680px 174px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  position: relative;
  /*
  &::before {
    content: "";
    display: block;
    width: 440px;
    height: 174px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    background: #FFF4D1;
    clip-path: polygon(0 0, 63.64% 0, 100% 100%, 0 100%);
    z-index: 1;
    @include sp {
      width: 100px;
      height: 70px;
    }
  }
  &::after {
    content: "";
    display: block;
    width: 440px;
    height: 174px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    background: #FFF4D1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 36.37% 100%);
    z-index: 1;
    @include sp {
      width: 100px;
      height: 70px;
    }
  } 
  */
}
.head-parts--collection--recom__left {
  height: 408px;
  top: -40px;
  margin-left: -241px;
}
.head-parts--collection--recom__left,.head-parts--collection--recom__right {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.head-parts--collection--recom__right {
  height: 323px;
  top: 2px;
  margin-left: 226px;
}
.head-parts--collection--related {
  background: white;
  background-image: url(../images/about_sky_pc.jpg);
  background-position: 50% 60%;
  background-size: cover;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  position: relative;
}
.head-parts--collection--related__left {
  height: 408px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -40px;
  margin-left: -241px;
}
.head-parts--collection--related__right {
  height: 323px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 2px;
  margin-left: 226px;
}
.head-parts--tour {
  background: #FFCB1F;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
}
.head-parts--tour__left {
  width: 142px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0px;
  margin-left: -322px;
  height: auto;
}
.head-parts--tour__right {
  width: 233px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0px;
  margin-left: 301px;
  height: auto;
}
.head-parts--spot-news {
  background: #FCF7E4;
}
.head-parts--ranking {
  height: 434px;
  background-image: url(../images/ranking/head-bg.png);
  background-position: center;
  background-size: contain;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: end;
}
.head-parts--ranking__illust {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
.head-parts--sns {
  background: #0398F9;
}
.head-parts--sns__left {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 170px;
  height: auto;
  bottom: 0px;
  margin-left: -340px;
}
.head-parts--sns__right {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0px;
  height: auto;
  width: 180px;
  margin-left: 360px;
}
.head-parts__cate, .head-parts__cate--white {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
}
.head-parts__cate--white {
  color: white;
}
.head-parts__text, .head-parts__text--black {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  color: white;
  position: relative;
  z-index: 2;
}
.head-parts__text--black {
  color: #000;
}
.head-parts__text__wrap {
  display: grid;
}
.head-parts__icon {
  width: 50px;
  height: 50px;
  margin-right: 4px;
}
.link__border {
  font-size: 14px;
  color: #4B4B4B;
  width: 100%;
  height: 37px;
  border: 1px solid #4b4b4b;
  border-radius: 5px;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-weight: 500;
}
.link__border--top {
  margin-top: 25px;
}
.link__border-radius--blue, .link__border-radius--blue--250 {
  height: 42px;
  border: 2px solid #3A79F4;
  border-radius: 21px;
  width: 100%;
  color: #3A79F4;
  font-weight: 700;
  font-size: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
}
.link__border-radius--blue::after, .link__border-radius--blue--250::after {
  width: 7px;
  height: 11px;
  background-image: url(../images/icon_right.svg);
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
.link__border-radius--blue--250 {
  width: 250px;
  margin: 0 auto;
}
.link__border-radius--yellow {
  height: 34px;
  border-radius: 5px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #FFC402;
  margin-top: 12px;
  margin-bottom: 15px;
  gap: 4px;
}
.link__border-radius--accent {
  width: 220px;
  height: 37px;
  background: #FF8A02 0% 0% no-repeat padding-box;
  border-radius: 18.5px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 20px auto 0;
}
.link__blue, .link__blue--height {
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 42px;
  width: 100%;
  background: #3A79F4 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: white;
}
.link__blue--height {
  height: 50px;
  align-self: end;
}
.link__bold-border, .link__bold-border--black {
  width: 318px;
  height: 70px;
  background: none;
  border: 4px solid #FF5002 !important;
  color: #FF5002;
  border-radius: 35px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.link__bold-border--black {
  border: 4px solid #000 !important;
  color: #000;
}

.modal__wrap {
  opacity: 0;
  position: fixed;
  top: 0;
  overflow-y: scroll;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.modal__wrap--open {
  opacity: 1;
}
.modal__back {
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.56;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.modal__content {
  position: absolute;
  max-height: 80%;
  overflow-y: scroll;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
}
.modal__content.notice__spot__content {
  display: block;
  width: 89.333%;
  max-width: 940px;
  height: auto;
  border-radius: 10px;
  border: none;
}
.modal__content.notice__spot__content:hover {
  opacity: 1 !important;
  background-color: #fff;
  border: none;
  outline: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.modal__content .notice__spot__link {
  display: -webkit-box;
  display: flex;
}
.modal__content .notice__spot__content__img {
  height: 318px;
  border-radius: 10px 10px 0 0;
}
.modal__content .notice__spot__info {
  padding: 27px 40px 55px;
}
.modal__content .notice__spot__state__name {
  font-size: 16px;
  margin-bottom: 2px;
}
.modal__content .notice__spot__shop-name {
  font-size: 32px;
  margin-bottom: 11px;
}
.modal__content .notice__spot__state__date, .modal__content .notice__spot__state__date--modal {
  display: none;
}
.modal__content .notice__spot__state__date--modal {
  font-size: 12px;
  margin-bottom: 6px;
  display: block;
}
.modal__content .notice__spot__shop-body {
  -webkit-line-clamp: unset;
}
.modal__close {
  display: block;
  background-image: url(../images/close-btn-pc.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right top;
  margin-top: -32px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 19;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 89.333%;
  max-width: 940px;
  height: 100%;
  max-height: 80%;
}

.mypage_left_menu--pc ul {
  display: grid;
  gap: 30px;
}
.mypage_left_menu--pc ul li a {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 24px auto;
  font: normal normal bold 16px/18px var(--fontFamily);
  text-decoration: none;
  letter-spacing: 0px;
  color: #4B4B4B;
  gap: 8px;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}
.mypage_left_menu--pc ul li a.active {
  color: #FF5002;
}

.left_menu_bell {
  margin: 38px auto;
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 24px auto;
  font: normal normal bold 16px/18px var(--fontFamily);
  text-decoration: none;
  letter-spacing: 0px;
  color: #4B4B4B;
  gap: 8px;
  -webkit-box-align: center;
          align-items: center;
  padding: 24px 0;
  border-top: #D5D5D5 solid 1px;
  border-bottom: #D5D5D5 solid 1px;
}
.left_menu_bell.active {
  color: #FF5002;
}

.left_bottom_menu {
  display: grid;
  gap: 24px;
  margin-bottom: 24px;
}
.left_bottom_menu a {
  font: normal normal bold 14px/16px var(--fontFamily);
  color: #4B4B4B;
  text-decoration: none;
}
.left_bottom_menu a.active {
  color: #FF5002;
}

.left_menu_logout {
  width: 88px;
  height: 32px;
  border: 1px solid #4B4B4B;
  border-radius: 4px;
  font: normal normal bold 12px/20px var(--fontFamily);
  letter-spacing: 0px;
  color: #4B4B4B;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: flex;
  text-decoration: none;
}

header .wrapper .gnav li a.left_menu_goto_local {
  display: none;
}

.left_menu_goto_local {
  width: 100%;
  height: 44px;
  background: #FF5002 0% 0% no-repeat padding-box;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-decoration: none;
  font: normal normal 700 16px/27px var(--fontFamily);
  color: white;
  margin-bottom: 32px;
  position: relative;
}
.left_menu_goto_local img {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

header .left_menu_user_status {
  display: none;
}

.left_menu_user_status {
  border: 1px solid #D5D5D5;
  padding: 28px 12px;
  margin-bottom: 40px;
}
.left_menu_user_status--top {
  border: none;
  margin-bottom: 0px;
  padding: 41px 34px 32px;
  background: #F5F5F5 !important;
  height: 100%;
}
.left_menu_user_status--top--profile {
  display: none;
}

.left_menu_score_wrap {
  display: block;
  margin: 11px auto 21px;
}
.left_menu_score_wrap .score-img {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  display: block;
}
.left_menu_score_wrap span.score-type {
  font-size: 12px !important;
  width: 100px !important;
  height: 24px !important;
  padding: 0px !important;
  margin: 2px auto 0 !important;
}
.left_menu_score_wrap .score-value {
  text-align: center;
  font: normal normal bold 25px/34px Open Sans;
  letter-spacing: 0px;
  color: #000;
  margin-top: 2px;
}

.left_menu_user_state {
  font: normal normal 500 14px/24px var(--fontFamily);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.left_menu_user_state img {
  margin-left: 4px;
}

.left_menu_user_place {
  font: normal normal 700 14px/24px var(--fontFamily);
  letter-spacing: 0px;
  color: #727272;
  text-align: center;
}

.left_menu_user_icon_wrap {
  width: 72px;
  height: 72px;
  position: relative;
  margin: 0 auto 14px;
  display: block;
}

.left_menu_user_icon {
  width: 100%;
  height: 100%;
  border-radius: 36px;
}

.user_profile_edit_icon {
  position: absolute;
  bottom: 0px;
  right: -14px;
  width: 14px;
  height: 14px;
}

.left_menu_user_name {
  text-align: center;
  font: normal normal 700 16px/27px var(--fontFamily);
  letter-spacing: 0px;
  color: #000;
}

.hover_state .mypage_left_menu--pc {
  background-color: white;
  padding: 17px 24px 21px;
  background: #FFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  position: absolute;
  display: none;
  z-index: 1000000;
  left: -71px;
  width: 167px;
}
.hover_state .mypage_left_menu--pc .left_menu_goto_local {
  display: none;
}
.hover_state .mypage_left_menu--pc ul {
  gap: 18px;
}
.hover_state .mypage_left_menu--pc ul li a {
  font: normal normal bold 14px/16px var(--fontFamily);
  letter-spacing: 0px;
  color: #000;
  white-space: nowrap;
}
.hover_state .mypage_left_menu--pc ul li a img {
  display: none;
}
.hover_state .left_bottom_menu {
  gap: 18px;
  padding-top: 16px;
  margin-top: 16px;
  border-top: solid 1px #D5D5D5;
}
.hover_state .mypage_left_menu--pc .left_menu_bell {
  font: normal normal bold 14px/16px var(--fontFamily);
  display: none;
}
.hover_state .left_bottom_menu a {
  font: normal normal bold 14px/16px var(--fontFamily);
  color: #000;
}
.hover_state .mypage_left_menu,.hover_state .mypage_left_menu.pc ul li a img, .hover_state .mypage_left_menu.pc .left_menu_bell img {
  display: none;
}
.hover_state .mypage_left_menu.pc ul li a, .hover_state .mypage_left_menu.pc .left_menu_bell {
  grid-template-columns: 100%;
}
.hover_state .bell_hover_wrap {
  display: none;
  padding: 16px 0 20px 14px;
  width: 193px;
  left: unset;
  right: 0px;
  background: #FFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  position: absolute;
  z-index: 1000000;
}

.header_user.pcs {
  margin-left: 10px;
}

.header_bell.pcs {
  margin-left: 20px;
}

.hover_state .bell_hover_content {
  padding-right: 17.5px;
  overflow-y: scroll;
  height: 172px;
}

.bell_hover_wrap a {
  font: normal normal bold 10px/10px var(--fontFamily);
  letter-spacing: 0px;
  padding: 4px 17.5px 0 0;
  color: #3A79F4 !important;
  text-align: end !important;
  text-decoration: none !important;
  display: block !important;
  line-height: 1 !important;
  height: auto !important;
}

.bell_hover_content .title {
  font: normal normal normal 12px/18px var(--fontFamily);
  letter-spacing: 0px;
  color: #000;
}
.bell_hover_content .date {
  text-align: right;
  font: normal normal normal 10px/24px var(--fontFamily);
  letter-spacing: 0px;
  color: #727272;
  display: block;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: solid 1px #DBDBDB;
}

.header_user_info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.header_user_name {
  font: normal normal bold 14px/24px var(--fontFamily);
  letter-spacing: 0px;
  color: #4B4B4B;
  margin-left: 14px;
}

header .wrapper .gnav li.header_user.pcs, header .wrapper .gnav li.header_bell.pcs {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}
header .wrapper .gnav li.header_user.pcs img, header .wrapper .gnav li.header_bell.pcs img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 16px;
}

.header_user.pcs .hover_state .mypage_left_menu--pc {
  width: 167px;
  padding: 17px 24px 21px;
  left: -153px;
  top: 26px;
}
.header_user.pcs .hover_state .mypage_left_menu--pc ul li a,.header_user.pcs .hover_state .mypage_left_menu--pc .left_bottom_menu a {
  height: auto !important;
  text-align: left;
  padding: 0px !important;
}
.header_user.pcs .hover_state .mypage_left_menu--pc .left_bottom_menu a {
  line-height: 1;
}
.header_user.pcs .hover_state .mypage_left_menu--pc ul {
  gap: 20px;
}
.header_user.pcs .hover_state .mypage_left_menu--pc ul li {
  height: auto;
}
.header_user.pcs .hover_state .left_bottom_menu {
  padding-top: 24px;
  margin-top: 24px;
}

.header_bell.pcs .hover_state .bell_hover_wrap {
  top: 26px;
}

header .wrapper .gnav li a.left_menu_logout {
  width: 88px;
  height: 32px;
  border: 1px solid #4B4B4B;
  border-radius: 4px;
  font: normal normal bold 12px/20px var(--fontFamily);
  letter-spacing: 0px;
  color: #4B4B4B;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: flex;
  text-decoration: none;
}

.left_menu_not-login {
  width: 168px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: -16px auto 23px;
  display: block;
}

.left_menu_not-login_text {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
.mypage_main_grid_wrap {
  display: grid;
  gap: 20px 12px;
  grid-template-columns: repeat(auto-fill, minmax(184px, 1fr));
}
.mypage_main_grid_wrap[data-type=went] {
  grid-template-columns: 100%;
  gap: 0px;
}
.mypage_main_grid_wrap .private-message {
  color: #D3D3D3;
  font-size: 16px;
  font-weight: 700;
}

.mypage_main_grid {
  width: 100%;
  height: 204px;
  position: relative;
  border: 1px solid #D3D3D3;
}

.goto_batch {
  position: absolute;
  top: 62px;
  right: 12px;
  width: 38px;
  height: 38px;
  background-image: url(../images/mypage/ico-goto-batch-none.svg);
  cursor: pointer;
}

.goto_batch_label input {
  display: none;
}
.goto_batch_label input:checked + .goto_batch {
  background-image: url(../images/mypage/ico-goto-batch.svg);
}

.mypage_shop_img {
  background: gray;
  width: 100%;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mypage_main_grid_text_wrap {
  padding: 4px 10px 12px;
}
.mypage_main_grid_text_wrap[data-type=went] {
  padding: unset;
  margin-top: 7px;
}

.mypage_main_grid h3 {
  font: normal normal bold 14px/14px var(--fontFamily);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mypage_main_grid h3,.address_text {
  overflow: hidden;
  margin-bottom: 6px;
}

.address_text {
  text-align: left;
  font: normal normal normal 10px/15px var(--fontFamily);
  color: #9B9B9B;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.star_grid {
  display: grid;
  grid-auto-flow: column;
  gap: 6px;
  grid-auto-columns: -webkit-max-content -webkit-max-content;
  grid-auto-columns: max-content max-content;
  -webkit-box-align: center;
          align-items: center;
}

.star_status {
  font: normal normal bold 14px/16px var(--fontFamily);
}

.pagemenu-tab {
  font-size: 0;
  border-bottom: 8px solid #FFC402;
}
.pagemenu-tab button {
  display: inline-block;
  border-radius: 10px 10px 0 0;
  height: 40px;
  min-width: 150px;
  padding: 8px 25px 0;
  line-height: 32px;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
  margin-right: 5px;
  text-align: center;
  background: none;
  cursor: pointer;
}
.pagemenu-tab button:hover, .pagemenu-tab button.current {
  background-color: #FFC402;
  opacity: 1;
}
.pagemenu-tab button.linkoff {
  pointer-events: none;
  background-color: #fff !important;
  opacity: 1;
  color: #ddd;
}
.pagination {
  margin-bottom: 30px;
}
.pagination nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 23px;
}
.pagination nav,.pagination nav a {
  display: -webkit-box;
  display: flex;
}
.pagination nav a {
  border: 1px solid #FF8A02;
  border-radius: 4px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  font: normal normal bold 16px/16px var(--fontFamily);
  letter-spacing: 0.8px;
  color: #FF8A02;
  text-decoration: none;
  margin: 0 4px;
}
.pagination nav a.select {
  color: white;
  background: #FF8A02;
}
.pagination nav a.medium_scale {
  font-size: 11px;
}
.pagination nav a.small_scale {
  font-size: 10px;
  width: 42px;
}
.pagination .small {
  text-align: center;
  font: normal normal normal 12px/30px var(--fontFamily);
  letter-spacing: 0.6px;
  color: #707070;
}

.present__tour {
  padding: 55px 0 0;
}
.present__tour__row, .present__tour__row--single {
  max-width: 1100px;
  margin: 0 auto 0px;
  width: 89.333%;
}
.present__tour__row--single {
  min-height: 1398px;
  margin: 0 auto 100px;
}
.present__tour__wrap, .present__tour__wrap--ranking, .present__tour__wrap--single, .present__tour__wrap--right {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 35px auto 24px;
}
.present__tour__wrap a:nth-child(n+5) .present__tour__content__ranking-img, .present__tour__wrap--ranking a:nth-child(n+5) .present__tour__content__ranking-img, .present__tour__wrap--single a:nth-child(n+5) .present__tour__content__ranking-img, .present__tour__wrap--right a:nth-child(n+5) .present__tour__content__ranking-img {
  display: none;
}
.present__tour__wrap--right {
  grid-template-columns: 100%;
  margin: 15px auto 24px;
  gap: 32px;
}
.present__tour__wrap--single {
  gap: 40px 20px;
  margin: 32px auto 93px;
  opacity: 0;
  display: none;
}
.present__tour__wrap--single--active {
  display: grid;
  opacity: 1;
}
.present__tour__wrap--ranking {
  grid-template-columns: repeat(3, 1fr);
  margin: 48px auto 24px;
}
.present__tour__content, .present__tour__content--single {
  display: grid;
  gap: 8px;
  position: relative;
}
.present__tour__content[data-ranking="1"]::after, [data-ranking="1"].present__tour__content--single::after {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 23.5px;
  position: absolute;
  left: -18px;
  background: none;
  top: -21px;
  width: 54px;
  height: 53px;
  content: "";
  background-image: url(../images/rank_1.svg);
}
.present__tour__content[data-ranking="2"]::after, [data-ranking="2"].present__tour__content--single::after {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 23.5px;
  position: absolute;
  left: -18px;
  background: none;
  top: -21px;
  width: 54px;
  height: 53px;
  content: "";
  background-image: url(../images/rank_2.svg);
}
.present__tour__content[data-ranking="3"]::after, [data-ranking="3"].present__tour__content--single::after {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 23.5px;
  position: absolute;
  left: -18px;
  background: none;
  top: -21px;
  width: 54px;
  height: 53px;
  content: "";
  background-image: url(../images/rank_3.svg);
}
.present__tour__content[data-ranking="4"]::after, [data-ranking="4"].present__tour__content--single::after {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 23.5px;
  position: absolute;
  left: -18px;
  background: none;
  top: -21px;
  width: 54px;
  height: 53px;
  content: "";
  background-image: url(../images/rank_4.svg);
}
.present__tour__content[data-ranking="5"]::after, [data-ranking="5"].present__tour__content--single::after {
  content: "5";
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: white;
  font-size: 22px;
  font-weight: 700;
  width: 47px;
  height: 47px;
  border-radius: 23.5px;
  background: #000;
  position: absolute;
  top: -14px;
  left: -18px;
}
.present__tour__content[data-ranking="6"]::after, [data-ranking="6"].present__tour__content--single::after {
  content: "6";
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: white;
  font-size: 22px;
  font-weight: 700;
  width: 47px;
  height: 47px;
  border-radius: 23.5px;
  background: #000;
  position: absolute;
  top: -14px;
  left: -18px;
}
.present__tour__content[data-ranking="7"]::after, [data-ranking="7"].present__tour__content--single::after {
  content: "7";
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: white;
  font-size: 22px;
  font-weight: 700;
  width: 47px;
  height: 47px;
  border-radius: 23.5px;
  background: #000;
  position: absolute;
  top: -14px;
  left: -18px;
}
.present__tour__content[data-ranking="8"]::after, [data-ranking="8"].present__tour__content--single::after {
  content: "8";
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: white;
  font-size: 22px;
  font-weight: 700;
  width: 47px;
  height: 47px;
  border-radius: 23.5px;
  background: #000;
  position: absolute;
  top: -14px;
  left: -18px;
}
.present__tour__content[data-ranking="9"]::after, [data-ranking="9"].present__tour__content--single::after {
  content: "9";
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: white;
  font-size: 22px;
  font-weight: 700;
  width: 47px;
  height: 47px;
  border-radius: 23.5px;
  background: #000;
  position: absolute;
  top: -14px;
  left: -18px;
}
.present__tour__content[data-ranking="10"]::after, [data-ranking="10"].present__tour__content--single::after {
  content: "10";
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: white;
  font-size: 22px;
  font-weight: 700;
  width: 47px;
  height: 47px;
  border-radius: 23.5px;
  background: #000;
  position: absolute;
  top: -14px;
  left: -18px;
}
.present__tour__content--new[data-ranking="1"]::after,.present__tour__content--new[data-ranking="2"]::after,.present__tour__content--new[data-ranking="3"]::after,.present__tour__content--new[data-ranking="4"]::after,.present__tour__content--new[data-ranking="5"]::after,.present__tour__content--new[data-ranking="6"]::after,.present__tour__content--new[data-ranking="7"]::after,.present__tour__content--new[data-ranking="8"]::after,.present__tour__content--new[data-ranking="9"]::after,.present__tour__content--new[data-ranking="10"]::after {
  display: none;
}
.present__tour__content__ranking-img {
  width: 54px;
  height: 53px;
  position: absolute;
  top: -26px;
  left: -13px;
}
.present__tour__content__main-img, .present__tour__content__main-img--single, .present__tour__content__main-img--ranking {
  display: block;
  width: 100%;
  height: 143px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.present__tour__content__main-img--ranking {
  height: 183px;
}
.present__tour__content__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}
.present__tour__content__user-state, .present__tour__content__user-state--mypage {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 6px;
}
.present__tour__content__user-state--mypage {
  width: 115px;
}
.present__tour__content__user-icon {
  width: 19px;
  height: 19px;
}
.present__tour__content__user-name, .present__tour__content__user-name--mypage, .present__tour__content__cate--mypage, .present__tour__content__cate {
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: flex;
}
.present__tour__content__user-name span, .present__tour__content__user-name--mypage span, .present__tour__content__cate--mypage span, .present__tour__content__cate span {
  max-width: 90px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.present__tour__content__user-name--mypage span, .present__tour__content__cate--mypage span {
  width: calc(100% - 22px);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.present__tour__content__date {
  font-size: 12px;
  font-weight: 400;
  color: #9B9B9B;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.present__tour__content__title {
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

main section.search-box__section {
  margin-bottom: 0px;
}
main section.search-box__section--view {
  display: block;
  position: unset;
  padding: 20px 0;
}

.search-box {
  width: 50%;
  padding: 27px 30px;
}
.search-box__section {
  background-color: #ffc402;
  padding: 36px 0;
  margin-bottom: 60px;
}

.search-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.search-wrapper .search-box {
  width: 50%;
  padding: 27px 30px;
}
.search-wrapper .search-box__content {
  display: grid;
  gap: 15px 0;
}
.search-wrapper .search-box__wrap {
  display: grid;
  grid-template-columns: calc(100% - 115px) 100px;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.search-wrapper .search-box__ttl {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-left: 40px;
  position: relative;
}
.search-wrapper .search-box__ttl::before {
  content: "";
  width: 29px;
  height: 29px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-wrapper .search-box__txt {
  font-size: 16px;
  font-weight: 400;
  color: #6a6a6a;
  margin-bottom: 30px;
}
.search-wrapper .search-box input {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  padding: 0 15px;
  background-color: #f5f5f5;
}
.search-wrapper .search-box input::-webkit-input-placeholder {
  color: #9B9B9B;
}
.search-wrapper .search-box input::-moz-placeholder {
  color: #9B9B9B;
}
.search-wrapper .search-box input::placeholder {
  color: #9B9B9B;
}
.search-wrapper .search-box select {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  padding: 0 15px;
  -webkit-appearance: none;
  background-image: url("../images/icon_pulldown.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px auto;
}
.search-wrapper .search-box select.is-empty {
  color: #9b9b9b;
}
.search-wrapper .uwasa {
  border-right: 1px solid #d3d3d3;
}
.search-wrapper .uwasa .search-box__ttl::before {
  background-image: url("../images/icon_uwasa_bk.svg");
}
.search-wrapper .spot .search-box__ttl::before {
  background-image: url("../images/icon_search_bk.svg");
}
.search-wrapper .pagesearch-btn {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  color: #fff;
  font-weight: 700;
  background-color: #3a79f4;
  border-color: #3a79f4;
  height: 50px;
  border-radius: 5px;
  width: 98px;
  font-size: 18px;
}
.search-wrapper .location-btn {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  color: #fff;
  font-weight: 600;
  background: #727272 0% 0% no-repeat padding-box;
  height: 50px;
  border-radius: 40px;
  width: 100px;
  font-size: 15px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  line-height: 1px;
  cursor: pointer;
}
.search-wrapper .location-btn img {
  margin-right: 5px;
}
.search-wrapper button.location-btn:hover {
  opacity: 1 !important;
}
.search-wrapper .location-btn.active {
  background: #3fc468;
}
.search-wrapper button.location-btn.active:hover {
  opacity: 1 !important;
}

.search-option {
  background: #ffc402;
  width: 100vw;
  display: block;
  padding: 75px 0 0;
  color: white;
  font: normal normal bold 31px/36px Hiragino Sans;
  text-align: center;
}

.search-group {
  background: #ffc402;
  padding: 0 0 82px;
}

.tour__article__writer {
  font-size: 16px;
  font-weight: 700;
}
.tour__article__writer__wrap {
  width: 100%;
  height: 364px;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  padding: 31px 0 0 0;
  margin: 15px auto 37px;
  display: block;
}
@media (max-width: 1300px){
  header .wrapper .gnav {
    gap: min(0.8928571429vw, 15px);
  }
}
@media (max-width: 1200px){
  header .wrapper .gnav li.join_wrap {
    height: 40px;
  }
  header .wrapper .gnav li a.join {
    height: 40px !important;
    font-size: 12px;
    padding: 12px;
  }
  .header_btn-pc-hover {
    bottom: -24px;
  }
  header .wrapper .gnav li a {
    font-size: 12px;
  }

  .header_nav_img,.header_btn-pc {
    width: 180px;
  }

  .header_btn-pc {
    bottom: -24px;
  }

  a.login {
    width: 101px;
  }

  header .wrapper .gnav {
    gap: 10px;
  }

  footer .wrapper .gnav {
    /* text-align: left; */
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
  }
  footer .wrapper .logo {
    width: 112px;
    float: none;
    margin: 25px auto 0;
  }
  footer .wrapper .logo img {
    width: 100%;
    display: block;
  }
  footer .copy {
    width: 100%;
    text-align: center;
    margin: 5px auto 0;
    font-size: 12px;
    color: #fff;
  }
  footer .wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px){
  html, body {
    min-width: 320px;
  }

  .op {
    display: none !important;
  }

  .os {
    display: block !important;
  }

  html {
    border: none;
  }

  body {
    border: 5px solid #FFC402;
    padding-top: 55px !important; /* ヘッダーの高さ分 */
  }

  header {
    height: 60px;
    border-top: 5px solid #FFC402; /* スクロール時も黄色枠線を表示 */
    border-left: 5px solid #FFC402;
    border-right: 5px solid #FFC402;
    padding-bottom: 5px;
    z-index: 1000001;
  }
  header .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  header .wrapper h1 {
    float: left;
    max-width: 210px;
  }
  header .wrapper h1 a {
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0;
    display: block;
  }
  header .wrapper h1 a span {
    font-size: 7px;
    display: block;
  }
  header .wrapper h1 a img {
    width: 100%;
    display: block;
  }
  header .wrapper .gnav {
    display: none;
  }
  header .search-sp {
    display: block;
    width: 55px;
    height: 55px;
    background-image: url("../images/icon_search_sp.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px auto;
    position: absolute;
    top: 0;
    right: 55px;
  }
  header .search-sp.opened {
    background-image: url("../images/icon_close03.svg");
  }
  header .ham {
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .spmenu {
    position: fixed;
    background-color: #FFF;
    padding: 16px 18px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
  }
  header .spmenu .spwrapper {
    padding: 0 18px 130px;
    /* background-image: url(../images/bg_spmenu.svg); */
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  header .spmenu .spwrapper .gnav_sp {
    margin-top: 35px;
  }
  header .spmenu .spwrapper .gnav_sp li {
    padding: 15px 0;
  }
  header .spmenu .spwrapper .gnav_sp li.login_wrap {
    padding-bottom: 11px;
  }
  header .spmenu .spwrapper .gnav_sp li.join_wrap {
    height: auto;
  }
  header .spmenu .spwrapper .gnav_sp li a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
  }
  header .spmenu .spwrapper .gnav_sp li a.text {
    line-height: 1;
    height: 18px;
    overflow: hidden;
    display: block;
    font-weight: 800;
  }
  header .spmenu .spwrapper .gnav_sp li a.join {
    width: 100%;
    max-width: 309px;
    -webkit-box-pack: center;
            justify-content: center;
    height: 55px !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    border-radius: 8px;
    border: 2px solid #FF5002;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 800;
    color: #FF5002;
  }
  header .spmenu .spwrapper .gnav_sp li.header_nav_img_list {
    padding-right: 0;
    height: auto;
  }
  header .spmenu .spwrapper .gnav_sp li.header_nav_img_list a {
    width: 100%;
    height: 69px;
    position: relative;
    padding: 0 0 0 15px;
    text-align: left;
    color: #fff;
    border-radius: 10px;
    line-height: 40px;
    /* border: 2px solid #FF8A02; */
    display: block;
  }

  .header_btn-pc, .header_btn-pc-hover {
    width: 112%;
    bottom: unset;
    -webkit-transform: none;
            transform: none;
  }

  header .spmenu .spwrapper .gnav_sp li:last-child a:hover {
    background-color: #fff;
    color: #FF8A02;
  }
  header .spmenu .icon_close {
    position: absolute;
    width: 60px;
    display: block;
    top: 0;
    right: 0;
  }

  footer {
    background-color: #211D17;
    padding: 35px 0;
  }
  footer .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  footer .wrapper .gnav {
    width: calc(100% - 40px);
    float: none;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  footer .wrapper .gnav li {
    display: block;
    height: auto;
    padding: 0;
    text-align: left;
  }
  footer .wrapper .gnav li a {
    text-align: left;
    display: inline-block;
    height: auto;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  footer .wrapper .gnav li a:hover {
    color: #FF8A02;
    opacity: 1;
  }
  footer .wrapper .logo {
    width: 112px;
    float: none;
    margin: 25px auto 0;
  }
  footer .wrapper .logo img {
    width: 100%;
    display: block;
  }
  footer .copy {
    width: 100%;
    text-align: center;
    margin: 5px auto 0;
    font-size: 12px;
    color: #fff;
  }

  .spmenu .sp_logo {
    width: 190px;
    display: block;
  }

  .spmenu .sp_logo img,a.login {
    width: 100%;
  }

  a.login {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 0;
    height: 55px;
    font-size: 18px;
  }
}
@media (max-width: 1000px){
  .pc {
    display: none !important;
  }
  .bound_link_wrap {
    top: unset;
  }
  .leaf_wrap {
    height: 95px;
    margin: 8px auto 0;
  }
  .modal_close_wrap {
    /* top: 66px; */
    height: 556px;
    padding: 18px 17px 21px 20px;
  }

  .modal_content .content {
    grid-template-columns: auto;
  }

  .modal_close_wrap .title_top {
    display: grid;
    grid-template-columns: 24px auto;
    row-gap: 5px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .modal_close_wrap .title_top .uwasa {
    height: 24px;
  }
  .modal_close_wrap .title_top .result {
    grid-column: 1/3;
    margin-left: 0px;
  }

  .modal_content .content .address {
    margin-top: 0px;
    margin-bottom: 14px;
  }
  .modal_content .content .title {
    margin-top: 0px;
  }
  .modal_content .content .text_wrap {
    margin-top: 5px;
  }
  .modal_content .content.spot {
    padding: 15px 20px 20px;
  }
  .modal_content .content.spot .spot_title {
    grid-template-columns: auto;
    row-gap: 7px;
    margin-bottom: 8px;
  }
  .modal_content .content.spot .spot_title a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 24px;
    font-size: 12px;
  }
  .modal_content .content.spot .spot_title .title {
    -webkit-box-ordinal-group: 2;
            order: 1;
    font-size: 18px;
  }
  .modal_content .content.spot .spot_title a.active::before, .modal_content .content.spot .spot_title a.edit::before {
    width: 14px;
    height: 14px;
    margin-right: 2px;
  }
  .modal_content.non {
    display: uns;
    margin-top: 131px;
  }
  .modal_content.non img {
    width: 54px;
    height: 54px;
    margin: 0 auto 23px;
  }
  .modal_content.non h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 23px;
    text-align: center;
  }
  .modal_content.non p {
    font-size: 14px;
    text-align: center;
  }
  .modal_content.non.hidden {
    display: none;
  }
  header .wrapper .gnav {
    display: none;
  }
  a.login {
    width: 100%;
    max-width: 309px;
  }

  .header_btn-pc, .header_btn-pc-hover {
    max-width: unset;
    position: absolute;
    bottom: 0px;
    width: min(111.496%, 339.36px);
  }

  .wrapper-link {
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .breacrum {
    padding: 5px 0;
    border-top: 1px solid #d5d5d5;
  }
  .breacrum .breacrum_list li {
    font-size: 11px;
    line-height: 23px;
    display: inline-block;
  }
  .breacrum .breacrum_list li a {
    color: #000;
    text-decoration: none;
  }
  .breacrum .breacrum_list li:not(:last-child):after {
    content: "/";
    display: inline-block;
    margin-left: 3px;
  }
  .row__sns {
    padding: 28px 0 100px;
  }
  .row__spot-news {
    padding: 20px 0 90px;
  }
  .column__sort, .column__sort--nom {
    width: 89.333%;
    margin: 22px auto 32px;
    grid-template-columns: calc(100% - 100px) 100px;
    gap: 10px;
  }
  .column__sort .left-menu__select__wrap, .column__sort--nom .left-menu__select__wrap {
    grid-column: 1/2;
  }
  .column__sort .link__blue--height, .column__sort--nom .link__blue--height {
    grid-column: 2/3;
    width: 100%;
  }
  .column__sort--nom {
    margin: 0;
    width: 100%;
    grid-template-columns: 100%;
    gap: 20px;
  }
  .column__sort--nom .left-menu__select--min {
    height: 50px;
  }
  .column__sort--nom .link__blue--height {
    grid-column: unset;
    height: 42px;
    width: 220px;
  }
  .column__double, .column__double--revers {
    grid-template-columns: 100%;
  }
  .column__double--revers {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
  .column__two--sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    gap: 62px;
  }
  .content__share {
    margin: 15px auto 0px;
  }
  .content__share__text {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .content__share__wrap {
    grid-template-columns: repeat(5, 46px);
    gap: 16px;
  }
  .content__share__icon {
    height: 46px;
  }
  .content__outside__body {
    min-height: 410px;
  }
  .content__outside__head {
    padding: 16px 0 0;
  }
  .content__outside__head__info {
    display: grid;
    grid-template-columns: 48px auto;
    gap: 16px;
    width: calc(100% - 120px);
  }
  .content__outside__head__wrap {
    display: -webkit-box;
    display: flex;
    gap: 23px;
    width: 89.333%;
  }
  .content__outside__head__icon {
    width: 48px;
    height: 48px;
  }
  .content__outside__head__user-name {
    font-size: 15px;
    text-align: left;
    margin-bottom: -1px;
  }
  .content__outside__head__place {
    font-size: 12px;
    text-align: left;
    margin-bottom: 5px;
  }
  .content__outside__rank__wrap {
    padding: 0px;
    border: none;
    width: 120px;
    margin: 0 auto;
  }
  .content__outside__rank__title {
    display: none;
  }
  .content__outside__rank__image {
    width: 38px;
    height: 38px;
    margin: 2px 2px 0 7px;
  }
  .content__outside__rank__state {
    width: 100%;
  }
  .content__outside__rank__state span.score-type {
    padding: 0px !important;
    margin: 0px !important;
  }
  .content__outside__rank__state .score-value {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    font-size: 18px;
  }
  .content__sns {
    width: 100%;
  }
  .content__sns__title {
    font-size: 16px;
    gap: 8px;
  }
  .content__sns__title__icon {
    width: 20px;
    height: 20px;
  }
  .content__sns__insert {
    height: 600px;
  }
  .head-parts, .head-parts--sns, .head-parts--spot-news, .head-parts--tour, .head-parts--collection--related, .head-parts--collection--recom {
    height: 69px;
  }
  .head-parts--collection--recom {
    background-image: url(../images/spot/head-parts-recom-sp.png);
    background-size: 375px 69px;
  }
  .head-parts--collection--related__left {
    height: 157px;
    margin-left: -124px;
    top: -14px;
  }
  .head-parts--collection--related__right {
    height: 128px;
    margin-left: 121px;
  }
  .head-parts--tour__left {
    width: 50px;
    margin-left: 0px;
    left: 20px;
    -webkit-transform: unset;
            transform: unset;
  }
  .head-parts--tour__right {
    width: auto;
    height: 68px;
    margin-left: 0px;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    right: 0px;
  }
  .head-parts--ranking {
    height: 112.266vw;
    background-image: url(../images/ranking/head-illust-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .head-parts--ranking__illust {
    display: none;
  }
  .head-parts--sns__left {
    width: 67px;
    margin-left: -124px;
  }
  .head-parts--sns__right {
    width: 72px;
    margin-left: 125px;
  }
  .head-parts__cate, .head-parts__cate--white {
    font-size: 12px;
  }
  .head-parts__text, .head-parts__text--black {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .head-parts__icon {
    width: 26px;
    height: 26px;
  }
  header .wrapper h1 a img.header_logo {
    width: 210px;
    height: auto;
  }
  header .wrapper h1 a img.header_logo--login {
    width: 115px;
    height: 34.16px;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }

  .header_bell {
    position: absolute;
    top: 17px;
    right: 169px;
  }
  .header_bell img {
    width: 28px;
    height: 28px;
  }

  .header_user {
    position: absolute;
    top: 17px;
    right: 123px;
  }
  .header_user img {
    width: 28px;
    height: 28px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 14px;
  }
  .link__border--top {
    grid-column: 1/4;
    margin-top: 0px;
  }
  .link__border-radius--blue, .link__border-radius--blue--250 {
    width: 250px;
    margin: 0 auto;
  }
  .link__border-radius--yellow {
    width: 225px;
    margin: 12px auto 15px;
  }
  .link__border-radius--accent {
    margin: 0 auto 0px;
    width: 181px;
  }
  .link__blue, .link__blue--height {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 220px;
    margin: 0 auto;
  }
  .link__blue--height {
    height: 40px;
  }
  .link__bold-border, .link__bold-border--black {
    height: 50px;
    font-size: 15px;
  }
  .modal__content .notice__spot__content__img {
    height: 115px;
  }
  .modal__content .notice__spot__info {
    padding: 12px 20px 30px;
  }
  .modal__content .notice__spot__state__name {
    font-size: 13px;
  }
  .modal__content .notice__spot__shop-name {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .modal__content .notice__spot__state__date, .modal__content .notice__spot__state__date--modal {
    display: block;
  }
  .modal__content .notice__spot__state__date--modal {
    display: none;
  }
  .left_menu_user_status--top {
    height: auto;
  }
  .left_menu_user_status--top--search {
    grid-template-columns: 100% !important;
    padding: 20px 20px 32px !important;
    gap: 20px !important;
  }
  .left_menu_user_status--top--search .left_menu_not-login_text {
    display: none;
  }
  .left_menu_user_status--top--regist {
    padding: 28px 20px 20px;
    grid-template-columns: 100% !important;
    background: white !important;
  }
  .mypage_left_menu--pc {
    display: none;
  }
  .left_menu_not-login {
    display: none;
  }
  .mypage_left_menu.sp ul {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    overflow-x: scroll;
    width: 100%;
    margin-top: 8px;
    padding: 0 18px 0 0px;
  }
  .mypage_left_menu.sp ul::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
  .mypage_left_menu.sp ul li {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .mypage_left_menu.sp ul li a {
    font: normal normal bold 13px/13px var(--fontFamily);
    letter-spacing: 0px;
    color: #4B4B4B;
    text-decoration: none;
    padding: 15px 10px 15px;
    display: block;
    border-bottom: solid 2px rgba(255, 80, 2, 0);
  }
  .mypage_left_menu.sp ul li a.active {
    border-bottom: solid 2px #ff5002;
    color: #ff5002;
  }

  .left_menu_user_status {
    border: none;
    background: white;
    display: grid;
    grid-template-columns: 48px auto 120px;
    gap: 13.5px 16px;
    padding: 17.5px 16px 17.5px;
    margin: 0px;
  }

  .left_menu_user_icon_wrap {
    width: 48px;
    height: 48px;
    margin: 0px;
  }

  .left_menu_user_name {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }

  .left_menu_user_state {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    -webkit-box-pack: left;
            justify-content: left;
  }

  .user_profile_edit_icon {
    width: 10px;
    height: 10px;
    right: -4px;
  }

  .left_menu_score_wrap {
    margin: 0px;
    display: grid;
    grid-template-columns: 38px auto;
    gap: 2px 4px;
  }
  .left_menu_score_wrap .score-img {
    width: 38px;
    height: 38px;
  }
  .left_menu_score_wrap .score-value {
    font-size: 18px;
    text-align: left;
    margin: 0px;
  }
  .left_menu_score_wrap span.score-type {
    margin: 0px !important;
    width: 100% !important;
    font-size: 10px !important;
    height: 22px !important;
    grid-column: 1/3;
  }

  .left_menu_user_state img {
    margin-left: 6px;
    width: 13px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .left_menu_user_place {
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }

  .left_menu_goto_local {
    grid-column: 1/4;
    margin: 0px;
    height: 34px;
    font-size: 13px;
  }
  .left_menu_goto_local img {
    right: 13.5px;
    width: 20px;
  }
  .mypage_main_grid_wrap {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
  }
  .mypage_main_grid_wrap .private-message {
    font-size: 14px;
  }
  .mypage_main_grid {
    height: 184px;
  }
  .goto_batch {
    width: 38px;
    height: 38px;
    top: 44px;
    right: 6px;
  }
  .mypage_shop_img {
    height: 90px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .mypage_main_grid_text_wrap[data-type=went] {
    margin: 0px;
  }
  .mypage_main_grid_text_wrap[data-text=review] {
    padding-right: 22px;
  }
  .address_text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .pagemenu-tab {
    font-size: 0;
    border: none;
    display: grid;
    width: 89.333%;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
  }
  .pagemenu-tab button {
    display: block;
    width: 100%;
    border-radius: 0;
    height: 38px;
    padding: 0;
    text-align: center;
    line-height: 36px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: bold;
    margin: 0;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
  }
  .pagemenu-tab button:nth-child(1) {
    border-top: 1px solid #d6d6d6;
    border-radius: 10px 0 0 0;
  }
  .pagemenu-tab button:nth-child(2) {
    border-top: 1px solid #d6d6d6;
    border-radius: 0 10px 0 0;
  }
  .pagemenu-tab button:nth-child(3) {
    border-radius: 0 0 0 10px;
  }
  .pagemenu-tab button:nth-child(4) {
    border-radius: 0 0 10px 0;
  }
  .pagemenu-tab button:nth-child(odd) {
    border-left: 1px solid #d6d6d6;
  }
  .pagemenu-tab button:hover, .pagemenu-tab button.current {
    background-color: #FFC402;
    opacity: 1;
  }
  .pagemenu-tab button.linkoff {
    pointer-events: none;
    background-color: #fff !important;
    opacity: 1;
    color: #ddd;
  }
  .present__tour__row--single {
    width: 100%;
    margin: 0 auto 76px;
  }
  .present__tour__wrap--right {
    display: -webkit-box;
    display: flex;
    gap: 12px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100vw;
    padding-right: 64px;
    margin: 15px auto 0px;
  }
  .present__tour__wrap--right::-webkit-scrollbar {
    display: none;
  }
  .present__tour__wrap--single {
    grid-template-columns: 100%;
    width: 100%;
    margin: 16px auto 64px;
    gap: 20px;
  }
  .present__tour__content[data-ranking="1"]::after, [data-ranking="1"].present__tour__content--single::after {
    width: 38px;
    height: 38px;
    top: 8px;
    right: 8px;
    left: unset;
    font-size: 18px;
  }
  .present__tour__content[data-ranking="2"]::after, [data-ranking="2"].present__tour__content--single::after {
    width: 38px;
    height: 38px;
    top: 8px;
    right: 8px;
    left: unset;
    font-size: 18px;
  }
  .present__tour__content[data-ranking="3"]::after, [data-ranking="3"].present__tour__content--single::after {
    width: 38px;
    height: 38px;
    top: 8px;
    right: 8px;
    left: unset;
    font-size: 18px;
  }
  .present__tour__content[data-ranking="4"]::after, [data-ranking="4"].present__tour__content--single::after {
    width: 38px;
    height: 38px;
    top: 8px;
    right: 8px;
    left: unset;
    font-size: 18px;
  }
  .present__tour__content[data-ranking="5"]::after, [data-ranking="5"].present__tour__content--single::after {
    width: 38px;
    height: 38px;
    top: 8px;
    right: 8px;
    left: unset;
    font-size: 18px;
  }
  .present__tour__content[data-ranking="6"]::after, [data-ranking="6"].present__tour__content--single::after {
    width: 38px;
    height: 38px;
    top: 8px;
    right: 8px;
    left: unset;
    font-size: 18px;
  }
  .present__tour__content[data-ranking="7"]::after, [data-ranking="7"].present__tour__content--single::after {
    width: 38px;
    height: 38px;
    top: 8px;
    right: 8px;
    left: unset;
    font-size: 18px;
  }
  .present__tour__content[data-ranking="8"]::after, [data-ranking="8"].present__tour__content--single::after {
    width: 38px;
    height: 38px;
    top: 8px;
    right: 8px;
    left: unset;
    font-size: 18px;
  }
  .present__tour__content[data-ranking="9"]::after, [data-ranking="9"].present__tour__content--single::after {
    width: 38px;
    height: 38px;
    top: 8px;
    right: 8px;
    left: unset;
    font-size: 18px;
  }
  .present__tour__content[data-ranking="10"]::after, [data-ranking="10"].present__tour__content--single::after {
    width: 38px;
    height: 38px;
    top: 8px;
    right: 8px;
    left: unset;
    font-size: 18px;
  }
  .present__tour__content--single[data-ranking="1"]::after,.present__tour__content--single[data-ranking="2"]::after,.present__tour__content--single[data-ranking="3"]::after,.present__tour__content--single[data-ranking="4"]::after,.present__tour__content--single[data-ranking="5"]::after,.present__tour__content--single[data-ranking="6"]::after,.present__tour__content--single[data-ranking="7"]::after,.present__tour__content--single[data-ranking="8"]::after,.present__tour__content--single[data-ranking="9"]::after,.present__tour__content--single[data-ranking="10"]::after {
    right: unset;
    left: 10px;
    top: 10px;
  }
  .present__tour__content, .present__tour__content--single {
    margin: 0 0px;
    width: 260px;
  }
  .present__tour__content--index {
    width: 100%;
  }
  .present__tour__content--list {
    width: 89.333%;
    margin: 0 auto;
  }
  .present__tour__content__ranking-img {
    top: 10px;
    left: 10px;
  }
  .present__tour__content__main-img, .present__tour__content__main-img--single, .present__tour__content__main-img--ranking,.present__tour__content__main-img--single {
    height: 172px;
  }
  .search-box__section {
    background-color: #ffc402;
    width: 100%;
    display: none;
    z-index: 100;
    position: absolute;
    top: 60px;
    left: 0;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0px;
  }
  .search-head {
    background-color: #fff;
  }
  .search-head img {
    width: 100%;
    vertical-align: bottom;
  }
  .search-head--hidden {
    display: none !important;
  }
  .search-wrapper {
    border-radius: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
    width: calc(100% - 10px);
    margin-top: 0px;
  }
  .search-wrapper--view {
    margin: 0 auto;
  }
  .search-wrapper::before {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100vh - 65px);
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 60px;
    z-index: -1;
  }
  .search-wrapper .search-box {
    width: 100%;
    padding: 20px 15px 21px;
  }
  .search-wrapper .search-box.uwasa {
    padding: 20px 20px 34px;
  }
  .search-wrapper .search-box.spot {
    position: relative;
    padding: 16px 20px 20px;
  }
  .search-wrapper .search-box.spot::after {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background: #D3D3D3;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
  }
  .search-wrapper .search-box__wrap {
    grid-template-columns: calc(100% - 78px) 70px;
  }
  .search-wrapper .search-box__ttl {
    line-height: 30px;
    margin-bottom: 8px;
    padding-left: 30px;
    font-size: 18px;
  }
  .search-wrapper .search-box__ttl::before {
    width: 25px;
    height: 25px;
  }
  .search-wrapper .search-box__txt {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 22px;
  }
  .search-wrapper .search-box input {
    height: 40px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    margin-bottom: 0px;
    padding: 0 10px;
    font-size: 15px;
    background-color: #f5f5f5;
  }
  .search-wrapper .search-box select {
    height: 40px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    margin-bottom: 0px;
    padding: 0 10px;
    font-size: 15px;
  }
  .search-wrapper .uwasa {
    border-right: none;
    border-bottom: 1px solid #d3d3d3;
  }
  .search-wrapper .pagesearch-btn {
    height: 40px;
    width: 100%;
    font-size: 15px;
  }
  .search-wrapper .location-btn {
    height: 40px;
    width: 100%;
    border-radius: 5px;
    padding: 0px;
    font-size: 12px;
  }
  .search-wrapper .location-btn img {
    width: 12px;
    height: 16px;
    margin-right: 4px;
  }
  .search-option {
    padding: 34px 0 0;
    font: normal normal bold 20px/32px Hiragino Sans;
  }
  .tour__article__writer__wrap {
    display: grid;
    grid-template-columns: 48px auto 120px;
    gap: 9px;
    padding: 16px 9px 16px;
    height: 94px;
  }
}
@media (max-width: 500px){
  .bound_link_wrap {
    height: 200px;
  }

  .person-pc, .person-pc-hover {
    width: 156px;
    height: 200px;
  }

  #person-link {
    width: 73px;
    top: 7px;
    left: 70px;
    font-size: 11px;
  }

  .close_btn {
    top: -20px;
    left: 140px;
  }
}
@media (min-width: 1001px){
  .sp {
    display: none !important;
  }
  .search-box__section--notop {
    display: none;
  }
  .search-wrapper .search-box__section--notop {
    display: none;
  }
}

/*# sourceMappingURL=common.css.map*/