/* ------ base -------- */

body{
  font-family: "Noto Sans JP",sans-serif!important;
}

sup {
vertical-align:text-top;
font-size:small;
}


@media screen and (max-width:767px) {
  img {
    width: 100%;
  }
}
/* -- l-headerTop -- */
.l-headerTop {
  background-color: #ee3a80;
}

@media print, screen and (min-width: 768px) {
  .l-headerTop_navi li a[target='_blank'].is-brackets {
    padding-right: 15px;
  }
  .l-headerTop_navi li.separate {
    padding-left: 12px;
  }
}

.l-headerTop_navi_home {
  fill: #fff;
}

/* -- l-headerBtm -- */

.l-header_storeBtn {
  border-left-color: #ee3a80;
  background-color: #ee3a80;
}

.l-header_menuBtn {
  background-color: #ee3a80;
}

.l-headerBtm_navi>li.-cart {
  color: #ee3a80;
}

.l-headerBtm_navi>li .trigger.is-current {
  font-weight: bold;
}

.l-headerBtm_navi>li .trigger.is-current:before {
  background-color: #ee3a80;
  opacity: 1;
}

/* -- l-spNavi -- */
.l-spNavi_header {
  border-bottom-color: #ee3a80;
}

.l-spNavi_list li a:before {
  background-color: #ee3a80;
}
.l-spNavi_list li.icon-blue a:before {
  background-color: #0080cc;
}

.l-spNavi_list li a.is-active {
  background-color: #ffeff2;
  color: #ee3a80;
}

.l-spNavi_list li .trigger:before,
.l-spNavi_list li .trigger:after {
  background-color: #ee3a80;
}

.l-spNavi_close {
  border-color: #ee3a80;
}

.l-spNavi_close:before {
  background-color: #ee3a80;
}

/* -- l-bottomNavi -- */
.l-bottomNavi_home {
  fill: #ee3a80;
}

/* ------ brand common -------- */

.c-content a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-heading_contents {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: #0d3191;
  font-weight: 900;
}

.c-heading_contents::before,
.c-heading_contents::after {
  display: inline-block;
  width: 50%;
  background: #0d3191;
  content: "";
}

.c-heading_contents>span {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}

.c-heading_contents>span span {
  display: block;
}

.c-heading_lv1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: #0d3191;
}

.c-heading_lv1::before,
.c-heading_lv1::after {
  display: inline-block;
  width: 50%;
  background: #0d3191;
  content: "";
}

.c-heading_lv1>span {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}

.c-heading_lv1>span span {
  display: block;
}

.c-heading_lv2 {
  margin: 30px 0 16px;
  color: #0d3191;
  font-size: 2.1rem;
  line-height: 1.2;
  text-align: center;
}

.c-pageTtl {
  position: relative;
}

.h2Ttl{
  padding-top:0!important;
}

.c-pageTtl_txt {
  color: #ee3a80;
  line-height: 1.3;
}

.c-naviContents_list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-weight: bold;
}

.c-naviContents_list li {
  width: calc((100% - 7px) / 2);
  margin-top: 9px;
  background-color: #0d3191;
  color: #fff;
}

.c-naviContents_list li:nth-of-type(-n+2) {
  margin-top: 0;
}

