/* ========== common ========== */
@media screen and (max-width: 768px) {
  .lower .cotns_box {
    box-shadow: 0 0 5px #aaaaaacc;
    margin: 60px auto;
    padding: 6vw;
  }
}
/* title */
.sub_title {
  position: relative;
  background: url(../images/lower/lower_ttl_bg.png) no-repeat right top;
  background-size: contain;
  overflow: hidden;
  z-index: 1;
}
.sub_title .ttl_cotns {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.sub_title .ttl_cotns {
  height: 340px;
}
.sub_title h2 {
  margin: 0 0 0 50px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.8em;
  font-weight: 800;
  line-height: 1;
  position: relative;
}
.sub_title h2 span {
  color: #a72125;
}
.sub_title_img {
  width: 100%;
  max-width: 680px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1181px) {
  .sub_title {
    position: relative;
    background: url(../images/lower/lower_ttl_bg.png) no-repeat right top;
    background-size: auto 75%;
  }
}
@media screen and (max-width: 1081px) {
  .sub_title .ttl_cotns {
    height: 24vw;
  }
  .sub_title {
    position: relative;
    background: url(../images/lower/lower_ttl_bg.png) no-repeat right top;
    background-size: auto 85%;
  }
}
@media screen and (max-width: 768px) {
  .sub_title .ttl_cotns {
    height: 32vw;
  }
  .sub_title h2 {
    height: auto;
    font-size: calc(100vw / 14);
    margin-top: 20vw;
    margin-left: 0;
  }
  .sub_title h2::before {
    width: 7vw;
  }
}

/* 落ちる椿 */
.sclool_tsubaki {
  position: absolute;
  width: 100%;
  height: 250%;
  opacity: 0.7;
  z-index: -1;
}
.tsubaki_01,
.tsubaki_05 {
  width: 4vw;
  height: auto;
}
.tsubaki_02,
.tsubaki_04 {
  width: 3vw;
  height: auto;
}
.tsubaki_03,
.tsubaki_06 {
  width: 3vw;
  height: auto;
}
[class^="tsubaki_"] img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tsubaki_01 {
  position: absolute;
  top: 0;
  left: 10%;
}
.tsubaki_05 {
  position: absolute;
  top: -6%;
  left: 8%;
}
.tsubaki_03 {
  position: absolute;
  top: 0;
  left: 3%;
}
.tsubaki_06 {
  position: absolute;
  top: -2%;
  left: -3%;
  transform: scale(-1, 1);
}
.tsubaki_02,
.tsubaki_04 {
  position: absolute;
  top: -25%;
  left: 5%;
  transform: scale(-1, 1);
}

.sclool_tsubaki.is-active .tsubaki_02 {
  animation: fall 10s ease-in forwards, sway1-1 10s ease-in-out alternate;
}
.sclool_tsubaki.is-active .tsubaki_04,
.sclool_tsubaki.is-active .tsubaki_06 {
  animation: fall 10s ease-in forwards, sway1-2 10s ease-in-out alternate;
}
.sclool_tsubaki.is-active .tsubaki_01 {
  animation: fall 10s linear forwards, sway1-3 10s ease-in-out alternate;
}
.sclool_tsubaki.is-active .tsubaki_03,
.sclool_tsubaki.is-active .tsubaki_05 {
  animation: fall 10s linear forwards, sway1-4 10s ease-in-out alternate;
}

@keyframes fall {
  from {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  to {
    opacity: 0;
    top: 90%;
  }
}
@keyframes sway1-1 {
  from {
    transform: translate3d(5vw, 0vw, 0vw) rotate(0deg);
  }

  25% {
    transform: translate3d(-5vw, 0vw, 0vw) rotate(-10deg);
  }

  75% {
    transform: translate3d(10vw, 0vw, 0vw) rotate(10deg);
  }

  to {
    transform: translate3d(0vw, 0vw, 0vw) rotate(0deg);
  }
}
@keyframes sway1-2 {
  from {
    transform: translate3d(0vw, 0vw, 0vw) rotate(0deg);
  }

  25% {
    transform: translate3d(15vw, 0vw, 0vw) rotate(10deg);
  }

  75% {
    transform: translate3d(-10vw, 0vw, 0vw) rotate(-10deg);
  }

  to {
    transform: translate3d(0vw, 0vw, 0vw) rotate(0deg);
  }
}

@keyframes sway1-3 {
  from {
    transform: translate3d(0vw, 0vw, 0vw) rotate(0deg);
  }

  25% {
    transform: translate3d(5vw, 0vw, 0vw) rotate(10deg);
  }

  75% {
    transform: translate3d(0, 0vw, 0vw) rotate(-10deg);
  }

  to {
    transform: translate3d(-10vw, 0vw, 0vw) rotate(0deg);
  }
}
@keyframes sway1-4 {
  from {
    transform: translate3d(0vw, 0vw, 0vw) rotate(40deg);
  }

  25% {
    transform: translate3d(-10vw, 0vw, 0vw) rotate(20deg);
  }

  75% {
    transform: translate3d(5vw, 0vw, 0vw) rotate(-20deg);
  }

  to {
    transform: translate3d(-25vw, 0vw, 0vw) rotate(0deg);
  }
}

/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 821px) {
  .sclool_tsubaki {
    position: absolute;
    width: 100%;
    height: 150%;
    overflow: hidden;
  }
  .tsubaki_01 {
    width: 6vw;
    top: 18vw;
    left: auto;
    right: 5%;
  }
  .tsubaki_03 {
    width: 7vw;
    top: 20vw;
    left: auto;
    right: 0;
  }
  .tsubaki_05 {
    width: 6vw;
    height: auto;
    top: 10vw;
    left: auto;
    right: 3%;
  }
  .tsubaki_06 {
    width: 7vw;
    top: 24vw;
    left: auto;
    right: 1%;
  }
  .tsubaki_02,
  .tsubaki_04 {
    width: 4vw;
    top: -24vw;
    left: auto;
    right: 1%;
  }
}
@media screen and (max-width: 430px) {
}

/* ========== company.php ========== */
/* title */
#company .sub_title .cotns_box {
  background-size: 54%;
}

