@charset "UTF-8";
/* CSS Document */

*{
    margin: 0;
    padding: 0;

}

body {
    width: 100%;
    margin: 0 auto;
    line-height: 30px;
    font-size: 17px;
    font-family: Hiragino Sans, Arial, sans-serif !important;
    background-color: #f4f4f4;

}

.safari{
    width: 100%;
    max-width: 650px;
    background-color: #fff;
}

.sear .btn_s p{
    background-color: #d8d8d8;
    text-align: center;
    color: #fff;
    padding: 2px;
    font-size: 1.1em;
    margin: 13px auto 20px;
    display: block;
    width: 55%;
}

img{
    width: 100%;
}

picture{
    margin-top: 0 !important;
    width: 100%;
}


/*共通*/
.red{
    color: #ff0404;
    font-weight:bold;
}

.blue {
    color: #0c0155;
    font-weight:bold;
}

.fwB {
    font-weight:bold;
}

.taC {
    text-align: center;
}

.fsL {
    font-size: 1.1em;
}

.fsLL {
    font-size: 1.8em;
}

.mark{
    background: linear-gradient(to bottom, transparent 0%, transparent 40%, #ffff66 40%, #ffff66 100%);
    vertical-align: bottom;
}

.text{
    margin-bottom: 30px;
}

.sp{
    display:none;
}


/*レイアウト*/
.article-body {
    padding: 9px 10px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
    background-color: #fff;
    margin-bottom: 190px;
}

tbody img{
    width: 100%;
}

.top {
    position: relative;
}

.top img{
    width: 100%;
}

.searchordercontainer tbody img{
    width: 14%;
    height: auto;
}

.item_box a img{
        width: 47%;
}

.searchordercontainer tbody dd{
   width: 27%;
   line-height: 27px;
}

.pc_n {
    display: none;
}

@media (max-width: 780px){
.pc_n {
    display: block;
}
.fsLL {
    font-size: 1.6em;
}
}


/*ヘッダー*/
header{
    height: 74px;
    z-index: 9999;
    position: fixed;
    background: #fff;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
    width: 650px;
    top: 36px;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
}
.header_inner {
    position: relative;
    width: 100%;
    padding: 3%;
}

header img {
    width: 65%;
}

@media (max-width: 780px){
header{
    height: 70px;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 34px;
}
header img {
    width: 82%;
}
header div {
    padding: 3%;
}
.header_inner {
    position: relative;
    width: 100%;
    padding: 4% 0 1%;
}
}


/*ナビゲーション*/
#g-nav {
    max-width: 650px;
    margin: auto;
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    right: 0;
    width: 100%;
    height: 332px;
    background: #0c0155;
    transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    max-width: 650px;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 333px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:203px;
    left:50%;
    transform: translate(-50%,-50%);
        width: 100%;
}

/*リストのレイアウト設定*/
#g-nav li{
  list-style: none;
    text-align: center;
}

#g-nav li a{
  color: #333;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#g-nav-list ul li {
    border: 1px solid #fff;
}

#g-nav-list ul li a {
    color:  #fff;
    text-decoration: underline;
}


.openbtn1 {
    position: fixed;
    z-index: 9999;
    top: 14px;
    right: 440px;
    cursor: pointer;
    width: 50px;
    height: 50px;
        position: absolute;
    right: 12px;
    top: 26px;
}

/*×に変化*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #666;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px;
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.top {
    margin-top: 3.5em;
    width: 650px;
    margin: auto;
    right: 0;
    left: 0;
    margin-top: 74px;
}

.anchor01, .anchor02 ,.anchor05 {
    display: block;
    padding-top: 50px;
    margin-top:-50px;
}

.anchor03 ,.anchor04 {
    display: block;
    padding-top: 85px;
    margin-top:-85px;
}

@media (max-width: 780px){
.top {
    margin-top: 3.5em;
    width: 100%;
    margin: auto;
    right: 0;
    left: 0;
    margin-top: 65px;
}
#g-nav{
    position:fixed;
    z-index: 999;
    top:-120%;
    left:0;
    width:100%;
    height: 295px;/*ナビの高さ*/
    background:#0c0155;
    transition: all 0.6s;
}
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 295px;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:180px;
    left:50%;
    transform: translate(-50%,-50%);
        width: 100%;
}
.openbtn1{
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
  top:15px;
  right: 10px;
  cursor: pointer;
    width: 50px;
    height:50px;
}
}



/*ボタン*/
.btn-area{
    position: relative;
    justify-content: center;
    display: flex;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 20px;
}

.btn-area a{
    position: relative;
    transition: all 0.3s;
    display: block;
    text-decoration: none;
}


.btn{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    vertical-align: middle;
    border: none;
    box-sizing: border-box;
    outline: none;
}

