@charset "utf-8";

/* android対策 */
p {
  background-image: url(../images/pix.gif);
}

/*--------------------------------------------------------
★レスポンシブ■タブレット対応
--------------------------------------------------------*/
@media screen and (max-width: 1120px) {
  /* layout */
  html {
    width: 1280px;
    overflow: visible !important;
  }
  body {
    width: 1280px;
    overflow: visible !important;
  }
  .wrapper {
    position: relative;
    width: 1250px;
    margin: auto;
    padding: 0 15px;
  }
  /* header */
  header {
    width: 1280px;
  }
  footer {
    width: 1280px;
  }
}

/*--------------------------------------------------------
★レスポンシブ■スマホ表示切替ボタン
--------------------------------------------------------*/
@media screen and (max-width: 640px) {
  a#btnSP {
    display: none;
  }
  a#btnPC {
    position: fixed;
    display: block;
    width: auto;
    height: auto;
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 2px solid #0e74d7;
    background-color: #fff;
    text-align: center;
    color: #0e74d7;
    text-decoration: none;
    line-height: 1em;
    margin-top: 4px;
    left: 10px;
    bottom: 20px;
    z-index: 2;
  }
}
@media screen and (min-width: 641px) {
  .switch {
    display: none;
    height: 0;
  }
  a#btnSP {
    display: none;
  }
  a#btnPC {
    display: none;
  }
}

