@charset "UTF-8";
/*
Version: 1.0.0
Creation Date: 2024.12.8
Last Updated: 2025.6.30
*/


/* header
------------------------------------------------------------ */
.second-header .top,
.second-header .slice,
.second-header .btm {
background: #E9E611 !important;
}


/* .second-body
------------------------------------------------------------ */
.second-body {
color: #000 !important;
}
.ttl_01 {
background: #E9E611;
color: #000;
font-size: 18px !important;
font-weight: bold !important;
line-height: 1.5 !important;
padding: 20px !important;
border-left: 10px solid #000;
}
.logo_new {
position: relative;
padding-left: 100px !important;
border-left: none;
}
.logo_new::after {
content: "";
background: url("logo_new_2025.svg") no-repeat center/contain;
width: 80px;
height: 70px;
position: absolute;
top: 0;
left: 10px;
}
.ttl_02 {
background: #000;
color: #E9E611;
font-size: 14px !important;
font-weight: bold !important;
line-height: 1.5 !important;
padding: 5px 20px 5px 10px !important;
display: inline-block;
margin-bottom: 15px !important;
}
.ttl_02:before {
content: "■";
margin-right: 5px;
}
.ttl_03 {
color: #000;
font-size: 20px !important;
font-weight: bold !important;
line-height: 1.5 !important;
padding: 0 0 3px 40px !important;
position: relative;
}
.ttl_03::before {
content: "";
border-left: solid 30px transparent;
border-bottom: solid 20px #000;
position: absolute;
bottom: -3px;
left: 0;
}
.ttl_03::after {
content: "";
width: 100%;
border-bottom: solid 3px #000;
position: absolute;
bottom: -3px;
left: 10px;
}
.ttl_04 {
background: #e1e1e1;
font-size: 14px !important;
font-weight: bold !important;
line-height: 1.5 !important;
padding: 8px 20px !important;
display: inline-block;
}
.ttl_05 {
font-size: 20px !important;
font-weight: bold !important;
line-height: 1.5 !important;
padding: 0 45px !important;
display: inline-block;
position: relative;
}
.ttl_05::before,
.ttl_05::after {
content: "";
background: #000;
width: 44px;
height: 2px;
display: inline-block;
position: absolute;
top: 50%;
}
.ttl_05::before {
left: 0;
transform: rotate(60deg);
}
.ttl_05::after {
right: 0;
transform: rotate(-60deg);
}

.double_yel {
border: none;
border-bottom: 5px double #E9E611;
}
.double_blk {
border: none;
border-bottom: 5px double #000;
}

.frame {
border: 1px solid #000 !important;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 4%;
}

.flex > li {
  background: #fff;
  margin: 0 0 40px;
  padding: 0;
  width: 48%;
  box-sizing: border-box;
}

.flex .image {
  background: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.flex .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.flex .product-name {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.flex .product-detail {
  width: 100%;
  border-top: 1px dotted #ccc;
}

.flex .product-detail dl {
  display: flex;
  border-bottom: 1px dotted #ccc;
  margin: 0;
  padding: 12px 0;
}

.flex .product-detail dt {
  width: 110px;
  font-weight: bold;
}

.flex .product-detail dd {
  flex: 1;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .flex {
    display: block;
  }

  .flex > li {
    width: 100%;
    margin: 0 0 30px;
  }

  .flex .product-detail dl {
    display: flex;
  }

  .flex .product-detail dt {
    width: 90px;
  }
}


.logo_new {
padding-left: 70px !important;
}
.logo_new::after {
width: 50px;
height: 40px;
top: 10px;
left: 10px;
}
}


/* ADD（25.6.30）
------------------------------------------------------------ */
.ttl_06 {
border-left: 5px solid #E9E611 !important;
color: #000 !important;
font-size: 18px !important;
font-weight: bold !important;
padding: 5px 0 5px 10px !important;
margin-bottom: 20px !important;
}

/* ADD（25.9.30）
------------------------------------------------------------ */
.youtube-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
}