/***************************************
 * *
 * *style CSS
 * *
 * ****************************************** */
/*****************************
 * *
 * *settings
 * *
 * ***************************** */
.trans_txt_parent .inner {
  overflow: hidden;
}
.trans_txt_parent s {
  display: inline-block;
  transform: translateY(100px);
}

.scroll_fadein {
  transform: translateY(100px);
  opacity: 0;
}

@media (max-width: 1160px) {
  #fv .ib .fv_slide {
    max-width: 100%;
    margin-left: 0;
  }
  #fv .ib .fv_slide .swiper-slide {
    overflow: hidden;
  }
}
@media (max-width: 1000px) {
  html {
    scroll-padding-top: 80px;
  }
  header {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    height: 80px;
  }
  header .ib {
    padding: 10px;
  }
  header .ib .spbtn {
    position: absolute;
    top: 25px;
    right: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
  }
  header .ib .spbtn:before {
    content: "\e3c7";
    font-family: "material icons";
    font-size: 34px;
  }
  header .ib .logo span {
    font-size: 22px;
  }
  header .ib nav {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 80px;
    left: 0;
    display: none;
    padding-right: 0;
  }
  header .ib nav a {
    display: block;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #ccc;
  }
  header .ib a.contact {
    width: 80px;
    height: 80px;
    padding: 10px;
  }
  header .ib a.contact:before {
    font-size: 32px;
  }
  header .ib a.contact span {
    font-size: 13px;
  }
  .pc_content {
    display: none !important;
  }
  .sp_content {
    display: block !important;
  }
  #fv {
    height: auto;
    margin-top: 80px;
    padding-top: unset;
  }
  #fv .swiper .swiper-button-next:after,
  #fv .swiper .swiper-rtl .swiper-button-prev:after,
  #fv .swiper .swiper-button-prev:after,
  #fv .swiper .swiper-rtl .swiper-button-next:after {
    font-size: 40px !important;
    right: -40px !important;
  }
  #fv .swiper-horizontal > .swiper-pagination-bullets,
  #fv .swiper-pagination-bullets.swiper-pagination-horizontal,
  #fv .swiper-pagination-custom,
  #fv .swiper-pagination-fraction {
    bottom: 0px;
  }
  #fv.page2,
  #fv.page3,
  #fv.voice,
  #fv.company {
    height: auto;
  }
  #fv.page2.rec .ib,
  #fv.page3.rec .ib,
  #fv.voice.rec .ib,
  #fv.company.rec .ib {
    padding: 60px 20px;
  }
  #fv.page2.rec .ib .title,
  #fv.page3.rec .ib .title,
  #fv.voice.rec .ib .title,
  #fv.company.rec .ib .title {
    font-size: 36px;
  }
  #fv.page2.rec .ib p.tac,
  #fv.page3.rec .ib p.tac,
  #fv.voice.rec .ib p.tac,
  #fv.company.rec .ib p.tac {
    text-align: left !important;
  }
  #fv.page2 .ib,
  #fv.page3 .ib,
  #fv.voice .ib,
  #fv.company .ib {
    padding: 60px 20px;
  }
  #fv.page2 .ib .title,
  #fv.page3 .ib .title,
  #fv.voice .ib .title,
  #fv.company .ib .title {
    font-size: 42px;
  }
  #fv.page2 .ib a.btn,
  #fv.page3 .ib a.btn,
  #fv.voice .ib a.btn,
  #fv.company .ib a.btn {
    margin-bottom: 0;
  }
  #fv.page2 .ib p,
  #fv.page3 .ib p,
  #fv.voice .ib p,
  #fv.company .ib p {
    font-size: 24px;
  }
  #fv .ib {
    padding: 20px;
    padding-bottom: 30px;
  }
  #fv .ib .swiper .swiper-button-next,
  #fv .ib .swiper .swiper-button-prev {
    top: calc(50% - 20px);
  }
  #fv .ib .swiper .swiper-pagination-bullet {
    width: 40px;
  }
  #fv .ib .swiper .swiper-button-next,
  #fv .ib .swiper .swiper-rtl .swiper-button-prev {
    right: 23px;
  }
  #fv .ib .fv_slide {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  #fv .ib .fv_slide .swiper-wrapper {
    padding-bottom: 20px;
  }
  #fv .ib .fv_slide .box {
    flex-wrap: wrap;
    width: 100%;
  }
  #fv .ib .fv_slide .box .l,
  #fv .ib .fv_slide .box .r {
    width: 100%;
  }
  #fv .ib .fv_slide .box .l h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
  }
  #fv .ib .fv_slide .box .l p {
    font-size: 20px;
  }
  #fv .ib .fv_slide .box .l h2 {
    margin: 5px 0;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
  }
  #fv .ib .fv_slide .box .l h2 span {
    text-align: center;
    font-size: 28px;
  }
  #fv .ib .fv_slide .box .l .img {
    margin-top: 20px;
  }
  #fv .ib .title {
    font-size: 23px;
    text-align: center;
  }
  #fv .ib .title:before,
  #fv .ib .title:after {
    display: none;
  }
}
@media (max-width: 700px) {
  .ib {
    padding: 20px;
  }

  p {
    line-height: 1.55;
    font-size: 17px;
  }
  a.btn {
    font-size: 18px;
    max-width: 100%;
    margin: 32px auto;
  }
  #content .ib {
    padding: 20px;
  }
  #content .w_m {
    padding: 0 20px;
  }
  #content h2 {
    font-size: 32px;
    margin: 32px 0;
  }
  #content h2.m {
    font-size: 20px;
  }
  #content h2 span {
    font-size: 26px;
  }
  #content .link_list {
    flex-wrap: wrap;
  }
  #content .link_list a {
    width: 100%;
    margin-bottom: 10px;
  }
  #content .link_list a:last-child {
    margin-bottom: 0;
  }
  #content .link_container .ib {
    padding: 20px;
  }
  #content .link_container .ib p {
    font-size: 18px;
    line-height: 1.6;
    padding: 0 20px;
  }
  #content .link_container .ib p:before,
  #content .link_container .ib p:after {
    height: 80%;
    top: 10px;
    left: 0px;
  }
  #content .link_container .ib p:after {
    left: auto;
    right: 10px;
  }
  #content .cont_why {
    margin-top: -20px;
  }
  #content .cont_why .min_slide {
    display: none;
  }
  #content .cont_why .dekiru {
    margin: 32px 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #content .cont_why .dekiru .l,
  #content .cont_why .dekiru .r {
    position: relative;
    width: 100%;
  }
  #content .cont_why .dekiru .l p,
  #content .cont_why .dekiru .r p {
    font-size: 20px;
  }
  #content .cont_why .dekiru .l h2,
  #content .cont_why .dekiru .r h2 {
    margin-top: 34px;
  }
  #content .cont_why .dekiru .l h2 span,
  #content .cont_why .dekiru .r h2 span {
    padding: 10px;
    font-size: 24px;
  }
  #content .cont_why .dekiru .l {
    margin-top: -20px;
  }
  #content .cont_why .dekiru .l a.btn {
    left: 0;
    margin-bottom: 0;
  }
  #content .cont_why .dekiru .l p {
    padding-right: 0;
    font-size: 18px;
  }
  #content .cont_popular:after {
    display: none;
  }
  #content .cont_popular .ib .df {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #content .cont_popular .ib .df .l,
  #content .cont_popular .ib .df .r {
    width: 100%;
  }
  #content .cont_popular .ib .df .l .tit,
  #content .cont_popular .ib .df .r .tit {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
  }
  #content .cont_popular .ib .df .l h2,
  #content .cont_popular .ib .df .r h2 {
    margin-bottom: 24px;
    font-size: 42px;
  }
  #content .cont_popular .ib .df .l h2 span,
  #content .cont_popular .ib .df .r h2 span {
    padding: 10px;
    font-size: 24px;
  }
  #content .cont_popular .ib .df .l p,
  #content .cont_popular .ib .df .r p {
    font-size: 18px;
    top: 20%;
  }
  #content .cont_popular .ib .df .r {
    aspect-ratio: 1/1;
    margin-bottom: 20px;
  }
  #content .cont_popular .ib .df .r img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #content .cont_kodawari h4 {
    margin: 32px 0;
    font-size: 24px;
  }
  #content .cont_kodawari .df {
    margin: 32px 0;
  }
  #content .cont_kodawari .df:before,
  #content .cont_kodawari .df:after {
    display: none;
  }
  #content .cont_kodawari .df .row {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
  #content .cont_kodawari .df .row .l,
  #content .cont_kodawari .df .row .r {
    width: 100%;
  }
  #content .cont_kodawari .df .row .l .num,
  #content .cont_kodawari .df .row .r .num {
    font-size: 32px;
  }
  #content .cont_kodawari .df .row .r {
    padding-left: 0;
    margin-top: 16px;
    padding-right: 0 !important;
  }
  #content .cont_kodawari .df .row .r h3 {
    flex-wrap: wrap;
    text-align: left !important;
    display: flex;
    justify-content: space-between !important;
    margin-bottom: 24px;
    align-items: center;
  }
  #content .cont_kodawari .df .row .r h3 span {
    width: 100%;
    text-align: center !important;
  }
  #content .cont_kodawari .df .row .r h3 .num {
    width: 40px;
    text-align: center;
    font-size: 32px;
    padding: 5px 0 7px;
    margin: 10px 0 0;
  }
  #content .cont_kodawari .df .row .r h3 em {
    line-height: 1.35;
    width: calc(100% - 50px);
    font-size: 26px;
    text-align: left !important;
  }
  #content .cont_kodawari .df .row .r p {
    font-size: 18px;
  }
  #content .cont_review .ib p {
    font-size: 18px;
    text-align: left !important;
  }
  #content .cont_review .ib .hyoka {
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 24px;
  }
  #content .cont_review .ib .hyoka span {
    /* width: 100%; */
    font-size: 24px;
  }
  #content .cont_review .ib .hyoka .star {
    /* width: 100%; */
  }
  #content .cont_review .ib .df {
    margin: 32px 0;
  }
  #content .cont_review .ib .df .box {
    width: 100%;
    margin-bottom: 10px;
    padding: 16px;
    position: relative;
  }
  #content .cont_review .ib .df .box p {
    font-size: 17px;
    margin-bottom: 20px;
  }
  #content .cont_review .ib .df .box img.g_icon {
    width: 66px;
    margin-top: 15px;
  }
  #content .cont_video .video_box {
    margin: 24px 0;
  }
  #content .cont_video .video_box:before,
  #content .cont_video .video_box:after {
    display: none;
  }
  #content .cont_video .video_box .inner {
    padding: 0;
  }
  #content .cont_video .video_box .inner:before,
  #content .cont_video .video_box .inner:after {
    display: none;
  }
  #content .cont_philosophy {
    margin-top: -32px;
    height: auto;
  }
  #content .cont_philosophy.pt2 + .cont_rinen {
    margin-top: 0;
  }
  #content .cont_philosophy.pt2 .ib .df .r {
    padding-bottom: 0;
  }
  #content .cont_philosophy.pt2 .ib .df .row {
    margin-top: 20px;
  }
  #content .cont_philosophy.pt2 .ib .df .row .df .l .img {
    aspect-ratio: 1/0.66;
  }
  #content .cont_philosophy.pt2 .ib .df .row .df .r h3 {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    font-size: 24px;
  }
  #content .cont_philosophy:after {
    height: 200px;
  }
  #content .cont_philosophy .ib .df {
    flex-wrap: wrap;
  }
  #content .cont_philosophy .ib .df .l,
  #content .cont_philosophy .ib .df .r {
    width: 100%;
  }
  #content .cont_philosophy .ib .df .l .img {
    aspect-ratio: 1/0.8;
  }
  #content .cont_philosophy .ib .df .r {
    margin-top: 24px;
    padding-bottom: 200px;
  }
  #content .cont_philosophy .ib .df .r h3 i {
    line-height: 1.25;
  }
  #content .cont_philosophy .ib .df .r h3 i em {
    padding-left: 0;
    font-size: 24px;
  }
  #content .cont_philosophy .ib .df .r p {
    font-size: 18px;
  }
  #content .cont_rinen {
    margin-top: -50px;
  }
  #content .cont_rinen.mgt {
    margin-top: -100px;
  }
  #content .cont_rinen .ib {
    padding-bottom: 42px;
  }
  #content .cont_rinen .ib .df {
    padding: 20px;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #content .cont_rinen .ib .df .l,
  #content .cont_rinen .ib .df .r {
    width: 100%;
  }
  #content .cont_rinen .ib .df .l .tit,
  #content .cont_rinen .ib .df .l h2,
  #content .cont_rinen .ib .df .r .tit,
  #content .cont_rinen .ib .df .r h2 {
    margin-top: 20px;
    font-size: 28px;
  }
  #content .cont_rinen .ib .df .l .tit br,
  #content .cont_rinen .ib .df .l h2 br,
  #content .cont_rinen .ib .df .r .tit br,
  #content .cont_rinen .ib .df .r h2 br {
    display: none;
  }
  #content .cont_rinen .ib .df .l h3,
  #content .cont_rinen .ib .df .r h3 {
    font-size: 24px;
    text-align: center;
  }
  #content .cont_rinen .ib .df .l h3:after,
  #content .cont_rinen .ib .df .l h3:before,
  #content .cont_rinen .ib .df .r h3:after,
  #content .cont_rinen .ib .df .r h3:before {
    display: none;
  }
  #content .cont_rinen .ib .df .r {
    margin-top: 20px;
  }
  #content .cont_rinen .ib .df .r p {
    font-size: 17px;
  }
  #content .cont_recommend .ib {
    padding-bottom: 42px;
  }
  #content .cont_recommend .ib .box_list .box {
    width: 100%;
    margin-right: 0;
  }
  #content .cont_recommend .ib .df_buy .box {
    flex-wrap: wrap;
  }
  #content .cont_recommend .ib .df_buy .box .img {
    width: 100%;
    position: relative;
    width: 100%;
    aspect-ratio: 1/0.66;
    height: auto;
    top: 0;
    left: 0;
  }
  #content .cont_recommend .ib .df_buy .box .r {
    width: 100%;
    padding: 20px;
    margin: 24px 0;
  }
  #content .cont_recommend .ib .df {
    flex-wrap: wrap;
  }
  #content .cont_recommend .ib .df .r {
    width: 100%;
    margin-top: 24px;
  }
  #content .cont_recommend .ib .df .r h4 {
    font-size: 22px;
  }
  #content .cont_recommend .ib .df .l {
    width: 100%;
  }
  #content .cont_recommend .ib .eat_list .row {
    flex-wrap: wrap;
  }
  #content .cont_recommend .ib .eat_list .row .num {
    width: 100%;
    text-align: center;
    font-size: 66px;
    padding-top: 12px;
    line-height: 1;
  }
  #content .cont_recommend .ib .eat_list .row .txt {
    width: 100%;
  }
  #content .cont_recommend .ib .eat_list .row .txt h4 {
    font-size: 26px;
    margin-top: 24px;
  }
  #content .cont_recommend .ib .pr_list.pt2 .box {
    padding: 0 !important;
    background: none;
  }
  #content .cont_recommend .ib .pr_list.pt2 .box p.emp {
    font-size: 20px;
    padding: 0;
  }
  #content .cont_recommend .ib .pr_list.pt2 .box .df {
    flex-wrap: wrap;
  }
  #content .cont_recommend .ib .pr_list.pt2 .box .df .l,
  #content .cont_recommend .ib .pr_list.pt2 .box .df .r {
    width: 100%;
    margin-bottom: 0;
  }
  #content .cont_recommend .ib .pr_list .box {
    padding: 16px !important;
  }
  #content .cont_recommend .ib .pr_list .box h2 {
    margin-top: 0;
    font-size: 32px;
  }
  #content .cont_recommend .ib .pr_list .box h2 span {
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
  #content .cont_recommend .ib .pr_list .box h2 i {
    font-size: 20px;
    padding: 10px 0;
  }
  #content .cont_recommend .ib .pr_list .box .df {
    flex-wrap: wrap;
    margin: 20px 0;
  }
  #content .cont_recommend .ib .pr_list .box .df .l,
  #content .cont_recommend .ib .pr_list .box .df .r {
    width: 100%;
  }
  #content .cont_recommend .ib .pr_list .box .df .l p,
  #content .cont_recommend .ib .pr_list .box .df .r p {
    font-size: 18px;
  }
  #content .cont_recommend .ib .pr_list .box .df .r {
    margin-top: 20px;
  }
  #content .cont_recommend .ib .pr_list .box .pr_point {
    margin-top: 60px;
    padding: 40px 20px;
  }
  #content .cont_recommend .ib .pr_list .box .pr_point h3 {
    padding: 0 16px;
    font-size: 32px;
  }
  #content .cont_recommend .ib .pr_list .box .pr_point .bullet span {
    font-size: 18px;
    padding-left: 30px;
    position: relative;
  }
  #content .cont_recommend .ib .pr_list .box .pr_point .bullet span:before {
    width: 14px;
    height: 14px;
    left: 0;
    position: absolute;
  }
  #content .cont_instagram {
    padding: 20px;
  }
  #content .cont_instagram .ib {
    padding-top: 20px;
  }
  #content .cont_instagram .ib a.btn_insta {
    margin: 32px 0;
  }
  #content .cont_instagram .ib a.btn_insta .l {
    width: 100%;
  }
  #content .cont_instagram .ib a.btn_insta .r {
    /* display: none; */
    width: 100px;
  }
  #content .cont_instagram .ib .img.ico_insta {
    width: 48px;
    margin: 10px auto;
  }
  #content table,
  #content tr,
  #content th,
  #content td {
    display: block !important;
    width: 100% !important;
    border: none !important;
    font-size: 18px;
  }
  #content table tr th,
  #content tr tr th,
  #content th tr th,
  #content td tr th {
    padding: 15px;
    background: #f5f5f5;
  }
  #content table tr td,
  #content tr tr td,
  #content th tr td,
  #content td tr td {
    padding: 15px;
    background: #fff;
    overflow-wrap: anywhere;
  }
  #content a.pagetop {
    margin: 20px auto;
  }
  #content .cont_company {
    margin-top: -42px;
  }
  #content .cont_company .ib {
    padding-bottom: 8px;
  }
  #content .cont_company .ib table {
    margin-bottom: 0;
  }
  #content .cont_company .ib table tbody {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    margin-inline: auto;
  }
  #content .cont_company .ib .df {
    flex-wrap: wrap;
  }
  #content .cont_company .ib .df .l {
    width: 100%;
    margin-left: 0;
  }
  #content .cont_company .ib .df .l .img {
    height: 200px;
    width: 100%;
    margin-left: 0;
  }
  #content .cont_company .ib .df .r {
    width: 100%;
    margin-top: 24px;
    padding-left: 0;
  }
  #content .cont_company .ib .df .r h3 {
    margin-bottom: 24px;
    font-size: 32px;
    text-align: center;
  }
  #content .cont_company .ib .df .r p {
    font-size: 18px;
  }
  #content .cont_history .tit {
    font-size: 32px;
  }
  #content .cont_history .w_m {
    padding: 0;
    margin: 20px 0;
    font-size: 20px;
  }
  #content .cont_history .history_list {
    margin: 32px 0;
  }
  #content .cont_history .history_list:before {
    display: none;
  }
  #content .cont_history .history_list .row .year {
    width: 100%;
    text-align: center;
    color: #0066b2;
    margin-right: 0;
  }
  #content .cont_history .history_list .row .txt {
    padding-left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  #content .cont_history .history_list .row .txt:before,
  #content .cont_history .history_list .row .txt:after {
    display: none;
  }
  #content .cont_voice2 .voice_box_list .box {
    padding-bottom: 24px;
  }
  #content .cont_voice2 .voice_box_list .box h3 {
    margin: 24px 0;
    text-align: left;
    font-size: 24px;
  }
  #content .cont_voice2 .voice_box_list .box .row {
    margin-bottom: 32px;
  }
  #content .cont_voice2 .voice_box_list .box .row .img {
    width: 100%;
  }
  #content .cont_voice2 .voice_box_list .box .row .txt {
    width: 100%;
    margin-top: 16px;
  }
  #content .cont_voice2 .voice_box_list .box .row .txt h3 {
    margin-bottom: 12px;
  }
  #content .cont_voice2 .voice_box_list .box .row .txt h4 {
    margin: 20px 0;
  }
  #content .cont_point .tit {
    font-size: 32px;
  }
  #content .cont_point .w_m {
    padding: 0;
  }
  #content .grid_content .row {
    flex-wrap: wrap;
  }
  #content .grid_content .row .inner {
    width: 100%;
    justify-content: space-between;
  }
  #content .grid_content .row .inner .img {
    width: 49% !important;
  }
  #content .grid_content .row .img {
    margin-right: 0 !important;
    margin-bottom: 12px !important;
    width: 100% !important;
  }
  #content .cont_koutei .ib .flow_list:before {
    display: none;
  }
  #content .cont_koutei .ib .flow_list .box {
    flex-wrap: wrap;
  }
  #content .cont_koutei .ib .flow_list .box:after {
    display: none;
  }
  #content .cont_koutei .ib .flow_list .box .img {
    width: 100%;
  }
  #content .cont_koutei .ib .flow_list .box .txt {
    width: 100%;
  }
  #content .cont_koutei .ib .flow_list .box .txt p {
    margin-top: 16px;
  }
  #content .cont_koutei .ib .flow_list .box .txt .num {
    width: 60px;
    height: 60px;
    padding: 5px;
    left: 0;
    font-size: 32px;
    top: -10px;
  }
  #content .cont_koutei .ib .flow_list .box .txt h3 {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 80px;
  }
  #content .cont_seisan .kodawari_list .box {
    flex-wrap: wrap;
  }
  #content .cont_seisan .kodawari_list .box .l {
    width: 100%;
  }
  #content .cont_seisan .kodawari_list .box .txt {
    width: 100%;
  }
  #content .cont_seisan .kodawari_list .box .txt .eye {
    width: 100%;
    height: auto;
  }
  #content .cont_seisan .kodawari_list .box .txt .eye img {
    width: 100%;
  }
  #content .cont_seisan .kodawari_list .box .txt h3 {
    font-size: 26px;
  }
  #content .cont_kodawari_sub .kodawari_list .box .head {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #content .cont_kodawari_sub .kodawari_list .box .head h3,
  #content .cont_kodawari_sub .kodawari_list .box .head p {
    width: 100%;
  }
  #content .cont_kodawari_sub .kodawari_list .box .head p {
    text-align: center;
    margin-bottom: 0;
  }
  #content .cont_kodawari_sub .kodawari_list .box .head h3 {
    margin-top: 0;
  }
  #content .cont_kodawari_sub .kodawari_list .box .df {
    flex-wrap: wrap;
  }
  #content .cont_kodawari_sub .kodawari_list .box .df .img,
  #content .cont_kodawari_sub .kodawari_list .box .df p {
    width: 100%;
  }
  #content .cont_kodawari_sub .kodawari_list .box .df p {
    margin-top: 20px;
  }
  #content .product_lineup .ib {
    padding-top: 60px;
  }
  #content .product_lineup .ib .lineup_list {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  #content .product_lineup .ib .lineup_list .row:after {
    display: none;
  }
  #content .product_lineup .ib .lineup_list .row .inner {
    padding-left: 0;
    flex-wrap: wrap;
    width: 100%;
  }
  #content .product_lineup .ib .lineup_list .row .inner i {
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    text-align: center;
  }
  #content .product_lineup .ib .lineup_list .row .inner span {
    width: 100%;
    border-right: none;
    text-align: center;
    border-bottom: 1px solid #0066b2;
  }
  #content .product_lineup .ib .tit {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  #content .product_lineup .ib .tit span {
    margin-left: 0;
    margin: 0 auto;
    top: 0;
  }
  footer .ib {
    padding: 32px 20px;
  }
  footer .ib .df {
    flex-wrap: wrap;
  }
  footer .ib .df .l,
  footer .ib .df .r {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .ib .df .l h3,
  footer .ib .df .r h3 {
    font-size: 32px;
    text-align: center;
  }
  footer .ib .df .l p,
  footer .ib .df .r p {
    font-size: 18px;
  }
  footer .ib .df .l .box,
  footer .ib .df .r .box {
    width: 49%;
    padding: 0;
    border: none;
    font-size: 18px;
  }
  footer .ib .df .l .box a,
  footer .ib .df .r .box a {
    font-size: 18px;
  }
  footer .ib .df .r {
    margin-top: 32px;
    border-top: 1px solid #666;
    padding-top: 32px;
  }
  #content .cont_instagram .ib a.btn_insta .l p {
    font-size: 24px;
  }
  #content .cont_instagram .ib a.btn_insta .l i {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style_sp.css.map */