#company .cntns_hl2 {
  margin-bottom: 60px;
}

/* .information */
#company .information .info_list {
  border: 4px solid #a72125;
  width: 80%;
  margin: 40px auto 80px;
}
#company .information .info_list .info_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.6 !important;
  background: #ffffff;
}
#company .information .info_list .info_item dt {
  width: 20%;
  min-width: 160px;
  padding: 15px 10px;
  background: #a72125;
  color: #ffffff;
  border-bottom: 2px solid #cc5f63;
}
#company .information .info_list .info_item dd {
  width: 80%;
  padding: 15px 10px;
  line-height: 1.4;
  color: #666666;
  border-bottom: 2px solid #a72125;
}
#company .information .info_list .info_item:last-of-type dt,
#company .information .info_list .info_item:last-of-type dd {
  border: none;
}
#company .information .info_list .info_item dd em {
  font-weight: bold;
}
#company .information .info_list .info_item dd span {
  padding-left: 1em;
}

@media screen and (max-width: 1081px) {
  #company .information .info_list {
    width: 100%;
  }
  #company .information .info_list .info_item dt {
    width: 20%;
    min-width: auto;
  }
  #company .information .info_list .info_item dd {
    width: 80%;
  }
}
@media screen and (max-width: 821px) {
  #company .information .info_list .info_item dt {
    width: 25%;
    padding: 2% 1%;
  }
  #company .information .info_list .info_item dd {
    width: 75%;
    padding: 2% 1%;
  }
}
@media screen and (max-width: 431px) {
  #company .information .info_list {
    border: 2px solid #a72125;
    width: 86%;
  }
  #company .information .info_list .info_item dt {
    width: 100%;
    padding: 2% 1%;
    text-align: center;
  }
  #company .information .info_list .info_item dd {
    width: 100%;
  }
}

