@charset "utf-8";

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body,
tooltip,
popover {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  body,
  tooltip,
  popover {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

.ora{
  color: #ed6d00;
}

.ora_b{
  background-color: #ed6d00;
}

.ora_border{
  border-color: #ed6d00;
}

.s-80{
  width: 80px;
}

.navbar{
  margin-bottom: 20px;
}

.nav-area{
  font-size: 0.8em;
  padding-top: 30px;
}

li.nav-item{
  padding-left: 30px;
}

li.nav-item a.nav-link{
  color:#1a1a1a;
}

@media(max-width: 768px){
  li.nav-item{
    padding-left: 30px;
    border-bottom: 1px dotted #ccc;
    position: relative;
    list-style: none;
  }
  
  li.nav-item::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";/*アイコンのユニコード*/
    position: absolute;/*絶対位置*/
    font-size: 1em;/*サイズ*/
    left: 15px;/*アイコンの位置*/
    top: 8px;/*アイコンの位置*/
    color: #781034; /*アイコン色*/
  }
}

.inq_btn{
  background-color: #F5A817;
  padding: 10px 20px;
  font-size: 0.8em;
  position:absolute;
  top:0;
  right: 150px;
  color:#fff;
}

.inq_btn i{
  padding-right: 10px;
}

.inq_btn a{
  color:#fff;
}

.btn_back{
  width: 150px;
  border:1px solid #ccc;
  padding: 10px;
  margin: 20px auto;
  display: block;
  text-align: center;
  color: #333;
  background-color: #f2f2f2;
}

hr{
  margin: 70px auto;
  width: 80%;
  height: 1px;
  background-image: linear-gradient(
    90deg,
    hsla(0, 100%, 50%, 0),
    hsla(0, 0%, 85%, 0.5) 50%,
    hsla(0, 0%, 85%, 0) 100%);
}

/******************************************************/

.main-img{
  margin-bottom: 30px;
}

/******************************************************/

.menu-st{
  font-size: 0.8em;
  line-height: 1.5em;
  display: inline-block;
  padding: 0 0 0 3px;
}

div.sidebyside div{
  display:inline-block;
  vertical-align:top;
}

.side-menu{
  margin: 20px 0;
}

.menu-header{
  background: url(../images/menu-title-bg.png) no-repeat;
  padding: 8px 7px;
  color: #fff;
}

ul.cate-menu{
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.cate-menu li{
  font-size: 0.75em;
  background: url(../images/logo-g-t.png) no-repeat;
  background-size: 20px 20px;
  background-position: center right;
}

ul.cate-menu li.bcate{
  background: url(../images/menu-cate-bg.png) no-repeat;
  padding: 8px 0 8px 15px;
  color: #fff;
  font-size: 0.85em;
}

ul.cate-menu li i{
  padding-right: 8px;
  padding-left: 15px;
}

ul.cate-menu li a{
  display: block;
  height: 100%;
  color: #1A1A1A;
  padding: 8px 0;
}

ul.cate-menu li a:hover{
  background: rgba(181, 0, 0, 0.2);
  text-decoration-line: none;
}

/******************************************************/

.main-text{
  background: url(../images/paper-bg.png) repeat-x;
  border: none;
}

.lbox{
  background: url(../images/logo-mark.svg) no-repeat;
  background-size: 100px 100px;
  background-position: 50% 50%;
  text-align: center;
}

@media(max-width: 768px){
  .lbox{
    background-size: 100px auto;
    background-position: center 40%;
    text-align: left;
  }
}

.content-title{
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px dotted #ccc;
}

.content-mtitle{
  padding: 10px 0 10px 10px;
  margin: 10px 0 20px;
  background: url(../images/title-bg.svg) no-repeat;
  background-position: left bottom;
  /*font-family: 'Sawarabi Mincho', sans-serif;*/
  font-weight: bold;
  font-size:1.2em;
}

ul.reason{
  list-style: none;
  margin-left: 80px;
}

ul.reason li{
  padding: 10px 0;
  border-bottom: 2px dotted #f2e2e2;
}

@media(max-width: 768px){
  ul.reason{
    margin: 0;
    padding: 0 15px;
  }
}

ul.reason li.num1::before{
  content:"";
  background: url(../images/num1.svg) no-repeat;
  background-size: contain;
  background-position: left top;
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 33px;
}

ul.reason li.num2::before{
  content:"";
  background: url(../images/num2.svg) no-repeat;
  background-size: contain;
  background-position: left top;
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 33px;
}

ul.reason li.num3::before{
  content:"";
  background: url(../images/num3.svg) no-repeat;
  background-size: contain;
  background-position: left top;
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 33px;
}

ul.reason li.num4::before{
  content:"";
  background: url(../images/num4.svg) no-repeat;
  background-size: contain;
  background-position: left top;
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 33px;
}

ul.reason li.num5::before{
  content:"";
  background: url(../images/num5.svg) no-repeat;
  background-size: contain;
  background-position: left top;
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 33px;
}

.movieaera{
  width: 350px;
}

/******************************************************/
/*QA*/
.qa-box{
  border-radius: 20px;
  background-color:  #fbe0ec;
  padding: 20px;
  margin: 20px auto;
  background: #FF5F6D;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f8e6ff, #f1c1ff);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f8e6ff, #f1c1ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.qtext{
  border-bottom: 1px dotted #7d042e;
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.qtext::before{
  content:"";
  background-image: url(../images/q.svg);
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 22px;
  margin-left: 10px;
  margin-right: 20px;
}

.atext{
  font-size: 0.9em;
  padding: 5px 0;
}

.atext ul{
  padding-left: 80px;
  padding-top: 0;
  margin-top: -25px;
}

.atext ul li{
  padding-top: 0;
  margin-top: 0;
}

.atext::before{
  content:"";
  background-image: url(../images/a.svg);
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  width: 14px;
  height: 22px;
  margin-left: 10px;
  margin-right: 20px;
}

@media(max-width: 768px){
  .qtext{
    font-size: 0.9em;
    font-weight: bold;
  }
}


/******************************************************/

.item-name h3 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 5px 10px;
  letter-spacing: 5px;
  /*font-family: 'Noto Sans SC', sans-serif;*/
  color:#464646;
}

.item-name h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(-45deg, #ccc, #ccc 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #ccc, #ccc 2px, #fff 2px, #fff 4px);
}

.imgarea{
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 450px;
}

img.big-img{
  width: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media(max-width: 767px){
  .imgarea{
    width: 100%;
    height: 250px;
    text-align: center;
  }
  
  img.big-img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  }
}

img.img-thumbnail{
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.small-img-list img:hover{
  cursor:pointer;
}

img.h150{
  width: 150px;
}

@media(min-width: 768px){
  .item-detail{
    position: absolute;
    bottom:0;
    left:0;
  }
}

.amazonbtn-t{
  text-align: center;
}

.amazonbtn-t img{
  width: 200px;
}

ul.deli li{
  display: inline-block;
  font-size: 0.8em;
  width: 60%;
  vertical-align: top;
  word-break : break-all;
}

ul.deli li.title{
  width: 40%;
}

.item-text{
  padding: 0 40px;
}

.item-type{
  margin: 0 50px;
}

.item-dbox{
  padding: 20px;
  font-size: 0.8em;
  line-height: 2;
  word-break : break-all;
}

@media(min-width: 768px){
  .item-img{
    float: left;
    text-align: center;
  }
}

.amazonbtn-g{
  padding: 20px 0;
}

.amazonbtn-g img{
  width: 100px;
}

@media(max-width: 768px){
  img.img-thumbnail{
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .item-type{
    width: 100%;
    margin: 0 5px;
  }
  
  .item-dbox{
    padding: 0;
    text-align: center;
  }
  
  .item-img{
    float: left;
    text-align: center;
  }
  
  .item-de{
    text-align: center;
    float: left;
  }
  
  .amazonbtn-g{
    padding: 5px 0 20px;
    text-align: center;
    border-bottom: 1px dotted #ebe2e2;
  }
  
  .amazonbtn-g img{
    width: 100px;
  }
}

.attention{
  border: 1px solid #F5A817;
  border-radius: 20px;
  padding: 10px 30px;
}

@media(max-width: 768px){
  .attention{
    margin-bottom: 30px;
  }
}

.attentitle{
  border-bottom: 1px solid #F5A817;
  margin-bottom: 20px;
  font-weight: bold;
}

.attentitle i{
  color:#F5A817;
}

.attentext{
  font-size: 0.8em;
}

.c-title{
     position: relative;
     padding-bottom: 0.5em;
     border-bottom: 4px solid #DDD;
  margin-bottom: 30px;
}

.c-title::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #781034;
     bottom: -4px;
     width:30%;
     display: block;
}

/******************************************************/
/*Advice*/

h3.dashedtype{
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  font-size: 1.4em;
  margin: 20px 0;
}

@media(max-width: 768px){
  h3.dashedtype{
  font-size: 1.2em;
  }
}

.setsumei{
  line-height: 2em;
}

h4.raundtype{
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}

h4.raundtype::before{
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.linebox{
  border: 1px solid #ccc;
  padding: 30px;
  margin: 20px auto;
  width: 85%;
  background: url(../images/logo-r-t.png) no-repeat;
  background-size: 100px 100px;
  background-position: center center;
}

/******************************************************/
/*Review*/

ul.reviewbox li{
  padding: 40px 10px 40px 10px;
  margin: 0 10px;
  border-bottom: 1px dotted #ccc;
  position: relative;
  line-height: 1.4;
  list-style: none;
}

ul.reviewbox li:before{
  font-family: "Font Awesome 5 Free";
content: "\f075";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: -15px;/*アイコンの位置*/
top: 40;/*アイコンの位置*/
color: #781034; /*アイコン色*/
}

/******************************************************/
/*Company*/
.inquirybox{
  width: 90%;
  margin: 30px auto;
  padding: 30px;
}

@media(max-width: 768px){
  .inquirybox{
    width: 90%;
    margin: 0 auto;
    padding: 5px;
  }
}

/******************************************************/
/*Item*/
div.category-title{
  background: #ebebeb;
  box-shadow: 0px 0px 0px 5px #ebebeb;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  margin: 30px 0;
}

.f1{
  text-align: center;
  font-size: 0.8em;
}

.citem-box{
  margin-bottom: 10px;
  text-align: center;
}

.citem-img{
  position: relative;
  width: auto;
  height: 150px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 3px;
}

.citem-img img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
    vertical-align: middle;
}

/******************************************************/
/*CategoryMenu*/

.cate{
  margin: 0;
  padding: 0 0 10px;
}

.cateimg{
  height: auto;
  padding: 5px;
}

@media (min-width: map-get($grid-breakpoints, sm)) {
  .cateimg{
    height: 100px;
    padding: 5px;
  }
}
@media (min-width: map-get($grid-breakpoints,md)) {
  .cateimg{
    height: 150px;
    padding: 5px;
  }
}
@media (min-width: map-get($grid-breakpoints, lg)) {
  .cateimg{
    height: 150px;
    padding: 5px;
  }
}

.catename{
  font-size: 0.8em;
  text-align: center;
}

.card{
  margin-bottom: 10px;
}

.card a{
  color:#1a1a1a;
}

/******************************************************/
/*footer*/

.footer{
  background: #7d042e;
  height: 300px;
}

.copyright{
  color:#fff;
  padding: 10px 0;
}

.box-r{
  text-align: center;
}

.box-r img{
  padding: 50px 0 30px;
}

ul.f-menu{
  color:#fff;
  font-size: 0.8em;
  list-style: none;
  padding-top: 20px;
}

ul.f-menu li i{
  padding-right: 10px;
}

ul.f-menu li{
  padding: 5px 0;
}

ul.f-menu li a{
  color:#fff;
}

ul.f-menu li.subm{
  padding-left: 30px;
  padding-bottom: 2px;
}

/******************************************************/
/*5カラム定義*/
.col-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
}

@media(max-width: 768px){
  .col-15{
    width: 33.333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
  
  
  .col-15 {
      width: 33.333333%;
      flex: 0 0 33.333333%;
      float: left;
  }
}

/******************************************************/
/*768*/
@media(max-width: 768px){
  .carousel-item {
      height: 200px;
  }
  .carousel-item > img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-height: none !important;
      max-width: auto !important;
      min-height: 100%;
      min-width: auto;

  }
  
  .main-text{
    padding-left: 0;
  }
  
  .moviebox{
    margin-bottom: 30px;
  }
  
  
  .catename{
    height: 30px;
  }
  
  .footer{
    height: 100%;
  }
}


#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #781034;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
