@charset "UTF-8";

/*---------------------------
/* ページコンテンツ設定
---------------------------*/

h2 {
  font-size: var(--f28-size);
  font-weight: bold;
}

.top img {
  width: 100%;
}

/* テクスチャ背景
---------------------------*/
.top-bg {
  position: relative;
  overflow: hidden;
  padding-bottom: 32px;
}

.top-bg__texture {
  position: absolute;
  z-index: -99999;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/bg_tile_orange.png);
}

.top-bg__circle {
  position: absolute;
  top: -1600px;
  z-index: -9999;
  left: 50%;
  transform: translateX(-50%);
  width: 2400px;
  height: 2400px;
  background-color: var(--color-red);
  border-radius: 1400px / 1200px;
}

/* トップスライダー
---------------------------*/
.top-visual {
  position: relative;
}

.top-slider .img001 {
  background: url(../images/top/slide_top002_sp.jpg) center center no-repeat;
}

/* top_anime.php で指定
.top-slider .img002 {
  background: url(../images/top/slide_top001_sp.jpg) center center no-repeat;
}
*/

.top-slider .img003 {
  background: url(../images/top/slide_top003_sp.jpg?_=20250731) center center no-repeat;
}

.top-slider .img004 {
  background: url(../images/top/slide_top004_sp.jpg) center center no-repeat;
}

.top-slider .img005 {
  background: url(../images/top/slide_top005_sp.jpg) center center no-repeat;
}

.top-slider .img006 {
  background: url(../images/top/slide_top006_sp.jpg) center center no-repeat;
}

.top-slider .img007 {
  background: url(../images/top/slide_top007_sp.jpg) center center no-repeat;
}

.top-slider .img008 {
  background: url(../images/top/slide_top008_sp.jpg) center center no-repeat;
}

.top-slider .img009 {
  background: url(../images/top/slide_top009_sp.jpg) center center no-repeat;
}

.top-slider .img010 {
	background: url(../images/top/slide_top010_sp.jpg) center center no-repeat;
}

.top-slider .slide {
  width: 100%;
  position: relative;
  background-size: cover;
}

.top-slider .slide::before,
.top-slider .slide .img002::before {
  content: "";
  display: block;
  height: 0;
  padding-top: calc(600 / 800 * 100%);
}

.top-slider .slide a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}

.top-visual .img001 a {
  position: absolute;
  top: 0;
  z-index: 9999;
}

.top-slider .slide .img002 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 8888;
  background-size: cover;
}

.top-visual .img001 .top-charactor img {
  display: none;
}

.top-visual .img001 .top-charactor img:hover {
  opacity: 1;
}

.disabled-link {
  cursor: default;
  pointer-events: none;
}

.disabled-link:hover {
  cursor: none;
}