/* map */
#company .map_box {
  overflow: hidden;
  height: 40vh;
}
#company .map_box h4 {
  background: #a72125;
  text-align: center;
  color: #ffffff;
  padding: 15px 0;
  border-top: 2px solid #cc5f63;
}
#company .map_box iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1081px) {
  #company .map_box {
    height: 30vh;
  }
}

/* .histry */
#company .histry {
  margin: 40px auto 80px;
}

#company .histry .histry_box {
  max-width: 860px;
  width: 90%;
  margin: auto;
  padding: 50px;
  padding-left: 80px;
  background: #ffffff;
  position: relative;
}
#company .histry .histry_box::before {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 100px);
  background: #a72125;
  position: absolute;
  left: 60px;
}
#company .histry .histry_item dt {
  width: 100%;
  padding: 10px;
  font-family: sans-serif;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.4;
  color: #a72125;
  position: relative;
  transition: all 1s ease;
}
#company .histry .histry_item dt::after {
  content: "";
  display: block;
  background: #a72125;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s ease;
}
#company .histry .histry_box .histry_item dt.is-active::after {
  width: 100%;
  transition: all 1s ease;
}
#company .histry .histry_item dt::before {
  content: "";
  display: block;
  background: #a72125;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  position: absolute;
  left: -29px;
  top: 0.75em;
}
#company .histry .histry_item dd {
  margin-left: 20px;
  margin-bottom: 30px;
  padding: 20px;
  line-height: 1.4;
}
/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  #company .histry .histry_box {
    padding: 5vw;
    padding-left: 8vw;
  }
  #company .histry .histry_item dt::before {
    width: 14px;
    height: 14px;
    border-radius: 30px;
    position: absolute;
    left: -3vw;
  }
  #company .histry .histry_box::before {
    height: calc(100% - 10vw);
    background: #a72125;
    position: absolute;
    left: 6vw;
  }
  #company .histry .histry_item dd {
    padding: 2vw;
    line-height: 1.4;
  }
}

/* .career */
#company .career {
  margin: 40px auto 80px;
}
#company .career .career_box {
  max-width: 860px;
  width: 90%;
  margin: auto;
  padding: 50px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
}
#company .career .career_item {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6 !important;
  background: #ffffff;
}
#company .career .career_item:first-of-type {
  border-top: 4px solid #a72125;
}
#company .career .career_item dt {
  width: 15%;
  padding: 20px 10px;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1.4;
  color: #a72125;
  border-bottom: 4px solid #cc5f63;
}
#company .career .career_item dd {
  width: 85%;
  padding: 20px 10px;
  line-height: 1.4;
  border-bottom: 4px solid #a72125;
}
/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  #company .career .career_box {
    padding: 5vw;
  }
  #company .career .career_item dt {
    width: 25%;
    padding: 2vw 1vw;
  }
  #company .career .career_item dd {
    width: 75%;
    padding: 2vw 1vw;
  }
}
@media screen and (max-width: 430px) {
}

/* .achievements */
#company .achievements ul {
  max-width: 860px;
  width: 90%;
  margin: auto;
  padding: 50px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
}
#company .achievements ul li {
  padding: 20px;
  line-height: 1.4;
  border-bottom: 2px solid #a72125;
  position: relative;
}
#company .achievements ul li::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 0.4em solid #a72125;
  border-color: transparent transparent transparent #a72125;
  margin-left: -1em;
}
/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  #company .achievements ul {
    padding: 5vw;
  }
  #company .achievements ul li {
    padding-right: 0;
  }
}
@media screen and (max-width: 430px) {
}

