@charset "shift_jis";

/* ======================================================
 * home.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Page Component
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  .Main__content {
    width: 100%;
    max-width: initial;
    padding-top: 0;
    padding-bottom: 0;
  }
  _:-ms-lang(x)::-ms-backdrop, .Main__content {
    max-width: 100%;
  }
  .cocktail-search {
    width: 100%;
    margin-left: 0;
  }

  /* ------------------------------------------------------
   * PageComponent
  ------------------------------------------------------ */
  /* ----- home-container ----- */
  .home-container {
    max-width: calc(1620px + (20px * 2));
    margin: 0 auto;
    padding: 0 20px;
  }
  
  /* ----- home-heading ----- */
  .home-heading {
    display: flex;
    justify-content: center;
    margin: 0;
    font-size: 2.2rem;
    line-height: 1.1;
    text-align: center;
  }
  [class*="home-heading__label"] {
    position: relative;
  }
  .home-heading__label--season {
    padding-left: 44px;
  }
  .home-heading__label--quick {
    padding-left: 47px;
  }
  .home-heading__label--arrange {
    padding-left: 40px;
  }
  .home-heading__label--knowledge {
    padding-left: 52px;
  }
  .home-heading__label--special {
    padding-left: 44px;
  }
  [class*="home-heading__label"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .home-heading__label--season::before {
    width: 29px;
    height: 24px;
    background-image: url("/cocktailguide/img/index_h2_ic01.png");
  }
  .home-heading__label--quick::before {
    width: 34px;
    height: 30px;
    background-image: url("/cocktailguide/img/index_h2_ic02.png");
  }
  .home-heading__label--arrange::before {
    width: 26px;
    height: 27px;
    background-image: url("/cocktailguide/img/index_h2_ic03.png");
  }
  .home-heading__label--knowledge::before {
    width: 30px;
    height: 26px;
    background-image: url("/cocktailguide/img/index_h2_ic04.png");
  }
  .home-heading__label--special::before {
    width: 25px;
    height: 30px;
    background-image: url("/cocktailguide/img/index_h2_ic05.png");
  }
  
  /* ----- home-button ----- */
  .home-button {
    display: flex;
    justify-content: center;
    margin: 2em 0 0;
  }
  .home-button__type {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 50px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 9999px;
    color: #000 !important;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none !important;
  }
  .home-button__type:hover {
    background: #c28824;
    color: #fff !important;
  }
  
  /* ----- home-carousel-controller ----- */
  .home-carousel-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
  }
  .home-carousel-controller__pager + .home-carousel-controller__switch {
    margin-left: 28px;
  }
  .home-carousel-controller__pager + .home-carousel-controller__navi {
    margin-left: 25px;
  }
  .home-carousel-controller__navi + .home-carousel-controller__switch {
    margin-left: 26px;
  }
  
  /* ----- home-carousel-pager ----- */
  .home-carousel-pager {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .home-carousel-pager > li + li {
    margin-left: 25px;
  }
  .home-carousel-pager > li > button {
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    background: #ccc;
    border: none;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .home-carousel-pager > li.slick-active > button {
    background-color: #c28824;
  }
  
  /* ----- home-carousel-navi ----- */
  .home-carousel-navi .slick-arrow {
    width: 11px;
    height: 19px;
    margin: 0;
    padding: 0;
    background: transparent url("/cocktailguide/img/index_carousel_bt01.png") no-repeat 0 0;
    background-size: 100% 100%;
    border: none;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .home-carousel-navi .slick-arrow + .slick-arrow {
    margin-left: 25px;
  }
  .home-carousel-navi .slick-next {
    transform: scale(-1, 1);
  }
  
  /* ----- home-carousel-pause ----- */
  /* ----- home-carousel-play ----- */
  .home-carousel-pause,
  .home-carousel-play {
    position: relative;
    width: 14px;
    height: 20px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .home-carousel-pause::before,
  .home-carousel-pause::after,
  .home-carousel-play::before {
    content: "";
    position: absolute;
  }
  .home-carousel-pause::before,
  .home-carousel-pause::after {
    top: 0;
    width: 3px;
    height: 100%;
    background: #000;
  }
  .home-carousel-pause::before {
    left: 0;
  }
  .home-carousel-pause::after {
    left: 7px;
  }
  .home-carousel-play::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #000;
  }
  
  /* ----- home-visual ----- */
  .home-visual {
    display: flex;
    flex-wrap: wrap;
  }
  .home-visual__pickup,
  .home-visual__season {
    width: 50%;
  }
  .home-visual__pickup {
    order: 1;
  }
  .home-visual__search {
    order: 3;
    width: 100%;
  }
  .home-visual__season {
    order: 2;
    display: flex;
  }
  
  /* ----- home-pickup ----- */
  .home-pickup-carousel {
    position: relative;
  }
  .home-pickup-carousel__screen {
    line-height: 0;
  }
  .home-pickup-carousel__type {
    position: relative;
    display: block;
    text-decoration: none !important;
  }
  .home-pickup-carousel__glass {
    margin: 0;
  }
  .home-pickup-carousel__glass img {
    width: 100%;
  }
  .home-pickup-carousel__body {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 28.5964%;
    padding: 3.125% 0 0 6.25%;
    background: rgba(255,255,255,0.6);
    z-index: 0;
  }
  .home-pickup-carousel__category {
    color: #c28824;
    font-size: calc(1.4rem + ((1vw - 1.024rem) * 0.8928));
    font-weight: 700;
    line-height: 1.1;
  }
  .home-pickup-carousel__title {
    margin: 0.4687em 0 0;
    color: #000;
    font-size: calc(2rem + ((1vw - 1.024rem) * 1.3392));
    font-weight: 700;
    line-height: 1.1;
  }
  .home-pickup-carousel__bottle {
    position: absolute;
    right: 8.5416%;
    bottom: 0;
    width: 11.1458%;
    margin: 0;
    z-index: -1;
  }
  .home-pickup-carousel__bottle img {
    width: 100%;
  }
  .home-pickup-carousel .home-carousel-controller {
    position: absolute;
    bottom: 3.5087%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  
  /* ----- home-season ----- */
  .home-season {
    display: flex;
    width: 100%;
    padding: 3.3631vw 0 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
  }
  .home-season.is-spring {
    background-image: url("/cocktailguide/img/index_season_bg01.jpg");
  }
  .home-season.is-summer {
    background-image: url("/cocktailguide/img/index_season_bg02.jpg");
  }
  .home-season.is-autumn {
    background-image: url("/cocktailguide/img/index_season_bg03.jpg");
  }
  .home-season.is-winter {
    background-image: url("/cocktailguide/img/index_season_bg04.jpg");
  }
  .home-season__inner {
    position: relative;
    width: 100%;
  }
  .home-season__inner::before {
    position: absolute;
    bottom: 8.7vw;
    left: 0;
    width: 100%;
    height: 4.27083vw;
    content: "";
  }
  .home-season.is-spring .home-season__inner::before {
    background: url("/cocktailguide/img/index_season_im01.jpg") no-repeat center/cover;
  }
  .home-season.is-summer .home-season__inner::before {
    background: url("/cocktailguide/img/index_season_im02.jpg") no-repeat center/cover;
  }
  .home-season.is-autumn .home-season__inner::before {
    background: url("/cocktailguide/img/index_season_im03.jpg") no-repeat center/cover;
  }
  .home-season.is-winter .home-season__inner::before {
    background: url("/cocktailguide/img/index_season_im04.jpg") no-repeat center/cover;
  }
  .home-season-carousel {
    position: relative;
    z-index: 1;
    overflow-x: auto;
    width: 100%;
    margin: 2.62743vw auto 0;
    padding: 0 59px;
    height: calc((100% - 2.62743vw) - 24.3px);
  }
  .home-season-carousel__screen {
    display: flex;
    width: calc((194px * 4) + (22px * 3));
    /*height: 19.2708vw;*/
  }
  .home-season-carousel__item {
    width: 194px;
    display: flex;
  }
  .home-season-carousel__item + .home-season-carousel__item {
    margin-left: 22px;
  }
  .home-season-carousel__type {
    width: 100%;
    text-decoration: none !important;
  }
  .home-season-carousel__head {
    padding-bottom: 1.14583vw;
  }
  .home-season-carousel__body {
    padding-top: 1.14583vw;
  }
  .home-season-carousel__image {
    margin: 0;
    text-align: center;
  }
  .home-season-carousel__image {
    height: 11.35416vw;
  }
  .home-season-carousel__image img {
    width: auto;
    max-width: none;
    height: 100%;
  }
  .home-season-carousel__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  .home-season-carousel__type .home-season-carousel__image img {
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .home-season-carousel__type:hover .home-season-carousel__image img {
    opacity: 0.7;
  }
  .home-season-carousel__type .home-season-carousel__title {
    color: #2563aa;
  }
  .home-season-carousel__type:hover .home-season-carousel__title {
    text-decoration: underline;
  }
  .home-season-carousel-badge {
    overflow: hidden;
    margin: 0.9375em 0 0;
  }
  .home-season-carousel-badge__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -10px -3px 0;
    padding: 0;
  }
  .home-season-carousel-badge__list > li {
    margin: 10px 3px 0;
    padding: 7px 12px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 9999px;
    color: #666;
    font-size: 1.3rem;
    line-height: 1.1;
  }
  
  /* ----- home-feel ----- */
  .home-feel {
    padding: 50px 0 60px;
  }
  .home-feel-heading2 {
    margin: 0;
    line-height: 0;
    text-align: center;
  }
  .home-feel-section {
    margin: 3.125em 0 0;
  }
  .home-feel-heading2 + .home-feel-section {
    margin-top: 1.875em;
  }
  .home-feel-card {
    display: flex;
    flex-wrap: wrap;
    margin: 1.875em 0 0;
  }
  .home-feel-card__item {
    width: calc(((100% - 35px * 4) / 5) - 0.1px);
    margin: 35px 0 0 35px;
  }
  .home-feel-card__item:nth-child(-n+5) {
    margin-top: 0;
  }
  .home-feel-card__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .home-feel-card__type {
    overflow: hidden;
    position: relative;
    display: block;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
    text-decoration: none !important;
    z-index: 0;
  }
  .home-feel-card__body {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 0 0 8.4459%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.9) 100%);
  }
  .home-feel-card__image {
    margin: 0;
  }
  .home-feel-card__image img {
    width: 100%;
  }
  .home-feel-card__title {
    width: 100%;
    color: #fff;
    font-size: 2rem;
    font-size: calc(1.8rem + ((1vw - 1.024rem) * 0.2232));
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  .home-feel-card__type .home-feel-card__image {
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .home-feel-card__type:hover .home-feel-card__image {
    opacity: 0.7;
  }
  .home-feel-card__type:hover .home-feel-card__title {
    text-decoration: underline;
  }
  
  /* ----- home-recipe ----- */
  .home-recipe {
    padding: 60px 0;
    border-top: 1px solid #ccc;
  }
  .home-recipe__inner {
    display: flex;
    justify-content: space-between;
  }
  [class*="home-recipe__item"] {
    width: calc(((100% - 34px) / 2) - 0.1px);
  }
  .home-recipe__body {
    margin: 1.25em 0 0;
  }
  .home-recipe__head > *:first-child,
  .home-recipe__body > *:first-child {
    margin-top: 0 !important;
  }
  .home-recipe__text {
    margin: 1.25em 0 0;
    text-align: center;
  }
  .home-recipe-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .home-recipe-card__item {
    display: flex;
    width: calc(((100% - 20px) / 2) - 0.1px);
    margin: 20px 0 0;
  }
  .home-recipe-card__item:nth-child(-n+2) {
    margin-top: 0;
  }
  [class*="home-recipe-card__type"] {
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 5px;
    z-index: 0;
  }
  [class*="home-recipe-card__type"]:not(.home-recipe-card__type--nolink) {
    color: #333 !important;
    text-decoration: none !important;
  }
  .home-recipe-card__body {
    padding: 20px 25px 40px;
  }
  .home-recipe-card__body > *:first-child {
    margin-top: 0 !important;
  }
  .home-recipe-card__image {
    margin: 0;
  }
  .home-recipe-card__image img {
    width: 100%;
  }
  .home-recipe-card__title {
    color: #2563aa;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3888;
  }
  .home-recipe-card__text {
    margin: 0.625em 0 0;
    font-weight: 700;
  }
  [class*="home-recipe-card__type"]:not(.home-recipe-card__type--nolink) .home-recipe-card__image img {
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  [class*="home-recipe-card__type"]:not(.home-recipe-card__type--nolink):hover .home-recipe-card__image img {
    opacity: 0.7;
  }
  [class*="home-recipe-card__type"]:not(.home-recipe-card__type--nolink):hover .home-recipe-card__title {
    text-decoration: underline;
  }
  .home-recipe-card-v2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .home-recipe-card-v2__item {
    display: flex;
    width: calc(((100% - 21px * 2) / 3) - 0.1px);
    margin: 21px 0 0 21px;
  }
  .home-recipe-card-v2__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .home-recipe-card-v2__item:nth-child(3n+1) {
    margin-left: 0;
  }
  [class*="home-recipe-card-v2__type"] {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 16px 23px 30px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 5px;
    z-index: 0;
  }
  [class*="home-recipe-card-v2__type"]:not(.home-recipe-card-v2__type--nolink) {
    color: #333 !important;
    text-decoration: none !important;
  }
  .home-recipe-card-v2__body {
    margin: 1.25em 0 0;
  }
  .home-recipe-card-v2__body > *:first-child {
    margin-top: 0 !important;
  }
  .home-recipe-card-v2__image {
    margin: 0;
    text-align: center;
  }
  .home-recipe-card-v2__image img {
    max-width: 124px;
    width: 100%;
  }
  .home-recipe-card-v2__title {
    color: #2563aa;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3888;
  }
  .home-recipe-card-v2-badge {
    overflow: hidden;
    margin: 0.625em 0 0;
  }
  .home-recipe-card-v2-badge__list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px 0 0;
    padding: 0;
  }
  .home-recipe-card-v2-badge__list > li {
    margin: 10px 10px 0 0;
    padding: 7px 12px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 9999px;
    color: #666;
    font-size: 1.3rem;
    line-height: 1.1;
  }
  [class*="home-recipe-card-v2__type"]:not(.home-recipe-card-v2__type--nolink) .home-recipe-card-v2__image img {
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  [class*="home-recipe-card-v2__type"]:not(.home-recipe-card-v2__type--nolink):hover .home-recipe-card-v2__image img {
    opacity: 0.7;
  }
  [class*="home-recipe-card-v2__type"]:not(.home-recipe-card-v2__type--nolink):hover .home-recipe-card-v2__title {
    text-decoration: underline;
  }
  
  /* ----- home-knowledge ----- */
  .home-knowledge {
    padding: 60px 0;
    background: #f4f4f4;
  }
  .home-knowledge-column {
    display: flex;
    justify-content: space-between;
    margin: 2.8125em 0 0;
  }
  .home-knowledge-column__item {
    width: calc(((100% - 35px * 4) / 5) - 0.1px);
  }
  .home-knowledge-column__head {
    display: flex;
    align-items: center;
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
  }
  .home-knowledge-column__title {
    width: 100%;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  .home-knowledge-column__body {
    margin: 1.5625em 0 0;
  }
  .home-knowledge-link {
    margin: 0;
    padding: 0;
  }
  .home-knowledge-link > li + li {
    margin-top: 0.9375em;
  }
  [class*="home-knowledge-link__type"] {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    color: #000 !important;
    text-decoration: none !important;
  }
  [class*="home-knowledge-link__type"]::before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 7px;
    height: 11px;
    background: url("/cocktailguide/img/index_knowledge_ic01.png") no-repeat 0 0;
  }
  [class*="home-knowledge-link__type"]:hover {
    color: #558dcc !important;
    text-decoration: underline !important;
  }
  
  /* ----- home-special ----- */
  .home-special {
    padding: 60px 0;
  }
  .home-special-carousel {
    width: 996px;
    margin: 2.5em auto 0;
  }
  .home-special-carousel__screen {
    overflow: hidden;
    height: 0;
  }
  .home-special-carousel__screen.is-initialized {
    overflow: visible;
    height: auto;
  }
  .home-special-carousel__screen .slick-list {
    overflow: visible;
  }
  .home-special-carousel__item {
    float: left;
    width: 33.3333%;
    padding: 0 18px;
  }
  [class*="home-special-carousel__type"] {
    overflow: hidden;
    position: relative;
    display: block;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 5px;
    z-index: 0;
  }
  [class*="home-special-carousel__type"]:not(.home-special-carousel__type--nolink) {
    text-decoration: none !important;
  }
  .home-special-carousel__body {
    padding: 15px 24px 20px;
  }
  .home-special-carousel__image {
    margin: 0;
  }
  .home-special-carousel__image img {
    width: 100%;
  }
  .home-special-carousel__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3888;
  }
  .home-special-carousel__type--blank .home-special-carousel__title::after {
    content: "";
    position: relative;
    top: -1px;
    display: inline-block;
    width: 17px;
    height: 14px;
    margin: 0 0 0 10px;
    background: url("/cocktailguide/app-files/img/sprite/icon.svg#blank-usage") no-repeat 0 0;
    vertical-align: middle;
  }
  [class*="home-special-carousel__type"]:not(.home-special-carousel__type--nolink) .home-special-carousel__image img {
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  [class*="home-special-carousel__type"]:not(.home-special-carousel__type--nolink):hover .home-special-carousel__image img {
    opacity: 0.7;
  }
  [class*="home-special-carousel__type"]:not(.home-special-carousel__type--nolink) .home-special-carousel__title {
    color: #2563aa;
  }
  [class*="home-special-carousel__type"]:not(.home-special-carousel__type--nolink):hover .home-special-carousel__title {
    text-decoration: underline;
  }
  .home-special-carousel .home-carousel-controller {
    margin-top: 35px;
  }
  
  /* ----- home-liquorworld ----- */
  .home-liquorworld__type {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 200px;
    padding: 0 0 20px;
    background: url("/cocktailguide/img/index_liquorworld_bg01.jpg") no-repeat 50% 0;
    text-decoration: none !important;
  }
  .home-liquorworld__type:hover {
    opacity: 0.7;
  }
  .home-liquorworld__logo {
    padding: 0 9px 0 0;
    text-align: right;
  }
  .home-liquorworld__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 40px;
    margin: 0.875em 0 0;
    background: #c28824;
    border-radius: 9999px;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .home-special-carousel__screen::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1490px) {
  .home-season {
    padding: 3.3203125vw 0 0;
  }
  .home-season-carousel {
    margin-top: 1.5625vw;
    padding: 0 17px;
    height: calc((100% - 1.5625vw) - 24.3px);
  }
  .home-season__inner::before {
    height: 4.1015625vw;
    top: 12.7859375vw;
    bottom: auto;
  }
  .home-season-carousel__screen {
    width: calc(250px * 4);
  }
  .home-season-carousel__item {
    width: 250px;
  }
  .home-season-carousel__item + .home-season-carousel__item {
    margin-left: 0;
  }
  .home-season-carousel__image {
    height: 11.42578125vw;
  }
  .home-season-carousel__body {
    padding-top: 1.3671875vw;
  }
  
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-pickup-carousel__body {
    height: 97px;
    padding-top: 26px;
    padding-left: 20px;
  }
  .home-pickup-carousel__category {
    font-size: 1.4rem;
  }
  .home-pickup-carousel__title {
    margin-top: 0.25em;
    font-size: 2rem;
  }
  .home-pickup-carousel__bottle {
    width: 51px;
    right: 45px;
  }
  .home-pickup-carousel .home-carousel-controller {
    bottom: 10px;
  }
  .home-feel-card__item {
    width: calc(((100% - 20px * 4) / 5) - 0.1px);
    margin: 20px 0 0 20px;
  }
  .home-feel-card__body {
    padding-top: 15px;
  }
  .home-feel-card__title {
    font-size: 1.8rem;
  }
  .home-recipe-card__item {
    width: calc(((100% - 12px) / 2) - 0.1px);
    margin: 12px 0 0;
  }
  .home-recipe-card__body {
    padding-right: 15px;
    padding-left: 15px;
  }
  .home-recipe-card-v2__item {
    width: calc(((100% - 10px * 2) / 3) - 0.1px);
    margin: 10px 0 0 10px;
  }
  [class*="home-recipe-card-v2__type"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .home-recipe-card-v2__image img {
    max-width: 74px;
  }
  .home-knowledge-column__item {
    width: calc(((100% - 22px * 4) / 5) - 0.1px);
  }
  .home-special-carousel {
    width: 100%;
    padding: 0 18px;
  }
  .home-season {
    padding: 34px 0 0;
  }
  .home-season-carousel {
    margin-top: 16px;
    padding: 0 17px;
    height: calc((100% - 16px) - 24.3px);
  }
  .home-season__inner::before {
    height: 42px;
    top: 134px;
    bottom: auto;
  }
  .home-season-carousel__screen {
    width: calc(250px * 4);
  }
  .home-season-carousel__item {
    width: 250px;
  }
  .home-season-carousel__item + .home-season-carousel__item {
    margin-left: 0;
  }
  .home-season-carousel__image {
    height: 116px;
  }
  .home-season-carousel__head {
    padding-bottom: 12px;
  }
  .home-season-carousel__body {
    padding-top: 15px;
  }
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  .Main__content {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* ------------------------------------------------------
   * PageComponent
  ------------------------------------------------------ */
  /* ----- home-heading ----- */
  .home-heading {
    display: flex;
    justify-content: center;
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.1;
    text-align: center;
  }
  [class*="home-heading__label"] {
    position: relative;
  }
  .home-heading__label--season {
    padding-left: 26px;
  }
  .home-heading__label--quick {
    padding-left: 30px;
  }
  .home-heading__label--arrange {
    padding-left: 27px;
  }
  .home-heading__label--knowledge {
    padding-left: 27px;
  }
  .home-heading__label--special {
    padding-left: 25px;
  }
  [class*="home-heading__label"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .home-heading__label--season::before {
    width: 18px;
    height: 15px;
    background-image: url("/cocktailguide/img/index_h2_ic01.png");
  }
  .home-heading__label--quick::before {
    width: 21px;
    height: 18px;
    background-image: url("/cocktailguide/img/index_h2_ic02.png");
  }
  .home-heading__label--arrange::before {
    width: 16px;
    height: 17px;
    background-image: url("/cocktailguide/img/index_h2_ic03.png");
  }
  .home-heading__label--knowledge::before {
    width: 18px;
    height: 16px;
    background-image: url("/cocktailguide/img/index_h2_ic04.png");
  }
  .home-heading__label--special::before {
    width: 15px;
    height: 19px;
    background-image: url("/cocktailguide/img/index_h2_ic05.png");
  }
  
  /* ----- home-button ----- */
  .home-button {
    margin: 1.4285em 15px 0;
  }
  .home-button__type {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 9999px;
    color: #000 !important;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none !important;
  }
  
  /* ----- home-carousel-controller ----- */
  .home-carousel-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
  }
  .home-carousel-controller__pager + .home-carousel-controller__switch {
    margin-left: 20px;
  }
  
  /* ----- home-carousel-pager ----- */
  .home-carousel-pager {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .home-carousel-pager > li + li {
    margin-left: 20px;
  }
  .home-carousel-pager > li > button {
    width: 7px;
    height: 7px;
    margin: 0;
    padding: 0;
    background: #ccc;
    border: none;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .home-carousel-pager > li.slick-active > button {
    background-color: #c28824;
  }
  
  /* ----- home-carousel-pause ----- */
  /* ----- home-carousel-play ----- */
  .home-carousel-pause,
  .home-carousel-play {
    position: relative;
    width: 14px;
    height: 16px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .home-carousel-pause::before,
  .home-carousel-pause::after,
  .home-carousel-play::before {
    content: "";
    position: absolute;
  }
  .home-carousel-pause::before,
  .home-carousel-pause::after {
    top: 0;
    width: 2px;
    height: 100%;
    background: #000;
  }
  .home-carousel-pause::before {
    left: 0;
  }
  .home-carousel-pause::after {
    left: 6px;
  }
  .home-carousel-play::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #000;
  }
  
  /* ----- home-visual ----- */
  .home-visual__pickup,
  .home-visual__season {
    margin: 0 -15px;
  }
  
  /* ----- home-pickup ----- */
  .home-pickup-carousel {
    position: relative;
  }
  .home-pickup-carousel__screen {
    overflow: hidden;
    height: 0;
    line-height: 0;
  }
  .home-pickup-carousel__screen.is-initialized {
    overflow: visible;
    height: auto;
  }
  .home-pickup-carousel__type {
    display: block;
    text-decoration: none !important;
  }
  .home-pickup-carousel__glass {
    margin: 0;
  }
  .home-pickup-carousel__glass img {
    width: 100%;
  }
  .home-pickup-carousel__body {
    position: relative;
    padding: 15px 105px 45px 15px;
    z-index: 0;
  }
  .home-pickup-carousel__category {
    color: #c28824;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .home-pickup-carousel__title {
    margin: 0.5em 0 0;
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .home-pickup-carousel__bottle {
    position: absolute;
    right: 37px;
    bottom: 0;
    width: 53px;
    margin: 0;
    z-index: -1;
  }
  .home-pickup-carousel__bottle img {
    width: 100%;
  }
  .home-pickup-carousel .home-carousel-controller {
    position: absolute;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  
  /* ----- home-season ----- */
  .home-season {
    margin: 0 -15px;
    padding: 8.26vw 15px 7vw;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
  .home-season.is-spring {
    background-image: url("/cocktailguide/img/index_season_bg01_sp.jpg");
  }
  .home-season.is-summer {
    background-color: #cbeff4;
    background-image: url("/cocktailguide/img/index_season_bg02_sp.jpg");
  }
  .home-season.is-autumn {
    background-image: url("/cocktailguide/img/index_season_bg03_sp.jpg");
  }
  .home-season.is-winter {
    background-image: url("/cocktailguide/img/index_season_bg04_sp.jpg");
  }
  .home-season-carousel {
    margin: 6.4vw auto 0;
  }
  .home-season__inner {
    position: relative;
  }
  .home-season__inner::before {
    position: absolute;
    top: 42vw;
    left: 0;
    width: 100%;
    height: 8.53vw;
    content: "";
  }
  .home-season.is-spring .home-season__inner::before {
    background: url("/cocktailguide/img/index_season_im01_sp.jpg") no-repeat center/cover;
  }
  .home-season.is-summer .home-season__inner::before {
    background: url("/cocktailguide/img/index_season_im02_sp.jpg") no-repeat center/cover;
  }
  .home-season.is-autumn .home-season__inner::before {
    background: url("/cocktailguide/img/index_season_im03_sp.jpg") no-repeat center/cover;
  }
  .home-season.is-winter .home-season__inner::before {
    background: url("/cocktailguide/img/index_season_im04_sp.jpg") no-repeat center/cover;
  }
  .home-season-carousel__screen {
    -webkit-display: flex;
    display: flex;
    overflow-x: scroll;
    padding-bottom: 15px;
  }
  .home-season-carousel__screen .slick-list {
    overflow: visible;
  }
  .home-season-carousel__screen.is-initialized {
    overflow: visible;
    height: auto;
  }
  .home-season-carousel__item {
    z-index: 1;
    padding: 0 8px;
  }
  .home-season-carousel__type {
    display: block;
    width: 200px;
    text-decoration: none !important;
    outline: none;
  }
  .home-season-carousel__body {
    margin: 9.06vw 0 0;
  }
  .home-season-carousel__image {
    display: flex;
    justify-content: center;
    height: 40vw;
    margin: 0;
    text-align: center;
  }
  .home-season-carousel__image img {
    width: auto;
    height: 100%;
    max-width: none;
  }
  .home-season-carousel__title {
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  .home-season-carousel__type .home-season-carousel__title {
    color: #2563aa;
  }
  .home-season-carousel-badge {
    overflow: hidden;
    margin: 0.7142em 0 0;
  }
  .home-season-carousel-badge__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -5px -3px 0;
    padding: 0;
  }
  .home-season-carousel-badge__list > li {
    margin: 5px 3px 0;
    padding: 6px 7px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 9999px;
    color: #666;
    font-size: 1rem;
    line-height: 1.1;
  }
  
  /* ----- home-feel ----- */
  .home-feel {
    padding: 28px 0;
  }
  .home-feel-heading2 {
    margin: 0;
    line-height: 0;
    text-align: center;
  }
  .home-feel-heading2 img {
    max-width: 130px;
    width: 100%;
  }
  .home-feel-section {
    margin: 2.1428em 0 0;
  }
  .home-feel-heading2 + .home-feel-section {
    margin-top: 1.4285em;
  }
  .home-feel-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1.4285em 0 0;
  }
  .home-feel-card__item {
    width: calc((100% - 9px) / 2);
    margin: 9px 0 0;
  }
  .home-feel-card__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .home-feel-card__type {
    overflow: hidden;
    position: relative;
    display: block;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
    text-decoration: none !important;
    z-index: 0;
  }
  .home-feel-card__body {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 0 5px 15px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.9) 100%);
  }
  .home-feel-card__image {
    margin: 0;
  }
  .home-feel-card__image img {
    width: 100%;
  }
  .home-feel-card__title {
    width: 100%;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  
  /* ----- home-recipe ----- */
  [class*="home-recipe__item"] {
    margin: 0 -15px;
    padding: 30px 15px;
  }
  .home-recipe__item--quick {
    background: #f4f4f4;
  }
  .home-recipe__body {
    margin: 1.0714em 0 0;
  }
  .home-recipe__head > *:first-child,
  .home-recipe__body > *:first-child {
    margin-top: 0 !important;
  }
  .home-recipe__text {
    margin: 1.1538em 0 0;
    font-size: 1.3rem;
    text-align: center;
  }
  .home-recipe-card {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: -3px -15px -7px -5px;
    padding: 3px 0 7px 5px;
  }
  .home-recipe-card::after {
    content: "";
    flex: 0 0 15px;
  }
  .home-recipe-card__item {
    flex: 0 0 78.2608%;
    display: flex;
  }
  .home-recipe-card__item + .home-recipe-card__item {
    margin-left: 15px;
  }
  [class*="home-recipe-card__type"] {
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 5px;
    z-index: 0;
  }
  [class*="home-recipe-card__type"]:not(.home-recipe-card__type--nolink) {
    color: #333 !important;
    text-decoration: none !important;
  }
  .home-recipe-card__body {
    padding: 15px 15px 20px;
  }
  .home-recipe-card__body > *:first-child {
    margin-top: 0 !important;
  }
  .home-recipe-card__image {
    margin: 0;
  }
  .home-recipe-card__image img {
    width: 100%;
  }
  .home-recipe-card__title {
    color: #2563aa;
    font-weight: 700;
    line-height: 1.3888;
  }
  .home-recipe-card__text {
    margin: 0.4166em 0 0;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .home-recipe-card-v2 {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: -3px -15px -7px -5px;
    padding: 3px 0 7px 5px;
  }
  .home-recipe-card-v2::after {
    content: "";
    flex: 0 0 15px;
  }
  .home-recipe-card-v2__item {
    flex: 0 0 43.4782%;
    display: flex;
  }
  .home-recipe-card-v2__item + .home-recipe-card-v2__item {
    margin-left: 15px;
  }
  [class*="home-recipe-card-v2__type"] {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 15px 15px 20px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 5px;
    z-index: 0;
  }
  [class*="home-recipe-card-v2__type"]:not(.home-recipe-card-v2__type--nolink) {
    color: #333 !important;
    text-decoration: none !important;
  }
  .home-recipe-card-v2__body {
    margin: 1.7857em 0 0;
  }
  .home-recipe-card-v2__body > *:first-child {
    margin-top: 0 !important;
  }
  .home-recipe-card-v2__image {
    margin: 0;
    padding: 0 15px;
    text-align: center;
  }
  .home-recipe-card-v2__image img {
    width: 100%;
  }
  .home-recipe-card-v2__title {
    color: #2563aa;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3888;
  }
  .home-recipe-card-v2-badge {
    overflow: hidden;
    margin: 0.7142em 0 0;
  }
  .home-recipe-card-v2-badge__list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px 0 0;
    padding: 0;
  }
  .home-recipe-card-v2-badge__list > li {
    margin: 5px 5px 0 0;
    padding: 6px 7px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 9999px;
    color: #666;
    font-size: 1rem;
    line-height: 1.1;
  }
  
  /* ----- home-knowledge ----- */
  .home-knowledge {
    margin: 0 -15px;
    padding: 30px 15px;
    background: #f4f4f4;
  }
  .home-knowledge-column {
    margin: 1.4285em 0 0;
    border-bottom: 1px solid #ccc;
  }
  .home-knowledge-column__item {
    border-top: 1px solid #ccc;
  }
  .home-knowledge-column__head {
    position: relative;
    padding: 15px 45px 15px 0;
  }
  .home-knowledge-column__head::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 15px;
    height: 8px;
    background: url("/cocktailguide/img/index_knowledge_ic03.png") no-repeat 0 0;
    background-size: 100% 100%;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .home-knowledge-column__item.is-open .home-knowledge-column__head::before {
    transform: translateY(-50%) scale(1, -1);
  }
  .home-knowledge-column__body {
    border-top: 1px solid #e2e2e2;
  }
  .home-knowledge-column__title {
    font-weight: 700;
    line-height: 1.1;
  }
  .home-knowledge-link {
    margin: 0;
    padding: 0 0 0 15px;
  }
  .home-knowledge-link > li + li {
    border-top: 1px solid #e2e2e2;
  }
  [class*="home-knowledge-link__type"] {
    position: relative;
    display: block;
    padding: 15px 45px 15px 0;
    color: #000 !important;
    text-decoration: none !important;
  }
  [class*="home-knowledge-link__type"]::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 9px;
    height: 15px;
    background: url("/cocktailguide/img/index_knowledge_ic02.png") no-repeat 0 0;
    background-size: 100% 100%;
  }
  
  /* ----- home-special ----- */
  .home-special {
    padding: 25px 0;
  }
  .home-special-carousel {
    margin: 1.4285em 0 0;
  }
  .home-special-carousel__screen {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: -3px -15px -7px -5px;
    padding: 3px 0 7px 5px;
  }
  .home-special-carousel__screen::after {
    content: "";
    flex: 0 0 15px;
  }
  .home-special-carousel__item {
    flex: 0 0 43.4782%;
    display: flex;
  }
  .home-special-carousel__item + .home-special-carousel__item {
    margin-left: 15px;
  }
  [class*="home-special-carousel__type"] {
    overflow: hidden;
    position: relative;
    display: block;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 5px;
    z-index: 0;
  }
  [class*="home-special-carousel__type"]:not(.home-special-carousel__type--nolink) {
    text-decoration: none !important;
  }
  .home-special-carousel__body {
    padding: 10px 15px;
  }
  .home-special-carousel__image {
    margin: 0;
  }
  .home-special-carousel__image img {
    width: 100%;
  }
  .home-special-carousel__title {
    font-weight: 700;
    line-height: 1.3888;
  }
  [class*="home-special-carousel__type"]:not(.home-special-carousel__type--nolink) .home-special-carousel__title {
    color: #2563aa;
  }
  .home-special-carousel__type--blank .home-special-carousel__title::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 14px;
    margin: 0 0 0 5px;
    background: url("/cocktailguide/app-files/img/sprite/icon.svg#blank-usage") no-repeat 0 0;
    vertical-align: middle;
  }
  
  /* ----- home-liquorworld ----- */
  .home-liquorworld {
    margin: 0 -15px;
  }
  .home-liquorworld__type {
    display: flex;
    align-items: flex-end;
    height: 100px;
    padding: 0 15px 10px;
    background: #f5f4f0 url("/cocktailguide/img/index_liquorworld_bg01_sp.jpg") no-repeat 100% 0;
    background-size: auto 100%;
    text-decoration: none !important;
  }
  .home-liquorworld__logo {
    padding: 0 15px 0 0;
    text-align: right;
  }
  .home-liquorworld__logo img {
    max-width: 125px;
    width: 100%;
  }
  .home-liquorworld__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 21px;
    margin: 0.6em 0 0;
    background: #c28824;
    border-radius: 9999px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
}

/* ======================================================
 * SP Media Queries
====================================================== */
@media screen and (max-width: 612px) {
  .home-season__inner::before {
    top: 43vw;
  }
}
@media screen and (max-width: 440px) {
  .home-season__inner::before {
    top: 44.53vw;
  }
}
