@charset "UTF-8";
/* -----------------------------------------------------------------
   products

	 EcoFlow DELTA 3 PLUS

----------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.item-contents img {
  max-width: 100%;
} 

@media screen and (max-width: 767px) {
  .sp-col {
    flex-direction: column;
  }
}

.ttl-h3 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ttl-h3 {
    font-size: 24px;
    font-weight: bold;
  }
}
.ttl-h3 small {
  display: block;
  font-size: 0.68em;
}
.ttl-h3 span {
  display: block;
  color: #757575;
  font-size: 16px;
  font-weight: normal;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .ttl-h3 span {
    font-size: 14px;
  }
}
.ttl-h3 b {
  font-weight: 600;
}
.ttl-h3 b.underline {
  text-decoration: underline;
} 

.cont-text {
  margin-top: 1em;
}
.cont-text .subtitle {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cont-text .subtitle {
    font-size: 16px;
  }
}
.cont-text .title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .cont-text .title {
    font-size: 24px;
    text-align: left;
  }
}
.cont-text .description {
  color: #b1b1b1;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .cont-text .description {
    text-align: left;
  }
} 


.slide-block {
  padding: 40px 20px 50px;
  color:#000;
}
@media screen and (max-width: 767px) {
  .slide-block {
    padding: 40px 0;
  }
}
.slide-block .info-box {
  width: calc(100% - 40px - 40px);
  padding: 20px 20px 5px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slide-block .info-box {
    width: calc(100% - 20px);
    padding: 10px;
  }
}
.slide-block .mov {
  flex: 1 0 55%;
}
@media screen and (max-width: 767px) {
  .slide-block .mov {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .slide-block-tab {
    padding: 30px 15px 50px;
  }
}
.swiper-wrapper{
    width: 100%;
    position: relative; 
    margin-left: auto;
    margin-right: auto;
    width: 100%;
} 
.swiper-wrapper img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slide-block-tab ul.swiper-wrapper {
  border: none;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slide-block-tab ul.swiper-wrapper li.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  cursor: pointer;
  position: relative;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .slide-block-tab ul.swiper-wrapper li.swiper-slide {
    font-size: 12px;
    text-align: center;
  }
}
 .slide-block-tab .tab-content,
.slide-block-tab .tab-content03,
.slide-block-tab .tab-content04,
.slide-block-tab .tab-content05,
.slide-block-tab .tab-content06 {
  opacity: 1;
  overflow: hidden;
  position: relative;
  margin-top: 2em;
  
} 
@media screen and (max-width: 767px) {
  .slide-block-tab .tab-content,
  .slide-block-tab .tab-content03,
  .slide-block-tab .tab-content04,
  .slide-block-tab .tab-content05,
  .slide-block-tab .tab-content06 {
    padding-bottom: 0px;
  }
}
.slide-block-tab .tab-content .swiper-slide .mov,
.slide-block-tab .tab-content03 .swiper-slide .mov,
.slide-block-tab .tab-content04 .swiper-slide .mov,
.slide-block-tab .tab-content05 .swiper-slide .mov,
.slide-block-tab .tab-content06 .swiper-slide .mov {
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .slide-block-tab .tab-content .swiper-slide .mov,
  .slide-block-tab .tab-content03 .swiper-slide .mov,
  .slide-block-tab .tab-content04 .swiper-slide .mov,
  .slide-block-tab .tab-content05 .swiper-slide .mov,
  .slide-block-tab .tab-content06 .swiper-slide .mov {
    width: 84%;
  }
}
.slide-block-tab .tab-content .swiper-slide img,
.slide-block-tab .tab-content03 .swiper-slide img,
.slide-block-tab .tab-content04 .swiper-slide img,
.slide-block-tab .tab-content05 .swiper-slide img,
.slide-block-tab .tab-content06 .swiper-slide img {
  height: auto;
  width: 100%;
}
.slide-block-tab .tab-content03 .slide-card {
  background: #fff;
}
.slide-block-tab .tab-menu {
  padding: 0 2em;
  margin-bottom: 1em;
} 
@media screen and (max-width: 767px) {
  .slide-block-tab .tab-menu {
    padding: 0;
  }
}
.slide-block-tab .tab-menu .swiper-slide:not(.swiper-slide-thumb-active) {
  border-bottom: solid 1px hsla(0, 0%, 50%, 0.3);
}
.slide-block-tab .tab-menu .swiper-slide:first-child.swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(0) scaleX(0.5);
}
.slide-block-tab .tab-menu .swiper-slide:nth-child(2).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(calc(50% + 1px)) scaleX(0.5);
}
.slide-block-tab .tab-menu02,
.slide-block-tab .tab-menu02b {
  padding: 0 2em;
  margin-top: 20px;
} 

@media screen and (max-width: 767px) {
  .slide-block-tab .tab-menu05 {
    padding: 0;
  }}

.slide-block-tab .tab-menu05 .swiper-slide:not(.swiper-slide-thumb-active) {
  border-bottom: solid 1px hsla(0, 0%, 50%, 0.3);
}
.slide-block-tab .tab-menu05 .swiper-slide:first-child.swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(0) scaleX(30%);
}
.slide-block-tab .tab-menu05 .swiper-slide:nth-child(2).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(20%) scaleX(30%);
}
.slide-block-tab .tab-menu05 .swiper-slide:nth-child(3).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(calc(40% + 1px)) scaleX(30%);
}
.slide-block-tab .tab-menu05 .swiper-slide:nth-child(4).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(calc(60% + 1px)) scaleX(30%);
}
.slide-block-tab .tab-menu05 .swiper-slide:nth-child(5).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(calc(80% + 1px)) scaleX(20%);
}
.slide-block-tab .tab-menu06 {
  padding: 0 2em;
} */
.swiper-slide{
    position: relative;
}

