@charset "utf-8";

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    color: white;
    font-family: "Noto sans JP", sans-serif;
}

img {
    width: 100%;
}

main {
    background-image: url("../img/tako-ichiban_bg.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: "Noto sans JP", sans-serif;
}

.content {
    width: 400px;
    margin: 0 auto;
    background-image: url("../img/tako-ichiban_redbg.jpg");
    background-size: 100%;
    /* background-position: center; */
    background-repeat: repeat-y;
}

header {
    background-color: #A82D2D;
}

.header_logo {
    width: 170px;
    margin: 0 auto;
}

.header_logo img {
    width: 100%;
}

.header_movie {
    position: relative;
    height: 270px;
    overflow: hidden;
    bottom: 0;
}

.header_movie::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 82px;
    background: linear-gradient(to bottom, rgba(28, 28, 28, 0), rgb(28, 28, 28));
    z-index: 2;
    pointer-events: none;
}

.tako-ichiban_movie {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 120%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    transform: translate(-47%, -50%);
    object-fit: cover;
    z-index: 1;
}

.menu {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.menu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    background: linear-gradient(to bottom, rgb(28, 28, 28)35%, rgba(28, 28, 28, 0)100%);
    z-index: -1;
}

.omotikaeri {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.menu h2 {
    font-size: 32px;
    text-align: center;
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    z-index: 1;
    overflow: visible;
    padding: 30px;
    /* letter-spacing: -0.05em; */
}

.menu h2::after {
    content: "";
    background-image: url("../img/omotikaeri_text.png");
    position: absolute;
    top: 25%;
    left: 74%;
    width: 190px;
    height: 50px;
    background-size: cover;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: -1;/
}

.menu h2::before {
    content: "";
    background-image: url("../img/white_line.png");
    position: absolute;
    top: 75%;
    left: 50%;
    width: 316px;
    height: 22px;
    background-size: cover;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: -1;/
}

.line img {
    display: block;
    margin: auto;
}

.flavor {
    width: 280px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 16px auto 0;
    padding: 16px 20px;
    border-radius: 10px;
}

.flavor p {
    font-size: 18px;
    font-family: "Hina Mincho", serif;
    letter-spacing: -0.05em;
}

.flavor_title {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ffff;
}

.menu_takoyaki {
    position: relative;
    height: 350px;
    margin: 30px 20px 0;
}

.menu_top_img img {
    width: 165%;
    position: absolute;
    top: 0px;
    left: -135px;
}

.menu_takoyaki_circle img {
    width: 45%;
    position: absolute;
    top: 180px;
    right: -20px;
}

h3 {
    font-size: 48px;
    font-family: "Hina Mincho", serif;
}

.price {
    font-size: 24px;
    font-family: "Noto sans JP", sans-serif;
    font-weight: 800;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.price span {
    font-size: 14px;
}

.price_including_tax {
    font-size: 15px;
    font-family: "Noto sans JP", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin-top: 4px;
}

.price_including_tax span {
    font-size: 9px;
}

.overlay_text {
    position: absolute;
    top: 242px;
    right: 10px;
}

.overlay_text p {
    font-size: 24px;
    transform: rotate(10deg);
    text-align: center;
    font-family: "Hina Mincho", serif;
    line-height: 1.2;
}

.menu_negimayo {
    transform: scaleX(-1);
}

.overlay_text_2 {
    transform: scaleX(-1);
}

.negimayo_text {
    transform: scaleX(-1);
}

.overlay_text_2 {
    position: absolute;
    top: 242px;
    right: 10px;
}

.overlay_text_2 p {
    font-size: 24px;
    transform: rotate(-10deg);
    text-align: center;
    font-family: "Hina Mincho", serif;
    line-height: 1.2;
}

.negimayo_text h3,
.negimayo_text .price,
.negimayo_text .price_including_tax {
    text-align: right;
}

.line {
    margin: 50px auto 0;
    width: 380px;
    height: 3px;
    background: rgb(255, 255, 255);
    border-radius: 9999px;
}

.menu_other_box1 {
    margin: 50px 10px 0;
}

.menu_other_img_1 {
    width: 295px;
    margin-top: 8px;
}

.menu_other_img_1:nth-child(2),
.menu_other_img_1:nth-child(4) {
    margin-left: auto;
}

.menu_other_box2 {
    display: flex;
    margin: 32px 10px 0;
}

.menu_other_box2 img {
    width: 185px;
}

.menu_other_img_2:nth-child(2) {
    margin-left: 10px;
}

.menu_6_text {
    background-color: #FFF9D9;
    width: 340px;
    border-radius: 10px;
    margin: 32px auto 0;
}

.text_6_top {
    color: #A82D2D;
    padding: 4px 20px 10px;
    font-size: 25px;
    font-family: "Hina Mincho", serif;
    position: relative;
    -webkit-text-stroke: 1px #A82D2D;
    text-align: center;
}

.text_6 {
    font-size: 45px;
    line-height: 1.2;
    margin-right: 2px;
}

.dotted-line {
    width: auto;
    height: 14px;
    background-image: radial-gradient(circle, #A82D2D 4px, transparent 0px);
    background-size: 20px 10px;
    background-repeat: repeat-x;
    background-position: 10px 0px;
}

.text_6_bottom {
    padding: 10px 0;
    display: flex;
}

.text_6_bottom {
    color: black;
    margin: auto;
    text-align: end;
    padding: 4px 30px 8px;
}

.text_6_bottom_left {
    font-size: 20px;
    font-weight: 700;
    margin: auto;
}

.text_6_bottom_top {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.text_6_bottom_top span {
    font-size: 40px;
}

.text_6_bottom_right {
    margin-left: 16px;
}

.text_6_bottom_bottom {
    font-size: 12px;
}

.menu_topping {
    margin: 32px 10px 0;
    padding: 20px;
    background-color: #ffff;
    border-radius: 10px;
    color: black;
}

.menu_topping_title {
    text-align: center;
    font-size: 22px;
    position: relative;
    font-weight: 700;
}

.menu_topping_title::before {
    content: "";
    background-image: url("../img/red_line_2.png");
    position: absolute;
    top: 80%;
    left: 50%;
    width: 150px;
    height: 20px;
    background-size: cover;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.menu_topping_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #A82D2D solid 1px;
    padding: 5px 10px;
}

.topping_price p {
    text-align: center;
    font-weight: 500;
}

.topping_price_top {
    font-size: 14px;
    font-weight: 700;
}

.topping_price_top span {
    font-size: 20px;
    font-weight: 700;
}

.topping_price_bottom {
    font-size: 12px;
    font-weight: 300;
}

.note {
    font-size: 12px;
    margin: 10px 10px 0;
    width: 380px;
}

.note a {
    color: #fff;
}

.announce_bagas {
    background-color: rgba(0, 0, 0, 0.4);
    margin: 50px 10px 0;
    border-radius: 10px;
    padding: 10px;
}

.bagas_title {
    background-color: #A82D2D;
    border-radius: 8px;
    padding: 5px 28px 16px;
}

.bagas_title p {
    font-size: 20px;
    font-weight: 800;
    margin: auto;
    -webkit-font-smoothing: antialiased;
}

.bagas_title span {
    font-size: 28px;
}

.quote {
    font-feature-settings: "palt";
}

.bagas_lead {
    padding: 0 10px;
}

.bagas_lead p {
    line-height: 1.6em;
}

.bagas_span_bold {
    font-size: 20px;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
}

.bagas_sdgs {
    display: flex;
    padding: 8px 10px 0;
}

.bagas_sdgs_img {
    width: 60px;
    margin-right: 4px;
}

ul {
    padding-left: 1.5em;
}

.bagas_point {
    margin-top: 16px;
}

.bagas_point li {
    font-size: 13px;
    font-weight: 900;
    margin-top: 10px;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

.underlined {
    border-bottom: 1px solid #ffffff;
    padding: 0.3em 0;
    line-height: 2;
}

.bagas_heating_guide_title {
    margin: 24px 10px 0;
    font-size: 14px;
    font-weight: 800;
}

.bagas_heating_guide {
    background-color: #ffff;
    border-radius: 10px;
    padding: 8px 10px;
    margin: 8px 10px 0;
    color: black;
    font-size: 16px;
    font-weight: 800;
}

.bagas_heating_guide span {
    font-size: 24px;
    color: #A82D2D;
}

.bagas_heating_guide_li {
    margin: 8px 0;
}

.announce_bagas li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: -10px;
    top: 12px;
}

.bagas_heating_guide_li li {
    font-size: 12px;
    line-height: 1.4em;
    position: relative;
}

.bagas_heating_guide_li li::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: -10px;
    top: 8px;
}


.btn_grup {
    margin: 16px 0 0px;
}

.btn,
.btn_2 {
    margin: 16px 20px 0;
    background-color: #ffff;
    border-radius: 10px;
    padding: 12px 32px;
    border: none;
    width: 360px;
}

.btn,
.btn_2 {
    display: flex;
    text-decoration: none;
    position: relative;
}

/* .btn::before {
    position: absolute;
    top: -12px;
    left: -32px;
    display: block;
    width: 360px;
    height: 121px;
    content: "";
}

.btn_2::before {
    position: absolute;
    top: -12px;
    left: -32px;
    display: block;
    width: 360px;
    height: 126px;
    content: "";
}

.btn:nth-child(3)::before {
    position: absolute;
    top: -12px;
    left: -32px;
    display: block;
    width: 360px;
    height: 48px;
    content: "";
} */

.btn_1_img {
    width: 100px;
    margin: auto;
}

.btn p {
    color: black;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    margin: auto;
    line-height: 1.6;
}

.btn_2 p {
    color: black;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin: auto;
}

.btn p span {
    font-size: 23px;
}

.btn_2_img {
    width: 135px;
    margin-left: 6px;
}

.btn_1_logo {
    margin-left: 12px;
}

.btn_2_span {
    font-size: 36px;
    font-weight: 500;
}

.bottom_button_top {
    width: 120px;
    margin: 24px 10px 14px 270px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 8px 8px 8px 26px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 14px;
}

.bottom_button_top::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 8%;
    border-left: 6px solid transparent;
    /* 左の辺 */
    border-right: 6px solid transparent;
    /* 右の辺 */
    border-bottom: 8px solid #fff;
    /* 下の辺（三角形の色） */
}

.kana {
    letter-spacing: -0.07em;
}

.fixed_button_shop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background: #A82D2D;
    color: #fff;
    padding: 4px 42px;
    border-radius: 10px;
    border: #fff 1px solid;
    font-size: 24px;
    font-weight: 700;
    font-family: "Hina Mincho", serif;
    text-decoration: none;
    opacity: 0;
    /* 初期は非表示 */
    transition: opacity 0.4s ease, transform 0.4s ease, all 500ms;
    transform: translateY(20px);
    z-index: 1000;
    display: inline-block;
    visibility: hidden;
}

.fixed_button_top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 4px 35px 4px 50px;
    border-radius: 10px;
    border: #fff 1px solid;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    opacity: 0;
    /* 初期は非表示 */
    transition: opacity 0.4s ease, transform 0.4s ease, all 700ms;
    transform: translateY(20px);
    z-index: 1000;
    display: inline-block;
    visibility: hidden;
}

