﻿/* ==============
    共通
==============*/
body{-webkit-text-size-adjust: 100%;}

.lens-guide-lp{
  font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", "メイリオ", sans-serif;
  font-weight: 500;
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.lens-high-perf{background: #F7F5E5;}

/* タイトル */
.lens-guide-lp h1{
  color: #095540;
  font-weight: 600;
}

.lens-guide-lp h2{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background: url(../img/ttl_bg.png) no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5%;
  height: 50px;
}

.lens-guide-lp h3{
  color: #13793D;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

/* ボタン */
.c-btn{margin-top: 20px;}
.c-btn a{
  cursor: pointer;
  position: relative;
  width: 85%;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #ccc;
  border-radius: 30px;
  background: #fff;
}

.c-btn a:after{
  position: absolute;
  content: "";
  right: 21px;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;  
}

/* MV */
.c-main-visual-sub-ttl{
  color: #000;
  font-weight: 600;
}

/* box */
.c-box{
  padding: 54px 0 65px 0;
  margin: 0 5%;
}
.c-box-s{
  padding: 25px 0 58px 0;
  margin: 0 5%;
}

.l-content-w > div.c-box:nth-of-type(n + 2) {border-top: dashed 1px #999;}
.l-content-w > div.c-box.c-box-border-none{
  border-top:none;
  padding: 0 0 60px 0;
}

.c-box-image{
  text-align: center;
  padding: 0 8%;
}

.c-box-lead{
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-top: 8px;
}

.c-text-cen{text-align: center;}

/* バナー */
.c-bnr{
  margin-top: 30px;
  text-align: center;
}

.c-bnr img{border-radius: 10px;}

/* ------ リスト(アスタ) ------*/
ul.c-simple-list{
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
}

ul.ast li{
  width: 100%;
  position: relative;
  margin-left: 20px;
  line-height: 1.6;
}

ul.ast li:after {
    position: absolute;
    left: -20px;
    top: 0;
    content: "※";
    font-size: 14px;
    font-weight: 500;
}

/* ------ テーブル ------*/
table.c-tbl{margin-top: 16px;}

table.c-tbl,
table.c-tbl td,
table.c-tbl th{
  border-collapse: collapse;
  border: 1px solid #ccc;
}

table.c-tbl tr th:first-child{min-width: 88px;}
table.c-tbl th{padding: 14px 6px 12px;}
table.c-tbl td{padding: 14px 6px 12px;}

table.c-tbl th,
table.c-tbl td{
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
}

table.c-tbl th{
  background: #F7F7F7;
  font-weight: 500;
}

table.c-tbl thead th{
  background: #ddd;
  font-weight: 600;
}
table.c-tbl td{font-weight: 500;}
table.c-tbl td img{vertical-align: baseline;}

/* ------ レンズ アイコン ------*/
.c-media-list{
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  justify-content: center;
  margin-top: 30px;
}

.c-media-list li{
  width: calc(100% / 2);
  position: relative;
  padding: 0 8px;
  border-radius: 10px;
}

.c-media-list__img figure{
  margin: 0 auto;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.c-media-list li:nth-child(1) img{width: 65px;}
.c-media-list li:nth-child(2) img{width: 73px;}
.c-media-list li:nth-child(3) img{width: 80px;}
.c-media-list li:nth-child(4) img{width: 80px;}

.c-media-list__ttl{
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
  }

  .c-media-list__txt{
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    text-align: left;
    line-height: 1.6;    
  }

/* ------ 単身レンズ ------*/
.c-bg-media-list{
  display: flex;
  flex-wrap: wrap;
  gap: 78px 10px;
  margin-top: 100px;
}

.c-bg-media-list li{
  width: calc((100% - (5px * 2)) / 2);
  height: 140px;
  position: relative;
  background: #F7F7F7;
  border-radius: 10px;
}

.c-bg-media-list__img{
    position: absolute;
    top: -60px;
    left: 50%;
    width: 120px;
    height: 120px;
    background: url(../img/lens_frame.svg) no-repeat;
    background-size: 120px auto;
    transform: translate(-50%, 0);
}

  .c-bg-media-list__img h4{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;    
  }

  .c-bg-media-list__desc{
    padding: 70px 0 0;
    text-align: center;
    font-size: 16px; 
  }

/* ------ ストレスフリーレンズ ------*/  
.c-detail-media-inner{padding: 34px 0 0;}
  .c-detail-media-list{
    display: flex;
    justify-content: space-between;
  }

  .c-detail-media-list li{
    margin-top: 10px;
    background: #F7F7F7;
    padding: 30px 0;
    border-radius: 10px;    
  }
  .c-detail-media-list__point{
    font-size: 17px;
    font-weight: 600;
    color: #095540; 
    text-align: center;
    line-height: 1;
  }

  .c-detail-media-list__main{text-align: center;}
  .c-detail-media-list__name{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .c-detail-media-list__name span{
    font-size: 44px;
    font-weight: 600;
    color: #095540;    
  }

  .c-detail-media-list__txt{
    font-size: 16px;
    font-weight: 500;
    flex: 1;
  }

  .c-detail-media-list__img{
    padding: 0 0 0 15px;
  }

  .c-detail-media-list__name span.color{color: #3EA380;}

  .c-detail-media-list__icon{
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 15px;
    padding: 0 1.5%;
  }

  .c-detail-media-list__icon span{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff;
    font-size: 13px;
    font-size: clamp(12px, 3.87vw, 13px);
    font-weight: 500;
    padding: 4px 5px;
  }

  .c-detail-media-list__img{
    margin-top: 16px;
    padding: 0 15px;
  }

/* ------ 高性能レンズ ------*/  
.c-card-list{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 10px;
}

.c-card-list li{
  width: calc((100% - (5px * 2)) / 2);
  position: relative;
  border-radius: 10px;
}

.c-card-item__name{
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}

.c-card-item__option{
  margin-top: 2px;
  font-size: 18px;
  font-weight: 700;
  color: #13793D;
}

.c-card-item__option span{
  display: inline-block;
  margin-left: 4px;
}

.c-card-item__txt{
  margin-top: 10px;  
  font-size: 14px;
  font-weight: 500;
}

/* ------ レンズメーカー ------*/  
.lens-high-perf{position: relative;}
.c-maker-list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.c-maker-list li{
  width: calc((100% - (5px * 2)) / 2);
  position: relative;
  border-radius: 10px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
}

.c-maker-list li img{max-height: 88px;}

/* ------ アフターサービス ------*/
.c-txt-media-list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 20px;
}

.c-txt-media-list__item{
  width: 100%;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 25px 12px;
}

.c-txt-media-list__main h4{
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.c-txt-media-list__main p{
  color: #13793D;
  font-size: 100px;
  font-weight: 600;
  text-align: center; 
  line-height: 1; 
}

.c-txt-media-list__main p span{font-size: 70px;}
.c-txt-media-list__desc p{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;  
}

.lens-service .c-bnr{margin-top: 60px;}

/* ------ 安心アフターサービス ------*/
.c-combo-list .c-combo-list__line{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-combo-list__line + .c-combo-list__line{
  text-align: center;
  width: 100%;
  margin-top: 20px;
  border: solid 5px #F7F7F7;
  border-radius: 10px;
  padding: 8px 0;
  display: flex;
  justify-content: center;
}

.c-combo-list__item{
  width: calc(100% / 2 - 25px);
  background: #F7F7F7;
  border-radius: 10px;
  text-align: center;
  padding: 18px 0;
}
.c-combo-list__item figure{margin-top: 10px;}
.c-combo-list__item p{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.1em;  
}

.c-combo-list__item img{width: 90px;}

.c-combo-list__plus{
  width: 30px;
  height: 30px;
  margin: 0 10px;
  background: url(../img/plus.svg) no-repeat;
  background-size: 30px auto;
}

.c-combo-list__equal{
  position: absolute;
  left: -30px;
  top: 50%;
  width: 24px;
  height: 14px;
  background: url(../img/equal.svg) no-repeat;
  background-size: 24px auto;
  transform: translate(0, -50%);
}

.c-combo-list__sum{padding-left: 40px;}
.c-combo-list__price{
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #13793D;
}

.c-combo-list__price > div{
  font-size: 46px;
  font-weight: 600;
}

.c-combo-list__price > p{
  position: relative;
  font-size: 25px;
  font-weight: 600;
  margin-left: 6px;  
}

.c-combo-list__price > p span{
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 10px;
  font-weight: 600; 
}


/* ------ お役立ち情報 ------*/  
.c-related-article{
  display: flex;
  flex-wrap: wrap;
  gap: 25px 0;
  margin-top: 20px;
}

.c-related-article li{width: 100%;}
.c-related-article li a{
  display: flex;
  align-items: center;
}

.c-related-article li figure{
  width: 35%;
}

.c-related-article li figure img{border-radius: 10px;}
.c-related-article li figcaption{
  flex: 1;
  padding: 0 0 0 10px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width:740px) {
  body .pc-only{display: none;}
  .l-container{padding-top: 60px;}
  
  .lens-high-perf:after{
    position: absolute;
    bottom: -60px;
    right: -55px;
    content: "";
    background: url(../img/lens_deco02.png) no-repeat;
    background-size: 250px auto;
    width: 250px;
    height: 135px;
    transform: rotate(8deg);
    z-index: 1;
  }

  .lens-high-perf{overflow-x: clip;}
  /* MV */
  .c-main-visual{
    position: relative;    
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    overflow-x: clip;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .c-main-visual-deco{
    position: absolute;
    right: -25%;
    top: 6%;
    background: url(../img/sp/mv.png) no-repeat;
    background-size: 372px auto;
    width: 372px;
    height: 300px;
  }

  .c-main-visual-box{padding: 220px 2% 20px 4%;}
  .c-main-visual-sub-ttl{
    font-size: 15px;
    padding-left: 6px; 
  }

  .lens-guide-lp h1{
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
  } 

  .c-main-visual-lead{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 2px;
  }

  .p-page-link{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 22px;
  }

  .p-page-link a{
    position: relative;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: solid 1px #D1DBDE;
    min-width: 80%;
    height: 44px;
    background: #fff;
  }

  .p-page-link a:after{
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    transform: translate(0, -50%) rotate(45deg);
    border-right: solid 1px #666;
    border-bottom: solid 1px #666;  
  }

  /* scroll gauge */
  .p-scroll-gauge-inner{
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 2;
    margin-left: -20px;
    width: 40px;
    height: 116px;
  }

  .p-scroll-gauge-bg{
    content: '';
    width: 3px;
    height: 116px;
    margin-left: -1px;
    background: #BED8CF;
    position: absolute;
    left: 50%;
    bottom: 0;    
  }

  .p-scroll-gauge-inner .p-scroll-gauge {
    content: '';
    width: 3px;
    height: 116px;
    margin-left: -1px;
    background: #13793D;
    position: absolute;
    left: 50%;
    bottom: 0;
    animation-name: goNext;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: 1;
  }

  .p-scroll-gauge-inner p {
    color: #13793D;
    font-size: 11px;
    font-weight: 600;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 0 0 40px 25px;
  }

  @-webkit-keyframes goNext {
    0% {height:116px}
    50% {height:56px}
    100% {height:0}
  }

  @keyframes goNext {
    0% {height:116px}
    50% {height:56px}
    100% {height:0}
  }

  .c-box-img{padding: 30px 0 60px 0;}
  .c-txt-media-list__text{
    text-align: center;
    font-size: 16px;
  }
  .c-related-article li figure{
    width: 120px;
    height: 100px;
  }

  .c-related-article li figure img{
    width: 120px;
    height: 100px;
    object-fit: cover;
  }
  .c-detail-media-inner{padding: 16px 0 0;}
  .c-card-list{gap: 40px 10px;}
  .c-card-item__txt{margin-top: 4px;}
  .c-card-item__img img{border-radius: 10px;}
  .lens-service .l-content-w > div:nth-child(1){padding: 27px 0 65px 0;}
}

@media screen and (min-width:741px) {
  body .sp-only{display: none;}

  /* レイアウト */
  .l-container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 10px 0;
  }

  .l-content-w{
    max-width: 1260px;
    margin: 0 auto;
  }
  .c-box{margin: 0;}
  .c-box-s{margin: 0;}
  .c-box{padding: 70px 0 73px 0;}
  .c-box-rt-txt{
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    color: #095540;
    padding-right: 60px;
  }

  /* タイトル */
  .lens-guide-lp h1{
    font-size: 44px;
  }

  .lens-guide-lp h2{
    font-size: 34px;
    font-weight: 600;
    border-radius: 10px;
    height: 70px;
    margin: 0;
  }

  .lens-guide-lp h3{font-size: 30px;}

  /* バナー */
  .c-bnr{margin-top: 60px;}
  .c-bnr figure{
    width: 800px;
    margin: 0 auto;
  }
  /* ボタン */
  .c-btn{margin-top: 30px;}
  .c-btn a{width: 500px;}
  .c-btn a:hover{
    border: solid 1px #13793D;
    transition: 0.2s;
    color: #13793D;
  }

  .c-btn a:hover:after{
    border-right: solid 1px #13793D;
    border-bottom: solid 1px #13793D;
  }

  ul.c-simple-list{
    width: 792px;
    margin: 0 auto;
    margin-top: 35px;
    gap: 8px 0;
  }

  /* MV */
  .l-free-main{overflow-x: hidden;}
  .c-main-visual{
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    /* overflow: hidden; */
  }

  .c-main-visual-deco{
    position: absolute;
    background: url(../img/mv.png) no-repeat;
    background-size: contain;
    top: 4.17vw;
    right: -15.97vw;
    width: 63.54vw;   /* 915px */
    aspect-ratio: 915 / 791;
    height: auto;
    max-width: 915px;
    max-height: 791px;
    pointer-events: none;
  }

  .c-main-visual-box{
    padding: 165px 10px 150px 10px;    
    max-width: 1260px;
    margin: 0 auto;
  }
  
  .c-main-visual-sub-ttl{
    font-size: 15px;
    padding-left: 10px;  
  }

  .c-main-visual-lead{
    font-size: 18px;
    font-weight: 500;
  }

  .p-page-link{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 24px;
  }

  .p-page-link a{
    position: relative;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: solid 1px #D1DBDE;
    min-width: 220px;
    height: 40px;
    background: #fff;
  }

  .p-page-link a:after{
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -2px;
    transform: translate(0, -50%) rotate(45deg);
    border-right: solid 1px #666;
    border-bottom: solid 1px #666;
  }

  .p-page-link a:hover{
    border: solid 1px #13793D;
    transition: 0.2s;
    color: #13793D;
  }

  .p-page-link a:hover:after{
    border-right: solid 1px #13793D;
    border-bottom: solid 1px #13793D;
  }

  .c-box-lead{
    text-align: center;
    margin-top: 12px;
  }

  /* list */
  .c-card-list,
  .c-media-list,
  .c-bg-media-list{margin-top: 60px;}  

  .c-media-list{
    gap: 40px;
    padding: 0 20px;
    justify-content: center;
  }

  .c-media-list li{width: calc((100% - (40px * 3)) / 4);}
  .c-media-list__img figure{
    margin: 0 auto;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .c-media-list__ttl{
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
  }

  .c-media-list__txt{
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
    text-align: center;
    line-height: 1.6;    
  }

  .c-lp-section{position: relative;}
  .c-lp-section.lens-standard:after{
    position: absolute;
    bottom: -133px;
    left: -76px;
    content: "";
    background: url(../img/lens_deco01.png) no-repeat;
    background-size: 348px auto;
    width: 348px;
    height: 365px;
    z-index: 1;  
  }

  .c-box-image{
    width: 900px;
    margin: 0 auto;
    padding: 0;
  }

  /* 単身レンズ */
  .c-bg-media-list{
    gap: 20px;
    margin-top: 125px;
  }

  .c-bg-media-list li{
    width: calc((100% - (20px * 3)) / 4);
    height: 170px;
    position: relative;
    background: #F7F7F7;
    border-radius: 10px;
  }

  .c-bg-media-list__img{
    position: absolute;
    top: -100px;
    left: 50%;
    width: 200px;
    height: 200px;
    background: url(../img/lens_frame.svg) no-repeat;
    transform: translate(-50%, 0);
  }

  .c-bg-media-list__img h4{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;    
  }

  .c-bg-media-list__desc{
    padding: 120px 0 0;
    text-align: center;
    font-size: 16px; 
  }

  /* ストレスフリーレンズ */
  .c-detail-media-inner{
    background: #F7F7F7;
    border-radius: 10px;
    padding: 40px 60px 35px;
    margin-top: 30px;        
  }
  
  .c-detail-media-list{
    display: flex;
    justify-content: space-between;
  }

  .c-detail-media-list li{
    margin-top: 50px;
    padding: 0;
  }

  .c-detail-media-list__item{margin-top: 80px;}
  .c-detail-media-list__point{
    font-size: 17px;
    font-size: clamp(10px, 1.4vw, 17px);
    font-weight: 600;
    color: #095540; 
    padding-left: 4%; 
    line-height: 1;
    text-align: left;  
  }

  .c-detail-media-list__main{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
  }

  .c-detail-media-list__name{margin-right: 15px;}
  .c-detail-media-list__name span{
    font-size: 41px;
    font-size: clamp(16px, 2.2vw, 41px);
    font-weight: 600;
    color: #095540;    
  }

  .c-detail-media-list__txt{
    font-size: 16px;
    font-size: clamp(10px, 1vw, 16px);
    font-weight: 500;
  }

  .c-detail-media-list__name span.color{color: #3EA380;}

  .c-detail-media-list__icon{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 5px;
    padding: 0;
    justify-content: left;
  }

  .c-detail-media-list__icon span{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff;
    font-weight: 500;
    padding: 4px 6px;
  }

  .c-detail-media-list-lt{min-width: 370px;}

  /* 高機能レンズ */
  .c-card-list{
    gap: 80px 20px;
    padding-bottom: 50px;
  }

  .c-card-list li{width: calc((100% - (20px * 3)) / 4);}
  .c-card-item__name{font-size: 20px;}
  .c-card-item__option span{font-size: 22px;}
  .c-card-item__txt{
    margin-top: 6px;
    font-size: 16px;
  }
  .c-card-item__img figure{position: relative;}  
  .c-card-item__img img{border-radius: 10px;}
  .c-card-list a figure:after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: solid 2px transparent;
    transition: border-color 0.2s;
  }

  .c-card-list a:hover figure:after{border-color: #13793D;}

  .lens-high-perf::after {
    position: absolute;
    bottom: -90px;
    right: -165px;
    content: "";
    background: url(../img/lens_deco02.png) no-repeat;
    background-size: auto;
    background-size: 630px auto;
    width: 630px;
    height: 341px;
    z-index: 1;
  }

  /* メーカー */
  .c-maker-list{
    gap: 0 20px;
    margin-top: 30px;
  }
  .c-maker-list li{
    width: calc((100% - (20px * 3)) / 4);
    height: 160px;
  }

  .c-maker-list li img{max-height: 155px;}

  /* 安心アフターサービス */
  .c-txt-media-list{gap: 0 30px;}
  .c-txt-media-list__item{width: calc((100% - (30px * 2)) / 3);}
  .c-txt-media-list__item{
    background: transparent;
    border-radius: 0;
    padding: 0;
  }

  .c-txt-media-list__main{
    background: #F7F7F7;
    border-radius: 10px;
    padding: 35px 12px;    
  }

  .c-txt-media-list__text{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 18px;
  }

  .c-txt-media-list__main p{margin-top: 8px;}
  .c-txt-media-list__item .c-simple-list{
    width: auto;
    margin-top: 13px;
    padding: 0 5%;
  }

  .c-txt-media-list__main h4{font-size: 36px;}

  /* 表 */
  table.c-tbl th,
  table.c-tbl td{font-size: 18px;}
  .c-tbl.c-tbl-part01{margin: 20px auto 0;}
  .c-tbl.c-tbl-part01 th{width: 240px;}


  /* ------ レンズ交換 ------*/
  .c-combo-list{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }

  .c-combo-list__line + .c-combo-list__line{
    width: auto;
    margin-top: 0;
    flex: 1;
  }

  .c-combo-list__item{
    width: 340px;
    height: 180px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 0;
  }

  .c-combo-list__item p{
    font-size: 24px;
    width: 100%;
    letter-spacing: normal;
  }

  .c-combo-list__item figure{width: 100%;}
  .c-combo-list__sum{padding-left:0;}
  .c-combo-list__equal.pc-only{
    position: static;
    width: 30px;
    height: 18px;
    margin: 0 20px;
    background: url(../img/equal.svg) no-repeat;
    background-size: 30px auto;
    transform: initial; 
  }
  .c-combo-list__plus{margin: 0 20px;}

  .c-combo-list__price > div{font-size: 70px;}
  .c-combo-list__price > p{font-size: 40px;}
  .c-combo-list__price > p span{
    font-size: 14px;
    top: -10px;
    left: -6px;
  }

  /* ------ お役立ち情報 ------*/
  .c-related-article{
    gap: 56px 30px;
    margin-top: 30px;
  }

  .c-related-article li{width: calc((100% - (30px * 3)) / 3);}
  .c-related-article li a{display: block;}
  .c-related-article li figure{
    width: 100%;
    position: relative;
  }
  .c-related-article li figure:after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: solid 2px transparent;
    transition: border-color 0.2s;
  }

  .c-related-article li a:hover figure:after{border-color: #13793D;}
  .c-related-article li figure img{
    border-radius: 10px;
    width: 100%;
  }

  .c-related-article li figcaption{
    padding: 0;
    margin-top: 15px;
    text-align: left;
  }
  .lens-high-perf ul.c-simple-list{width: 930px;}
}

@media screen and (min-width: 741px) and (max-width: 1000px) {
  .c-detail-media-list {
    display: flex;
    justify-content: space-between;
  }

  .c-detail-media-list li {
    margin-top: 10px;
    background: #F7F7F7;
    padding: 30px 0;
    border-radius: 10px;
  }

  body .c-detail-media-list__img{display: none;}
}

@media screen and (min-width: 1020px) and (max-width: 1200px) {
  .c-detail-media-inner{padding: 40px 30px 35px;}
  .c-detail-media-list li{margin-top: 10%;}
  .c-detail-media-list__point{padding: 0;}
}

@media screen and (min-width: 741px) and (max-width: 1019px) {
  .c-detail-media-list-rt{display: none;}
  .c-detail-media-list__img.sp-only{display: block;}
  .c-detail-media-list__point{font-size: 17px;}
  .c-detail-media-list__name span{font-size: 41px;}
  .c-detail-media-list__txt{font-size: 16px;}
}

/* ------------フェード----------- */
@media screen and (max-width:740px) {
    /* フェード用 */
    .js-fade-in {
        opacity: 0;
        transition: opacity 1s ease-out, transform 0.6s ease-out;
    }

    .js-fade-in.visible {
        opacity: 1;
    }
}    

@media screen and (min-width:741px) {
    .js-fade-in {
        opacity: 0;
        transform: translateY(60px);
        transition: opacity 1s ease-out, transform 0.6s ease-out;
    }

    .js-fade-in.visible {
        opacity: 1;
        transform: translateY(0);
    } 
}