@charset "UTF-8";

/*
=====================================================================
トップページ css
=====================================================================
*/

/* ====================================================
   slider
==================================================== */

/* -----------------------
   mv
----------------------- */

.mvSlider {
  width: 100%;
  overflow: hidden;
}

.mvSlider .swiper-slide {
  width: 100%;
}

.mvVisual,
.mvVisual--illust {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}


/* -----------------------
   背景画像
----------------------- */

.mvPhoto,
.mvIllust {
  display: block;
  width: 100%;
  height: auto;
}


/* -----------------------
   コピー・装飾 共通
----------------------- */

.mvCopy,
.mvDecoration {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
}

.mvCopy {
  z-index: 3;
}

.mvDecoration {
  z-index: 2;
  pointer-events: none;
}


/* ====================================================
   2枚目
==================================================== */

.mv02Main {
  top: 12%;
  right: 9%;
  width: 11%;
}

.mv02Sub {
  left: 11%;
  bottom: 18%;
  width: 13%;
}


/* ====================================================
   3枚目
==================================================== */

.mv03Title {
  top: 7%;
  left: 4%;
  right: auto;
  bottom: auto;
  width: 20%;
}

.mv03Note {
  top: 7%;
  right: 6%;
  bottom: auto;
  left: auto;
  width: 20%;
}

.mv03Balloon {
  right: 7%;
  bottom: 8%;
  top: auto;
  left: auto;
  width: 18%;
}

.mv03Grass {
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
  width: 100%;
}


/* ====================================================
   4枚目
==================================================== */

.mv04Title {
  top: 10%;
  right: 6%;
  width: 14%;
}

.mv04Balloon {
  top: 10%;
  left: 7%;
  width: 18%;
}

.mv04Detail {
  left: 8%;
  bottom: 9%;
  width: 13%;
}


/* ====================================================
   product
==================================================== */

.productLoop {
  width: 100%;
  overflow: hidden;
}

.productLoopTrack {
  display: flex;
  width: max-content;
  will-change: transform;
}

.productLoopTrack.is-ready {
  animation: product-loop 60s linear infinite;
}

.productLoopGroup {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 30px;
  padding-right: 30px;
}

.productLoopGroup img {
  display: block;
  width: auto;
  height: 150px;
  flex-shrink: 0;
}

@media (prefers-reduced-motion: reduce) {
  .productLoopTrack {
    animation: none;
  }

}

/* animation */

@keyframes product-loop {

  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }

}


/* ==============================================================================
   SP（ベース）
============================================================================== */

/* ====================================================
   mv
==================================================== */
#mv {
  width: 95%;
  margin: 0 auto 60px;
}

/* ====================================================
   aboutArea
==================================================== */
#aboutArea{
  width: 90%;
  margin: 0 auto 60px;
}

#aboutArea h2{
  width: 45%;
  margin: 0 auto 40px;
}

#aboutArea .aboutInner{
  width: ;
}

#aboutArea .aboutInner p{
  font-size: 1.6rem;
}

#aboutArea .aboutInner p:first-child{
  margin-bottom: 30px;
}

#aboutArea .pageBtn a{
  padding: 15px 0;
}

/* ====================================================
   oemArea
==================================================== */

#oemArea {
  width: 90%;
  padding: 80px 0;
  margin: 0 auto;
}

/* -----------------------
   右側
----------------------- */

.oemSide {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "top top"
    "heading pot";

  align-items: center;
  column-gap: 30px;
  margin-bottom: 40px;
}

/* タイトル */
.oemHeading {
  grid-area: heading;
}

/* OEMについて */
.oemTtl {
  width: 55%;
  margin: 0 0 20px;
}