@media screen and (min-width: 1021px) {
  .switch {
    display: block;
    height: auto;
  }
  a#btnPC {
    display: none;
  }
  a#btnSP {
    position: fixed;
    display: block !important;
    width: 300px;
    height: auto;
    z-index: 100;
    font-size: 24px;
    padding: 8px;
    text-align: center;
    border-radius: 22px;
    background-color: #0e74d7;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: none;
    bottom: 40px;
    left: 15px;
    z-index: 99999999 !important;
  }
}
@media screen and (min-width: 1023px) {
  .switch {
    display: none;
    height: 0;
  }
  a#btnSP {
    display: none;
  }
  a#btnPC {
    display: none;
  }
}
/*--------------------------------------------------------
★レスポンシブ■ヘッダ部分
--------------------------------------------------------*/
@media screen and (min-width: 641px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  :target {
    scroll-margin-top: 50px;
  }
  .sp_none {
    display: none !important;
  }
  /* header */
  .customize-support header {
    padding-top: 0;
  }
  .customize-support header #logo,
  .customize-support label.pc_none,
  .customize-support .open {
    top: 46px !important;
  }
  #wpadminbar {
    position: fixed;
  }

  .top_catch .slide06 {
    background: url(../images/slider06.jpg) no-repeat right center /cover;
  }
  /* スマホ用メニュー */
  .index #wrapper {
    overflow: hidden;
    min-width: 20pc;
    height: auto;
    padding: 0;
  }
  .drawer .contents {
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
  }
  .drawer #navTgl:checked ~ .contents {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .index #navTgl {
    display: none;
    overflow: hidden;
  }
  #navTgl + label .sp_text {
    display: block;
    font-size: 0.9rem;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1;
  }
  .drawer label.pc_none {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
  }
  .drawer .open {
    z-index: 101;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #0c295e;
    font-size: 2em;
    line-height: 37px;
    text-align: center;
    -webkit-transition: background-color 0.6s, -webkit-transform 0.6s;
    transition: background-color 0.6s, transform 0.6s;
  }
  .index #navTgl:checked + .open {
    color: #fff;
    background-color: #0e74d7;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .drawer .close {
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: background-color 0.6s;
  }
  .drawer #navTgl:checked ~ .close {
    pointer-events: auto;
    background-color: rgba(12, 41, 94, 0.3);
    z-index: 2;
  }
  a.online_btn {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    color: #0c295e;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    background: #fff url(../images/icon_cart_b.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: 12px 11px, 0 0;
    -webkit-background-size: auto 20px, cover;
    background-size: auto 20px, cover;
    border-left: 1px solid #ccc;
    top: 0;
    right: 50px;
    z-index: 20;
    box-sizing: border-box;
  }
  a.online_btn span {
    position: absolute;
    width: 5em;
    bottom: 5px;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
  }
  a.online_btn:hover {
    background-color: rgba(14, 116, 215, 0.15);
  }
  .menu {
    z-index: 3;
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    /* padding: 10px; */
    padding: 10px 10px 100px;
    background-color: rgba(12, 41, 94, 0.4);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    box-sizing: border-box;
  }
  .index #navTgl:checked ~ .menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu li a {
    position: relative;
    color: #fff;
  }
  .menu li a.arrow_d:after {
    content: "＞";
    position: absolute;
    display: block;
    font-size: 10px;
    height: 10px;
    top: 0;
    right: 1.5em;
    bottom: 0;
    margin: auto 0;
    transform: rotate(90deg);
  }
  .dropdown_sp {
    position: relative;
    color: #fff;
    padding: 1em 2em 0.9em;
  }
  .dropdown_sp:after {
    content: "＞";
    position: absolute;
    display: block;
    font-size: 10px;
    height: 10px;
    top: 0;
    right: 1.5em;
    bottom: 0;
    margin: auto 0;
    transition: .3s;
  }
  .dropdown_sp.is_open:after {
    transform: rotate(90deg);
  }
  .dropdown_sp .fw_6 {
    display: block;
    font-size: 0.5em;
  }
  .dropdown_sp_menu {
    display: none;
  }
  .menu ul {
    padding: 0;
  }
  .menu li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 0.9em;
    line-height: 1.4;
  }
  .menu li a {
    display: block;
    padding: 1em 2em 0.9em;
    text-decoration: none;
    transition: background-color 0.6s;
  }
  .menu .gsst_a {
    padding: 0 !important;
  }
  .menu li a .fw_6 {
    position: relative;
    display: block;
    font-size: 0.5em;
  }
  .menu li a:hover {
    color: #fff;
    background-color: #0c295e;
  }
  .menu li a:hover span {
    color: #fff;
  }
  .menu li ul {
    background: rgba(14, 116, 214, 0.9);
  }
  .menu li ul li:last-child {
    border-bottom: 0;
  }
  .header_instagram_sp {
    display: block;
  }
  .header_recipe_sp {
    display: block;
  }

}
/*--------------------------------------------------------
★レスポンシブ■コンテンツ部分
--------------------------------------------------------*/
@media screen and (max-width: 640px) {
  html {
    max-width: 640px;
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100% !important;
  }
  body {
    max-width: 640px;
    min-width: 320px;
    width: 100%;
    overflow-x: hidden !important;
    box-shadow: none;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.03em;
    -webkit-text-size-adjust: 100% !important;
    top: 0 !important;
  }
  /* layout
	------------------------------ */
  .wrapper {
    max-width: 640px;
    width: 92% !important;
    margin: 0;
    padding: 0 4%;
  }

  /* Common
	------------------------------ */
  .fl_l,
  .fl_r {
    float: none;
  }
  .float::before,
  .float::after {
    content: " ";
    display: block;
    clear: both;
  }
  a.btn {
    display: block;
    width: auto;
    max-width: 280px;
    height: 50px;
    font-size: 1.4rem;
    line-height: 50px;
    background-position: right 8% center, 0 0;
    -webkit-background-size: 6px auto, cover;
    background-size: 6px auto, cover;
    margin: 0 auto;
    padding-left: 8%;
  }
  a.btn:hover {
    background-position: right 5% center, 0 0;
    -webkit-background-size: 6px auto, cover;
    background-size: 6px auto, cover;
  }
  a.btn:last-child {
    margin: 0 auto;
  }
  /* link adjust
    ------------------------------ */
  #company_info04::before {
    content: "";
    margin-top: 0px;
    padding-top: 0px;
    display: block;
  }

  /* Header
	------------------------------ */
  header {
    max-width: 640px;
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .header_unit {
    display: none;
  }
  .header_select {
    display: none;
  }
  header .wrapper {
    width: 100% !important;
    padding: 0;
  }
  header .sub_nav,
  #gnav,
  header.clone-nav {
    display: none;
  }
  #logo {
    position: fixed;
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 10;
    top: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  }
  #logo a {
    /* width: 174px; */
    width: calc(100% - 200px);
    max-width: 150px;
    height: 40px;
    /* margin: 5px 0; */
    margin: 5px 0 5px 6px;
  }
  .top_catch.swiper-container {
    height: 0;
    padding: 50px 0 70%;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0;
  }
  .customize-support .top_catch.swiper-container {
    margin: -50px 0 0;
  }
  .top_catch .swiper-slide {
    height: 0;
    padding-bottom: 70%;
  }
  .top_catch .swiper-slide::before {
    height: 0;
    padding-bottom: 70%;
  }
  .top_catch .swiper-slide a {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-position: center left 8%;
  }
  .top_catch .swiper-slide a::after {
    width: 5%;
    height: 0;
    padding-bottom: 5%;
    left: 8%;
    bottom: 10%;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px !important;
  }

  /* index
	------------------------------ */
  .index section h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .index section h2 span {
    font-size: 2.5rem;
  }
  .index section h2 span::before,
  .index section h2 span.under::after {
    width: 35px;
    height: 12px;
    margin: 0 auto 20px;
  }
  .index section h2 span.under::after {
    margin: 20px auto 0;
  }
  .index.top section .wrapper::before {
    height: 100px;
    color: #0e74d7;
    font-size: 1.2rem;
    left: 5%;
    padding-left: 14px;
  }
  .index_news {
    padding: 50px 0;
  }
  .index_news_wrapper {
    flex-direction: column;
  }
  .index_news_list + .index_news_list {
    margin-top: 13px;
  }
  .index_news_list a {
    flex-direction: column;
    align-items: flex-start;
  }
  .index_news .index_news_title {
    font-size: 22px;
    max-width: 100%;
  }
  .index_news .index_news_list_title {
    width: 100%;
  }

  .index01 {
    padding: 80px 0 60px;
  }
  #index .index01 .wrapper::before {
    top: -82px;
  }
  .index02 {
    background-image: url(../images/index02_bg_sp.jpg);
    padding: 60px 0 40px;
    background-position: center left 20%;
    background-attachment: inherit;
  }
  #index .index02 .wrapper::before {
    top: -60px;
    height: 110px;
  }
  #index .index02 h2 {
    font-size: 2.5rem;
  }
  #index .index02 h2 span::before {
    background-image: url(../images/icon_fish_w.svg);
    margin-top: 20px;
  }
  .index02 p {
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  .index03 {
    padding: 80px 0 60px;
  }
  .index03 ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .index03 ul li {
    
  }
  .index03 ul li:last-child {
    margin: 0 auto;
  }
  .index03 ul li a::after {
    width: 41px;
    height: 41px;
    top: 98px;
    right: 20px;
    transition: 0.35s;
  }
  .index03 ul li a:hover::after {
    top: 104px;
  }
  #index .index03 ul li a h2 {
    line-height: 1;
    font-size: 3rem;
    padding: 50px 0;
  }
  #index .index03 ul li a h2::before {
    position: relative;
    display: block;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    line-height: 1;
    letter-spacing: 0.075em;
    top: auto;
    left: 0;
    margin: 0 auto 10px;
  }
  .index03 .btn {
    margin-top: 40px;
  }
  .index04 {
    padding: 19% 0 10%;
  }
  #index .index04 .wrapper::before {
    top: -80px;
  }
  .index04 .fl_l {
    width: 100%;
    height: auto;
    margin: 7% auto 0;
  }
  .index04 .fl_r {
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
  .index04 .fl_r::before {
    content: "";
    position: absolute;
    display: block;
    width: 107px;
    height: 107px;
    top: 5px;
    left: 0;
  }
  .index04 .fl_r p {
    font-size: 1.4rem;
    line-height: 2.25;
    letter-spacing: 0;
    padding: 0 10%;
    margin-bottom: 10px;
  }
  .index04 .fl_r a.btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
  .index04 .fl_l::before {
    width: 70px;
    height: 70px;
    top: -390px;
    left: 50px;
  }
  .index05 {
    /* padding: 40px 0 30px; */
    padding: 30px 0;
    background-position: left 40% bottom;
  }
  #index .index05 .wrapper::before {
    top: -40px;
  }
  #index .index05 h2.white span.under::after {
    margin-top: 10px;
  }
  .index05 ol {
    margin: 0 0 6% 1%;
  }
  .index05 ol li {
    display: block;
    width: auto;
    margin: 0;
  }
  .index05 ol li .pict a {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
  }
  .index05 ol li p a {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .index05 a.btn {
    margin-top: 50px;
  }
  .index05 .wrapper > .float > .fl_l {
    width: auto;
  }
  .index05 ol li .fl_l {
    width: 100px;
  }
  .index05 .twitter iframe {
    width: 100% !important;
    height: 320px !important;
  }
  .index05 ol li .fl_r,
  .index05 ol li .fl_l {
    display: inline-block;
    vertical-align: top;
  }
  .index05 ol li .tag,
  .index05 ol li .date {
    display: inline-block;
    vertical-align: top;
  }
  .index05 ol li .date {
    margin: 0 0 0 1%;
    line-height: 1.6;
  }
  .index05 ol li:first-of-type {
    margin-bottom: 0;
  }

  /* instagram */
  .loopSliderWrap {
    height: 200px;
  }
  .loopSlider {
    height: 200px;
    margin: 40px auto 60px;
  }
  .loopSlider ul {
    height: 200px;
  }
  .loopSlider ul li {
    width: 200px;
    height: 200px;
  }
  .loopSlider ul li a {
    height: 200px;
  }
  /* sub page common
	------------------------------ */
  .sub .main_title {
    height: auto;
    padding: 6% 4%;
    padding-top: 19%;
  }
  .sub .main_title::after {
    content: none;
  }
  .sub .main_title h1,
  .sub .main_title p {
    padding-left: 0;
    text-align: center;
    font-size: 8vw;
    line-height: 1.4;
  }
  .sub header {
    height: auto;
  }
  .sub article section h2 {
    font-size: 8vw;
  }
  .sub article section {
    margin: 15% 0;
  }
  .sub article::after,
  .sub main::after {
    height: 180px;
  }
  .sub article section table tr th,
  .sub article section table tr td {
    width: auto;
    display: block;
    text-align: left;
    box-sizing: border-box;
    padding: 4%;
  }
  .sub article section table tr td {
    margin: 0 0 2%;
    line-height: 1.6;
  }
  .sub article section table tr:last-of-type td {
    margin: 0;
  }
  .sub .main_title h1 span,
  .sub .main_title p span {
    padding-right: 28px;
    font-size: 1.6rem;
  }
  
  /* concept
    ------------------------------ */
  #concept01 {
    padding: 15% 0;
    -webki-background-size: auto 16%;
    background-size: auto 16%;
  }
  #concept01 .wrapper p:nth-child(2) {
    font-size: 1.8rem;
    text-align: left;
    margin: 0 0 15%;
  }
  #concept01 .inner {
    padding: 6% 4%;
    margin: 0 0 6%;
  }
  #concept01 .inner h3 {
    width: 200px;
    height: 158px;
    padding-top: 60px;
    margin: 0 0 6%;
    font-size: 2.5rem;
  }
  #concept01 .inner:nth-of-type(2) h3 {
    padding-top: 50px;
    line-height: 1.4;
  }
  #concept01 .inner .right {
    width: auto;
    margin: 0;
  }
  #concept01 .inner .right h4 {
    line-height: 1.4;
  }
  #concept01 .inner .right h4:first-of-type {
    margin-top: 4%;
  }
  #concept02 {
    padding: 15% 0;
    background-attachment: inherit;
  }
  #concept02 h2 {
    line-height: 1.4;
  }
  #concept02 p {
    text-align: left;
  }
  #concept article::after,
  #business article::after,
  #company article::after {
    height: 150px;
  }
  .sub article::before,
  .sub main::before {
    width: 100px;
    height: 100px;
    bottom: 20px;
  }
  /* business
    ------------------------------ */
  #company .sub_section,
  #business .sub_section {
    padding: 15% 0;
    background-attachment: inherit;
  }
  #business01 p {
    text-align: left;
    line-height: 1.8;
  }
  #company .sub_section .inner,
  #business .sub_section .inner,
  #business #business03 .inner,
  #business #business07 .inner,
  #company .sub_section .inner,
  #business .sub_section .inner {
    width: 100%;
    height: auto;
    padding: 10% 6%;
  }
  #company .sub_section .inner h2,
  #business .sub_section .inner h2,
  .inner h2 {
    line-height: 1.4;
  }
  #business .sub_section .inner .btn,
  #business #business04 .inner .btn,
  #business #business06 .inner .btn {
    margin-top: 9%;
  }

  /* business -wholesale_trade-
    ------------------------------ */
  .sub article section.bg_gray .inner {
    padding: 0 4%;
    display: block;
    text-align: center;
  }
  #wholesale01 p {
    text-align: left;
  }
  .sub article section.bg_gray h2 {
    margin: 0 0 10%;
  }
  .sub article section.bg_gray h2,
  #wholesale02 ul li span.blue,
  #wholesale02 ul li:nth-child(4) .left p span:nth-child(1) {
    font-size: 4vw;
    padding: 4%;
    height: auto;
    line-height: 1.4;
    box-sizing: border-box;
  }
  #wholesale02 ul li.center span {
    font-size: 5vw;
    line-height: 1.4;
    padding: 4%;
  }
  #wholesale02 ul li .left,
  #wholesale02 ul li .right {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
  /*
    #wholesale02 ul li:nth-of-type(4) .left{
        width:100%;
    }
*/
  #wholesale02 ul li .right {
    /*        width: 34%;*/
    margin-left: 4%;
  }
  #wholesale02 ul li:nth-child(2) .right span::before {
    margin: 15px auto 0;
    height: 40px;
  }
  #wholesale02 ul li .left::before,
  #wholesale02 ul li:nth-child(2) .left span:nth-child(2)::after,
  #wholesale02 ul li:nth-child(4) .right span:nth-child(1)::after,
  #wholesale02 ul li:nth-child(4) .left p::after,
  #wholesale02 ul li:nth-child(4) .right p::after {
    margin: 15px auto;
    height: 40px;
  }
  #wholesale02 ul li:nth-child(2) .left span:nth-child(2),
  #wholesale02 ul li:nth-child(4) .left span:nth-child(1) {
    line-height: 1.4;
  }
  #wholesale02 ul li:nth-child(2) .right span::after {
    height: 161px;
  }
  #wholesale02 ul li:nth-child(4) .right::before,
  #wholesale02 ul li:nth-child(4) .right::after {
    margin-top: 15px;
  }
  #wholesale02 p.last::after {
    content: none !important;
  }
  .sub article section.bg_gray {
    margin: 4% 0;
    padding: 0 0 6%;
  }
  #wholesale03 ul:first-of-type {
    margin-bottom: 2em;
  }
  #wholesale03 ul li {
    width: 33%;
    margin: 0;
  }
  #wholesale03 ul li:first-of-type {
    text-align: center;
    width: 100%;
    background: #0c295e;
    color: #ffff;
    margin-bottom: 1em;
    padding: 1% 0;
  }
  #wholesale03 {
    margin: 0 0 15%;
  }
  #wholesale04 {
    padding: 15% 0;
    background-attachment: inherit;
  }
  #wholesale04 p {
    text-align: left;
  }
  #wholesale05 {
    padding: 15% 0;
  }
  #wholesale05 .fl_l {
    width: 0;
    height: 0;
    padding: 42% 50%;
    margin: 10% 0;
    -webkit-background-size: 80%;
    background-size: 80%;
    background-position: 70px center;
  }
  #wholesale05 .fl_l li {
    background: #fff;
    padding: 2%;
    font-size: 0;
  }
  #wholesale05 .fl_l li span {
    font-size: 1.8rem;
    margin: 0;
  }
  #wholesale05 .fl_l li:first-child,
  #wholesale05 .fl_l li:nth-child(2),
  #wholesale05 .fl_l li:nth-child(3) {
    width: auto;
  }
  #wholesale05 .fl_l li:first-child {
    top: 6%;
  }
  #wholesale05 .fl_l li:nth-child(2) {
    left: 0;
    top: 18%;
  }
  #wholesale05 .fl_l li:nth-child(3) {
    bottom: 43%;
  }
  #wholesale05 .fl_l li:nth-child(4) {
    right: 8%;
    bottom: 36%;
    width: 18%;
    text-align: center;
  }
  /* business -products-
    ------------------------------ */
  #products01 {
    margin: 15% 0;
  }
  #products .sub_section ul li {
    width: auto;
    margin: 0 0 15%;
    line-height: 1.6;
  }
  #products .sub_section .inner {
    padding: 0 4%;
  }
  #products .sub_section ul li span {
    margin: 2% 0 0;
  }
  #products .sub_section ul li h3 {
    font-size: 2.5rem;
    line-height: 1.4;
    margin: 5% 0;
  }
  #products02 h2 span {
    display: inline-block;
  }
  /* 2025.4 新規追加 */
  /* fresh_fish_export */

  #export01 ul li span,
  #export02 ul li span {
    padding-right: 4%;
  }

  #export02.temp h2 {
    margin-bottom: 80px;
  }
  #export03 ul {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  #export03 ul:nth-of-type(2) {
    padding-top: 36px;
  }

  #export03 ul li h4 {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1;
    margin: 6% 0 4%;
  }
  .export03_texts{
    text-align: left;
  }
  /* 2025.4 新規追加 */
  /* cta */

  .sub article section.cta{
    margin: 60px 0 -250px;
  }
  .cta_container {
    padding: 30px 20px;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .cta_img {
    width: 100%;
  }

  .sub article section h2.cta_title {
    font-size: 3rem;
    text-align: center; 
line-height: 1.3; }
    .sub article section h2.cta_title span{
        display: inline-block;

    };
  .cta_lead {
    padding-top: 20px;
    font-size: 1.8rem;
  }
  .cta_image_number {
    margin-inline: auto;
    width: 100%;
    padding-top: 20px;
  }
  .cta_image_number img{
    max-width: 100%;
  }
  .cta_button {
    padding-top: 18px;
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
  }
  .btn_contact {
    padding: 20px 30px 20px 64px;
    font-size: clamp(1.4rem, 
    4.26vw, 2rem);
  }
  .btn_contact::before {
    content: "";
    background: url(../images/icon_mail_navy.svg) no-repeat center center;
    left: 34px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 23px;
    height: 16px;
  }
  /* business -processed_food-
    ------------------------------ */
  .sub article section.temp h2 {
    font-size: 6.5vw;
  }
  .sub article section.temp p {
    text-align: left;
    line-height: 1.8;
    margin: 0 0 15%;
  }
  .sub article section.temp ul li {
    width: auto;
    margin: 0 0 6%;
  }
  .sub article section.temp ul li h3,
  #processed02 h2 {
    font-size: 5.5vw;
    line-height: 1.2;
    padding: 4%;
    width: auto;
    height: auto;
  }
  .sub article section.temp ul li span {
    padding: 4%;
  }
  #processed01 .btn {
    margin-top: 1%;
  }
  #processed02 ul li {
    width: auto;
    margin: 0 0 10%;
    text-align: left;
  }
  #processed02 .inner,
  #processed03 .inner {
    padding: 4%;
  }
  #processed02 ul li h3 {
    font-size: 2.5rem;
    line-height: 1.4;
    margin: 6% 0 4%;
  }
  #processed_food .bnr_list {
    margin: 7% 0 10%;
  }
  #processed03 ul,
  #buy03 ul {
    width: auto;
  }
  #processed03 ul li,
  #buy03 ul li {
    display: block;
    width: 100%;
  }
  #processed03 h3,
  #buy03 h3 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  /* business -facility-
    ------------------------------ */
  #facility02 .fl_r {
    margin-left: 0;
  }
  #facility02 .inner {
    padding: 0 4%;
  }
  #facility02 .fl_r img {
    width: 100%;
    margin-bottom: 10%;
  }
  #facility02 .fl_r .box {
    padding: 6% 4%;
    margin: 0 0 10%;
  }
  #facility02 h3 {
    font-size: 2.5rem;
    margin: 15% 0 4%;
  }
  /* business -buy_shipping-
    ------------------------------ */
  #buy02 .inner,
  #buy03 .inner {
    padding: 0 4%;
  }
  #buy02 .fl_l {
    width: auto;
    height: auto;
    margin: 0;
  }
  #buy02 .fl_l img {
    width: 80%;
    margin: auto;
    position: static;
  }
  #buy02 .fl_l h3 span {
    padding: 0;
  }
  #buy02 .fl_l h3 {
    position: relative;
    padding: 47px 0px 20px;
  }
  #buy02 .fl_l h3::before {
    margin: 0 0 10%;
  }
  #buy02 p {
    padding-top: 6%;
  }
  #buy02 ul li {
    width: auto;
    margin: 0 0 10%;
    line-height: 1.8;
  }
  #buy02 ul li h4 {
    font-size: 2.5rem;
    margin: 6% 0 4%;
  }
  #buy02 ul {
    margin: 10% 0 0;
  }
  #buy02 {
    margin: 4% 0 15%;
  }
  /* company
    ------------------------------ */
  #company .first p {
    width: auto;
    margin: 8% 0;
  }
  #company #company02 .inner .btn,
  #company .sub_section .inner .btn,
  #company .sub_section .inner .btn {
    margin-top: 9%;
  }
  /* company -philosophy-
    ------------------------------ */
  #philosophy #philosophy01,
  #company_info01 {
    margin-top: 15%;
  }
  #philosophy article section.bg_gray {
    margin: 0 0 10%;
  }
  #philosophy02 .inner {
    margin-bottom: 10%;
  }
  #philosophy02 h3 span.txt {
    height: 30px;
    margin: 6% auto;
  }
  #philosophy02 .inner:first-of-type h3 span.txt {
    background-image: url(../images/philosophy02_txt1_sp.svg);
    height: 70px;
  }
  #philosophy02 .inner:nth-of-type(2) h3 span.txt {
    background-image: url(../images/philosophy02_txt2_sp.svg);
    height: 70px;
  }
  #philosophy01 p,
  #philosophy02 .inner:first-of-type h3 span.txt,
  #philosophy02 .inner:nth-of-type(2) h3 span.txt,
  #philosophy02 .inner:nth-of-type(3) h3 span.txt {
    width: auto;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #philosophy02 h3 span.num {
    height: 25px;
  }
  #philosophy02 .inner p {
    text-align: left;
  }
  #philosophy03 ul li {
    width: 48%;
    height: 158px;
    margin-right: 4%;
  }
  #philosophy03 ul li:first-of-type {
    margin-bottom: 4%;
  }
  #philosophy03 ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  #philosophy .btn:last-of-type {
    margin: 3% auto 0;
  }
  /* company -company_info-
    ------------------------------ */
  #company_info01 dl dt {
    width: 100%;
  }
  #company_info01 dl dd {
    padding-left: 0;
  }
  #company_info02 table tr td span.fw_6 {
    display: block;
  }
  /* company
    ------------------------------ */
  #company_info03 h3 {
    font-size: 2.5rem;
    margin-bottom: 6%;
  }
  #company_info03 .pict:nth-child(2) {
    width: auto;
  }
  /* locations
    ------------------------------ */
  #locations01 {
    margin: 15% 0 0;
  }
  #locations .sub_section h2 {
    margin-bottom: 6%;
  }
  #locations .sub_section .inner {
    padding: 0 4% 4%;
  }
  #locations .sub_section .pict {
    width: auto;
    margin: 0 0 4%;
  }
  #locations .sub_section .fl_r {
    width: auto;
  }
  #locations .sub_section .ggmap iframe {
    width: 100%;
  }
  /* recruit
    ------------------------------ */
  #recruit .first {
    margin-bottom: 15%;
  }
  #recruit .first h2 {
    font-size: 8vw;
    line-height: 1.4;
    margin-bottom: 6%;
  }
  #recruit .first p {
    line-height: 1.4;
    text-align: left;
    margin: 0 0 10%;
  }
  #recruit .first .pict {
    width: auto;
  }
  #recruit .first .pict img {
    margin: 0 0 4%;
  }
  #recruit .first ul {
    margin: 4% 0;
  }
  #recruit .first ul li {
    width: auto;
    margin: 10% 0;
  }
  #recruit .first ul li:last-child {
    margin-bottom: 10%;
  }
  #recruit .first ul li h3 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  #recruit .first ul li h3::before {
    left: -40px;
  }
  #recruit .inner h3 {
    font-size: 2rem;
    line-height: 1.4;
    margin: 0 0 6%;
  }
  #recruit .inner p:nth-child(3) {
    margin: 10% 0;
    text-align: left;
  }
  /* fqa
    ------------------------------ */
  .faq_menu {
    margin: 10% 0;
  }
  #faq section ul li {
    padding: 4%;
  }
  .faq_menu li {
    width: 33%;
    height: 100px;
    margin-right: 0;
    border-right: 1px solid #fff;
  }
  .faq_menu li a {
    font-size: 3.8vw;
    height: 100px;
  }
  #faq section ul li .q span::before {
    margin: auto;
  }
  #faq section ul li p.q {
    padding: 20px 0 20px 55px;
  }
  #faq section ul .q span {
    line-height: 1.4;
  }
  /* news
    ------------------------------ */
  #news article {
    width: auto;
  }
  #news article section {
    margin: 6% 0;
  }
  .archive ol li {
    padding: 4% 4% 0;
  }
  .archive ol li:last-of-type {
    padding: 4%;
  }
  .archive ol li .fl_r {
    width: auto;
  }
  .archive ol li .pict {
    width: auto;
    margin: 0 0 6%;
    display: none;
  }
  .archive ol li .read_more {
    position: static;
    text-align: right;
  }

  /* news -single-
    ------------------------------ */
  #news .single_contents {
    padding: 4%;
  }
  .single_pagenavi li a {
    width: 100px;
  }
  .single_pagenavi li {
    margin-right: 2%;
  }
  /* news -aside-
    ------------------------------ */
  aside {
    width: auto;
    padding-top: 10%;
  }
  /* contact
    ------------------------------ */
  #contact02 table tr:first-child td {
    padding: 2% 4%;
  }
  #contact02 table tr:first-child th,
  #contact02 table tr td input[type="text"],
  #contact02 table tr td input[type="email"],
  #contact02 table tr td input[type="tel"] {
    width: 100%;
  }
  #contact02 table tr td textarea {
    width: 100% !important;
  }
  #contact02 table tr td ul {
    width: auto;
  }
  #contact02 table tr td ul li {
    width: 6em;
  }
  #contact .inner > p {
    text-align: left;
  }
  #contact02 table {
    margin-top: 6%;
  }
  #contact03 {
    display: none;
  }

  /* recipe - archive
  ------------------------------ */
  .sub .recipe_main {
    position: relative;
    padding-bottom: 50px;
  }
  .recipe_archive_head {
      margin-top: 50px;
  }
  .recipe_archive_head_wrapper {
      align-items: flex-start;
      gap: 20px;
      flex-direction: column;
  }
  .recipe_archive_head_title {
    font-size: 22px;
    max-width: 100%;
    padding: 0;
    border-right: none;
  }
  .recipe_archive_head_lists {
      width: 100%;
  }
  .recipe_archive_menu {
    margin-top: 50px;
  }
  .recipe_archive_menu_title {
      font-size: 24px;
      padding: 15px 15px;
  }
  .recipe_archive_menu_items {
      grid-template-columns: repeat(2,1fr);
      gap: 20px 10px;
      padding: 20px 15px;
  }
  .recipe_archive_menu_item_title {
      font-size: 16px;
      margin-top: 10px;
  }
  .recipe_archive_menu_item_text {
    font-size: 14px;
    margin-top: 5px;
  }
  .recipe_cta {
      margin-top: 50px;
      padding: 0 4%;
  }
  .recipe_cta_inner {
    flex-direction: column;
    padding: 20px 15px;
  }
  .recipe_cta_content {
      max-width: 100%;
  }
  .recipe_cta_title {
      font-size: 22px;
      text-align: center;
  }
  .recipe_cta_text {
      font-size: 15px;
      color: #fff;
      margin-top: 6px;
  }
  .recipe_cta_tel_link {
    max-width: 250px;
    margin: 15px auto 0;
  }
  .recipe_cta_btn {
    text-align: center;
  }
  .recipe_cta_btn a {
      font-size: 18px;
      max-width: 260px;
      padding: 10px 10px 10px;
  }
  .recipe_cta_btn a span {
    max-width: 215px;
    padding-left: 30px;
  }

  /* recipe - single
  ------------------------------ */
  .recipe_single_main {
    margin-top: 50px;
  }
  .recipe_single_main_wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .recipe_single_main_title {
      font-size: 23px;
      padding: 0 5px 10px;
  }
  .recipe_single_main_major_img {
      margin-top: 30px;
  }
  .recipe_single_main_major_text {
      margin-top: 20px;
  }
  .recipe_single_main_materials {
      margin-top: 50px;
  }
  .recipe_single_main_materials_wrapper {
    gap: 20px;
    margin-top: 30px;
    flex-direction: column;
  }
  .recipe_single_main_materials_img {
      max-width: 100%;
  }
  .recipe_single_main_materials_content {
      max-width: 100%;
  }
  .recipe_single_main_making {
      margin-top: 50px;
  }
  .recipe_single_main_making_item {
    gap: 20px;
    flex-direction: column;
    padding: 15px 0;
  }
  .recipe_single_main_making_item_content {
      padding-left: 50px;
  }
  .recipe_single_main_making_item_content::before {
    font-size: 20px;
    width: 34px;
    height: 34px;
  }
  .recipe_single_main_making_item_img {
    max-width: 100%;
  }
  .recipe_single_main_making_comment {
      padding: 20px 15px;
      margin-top: 30px;
  }
  .recipe_single_main_making_comment_title {
    font-size: 18px;
  }
  .recipe_single_main_introduction {
      flex-direction: column;
      align-items: center;
      gap: 20px;
      margin-top: 50px;
  }
  .recipe_single_main_introduction_unit {
    justify-content: center;
  }
  .recipe_single_main_introduction_cat {
    text-align: center;
  }
  .recipe_single_main_introduction_text {
      margin-top: 10px;
  }
  .recipe_single_main_purchase {
      margin-top: 50px;
  }
  .recipe_single_main_purchase_links {
      flex-direction: column;
      margin-top: 30px;
  }
  .recipe_single_main_recipe {
      margin-top: 50px;
  }
  .recipe_single_main_recipe_cards {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 30px;
  }
  .recipe_single_main_recipe_card_title {
    font-size: 16px;
    margin-top: 10px;
  }
  .recipe_single_main_side {
    max-width: 100%;
  }
  .recipe_single_main_side_title {
      font-size: 20px;
      padding-bottom: 5px;
  }
  .recipe_single_main_side_lists {
      margin-top: 30px;
  }
  .recipe_single_main_side_list a {
    font-size: 16px;
  }
  .recipe_single_main_side_links {
    position: relative;
    top: 0;
    margin-top: 30px;
  }

  /* footer
	------------------------------ */
  .pic_list {
    flex-wrap: wrap;
  }
  .pic_list > li {
    flex-shrink: 0;
    flex-basis: 50%;
  }
  footer {
    width: 100%;
    padding: 50px 0 60px;
  }
  .footer_logo {
    display: none;
  }
  footer .fl_l p {
    letter-spacing: 0;
  }
  .online_bnr {
    width: 100%;
    height: 80px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 30px auto 20px;
    padding: 20px 0 0 45px;
  }
  .online_bnr::before {
    display: none;
  }
  .online_bnr::after {
    width: 38px;
    height: auto;
    -webkit-background-size: 12px auto, 0 0;
    background-size: 12px auto, 0 0;
  }
  .online_bnr span.en {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .online_bnr span.en::before {
    width: 30px;
    height: 30px;
    top: -20px;
    /* left: -13%; */
    left: -65px;
  }
  .online_bnr:hover::after {
    background-position: center right 10px, center center;
  }
  footer .bnr_list .online_bnr.rakuten,
  #processed_food footer .bnr_list .online_bnr.rakuten {
    /* padding: 4% 4% 4% 15%; */
    padding: 20px 20px 20px 100px;
    
  }
  #processed_food .bnr_list .online_bnr,
  footer .bnr_list .online_bnr,
  #processed_food footer .bnr_list .online_bnr,
  #faq .online_bnr {
    width: 100%;
    height: auto;
    /* padding: 4% 4% 4% 15%; */
    padding: 20px 20px 20px 100px;
    margin: 4% 0 0;
  }
  footer .online_bnr.rakuten::before {
    display: block;
    width: 65px;
    height: 25px;
    left: 18px;
  }
  .footer_menu {
    display: none;
  }
  footer small.wrapper {
    display: block;
    text-align: center;
    margin: 10% 0;
  }
  /* yonmaruyon
    ------------------------------ */
  #yonmaruyon .btn {
    margin: 10% auto 0;
  }
  /* Breadcrumb
    ------------------------------ */
  .bread_crumb {
    height: auto;
    border-top: #154090 1px solid;
  }
  .bread_crumb ul li {
    padding: 4%;
    line-height: 1.4;
  }
  /* Page Top
	------------------------------ */
  .pagetop {
    overflow: inherit;
  }
  .pagetop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    z-index: 1;
  }
  .pagetop.show {
    opacity: 1;
    bottom: 80px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  .pagetop a {
    width: 60px;
    height: 60px;
    background: #0c295e;
    text-indent: -9999px;
    transition: 0.25s;
    display: block;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #fff;
    position: relative;
    border-radius: 50%;
  }
  .pagetop a:hover {
    background: #0e74d7;
  }
  .pagetop a::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: #fff solid 1px;
    border-left: #fff solid 1px;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 24px;
    transition: 0.25s;
  }
  /* footer_fixed_menu
	------------------------------ */
  .footer_fixed_menu {
    position: fixed;
    display: block;
    width: 100%;
    height: 60px;
    z-index: 1000;
    left: 0;
    bottom: 0;
  }
  .footer_fixed_menu .btn {
    max-width: unset;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    padding: 20px 50px 24px;
    background: url(../images/index03_bg.jpg) no-repeat center center / cover;
    border-radius: 0;
  }
  .footer_fixed_menu .btn::after {
    content: "";
    position: absolute;
    width: 38px;
    height: 60px;
    background-color: #0c295e;
    background-image: url(../images/btn_arrow_right_w.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
    top: 0;
    right: 0;
  }
  .footer_fixed_menu .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
  }
  .footer_fixed_menu .btn span::before {
    content: "";
    position: relative;
    display: block;
    width: 20px;
    height: 15px;
    background: url(../images/icon_mailW.svg) no-repeat center center / contain;
  }
}
