@charset "UTF-8";

.intro_section_map { position: absolute; top: 0; max-width: 1581px; width: 131.78%; height: auto; transform: translateY(28%); left: 13%; }
.info_section_map { max-width: 1288px; width: 108%; transform: translateY(125px); right: -51.8%; }
.recipe_section .block .material .ingredient_col .item{padding-right: 8px;}
.recipe_section .block .material .ingredient_col .item+.item{padding-right: 0;}
.recipe_section .block_odd .making .step_02 { margin-top: 62px; }
.recipe_section .block_odd .making .step_04 { margin-top: 72px; }
.recipe_section .block .making .point{margin-top: 72px;}
.recipe_section .block .making .step .has_2col .col+.col img{margin-top: 8px;}
.recipe_section .block .material { margin-left: 80px; margin-right: 94px; margin-top: 50px; padding: 38px 60px 46px; }
.recipe_section .block .material .ingredient_col+.ingredient_col{width: 47.38%; }
.product_section .has_col{display: flex;justify-content: space-between;width: 48.13%;}
.product_section .has_col .product_col{ width: 42.83%; }
.product_section .has_col .product_col+.product_col{ width: 49.3%; }
.product_section .has_col .product_col .category{ font-size: 128%; }
.product_section .has_col .product_col .model ,.product_section .has_col .product_col .series,.product_section .has_col .product_col .product_text{ font-size: 114.34%; }
.product_section .has_col .product_col .product_text{ letter-spacing: -0.03em; }
.product_section .has_col .btn_link{font-size: 100%;}
.info_section .info_inner_wrap{padding-bottom: 130px;}

@media screen and (max-width:767px){

.intro_section_map { max-width: 100%; width: auto; transform: translateY(8%); left: 15%; }
.recipe_section .block .material .ingredient_col+.ingredient_col{width: 100%;}
.recipe_section .block .material{ margin-left: 0; margin-right: 0; padding: 27px 34px 34px 33px; margin-top: 21px; }
.recipe_section .block .making .step .has_2col .col+.col img{ margin-top: 0; }
.recipe_section .block .making .step { margin-top: 30px; }
.recipe_section .block .making .point{ margin-top: 30px; }
.recipe_section .block .material .amount{text-align: center;}
.product_section .has_col{ display: block; width: 100%; }
.product_section .has_col+.has_col{ margin-top: 40px; }
.product_section .has_col .product_col{ width: 100%; }
.product_section .has_col .product_col img{ max-width: 140px; }
.product_section .has_col .product_col+.product_col{ width: 100%; }
.product_section .has_col .product_col .category,
.product_section .has_col .product_col .model{ font-size: 100%; }
.product_section .has_col .product_col .series,
.product_section .has_col .product_col .product_text{ font-size: 88%; }
.info_section_map { width: 85%; right: 0; bottom: 40%; transform: translateY(138px); }
.info_section .info_inner_wrap{padding-bottom: 50px;}
}