/* ========== about.php ========== */
/* --- サービス概要 --- */
#about .introduction {
  padding: 0 0 60px;
  background: url(../images/index/tubaki_il01.png) no-repeat right bottom;
  position: relative;
  z-index: 0;
}
#about .introduction .intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
#about .introduction .intro .intro_img {
  width: 36%;
  background: #ccc;
  align-self: flex-start;
  box-shadow: 2vw 4vw 0 #a7212555;
}
#about .introduction .intro .intro_txt {
  width: 56%;
}
#about .introduction .intro .intro_txt p {
  line-height: 1.6;
}
#about .introduction .intro .intro_ttl {
  padding: 10px 0 10px 20px;
  margin-bottom: 30px;
  font-family: "Kaisei Decol", serif;
  font-size: 180%;
  letter-spacing: 1px;
  color: #a72125;
  border-left: 6px solid #a72125;
}

/* 流れるスライダー */
.introduction .intro_img {
  width: 56vw;
  height: auto;
  max-height: 420px;
  padding: 0;
}
.min-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.min-slider .slick-slide {
  margin: 0;
}

@media screen and (max-width: 1081px) {
  #about .introduction {
    padding: 3vh 0 6vh;
  }
}
@media screen and (max-width: 768px) {
  #about .introduction {
    background-size: 40%;
    background-position: bottom right;
    padding: 3vh 0 6vh;
  }
  #about .introduction .cotns_box {
    width: 100%;
  }
  #about .introduction .intro .intro_txt {
    width: 90%;
    margin: auto;
  }
  #about .introduction .intro .intro_ttl {
    padding: 2vw 0 2vw 2vw;
    margin-bottom: 3vw;
    font-size: 140%;
  }
  #about .introduction .intro .intro_txt p {
    width: 90%;
    margin: 0 auto;
  }
  #about .introduction .intro .intro_img {
    width: 100vw;
    margin: 2vw 0 2vw 0;
    box-shadow: 0 4vw 0 #a7212555;
  }
}
@media screen and (max-width: 430px) {
  #about .introduction {
    padding: 2vh 0 6vh;
    position: relative;
  }
}

.attempt_intro {
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.attempt .cntns_hl2 {
  margin-bottom: 30px;
  text-align: left;
}
.attempt_intro .attempt_img {
  width: 45%;
  height: 30vh;
  overflow: hidden;
}
.attempt_intro .attempt_txt {
  width: 54%;
}
.attempt_intro .attempt_txt p {
  font-size: 120%;
  padding: 20px 30px;
  line-height: 1.6;
}
.attempt_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-bottom: 80px;
}
.attempt_box dl {
  width: 30%;
  border: 4px solid #a72125;
  border-radius: 10px;
  overflow: hidden;
  background: #a72125;
  position: relative;
}
.attempt_box dt {
  background: #a72125;
  color: #ffffff;
  text-align: center;
  font-size: 150%;
  padding: 10px 0;
}

.attempt_box dd {
  line-height: 0;
}

/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
  .attempt_intro .attempt_img {
    width: 100%;
    height: 30vh;
  }
  .attempt .cntns_hl2 {
    text-align: center;
  }
  .attempt_intro .attempt_txt {
    width: 100%;
  }
  .attempt_intro .attempt_txt p {
    font-size: 100%;
    text-align: center;
    padding: 2vw 3vw;
  }
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  .attempt_intro {
    padding: 6vw 0;
  }
  .attempt_box dl {
    width: 80%;
  }
  .attempt_box dl dt {
    padding: 1vw 0 2vw;
  }
  .attempt_intro .attempt_img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 430px) {
}

/* --- 舞椿のはなし --- */
.tsubaki p {
  padding: 20px 0;
  line-height: 1.8;
  text-align: center;
}

