/* hover */
@media only screen and (min-width: 801px) {
  #top-v .link-list li:hover {
    text-decoration: none;
    color: var(--gray);
  }
  #top-v .link-list li a:hover::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: var(--gray);
    animation: btn_animation 2s ease-in-out infinite;
  }
  @-webkit-keyframes btn_animation {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    5% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 1;
    }
    55% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  .details-link-list li:hover {
    text-decoration: none;
    color: var(--gray);
  }
  .details-link-list li a:hover::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: var(--gray);
    animation: btn_animation 2s ease-in-out infinite;
  }
  .link-item a:hover {
    text-decoration: none;
    color: var(--gray);
  }
  .link-item a div:hover::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: var(--gray);
    animation: btn_animation 2s ease-in-out infinite;
  }
  .step a:hover {
    filter: brightness(.5);
  }
  .tab-item:hover {
    filter: brightness(.7);
  }
  .fw-static-api-wrap .fw-static-api-search__item:hover {
    filter: brightness(.7);
  }
  #page-top a:hover {
    text-decoration: none;
    background: var(--d-gray);
  }
}
/* pc */
@media only screen and (max-width: 1200px) {
  /* common -----------------------------------------*/
  /* pankuzu -----------------------------------------*/
  /* top-v -----------------------------------------*/
  #top-v .wrapper {
    background-size: 140%;
    height: 600px;
  }
  #top-v .inner {
    max-width: 1200px;
    width: 90%;
  }
  #top-v .illust-item03 {
    position: absolute;
    top: 300px;
    left: 80px;
  }
  #top-v h1 {
    width: 300px;
    margin: 0 auto 2em;
  }
  #top-v .link-list {
    grid-column-gap: 1em;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  #top-v .link-list li a {
    width: unset;
    height: 70px;
    font-size: 1.25rem;
  }
  /* about -----------------------------------------*/
  /* campaign-details -----------------------------------------*/
  .details-link-list li a {
    font-size: 1.25rem;
    height: 70px;
  }
  .discount-content .sub-heading {
    display: grid;
    grid-template-columns: 1fr 5fr;
    grid-column-gap: 1em;
    align-items: center;
    font-size: 1.5rem;
    max-width: 680px;
    margin: 0 0 .5em auto;
  }
  .discount-content .add {
    left: -30px;
  }
  .more {
    position: absolute;
    top: auto;
    bottom: 100px;
    left: auto;
    right: -30px;
    max-width: 460px;
  }
  .more::before {
    width: 460px;
    height: 460px;
  }
  .step p {
    max-width: 650px;
  }
  #gourmet-about ul {
    font-size: 1.25rem;
  }
  /* campaign-products -----------------------------------------*/
  /* search -----------------------------------------*/
  /* page-top -----------------------------------------*/
}
@media only screen and (max-width: 1000px) {
  /* common -----------------------------------------*/
  .all-container {
    font-size: 1rem;
  }
  .heading h2 {
    font-size: 1.75rem;
  }
  .w1000 {
    display: block;
  }
  .heading-illust-list .illust-item01 {
    position: absolute;
    top: -10px;
    left: -320px;
  }
  .heading-illust-list .illust-item02 {
    width: 140px;
    position: absolute;
    top: -10px;
    left: 190px;
  }
  .curve02 .curve-content {
    height: 250px;
  }
  /* pankuzu -----------------------------------------*/
  /* top-v -----------------------------------------*/
  #top-v .wrapper {
    position: relative;
    background-position: 20% 100%;
  }
  #top-v .illust-item01 {
    position: absolute;
    top: 100px;
    left: 10px;
  }
  #top-v .illust-item02 {
    position: absolute;
    top: 200px;
    left: 100px;
  }
  #top-v .illust-item03 {
    position: absolute;
    top: 300px;
    left: 0;
  }
  #top-v .illust-item04 {
    position: absolute;
    top: 110px;
    left: auto;
    right: 60px;
  }
  #top-v .illust-item05 {
    width: 100px;
    position: absolute;
    top: 200px;
    left: auto;
    right: 80px;
  }
  /* about -----------------------------------------*/
  #about .text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    max-width: 800px;
    width: 90%;
    line-height: var(--h-20);
  }
  /* campaign-details -----------------------------------------*/
  .details-link-list {
    margin: 5em auto 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
  .middle-heading h3 {
    font-size: 1.5rem;
  }
  .discount-content {
    position: relative;
    margin: 2em auto 3em;
    padding: 2em;
  }
  .discount-content .sub-heading {
    display: block;
    font-size: 1.25rem;
    max-width: 460px;
    margin: 0 0 0 150px;
  }
  .benefits h5 {
    display: inline-block;
    padding: .5em 1em;
    margin: 0 0 .5em 0;
    font-size: 1.125rem;
  }
  .discount-content .add {
    position: absolute;
    top: -20px;
    left: -10px;
  }
  .col-red .large {
    font-size: 1.85rem;
  }
  .example-list {
    margin: 1.5em 0 0 0;
  }
  .example-list .image-content .location {
    position: absolute;
    top: -20px;
    left: -10px;
  }
  .more {
    position: relative;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    transform: translate(-50%, 0);
    max-width: 600px;
    width: 100%;
    margin: 4em 0 3em 0;
  }
  .step {
    margin: 2.5em auto 0;
    padding: 5em 2em 2em;
  }
  .step h4 {
    display: block;
    position: absolute;
    top: 15px;
    left: -10px;
    font-size: 1.125rem;
    padding: .5em 1em;
  }
  .qr-list {
    display: block;
    margin: 2em auto 0 auto;
  }
  .qr-list li:nth-child(1) {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 2.5em;
    align-items: center;
    max-width: 500px;
    width: 100%;
    margin: 2em auto 1em auto;
  }
  .qr-list .image {
    margin: 0 auto;
  }
  .step p {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }
  .qr-list li:nth-child(2) p {
    max-width: 750px;
    width: 100%;
    margin: 0;
  }
  .qr-list .fukidashi p {
    margin: 0;
  }
  .qr-list .fukidashi p::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: calc(50px / 2 * tan(60deg));
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .link-item {
    max-width: 500px;
    width: 90%;
    margin: 8em auto 0;
    padding: 0 0 6em;
  }
  .link-item a {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
  }
  .link-item a div {
    font-size: 1.25rem;
    height: 80px;
    text-align: center;
  }
  .link-item .btn-illust .illust-item01 {
    position: absolute;
    top: 30px;
    left: -350px;
  }
  .link-item .btn-illust .illust-item02 {
    position: absolute;
    top: -30px;
    left: 200px;
  }
  /* campaign-products -----------------------------------------*/
  .tab-item {
    padding: .5em 0;
    margin: 1em 0 1em;
    font-size: 1.25rem;
  }
  .fw-static-api-wrap .fw-static-api-search-wrap {
    display: block;
    margin: 0 0 1em;
  }
  .fw-static-api-wrap .fw-static-api-search__item {
    width: 100%;
    margin: 0 0 1em;
    background-color: transparent;
  }
  .fw-static-api-wrap .fw-static-api-search-data {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .fw-static-api-wrap .fw-static-api-search-img img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
    width: 100%;
    min-height: 360px;
    height: 100%;
  }
  .yado-list .fw-static-api-wrap .fw-static-api-search-img img {
    min-height: 200px;
  }
  .fw-static-api-wrap .fw-static-api-search-info {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 1em 1.5em;
    margin: auto 0;
    min-height: 250px;
    height: 100%;
  }
  .yado-list .fw-static-api-wrap .fw-static-api-search-info {
    min-height: 200px;
  }
  .tour-list .fw-static-api-wrap .fw-static-api-search-img::after {
    position: absolute;
    top: 15px;
    left: -10px;
    width: 200px;
    height: 40px;
  }
  .yado-list .fw-static-api-wrap .fw-static-api-search-img::after {
    position: absolute;
    top: 15px;
    left: -10px;
    width: 230px;
    height: 40px;
  }
  /* search -----------------------------------------*/
  #search .container {
    padding: 1em 0 4em;
    margin: 0;
  }
  .s-tab-item {
    font-size: 1.25rem;
  }
  /* page-top -----------------------------------------*/
}
@media only screen and (max-width: 768px) {
  /* common -----------------------------------------*/
  .curve01 .curve-content {
    height: 500px;
  }
  .illust-item {
    width: 120px;
  }
  .heading h2 {
    font-size: 1.5rem;
  }
  .heading-illust-list .illust-item {
    width: 90px;
  }
  .heading-illust-list .illust-item01 {
    position: absolute;
    top: -10px;
    left: -240px;
  }
  .heading-illust-list .illust-item02 {
    width: 120px;
    position: absolute;
    top: -10px;
    left: 150px;
  }
  .w768 {
    display: block;
  }
  /* pankuzu -----------------------------------------*/
  #pankuzu {
    display: none;
  }
  /* top-v -----------------------------------------*/
  #top-v .wrapper {
    background-size: 300%;
    background-position: 40% 100%;
    height: 700px;
  }
  #top-v .link-list {
    display: block;
    width: 90%;
  }
  #top-v .link-list li {
    margin: 1em 0 0;
  }
  #top-v .illust-item02 {
    position: absolute;
    top: 200px;
    left: 40px;
  }
  #top-v .illust-item03 {
    position: absolute;
    top: 300px;
    left: 0;
  }
  #top-v .illust-item04 {
    position: absolute;
    top: 110px;
    left: auto;
    right: 10px;
  }
  #top-v .illust-item05 {
    width: 80px;
    position: absolute;
    top: 200px;
    left: auto;
    right: 20px;
  }
  #top-v h1 {
    margin: 0 auto 5em;
  }
  #top-v .link-list li a {
    height: 60px;
  }
  /* about -----------------------------------------*/
  #about .text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  /* campaign-details -----------------------------------------*/
  .details-link-list {
    display: block;
    width: 90%;
  }
  .details-link-list li {
    margin: 0 0 1em 0;
  }
  .details-link-list li a {
    font-size: 1.125rem;
    height: 70px;
  }
  .middle-heading h3 {
    font-size: 1.25rem;
    padding: 1em;
  }
  #campaign-details .wrapper {
    margin: 3em auto 4em;
    padding: 0 0 4em;
  }
  .discount-content .add {
    position: absolute;
    top: -20px;
    left: auto;
    right: -20px;
    width: 130px;
  }
  .discount-content .sub-heading {
    margin: 0 0 .5em 0;
  }
  .example-list {
    display: block;
  }
  .example-list li {
    margin: 2em 0 0;
  }
  .example-list .image-content .location {
    position: absolute;
    top: 20px;
    left: -10px;
  }
  .more {
    margin: 5em 0 3em 0;
  }
  .more .col-red {
    font-size: 1.35rem;
  }
  #gourmet-method .middle-heading .fukidashi {
    width: 150px;
  }
  .step p {
    font-size: 1.125rem;
  }
  th {
    font-size: 1.125rem;
  }
  #gourmet-about ul {
    font-size: 1.125rem;
  }
  .link-item {
    max-width: 450px;
    width: 90%;
    width: 90%;
    margin: 6em auto 0;
    padding: 0 0 6em;
  }
  .link-item a {
    max-width: 450px;
    width: 90%;
    margin: 0 auto;
  }
  .link-item a div {
    font-size: 1.125rem;
    height: 80px;
  }
  .link-item .btn-illust .illust-item {
    width: 100px;
  }
  .link-item .btn-illust .illust-item01 {
    position: absolute;
    top: 30px;
    left: -280px;
  }
  .link-item .btn-illust .illust-item02 {
    position: absolute;
    top: -30px;
    left: 170px;
  }
  /* campaign-products -----------------------------------------*/
  .tab-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin: 0 0 3em 0;
  }
  .tab-item {
    padding: .5em 0;
    margin: 0;
    font-size: 1.25rem;
  }
  #campaign-products .link-item {
    margin: 6em auto 4em;
  }
  .fw-static-api-wrap .fw-static-api-search-data {
    grid-template-columns: 1fr 2fr;
  }
  /* search -----------------------------------------*/
  #search .heading {
    margin: 1em 0 3em 0;
  }
  .s-tab-container {
    padding: 1em;
  }
  .s-tab-panel {
    padding: 1.5em;
  }
  .s-tab-item {
    font-size: 1.125rem;
  }
  .fw-top .fw-search-top__item-label {
    margin: 10px 0 0;
  }
  .fw-top .fw-search-top--tour .fw-departure-wrap {
    padding-top: 0;
  }
  .tour-list .fw-static-api-wrap .fw-static-api-search-img::after {
    position: absolute;
    top: 15px;
    left: -10px;
    width: 180px;
    height: 40px;
    font-size: .875rem;
  }
  .yado-list .fw-static-api-wrap .fw-static-api-search-img::after {
    position: absolute;
    top: 15px;
    left: -10px;
    width: 200px;
    height: 40px;
    font-size: .875rem;
  }
  /* page-top -----------------------------------------*/
}
@media only screen and (max-width: 599px) {
  /* common -----------------------------------------*/
  .all-container {
    font-size: .875rem;
    background-size: 50%;
  }
  .curve01 .curve-content {
    height: 320px;
  }
  .curve02 .curve-content {
    height: 210px;
  }
  .heading {
    margin: 6em 0 0 0;
  }
  .heading h2 {
    font-size: 1.25rem;
  }
  .heading-illust-list .illust-item {
    width: 70px;
  }
  .heading-illust-list .illust-item01 {
    position: absolute;
    top: -40px;
    left: -160px;
  }
  .heading-illust-list .illust-item02 {
    width: 90px;
    position: absolute;
    top: 40px;
    left: 80px;
  }
  .w599 {
    display: block;
  }
  /* pankuzu -----------------------------------------*/
  /* top-v -----------------------------------------*/
  #top-v .wrapper {
    background-size: 205%;
    background-position: 24% 100%;
    height: 400px;
  }
  #top-v .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #top-v .link-content {
    padding: 1em 0;
    background-color: var(--yellow);
  }
  #top-v .link-list {
    display: block;
  }
  #top-v .minw600 {
    display: none;
  }
  #top-v .link-list li {
    margin: 1em 0 0;
  }
  .illust-item {
    width: 80px;
  }
  #top-v .illust-item01 {
    position: absolute;
    top: 100px;
    left: 0;
  }
  #top-v .illust-item02 {
    position: absolute;
    top: 180px;
    left: 10px;
  }
  #top-v .illust-item03 {
    position: absolute;
    top: 250px;
    left: 0;
  }
  #top-v .illust-item04 {
    position: absolute;
    top: 100px;
    left: auto;
    right: 0;
  }
  #top-v .illust-item05 {
    width: 60px;
    position: absolute;
    top: 160px;
    left: auto;
    right: 0;
  }
  #top-v h1 {
    margin: 0 auto 2em;
    max-width: 200px;
    width: 95%;
  }
  #top-v h2 {
    width: 100%;
    font-size: 1rem;
    margin: 0 auto 1em;
  }
  #top-v h2 .deco {
    font-size: 1.25rem;
  }
  #top-v .link-list li a {
    height: 50px;
    font-size: 1rem;
    border: solid 1px var(--white);
  }
  /* about -----------------------------------------*/
  #about .text {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: left;
  }
  #about .text br {
    display: none;
  }
  /* campaign-details -----------------------------------------*/
  .details-link-list li a {
    font-size: 1rem;
    height: 50px;
  }
  .middle-heading h3 {
    font-size: 1.125rem;
    padding: .7em;
  }
  .discount-content .add {
    position: absolute;
    top: -40px;
    left: auto;
    right: -10px;
    width: 110px;
  }
  .discount-content {
    position: relative;
    margin: 4em auto 3em;
    padding: 2em 1em;
  }
  .discount-content .sub-heading {
    font-size: 1rem;
  }
  .benefits h5 {
    font-size: 1rem;
    padding: .3em .8em;
  }
  .discount-content .col-red {
    display: block;
    line-height: var(--h-15);
    margin: .5em 0 0 0;
  }
  .col-red .large {
    font-size: 1.75rem;
  }
  .example-content .fukidashi {
    position: relative;
    width: 200px;
    margin: 0 0 0 .5em;
  }
  .example-list li {
    margin: 1.5em 0 0;
  }
  .example-list .image-content .location {
    position: absolute;
    top: 10px;
    left: -10px;
  }
  .more {
    margin: 4em 0 0 0;
  }
  .more .more-title {
    display: block;
  }
  .more::before {
    width: 300px;
    height: 300px;
  }
  .more .col-red {
    font-size: 1.125rem;
  }
  .more .add {
    position: absolute;
    top: -30px;
    left: auto;
    right: 0;
    width: 110px;
  }
  #gourmet-method .middle-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 1em;
    padding: 1em 0;
  }
  #gourmet-method .benefits h4 {
    padding: .3em .8em;
  }
  #gourmet-method .middle-heading h3 {
    margin: .5em 0 0;
  }
  .step {
    margin: 2em auto 0;
    padding: 4.5em 1em 2em;
  }
  .step h4 {
    display: block;
    position: absolute;
    top: 15px;
    left: -10px;
    font-size: 1rem;
    padding: .3em .8em;
  }
  .step p {
    font-size: .875rem;
  }
  .qr-list li:nth-child(1) {
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 2em auto 1em auto;
  }
  .qr-list .fukidashi p {
    font-size: .875rem;
    margin: 0 0 2em 0;
  }
  .qr-list .fukidashi p::after {
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: calc(50px / 2 * tan(60deg));
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  #campaign-details .wrapper {
    padding: 0 0 4em;
  }
  #campaign-details #gourmet-about .wrapper .inner {
    margin: 2em auto 0;
  }
  #gourmet-about ul {
    font-size: 1rem;
  }
  #gourmet-about th {
    min-width: 100px;
    font-size: 1rem;
  }
  .link-item {
    max-width: 320px;
    margin: 4em auto 0;
    padding: 0 0 4em;
  }
  .link-item a {
    max-width: 450px;
    width: 90%;
    margin: 0 auto;
  }
  .link-item a div {
    font-size: 1rem;
    height: 80px;
    text-align: center;
  }
  .link-item .btn-illust .illust-item {
    width: 70px;
  }
  .link-item .btn-illust .illust-item01 {
    position: absolute;
    top: 40px;
    left: -180px;
  }
  .link-item .btn-illust .illust-item02 {
    position: absolute;
    top: -30px;
    left: 100px;
  }
  /* campaign-products -----------------------------------------*/
  #campaign-products .heading-illust-list .illust-item01 {
    position: absolute;
    top: -50px;
    left: -160px;
  }
  #campaign-products .heading-illust-list .illust-item02 {
    width: 70px;
    position: absolute;
    top: 30px;
    left: 85px;
  }
  .tab-item {
    font-size: 1rem;
  }
  .fw-static-api-wrap .fw-static-api-search-data {
    display: block;
  }
  .fw-static-api-wrap .fw-static-api-search-info {
    padding: 1em 1em;
    min-height: 50px;
    height: 100%;
  }
  .fw-static-api-wrap .fw-static-api-search-col {
    font-size: .75rem;
  }
  .fw-static-api-wrap .fw-static-api-search-price-sub {
    font-size: .75rem;
  }
  .fw-static-api-wrap .fw-static-api-search-price-num {
    font-size: 1.25rem;
  }
  .fw-static-api-wrap .fw-static-api-search-img img {
    object-fit: cover;
    aspect-ratio: 2 / 1;
    width: 100%;
    min-height: 100px;
    height: 100%;
  }
  .yado-list .fw-static-api-wrap .fw-static-api-search-img img{
    min-height: 100px;
  }
  .fw-static-api-wrap .fw-static-api-search-name {
    font-size: .875rem;
  }
  .tour-list .fw-static-api-wrap .fw-static-api-search-img::after {
    position: absolute;
    top: 15px;
    left: -5px;
  }
  .yado-list .fw-static-api-wrap .fw-static-api-search-img::after {
    position: absolute;
    top: 15px;
    left: -5px;
  }
  .yado-list .fw-static-api-wrap .fw-static-api-search-info {
    min-height: 50px;
  }
  #campaign-products .link-item {
    margin: 5em auto 0;
  }
  .fw-static-api-wrap .fw-static-api-search-price-num {
    font-size: 1.25rem;
  }
  .fw-static-api-wrap .fw-static-api-search-price-unit {
    font-size: .875rem;
  }
  /* search -----------------------------------------*/
  .s-tab-list {
    grid-column-gap: .2em;
  }
  .s-tab-item {
    font-size: 1rem;
    padding: .5em;
    text-align: center;
    line-height: var(--h-15);
  }
  .s-tab-panel {
    padding: 1em 1.5em 1.5em;
  }
  /* page-top -----------------------------------------*/
}
@media only screen and (max-width: 400px) {
  .curve01 .curve-content {
    height: 420px;
  }
  .table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  th, td {
    padding: 0.3em;
  }
  th {
    font-size: 1rem;
  }
  .w400 {
    display: block;
  }
}
@media only screen and (max-width: 350px) {
  #top-v .wrapper {
        background-size: 215%;
        background-position: 24% 100%;
        height: 380px;
    }
}