.fixed_button_top::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 20%;
    border-left: 6px solid transparent;
    /* 左の辺 */
    border-right: 6px solid transparent;
    /* 右の辺 */
    border-bottom: 8px solid #fff;
    /* 下の辺（三角形の色） */
}

.fixed_button_shop:hover,
.fixed_button_top:hover {
    background: rgba(90, 90, 90, 0.7);
    transition: all 300ms;
}

/*表示状態 */
.fixed_button_shop.show,
.fixed_button_top.show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
}

footer {
    background-color: #1C1C1C;
    text-align: center;
    padding: 10px 20px 20px;
}

footer a {
    color: #fff;
    font-size: 14px;
    padding-left: 100px;
    position: relative;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
    padding: 0 0 0.1em 20px;
    margin-left: 10px;
}

footer a:first-child {
    margin: 0;
}

footer a::before {
    content: "";
    position: absolute;
    top: 0px;
    /* フッターの上に出す */
    left: -12px;
    transform: translateY(50%);
    border-top: 5px solid transparent;
    /* 上辺の透明部分 */
    border-bottom: 5px solid transparent;
    /* 下辺の透明部分 */
    border-left: 8px solid #fff;
    /* 左辺が三角形の色 */
    margin-left: 18px;
}

footer p {
    color: #fff;
    font-size: 12px;
    padding-top: 20px;
}
.sp_br {
    display: none;
}

@media screen and (max-width: 768px) {
    .note {
        width: 380px;
    }
    
    .sp_br {
    display: block;
}
}