@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@charset "utf-8";

.conts {
    padding-top: 0;
}

html {
  scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
}
img {
    max-width: 100%;
}
.abs {
    position: absolute;
}
.container_inner {
    width: 100%;
    /* max-width: 1140px; */
    max-width: 1200px;
    margin: 0 auto;
}
.title_label {
    text-align: center;
    line-height: 1em;
}
.title_sec {
    text-align: center;
    margin-bottom: 70px;
}
.title_label>img,
.title_sec>img {
    max-height: 60px;
}
.title_sec>h4 {
    font-size: 30px;
    line-height: 1.65em;
    color: #ffffff;
    letter-spacing: 0.08em;
    margin: 10px auto;
    font-weight: bold;
}
.title_sec>p {
    font-size: 20px;
    line-height: 1.8em;
    color: #532205;
    letter-spacing: 0.06em;
    margin: 0;
    margin-top: 25px;
    font-weight: bold;
}
.title_sec2 {
    text-align: center;
    margin-top: 110px;
}
.title_sec2>img {
    max-height: 70px;
}
.flex_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.tag_main_sec {
    background-image: url(/library/img/foodservice/gaisyoku/tomato-garlic/main.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 900px;
    padding: 0 30px;
    position: relative;
}
.main_scrolldown {
    text-align: center;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}
.main_scrolldown img {
    width: 44px;
    animation: bounce 2s ease-in-out infinite;
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
}
.main_title {
    text-align: center;
    position: relative;
    padding-top: 130px;
}
.main_title>img:first-child {
    max-height: 144px;
}
.main_product {
    text-align: center;
    position: relative;
}
.main_product>img.abs {
    max-height: 495px;
        top: 0;
}
.main_product>img.abs1 {
    left: calc(50% - 830px);
}
.main_product>img.abs2 {
    right: calc(50% - 830px);
}
.main_product a img {
    max-height: 476px;
}
.main_product a {
    position: relative;
    display: inline-block;
}
.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}
.main_product a:hover .img-hover {
    opacity: 1;
}

.float_banner {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
    width: 256px;
    transition: 0.3s;
}
.float_banner img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    filter: brightness(100%);
    transition: 0.3s;
}
.float_banner:hover img {
    filter: brightness(110%);
    transition: 0.3s;
}

