/* ============================================= */
/*                   RESET CSS                   */
/* ============================================= */
*, ::after, ::before {
    margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
    border: none;
    box-sizing: border-box;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
}
button, input[type=button], input[type=submit], input[type=radio] {
    cursor: pointer;
}
input:not([type=checkbox]):not([type=radio]), select, textarea {
    -webkit-appearance: none;
    appearance: none;
}
/* ============================================= */
/*                 CUSTOM CSS                    */
/* ============================================= */
html {
    font-size: 62.5%;
}
body {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック', Osaka ,arial ,verdana ,sans-serif;
    font-size: 1.6rem;
    line-height: 2;
}
.font-blue {
    color: #0F75B9;
}
.font-grey {
    color: #808080;
}
.font-18 {
    font-size: 1.8rem;
}
.font-20 {
    font-size: 2rem;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-22 {
    margin-bottom: 22px;
}
.center {
    text-align: center;
}
/* ============================================= */
/*                MAIN / HEADER                  */
/* ============================================= */
#main_header {
    width: 100%;
    height: 100%;
    padding: 20px;
    background-image: url(../img/bk_title.png);
    background-size: contain;
    background-repeat: repeat-x;
}
.banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    height: 100%;
    margin: 0 auto;
}
.title_logo {
    position: relative;
    top: 0;
    width: 100%;
}
.title_comment {
    position: relative;
    margin-top: -100px;
    width: 50%;
    max-width: 360px;
}
@media (max-width: 768px) {
    .title_comment {
        margin-top: -54px;
    }
}
@media (max-width: 580px) {
    .banner {
        align-items: center;
    }
    .title_comment {
        position: relative;
        margin-top: 10px;
        margin-left: 10px;
        width: 100%;
        max-width: 360px;
    }
}
/* ============================================= */
/*                   MAIN                        */
/* ============================================= */
.main_content {
    text-align: center;
}
.app_here {
    width: 100%;
    max-width: 320px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.list_app {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
    margin: 0 20px 30px 20px;
}
.app_link {
    max-width: 260px;
    height: 100%;
}
.app_link_1 { /* 背景画像にマウスオーバーした時の画像を設置 */
    background-image: url(../img/btn_gourmet_orange.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.app_link_1:hover img { /* マウスオーバーで画像を非表示*/
    visibility: hidden;
}
.logo_company {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
}
.logo_company_link {
    width: 90px;
}
@media (max-width: 590px) { 
    .app_here {
    margin-top: 10px;
    max-width: 280px;
    }
    .app_link {
        max-width: 300px;
    }
}
/* ============================================= */
/*             ポチッと！グルメサイト                */
/* ============================================= */
#gourmet_header {
    width: 100%;
    padding: 30px 20px 70px 20px;
}
#gourmet_main_nav, #gourmet_bottom_nav {
    margin-bottom: 60px;
}
#gourmet_main_nav ul, #gourmet_bottom_nav ul {
    display: flex;
    justify-content: space-evenly;
    column-gap: 20px;
    max-width: 960px;
    margin: 0 auto;
}
#gourmet_main_nav img, #gourmet_bottom_nav img {
    max-height: 20px;
}
.nav_icon {
    display: flex;
    width: fit-content;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/* マウスオーバーで画像の切り替え */
.nav_icon:hover img { 
    visibility: hidden;
}
.nav_icon_1:hover {
    background-image: url(../img/ct_top.png);
}
.nav_icon_2:hover {
    background-image: url(../img/ct_demo.png);
}
.nav_icon_3:hover {
    background-image: url(../img/ct_how.png);
}
.nav_icon_4:hover {
    background-image: url(../img/ct_summary.png);
}
.nav_icon_5:hover {
    background-image: url(../img/ct_cont.png);
}
.nav_icon_6:hover {
    background-image: url(../img/ct_qa.png);
}
/* バナー */
.gourmet_banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 0 20px;
}
.gourmet_banner .icon_logo {
    max-width: 560px;
    margin-bottom: 60px;
}
.gourmet_login {
    max-width: 180px;
}
.gourmet_login:hover {
    background-image: url(../img/mylogin.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.gourmet_login:hover img {
    visibility: hidden;
}
@media (max-width: 590px) { 
    #gourmet_header {
        padding: 20px 10px 50px 10px;
    }
    #gourmet_main_nav, #gourmet_bottom_nav {
        margin-bottom: 30px;
    }
    #gourmet_main_nav ul, #gourmet_bottom_nav ul {
        column-gap: 10px;
    }
    .gourmet_banner .icon_logo {
        margin-bottom: 30px;
    }
    .gourmet_login {
        max-width: 120px;
    }
}
/* =======================  メインコンテンツ  ========================*/
#gourmet_main {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gourmet_partner {
    max-width: 660px;
    margin-bottom: 60px;
    padding: 0 20px;
}
.ohen_gourmet {
    position: relative;
    top: -50px;
    z-index: 9999;
}
.img_gourmet {
    position: relative;
    top: -90px;
}
@media (max-width: 590px) { 
    .gourmet_partner {
        margin-bottom: 30px;
        padding: 0 10px;
    }
    .ohen_gourmet {
        top: -26px;
    }
    .img_gourmet {
        top: -45px;
    }
}
/* =======================  アプリ説明  ========================*/
.gourmet_presentation {
    width: 100%;
    max-width: 860px;
    padding: 0 20px;
    margin-bottom: 100px;
}
.presentation_1 {
    display: flex;
    column-gap: 20px;
    width: 100%;
}
.img_potitto {
    width: 80%;
    max-width: 460px;
}
.presentation_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.comment_2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    display: flex;
    align-items: center;
}
.img_thinking {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.comment_3 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    display: flex;
    align-items: flex-end;
}
.gourmet_presentation_text {
    display: flex;
    column-gap: 26px;
    width: 100%;
    max-width: 860px;
    padding: 0 20px;
    margin-bottom: 100px;
}
.gourmet_presentation_text p {
    width: 50%;
}
@media (max-width: 590px) { 
    .gourmet_presentation {
        margin-bottom: 40px;
        padding: 0 12px;
    }
    .presentation_1 {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }
    .img_potitto {
        display: flex;
        justify-content: flex-end;
        max-width: none;
        width: 100%;
    }
    .img_potitto img {
        width: 80%;
    }
    .presentation_2 {
        display: grid;
        grid-template-columns: repeat(1, auto);
        grid-template-rows: repeat(3, auto);
    }
    .comment_2 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        margin-bottom: 10px;
    }
    .img_thinking {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        margin-bottom: 20px;
    }
    .comment_3 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
    }
    .gourmet_presentation_text {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
        padding: 0 12px;
    }
    .gourmet_presentation_text p {
        width: 100%;
    }
}
@media (max-width: 400px) { 
    .gourmet_presentation, .gourmet_presentation_text {
        font-size: 1.3rem;
        line-height: 1.8;
    }
}
/* =======================  デモムービー  ========================*/
.title_demo, .title_how, .title_summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 6px;
}
.title_demo img, .title_how img, .title_summary img  {
    width: auto;
    max-height: 55px;
}
.pnt_v {
    display: block;
    width: 1.5px;
}
.title_14days {
    max-width: 560px;
}
.demo_movie, .how_to_use, .summary {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    margin-bottom: 80px;
    background-color: #E6E6E6;
}
.demo_movie {
    padding: 40px 10px;
}
.gourmet_video {
    width: 100%;
    max-width: 740px;
    height: 100%;
    padding-top: 30px;
}
.gourmet_video iframe {
    width: 100%;
    height: 420px;
}
@media (max-width: 590px) { 
    .title_demo img, .title_how img, .title_summary img  {
        max-height: 40px;
    }
    .how_to_use, .summary {
        padding: 30px 16px;
    }
    .demo_movie {
        padding: 30px 10px;
    }
    .gourmet_video iframe {
        max-height: 300px;
    }
}
@media (max-width: 400px) { 
    .gourmet_video iframe {
        max-height: 210px;
    }
}
/* =======================  HOW TO USE  ========================*/
.how_to_1, .how_to_2, .how_to_3 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 60px min-content;
    column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    max-width: 660px;
    max-height: 380px;
    margin-bottom: 30px;
}
.how_01, .how_02, .how_03 {
    max-width: 80px;
    max-height: 80px;
}
.app_main_1 img, .app_main_2 img, .app_main_3 img {
    max-width: 427px;
    max-height: 300px;
}
.how_01, .how_03 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}
.app_main_1, .app_main_3 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
}
.how_comment_1, .how_comment_3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}
.how_02 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}
.how_comment_2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
}
.app_main_2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}
@media (max-width: 590px) { 
    .how_to_1, .how_to_2, .how_to_3 {
        grid-template-columns: repeat(2, auto);
        grid-template-rows: 60px min-content;
        max-width: 427px;
    }
    .how_01, .how_03 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .app_main_1, .app_main_3 {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
        text-align: center;
    }
    .how_comment_1, .how_comment_3 {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .how_02 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .how_comment_2 {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .app_main_2 {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
        text-align: center;
    }
}
/* =======================  SUMMARY  ========================*/
.summary {
    font-weight: 600;
    margin-bottom: 30px;
}
.btn_regist {
    width: 100%;
    max-width: 200px;
}
.btn_regist:hover {
    background-image: url(../img/btn_regist_red.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.btn_regist:hover img {
    visibility: hidden;
}
@media (max-width: 400px) { 
    .summary {
        font-size: 1.2rem;
    }
}
/* ======================= MENU BOTTOM  ========================*/
.menu_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 30px;
}
.sns {
    display: flex;
    column-gap: 6px;
}
.sns img {
    width: 25px;
}
#gourmet_bottom_nav {
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 0;
}
@media (max-width: 560px) { 
    .menu_bottom {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
}
/* ======================= FOOTER  ========================*/
.icon_bottom {
    width: 100%;
    text-align: center;
    background-color: #E6E6E6;
    padding: 10px;
}
.icon_bottom img {
    width: 40px;
}
#gourmet_footer {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    padding: 20px;
}
#gourmet_footer img {
    max-width: 200px;
}
@media (max-width: 560px) { 
    #gourmet_footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
    }
}