.btn {
    position: relative;
    display: block;
    width: 85%;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
/*    background-color: #ff8c00;*/
    overflow: hidden;

  color: #fff;
  border: 3px solid #fff;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff4100), to(#fee140));
  background-image: -webkit-linear-gradient(left, #ff4100 0%, #fee140 100%);
  background-image: linear-gradient(to right, #ff4100 0%, #fee140 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  border-radius: 100vh;
}

.btn::after, .fixed-button::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);

    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}


.btn2 {
    font-size: 21px;
    text-align: center;
    letter-spacing: 0.1em;
    width: 85%;
    padding: 1rem 2rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}


.btn3 {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff4100), to(#fee140));
  background-image: -webkit-linear-gradient(left, #ff4100 0%, #fee140 100%);
  background-image: linear-gradient(to right, #ff4100 0%, #fee140 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  border-radius: 100vh;
}

.btn3:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}

a.btn-c {
  transition: all 0.3s;

  color: #fff;
  border-radius: 100vh;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff4100),
    to(#00ecbc)
  );
  background-image: -webkit-linear-gradient(left, #ff4100 0%, #fee140 100%);
  background-image: linear-gradient(to right, #ff4100 0%, #fee140 100%);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

a.btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  line-height: 1;

  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;

  margin: 0;
  padding: 0;

  content: "\f30b";
}

a.btn-c:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

  color: #fff;
}


/*追従ボタン*/
.hide {
  display: none;
}

.fixed-button {
    position: fixed;
    width: 650px;
    margin: auto;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) translateY(0%);
    z-index: 1;
    overflow: hidden;

  opacity: 0;
  visibility: hidden;
}

.fixed-button.fadeIn {
  animation: fadeIn 1s ease forwards;
}

.fixed-button.fadeOut {
  animation: fadeOut 1s ease forwards;
}



@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}



.content {
      margin-bottom: 50px; /* 追従ボタンの高さ + スペースの高さを指定します */
    }

.sclal{
    display:none;
}


@media (max-width: 780px){
.fixed-button {
    width: 100%;
    bottom: -6px;
}
.btn {
    width: 95%;
    line-height: 30px;
}
.btn2 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    width: 85%;
}
.article-body {
    margin-bottom: 7em;
}
}


h2.main_ttl {
    position: relative;
    background-color: #0c0155;
    color: #fff;
    overflow: hidden;
    padding: .5em 1em;
    margin: 30px 0 15px;
}

h2.main_ttl:before{
    background-color: #606e7d;
    content: '';
    display: block;
    transform: rotate(40deg);
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 200px;
    height: 200px;
}

.title2{
    padding: 0.1em 0.3em;
    border-left: 10px solid #0c0155;
    border-bottom: 3px solid #B0BEC5;
}

h3{
    padding: 10px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}


@media (max-width: 780px){
h2.main_ttl {
    padding: 0.7em 1em;
    font-size: 1.3em;
}
h2.main_ttl:before {
    transform: rotate(54deg);
    bottom: -130px;
    right: -170px;
}
.fsL {
    font-size: 1.1em;
}
.btn-area {
    width: 100%;
    margin-top: 10px;
}
}


/*おすすめポイント*/
.cp_point {
    position: relative;
    margin: 40px 0 30px;
    padding: 45px 20px 15px 40px;
    background: #fcecec;
    border: 1px solid #da3c3c;
    border-radius: 4px;
}
.cp_point:before,.cp_point:after {
    position: absolute;
    display: block;
}
ul.cp_point:before {
    content: attr(title);
    top: -2px;
    left: 0.5em;
    width: auto;
    height: auto;
    padding: .3em 1em;
    background: #da3c3c;
    text-align: center;
    font-weight: bold;
    font-size: 90%;
    color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    border-bottom: 2px dotted #fcecec;
}
.cp_point li {
    position: relative;
    list-style-type: none;
        font-weight: bold;
}
.cp_point li::before {
    position: absolute;
    top: .25em;
    left: -1.3em;
    font-family: FontAwesome;
    content: "\f00c ";
    color: #da3c3c;
}


/*スライド*/
.slide_ttl p {
    font-size: 1.2em;
    color: #0c0155;
    text-align:center;
    font-weight:bold;
    line-height: 1.3;
}

.slide_ttl p span {
    font-size: 2em;
}

@media (max-width: 780px){
.slide_ttl p span {
    font-size: 1.5em;
}
}


footer{
    font-size: 13px;
    padding: 5%;
    background: #ECECEC;
    text-align: center;
    margin-top: 40px;
}


.rank_ttl {
  padding: 10px;
}

.rank_ttl p {
    font-size: 2em;
    color: #0c0155;
    text-align:center;
    font-weight:bold;
    line-height: 1.3;
}

.rank_ttl p span {
    font-size: 2em;
}

.wider_table{
    overflow-x: none;
    border: 2px solid #584f5b;
}

.main{
    background-color: #f3f3f3;
}