/* 商品カテゴリ
---------------------------*/
.prod-cat__list {
  position: relative;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.prod-cat__list .flame {
  margin: 0 auto;
  width: 110px;
  height: 110px;
  border-radius: 100vh;
  overflow: hidden;
}

.prod-cat__list img {
  width: 110px;
  height: 110px;
  transition: 1s all;
  object-fit: cover;
}

.news-slider .prev,
.news-slider .next {
  position: absolute;
  top: 0;
  bottom: -100px;
  margin: auto;
  width: 48px;
  height: 48px;
  background-color: var(--color-red);
  z-index: 1;
}

.news-slider .prev {
  left: 0;
}

.news-slider .next {
  right: 0;
}

.news-slider .prev::before,
.news-slider .next::before {
  position: absolute;
  content: "";
  top: 55%;
  width: 16px;
  height: 1em;
  transform: rotate(45deg) translate(-50%, -50%);
}

.news-slider .prev::before {
  left: 35%;
  border-bottom: 3px solid var(--color-white);
  border-left: 3px solid var(--color-white);
}

.news-slider .next::before {
  right: 35%;
  border-top: 3px solid var(--color-white);
  border-right: 3px solid var(--color-white);
}

.prod-cat__item {
  position: relative;
  margin: 30px 0;
}

.prod-cat__item::before {
  position: absolute;
  content: "";
  display: block;
  height: 0;
  z-index: 100;
  pointer-events: none;
}

.prod-cat__item.oniq::before {
  left: 16px;
  top: -16px;
  width: 30%;
  padding-top: calc(81 / 61 * 100%);
  background: url(../images/top/category_icon01.png) no-repeat;
  background-size: contain;
}

.prod-cat__item.temaki::before {
  top: -10px;
  width: 35%;
  padding-top: calc(66 / 73 * 100%);
  background: url(../images/top/category_icon02.png) no-repeat;
  background-size: contain;
}

.prod-cat__item.funwari::before {
  left: -10px;
  top: -40px;
  width: 70%;
  padding-top: calc(146 / 125 * 100%);
  background: url(../images/top/category_icon03.png) no-repeat;
  background-size: contain;
}

.prod-cat__item.ajimeshi::before {
  top: -10px;
  width: 35%;
  padding-top: calc(74 / 74 * 100%);
  background: url(../images/top/category_icon07.png) no-repeat;
  background-size: contain;
}

.prod-cat__item.managokoro::before {
  top: -10px;
  width: 40%;
  padding-top: calc(73 / 74 * 100%);
  background: url(../images/top/category_icon04.png) no-repeat;
  background-size: contain;
}

.prod-cat__item.makkybar::before {
  left: 50%;
  width: 65%;
  padding-top: calc(31 / 110 * 100%);
  background: url(../images/top/category_icon08.png) no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.prod-cat__item.epimou::before {
  top: -10px;
  left: 50%;
  width: 70%;
  padding-top: calc(47 / 146 * 100%);
  background: url(../images/top/category_icon06.png) no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

/* 事業紹介
---------------------------*/
.business {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto;
  background-color: var(--color-white);
  border-radius: 30px;
  border: solid 4px var(--color-orange);
  box-sizing: border-box;
}

.business h2 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 20px;
  font-size: var(--f22-size);
  border-radius: 20px 0;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-orange);
}

.business h3 {
  margin-top: 8px;
  color: var(--color-orange);
}

.business .note {
  margin: 60px auto 0 auto;
  padding: 0 24px;
  font-weight: bold;
}

.business__list {
  display: flex;
  padding: 16px 0 24px 0;
}

.business__item {
  width: 100%;
  text-align: center;
}

.business__item {
  position: relative;
  width: 100%;
  padding: 0 24px;
  text-align: center;
  align-items: center;
  border-left: dotted 4px var(--color-orange);
}

.business__item:first-of-type {
  border: none;
}

.business__item img {
  width: 60%;
}

.business__item p {
  margin-top: 8px;
  font-size: var(--f13-size);
  font-weight: bold;
}

.business__item::before {
  position: absolute;
  content: "";
  top: 30%;
  right: 24px;
  width: 0.8em;
  height: 0.8em;
  border-top: 2px solid var(--color-gray);
  border-right: 2px solid var(--color-gray);
  transform: rotate(45deg) translateX(-30%);
}

.business__item a:hover {
  color: var(--color-darkgray);
  opacity: 0.7;
  transition: 0.5s;
}

/* 重要なお知らせ
---------------------------*/
.important {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 30px;
	padding: 15px 15px 7px;
	border-radius: 20px;
	text-align: center;
	border: var(--color-darkred) 2px solid;
}

.important h3 {
	display: flex;
	align-items: center; /* 縦方向の中央揃え */
	justify-content: center; /* 水平方向の中央揃え */
	text-align: center;
	width: 25%;
	font-size: 16px;
	color: var(--color-darkred);
}

.important ul {
	width: 75%;
}

.important ul li {
	margin-bottom: 8px;
}

.important a {
	font-size: 1var(--f15-size);;
	font-weight: bold;
	text-decoration: underline;
    color: var(--color-lightblue);
}



/* 株主・新卒
---------------------------*/
.stock {
  width: 100%;
  margin: 40px auto 0;
  padding: 0 10px;
}

.stock__list {
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stock__item {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
  border: var(--color-lightgray) 1px solid;
  --margin: 10px;
}

.stock dd {
  margin: 0 auto;
  padding: 0;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  color: var(--color-darkred);
}

.stock dt {
  margin: 0;
}

.stock dd {
  padding: 0;
}

.stock img {
  border-radius: 0;
}

/* インフォメーション
---------------------------*/
.info {
  width: calc(100% - 20px);
  margin: 50px auto;
}

.info__list {
  width: 100%;
  margin: 0;
}

.info__list h2 {
  display: flex;
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  letter-spacing: 0;
  border-bottom: var(--color-lightgray) 1px solid;
  color: var(--color-lightblue);
  justify-content: space-between;
}

.info__list h2 span {
  margin-top: 10px;
  margin-left: 20px;
  font-size: 50%;
}

.info__list h2 span a {
  width: 120px;
  display: block;
  padding: 8px 0;
  letter-spacing: 0;
  text-align: center;
  border-radius: 100vw;
  background-color: var(--color-babyblue);
  color: var(--color-lightblue);
}

.info__list dl {
  margin-bottom: 48px;
  padding: 0 16px 0 0;
  height: 130px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.info__list dl:last-child {
  margin-bottom: 0;
}

.info__item-date {
  width: 100%;
  font-size: var(--f15-size);
}

.info__item {
  margin-bottom: 8px;
}

.info__item-date time {
  vertical-align: top;
}

.info__item-update h3 {
  margin: 0;
  font-size: var(--f15-size);
  letter-spacing: 0;
}

.info__item-update p {
  font-size: var(--f14-size);
}

.info__item-update h3 a {
  text-decoration: underline;
  color: var(--color-lightblue);
}

/* バナーエリア
---------------------------*/
.bnr__area ul {
  margin: 0 0 20px;
  font-weight: bold;
  vertical-align: top;
}

.bnr__area p {
  padding: 8px 0;
  text-align: center;
}

.bnr__area li p {
  border-radius: 0 0 8px 8px;
}
.bnr__item.insta p {
  box-shadow: 0 0 0 1px var(--color-lightgray) inset;
}
.bnr__item.official p {
  background-color: var(--color-red);
}
.bnr__item.cm p {
  background-color: var(--color-lightblue);
}
.bnr__item.official a p,
.bnr__item.cm a p {
  color: var(--color-white);
}

.bnr__link {
  display: block;
  margin-top: 20px;
}

/* 
.bnr__area .note {
  border-radius: 10px;
  padding: 15px;
  background-color: aliceblue;
}
*/

/* Instagram
---------------------------*/
.instagram {
  width: 100%;
  padding: 60px 0 60px;
  background: var(--color-red);
}

.instagram h2 {
  text-align: center;
  position: relative;
  display: block;
  margin: 0 0 1em 0;
  text-indent: 0;
  letter-spacing: 0;
  background: none;
  color: var(--color-white);
}

.instagram ul {
  width: calc(100% - 20px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.instagram ul li {
  position: relative;
  width: calc(100% / 2 - 5px);
  height: 0;
  padding-top: calc(100% / 2);
  margin-top: 10px;
}

.instagram ul li a {
  display: block;
  font-weight: bold;
  text-align: center;
}

.instagram ul li:before {
  content: "";
  display: block;
}

.instagram ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 375px〜（スマホ＆タブレット用）
---------------------------*/
@media (min-width: 375px) {
  .bnr__area ul {
    display: block;
  }

  .business .list {
    width: 50%;
  }
}

/* 〜479px（スマホ＆タブレット用）
---------------------------*/
@media (max-width: 479px) {
  .bnr__item.insta {
    width: 100%;
  }
}

/* 〜767px（スマホ＆タブレット用）
---------------------------*/
@media (max-width: 767px) {
  .bnr__area ul,
  .stock__list {
    display: flex;
    flex-wrap: wrap;
  }

  .bnr__area ul {
    margin-top: 32px;
	width: 100%;
	justify-content: space-between;
  }

  .stock__item,
  .bnr__area li {
    width: calc(100% / 2 - 5px);
  }

  /*
  .bnr__area .note {
	margin-top: 30px;
  }
  */
  
  .important {
    flex-direction: column; /* h3 と ul を縦並びに */
    align-items: flex-start; /* 左寄せ（必要なら調整） */
  }

  .important h3, .important ul {
    width: 100%; /* 横幅いっぱいに */
  }

  .important h3 {
    padding-top: 6px;
	margin-bottom: 6px;
  }

  .important h3, .important ul {
    width: 100%; /* 横幅いっぱいに */
  }

  .business h2 {
    width: 100%;
    font-size: var(--f22-size);
    border-radius: 16px 16px 0 0;
    letter-spacing: 2px;
  }
}

/* 768px〜（スマホ＆タブレット用）
---------------------------*/
@media (min-width: 768px) {
  .flex {
    display: flex;
  }

  .prod-cat {
    padding: 0;
  }

  .bnr__area {
    margin-left: 48px;
  }

  .bnr__area .note {
	width: 278px;
  }

  .stock__item {
    width: calc(100% / 2 - 5px);
  }

  .instagram ul li {
    width: calc(100% / 3 - 8px);
    height: 0;
    padding-top: calc(100% / 3);
  }

  .instagram ul::after {
    content: "";
    width: calc(100% / 3 - 8px);
    height: 0;
  }

  .business h3 {
    display: block;
    margin: 0 8px;
    font-size: var(--f18-size);
    text-align: center;
  }

  .business .note {
    margin: 20px auto 0 auto;
    padding: 0 32px;
    text-align: center;
  }

  .business__list {
    padding: 16px 0;
    align-items: center;
  }

  .business__item a {
    align-items: center;
  }

  .business__item img {
    width: 20%;
  }

  .business__item p {
    display: block;
    margin: 0;
    width: calc(100% / 2);
    padding: 0 16px;
  }

  .business__item::before {
    top: 50%;
    transform: rotate(45deg) translateX(-50%);
  }

  .info__item-date {
    width: 15%;
  }

  .prod-cat__list {
    padding-left: 40px;
    padding-right: 40px;
  }

  .prod-cat__item.oniq::before {
    left: 16px;
    top: -16px;
    width: 45%;
  }

  .prod-cat__item.temaki::before {
    width: 55%;
  }

  .prod-cat__item.funwari::before {
    left: -16px;
    top: -48px;
    width: 90%;
  }

  .prod-cat__item.ajimeshi::before {
    width: 50%;
  }

  .prod-cat__item.managokoro::before {
    width: 50%;
  }

  .prod-cat__item.makkybar::before {
    left: 50%;
    width: 80%;
  }

  .prod-cat__item.epimou::before {
    left: 50%;
    top: -8px;
    width: 90%;
  }

  .news-slider .prev,
  .news-slider .next {
    bottom: 0;
  }

  .news-slider .prev {
    left: -48px;
  }

  .news-slider .next {
    right: -48px;
  }

  .top-slider .img001 {
    background: url(../images/top/slide_top001.jpg) center center no-repeat;
  }
  .top-slider .img002 {
    background: url(../images/top/slide_top002.jpg) center center no-repeat;
  }
  .top-slider .img003 {
    background: url(../images/top/slide_top003.jpg?_=20250731) center center no-repeat;
  }
  .top-slider .img004 {
    background: url(../images/top/slide_top004.jpg) center center no-repeat;
  }
  .top-slider .img005 {
    background: url(../images/top/slide_top005.jpg) center center no-repeat;
  }
  .top-slider .img006 {
    background: url(../images/top/slide_top006.jpg) center center no-repeat;
  }
  .top-slider .img007 {
    background: url(../images/top/slide_top007.jpg) center center no-repeat;
  }
  .top-slider .img008 {
    background: url(../images/top/slide_top008.jpg) center center no-repeat;
  }
  .top-slider .img009 {
    background: url(../images/top/slide_top009.jpg) center center no-repeat;
  }
  .top-slider .img010 {
    background: url(../images/top/slide_top010.jpg) center center no-repeat;
  }

  .top-visual .img001 .top-charactor img {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: auto;
    left: 50%;
    object-fit: cover;
    transform: translateX(-50%);
  }

  .top-slider .slide {
    width: 100%;
    height: 500px;
    position: relative;
    background-size: cover;
  }

  .top-slider .slide::before {
    display: none;
    padding-top: 0;
  }

  .top-slider .slide .img002::before {
    content: "";
    display: block;
    height: 500px;
    padding-top: 0;
  }
}

/* 960px〜（タブレット＆PC用）
---------------------------*/
@media (min-width: 960px) {
  .business,
  .stock,
  .prod-cat__list,
  .info,
  .instagram ul {
    max-width: 960px;
  }

  .stock,
  .info {
    padding-left: 0;
    padding-right: 0;
  }

  .stock__item {
    width: calc(100% / 4 - 10px);
  }

  .instagram ul {
    padding: 0;
  }

  .instagram ul li {
    width: 180px;
    height: 180px;
    margin: 0;
    padding: 0;
  }

  .business__item p {
    padding: 0 0 0 16px;
  }

  .business .note {
    margin: 24px auto 0 auto;
    padding: 0;
    font-size: var(--f18-size);
  }

  .top-slider .slide a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  .prod-cat__list {
    padding-left: 0;
    padding-right: 0;
  }

  .prod-cat__list a:hover img {
    transform: scale(1.2, 1.2);
    object-fit: cover;
  }
}

/* 1650px〜（タブレット＆PC用）
---------------------------*/
@media screen and (min-width: 1650px) {
  .top-slider .slide {
    height: 500px;
    background-size: contain;
  }

  .top-slider .slide,
  .top-slider .slide .img002 {
    background-size: contain;
  }
}