body{
    background-color: #F4F4F4;
}
.body-wrapper{
    background-color: #Ffffff;
    font-size: 17px !important;
    font-family: Hiragino Sans, Arial, sans-serif !important;
    color: #000000 !important;
    line-height: 1.8 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
@media screen and (max-width: 640px){
  body{
    margin: 0;
  }
}

footer {
    text-align: center;
    padding: 3%;
    background-color: #cccccc;
    margin-top: 20px;
    color: #fff;
    font-size: 8pt;
}

.anno{
    text-align: right;
    font-size: 13px;
    color: rgb(187, 187, 187);
}

.red{
    color: rgb(255, 0, 0);
    font-weight: bold;
}

.mark{
    background: linear-gradient(transparent 50%, #FFFF00 0%);
}

.TaC{
    text-align: center;
}

h3 {
    text-align: center;
    position: relative;
    font-size: 1.8em;
    font-weight: bold;
    color: #ffffff;
    padding: 2%;
    margin: 5% 0 !important;
    box-shadow: #ccc 4px 5px 5px;
    background: linear-gradient(to right, #009cb6, #6dd3e6);
    line-height: 1.4;
}
h3 a{
    color: #fff;
}

h6 {
    padding: 10px 0;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
    border-bottom: 2px solid #009cb6;
}

@media screen and (min-width: 920px){
body {
    width: 620px;
    margin: 0 auto;
}
}

img {
    width: 100%;
    object-fit: contain;
}
figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/* 比較表 -----------------------------------------------------------------------*/
/* 全体の設定 */
.diffTable__area {
    /*外側の余白｜上下余白｜左右余白（auto=センタリング）｜*/
    margin: 0 auto;
  }
  /* 見出しの設定 */
  .diffTable__area .head {
    /* テキストの位置 */
    text-align: center;
    /* 文字の大きさ */
    font-size: 20px;
    /* 文字の太さ */
    font-weight: bold;
  }
  @media (max-width: 767px) {
     .diffTable__area .head {
      /* 文字の大きさ */
      font-size: 18px;
    }
  }
  /* テーブルを囲ってる箱 */
  .diffTable__box {
    /* 横幅 */
    width: 100%;
    /* 高さ */
    height: auto;
    /* 線｜太さ｜線種｜色｜ */
    border: 10px solid #bdebee;
    box-sizing: border-box;
    /* 外側の上余白 */
    margin-top: 20px;
  }
  /* テーブル */
  .diffTable__area table {
    /* 横幅 */
    width: 100%;
    /* 高さ */
    height: auto;
    border-collapse: collapse;
  }
  /* 商品が3個の場合 */
  .diffTable__area table tr th:first-child:nth-last-child(3),
   .diffTable__area table tr th:first-child:nth-last-child(3)~th,
   .diffTable__area table tr td:first-child:nth-last-child(3),
   .diffTable__area table tr td:first-child:nth-last-child(3)~td {
    /* 横幅 */
    width: 33.33333%;
    box-sizing: border-box;
  }
  /* ひとマス分の設定 */
  .diffTable__area table tr th,
   .diffTable__area table tr td {
    /* 右側の罫線｜太さ｜線種｜色｜ */
    border-right: 2px dotted #c4c4c4;
    /* 内側の余白｜上下余白｜左右余白｜ */
    padding: 10px 5px;
  }
  /* 画像が入るマスの部分 */
  .diffTable__area table tr th {
    /* 要素の揃え位置 */
    vertical-align: bottom;
  }
  /* それ以外のマス部分 */
  .diffTable__area table tr td {
    /* 要素の揃え位置 */
    vertical-align: top;
  }
  /* 各行の最後のマス */
  .diffTable__area table tr th:last-of-type,
   .diffTable__area table tr td:last-of-type {
    /* 罫線なし */
    border-right: none;
  }
  /* リンク部分 */
  .diffTable__area table tr th a {
    display: block;
    /* 横幅 */
    width: 100%;
    /* 高さ */
    height: auto;
    /* 文字色 */
    color: #1C7FC1;
    /* 文字飾り */
    text-decoration: underline;
  }
  /* リンク部分のホバー設定 */
  .diffTable__area table tr th a:hover,
   .diffTable__area table tr td a:hover {
    /* 文字飾り */
    text-decoration: none;
  }
  /* 商品画像 */
  .diffTable__area table tr th a .itemImg__box img {
    /* 横幅 */
    width: 100%;
    /* 高さ */
    height: auto;
  }
  /* 背景水色の見出し部分 */
  .diffTable__area table tr th.tableHead {
    /* 背景色 */
    background: #009cb6;
    /* 文字色 */
    color: #fff;
    /* 文字の太さ */
    font-weight: bold;
    /* 文字の大きさ */
    font-size: 16px;
    /* 内側の余白 */
    padding: 5px;
  }
  /* ランキングの文字 */
  .diffTable__area table tr th .rank {
    /* 文字の大きさ */
    font-size: 24px;
    /* 文字色 */
    color: #dba728;
    /* テキストの位置 */
    text-align: center;
    /* 外側の下余白 */
    margin-bottom: 5%;
    display: block;
  }
  /* 評価と評価文の部分 */
  .diffTable__area table tr td .evalu,
   .diffTable__area table tr td .text {
    /* テキストの位置 */
    text-align: center;
    display: block;
  }

  /* 評価の「◎」部分 */
  .diffTable__area table tr td .evalu {
    /* 行間 */
    line-height: 1;
  }
  /* 評価の「○」部分 */
  .diffTable__area table tr td .evalu.maru {
    /* 行間 */
    line-height: 0.9;
  }
  /* 評価文 */
  .diffTable__area table tr td .text {
    /* 文字の大きさ */
    font-size: 14px;
  }
   .bg-yellow {
    /* 背景色 */
    background: #ffffe6;
  }
   .color-red {
    /* 文字色 */
    color: #f8525d;
  }
   .color-blue {
    /* 文字色 */
    color: #7cd0dd;
  }
   .color-yellow {
    /* 文字色 */
    color: #FFD300;
  }
   .color-black {
    /* 文字色 */
    color: black;
  }
   .size-larger {
    /* 文字の大きさ */
    font-size: 56px;
  }
   .size-large {
    /* 文字の大きさ */
    font-size: 60px;
  }
   .size-small {
    /* 文字の大きさ */
    font-size: 10px;
    vertical-align: sub;
  }
   .weight-bold {
    /* 文字の太さ */
    font-weight: bold;
  }
   .weight-normal {
    /* 文字の太さ */
    font-weight: normal;
  }
   .align-top {
    vertical-align: text-top;
  }
  /* レスポンシブの設定（任意 / 画面サイズ600px以下） */
  @media screen and (max-width:600px) {
    /* テーブルを囲ってる箱 */
    .diffTable__box {
      /* 設定幅を超える場合はスクロールする */
      overflow-x: scroll;
    }

    /* 商品が3個の場合 */
    .diffTable__area table tr th:first-child:nth-last-child(3),
     .diffTable__area table tr th:first-child:nth-last-child(3)~th,
     .diffTable__area table tr td:first-child:nth-last-child(3),
     .diffTable__area table tr td:first-child:nth-last-child(3)~td {
      /* 最小幅 */
      min-width: 105px;
    }

    /* 評価の「◎」部分 */
    .diffTable__area table tr td .evalu {
      /* 行間 */
      line-height: 1.4;
    }

     .size-larger {
      /* 文字の大きさ */
      font-size: 40px;
    }

    /* 背景水色の見出し部分 */
    .diffTable__area table tr th.tableHead {
      position: relative;
      /* 高さ */
      height: 28px;
    }

    /* 背景水色の見出しテキスト */
    .diffTable__area table tr th.tableHead span {
      position: sticky;
      left: 0;
      right: 0;
      top: 0;
      display: block;
      /* 横幅 */
      width: calc(100vw - 70px);
    }
  }

  @media screen and (max-width: 699px) {
     table th {
      position: inherit;
      left: auto;
      right: auto;
      z-index: 5;
    }
  }

  /* 比較表ここまで----------------------------------------------------------------------- */

  .memo {
    margin: 0.5em auto;
    padding: 1em;
    width: 100%;
    border-radius: 15px;
    box-sizing: border-box;
    border: 4px dotted #64D1ED;
    line-height: 2.5;
}

  /* 半透明アコーディオンここから----------------------------------------------------------------------- */
 .try h2 {
    padding: 4% 2%;
    box-shadow: none;
    font-size: 27px;
    text-align: center;
    background: repeating-linear-gradient(-45deg, #009cb6, #009cb6 5px, #3db6bf 5px, #3db6bf 10px);
    border: none;
    border-radius: 13px 13px 0 0;
    color: #fff;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  @media (max-width: 767px) {
     .try h2 {
      font-size: 18px;
    }
  }
  
   .grad-wrap {
    position: relative;
  }
  
   .grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 07%;
    left: 0;
    width: 185px;
    margin: auto;
    padding: 0.5em 0;
    background: #ffffff;
    border: 3px solid #009cb6;
    border-radius: 5px;
    background: #fff;
    color: #009cb6;
    font-size: 1.3em;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
  }
  
   .grad-item {
    position: relative;
    overflow: hidden;
    height: 400px;
    /*隠した状態の高さ*/
    padding: 5%;
  }
  
   .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 162px;
    /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    content: """";
    border-radius: 0 0 13px 13px;
  }
  
   .grad-trigger {
    display: none;
    /*チェックボックスは常に非表示*/
  }
  
   .grad-trigger:checked+.grad-btn {
    display: none;
    /*チェックされていたら、grad-btnを非表示にする*/
  }
  
   .grad-trigger:checked~.grad-item {
    height: auto;
    /*チェックされていたら、高さを戻す*/
  }
  
   .grad-trigger:checked~.grad-item::before {
    display: none;
    /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  
  }
  
   .try {
    border: 2px solid #009cb6;
    background-color: #fff;
    border-radius: 15px;
    margin-top: 20px;
  }
  
   .close .try div {
    padding: 3%;
  }
  
   .close {
    display: none;
    margin: 0 auto;
    padding: 5%;
  }
/* 半透明アコーディオンここまで----------------------------------------------------------------------- */

/* スライダーここから----------------------------------------------------------------------- */
 .swiper {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    /*スライド全体の横幅*/
    width: 100%;
  }
  
   .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transform: translate3d(0px, 0, 0);
    transition-property: transform;
    box-sizing: content-box;
  }
  
   .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    transition-property: transform;
  }
  
   .swiper-slide img {
    /*スライド内の画像の横幅*/
    width: 80%;
  }
  
   .swiper-slide img.lazyload:not(.loaded) {
    width: auto;
    max-width: 80%;
  }
  
   .swiper-button-next,
   .swiper-button-prev {
    position: absolute;
    /*進む、戻るボタンの縦位置*/
    top: 50%;
    z-index: 10;
    cursor: pointer;
  }
  
   .swiper-button-next {
    /*進むボタンの横位置（初期：画面右基準）*/
    right: 20px;
    left: auto;
    outline: none;
  }
  
   .swiper-button-prev {
    /*戻るボタンの横位置（初期：画面左基準）*/
    left: 20px;
    right: auto;
    outline: none;
  }
  
   .swiper-button-next::before,
   .swiper-button-prev::before {
    content: ' ';
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50%);
  }
  
   .swiper-button-next::before {
    /*進むボタン（下）の線種、線の太さ、線の色*/
    border-right: solid 5px #ccc;
    transform: translatey(-50%) rotate(35deg);
    right: 10px;
  }
  
   .swiper-button-prev::before {
    /*戻るボタン（下）の線種、線の太さ、線の色*/
    border-left: solid 5px #ccc;
    transform: translatey(-50%) rotate(-35deg);
    left: 10px;
  }
  
   .swiper-button-next::after,
   .swiper-button-prev::after {
    content: ' ';
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 5px);
  }
  
   .swiper-button-next::after {
    /*進むボタン（上）の線種、線の太さ、線の色*/
    border-right: solid 5px #ccc;
    transform: translatey(-50%) rotate(-35deg);
    right: 10px;
  }
  
   .swiper-button-prev::after {
    /*戻るボタン（上）の線種、線の太さ、線の色*/
    border-left: solid 5px #ccc;
    transform: translatey(-50%) rotate(35deg);
    left: 10px;
  }
/* スライダーここまで----------------------------------------------------------------------- */

.campaign {
    text-align: center;
    border: solid 5px #bdebee;
    margin-top: 40px;
    margin-bottom: 30px;
}
.cam-ttl {
    background: #bdebee;
    margin-top: 0;
    font-weight: bold;
    padding: 10px;
    font-size: 1.4em;
}

/* 商品詳細表ここから----------------------------------------------------------------------- */
table.retu_table1 th {
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #009cb6;
    color: white;
    text-align: center;
    padding: 10px 0;
}
table.retu_table1 td {
    text-align: left;
    width: 70%;
    text-align: center;
    background-color: #edf8f9;
    padding: 10px 0;
}
table.retu_table1 {
    width: 100%;
    border-collapse: collapse;
}
table.retu_table1 tr {
    border-bottom: solid 2px white;
}
/* 商品詳細表ここまで----------------------------------------------------------------------- */

/* うごくボタンここから----------------------------------------------------------------------- */
.shuffling {
    animation-duration: 1.4s!important;
    -webkit-animation-duration: 1.4s;
    -ms-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s!important;
    -webkit-animation-name: shuffling;
    -moz-animation-name: shuffling;
    -o-animation-name: shuffling;
    animation-name: shuffling;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-moz-keyframes shuffling {
    0% {-moz-transform: skewX(9deg);}
    10% {-moz-transform: skewX(-8deg);}
    20% {-moz-transform: skewX(7deg);}
    30% {-moz-transform: skewX(-6deg);}
    40% {-moz-transform: skewX(5deg);}
    50% {-moz-transform: skewX(-4deg);}
    60% {-moz-transform: skewX(3deg);}
    70% {-moz-transform: skewX(-2deg);}
    80% {-moz-transform: skewX(1deg);}
    90% {-moz-transform: skewX(0deg);}
    100% {-moz-transform: skewX(0deg);}
}
@-o-keyframes shuffling {
    0% {-o-transform: skewX(9deg);}
    10% {-o-transform: skewX(-8deg);}
    20% {-o-transform: skewX(7deg);}
    30% {-o-transform: skewX(-6deg);}
    40% {-o-transform: skewX(5deg);}
    50% {-o-transform: skewX(-4deg);}
    60% {-o-transform: skewX(3deg);}
    70% {-o-transform: skewX(-2deg);}
    80% {-o-transform: skewX(1deg);}
    90% {-o-transform: skewX(0deg);}
    100% {-o-transform: skewX(0deg);}
}
@-webkit-keyframes shuffling {
    0% {-webkit-transform: skewX(9deg);}
    10% {-webkit-transform: skewX(-8deg);}
    20% {-webkit-transform: skewX(7deg);}
    30% {-webkit-transform: skewX(-6deg);}
    40% {-webkit-transform: skewX(5deg);}
    50% {-webkit-transform: skewX(-4deg);}
    60% {-webkit-transform: skewX(3deg);}
    70% {-webkit-transform: skewX(-2deg);}
    80% {-webkit-transform: skewX(1deg);}
    90% {-webkit-transform: skewX(0deg);}
    100% {-webkit-transform: skewX(0deg);}
}
@keyframes shuffling {
    0% {transform: skewX(9deg);}
    10% {transform: skewX(-8deg);}
    20% {transform: skewX(7deg);}
    30% {transform: skewX(-6deg);}
    40% {transform: skewX(5deg);}
    50% {transform: skewX(-4deg);}
    60% {transform: skewX(3deg);}
    70% {transform: skewX(-2deg);}
    80% {transform: skewX(1deg);}
    90% {transform: skewX(0deg);}
    100% {transform: skewX(0deg);}
}
/* うごくボタンここまで----------------------------------------------------------------------- */