.Tabs__presentation-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  transition: transform 0.25s;
  border-bottom: solid 2px #000;
  
}

@media screen and (max-width: 767px) {
  .slide-block .swiper-pagination {
    bottom: 10px;
  }
}
.slide-block .swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.5;
}
.slide-block .swiper-pagination-bullet-active {
  opacity: 1;
}
.slide-block .swiper-button-prev,
.slide-block .swiper-button-next {
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .slide-block .swiper-button-prev,
  .slide-block .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .slide-block .swiper-button-prev {
    left: 10px;
    top: 60%;
  }
}
@media screen and (max-width: 767px) {
  .slide-block .swiper-button-next {
    right: 10px;
    top: 60%;
  }
}
.slide-block .swiper-button-prev::after,
.slide-block .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.slide-block .swiper-button-prev::after {
  background-image: url(https://gigaplus.makeshop.jp/juntechno/img/products/e-go/arrow-left.png);
}
.slide-block .swiper-button-next::after {
  background-image: url(https://gigaplus.makeshop.jp/juntechno/img/products/e-go/arrow-right.png);
} */
.slide-block .swiper-slide img {
  height: auto;
  width: 100%;
}
.slide-block.gallery02 .swiper-gallery {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .slide-block.gallery02 .swiper-gallery {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.slide-block.gallery02 .swiper-slide {
  height: 450px;
}
@media screen and (max-width: 767px) {
  .slide-block.gallery02 .swiper-slide {
    height: 250px;
    margin-right: 12px;
  }
}
.slide-block.gallery02 .swiper-slide .picture {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.slide-block.gallery02 .swiper-slide .picture .picture-img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.slide-block.gallery02 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
} 

.tab-content03 .mov video {
  object-fit: cover;
}
.tab-content03 .info-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ttl-msg {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl-msg {
    text-align: left;
  }
}
.ttl-msg-label {
  font-size: 22px;
  line-height: 1.2;
  background: linear-gradient(270deg, #8ea7ff, #5b72f9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ttl-msg-label {
    font-size: 16px;
    padding: 0;
    white-space: normal;
  }
}
.ttl-msg-title {
  font-size: 36px;
  font-weight: 500;
  color: #000;
  white-space: pre-line;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .ttl-msg-title {
    white-space: normal;
    font-size: 22px;
  }
}
.ttl-msg-desc {
  font-size: 18px;
  color: #707070;
  white-space: pre-line;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .ttl-msg-desc {
    font-size: 14px;
  }
}

.cont03 {
  padding: 0;
  margin-bottom: 100px;
}
.cont03 .video-info {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cont03 .video-info {
    text-align: left;
    padding: 0 10px;
  }
}
.cont03 .video-info-title {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cont03 .video-info-title {
    font-size: 18px;
  }
}
.cont03 .video-info-desc {
  font-size: 18px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.3;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .cont03 .video-info-desc {
    font-size: 14px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .cont03 .img {
    height: 220px;
  }
}
.cont03 .img img {
  height: 100% !important;
  object-fit: cover;
}

.cont05 {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .cont05 {
    margin-bottom: 0px;
  }
}
@media print, screen and (min-width: 768px) {
  .cont05 .ttl-h3 {
    padding: 0 80px;
  }
}
.cont05 .slide-card {
  display: flex;
}
@media screen and (max-width: 767px) {
  .cont05 .slide-card {
    flex-direction: column;
  }
}
.cont05 .slide-card .img {
  width: calc(100% - 230px);
  position: relative;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .cont05 .slide-card .img {
    width: 100%;
    height: 220px;
  }
}
.cont05 .slide-card .img img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.cont05 .slide-card .app-box {
  width: 230px;
  background-color: #161617;
}
@media screen and (max-width: 767px) {
  .cont05 .slide-card .app-box {
    width: 100%;
  }
}
.cont05 .slide-card .app-box .apps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .cont05 .slide-card .app-box .apps {
    flex-direction: row;
    height: auto;
    padding: 12px 0;
    gap: 12px;
  }
}
.cont05 .slide-card .app-box .apps .app {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cont05 .slide-card .app-box .apps .app {
    width: 33.3333333333%;
  }
}
.cont05 .slide-card .app-box .apps .app svg {
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 767px) {
  .cont05 .slide-card .app-box .apps .app svg {
    height: 28px;
    width: 28px;
  }
}
.cont05 .slide-card .app-box .apps .app .app-info {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  row-gap: 4px;
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .cont05 .slide-card .app-box .apps .app .app-info {
    padding: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .cont05 .slide-card .app-box .apps .app .app-info .app-text {
    white-space: pre-line;
    font-size: 12px;
    line-height: 1.4;
  }
}

.cont06 {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .cont06 {
    padding-bottom: 100px;
  }
}
.cont06 .ttl-msg {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont06 .ttl-msg {
    text-align: left;
  }
}
.cont06 .ttl-msg-label {
  font-size: 22px;
  line-height: 1.2;
  background: linear-gradient(270deg, #8ea7ff, #5b72f9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cont06 .ttl-msg-label {
    font-size: 16px;
    padding: 0;
    white-space: normal;
  }
}
.cont06 .ttl-msg-title {
  font-size: 36px;
  color: #fff;
  white-space: pre-line;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cont06 .ttl-msg-title {
    white-space: normal;
    font-size: 23px;
  }
}
.cont06 .slide-card {
  display: flex;
}
@media screen and (max-width: 767px) {
  .cont06 .slide-card {
    flex-direction: column-reverse;
  }
}
.cont06 .slide-card .img {
  width: calc(100% - 320px);
  position: relative;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .cont06 .slide-card .img {
    width: 100%;
    height: 220px;
  }
}
.cont06 .slide-card .img img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.cont06 .slide-card .box-msg {
  width: 240px;
  background-color: #161617;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .cont06 .slide-card .box-msg {
    width: calc(100% - 20px);
    padding: 10px;
  }
}
.cont06 .slide-card .box-msg .box-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cont06 .slide-card .box-msg .box-title {
    font-size: 18px;
  }
}
.cont06 .slide-card .box-msg .box-desc {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cont06 .slide-card .box-msg .box-desc {
    font-size: 14px;
    margin-top: 10px;
  }
}
.cont06 .slide-card .box-msg .title-icon {
  width: 132px;
  height: 28px;
}

.cont07 {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}
.cont07-inner {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background: #000;
}
@media screen and (max-width: 767px) {
  .cont07-inner {
    padding-top: 80px;
  }
}
.cont07-inner .info {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 3;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cont07-inner .info {
    top: 0;
    transform: none;
  }
}
.cont07-inner .msg {
  display: flex;
  flex-direction: column;
  width: 42%;
  margin-left: auto;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .cont07-inner .msg {
    padding: 0 20px;
    text-align: left;
    width: calc(100% - 40px);
    margin-right: auto;
  }
}
.cont07-inner .msg-label {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  background: linear-gradient(270deg, #8ea7ff, #5b72f9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  .cont07-inner .msg-label {
    font-size: 15px;
    padding: 0;
    white-space: normal;
  }
}
.cont07-inner .msg-title {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  white-space: pre-line;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cont07-inner .msg-title {
    white-space: normal;
    font-size: 23px;
    line-height: 1.3;
  }
}
.cont07-inner .msg-desc {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .cont07-inner .msg-desc {
    font-size: 14px;
    line-height: 1.3;
  }
}
.cont07-inner .img {
  height: 600px;
}
@media screen and (max-width: 767px) {
  .cont07-inner .img {
    height: 460px;
  }
}
.cont07-inner .img-inner {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
}
.cont07-inner .img-inner picture {
  margin: 0;
}
.cont07-inner .img-inner picture img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

.cont08 .ttl-msg {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont08 .ttl-msg {
    text-align: left;
  }
}
.cont08 .ttl-msg-label {
  font-size: 22px;
  line-height: 1.2;
  background: linear-gradient(270deg, #8ea7ff, #5b72f9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cont08 .ttl-msg-label {
    font-size: 16px;
    padding: 0;
    white-space: normal;
  }
}
.cont08 .ttl-msg-title {
  font-size: 36px;
  font-weight: 500;
  color: #000;
  white-space: pre-line;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cont08 .ttl-msg-title {
    white-space: normal;
    font-size: 23px;
  }
}
.cont08 .flex {
  gap: 10px 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cont08 .flex {
    flex-direction: column;
  }
}
.cont08 .flex + .flex {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .cont08 .flex:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.cont08 .flex .fig {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .cont08 .flex .fig {
    width: calc(100% - 2em);
    padding: 0 1em;
  }
}
.cont08 .flex .txt {
  width: calc(60% - 4em);
  padding: 2em 2em 1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .cont08 .flex .txt {
    width: calc(100% - 2em);
    padding: 1em 1em 0.5em;
  }
}
.cont08 .flex .txt h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.6em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cont08 .flex .txt h3 {
    font-size: 18px;
    margin-bottom: 0.4em;
  }
}
.cont08 .flex .txt p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .cont08 .flex .txt p {
    font-size: 14px;
    line-height: 1.4;
    color: #707070;
  }
}

.cont09 {
  padding-top: 160px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .cont09 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.cont09 .slide-card {
  display: flex;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .cont09 .slide-card {
    flex-direction: column-reverse;
  }
}
.cont09 .slide-card .img {
  width: calc(100% - 320px);
  position: relative;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .cont09 .slide-card .img {
    width: calc(100% - 20px);
    height: 220px;
    padding: 10px;
  }
}
.cont09 .slide-card .img img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.cont09 .slide-card .box-msg {
  width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .cont09 .slide-card .box-msg {
    width: calc(100% - 20px);
    padding: 10px;
  }
}
.cont09 .slide-card .box-msg .box-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
@media screen and (max-width: 767px) {
  .cont09 .slide-card .box-msg .box-title {
    font-size: 18px;
  }
}
.cont09 .slide-card .box-msg .box-desc {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cont09 .slide-card .box-msg .box-desc {
    font-size: 14px;
    margin-top: 10px;
  }
}
.cont09 .slide-card .box-msg .title-icon {
  width: 132px;
  height: 28px;
}

.cont10 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .cont10 {
    padding-top: 50px;
  }
}
.cont10-inner {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .cont10-inner {
    margin-top: 0;
  }
}
.cont10-inner .flex {
  gap: 40px 20px;
}
@media screen and (max-width: 767px) {
  .cont10-inner .flex {
    flex-direction: column;
  }
}
.cont10-inner .cont-item {
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cont10-inner .cont-item p {
  color: #000;
  font-size: 16px;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .cont10-inner .cont-item p {
    font-size: 14px;
    padding: 20px 20px;
  }
}

.cont11 .slide-card {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cont11 .slide-card {
    flex-direction: column-reverse;
  }
}
.cont11 .slide-card .img {
  width: 330px;
  position: relative;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .cont11 .slide-card .img {
    width: calc(100% - 20px);
    height: 220px;
    padding: 10px;
  }
}
.cont11 .slide-card .img img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.cont11 .slide-card .box-msg {
  width: calc(100% - 360px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .cont11 .slide-card .box-msg {
    width: 100%;
  }
}
.cont11 .slide-card .box-msg .box-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cont11 .slide-card .box-msg .box-desc {
    font-size: 14px;
  }
}
.cont11 .slide-card .box-msg .icons-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
}
.cont11 .slide-card .box-msg .icons-list .icons-item-icon {
  font-size: 34px;
  line-height: 1;
  color: #757575;
}
.cont11 .slide-card .box-msg .icons-list .icons-item-title {
  margin-top: 4px;
  line-height: 1.6;
  font-size: 16px;
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  .cont11 .slide-card .box-msg .icons-list .icons-item-title {
    font-size: 12px;
  }
}

.cont12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .cont12 {
    padding-top: 50px;
  }
}
.cont12 .img {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cont12 .img {
    margin-top: 20px;
  }
}
.cont12 .img-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .cont12 .img-inner {
    width: 100%;
    height: 220px;
  }
}
.cont12 .img figure {
  height: 100% !important;
}
.cont12 .img img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.cont13 {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .cont13 {
    padding-top: 0px;
  }
}
.cont13 .what-in-box {
  position: relative;
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .cont13 .what-in-box {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 63.47vw 50vw 50vw;
    grid-template-areas: "a a" "b c" "d e";
  }
}
.cont13 .what-in-box .what-in-box-item {
  padding: 20px 20px 0;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .cont13 .what-in-box .what-in-box-item {
    padding: 14px 16px 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.cont13 .what-in-box .what-in-box-item-title {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
@media screen and (max-width: 767px) {
  .cont13 .what-in-box .what-in-box-item-title {
    font-size: 13px;
  }
}
.cont13 .what-in-box .what-in-box-item-img {
  flex: 1 1;
  height: 150px;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
.cont13 .what-in-box .what-in-box-item-img .img {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.cont13 .what-in-box .what-in-box-item-img .img img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.cont13 .what-in-box .what-in-box-item-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .cont13 .what-in-box .what-in-box-item-1 {
    grid-area: a;
  }
}
@media screen and (max-width: 767px) {
  .cont13 .what-in-box .what-in-box-item-2 {
    grid-area: b;
  }
}
@media screen and (max-width: 767px) {
  .cont13 .what-in-box .what-in-box-item-3 {
    grid-area: c;
  }
}
@media screen and (max-width: 767px) {
  .cont13 .what-in-box .what-in-box-item-4 {
    grid-area: d;
  }
}
@media screen and (max-width: 767px) {
  .cont13 .what-in-box .what-in-box-item-5 {
    grid-area: e;
  }
}
/* -----------------------------------------------------------------
  products common
----------------------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }

    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

.align-c {
    text-align: center;
}

.item-contents img {
    max-width: 100%;
}

.image-04 {
    width: 100%;
}

.image-05 {
    width: 100%;
}

.image-06 {
    width: 100%;
}

.image-07 {
    width: 100%;
}

.image-08 {
    width: 100%;
}

.image-011 {
    width: 100%;
}
.image-012 {
    width: 100%;
}

.image-safe{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    
}
.image-safe-cont{
    width: 30%;
    /* background-color: #F8F8F8;  */
}
.image-safe-cont img{
    height: auto;
    object-fit: cover;
    max-width: 100%;
}

.image-08a{
    height: 300px;
    text-align: center;
    /* overflow: hidden; */
}

.image-08b{
    height: 300px;
    text-align: center;
    /* overflow: hidden; */
}
.image-08c{
    height: 300px;
    text-align: center;
    /* overflow: hidden; */
}





video {
    box-sizing: border-box;
    object-fit: cover !important;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.flex-reverse {
    flex-direction: row-reverse;
}

sup {
    vertical-align: super;
    font-size: 0.8em;
}

.title {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.container {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.column {
    width: 45%;
    margin-left: 30px;
    margin-right: 30px;
}

.section {
    margin-bottom: 15px;
}

.section-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}

.section p {
    border-bottom: 1px solid #d9d3d3; /* 下線を追加 */
    padding-bottom: 30px; /* テキストと線の間の余白 */
    margin-bottom: 50px; /* 次の要素との間隔 */
}