.c-naviContents_list a {
  display: block;
  position: relative;
  font-size: 3.73333vw;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-naviContents_list a .c-naviContentsItem_inner {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}

.c-naviContents_list a .c-naviContentsItem_inner:after {
  display: block;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2.7rem;
  height: 2.7rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-size: auto 100%;
  content: '';
}

.c-table {
  width: 100%;
  table-layout: fixed;
}

.c-table th,
.c-table td {
  border-left: 1px solid #bfbfbf;
  text-align: center;
  vertical-align: middle;
}

.c-table thead th {
  background: #0d3191;
  color: #fff;
}

.c-table tbody td {
  border-bottom: 1px solid #bfbfbf;
  background: #fff;
}

.c-bgArea {
  margin-top: 45px;
  padding-top: 45px;
  padding-bottom: 50px;
  background: #f2f2fd;
}

.c-buy {
  background-image: -webkit-linear-gradient(left, rgba(247, 178, 14, 0.8) 0%, rgba(255, 236, 51, 0.8) 50%, rgba(247, 178, 14, 0.8) 100%);
  background-image: linear-gradient(90deg, rgba(247, 178, 14, 0.8) 0%, rgba(255, 236, 51, 0.8) 50%, rgba(247, 178, 14, 0.8) 100%);
}

.c-buy_box{
  position: relative;
}

.c-buy_ttl {
  margin: 0 auto;
}

.c-buy_txt {
  margin: 8px 0 0;
  font-weight: bold;
  text-align: center;
}

.c-buy_img figcaption {
  margin: 10px 0 0;
  font-size: 0.8rem;
  line-height: 1.5;
}

.c-buy_btn a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-store-modal {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-store-modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.c-store-modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.c-store-modal_inner ul {
  width: 200px;
  margin: 20px auto 0;
}

.c-store-modal_inner ul li {
  margin: 7px 0 0;
}

.c-store-modal_ttl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 2.16rem;
  font-weight: bold;
  text-align: center;
}

.c-store-modal_ttl::before {
  display: inline-block;
  width: 24px;
  height: 25px;
  margin: 0 9px 0 0;
  background: url(/brand/visrrat/img/common/ico_cart02.svg) no-repeat center;
  background-size: contain;
  content: "";
}

.c-store-modal_cont {
  margin-top: 20px;
}
.c-store-modal_subttl {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: -10px;
}

.c-store-modal_btn {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 135px;
  height: 30px;
  margin: 31px auto 0;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 1.3rem;
}

@media print,
screen and (min-width: 768px) {
  .l-headerBtm_logo {
    width: 124px;
  }
  
  .l-headerBtm_navi>li>a{
    /* border-left:1px solid #eeeeee; */
     font-size:1.3rem;
     min-width: auto;
     padding: 0 15px;
  }
  .fixed .l-headerBtm_navi>li>a
  /*, .fixed .l-headerBtm_navi>li .trigger*/ {
    min-width: auto;
  }
  .l-headerBtm_navi>li>a:hover {
    text-shadow: -.25px -.25px 0 black, 
    .25px .25px black;
    font-weight: normal;
  }
  
  .l-headerBtm_navi>li:first-child a{
    border-left:none;
  }

  .l-headerBtm_navi>li>a:hover:before,
  .l-headerBtm_navi>li>a:active:before,
  .l-headerBtm_navi>li>a.is-active:before {
    background-color: #ee3a80;
  }

  .l-headerBtm_navi>li .trigger:hover:before,
  .l-headerBtm_navi>li .trigger:active:before,
  .l-headerBtm_navi>li .trigger.is-active:before {
    background-color: #ee3a80;
  }

  .l-header_navi_cart {
    fill: #ee3a80;
  }

  .l-content {
    min-width: 1068px;
  }

  .l-share_navi dt {
    background-color: #ee3a80;
    color: #fff;
  }

  .c-content a:hover {
    opacity: 0.8;
  }

  .c-inner02 {
    width: 858px;
    margin: 0 auto;
  }

  .c-inner03 {
    width: 760px;
    margin: 0 auto;
  }

  .c-btn.-ec {
    width: 460px;
    height: 64px;
    font-size: 2.1rem;
  }

  .c-btn.-ec::before {
    width: 29px;
    height: 30px;
    margin: 0 11px 0 0;
  }

  .c-heading_contents {
    margin-bottom: 30px;
    padding-top: 60px;
    font-size: 3.8rem;
  }

  .c-heading_contents::before,
  .c-heading_contents::after {
    height: 3px;
  }

  .c-heading_contents>span {
    margin: 0 21px;
  }

  .c-heading_contents>span span {
    margin-top: -18px;
    font-size: 2.0rem;
  }

  .c-heading_lv1 {
    margin-bottom: 25px;
    font-size: 3.4rem;
    font-weight: 900;
  }

  .c-heading_lv1::before,
  .c-heading_lv1::after {

    height: 3px;
  }

  .c-heading_lv1>span {
    margin: 0 21px;
  }

  .c-heading_lv1>span span {
    margin-top: -18px;
    font-size: 2.0rem;
  }

  .c-heading_lv2 {
    margin: 50px 0 8px;
    font-size: 2.1rem;
  }

  .c-pageTtl {
    height: 300px;
    margin-bottom: 48px;
    background: #f2f2fd no-repeat center top;
  }

  .c-pageTtl_txt {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 300px;
    padding-left: 515px;
    font-size: 3.8rem;
  }

  .c-section {
    margin-bottom: 60px;
  }

  .c-naviContents_list li {
    width: calc((100% - 1px) / 2);
    margin-top: 1px;
  }

  .c-naviContents_list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 2rem 0 2rem 2rem;
    font-size: 2.4rem;
  }

  .c-naviContents_list a .c-naviContentsItem_inner {
    padding-right: calc(1.8rem + 2.7rem + 1.8rem);
    padding-left: 1.8rem;
  }

  .c-table {
    border: 1px solid #bfbfbf;
  }

  .c-table th,
  .c-table td {
    padding: 13px 5px;
    line-height: 1.5;
  }

  .c-table tbody td {
    padding: 26px 5px;
  }
  

  .c-bgArea {
    margin-top: 90px;
    padding-top: 60px;
    padding-bottom: 84px;
  }

  .c-text01 {
    text-align: center;
  }

  .c-buy {
    padding: 100px 0;
  }

  .c-buy_ttl {
    width: 321px;
  }

  .c-buy_box {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 760px;
    margin: 0 auto;
  }

  .c-buy_txt {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .c-buy_img {
    width: 340px;
    text-align: center;
  }
  .c-buy_img-alpitan {
    text-align: center;
  }

  .c-buy_btn a {
    width: 329px;
    height: 60px;
    margin: 20px auto 0;
    font-size: 1.8rem;
  }

  .c-buy_btn a::before {
    width: 24px;
    height: 26px;
    margin: 0 10px 0 0;
  }

  .c-store-modal_inner ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    width: 789px;
    margin: 40px auto 0;
  }

  .c-store-modal_inner ul li {
    width: 237px;
    margin: 27px 13px 0;
  }

  .c-store-modal_inner ul li:nth-of-type(-n+3) {
    margin-top: 0;
  }

  .c-store-modal_ttl {
    font-size: 3.2rem;
  }

  .c-store-modal_ttl::before {
    width: 34px;
    height: 36px;
    margin-right: 17px;
  }

  .c-store-modal_cont {
    margin-top: 40px;
  }

  .c-store-modal_subttl {
    font-size: 2.2rem;
    margin-bottom: -30px;
  }

  .c-store-modal_btn {
    width: 180px;
    height: 40px;
    margin: 61px auto 0;
    border-radius: 4px;
    font-size: 1.7rem;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .c-store-modal_btn:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .l-headerBtm_logo {
    width: 100px;
  }

  .l-headerBtm_logo_copy {
    margin-bottom: 5px;
    color:#073190;
    font-size:1.5vw;
    
  }

  .c-content {
    font-size: 1.4rem;
    line-height: 1.78;
  }

  .c-content .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-inner01 {
    padding-right: 9px;
    padding-left: 9px;
  }

  .c-inner02 {
    padding-right: 18px;
    padding-left: 18px;
  }

  .c-inner03 {
    padding-right: 9px;
    padding-left: 9px;
  }

  .c-btn.-ec {
    height: 55px;
    font-size: 1.7rem;
  }

  .c-btn.-ec::before {
    width: 19px;
    height: 20px;
    margin: 0 14px 0 0;
    background-size: contain;
  }

  .c-heading_contents {
    margin-bottom: 20px;
    padding-top: 30px;
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .c-heading_contents::before,
  .c-heading_contents::after {
    height: 2px;
  }

  .c-heading_contents>span {
    margin: 0 7px;
  }

  .c-heading_contents>span span {
    font-size: 17px;
  }

  .c-heading_lv1 {
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 1.3;
    text-align: center;
  }

  .c-heading_lv1::before,
  .c-heading_lv1::after {
    height: 2px;
  }

  .c-heading_lv1>span {
    margin: 0 7px;
  }

  .c-heading_lv1>span span {
    font-size: 17px;
  }

  .c-pageTtl {
    margin-bottom: 23px;
    padding-top: 34.66667vw;
    background: #f2f2fd no-repeat center top;
    background-size: 100% auto;
  }

  .c-pageTtl_txt {
    margin-right: -9px;
    margin-left: -9px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #0d3191;
    color: #f6cd00;
    font-size: 2.4rem;
    text-align: center;
  }

  .c-naviContents_list li {
    border: 2px solid #0d3191;
  }

  .c-naviContents_list a .c-naviContentsItem_inner {
    height: 20vw;
    padding: 2vw 20px 2vw 2vw;
    background-color: #0d3191;
    font-size: 0.9em;
  }

  .c-naviContents_list a .c-naviContentsItem_inner:after {
    right: 1.3333vw;
    width: 3rem;
    height: 3rem;
    -webkit-transform: scale(0.5) translateY(-50%);
    transform: scale(0.5) translateY(-50%);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    background-size: auto 80%;
  }

  .c-table {
    border: 1px solid #bfbfbf;
  }

  .c-table th,
  .c-table td {
    padding: 11px 5px;
    line-height: 1.4;
  }
  .c-table_scroll {
    width: 100%;
  }
  .c-table_scroll:before {
    content: "※こちらの表は横スクロールできます";
  }
  .c-table_scroll > div {
    overflow: auto;
    white-space: nowrap;
  }
  .c-table_scroll .c-table {
    width: auto;
    word-break: keep-all;
  }

  .c-buy {
    padding: 30px 0 50px;
  }

  .c-buy_ttl {
    width: 80vw;
  }

  .c-buy_txt {
    font-size: 1.68rem;
    line-height: 1.31;
  }

  .c-buy_img {
    width: 65.2vw;
    margin: 20px auto 0;
  }
  .c-buy_img-alpitan {
    width: 40vw;
    text-align: center;
    margin: 20px auto 0;
  }

  .c-buy_btn a {
    width: 77vw;
    height: 78px;
    margin: 35px auto 0;
    font-size: 1.7rem;
  }
  
  .c-buy_btn a img {
    width:100%
  }

} 

@media screen and (max-width: 400px) {
  .l-bottomNavi .l-inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .l-bottomNavi_list a {
    padding: 1px 4vw;
  }
}


.c-btn-center {
  margin-left: auto;
  margin-right: auto;
}

.c-btn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  background: #ee3a80;
  font-weight: 700;
  max-width: 280px;
  padding: 0 20px;
  font-size: 1.8rem;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  .c-btn-01 {
    height: 50px;
    font-size: 1.6rem;
    max-width: 300px;
  }
}
.c-btn-01__txt {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
}
.c-btn-01__ico {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  .c-btn-01__ico {
    width: 16px;
    height: 16px;
    right: 8px;
  }
}
.c-btn-01__ico::before {
  content: "";
  border: solid #e60046;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  left: 5px;
}
@media screen and (max-width:767px) {
  .c-btn-01__ico::before {
    padding: 2px;
    top: 5px;
    left: 4px;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-01:hover {
    opacity: 0.7;
  }
}


.pagetop_sp {
  display: block;
  background: url(/brand/visrrat/img/common/sp_pagetop_bg.png) repeat-x center top;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  height: 48px;
  line-height: 48px;
}

.pagetop_sp span {
  background: url(/brand/visrrat/img/common/pagetop_arrow.png) no-repeat left center;
  background-size: 12px;
  padding-left: 15px;
}

.font-01 {
  display: inline !important;
  margin: 0 !important;
  font-family: 'Inter', sans-serif;
}