.tsubaki_item {
  margin: 60px auto 120px;
}
.tsubaki_item h4 {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tsubaki_item h4 img {
  width: 2em;
  height: auto;
}
.tsubaki_itemlist {
  width: fit-content;
  margin: auto;
  display: flex;
  gap: 10px;
}

/* ポップアップの初期状態 */
.popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
  padding: 20px;
}

/* クリック後の表示状態（:target 発火） */
.popup:target {
  opacity: 1;
  pointer-events: auto;
  z-index: 999;
}

.popup-wrap .thumb {
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.popup-wrap .thumb:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.popup-wrap .thumb:hover::after {
  content: attr(data-nema);
  background: #00000055;
  color: #ffffff;
  text-align: center;
}
.popup-wrap .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup .img-wrap {
  max-width: 70vw;
  max-height: 70vh;
  overflow: hidden;
  position: relative;
}

/* キャプション */
.popup figcaption {
  max-width: 80vw;
  margin-top: 15px;
  color: #fff;
  line-height: 1.2;
}

/* 背景クリックで閉じる */
.popup .close {
  display: block;
  content: "";
  background: #666666cc;
  font-size: 200%;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
  .popup-wrap .thumb {
    display: block;
    width: calc((100vw / 4) - 30px);
    height: calc((100vw / 4) - 30px);
    border-radius: 8px;
    overflow: hidden;
  }
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  .tsubaki_itemlist {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .popup-wrap .thumb {
    width: calc((100vw / 2) - 40px);
    height: calc((100vw / 2) - 50px);
  }
}
@media screen and (max-width: 430px) {
}

/* --- 製造環境 --- */
.facility .attempt_box {
  gap: 20px;
}
.facility p {
  padding: 20px 0;
  line-height: 1.8;
  text-align: center;
}
.facility .attempt_box dl {
  width: 25%;
  max-width: calc((100% / 4) - 50px);
  gap: 20px;
}
.facility .attempt_box dl dt {
  font-size: 130%;
}
/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
  .facility .attempt_box dl {
    width: 25%;
    max-width: calc((100% / 4) - 20px);
    gap: 20px;
    border: 2px solid #a72125;
  }
  .facility .attempt_box dl dt {
    font-size: 110%;
  }
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  .facility .attempt_box dl {
    width: 45%;
    max-width: calc((100% / 2) - 20px);
    border-radius: 5px;
    gap: 10px;
  }
  .facility .attempt_box dt {
    padding: 2vw 0;
  }
}
@media screen and (max-width: 430px) {
}

/* ========== about.php ========== */
/* ------ 商品概要 ------ */
/* introducs */
#product .introduction {
  padding: 0 0 30px;
  position: relative;
  z-index: 0;
}
#product .introduction .intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background: url(../images/lower/tubaki_il02.png) no-repeat bottom left;
  background-size: auto 160px;
}
#product .introduction.oem .intro {
  background: none;
}
#product .introduction .intro .intro_img {
  width: 36%;
  margin-top: 30px;
  position: relative;
}
#product .introduction.oem .intro .intro_img {
  margin-top: 0;
}
#product .introduction .intro .intro_img01 {
  width: 90%;
  line-height: 0;
  align-self: flex-start;
  box-shadow: 2vw 2vw 0 #a7212555;
}
#product .introduction.oem .intro .intro_img01 {
  position: relative;
  box-shadow: none;
  z-index: 0;
}
#product .introduction.oem .intro .intro_img01::before {
  content: "";
  width: 70%;
  height: 70%;
  background: #a7212555;
  position: absolute;
  top: -30px;
  right: -50px;
  z-index: -1;
}
#product .introduction.oem .intro .intro_img01::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #a7212555;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
#product .introduction .intro .intro_txt {
  width: 56%;
}
#product .introduction .intro .intro_ttl {
  padding: 0 0 0 2.2em;
  margin-bottom: 10px;
  font-size: 2em;
  font-family: "Kaisei Decol", serif;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #a72125;
  background: url(../images/common/ttl_img.png) no-repeat bottom left;
  background-size: 2em;
}
#product .introduction .intro .intro_ttl small {
  font-size: 60%;
  color: #603813;
  letter-spacing: 0;
}
#product .introduction .intro p {
  text-align: left;
  letter-spacing: 1px;
  line-height: 2;
}
#product .introduction .intro .chachcopy {
  font-size: 120%;
  margin-bottom: 30px;
  line-height: 1.4;
}
#product .introduction .intro .intro_txt .main_btn {
  margin-top: 30px;
}