/* リード */
.oemLead {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.oemLead br{
  display: none;
  }

/* -----------------------
   イラスト
----------------------- */

/* 上 */
.oemIllustTop {
  grid-area: top;
  width: 160px;
  margin: 0 auto 40px;
}

/* 鍋 */
.oemIllustPot {
  grid-area: pot;
  width: 110px;
}

/* 下 */
.oemIllustBottom {
 display: none;
}

/* -----------------------
   左側
----------------------- */

/* 写真 */
.oemMovie {
  width: 100%;
}

.oemMovie video{
  width: 100%;
}

/* 説明文 */
.oemText {
  max-width: 700px;
  margin: 25px auto 0;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

/* 下部 */
.oemBottom {
  margin-top: 25px;
}

/* ボタン */
.oemMain .pageBtn a {
  background: #bd0000;
  border: none;
  color: #fff;
  transition: opacity 0.3s ease;
  font-size: 1.6rem;
  padding: 15px 0;
}

.oemMain .pageBtn a::after{
  content: "";
  width: 0;
  height: 0;
  margin-left: 15px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}

/* JFSM */
.oemJfsm {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
  padding: 22px 25px;
  background: #fff;
  margin-top: 25px;
  box-sizing: border-box;
}

.oemJfsmLogo {
  flex-shrink: 0;
  width: 50px;
}

.oemJfsmText {
  flex: 1;
}

.oemJfsmText p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.oemJfsmText .oemJfsmTitle {
  margin-bottom: 3px;
  font-size: 1.4rem;
  font-weight: bold;
}

/* ====================================================
   introArea
==================================================== */

#introArea {
  width: 90%;
  padding: 40px 0;
  margin: 0 auto;
  background:
  url("../img/top/line_color.svg") center top / 100% auto no-repeat,
  url("../img/top/line_color.svg") center bottom / 100% auto no-repeat;
}

/* -----------------------
   タイトル部分
----------------------- */
.introTitle {
  display: flex;
  justify-content: space-between;
  width:80%;
  margin: 0 auto 30px;
}

/* タイトル */
.introHeading h3 {
  margin: 0 0 10px 0;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.introHeading h3 span {
  color: #ac0000;
}

.introHeading p {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

/* イラスト  */
.introIllust {
  width: 100px;
}

/* -----------------------
   本文部分
----------------------- */

/* 写真 */
.introPhoto {
  width: 100%;
  margin-bottom: 20px;
}

/* 本文 */
.introText {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}


/* 詳しくはこちら */

.introMain .pageBtn a {
   padding: 15px 0;
   font-size: 1.6rem;
}


/* -----------------------
   セパレート
----------------------- */
.separate{
  width: 100%;
  padding: 40px 0;
}

/* ====================================================
   newsArea
==================================================== */

#newsArea{
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 0;
}

.newsInner {
  
}

/* -----------------------
   タイトル
----------------------- */

.newsTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

/* タイトル */
.newsTitle h3 {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.newsTitle h3 span {
  color: #ac0000;
}

.newsInner .pageBtn{
  width: 30%;
}

.newsInner .pageBtn a {
  width: 100%;
  padding: 10px 0;
  font-size: 1.6rem;
}

/* -----------------------
   新着一覧
----------------------- */

.newsList{
  
}
.newsList article{
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.newsList articl:last-child{
  margin-bottom: 0;
}

/* 日付 */
.newsList article time{
  color: #aa7a0e;
}

/* 記事タイトル */
.newsList article h3{
  font-weight: 700;
}

.newsList article h3 a{
  text-decoration: underline;
}

.newsList article h3 a:hover{
  text-decoration: none;
  opacity: 0.5;
}

/* ==============================================================================
   Tablet（768px〜）
============================================================================== */
@media screen and (min-width:768px){

.productLoopGroup img {
  height: 200px;
}


/* ====================================================
   mv
==================================================== */
#mv {
  margin: 0 auto 100px;
}

/* -----------------------
   2枚目
----------------------- */
.mv02Main {
  top: 10%;
  right: 9%;
  width: 9%;
}

.mv02Sub {
  left: 11%;
  bottom: 18%;
  width: 13%;
}

/* -----------------------
   3枚目
----------------------- */
.mv03Title {
  top: 7%;
  left: 4%;
  right: auto;
  bottom: auto;
  width: 20%;
}

.mv03Note {
  top: 8%;
  right: 8%;
  bottom: auto;
  left: auto;
  width: 24%;
}

.mv03Balloon {
  right: 12%;
  bottom: 14%;
  top: auto;
  left: auto;
  width: 13%;
}

.mv03Grass {
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
  width: 100%;
}

/* -----------------------
   4枚目
----------------------- */
.mv04Title {
  top: 10%;
  right: 6%;
  width: 14%;
}

.mv04Balloon {
  top: 10%;
  left: 7%;
  width: 14%;
}

.mv04Detail {
  left: 8%;
  bottom: 9%;
  width: 15%;
}

/* ====================================================
   aboutArea
==================================================== */
#aboutArea{
  margin: 0 auto 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#aboutArea h2{
  width: 38%;
  margin: 0;
}

#aboutArea .aboutInner{
  width: 51%;
}

#aboutArea .aboutInner p{
  font-size: 1.6rem;
}

#aboutArea .aboutInner p:first-child{
  margin-bottom: 40px;
}


/* ====================================================
   oemArea
==================================================== */