.wider_table table{
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wider_table table th{
    width:13%;
    background-color: #0d0155;
    border-bottom: 1px solid #ccc;
    /* border-top: 1px solid #ccc; */
    color: #fff;
    font-size:14px;
}


.wider_table td{
    text-align: center;
    font-size: 16px;
    border-bottom:1px solid #ccc;
    line-height:25px;
}

.wider_table tr:nth-child(4) td{
    vertical-align:middle;
}

.wider_table td:nth-child(2){
    background-color:#fffee8;
}

.wider_table tr a:nth-child(20){
    color: #fff;
}

.exellent{
    color: rgb(230, 0, 0);
    font-size: 30px;
}
.good{
    color: rgb(50, 138, 217);
    font-size: 24px;
}
.normal{
    color: #ffdb00;
    font-size: 25px;
}

.ster{
    color: rgb(255, 153, 0);
}

.wider_table td{
    vertical-align: top;
    border: none;
    text-align: center;
    border-right: 1px solid #ccc;
    padding: 0.8em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
   padding: 0.8em 10px 10px 10px;
   font-size: 14px;
   border-bottom:1px solid #ccc;
}

.wider_table tr:first-child td{
    vertical-align: middle;
}
.wider_table tr:last-child td{
    vertical-align: middle;
}

.wider_table td:first-child{
    border-left: 1px solid #ccc;
    background-color: #ffffe0;
}
.wider_table tr:last-child{
    border-bottom: 1px solid #ccc;

}

.wider_table a{
    text-decoration: underline;
    color: #4682b4;
}

footer a{
    text-decoration: underline;
    color: #4682b4;
}

.annotation{
    color: rgb(136, 136, 136);
    font-size: 13px;
}

.item_box h2{
    border-left:none;
}

#footer{
    background: #ECECEC;
}

.tx-s a{
    text-decoration: underline;
    color: #4682b4;
}

form {
    margin-bottom: 20px;
}

.item_box a img{
    height: 172px;
    width: 61%;
    object-fit: cover;
}

@media screen and (min-width:320px) and ( max-width:425px){
    body {
        font-size: 15px;
    line-height: 24px;
    width: 100%
    background-color: #f4f4f4;

    }



    .wider_table table{	
        width: 80%;	
    }	
    .wider_table{	
        overflow-x: scroll;	
    }	
    .wider_table table {	
        width: 180%;	
    }	


.search_entry {
    font-size: 19px;
}



.select{
    font-size: 20px;
}


.point03 {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 19px;
    color: #fff;
    line-height: 22px;
    background: #F15A22;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wider_table table th {
    position:sticky;
    left:0;
    width: 12%;
    background-color: #0d0155;
    color:#fff;
    font-size: 13px;
    line-height: 18px;

}

.wider_table td {
    vertical-align: top;
    border: none;
    text-align: center;
    border-right: 1px solid #ccc;
    padding: 0.8em;
    box-sizing: border-box;
    padding:6px;
    font-size: 13px;
    line-height:20px;
    border-bottom:1px solid #ccc;
}

.wider_table tr:nth-child(4) td{
    vertical-align:middle;
}

.wider_table td:nth-child(2){
    background-color:#fffee8;
}

/* .wider_table tr:last-child td{
    padding-top: 45px;
} */

/* .wider_table tr:nth-child(10) td,
.wider_table tr:nth-child(12) td,
.wider_table tr:nth-child(14) td,
.wider_table tr:nth-child(16) td{
    padding:43px 5px 5px;
} */

.wider_table tr:nth-child(5) td,
.wider_table tr:nth-child(6) td,
.wider_table tr:nth-child(7) td,
.wider_table tr:nth-child(8) td{
    padding-top:10px;
}


.wider_table tr:first-child td,
.wider_table tr:last-child td{
    vertical-align:middle;
}

.wider_table a.btn02 {
    position: relative;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background-color: #f47118;
    border-bottom: solid 3px #ad5515;
    border-radius: 4px;
    transition: all 0.2s;
    width: 100%;
}



.wider_table a.btn02 {
    font-size: 15px;
}

.recbox-wrapperdiv li {
    justify-content: center;
    font-size: 14px;
}

.sclal{
    display:block;
    text-align: center;
    font-size: 14px;
}

.speech-bubble {
   font-size: 23px;
    line-height: 27px;
    font-weight: bold;

}

.article-body{
    width: 100%;
}

.good {
    color: rgb(50, 138, 217);
    font-size: 1.3rem;
}

.exellent {
    color: rgb(230, 0, 0);
     font-size: 1.4rem;
}

.normal {
    color: #ffdb00;
    font-size: 1.5rem;
}


.sp{
    display:block;
}
.sec {
    width: 100%;
    padding: 10px 10px;
}

.searchordercontainer tbody dd{
   width: 45%;
   line-height: 27px;
}

.searchordercontainer tbody img{
    width: 17%;
    height: auto;
}
.item_box a img{
    height: 127px;
    width: 80%;
    object-fit: cover;
}
}

.mv_slider {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}


@media screen and (min-width:320px) and ( max-width:425px){
    .wider_table a.btn02 {
        padding: 10px 0;

    }
}

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