/* 左右反転 */
#product .introduction .intro:nth-of-type(even) .intro_img {
  order: 2;
}
#product .introduction .intro:nth-of-type(even) .intro_txt {
  order: 1;
}
#product .introduction .intro:nth-of-type(even) .intro_ttl {
  text-align: right;
  padding: 0px 10px 8px 0;
  border-left: 0;
  border-right: 8px double #a72125;
}
#product .introduction .intro:nth-of-type(even) .chachcopy {
  text-align: right;
}

@media screen and (max-width: 1081px) {
  #product .introduction .intro {
    width: 94%;
    margin: auto;
  }
  #product .introduction .intro .intro_img {
    width: 46%;
    position: relative;
  }
  #product .introduction.oem .intro .intro_img01::before {
    top: -3vw;
    right: -4vw;
  }
  #product .introduction.oem .intro .intro_img01::after {
    border: 2px solid #a7212555;
    top: 2vw;
    left: 2vw;
  }
  #product .introduction .intro .intro_txt {
    width: 52%;
  }
  #product .introduction .intro .intro_txt p {
    letter-spacing: 0;
    font-size: 100%;
  }
  #product .introduction .intro .chachcopy {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #product .introduction .intro {
    background: none;
  }
  #product .introduction .intro .intro_ttl {
    background: url(../images/common/ttl_img.png) no-repeat bottom 2vw left;
    background-size: 2em;
  }
  #product .introduction {
    background-size: 40%;
    background-position: bottom right;
    padding: 3vh 0 6vh;
  }
  #product .introduction .intro .intro_txt {
    width: 100%;
  }
  #product .introduction .intro .intro_ttl {
    padding: 2vw 0 0 12vw;
    margin-bottom: 3vw;
    font-size: 140%;
  }
  #product .introduction .intro .intro_txt p {
    width: 90%;
    margin: 0 auto;
  }
  #product .introduction .intro .intro_img {
    width: 100%;
    margin: 2vw auto;
  }
  #product .introduction .intro .intro_img01 {
    width: 100%;
  }
  #product .introduction .intro .intro_txt .main_btn {
    margin: 2vw auto 0;
  }
}
@media screen and (max-width: 430px) {
  #product .introduction {
    padding: 0 0 6vh;
    position: relative;
    background: none;
  }
  #product .introduction .intro .intro_txt p {
    width: 100%;
    margin: 0 auto;
  }
}