.tag_point_sec {
    background-color: #D40E19;
    padding: 30px 30px 140px;
    background-image: url(/library/img/foodservice/gaisyoku/tomato-garlic/nami3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom -1px;
}
.main_title>img.abs {
    max-height: 104px;
    right: calc(50% - 500px);
    bottom: 30px;
}
.point_child {
    width: calc(100% / 3 - 3px);
    text-align: center;
    border-right: 2px solid #F8E1AD;
    min-height: 517px;
}
.point_child:first-child {
    border-left: 2px solid #F8E1AD;
}
.point_child>img:first-child {
    max-height: 190px;
}
.point_child>img:nth-child(2) {
    max-height: 90px;
    margin-top: 15px;
}
.point_child>p {
    color: #FFFFFF;
    text-align: justify;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2em;
    font-weight: bold;
    margin: 0;
    margin-top: 20px;
    padding: 0 40px;
}
.point_child>p.text_small {
    font-size: 13px;
    letter-spacing: 0.06em;
    margin-top: 5px;
}
.point_inner {
    align-items: flex-start;
}

.tag_reason_sec {
    background-color: #FFFDEB;
    padding: 110px 30px 140px;
    background-image: url(/library/img/foodservice/gaisyoku/tomato-garlic/nami2.png), url(/library/img/foodservice/gaisyoku/tomato-garlic/back3.png), url(/library/img/foodservice/gaisyoku/tomato-garlic/back4.png), url(/library/img/foodservice/gaisyoku/tomato-garlic/back3.png), url(/library/img/foodservice/gaisyoku/tomato-garlic/back4.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 100%, 1205px, 1058px, 1205px, 1058px;
    background-position: center bottom -1px, left top 85%, right top 70%, left top 15%, right top 80px;
    position: relative;
}
.tag_reason_sec>img.abs {
    max-height: 278px;
}
.tag_reason_sec>img.abs1 {
    top: 80px;
    left: calc(50% - 760px);
}
.tag_reason_sec>img.abs2 {
    top: 80px;
    right: calc(50% - 760px);
}
.tag_reason_sec .title_sec>img {
    max-height: 187px;
}
.reason_inner {
    margin-top: 60px;
}
.reason_child:first-child {
    width: 610px;
}
.reason_child:last-child {
    width: calc(100% - 670px);
}
.reason_child:last-child p {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.7em;
    letter-spacing: 0.06em;
    text-align: justify;
    color: #532205;
    margin: 0;
    background-image: url(/library/img/foodservice/gaisyoku/tomato-garlic/about_5.png);
    background-size: 30px;
    background-position: left top 8.5px;
    background-repeat: no-repeat;
    padding-left: 50px;
}
.reason_child:last-child p:nth-child(n+2) {
    margin-top: 40px;
}
.reason_attention {
    color: #532205;
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    margin: 0;
    margin-top: 60px;
}
.reason_inner2 {
    margin-top: 40px;
}
.reason_child2 {
    width: calc(25% - 20px);
}
.reason_child2>a {
    transition: 0.3s;
}
.reason_child2>a:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.reason_inner3 {
    margin-top: 110px;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 100px;
}
.reason_detail3:first-child {
    width: 246px;
}
.reason_detail3:last-child {
    width: calc(100% - 306px);
    position: relative;
}
.reason_detail3:last-child p {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: justify;
    line-height: 2em;
    color: #532205;
    margin: 1em 0;
}
.reason_detail3:last-child>img:first-child {
    max-height: 75px;
}
.reason_detail3:last-child>img.abs {
    max-height: 125px;
    top: -50px;
    right: 30px;
}
.reason_inner3 .detail_btn .push_btn {
    width: 600px;
    height: 96px;
    margin: 60px auto 0;
}

.tag_menu_sec {
    background-color: #800000;
    padding: 110px 30px 140px;
    background-image: url(/library/img/foodservice/gaisyoku/tomato-garlic/nami1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom -1px;
    position: relative;
}
.tag_menu_sec>img.abs {
    max-height: 197px;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
}
.period_text {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    letter-spacing: 0.08em;
    color: #ffffff;
    text-align: center;
    margin: 50px auto;
}
.period_text span {
    display: inline-block;
    font-weight: bold;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 2px solid #FDD96D;
}
.accordion_item .accordion_content {
  display: none;
  margin-top: 0;
  padding: 100px;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
}

.tag_present_sec {
    background-color: #D40E19;
    padding: 110px 30px 140px;
    background-image: url(/library/img/foodservice/gaisyoku/tomato-garlic/nami3.png), url(/library/img/foodservice/gaisyoku/tomato-garlic/back5.png), url(/library/img/foodservice/gaisyoku/tomato-garlic/back2.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100%, 510px, 460px;
    background-position: center bottom -1px, left top 100px, right top 30px;
}
.present_child:first-child {
    width: 373px;
}
.present_child:last-child {
    width: calc(100% - 493px);
    text-align: center;
}
.tag_reason_sec .title_sec,
.tag_menu_sec .title_sec,
.present_child .title_sec {
    margin-bottom: 0;
}
.present_child img:nth-child(2) {
    max-height: 194px;
    margin-top: 30px;
}
.accordion_item .push_btn,
.detail_btn .push_btn {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
  background-color: #FFF000;
  color: #D40E19;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 10px 0 rgba(86, 25, 25, 0.75);
  transition: all 0.3s;
  user-select: none;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 1.3em;
  width: 100%;
  margin-top: 30px;
  background-image: url(/library/img/foodservice/gaisyoku/tomato-garlic/bt_on.png);
  background-size: 40px;
  background-position: right 25px center;
  background-repeat: no-repeat;
}
.accordion_item .push_btn {
  background-image: url(/library/img/foodservice/gaisyoku/tomato-garlic/bt2.png);
  color: #800000;
}
.accordion_item .push_btn:hover,
.detail_btn .push_btn:hover {
  box-shadow: none;
  transform: translateY(10px);
}
.accordion_item .push_btn:not(.is-open):active {
    box-shadow: none;
    transform: translateY(10px);
}
.accordion_item .push_btn.is-open {
    box-shadow: none;
    transform: translateY(10px);
}
.present_attention {
    font-size: 21px;
    letter-spacing: 0.08em;
    color: #ffffff;
    font-weight: bold;
    text-align: justify;
    line-height: 1.95em;
    margin: 0;
    margin-top: 55px;
}
.present_attention span {
    color: #FFF000;
    font-weight: bold;
}
.accordion_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.accordion_child {
    width: calc(50% - 30px);
    font-size: 0;
}
.accordion_child:nth-child(n+3) {
    margin-top: 40px;
}
.accordion_child h3 {
    color: #D40E19;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.08em;
    text-align: justify;
    line-height: 1.85em;
    margin: 0;
    margin-top: 5px;
    word-break: break-all;
}
.accordion_child h5 {
    color: #532205;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: justify;
    line-height: 1.85em;
    margin: 0;
    margin-top: 15px;
    word-break: break-all;
}
.accordion_child p a,
.accordion_child p {
    color: #999999;
    transition: 0.3s;
    word-break: break-all;
}
.accordion_child p a:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.accordion_child p {
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 2.25em;
    margin: 0;
    margin-top: 0;
}

.tag_otherproducts_sec {
    background-color: #FFFDEB;
    padding: 110px 30px;
}
.otherproducts_child {
    width: calc(50% - 20px);
    background-color: #ffffff;
    border-radius: 30px;
    text-align: center;
}
.otherproducts_child:first-child {
    border: 2px solid #D40E19;
}
.otherproducts_child:last-child {
    border: 2px solid #0073D5;
}
.otherproducts_child a {
    display: block;
    padding: 40px;
    transition: 0.3s;
    text-decoration: none;
}
.otherproducts_child a:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.otherproducts_child a p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.08em;
    font-weight: bold;
    color: #D40E19;
    margin: 0;
    margin-top: 40px;
}
.otherproducts_child:last-child a p {
    color: #0073D5;
}
.otherproducts_child a p img {
    max-height: 20px;
    margin-left: 30px;
}
.otherproducts_child a img.catalog_img {
    max-height: 287px;
}

.tag_footer_sec {
    background-color: #800000;
    padding: 15px 30px;
}
.tag_footer_sec p {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 2.4em;
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 1700px) {
    .main_product>img.abs {
        max-height: 445px;
        top: 20px;
    }
    .main_product>img.abs1 {
        left: calc(50% - 750px);
    }
    .main_product>img.abs2 {
        right: calc(50% - 750px);
    }
    .tag_reason_sec>img.abs {
        max-height: 248px;
    }
    .tag_reason_sec>img.abs1 {
        top: 90px;
        left: calc(50% - 700px);
    }
    .tag_reason_sec>img.abs2 {
        top: 90px;
        right: calc(50% - 700px);
    }
    .tag_menu_sec>img.abs {
        max-height: 187px;
    }
    .otherproducts_child a p img {
        margin-left: 20px;
    }
}
@media screen and (max-width: 1600px) {
    .main_product a img {
        max-height: 446px;
    }
    .main_product>img.abs {
        max-height: 395px;
        top: 25px;
    }
    .main_product>img.abs1 {
        left: calc(50% - 670px);
    }
    .main_product>img.abs2 {
        right: calc(50% - 670px);
    }
    .main_title {
        padding-top: 100px;
    }
    .tag_main_sec {
        min-height: 820px;
    }
    .main_title>img:first-child {
        max-height: 134px;
        margin-bottom: 10px;
    }
    .main_title>img.abs {
        max-height: 99px;
        right: calc(50% - 480px);
    }
    .float_banner {
        width: 226px;
    }
}
@media screen and (max-width: 1500px) {
    .tag_reason_sec>img.abs {
        max-height: 218px;
    }
    .tag_reason_sec>img.abs1 {
        top: 100px;
        left: calc(50% - 650px);
    }
    .tag_reason_sec>img.abs2 {
        top: 100px;
        right: calc(50% - 650px);
    }
    .float_banner {
        width: 206px;
    }
}
@media screen and (max-width: 1400px) {
    .main_product a img {
        max-height: 416px;
    }
    .main_product>img.abs {
        max-height: 345px;
        top: 30px;
    }
    .main_product>img.abs1 {
        left: calc(50% - 600px);
    }
    .main_product>img.abs2 {
        right: calc(50% - 600px);
    }
    .main_scrolldown img {
        width: 34px;
    }
    .tag_main_sec {
        min-height: 770px;
    }
    .main_title>img:first-child {
        max-height: 124px;
        margin-bottom: 5px;
    }
    .main_title>img.abs {
        max-height: 94px;
        right: calc(50% - 450px);
        bottom: 25px;
    }
    .tag_reason_sec .title_sec>img {
        max-height: 172px;
    }
    .tag_reason_sec>img.abs {
        max-height: 188px;
    }
    .tag_reason_sec>img.abs1 {
        top: 110px;
        left: calc(50% - 600px);
    }
    .tag_reason_sec>img.abs2 {
        top: 110px;
        right: calc(50% - 600px);
    }
    .title_sec2>img {
        max-height: 65px;
    }
    .title_label>img, .title_sec>img {
        max-height: 55px;
    }
}
@media screen and (max-width: 1300px) {
    .main_product a img {
        max-height: 396px;
    }
    .main_product>img.abs {
        max-height: 315px;
        top: 35px;
    }
    .main_product>img.abs1 {
        left: calc(50% - 565px);
    }
    .main_product>img.abs2 {
        right: calc(50% - 565px);
    }
    .tag_main_sec {
        min-height: 750px;
    }
    .point_child>img:first-child {
        max-height: 180px;
    }
    .tag_reason_sec>img.abs {
        max-height: 168px;
    }
    .tag_reason_sec>img.abs1 {
        top: 115px;
        left: calc(50% - 560px);
    }
    .tag_reason_sec>img.abs2 {
        top: 115px;
        right: calc(50% - 560px);
    }
    .float_banner {
        width: 186px;
    }
    .tag_menu_sec>img.abs {
        max-height: 177px;
        top: -100px;
    }
}
@media screen and (max-width: 1240px) {
    .tag_main_sec {
        padding: 0 20px;
    }
    .tag_point_sec {
        padding: 20px 20px 130px;
    }
    .tag_reason_sec,
    .tag_menu_sec,
    .tag_present_sec {
        padding: 100px 20px 130px;
    }
    .title_sec2 {
        margin-top: 100px;
    }
    .tag_menu_sec>img.abs {
        max-height: 167px;
        top: -95px;
    }
    .tag_otherproducts_sec {
        padding: 100px 20px;
    }
    .tag_footer_sec {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 640px) {
    .main_title>img:first-child {
        width: auto;
        max-height: 94px;
    }
    .main_product a img {
        max-height: 256px;
    }
    .main_product>img.abs {
        max-height: 155px;
        top: 50px;
        width: auto;
    }
    .main_product>img.abs1 {
        left: calc(50% - 290px);
    }
    .main_product>img.abs2 {
        right: calc(50% - 290px);
    }
    .tag_main_sec {
        min-height: 550px;
        padding: 0 4%;
    }
    .main_title {
        padding-top: 70px;
    }
    .main_scrolldown img {
        width: 24px;
    }
    .main_title>img.abs {
        max-height: 59px;
        right: calc(50% - 270px);
        bottom: auto;
        width: auto;
        top: 30px;
    }
    .float_banner {
        width: 156px;
    }
    .point_child>p {
        font-size: 16px;
        letter-spacing: 0.06em;
        line-height: 1.8em;
        margin-top: 10px;
        padding: 0 20px;
    }
    .point_child>img:nth-child(2) {
        max-height: 60px;
        margin-top: 10px;
        width: auto;
    }
    .point_child>p.text_small {
        font-size: 12px;
    }
    .point_child>img:first-child {
        max-height: 150px;
        width: auto;
    }
    .point_child {
        width: calc(50% - 6px);
        min-height: 355px;
    }
    .point_child:last-child {
        border-left: 2px solid #F8E1AD;
        min-height: 0;
        margin: 40px auto 0;
    }
    .tag_reason_sec>img.abs {
        max-height: 0;
    }
    .tag_reason_sec .title_sec>img {
        max-height: 142px;
        width: auto;
    }
    .title_sec>p {
        font-size: 18px;
    }
    .reason_inner {
        margin-top: 50px;
    }
    .reason_child:first-child,
    .reason_child:last-child {
        width: 100%;
    }
    .reason_attention {
        font-size: 12px;
        margin-top: 30px;
        text-align: justify;
    }
    .reason_child:last-child p br {
        display: none;
    }
    .reason_child:last-child p {
        font-size: 22px;
        background-size: 25px;
        background-position: left top 7px;
        padding-left: 35px;
    }
    .reason_child:last-child p:nth-child(n+2) {
        margin-top: 15px;
    }
    .reason_child:last-child {
        margin-top: 20px;
    }
    .reason_child2 {
        width: calc(50% - 10px);
    }
    .reason_child2:nth-child(n+3) {
        margin-top: 20px;
    }
    .title_sec2>img {
        max-height: 50px;
        width: auto;
    }
    .title_label>img, .title_sec>img {
        max-height: 45px;
        width: auto;
    }
    .otherproducts_child a {
        padding: 25px 20px;
    }
    .otherproducts_child {
        width: calc(50% - 10px);
        border-radius: 20px;
    }
    .otherproducts_child a img.catalog_img {
        max-height: 187px;
        width: auto;
    }
    .otherproducts_child a p {
        font-size: 14px;
        letter-spacing: 0.02em;
        margin-top: 20px;
    }
    .otherproducts_child a p img {
        margin-left: 10px;
        max-height: 15px;
        width: auto;
    }
    .tag_reason_sec, .tag_menu_sec, .tag_present_sec {
        padding: 80px 4% 100px;
    }
    .tag_point_sec {
        padding: 20px 4% 100px;
    }
    .tag_otherproducts_sec {
        padding: 80px 4%;
    }
    .title_sec {
        margin-bottom: 50px;
    }
    .present_attention {
        font-size: 18px;
        letter-spacing: 0.06em;
        line-height: 1.8em;
        margin-top: 40px;
    }
    .present_child:first-child,
    .present_child:last-child,
    .reason_detail3:first-child,
    .reason_detail3:last-child {
        width: 100%;
    }
    .present_child:first-child,
    .reason_detail3:first-child {
        text-align: center;
    }
    .reason_detail3:last-child>img.abs {
        max-height: 75px;
        top: 0;
        right: 0;
        width: auto;
    }
    .reason_detail3:last-child p {
        font-size: 16px;
        letter-spacing: 0.06em;
    }
    .reason_detail3:last-child>img:first-child {
        max-height: 70px;
        width: auto;
    }
    .present_child:first-child>img {
        width: auto;
        max-height: 443px;
    }
    .present_child img:nth-child(2) {
        max-height: 154px;
        margin-top: 20px;
        width: auto;
    }
    .accordion_item .push_btn, .detail_btn .push_btn {
        height: 80px;
        font-size: 22px;
        letter-spacing: 0.08em;
        margin-top: 30px;
        background-size: 26px;
        background-position: right 20px center;
    }
    .title_sec2 {
        margin-top: 80px;
    }
    .present_child:last-child {
        margin-top: 30px;
    }
    .tag_menu_sec>img.abs {
        max-height: 127px;
        top: -70px;
        width: auto;
    }
    .reason_detail3:first-child>img {
        max-height: 379px;
        width: auto;
    }
    .reason_inner3 {
        margin-top: 80px;
        border-radius: 25px;
        padding: 40px;
    }
    .reason_detail3:last-child {
        margin-top: 30px;
    }
    .reason_inner3 .detail_btn .push_btn {
        width: 100%;
        height: 80px;
        margin: 40px auto 10px;
    }
    .period_text {
        font-size: 20px;
        letter-spacing: 0.06em;
        margin: 40px auto;
    }
    .title_sec>h4 {
        font-size: 26px;
        line-height: 1.6em;
        letter-spacing: 0.06em;
    }
    .accordion_item .accordion_content {
        padding: 40px;
    }
    .accordion_child {
        width: calc(50% - 15px);
    }
    .accordion_child h3 {
        font-size: 18px;
        letter-spacing: 0.06em;
        line-height: 1.8em;
    }
    .accordion_child h5 {
        font-size: 15px;
        letter-spacing: 0.06em;
        line-height: 1.8em;
        margin-top: 8px;
    }
    .accordion_child p {
        font-size: 12px;
        letter-spacing: 0.06em;
        line-height: 2em;
    }
    .accordion_child:nth-child(n+3) {
        margin-top: 30px;
    }
    .tag_footer_sec p {
        font-size: 14px;
        letter-spacing: 0.06em;
    }
    .tag_footer_sec {
        padding: 15px 4%;
    }
}
@media screen and (min-width: 641px) {
    body {
        width: 100%;
        min-width: 1200px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 599px) {
    .main_product a img {
        max-height: 236px;
    }
    .main_product>img.abs {
        max-height: 135px;
    }
    .main_product>img.abs1 {
        left: calc(50% - 260px);
    }
    .main_product>img.abs2 {
        right: calc(50% - 260px);
    }
    .main_title>img:first-child {
        max-height: 89px;
        margin-bottom: 10px;
    }
    .main_title>img.abs {
        max-height: 54px;
        right: calc(50% - 235px);
    }
    .tag_main_sec {
        min-height: 500px;
    }
    .point_child>img:first-child {
        max-height: 130px;
    }
    .point_child>p {
        font-size: 15px;
    }
    .point_child {
        min-height: 325px;
    }
    .tag_reason_sec .title_sec>img {
        max-height: 132px;
    }
    .float_banner {
        width: 136px;
    }
    .otherproducts_child a {
        padding: 25px 15px;
    }
    .tag_footer_sec p {
        font-size: 13px;
    }
    .present_child:first-child>img {
        max-height: 413px;
    }
}
@media screen and (max-width: 575px) {
    .main_product a img {
        max-height: 206px;
    }
    .main_product>img.abs {
        max-height: 115px;
    }
    .main_product>img.abs1 {
        left: calc(50% - 220px);
    }
    .main_product>img.abs2 {
        right: calc(50% - 220px);
    }
    .main_scrolldown img {
        width: 20px;
    }
    .tag_main_sec {
        min-height: 460px;
    }
    .main_title>img:first-child {
        max-height: 84px;
    }
    .main_title {
        padding-top: 60px;
    }
    .main_title>img.abs {
        max-height: 49px;
        right: calc(50% - 215px);
        top: 25px;
    }
    .point_child>img:first-child {
        max-height: 120px;
    }
    .point_child>img:nth-child(2) {
        max-height: 56px;
    }
    .point_child>p {
        font-size: 14px;
    }
    .point_child {
        min-height: 305px;
    }
    .tag_reason_sec .title_sec>img {
        max-height: 122px;
    }
    .title_sec>p {
        font-size: 17px;
        text-align: justify;
        margin-top: 20px;
    }
    .reason_inner {
        margin-top: 40px;
    }
    .reason_child:last-child p {
        font-size: 20px;
        background-position: left top 5px;
    }
    .title_sec2>img {
        max-height: 45px;
    }
    .reason_detail3:first-child>img {
        max-height: 349px;
    }
    .reason_detail3:last-child>img:first-child {
        max-height: 65px;
    }
    .reason_detail3:last-child>img.abs {
        max-height: 50px;
        top: 15px;
    }
    .tag_menu_sec>img.abs {
        max-height: 117px;
        top: -65px;
    }
    .title_sec>h4 {
        font-size: 24px;
    }
    .title_label>img, .title_sec>img {
        max-height: 42px;
    }
    .period_text {
        font-size: 18px;
        margin: 30px auto;
    }
    .accordion_item .push_btn, .detail_btn .push_btn {
        font-size: 20px;
        letter-spacing: 0.04em;
        background-size: 24px;
        background-position: right 15px center;
    }
    .present_child:first-child>img {
        max-height: 363px;
    }
    .otherproducts_child {
        width: 100%;
    }
    .otherproducts_child:last-child {
        margin-top: 30px;
    }
    .float_banner {
        width: 106px;
        right: 20px;
        bottom: 20px;
    }
    .accordion_child {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 520px) {
    .point_child {
        width: 100%;
        min-height: 0;
    }
    .point_child>img:first-child {
        max-height: 130px;
    }
    .point_child>img:nth-child(2) {
        max-height: 70px;
        margin-right: 70px;
        margin-left: 70px;
    }
    .point_child:nth-child(2) {
        border-left: 2px solid #F8E1AD;
    }
    .point_child:nth-child(2),
    .point_child:last-child {
        margin: 30px auto 0;
    }
    .title_label>img, .title_sec>img {
        max-height: 40px;
    }
    .present_child img:nth-child(2) {
        max-height: 144px;
    }
    .present_child:first-child>img {
        max-height: 333px;
    }
    .title_sec>h4 {
        font-size: 22px;
    }
    .reason_detail3:first-child>img {
        max-height: 319px;
    }
    .reason_detail3:last-child>img:first-child {
        max-height: 60px;
    }
    .reason_detail3:last-child>img.abs {
        max-height: 40px;
        top: 20px;
    }
    .tag_reason_sec .title_sec>img {
        max-height: 112px;
    }
    .accordion_item .accordion_content {
        padding: 40px 30px;
    }
    .title_sec2>img {
        max-height: 40px;
    }
    .accordion_item .push_btn, .detail_btn .push_btn {
        text-align: center;
    }
}
@media screen and (min-width: 521px) {
    br.none521 {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .title_label>img, .title_sec>img {
        max-height: 36px;
    }
    .tag_otherproducts_sec {
        padding: 70px 4%;
    }
    .title_sec {
        margin-bottom: 40px;
    }
    .tag_reason_sec, .tag_menu_sec, .tag_present_sec {
        padding: 70px 4% 85px;
    }
    .present_attention {
        font-size: 16px;
        margin-top: 30px;
    }
    .present_child:first-child>img {
        max-height: 283px;
    }
    .present_child img:nth-child(2) {
        max-height: 140px;
    }
    .accordion_item .push_btn, .detail_btn .push_btn {
        font-size: 19px;
        height: 70px;
    }
    .title_sec>h4 {
        font-size: 20px;
    }
    .period_text {
        font-size: 16px;
        margin: 20px auto 25px;
    }
    .tag_menu_sec>img.abs {
        max-height: 107px;
        top: -60px;
    }
    .period_text span {
        padding-right: 20px;
        margin-right: 20px;
    }
    .reason_detail3:first-child>img {
        max-height: 269px;
    }
    .reason_detail3:last-child>img:first-child {
        max-height: 55px;
    }
    .reason_detail3:last-child p {
        font-size: 15px;
    }
    .reason_inner3 {
        margin-top: 70px;
        border-radius: 15px;
        padding: 30px;
    }
    .reason_inner3 .detail_btn .push_btn {
        height: 70px;
        margin: 30px auto 10px;
    }
    .reason_detail3:last-child>img.abs {
        top: 15px;
    }
    .title_sec2 {
        margin-top: 70px;
    }
    .reason_child:last-child p {
        font-size: 18px;
        background-position: left top 6.5px;
        background-size: 20px;
        padding-left: 30px;
    }
    .reason_child:last-child {
        margin-top: 15px;
    }
    .reason_child:last-child p:nth-child(n+2) {
        margin-top: 12px;
    }
    .tag_reason_sec .title_sec>img {
        max-height: 105px;
    }
    .tag_point_sec {
        padding: 10px 4% 85px;
    }
    .main_title>img:first-child {
        max-height: 79px;
    }
    .main_title>img.abs {
        max-height: 44px;
        right: calc(50% - 200px);
        top: 25px;
    }
    .main_product a img {
        max-height: 196px;
    }
    .main_product>img.abs {
        max-height: 105px;
    }
    .main_product>img.abs1 {
        left: calc(50% - 205px);
    }
    .main_product>img.abs2 {
        right: calc(50% - 205px);
    }
    .point_child>img:first-child {
        max-height: 110px;
    }
    .point_child>img:nth-child(2) {
        max-height: 60px;
        margin-right: 75px;
        margin-left: 75px;
    }
    .none480 {
        display: none;
    }
    .title_sec2>img {
        max-height: 70px;
    }
    .accordion_child {
        width: 100%;
    }
    .accordion_child:nth-child(n+2) {
        margin-top: 30px;
    }
    .float_banner {
        width: 96px;
    }
}
@media screen and (min-width: 481px) {
    .none481 {
        display: none;
    }
}
@media screen and (max-width: 440px) {
    .tag_reason_sec .title_sec>img {
        max-height: 100px;
    }
    .title_sec2>img {
        max-height: 65px;
    }
    .reason_detail3:last-child>img:first-child {
        max-height: 50px;
    }
    .reason_detail3:last-child>img.abs {
        top: 10px;
    }
    .title_sec>h4 {
        font-size: 18px;
    }
    .title_label>img, .title_sec>img {
        max-height: 35px;
    }
    .present_child img:nth-child(2) {
        max-height: 130px;
    }
}
@media screen and (max-width: 430px) {
    .tag_otherproducts_sec {
        padding: 60px 4%;
    }
    .title_label>img, .title_sec>img {
        max-height: 31px;
    }
    .title_sec {
        margin-bottom: 35px;
    }
    .tag_reason_sec, .tag_menu_sec, .tag_present_sec {
        padding: 60px 4% 70px;
    }
    .tag_point_sec {
        padding: 10px 4% 70px;
    }
    .present_child img:nth-child(2) {
        max-height: 120px;
    }
    .accordion_item .push_btn, .detail_btn .push_btn {
        margin-top: 25px;
    }
    .present_child:first-child>img {
        max-height: 233px;
    }
    .accordion_item .push_btn, .detail_btn .push_btn {
        font-size: 18px;
    }
    .title_sec>h4 {
        text-align: justify;
    }
    .title_sec>h4 br {
        display: none;
    }
    .tag_menu_sec>img.abs {
        max-height: 92px;
        top: -50px;
    }
    .otherproducts_child {
        border-radius: 15px;
    }
    .reason_detail3:first-child>img {
        max-height: 219px;
    }
    .reason_detail3:last-child>img:first-child {
        max-height: 45px;
    }
    .reason_detail3:last-child>img.abs {
        top: 5px;
        max-height: 38px;
    }
    .reason_detail3:last-child p {
        font-size: 14px;
    }
    .reason_inner3 .detail_btn .push_btn {
        margin: 25px auto 10px;
    }
    .reason_inner3,
    .title_sec2 {
        margin-top: 60px;
    }
    .title_sec2>img {
        max-height: 60px;
    }
    .reason_attention {
        font-size: 11px;
        margin-top: 20px;
    }
    .reason_child:last-child p {
        font-size: 16px;
        background-position: left top 5px;
        background-size: 18px;
        padding-left: 25px;
    }
    .reason_child:last-child {
        margin-top: 12px;
    }
    .title_sec>p {
        font-size: 16px;
        margin-top: 15px;
    }
    .tag_reason_sec .title_sec>img {
        max-height: 90px;
    }
    .point_child>img:first-child {
        max-height: 90px;
    }
    .point_child>img:nth-child(2) {
        max-height: 55px;
    }
    .main_title>img:first-child {
        max-height: 69px;
    }
    .main_product a img {
        max-height: 186px;
    }
    .main_product>img.abs {
        max-height: 90px;
    }
    .main_product>img.abs1 {
        left: calc(50% - 180px);
    }
    .main_product>img.abs2 {
        right: calc(50% - 180px);
    }
    .main_title>img.abs {
        max-height: 39px;
        right: calc(50% - 175px);
        top: 30px;
    }
    .tag_main_sec {
        min-height: 420px;
    }
    .tag_footer_sec p {
        font-size: 12px;
        letter-spacing: 0.04em;
    }
    .float_banner {
        width: 86px;
    }
    .otherproducts_child a img.catalog_img {
        max-height: 167px;
    }
}
@media screen and (max-width: 390px) {
    .main_title>img:first-child {
        max-height: 64px;
    }
    .main_product a img {
        max-height: 166px;
    }
    .main_product>img.abs {
        max-height: 80px;
    }
    .main_product>img.abs1 {
        left: calc(50% - 160px);
    }
    .main_product>img.abs2 {
        right: calc(50% - 160px);
    }
    .main_title>img.abs {
        max-height: 34px;
        right: calc(50% - 160px);
        top: 30px;
    }
    .tag_main_sec {
        min-height: 400px;
    }
    .point_child>img:first-child {
        max-height: 80px;
    }
    .point_child>img:nth-child(2) {
        max-height: 50px;
    }
    .point_child>p {
        font-size: 13px;
    }
    .point_child>p.text_small {
        font-size: 11px;
    }
    .tag_reason_sec .title_sec>img {
        max-height: 83px;
    }
    .title_sec>p {
        font-size: 15px;
        margin-top: 12px;
    }
    .reason_inner {
        margin-top: 35px;
    }
    .reason_child:last-child p:nth-child(n+2) {
        margin-top: 10px;
    }
    .reason_child:last-child p {
        font-size: 15px;
    }
    .title_sec2>img {
        max-height: 55px;
    }
    .reason_detail3:first-child>img {
        max-height: 189px;
    }
    .reason_detail3:last-child {
        margin-top: 25px;
    }
    .reason_detail3:last-child>img.abs {
        top: -70px;
        max-height: 35px;
    }
    .accordion_item .push_btn, .detail_btn .push_btn {
        font-size: 17px;
        background-size: 20px;
    }
    .title_sec>h4 {
        font-size: 17px;
    }
    .period_text {
        font-size: 15px;
    }
    .reason_detail3:last-child>img:first-child {
        max-height: 40px;
    }
    .reason_detail3:last-child p {
        margin-top: 10px;
    }
    .present_child:first-child>img {
        max-height: 203px;
    }
    .title_label>img, .title_sec>img {
        max-height: 28px;
    }
    .present_child img:nth-child(2) {
        max-height: 110px;
    }
    .accordion_child h3 {
        font-size: 17px;
    }
    .accordion_child h5 {
        font-size: 14px;
    }
    .accordion_child p {
        font-size: 11px;
    }
}
@media screen and (max-width: 360px) {
    .otherproducts_child a img.catalog_img {
        max-height: 157px;
    }
    .tag_footer_sec p {
        font-size: 11px;
        letter-spacing: 0;
    }
    .present_attention {
        font-size: 15px;
        margin-top: 25px;
    }
    .present_child img:nth-child(2) {
        max-height: 105px;
    }
    .title_label>img, .title_sec>img {
        max-height: 27px;
    }
    .present_child:first-child>img {
        max-height: 183px;
    }
    .accordion_item .push_btn, .detail_btn .push_btn {
        height: 65px;
        font-size: 16px;
        background-size: 18px;
    }
    .period_text {
        font-size: 14px;
    }
    .period_text span {
        padding-right: 15px;
        margin-right: 15px;
    }
    .reason_inner3 .detail_btn .push_btn {
        height: 65px;
    }
    .reason_detail3:first-child>img {
        max-height: 169px;
    }
    .reason_detail3:last-child {
        margin-top: 20px;
    }
    .reason_detail3:last-child>img.abs {
        top: -60px;
        max-height: 30px;
    }
    .reason_detail3:last-child p {
        font-size: 13px;
    }
    .title_sec2>img {
        max-height: 50px;
    }
    .reason_inner2 {
        margin-top: 30px;
    }
    .reason_child:last-child p {
        font-size: 14px;
        background-position: left top 4px;
        background-size: 16px;
        padding-left: 22px;
    }
    .tag_reason_sec .title_sec>img {
        max-height: 77px;
    }
    .point_child>img:first-child {
        max-height: 70px;
    }
    .point_child>img:nth-child(2) {
        max-height: 45px;
    }
    .main_title>img:first-child {
        max-height: 59px;
    }
    .accordion_child h3 {
        font-size: 16px;
    }
    .accordion_child h5 {
        font-size: 13px;
    }
}
@media screen and (max-width: 340px) {
    .main_title>img.abs {
        max-height: 29px;
        right: calc(50% - 145px);
        top: 40px;
    }
    .main_product a img {
        max-height: 156px;
    }
    .main_product>img.abs {
        max-height: 70px;
    }
    .main_product>img.abs1 {
        left: calc(50% - 145px);
    }
    .main_product>img.abs2 {
        right: calc(50% - 145px);
    }
    .tag_main_sec {
        min-height: 370px;
    }
    .title_sec2>img {
        max-height: 45px;
    }
    .accordion_item .push_btn, .detail_btn .push_btn {
        font-size: 15px;
        height: 60px;
        background-size: 15px;
        background-position: right 10px center;
    }
    .reason_inner3 .detail_btn .push_btn {
        height: 60px;
    }
    .point_child>img:nth-child(2) {
        max-height: 40px;
    }
}