#oemArea {
  padding: 100px 0 100px;
}

.oemInner {
  display: grid;
  grid-template-columns: 65% 25%;
  grid-template-areas: "main side";
  justify-content: space-between;
  margin: 0 auto;
}

/* -----------------------
   右側
----------------------- */

.oemSide {
  grid-area: side;
  margin-bottom: 0;
  display: block;
}

/* タイトル */
.oemHeading {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 30px;
}

/* OEMについて */
.oemTtl {
  width: 35px;
}

/* リード */
.oemLead {
  margin: 5px 0 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.oemLead br{
  display: block;
}

/* -----------------------
   イラスト
----------------------- */

/* 上 */
.oemIllustTop {
  width: 100%;
  margin-bottom: 30px;
}

/* 鍋 */
.oemIllustPot {
  width: 65%;
  margin: 0 auto 35px;
}

/* 下 */
.oemIllustBottom {
  width: 100%;
  display: block;
}

/* -----------------------
   左側
----------------------- */
.oemMain {
  grid-area: main;
  min-width: 0;
}

/* JFSM */

.oemJfsmLogo {
  width: 82px;
}

/* ====================================================
   introArea
==================================================== */

/* -----------------------
   タイトル部分
----------------------- */
.introTitle {
  width: 100%;
  align-items: center;
  padding-right: 20px;
  box-sizing: border-box;
}

.introHeading{
  display: flex;
  align-items: center;
}

.introHeading p{
  margin-left: 25px;
}

.introHeading p br{
  display: none;
}

/* -----------------------
   本文部分
----------------------- */

.introMain {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 40px;
}

/* 写真 */
.introPhoto {
  grid-column: 2;
  grid-row: 1 / 3;
  margin-bottom: 0;
}

/* 本文 */
.introText {
  grid-column: 1;
  grid-row: 1;
}

/* 詳しくはこちら */
.introMain .pageBtn {
  grid-column: 1;
  grid-row: 2;
}

/* ====================================================
   newsArea
==================================================== */

#newsArea{
  padding: 100px 0 0;
}

.newsInner {
  display: grid;
  grid-template-columns: 14% 78%;
  width: 100%;
  justify-content: space-between;
  grid-template-areas: "title main";
}

/* -----------------------
   タイトル
----------------------- */

.newsTitle {
  grid-area: title;
  display: block;
  align-items: normal;
  margin-bottom: 0;
}

/* タイトル */
.newsTitle h3 {
  margin: 0 auto 30px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.newsTitle h3 span {
  color: #ac0000;
}

.newsInner .pageBtn{
  width: 100%;
}

.newsInner .pageBtn a {
  padding: 15px 0;
}

/* -----------------------
   新着一覧
----------------------- */

.newsList{
  grid-area: main;
}

.newsList article{
  margin-bottom: 25px;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;

}

.newsList articl:last-child{
  margin-bottom: 0;
}

/* 日付 */
.newsList article time{
  width: 15%;
}

/* 記事タイトル */
.newsList article h3{
  width: 80%;
}

}

/* ==============================================================================
   PC（1200px〜）
============================================================================== */
@media screen and (min-width:1200px){

.pageBtn a{
  width: 250px;
  padding: 20px 0;
  margin: 0 auto;
}

.productLoopGroup img {
  height: 250px;
}

/* ====================================================
   mv
==================================================== */

#mv {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto 150px;
}


/* ====================================================
   1枚目
   一枚絵を絶対に切らない
==================================================== */

.mvVisual--illust {
  position: relative;
  width: 100%;
  height: calc(100svh - 120px);

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
}

.mvIllust {
  display: block;
  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: center;
}


/* ====================================================
   2〜4枚目
   ブラウザの縦幅に合わせる
==================================================== */

.mvVisual:not(.mvVisual--illust) {
  position: relative;
  width: 100%;
  height: calc(100svh - 120px);
  overflow: hidden;
}

.mvVisual:not(.mvVisual--illust) .mvPhoto {
  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
}


/* ====================================================
   2枚目
==================================================== */

.mv02Main {
  top: 10%;
  right: 10%;

  width: auto;
  height: 50%;
}

.mv02Sub {
  left: 6%;
  bottom: 10%;

  width: auto;
  height: 34%;
}


/* ====================================================
   3枚目
==================================================== */

.mv03Title {
  top: 7%;
  left: 4%;
  right: auto;
  bottom: auto;

  width: auto;
  height: 35%;
}

.mv03Note {
  top: 7%;
  right: 6%;
  bottom: auto;
  left: auto;

  width: auto;
  height: 28%;
}