/* 商品枠 */
#product hr {
  width: 100%;
  border-bottom: 4px dotted #603813;
  margin: 140px auto;
}
.product_list {
  padding: 60px;
  background: #ffffff;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 40px;
}
.product_box {
  width: calc((100% / 3) - 30px);
  max-width: 380px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
.product_box .product_img {
  border-radius: 10px;
  overflow: hidden;
}
.product_txt {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  flex-grow: 2;
}
.product_box h5 {
  padding: 15px 0;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
  color: #a72125;
}
.product_box p {
  line-height: 1.7em;
  margin-bottom: 40px;
}
.product_box p.dashed-note {
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(0deg, #ccc 1px, transparent 1px);
  background-size: 8px 100%, 100% 1.7em;
  line-height: 1.72em;
  padding-bottom: 5px;
  flex-grow: 2;
}
.product_box p.point {
  background-color: #cc5f6333;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 80%;
  line-height: 1.5em;
  position: relative;
  z-index: 0;
}
.point::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #ffffff;
  position: absolute;
  top: calc(50% - ((100% - 10px) / 2));
  left: calc(50% - ((100% - 10px) / 2));
  transition: all 0.5s;
  z-index: 1;
}
.point::after {
  content: "ポイント！";
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 2px 5px 4px;
  background: #cc5f63;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: -10px;
  left: 0;
  transform: rotate(-5deg);
  z-index: 2;
}

.product_box ol {
  padding: 15px;
  border: 1px solid #99795c;
  border-radius: 5px;
}
.product_box ol li {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 0;
}
.product_box ol li::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: #603813 dotted 2px;
  position: absolute;
  top: 51%;
  z-index: -1;
}
.product_box ol li span {
  background: #ffffff;
  padding: 2px 5px;
}
.product_box ol li.brd-non::after,
.product_box ol.travel_box .travel_box_point::after {
  display: none;
}
/* トラベルセット */
.product_box ol.travel_box .point {
  margin: 20px auto 0;
  padding: 20px;
}
.product_box ol.travel_box .point::after {
  content: "セット内容";
  transform: rotate(0deg);
  padding: 3px 8px 8px;
}
.product_box ol.travel_box {
  margin-bottom: 30px;
  border: none;
  padding: 0;
}
/* カステラ３本セット */
.product_box.castl_set {
  width: 100%;
  max-width: none;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.product_box.castl_set .product_img {
  width: 40%;
}
.product_box.castl_set .product_txt {
  width: 50%;
  max-width: 630px;
}
.product_box.castl_set h5 {
  text-align: left;
}
.category_ttl {
  width: 100%;
  padding: 15px 0;
  position: relative;
  z-index: 0;
}
.category_ttl h4 {
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  color: #a72125;
}
.category_ttl h4 span {
  padding-left: 10px;
  background: #ffffff;
  position: relative;
  z-index: 0;
}

.category_ttl h4::before {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background: #a72125;
  position: absolute;
  top: 50%;
  left: calc(50% - 40%);
  z-index: -1;
}
.category_ttl.is-active h4::before {
  width: 80%;
  transition: all 0.5s ease;
  transform: scale(1, 1);
}

/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
  #product hr {
    width: 100%;
    border-bottom: 4px dotted #603813;
    margin: 10vw auto;
  }
  .product_list {
    padding: 6vw;
    gap: 8vw 6vw;
  }
  .product_box {
    width: calc((100% / 2) - 3vw);
    max-width: 580px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
  }
  .product_box.castl_set .product_img {
    width: 100%;
  }
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  .product_box {
    width: 100%;
    max-width: 580px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
  }
  .product_box p.point {
    font-size: 90%;
  }
}
@media screen and (max-width: 430px) {
}
/* ========== store.php ========== */
#store .store_list {
  padding: 60px;
  background: #ffffff;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 60px;
}
#store .store_box {
  width: calc((100% / 3) - 40px);
  max-width: 580px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
#store .store_map iframe {
  width: 100%;
  min-height: 220px;
}
#store .store_name {
  width: 100%;
  padding: 10px 0;
}
#store .store_name h4 {
  color: #a72125;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.2;
}
#store .store_name h4 small {
  color: #603813;
  font-weight: normal;
  font-size: 110%;
}
#store .store_conts em {
  display: block;
  padding: 5px;
  background: #a7212533;
  font-weight: bold;
  font-size: 90%;
}
#store .store_conts span {
  display: block;
  padding: 5px 10px 10px 15px;
  background: #a7212511;
}
/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
  #store .store_box {
    width: calc((100% / 2) - 40px);
  }
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  #store .store_list {
    padding: 6vw;
    width: 96%;
    gap: 0;
  }
  #store .store_box {
    width: 100%;
    margin: auto;
    padding: 8vw 0;
    border-bottom: 2px dotted #99795c;
  }
}
@media screen and (max-width: 430px) {
}
