@charset "UTF-8";


html {
    scroll-behavior: smooth;
}
.topics_cocktails {
    font-family: "Helvetica Neue",Arial,"游ゴシック体", YuGothic,"Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    background-color: #f2fbfb;
    color: #00a7b1;
    font-feature-settings: "palt";
}

.topics_cocktails p{
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}
.topics_cocktails h1{
    font-size: 35px;
    margin-bottom: 10px;
}
.topics_cocktails h2{
    font-size: 30px;
    line-height: 1.5em;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
}
.topics_cocktails h3{
    font-size: 20px;
    line-height: 1.6em;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
}
.topics_cocktails h5{
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.07em;
}

.topics_cocktails a:hover{
    text-decoration: none;
}
.sp_only{display: none;}
.pc_only{display: inline-block;}
.tb_only{display: none;}
.pctb_only{display: inline-block;}
.tbsp_only{display: none;}

.cocktails_main{
    display: flex;
    align-items: center;
    position: relative;
    background-color: #00a7b1;
}
.cocktails_main img.cocktail_title{
    position: absolute;
    max-width: 489px;
    width: 85%;
    top: 3%;
    left: 2%;
}
.cocktails_main_txt{
    width: calc(100% / 2);
    padding: 5% 7%;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}
.cocktails_main_img{
    width: calc(100% / 2);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cocktails_main_img .cock_img{
    width: 49%;
}
.cocktails_main_img .cock_img-txt{
    background-color: #00a7b1;
    color: #fff;
    position: relative;
}
.cocktails_main_img .cock_img-txt p{
    writing-mode: vertical-rl;
    position: absolute;
    top: 49%;
  left: 50%;
  transform: translateY(-49%) translateX(-50%);
  -webkit- transform: translateY(-49%) translateX(-50%);
  letter-spacing: 0.2em;
    line-height: 2em;
    font-weight: 100;
    white-space: pre;
}
.cocktails_main_img .cock_img:first-of-type{
    margin-bottom: 2%;
}

.cocktails_sec_title{
    display: flex;
    align-items: center;
    border-top: solid 1px;
    padding: 1.5%;
    height: 550px;
}
.cocktails_sec_title_left{
    width: calc(100% / 2);
    height: 100%;
}
.cocktails_sec_title_left img{
    object-fit: cover;
    height: 100%;
}
.cocktails_sec_title_right{
    width: calc(100% / 2);
    padding: 5%;
}
.hashtag{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.hashtag li{
    display: inline-block;
    background-color: #fff;
    border: solid 1px;
    padding: 3px 10px 3px 1.6em;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}
.hashtag li:before{
    content: '#';
    font-size: 1.1em;
    position: absolute;
    top: 51%;
    left: 0.7em;
    transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.cocktails_recipe_con{
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px;
    border-bottom: solid 1px;
}
.recipe_img_con{
    position: relative;
}
.recipe_img_con img:last-of-type{
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 90px;
    background-color: #fff;
    padding: 13px;
    border-radius: 60px;
}
.recipe3 .cocktails_recipe{
    width: calc(100% / 3);
}
.recipe4 .cocktails_recipe{
    width: calc(100% / 4);
}
.cocktails_recipe{
    padding: 1.5% 1.5% 1.2%;
    border-right: solid 1px;
    border-bottom: solid 1px;
}
.cocktails_recipe p{
    font-size: 14px;
}
.cocktails_recipe:last-of-type{
    border-right:none;
}
.cocktails_recipe img{
    margin-bottom: 19px;
}
.cocktails_recipe a{
    display: inline-block;
    background-color: #fff;
    color: #00a7b1;
    border: solid 1px #00a7b1;
    padding: 20px 40px 20px 50px;
    border-radius: 55px;
    margin: 20px 0;
    letter-spacing: 0.1em;
    z-index: 1;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    position: relative;
}
.cocktails_recipe a.modal_link{
    padding: 20px 60px 20px 50px;
}
.cocktails_recipe a.modal_link::before{
    content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(img/modal_ico.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.modal_link:hover::before{
    background-image: url(img/modal_ico_w.png)!important;
    transition: 0.8s;
}

.recipe_txt_con .tag{
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 100;
    margin-top: 16px;
}
.recipe_txt_con .tag span{
    display: inline-block;
    margin-right: 0.5em;
}

.action_side{
    position: relative;
    overflow: hidden;
}
.action_side::after {
  background-color: #00a7b1;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.action_side:hover {
  color: #fff;
}
.action_side:hover::after {
  transform: scale(1, 1);
}

.cocktails_sec{}

.quiz_sec{
    position: relative;
    height: 360px;
    overflow: hidden;
}
.quiz_sec p.quiz_sec-band{
    background-color: #00a7b1;
    color: rgb(255 255 255 / 50%);
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
    padding: 3px 0;
    margin: 0;
    height: 20px;
}
.quiz_sec_q,.quiz_sec_a{
    position: absolute;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    height: 320px;
    cursor : pointer;
}
.quiz_sec_q{
    background-color: #00a7b1;
    color: #fff;
    top: 20px;
    left: 0;
    z-index: 2;
    transition: all .5s;
}
.quiz_sec_q:hover .answer{
    opacity: 0.7;
}
.quiz_01.open .quiz_sec_q,
.quiz_02.open .quiz_sec_q{
    left: 100%;
}
.quiz_sec_a{
    z-index: 1;
}
.quiz_sec_q p.quiz_left,
.quiz_sec_a p.quiz_left{
    margin-right: 6%;
    font-size: 18px;
}
.quiz_right{
    width: 55%;
    padding-right: 5%;
}
.quiz_right h4{
    font-size: 20px;
    margin-bottom: 5px;
    letter-spacing: 0.07em;
}
.quiz_right h4:nth-of-type(2){
    margin-top: 18px;
}
.answer{
    display: flex;
    justify-content: left;
    align-items: center;
    transition: all .3s;
}
.answer img{
    width: 183px;
    margin-left: -5px;
}
.answer p{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #00a7b1;
    width: 100px;
    height: 100px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    margin: 0;
}
.band_end{
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.cocktails_hashtag{
    background-color: #00a7b1;
    color: #fff;
    text-align: center;
    padding: 120px 20px 80px;
}
.cocktails_hashtag h5{
    position: relative;
    display: inline-block;
    font-size: 23px;
    margin: 0;
}
.cocktails_hashtag h5:before{
    content: '';/*何も入れない*/
    display: inline-block;
    width: 109px;/*画像の幅*/
    height: 70px;/*画像の高さ*/
    background-image: url(./img/fukidashi.webp);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -70px;
    left: -87px;
}
.cocktails_hashtag h4{
    background-color: #fff;
    color: #00a7b1;
    font-size: 26px;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    width: 80%;
    height: 100px;
    margin: 20px auto;
    outline: solid 3px #00a7b1;
    outline-offset: -5px;
}
.cocktails_hashtag h4 span{
    font-size: 1.3em;
    margin-right: 8px;
}
.cocktails_hashtag p{
    font-size: 16px;
}

/*レシピモーダル*/
.featherlight .featherlight-content{
    height: auto;
    padding: 80px 80px 40px;
}
.featherlight .featherlight-close-icon{
    font-size: 60px;
    line-height: 70px;
    width: 70px;
    color: #00a7b1;
    margin: 0;
}
.featherlight-close{
    text-align: center;
    border: solid 1px;
    max-width: 300px;
    width: 70%;
    margin: 25px auto 0;
    padding: 20px 0;
    border-radius: 40px;
    cursor:pointer;
}
.recipe_modal{ display:none; }
.recipe_modal{
    font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #00a7b1;
}
.recipe_modal_con{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.recipe_modal_left{
    width: 50%;
}
.recipe_item_wrap{
    margin-top: 15px;
}
.recipe_item_wrap p.recipe_item_wrap--note{
    font-weight: bold;
    margin-bottom: 5px;
}
.recipe_item_con{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.recipe_item{
    width: 32%;
    margin-right: 1.3%;
}
.recipe_item a{
    color: #00a7b1;
    outline: none;
}
.recipe_item img{
    border: solid 1px;
    padding: 15px;
}
.recipe_item p{
    font-size: 12px;
    margin-top: 4px;
    padding: 0 3px;
}
.recipe_item.not_item{
    position: relative;
}
.recipe_item.not_item img{
    border: none;
}
.recipe_item.not_item::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .3s;
}
.recipe_item.not_item::after{
    content: '現在お取り扱いして\Aおりません';
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: "メイリオ", "MS Pゴシック", "MS PGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    white-space: pre;
    position: absolute;
    width: 80%;
    top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}
.recipe_modal_right{
    width: 47%;
}
.recipe_title{
    margin-bottom: 18px;
}
.recipe_title p{
    font-size: 32px;
    margin-bottom: 5px;
}
.recipe_explanation{}
.recipe_explanation dl{
    display: flex;
    margin-bottom: 10px;
}
.recipe_explanation dt{
    background-color: #e5f6f7;
    max-width: 130px;
    width: 27%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recipe_explanation dd{
    width: 73%;
    padding: 5px 0 5px 10px;
    line-height: 1.5em;
}
.recipe_explanation dd p{
    border-bottom: dotted 1px;
    padding-bottom: 7px;
    padding-left: 2.2em;
    text-indent: -2.5em;
}
.recipe_explanation dd p:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
}

/*公式SNS*/
.sns_con{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}
.sns_con a{
    background-color: #fff;
    padding: 35px;
    border-radius: 90px;
    margin: 0 15px;
}
.sns_con a img{
    width: 50px;
}
.sns_ig{}
.sns_x{}

/*SNS共有*/
.sns_shere_wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
}
.sns_shere_wrap img{
    width: 100%;
}
.sns_shere_wrap .shere_btn {
    max-width: 42px;
}
.sns_shere_wrap .shere_btn:nth-child(-n+2) {
    margin-right: 22px;
}
.annotation {
  font-size: 12px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
    background-color: #fff;
    text-align: center;
}
.annotation ul {
  text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    max-width: 1000px;
    width: 90%;
}

.last_text{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 12px;
    font-family: "メイリオ","MS Pゴシック", "MS PGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, sans-serif;
}

@media screen and (max-width: 1280px){
.recipe4 .cocktails_recipe {
    width: calc(100% / 3);
}
.recipe4 .cocktails_recipe:nth-of-type(3) {
    border-right: none;
}
.recipe4 .cocktails_recipe:last-of-type {
    border-right: solid 1px;
}
}

@media screen and (max-width: 1000px){
.cocktails_main_txt{
    padding: 10% 7% 5%;
}
.recipe3 .cocktails_recipe,
.recipe4 .cocktails_recipe{
    width: calc(100% / 2);
}
.recipe3 .cocktails_recipe:nth-of-type(2),
.recipe4 .cocktails_recipe:nth-of-type(2) {
    border-right: none;
}
.recipe3 .cocktails_recipe:last-of-type {
    border-right: solid 1px;
}
.recipe4 .cocktails_recipe:nth-of-type(3) {
    border-right: solid 1px;
}
.recipe4 .cocktails_recipe:last-of-type {
    border-right: none;
}

/*レシピモーダル*/
.featherlight .featherlight-content{
    width: 90%;
    padding: 50px 50px 40px;
}
.recipe_modal_con{
    width: 100%;
}

}



/* ここからTB */
@media screen and (max-width: 768px){
.sp_only{display: none;}
.pc_only{display: none;}
.tb_only{display: inline-block;}
.tbsp_only{display: inline-block;}
.pctb_only{display: inline-block;}

.topics_cocktails{
    padding: 10%;
}
.cocktails_main img.cocktail_title{
    max-width: 600px;
    width: 80%;
}
.cocktails_main{
    flex-direction: column-reverse;
}
.cocktails_main_img{
    width: 100%;
}
.cocktails_main_txt{
    width: 100%;
    padding: 24% 7% 8%;
}
.cocktails_sec_title{
    flex-direction: column;
    height: auto;
    padding: 5% 0 0;
}
.cocktails_sec_title_left{
    width: 100%;
}
.cocktails_sec_title_right{
    width: 100%;
    padding: 5% 0;
}
.cocktails_recipe_con{
    flex-direction: column;
}
.cocktails_recipe a{
    margin: 10px 0 20px;
}
.recipe3 .cocktails_recipe,
.recipe4 .cocktails_recipe{
    width: 100%;
    border-right: none;
    padding: 5% 0;
}
.recipe3 .cocktails_recipe:last-of-type,
.recipe4 .cocktails_recipe:nth-of-type(3){
    border-right: none;
}
.quiz_sec{
    height: 65vh;
}
.quiz_sec_q, .quiz_sec_a{
    height: calc(65vh - 40px);
    flex-direction: column;
    justify-content: flex-start;
}
.quiz_sec_q p.quiz_left,
.quiz_sec_a p.quiz_left{
    width: 100%;
    text-align: center;
    margin: 11vh 0 7vh;
}
.quiz_right{
    width: 100%;
    padding: 0px 15%;
}
.answer{
    flex-direction: column;
    justify-content: center;
}
.answer img{
    transform:rotate(90deg); 
}
.quiz_01.open .quiz_sec_q,
.quiz_02.open .quiz_sec_q{
    top: 100%;
    left: 0;
}
.cocktails_hashtag{
    padding: 160px 20px 80px;
}
.cocktails_hashtag h5:before{
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

/*レシピモーダル*/
.recipe_modal_con{
    flex-direction: column;
}
.recipe_modal_left,
.recipe_modal_right{
    width: 100%;
}
.recipe_modal_left{
    display: contents;
}
.recipe_modal_left img{
    order: 1;
    margin-bottom: 20px;
}
.recipe_item_wrap{
    order: 3;
}
.recipe_modal_right{
    order: 2;
}
.recipe_title{
    margin-bottom: 5px;
}
.recipe_modal_left .recipe_item img{
    margin-bottom: 0px;
}

}

/* ここからSP */
@media screen and (max-width: 600px){
.sp_only{display: inline-block;}
.pc_only{display: none;}
.tb_only{display: none;}
.pctb_only{display: none;}
.tbsp_only{display: inline-block;}

.topics_cocktails{
    padding: 0;
}
.cocktails_main_txt{
    padding: 27% 7% 12%;
}
.cocktails_sec_title{
    padding: 0;
}
.cocktails_sec_title_right{
    padding: 5% 5%;
}
.cocktails_recipe{
    border-bottom: none;
}
.cocktails_recipe_con{
    border-top: none;
}
.cocktails_recipe a{
    margin: 5px 0 20px;
}
.recipe3 .cocktails_recipe,
.recipe4 .cocktails_recipe{
    padding: 0 0 5%;
}
.recipe_txt_con{
    padding: 0 5% 0;
}

.cocktails_hashtag h4{
    width: 90%;
}
.quiz_sec{
    height: 90vh;
}
.quiz_sec_q, .quiz_sec_a{
    height: calc(90vh - 40px);
}

/*レシピモーダル*/
.recipe_modal_con{
    font-size: 15px;
}
.featherlight .featherlight-content{
    width: 95%;
    padding: 25px 25px 20px;
}
.recipe_modal_left img{
    margin-bottom: 13px;
}
.recipe_title p{
    font-size: 26px;
}
.recipe_item_wrap{
    margin-top: 7px;
}
.recipe_item_wrap p.recipe_item_wrap--note{
    margin-bottom: 3px;
}
.recipe_explanation dl{
    display: block;
    margin-bottom: 6px;
}
.recipe_explanation dt,
.recipe_explanation dd{
    max-width: 100%;
    width: 100%;
}
.recipe_explanation dt{
    padding: 5px 10px;
    display: block;
}


}