.mv03Balloon {
  right: 8%;
  bottom: 12%;
  top: auto;
  left: auto;

  width: auto;
  height: 33%;
}

.mv03Grass {
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;

  width: 100%;
  height: auto;
}


/* ====================================================
   4枚目
==================================================== */

.mv04Title {
  top: 10%;
  right: 6%;
  bottom: auto;
  left: auto;

  width: auto;
  height: 60%;
}

.mv04Balloon {
  top: 8%;
  left: 12%;
  right: auto;
  bottom: auto;

  width: auto;
  height: 38%;
}

.mv04Detail {
  left: 7%;
  bottom: 10%;
  top: auto;
  right: auto;

  width: auto;
  height: 22%;
}

/* ====================================================
   aboutArea
==================================================== */
#aboutArea{
  width: 1000px;
}

#aboutArea h2{
  width: 380px;
}

#aboutArea .aboutInner{
  width: 510px;
}

/* ====================================================
   oemArea
==================================================== */

#oemArea {
  width: 1200px;
  padding: 120px 0 100px;
  box-sizing: border-box;
}

.oemInner {
  grid-template-columns: 760px 260px;
  align-items: center;
}

/* -----------------------
   右側
----------------------- */
.oemSide{
  margin-right: 50px;
}

/* OEMについて */
.oemTtl {
  width: 47px;
  margin-bottom: 0;
}

/* リード */
.oemLead {
  font-size: 2.4rem;
}

/*  イラスト */

/* 上 */
.oemIllustTop {
  margin: 0 auto 70px;
}

/* 鍋 */
.oemIllustPot {
  width: 162px;
  margin: 40px auto 0;
}

/* 下 */
.oemIllustBottom {
  margin: 50px auto 0;
}

/* -----------------------
   左側
----------------------- */
.oemMain {
  width: 760px;
}

/* 説明文 */
.oemText {
  margin: 38px auto 0;
}

/* 下部 */
.oemBottom {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 35px;
}

/* JFSM */
.oemJfsm {
  margin-top: 0;
}


/* ====================================================
   introArea
==================================================== */

#introArea {
  width: 1200px;
  padding: 80px 0;
}


/* -----------------------
   全体
----------------------- */
.introInner {
  display: grid;
  grid-template-columns: 720px 130px;
  grid-template-areas: "main title";
  justify-content: space-between;
  width: 920px;
  margin: 0 auto;
}

/* -----------------------
   タイトル部分
----------------------- */
.introTitle {
  grid-area: title;
  padding-right: 0;
  display: block;
  align-items: normal;
  margin: 0;
}

/* タイトル */
.introHeading {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
}

.introHeading h3 {
  margin: 0 0 0 20px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 3.0rem;
  font-weight: 900;
}

.introHeading p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.8rem;
  margin-left: 0;
}

.introHeading p br{
  display: block;
}

/* イラスト  */
.introIllust {
  width: 120px;
  margin: 30px auto 0;
}

/* -----------------------
   本文部分
----------------------- */

.introMain {
  grid-area: main;
  grid-template-columns: 80px 200px 350px;
  width: 720px;
  justify-content: space-between;
  grid-template-areas: "button text photo";
}

.productVer .introMain{
  grid-template-columns: 80px 350px 200px;
  grid-template-areas: "button photo text";
}

/* 写真 */
.introPhoto {
  grid-area: photo;
  width: 100%;
  min-width: 0;
}

/* 本文 */
.introText {
  grid-area: text;
  width: max-content;
  height: 260px;
  justify-self: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-bottom: 0;
}


/* 詳しくはこちら */
.introMain .pageBtn {
  grid-area: button;
  width: 80px;
}

.introMain .pageBtn a {
  width: 80px;
  padding: 20px 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.6;
  letter-spacing: 0.08em;
  transition: 0.3s ease;
}

.introMain .pageBtn a::after{
  margin: 15px 0 0;
}

/* -----------------------
   セパレート
----------------------- */
.separate{
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

/* ====================================================
   newsArea
==================================================== */

#newsArea{
  width: 920px;
  margin: 0 auto;
  padding: 150px 0 0;
}

.newsInner {
  grid-template-columns: 130px 720px;
  width: 920px;
}

/* -----------------------
   タイトル
----------------------- */

/* タイトル */
.newsTitle h3 {
  font-size: 2.4rem;
}

/* -----------------------
   新着一覧
----------------------- */

/* 記事タイトル */
.newsList article h3{
  width: 83%;
}


}


















