@charset "UTF-8";
/* ========== 導入文 ========== */
#proIntro {
  padding: 120px 0;
  background-image: url("../img/products/bg_intro.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  border-bottom: 1px solid #E9F6FB; }
  @media screen and (max-width: 800px) {
    #proIntro {
      padding: 60px 0; } }
  #proIntro .layer {
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  #proIntro h4 {
    color: #e5e5e5;
    top: -40px;
    left: 1%;
    font-size: clamp(3rem, 5vw, 6rem);
    position: absolute; }
    @media screen and (max-width: 800px) {
      #proIntro h4 {
        top: -20px; } }
  #proIntro .modBloc {
    z-index: 2;
    padding-left: 100px; }
    @media screen and (max-width: 1050px) {
      #proIntro .modBloc {
        padding-left: 0; } }
    #proIntro .modBloc h2 {
      letter-spacing: 0.05em;
      text-align: center;
      font-size: clamp(24px, 2.2vw, 34px);
      text-shadow: 0 1px 10px rgba(255, 255, 255, 0.65);
      font-family: "Noto Serif JP", serif;
      line-height: 180%; }
      #proIntro .modBloc h2 br {
        display: none; }
        @media screen and (max-width: 800px) {
          #proIntro .modBloc h2 br {
            display: inline-block; } }

/*
#proIntro {
	padding: 0;
    background-image: url("/img/products/bg_intro.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
	
    @media screen and (max-width: 800px) {
    }
	
	.contents {
		padding: 60px 0;
		background: rgba(255,255,255,0.7);
		
		@media screen and (max-width: 1050px) {
			padding: 120px 0;
		}
		
		@media screen and (max-width: 800px) {
			padding: 60px 0;
		}
		
	}
	
    h2 {
        letter-spacing: 0.05em;
        font-size: clamp(1.6rem, 3vw, 2.6rem);
        text-shadow: 0 1px 10px rgba(255,255,255,0.65);
        font-family: "Noto Serif JP", serif;
        line-height: 160%;
		text-align: center;

        @media screen and (max-width: 800px) {
        }

	}

}
*/
#productsDet {
  padding: 0; }

.proHead {
  background: #164088; }
  .proHead .inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 800px) {
      .proHead .inner {
        padding-top: 40px;
        display: block; } }
    .proHead .inner h2 {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 800px) {
        .proHead .inner h2 {
          width: 100%;
          margin-bottom: 40px;
          display: block;
          text-align: center; } }
      .proHead .inner h2 span {
        color: #fff;
        font-size: clamp(2.2rem, 2.2vw, 2.6rem);
        position: relative; }
        .proHead .inner h2 span::after {
          content: "";
          display: block;
          width: 80px;
          height: 2px;
          background: #fff;
          position: absolute;
          top: 50%;
          margin-top: -1px; }
    .proHead .inner .headTxt {
      width: 50%;
      margin-top: 20px;
      padding: 40px;
      background: #fff;
      border-radius: 12px 12px 0 0; }
      @media screen and (max-width: 800px) {
        .proHead .inner .headTxt {
          width: 90%;
          display: block;
          text-align: center;
          margin: 0 auto; } }
      .proHead .inner .headTxt p {
        font-size: clamp(0.85rem, 2.2vw, 1rem); }

.proDetBloc:nth-child(odd) .proHead h2 span::after {
  left: -110px; }

.proDetBloc:nth-child(even) .proHead h2 span::after {
  right: -110px; }
  @media screen and (max-width: 800px) {
    .proDetBloc:nth-child(even) .proHead h2 span::after {
      left: -110px; } }

.proDetBloc {
  margin-bottom: 10px; }
  .proDetBloc:nth-last-of-type(1) {
    margin-bottom: 0; }
  .proDetBloc .imgDecoPro {
    width: 50%;
    position: relative; }
    @media screen and (max-width: 640px) {
      .proDetBloc .imgDecoPro {
        width: 100%;
        margin: 0 auto 20px; } }
    .proDetBloc .imgDecoPro p {
      background: #164088;
      color: #fff;
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 2px 15px;
      font-size: clamp(0.75rem, 2.2vw, 1rem);
      box-sizing: border-box;
      line-height: 180%; }
  .proDetBloc .imgDecoProWrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    gap: 16px; }
    @media screen and (max-width: 640px) {
      .proDetBloc .imgDecoProWrap {
        width: 100%;
        display: block;
        gap: 0;
        margin: 0 auto 20px; } }
    .proDetBloc .imgDecoProWrap .imgDecoPro {
      width: calc(100% - 10px);
      margin-left: 10px; }
      @media screen and (max-width: 640px) {
        .proDetBloc .imgDecoProWrap .imgDecoPro {
          width: 100%;
          margin: 0 auto 20px; } }

.imgwdt100 {
  width: 100%;
  height: auto;
  object-fit: cover; }

.proDetBloc:nth-child(even) .proHead .inner {
  flex-direction: row-reverse; }
.proDetBloc:nth-child(even) .modBloc .flexWrap {
  flex-direction: row-reverse; }
.proDetBloc:nth-child(even) .imgDecoWrap .imgDeco {
  margin-left: 0; }

@media screen and (max-width: 640px) {
  .proDetBloc .modBloc .flexWrap {
    display: block; } }

#prod02 .imgDecoProWrap .imgDecoPro {
  margin-left: 0; }
