@charset "UTF-8";
/*-----------------------------------------------------
  Common
-----------------------------------------------------*/
#wrapper {
  font-size: 15px;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  #wrapper {
    font-size: 4.0625vw;
    line-height: 1.6;
  }
}

.toolBox01 {
  background-color: #004491;
}
@media only screen and (max-width: 768px) {
  .toolBox01 {
    padding: 10px 0;
  }
}

#main {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  position: relative;
  background-color: #e8f3fa;
  overflow: hidden;
}
#main div, #main article, #main section,
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6,
#main dl, #main dt, #main dd,
#main ul, #main ol, #main li,
#main pre, #main form, #main input, #main textarea, #main address,
#main table, #main th, #main td,
#main a, #main p, #main img {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
#main html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  margin-top: 0 !important;
}
#main table {
  border-collapse: collapse;
}
#main ul, #main li {
  list-style-type: none;
}
#main sup {
  height: 0;
  line-height: 1;
  position: relative;
}
#main sup {
  top: 0;
}
#main sub {
  font-size: 50%;
  vertical-align: baseline;
}
#main .inner {
  width: 880px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #main .inner {
    width: 90.625%;
  }
}
#main .serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: -0.05em;
}
#main a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  #main a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
#main p {
  color: #333333;
}
#main img {
  width: 100%;
}
#main .res-pc {
  display: inline !important;
}
@media only screen and (max-width: 768px) {
  #main .res-pc {
    display: none !important;
  }
}
#main .res-sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  #main .res-sp {
    display: inline !important;
  }
}
#main .mark-r {
  position: relative;
  font-size: 50%;
  bottom: 0.6em;
  display: inline !important;
  padding: 0 !important;
}
#main .sec {
  position: relative;
  width: 940px;
  margin: 70px auto 0;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  #main .sec {
    width: 100%;
    padding: 7.8125vw 0;
    margin-top: 9.375vw;
  }
}
#main .sec:last-of-type {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #main .sec:last-of-type {
    margin-bottom: 9.375vw;
  }
}
#main .sec:before {
  position: absolute;
  display: block;
  content: " ";
  background-color: #e4ab4e;
  width: 1px;
  height: 60px;
  top: -30px;
  left: 50%;
}
@media only screen and (max-width: 768px) {
  #main .sec:before {
    height: 9.375vw;
    top: -4.6875vw;
  }
}
#main .sec.bg-white {
  background-color: #fff;
}
#main .sec section {
  padding: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  #main .sec section {
    padding: 7.1428571429% 0 0 0;
  }
}
#main .sec section:first-of-type {
  padding-top: 0;
}
#main .sec-title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #004491;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #main .sec-title {
    font-size: 7.03125vw;
    line-height: 1.2888888889em;
    margin-bottom: 10px;
  }
}
#main .bg-blue .sec-title span {
  background-color: #f0f7fe;
}
#main .sec-subtitle {
  border-top: 1px solid #004491;
  border-bottom: 1px solid #004491;
  margin: 40px 0 30px;
}
@media only screen and (max-width: 768px) {
  #main .sec-subtitle {
    font-size: 5vw;
    margin: 6.25vw 0 4.6875vw;
  }
}
#main .sec-subtitle span {
  position: relative;
  display: inline-block;
  height: 43px;
  line-height: 43px;
  background-color: #004491;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  #main .sec-subtitle span {
    font-size: 5.625vw;
    height: 11.5625vw;
    line-height: 11.5625vw;
  }
}
#main .sec-subtitle span:after {
  position: absolute;
  display: block;
  content: " ";
  border-top: 43px solid transparent;
  border-left: 20px solid #004491;
  top: 0px;
  right: -20px;
}
@media only screen and (max-width: 768px) {
  #main .sec-subtitle span:after {
    border-top: 11.5625vw solid transparent;
    border-left: 3.125vw solid #004491;
    right: -3.125vw;
  }
}
#main .sec-subtitle-blue {
  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;
  height: 50px;
  margin: -1px -30px 40px;
  background-color: #004491;
  border: none;
  font-size: 25px;
  color: #fff;
  letter-spacing: 0.025em;
}
#main .sec-inner {
  width: 860px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #main .sec-inner {
    width: 96.5517241379%;
  }
}
#main .sec-note {
  font-size: 12px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #main .sec-note {
    font-size: 3.4666666667vw;
  }
}
#main .border-white {
  border: 1px solid #fff;
}
#main .float-wrap {
  overflow: hidden;
}
#main .float-txt {
  float: left;
}
#main .float-img {
  float: right;
}
@media only screen and (max-width: 768px) {
  #main .float-img {
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  #main .float-txt, #main .float-img {
    float: none !important;
  }
}
#main .mov-wrap {
  border: 4px solid #0076ce;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #main .mov-wrap {
    width: 100%;
  }
}
#main .mov-wrap .mov {
  position: relative;
  display: block;
}
#main .mov-wrap .mov:after {
  position: absolute;
  display: block;
  content: " ";
  background: url(/~/Media/com/haresu/top/img/icon-mov-play.png) no-repeat center center;
  background-size: contain;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #main .mov-wrap .mov:after {
    width: 16.5441176471%;
  }
}
#main .tab-contents .mov-wrap {
  border-color: #fff;
}
#main ul.sec-mov {
  font-size: 0;
  margin-top: 45px;
  text-align: center;
  margin-top: 30px;
}
#main ul.sec-mov li {
  display: inline-block;
  width: 350px;
  margin-left: 90px;
}
#main ul.sec-mov li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  #main ul.sec-mov li {
    width: 82.03125vw;
    margin: 30px 0 0;
  }
  #main ul.sec-mov li:first-child {
    margin-top: 0;
  }
}
#main ul.sec-mov li .mov-title {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #004491;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #main ul.sec-mov li .mov-title {
    font-size: 5vw;
    line-height: 1.25;
  }
}
#main .profile {
  float: right;
  width: 350px;
  padding: 15px;
  border: 1px solid #c8d9ef;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #main .profile {
    width: 100%;
    padding: 3.4482758621%;
    margin-top: 20px;
  }
}
#main .profile p {
  width: 100px;
  float: left;
}
@media only screen and (max-width: 768px) {
  #main .profile p {
    width: 30.5970149254%;
  }
}
#main .profile dl {
  float: right;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  #main .profile dl {
    width: 61.5671641791%;
  }
}
#main .profile dl dt {
  font-size: 19px;
  font-weight: bold;
  color: #004491;
  border-bottom: 1px dotted #7fa1c8;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #main .profile dl dt {
    font-size: 4.375vw;
  }
}
#main .profile dl dd {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  #main .profile dl dd {
    font-size: 3.4375vw;
  }
}
#main .profile dl dd strong {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #main .profile dl dd strong {
    font-size: 4.0625vw;
  }
}
#main .column-btn-wrap {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #main .column-btn-wrap {
    display: block;
    text-align: center;
    margin-top: 4.6875vw;
  }
}
#main .column-btn-wrap .column-btn {
  display: inline-block;
  margin-left: 22px;
  border: 1px solid #c3d7e9;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
  color: #004491;
  padding: 0 15px 0 30px;
  background: #fff url(/~/Media/com/haresu/top/20190218/img/btn-arrow-right.png) no-repeat 8px center;
  background-size: 12px auto;
}
@media only screen and (max-width: 768px) {
  #main .column-btn-wrap .column-btn {
    margin-left: 0;
    font-size: 5vw;
    font-weight: normal;
    line-height: 10.3125vw;
    padding: 0 5.46875vw 0 13.4375vw;
    background-size: 4.6875vw auto;
  }
}
#main .anchor {
  padding-top: 82px;
  margin-bottom: -70px;
  margin-top: -12px;
}
@media only screen and (max-width: 768px) {
  #main .anchor {
    padding-top: 16.875vw;
    margin-bottom: -9.375vw;
    margin-top: -7.5vw;
  }
}
#main .purchase-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #main .purchase-list {
    display: block;
  }
}
#main .purchase-list li.purchase-list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  padding: 15px 0 25px;
}
#main .purchase-list li.purchase-list-item:nth-child(2n+1) {
  background-color: #fff0e8;
}
@media only screen and (max-width: 768px) {
  #main .purchase-list li.purchase-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6.25vw 4.6875vw 6.25vw 3.125vw;
  }
}
#main .purchase-list li.purchase-list-item ul.purchase-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #main .purchase-list li.purchase-list-item ul.purchase-banner {
    max-width: none;
    width: 67.1875vw;
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  #main .purchase-list li.purchase-list-item ul.purchase-banner li {
    margin-top: 15px;
    width: 160px;
  }
}
@media only screen and (max-width: 768px) {
  #main .purchase-list li.purchase-list-item ul.purchase-banner li {
    width: 32.03125vw;
    margin-top: 3.125vw;
  }
}
@media only screen and (min-width: 769px) {
  #main .purchase-list li.purchase-list-item ul.purchase-banner li:nth-child(2n) {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #main .purchase-list li.purchase-list-item ul.purchase-banner li:nth-child(2n) {
    margin-left: 2.6666666667vw;
  }
}
#main .purchase-list li.purchase-list-item ul.purchase-banner li a {
  display: block;
  border: 1px solid #d6dbe2;
}
@media only screen and (max-width: 768px) {
  #main .purchase-list li.purchase-list-item ul.purchase-banner li a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#main .purchase-list li.purchase-list-item .purchase-list-txt p {
  text-align: center;
}
#main .purchase-list li.purchase-list-item .purchase-list-txt p img {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #main .purchase-list li.purchase-list-item .purchase-list-img {
    margin-top: 4.6875vw;
    width: 25vw;
    padding-right: 2.34375vw;
  }
}
#main .purchase-list li.purchase-list-item .purchase-list-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (min-width: 769px) {
  #main .purchase-list li.purchase-list-item .purchase-list-txt p {
    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;
  }
  #main .purchase-list li.purchase-list-item .purchase-list-txt p span {
    display: block;
  }
  #main .purchase-list li.purchase-list-item .purchase-list-txt p span:first-child {
    width: 43px;
    margin-right: 10px;
  }
  #main .purchase-list li.purchase-list-item .purchase-list-txt p span:last-child {
    width: 207px;
  }
  #main .purchase-list li.purchase-list-item .purchase-list-txt p span#float-title-02-img {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #main .purchase-list li.purchase-list-item .purchase-list-txt p {
    width: 40.46875vw;
    margin: 0 auto;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  #main .purchase-list li.purchase-list-item.purchase-list-03 .purchase-list-img, #main .purchase-list li.purchase-list-item.purchase-list-04 .purchase-list-img {
    margin-top: -3.125vw;
  }
}

#main {
  /*-----------------------------------------------------
    MV
  -----------------------------------------------------*/
  /*-----------------------------------------------------
    nav
  -----------------------------------------------------*/
  /*-----------------------------------------------------
    bnr-senryu
  -----------------------------------------------------*/
  /*-----------------------------------------------------
    sec-01
  -----------------------------------------------------*/
  /*-----------------------------------------------------
    sec-03
  -----------------------------------------------------*/
  /*-----------------------------------------------------
    sec-04
  -----------------------------------------------------*/
  /*-----------------------------------------------------
    sec-05
  -----------------------------------------------------*/
  /*-----------------------------------------------------
    sec-02
  -----------------------------------------------------*/
  /*-----------------------------------------------------
    float-purchase
  -----------------------------------------------------*/
  /*-----------------------------------------------------
    senryu
  -----------------------------------------------------*/
}
#main #mv {
  position: relative;
  z-index: 1;
}
#main #mv:before, #main #mv:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: " ";
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #main #mv:before, #main #mv:after {
    display: none;
  }
}
#main #mv:before {
  background-color: #0585b7;
}
#main #mv:after {
  background-color: #0892be;
  left: 50%;
}
#main #mv #mv-inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#0585b7), to(#0892be));
  background: linear-gradient(to right, #0585b7, #0892be);
}
@media only screen and (max-width: 768px) {
  #main #mv #mv-inner {
    width: 100%;
    background-color: transparent;
  }
}
@media only screen and (min-width: 769px) {
  #main #mv h1 img {
    width: 960px;
    height: 510px;
  }
}
#main #nav-wrap {
  height: 90px;
}
@media only screen and (max-width: 768px) {
  #main #nav-wrap {
    height: 16.875vw;
  }
}
#main #nav {
  position: relative;
  background-color: #b37b20;
}
#main #nav > ul {
  display: table;
  table-layout: fixed;
  width: 940px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #main #nav > ul {
    width: 100%;
  }
}
#main #nav > ul > li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 2px;
  border-right: 1px solid #e4ab4e;
}
#main #nav > ul > li:first-child {
  border-left: 1px solid #e4ab4e;
}
#main #nav > ul > li > a {
  position: relative;
  display: table;
  width: 100%;
  height: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 21px;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  #main #nav > ul > li > a {
    height: 17.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.1;
    padding-bottom: 3.125vw;
    background: url(/~/Media/com/haresu/top/20190218/img/arrow-down.png) no-repeat center bottom 2vw;
    background-size: 3.2vw;
  }
}
#main #nav > ul > li > a span {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  #main #nav > ul > li > a span {
    padding: 0;
  }
}
#main #nav.fixed {
  position: fixed;
  top: 51px;
  left: 0;
  z-index: 999;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #main #nav.fixed {
    top: 0;
  }
}
#main #nav .nav-hov > a:before {
  position: absolute;
  display: block;
  content: " ";
  background-color: transparent;
  width: calc( 100% - 40px );
  height: calc( 100% - 10px + 4px );
  top: 10px;
  left: 20px;
  border-radius: 4px 4px 0 0;
  z-index: 998;
}
#main #nav .nav-hov .nav-hov-cnt {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.27);
  width: 100vw;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 997;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#main #nav .nav-hov .nav-hov-cnt > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 0;
}
#main #nav .nav-hov .nav-hov-cnt > ul > li {
  width: 164px;
  background-color: #fff;
  padding: 10px 0 15px;
  border-radius: 4px;
  margin-left: 47px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#main #nav .nav-hov .nav-hov-cnt > ul > li:first-child {
  margin-left: 0;
}
#main #nav .nav-hov .nav-hov-cnt > ul > li .hov-nav-img {
  display: block;
  width: 100%;
}
#main #nav .nav-hov .nav-hov-cnt > ul > li .hov-nav-img img {
  width: auto;
  margin: 0 auto;
}
#main #nav .nav-hov .nav-hov-cnt > ul > li .hov-nav-txt {
  text-align: center;
  font-size: 12px;
}
#main #nav .nav-hov .nav-hov-cnt > ul > li .hov-nav-txt strong {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #004491;
}
#main #nav .nav-hov .nav-hov-cnt > ul > li .column-btn {
  margin-left: 0;
  margin-top: 10px;
}
#main #nav .nav-hov .nav-hov-cnt > ul > li.nav-hov-cnt-mss .hov-nav-txt {
  margin-top: -10px;
}
#main #nav .nav-hov .nav-hov-cnt > ul > li.nav-hov-cnt-mss .column-btn {
  margin-top: 4px;
}
@media only screen and (min-width: 769px) {
  #main #nav .nav-hov.hover > a {
    color: #004491;
    opacity: 1;
  }
  #main #nav .nav-hov.hover > a:before {
    background-color: #fff;
  }
  #main #nav .nav-hov.hover .nav-hov-cnt {
    height: 290px;
  }
  #main #nav .nav-hov-cnt > ul > li:hover {
    background-color: #e8f3fa;
  }
}
#main #bnr-senryu {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #main #bnr-senryu {
    padding: 0 4.6666666667vw;
  }
}
#main #bnr-senryu:before {
  display: none;
}
#main #sec-01 {
  padding: 0;
}
#main #sec-01 #sec-01-01 #condition {
  background-color: #fdf2f4;
  margin: 0 0 50px;
  padding: 60px 0 10px;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #condition {
    margin: 0 0 8vw;
    padding: 8vw 0 2.6666666667vw;
  }
}
#main #sec-01 #sec-01-01 #condition #condition-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #e73756;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #condition #condition-title {
    font-size: 7.0266666667vw;
    line-height: 1.2903225806;
  }
}
#main #sec-01 #sec-01-01 #condition #condition-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #condition #condition-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.6666666667vw 9.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
#main #sec-01 #sec-01-01 #condition #condition-list li {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #condition #condition-list li {
    width: 28vw;
  }
}
#main #sec-01 #sec-01-01 #condition #condition-list li > span {
  display: block;
  border-radius: 100vw;
  overflow: hidden;
}
#main #sec-01 #sec-01-01 #condition #condition-list li > p {
  font-size: 18px;
  text-align: center;
  margin: 15px -2em 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.3333333333;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #condition #condition-list li > p {
    font-size: 3.4666666667vw;
    line-height: 1.3846153846;
    margin-top: 2vw;
  }
}
#main #sec-01 #sec-01-01 #condition .sec-note {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #condition .sec-note {
    margin-top: 3.3333333333vw;
  }
}
#main #sec-01 #sec-01-01 #checklist-title {
  font-size: 25px;
  font-weight: normal;
  color: #e73756;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #checklist-title {
    font-size: 5.9333333333vw;
  }
}
#main #sec-01 #sec-01-01 #checklist-title span {
  position: relative;
  z-index: 1;
}
#main #sec-01 #sec-01-01 #checklist-title span:before {
  position: absolute;
  display: block;
  content: " ";
  background-color: #fff100;
  width: 105%;
  height: 0.6em;
  bottom: -0.1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
#main #sec-01 #sec-01-01 #checklist-title + p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #checklist-title + p {
    text-align: left;
  }
}
#main #sec-01 #sec-01-01 #checklist {
  background-color: #e73756;
  padding: 5px;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #checklist {
    padding: 3px;
    margin-top: 15px;
  }
}
#main #sec-01 #sec-01-01 #checklist .border-white {
  background-color: #fbfbe9;
  padding: 15px 20px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #checklist .border-white {
    padding: 2.6408450704%;
  }
}
#main #sec-01 #sec-01-01 #checklist .border-white ul {
  width: 399px;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #checklist .border-white ul {
    width: 100%;
  }
}
#main #sec-01 #sec-01-01 #checklist .border-white ul:first-of-type {
  float: left;
}
#main #sec-01 #sec-01-01 #checklist .border-white ul:last-of-type {
  float: right;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #checklist .border-white ul:last-of-type li:first-child {
    border-top: 1px solid #e1ddce;
  }
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #checklist .border-white ul:first-of-type, #main #sec-01 #sec-01-01 #checklist .border-white ul:last-of-type {
    float: none;
  }
}
#main #sec-01 #sec-01-01 #checklist .border-white ul li {
  border-top: 1px solid #e1ddce;
  background: url(/~/Media/com/haresu/top/img/sec-02-check.png) no-repeat 10px 18px;
  background-size: 24px auto;
  padding: 12px 0;
  padding-left: 42px;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #checklist .border-white ul li {
    background-position: 5px center;
    background-size: 6.6914498141% auto;
    padding-left: 2em;
    font-size: 4.375vw;
  }
}
#main #sec-01 #sec-01-01 #checklist .border-white ul li:first-child {
  border: none;
}
#main #sec-01 #sec-01-01 #checklist + .sec-note {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #checklist + .sec-note {
    margin-top: 2vw;
  }
}
#main #sec-01 #sec-01-01 #sec-01-1-column {
  margin-top: 30px;
  background: #fdf2f4 no-repeat left top / contain;
  height: 275px;
  padding: 25px 0 0;
}
@media only screen and (min-width: 769px) {
  #main #sec-01 #sec-01-01 #sec-01-1-column {
    background-image: url(/~/Media/com/haresu/top/20231227/img/sec-01-1-column-bg-pc.png);
  }
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #sec-01-1-column {
    background-image: url(/~/Media/com/haresu/top/20231227/img/sec-01-1-column-bg-sp.png);
    background-position: right top;
    background-size: 83.2vw auto;
    height: auto;
    padding: 0 0 6.6666666667vw;
  }
}
#main #sec-01 #sec-01-01 #sec-01-1-column .column-title {
  padding-left: 315px;
  font-size: 30px;
  font-weight: bold;
  color: #e73756;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #sec-01-1-column .column-title {
    padding: 18vw 4.6666666667vw;
    font-size: 7.032vw;
    line-height: 1.3651877133;
  }
}
#main #sec-01 #sec-01-01 #sec-01-1-column .column-box {
  padding: 0 30px 0 315px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #sec-01-1-column .column-box {
    padding-left: 4.6666666667vw;
    padding-right: 4.6666666667vw;
    margin-top: -0.5em;
  }
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #sec-01-1-column .column-box .column-txt {
    font-size: 5vw;
  }
}
#main #sec-01 #sec-01-01 #sec-01-1-column .column-box .column-link {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #sec-01-1-column .column-box .column-link {
    margin-top: 4vw;
  }
}
#main #sec-01 #sec-01-01 #sec-01-1-column .column-box .column-link > p {
  font-size: 15px;
  color: #004491;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #sec-01-1-column .column-box .column-link > p {
    font-size: 5vw;
  }
}
#main #sec-01 #sec-01-01 #sec-01-1-column .column-box .column-link .column-btn-wrap {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #sec-01-1-column .column-box .column-link .column-btn-wrap {
    text-align: left;
  }
}
#main #sec-01 #sec-01-01 #sec-01-1-column .column-box .column-link .column-btn-wrap a {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  #main #sec-01 #sec-01-01 #sec-01-1-column .sec-note {
    margin-top: 2.6666666667vw;
  }
}
#main #sec-03 #sec-03-lead .float-txt {
  width: 500px;
}
@media only screen and (max-width: 768px) {
  #main #sec-03 #sec-03-lead .float-txt {
    width: 100%;
  }
}
#main #sec-04 .float-txt {
  width: 520px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #main #sec-04 .float-txt {
    width: 100%;
    font-size: 5vw;
    line-height: 1.625;
  }
}
#main #sec-04 .profile dl dt {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #main #sec-04 .profile dl dt {
    font-size: 4.0625vw;
  }
}
#main #sec-04 #nsn {
  margin: 25px auto 0;
  width: 260px;
}
@media only screen and (max-width: 768px) {
  #main #sec-04 #nsn {
    width: 54.6875vw;
  }
}
#main #sec-05 .sec-05-lead {
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  #main #sec-05 .purchase-list > li {
    border-left: 1px solid #004491;
  }
}
@media only screen and (max-width: 768px) {
  #main #sec-05 .purchase-list > li {
    border-top: 1px solid #004491;
  }
}
#main #sec-05 .purchase-list li.purchase-list-item {
  background-color: transparent;
}
@media only screen and (min-width: 769px) {
  #main #sec-05 .purchase-list li.purchase-list-item {
    width: 300px;
  }
  #main #sec-05 .purchase-list li.purchase-list-item:first-child {
    border: none;
  }
}
@media only screen and (max-width: 768px) {
  #main #sec-05 .purchase-list li.purchase-list-item {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #004491;
  }
  #main #sec-05 .purchase-list li.purchase-list-item:first-child {
    border: none;
  }
}
#main #sec-02 {
  padding-bottom: 0;
  /*--- #hmg, #hbr ------------------------------------------------*/
}
#main #sec-02 .tab {
  margin-top: 10px;
}
#main #sec-02 .tab ul.tab-menu {
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab ul.tab-menu {
    display: block;
  }
}
#main #sec-02 .tab ul.tab-menu li {
  position: relative;
  display: table-cell;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab ul.tab-menu li {
    display: block;
    width: auto;
    height: 45px;
    padding-bottom: 5px;
    border-width: 1px;
    border-bottom: 1px solid #d0e6f6;
  }
}
#main #sec-02 .tab ul.tab-menu li:before {
  position: absolute;
  display: block;
  content: " ";
  background-color: #d0e6f6;
  width: 3px;
  height: 23px;
  bottom: 0px;
  left: -1px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab ul.tab-menu li:before {
    display: none;
  }
}
#main #sec-02 .tab ul.tab-menu li:first-child:before {
  display: none;
}
#main #sec-02 .tab ul.tab-menu li:after {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 19px;
  bottom: -18px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab ul.tab-menu li:after {
    width: 20px;
    height: 10px;
    bottom: -9px;
    margin-left: -10px;
  }
}
#main #sec-02 .tab ul.tab-menu li > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 82px;
  font-size: 18px;
  line-height: 1.3;
  color: #004491;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab ul.tab-menu li > p {
    height: 45px;
    font-size: 4.375vw;
    line-height: 1;
    letter-spacing: -0.08em;
  }
}
#main #sec-02 .tab ul.tab-menu li.on, #main #sec-02 .tab ul.tab-menu li:hover {
  border-color: #004491;
}
#main #sec-02 .tab ul.tab-menu li.on:after, #main #sec-02 .tab ul.tab-menu li:hover:after {
  background-image: url(/~/Media/com/haresu/top/20190218/img/tab-menu-beak.png);
}
#main #sec-02 .tab-contents {
  background-color: #d0e6f6;
  -webkit-transition: opacity 0.3s, height 0.3s;
  transition: opacity 0.3s, height 0.3s;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents {
    background-color: #e8f3fa;
  }
}
#main #sec-02 .tab-contents .tab-item {
  opacity: 0;
  height: 0;
  min-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s 0.15s;
  transition: opacity 0.3s 0.15s;
}
#main #sec-02 .tab-contents .tab-item.open {
  opacity: 1;
  height: auto;
}
#main #sec-02 .tab-contents .tab-item-sec-yellow {
  background-color: #fbfbe9;
  margin: 50px -30px -50px;
  padding: 1px 30px 50px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents .tab-item-sec-yellow {
    margin: 6.6666666667vw calc( 50% - 50vw ) -6.6666666667vw;
    padding: 1px 4.6666666667vw 9.3333333333vw;
  }
}
#main #sec-02 .tab-contents .tab-item-sec-white {
  background-color: #fff;
  margin: 50px -30px -50px;
  padding: 1px 30px 50px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents .tab-item-sec-white {
    margin: 6.6666666667vw calc( 50% - 50vw ) -6.6666666667vw;
    padding: 1px 4.6666666667vw 9.3333333333vw;
  }
}
#main #sec-02 .tab-contents .tab-item-cnt {
  padding: 50px 30px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents .tab-item-cnt {
    padding: 4.6875vw;
  }
}
#main #sec-02 .tab-contents .tab-item-mv .tab-item-mv-img {
  margin: 0 auto;
}
#main #sec-02 .tab-contents .tab-item-mv .tab-item-mv-cap {
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents .tab-item-mv .tab-item-mv-cap {
    font-size: 3.75vw;
  }
}
#main #sec-02 .tab-contents .tab-item-mv .tab-item-mv-cap .tab-item-mv-cap-border {
  display: inline-block;
  border: 1px solid #000;
  line-height: 1;
  padding: 2px;
}
#main #sec-02 .tab-contents .tab-item-title {
  font-size: 30px;
  font-weight: bold;
  color: #004491;
  text-align: center;
  margin: 30px 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents .tab-item-title {
    font-size: 7.03125vw;
    line-height: 1.25;
  }
}
#main #sec-02 .tab-contents .tab-item-title > span {
  position: relative;
  display: inline-block;
}
#main #sec-02 .tab-contents .tab-item-title > span:after {
  position: absolute;
  display: block;
  content: " ";
  background-color: #004491;
  width: 100%;
  height: 3px;
  bottom: -10px;
  left: 0px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents .tab-item-title > span:after {
    height: 2px;
    bottom: -1.5625vw;
  }
}
#main #sec-02 .tab-contents .tab-item-lead {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents .tab-item-lead {
    text-align: left;
    font-size: 5vw;
  }
}
#main #sec-02 .tab-contents ul.tab-item-box {
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#main #sec-02 .tab-contents ul.tab-item-box li {
  width: 205px;
  margin-left: 20px;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents ul.tab-item-box li {
    width: 68.125vw;
  }
}
#main #sec-02 .tab-contents ul.tab-item-box li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
#main #sec-02 .tab-contents ul.tab-item-box li dl dt {
  border: 1px solid #8fb8d6;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background-color: #0076ce;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents ul.tab-item-box li dl dt {
    border-radius: 1.25vw 1.25vw 0 0;
  }
}
#main #sec-02 .tab-contents ul.tab-item-box li dl dt .tab-item-box-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents ul.tab-item-box li dl dt .tab-item-box-title {
    font-size: 6.25vw;
    line-height: 15.625vw;
  }
}
#main #sec-02 .tab-contents ul.tab-item-box li dl dt > span {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  height: 55px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents ul.tab-item-box li dl dt > span {
    font-size: 4.375vw;
    height: 17.1875vw;
  }
}
#main #sec-02 .tab-contents ul.tab-item-box li dl dt > span:before {
  position: absolute;
  display: block;
  content: " ";
  background: url(/~/Media/com/haresu/top/20190218/img/tab-item-box-dot.png) repeat-x top center;
  background-size: contain;
  width: 150px;
  height: 3px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents ul.tab-item-box li dl dt > span:before {
    width: 46.875vw;
    height: 0.9375vw;
  }
}
#main #sec-02 .tab-contents ul.tab-item-box li dl dt > span small {
  display: block;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents ul.tab-item-box li dl dt > span small {
    font-size: 3.75vw;
  }
}
#main #sec-02 .tab-contents ul.tab-item-box li dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #8fb8d6;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background-color: #0076ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  text-align: left;
  padding: 14px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents ul.tab-item-box li dl dd {
    font-size: 4.6875vw;
    padding: 7.8125vw 4.6875vw;
    border-radius: 0 0 1.25vw 1.25vw;
  }
}
#main #sec-02 .tab-contents ul.tab-item-box li dl dd strong {
  display: block;
  color: #004491;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 769px) {
  #main #sec-02 .tab-contents ul.tab-item-box li.tab-item-box-large {
    width: 294px;
  }
  #main #sec-02 .tab-contents ul.tab-item-box li.tab-item-box-large:nth-child(n+2) {
    margin-left: 60px;
  }
  #main #sec-02 .tab-contents ul.tab-item-box li.tab-item-box-large dd {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #main #sec-02 .tab-contents ul.tab-item-box li.tab-item-box-large dd:before {
    padding-top: 0;
  }
}
#main #sec-02 .tab-contents .tab-item-detail {
  margin-top: 30px;
}
#main #sec-02 .tab-contents .tab-item-detail dl {
  overflow: hidden;
  margin-top: 20px;
}
#main #sec-02 .tab-contents .tab-item-detail dl:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents .tab-item-detail dl {
    text-align: center;
  }
}
#main #sec-02 .tab-contents .tab-item-detail dl dt {
  float: left;
  border: 1px solid #8fb8d6;
  border-radius: 5px;
  background-color: #fff;
  min-width: 170px;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  color: #0076ce;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents .tab-item-detail dl dt {
    float: none;
    display: inline-block;
    font-size: 6.25vw;
    min-width: 56.25vw;
    line-height: 16.40625vw;
  }
}
#main #sec-02 .tab-contents .tab-item-detail dl dd {
  padding-left: 190px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents .tab-item-detail dl dd {
    padding-left: 0;
    text-align: left;
    margin-top: 10px;
  }
}
#main #sec-02 .tab-contents .tab-item-linkbtn {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents .tab-item-linkbtn {
    margin-top: 4.6875vw;
  }
}
#main #sec-02 .tab-contents .tab-item-linkbtn a {
  display: inline-block;
  width: 400px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#1fb6e7), to(#023286));
  background: -ms-linear-gradient(left, #1fb6e7, #023286);
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents .tab-item-linkbtn a {
    width: 100%;
    line-height: 13.4375vw;
    font-size: 5vw;
  }
}
#main #sec-02 .tab-contents .tab-item-linkbtn a span {
  padding-right: 25px;
  background: url(/~/Media/com/haresu/top/20190218/img/btn-arrow-right.png) no-repeat right center;
  background-size: 17px auto;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents .tab-item-linkbtn a span {
    background-size: 4.6875vw auto;
  }
}
#main #sec-02 .tab-contents .tab-item-title-color {
  font-size: 22px;
  font-weight: bold;
  color: #004491;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents .tab-item-title-color {
    font-size: 5vw;
  }
}
#main #sec-02 .tab-contents .tab-item-title-color.icon-tooth {
  padding-left: 20px;
  background: url(/~/Media/com/haresu/top/20190218/img/icon-tooth.png) no-repeat left center;
  background-size: 12px 14px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 .tab-contents .tab-item-title-color.icon-tooth {
    padding-left: 6.875vw;
    background-size: 3.4375vw 4.0625vw;
    background-position: 1.5625vw center;
  }
}
#main #sec-02 #mss .tab-item-mv-img {
  width: 205px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #mss .tab-item-mv-img {
    width: 61.25vw;
  }
}
#main #sec-02 #mss #mss-sec-02-1-txt .float-txt,
#main #sec-02 #mss #mss-sec-02-2-txt .float-txt {
  width: 770px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #mss #mss-sec-02-1-txt .float-txt,
  #main #sec-02 #mss #mss-sec-02-2-txt .float-txt {
    width: 100%;
  }
}
#main #sec-02 #mss #mss-sec-02-1-txt .float-img,
#main #sec-02 #mss #mss-sec-02-2-txt .float-img {
  width: 82px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #mss #mss-sec-02-1-txt .float-img,
  #main #sec-02 #mss #mss-sec-02-2-txt .float-img {
    width: 22.1875vw;
  }
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #mss #mss-sec-02-2-txt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 769px) {
  #main #sec-02 #mss .sec-mov .mov-title {
    margin: 0 -20px 10px;
  }
}
#main #sec-02 #kne #kne-mv-copy {
  width: 607px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #kne #kne-mv-copy {
    width: 85.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
#main #sec-02 #kne .tab-item-mv-img {
  position: relative;
  width: 268px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #kne .tab-item-mv-img {
    width: 71.4666666667vw;
  }
}
#main #sec-02 #kne .tab-item-box {
  margin: 0 auto;
  width: 695px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #kne .tab-item-box {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #kne .tab-item-box li {
    margin-left: 0;
  }
}
#main #sec-02 #kne .tab-item-box li:first-child {
  margin-left: 0;
}
#main #sec-02 #kne .tab-item-box:first-of-type li dl dt, #main #sec-02 #kne .tab-item-box:first-of-type li dl dd {
  border-color: #f5afbb;
}
#main #sec-02 #kne .tab-item-box:first-of-type li dl dt {
  background-color: #e73756;
}
#main #sec-02 #kne #kne-sec-01 #kne-sec-01-fig {
  width: 570px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #kne #kne-sec-01 #kne-sec-01-fig {
    width: 90.6666666667vw;
  }
}
#main #sec-02 #kne #kne-sec-02 #kne-sec-02-txt {
  width: 625px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #kne #kne-sec-02 #kne-sec-02-txt {
    width: 91.4666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #kne #kne-sec-03 .sec-subtitle-blue {
    margin-bottom: 5.3333333333vw;
  }
}
#main #sec-02 #kne #kne-sec-03 h3 {
  font-size: 25px;
  text-align: center;
  color: #004491;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #kne #kne-sec-03 h3 {
    font-size: 5.8666666667vw;
    font-weight: bold;
    margin-bottom: 2.6785714286%;
  }
}
#main #sec-02 #kne #kne-sec-03 #kne-sec-03-txt .float-txt {
  width: 570px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #kne #kne-sec-03 #kne-sec-03-txt .float-txt {
    width: 100%;
  }
}
#main #sec-02 #kne #kne-sec-03 #kne-sec-03-txt .float-img {
  width: 260px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #kne #kne-sec-03 #kne-sec-03-txt .float-img {
    width: 81.25vw;
  }
}
#main #sec-02 #kne #kne-sec-03 #kne-sec-03-lead {
  width: 572px;
  margin: 25px auto;
  padding-top: 46px;
  background: url(/~/Media/com/haresu/top/img/sec-04-1-arrow.png) no-repeat center 0;
  background-size: 70px auto;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #kne #kne-sec-03 #kne-sec-03-lead {
    width: 77.8571428571%;
    padding-top: 9.6428571429%;
    background-size: 16.25%;
  }
}
#main #sec-02 #kne #kne-sec-03 #kne-sec-03-catch {
  width: 860px;
  height: 0;
  padding-top: 161px;
  overflow: hidden;
  background: url(/~/Media/com/haresu/top/20190218/img/sec-04-1-catch.png) no-repeat 0 0;
  background-size: contain;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #kne #kne-sec-03 #kne-sec-03-catch {
    width: 100%;
    padding-top: 41.9642857143%;
    background-image: url(/~/Media/com/haresu/top/20190218/img/sec-04-1-catch-sp.png);
  }
}
#main #sec-02 #kne #kne-sec-04 .float-txt {
  width: 640px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #kne #kne-sec-04 .float-txt {
    width: 100%;
  }
}
#main #sec-02 #kne #kne-sec-04 .float-img {
  width: 204px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #kne #kne-sec-04 .float-img {
    width: 55.625vw;
  }
}
#main #sec-02 #kne #kne-sec-04-1-txt-note {
  margin-top: 1em;
  text-indent: -5em;
  padding-left: 5em;
}
#main #sec-02 #hmg .tab-item-mv-img {
  width: 269px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #hmg .tab-item-mv-img {
    width: 81.71875vw;
  }
}
#main #sec-02 #hmg .tab-item-mv-cap {
  margin-top: -10px;
}
#main #sec-02 #hmg #hmg-sec-02-txt {
  margin-bottom: 30px;
}
#main #sec-02 #hmg #hmg-sec-02-txt .float-img {
  float: left;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #hmg #hmg-sec-02-txt .float-img {
    width: 36.09375vw;
    margin: 0 auto 5px;
  }
}
#main #sec-02 #hmg-sec-03 #hmg-sec-03-01-txt .float-img {
  float: left;
  width: 107px;
  margin-left: 20px;
  margin-top: -10px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #hmg-sec-03 #hmg-sec-03-01-txt .float-img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #main #sec-02 #hmg-sec-03 #hmg-sec-03-01-txt .float-img {
    width: 35.9375vw;
  }
}

#main #sec-02 #hmg-sec-03 #hmg-sec-03-02-txt .float-txt {
  width: 660px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #hmg-sec-03 #hmg-sec-03-02-txt .float-txt {
    width: 100%;
  }
}
#main #sec-02 #hmg-sec-03 #hmg-sec-03-02-txt .float-img {
  width: 202px;
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #hmg-sec-03 #hmg-sec-03-02-txt .float-img {
    width: 65.625vw;
    margin-top: 0;
  }
}
#main #sec-02 #hmg-sec-03 #hmg-sec-03-02-txt ol {
  color: #004491;
  margin-top: 0.5em;
}
#main #sec-02 #hmg-sec-03 #hmg-sec-03-02-txt ol li {
  padding-left: 20px;
}
#main #sec-02 #hmg-sec-03 #hmg-sec-03-02-txt ol span {
  float: left;
  margin-left: -20px;
}
#main #sec-02 #hbr .tab-item-mv-img {
  width: 296px;
}
@media only screen and (max-width: 768px) {
  #main #sec-02 #hbr .tab-item-mv-img {
    width: 83.125vw;
  }
}
#main #sec-02 #hbr #hmg-sec-03 #hmg-sec-03-02-txt ol li {
  padding-left: 0;
}
#main #float-purchase {
  position: fixed;
  z-index: 9990;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 769px) {
  #main #float-purchase {
    right: 0;
    top: 70%;
    width: 91.6666666667%;
    max-width: 1100px;
    min-height: 214px;
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  #main #float-purchase {
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
  }
}
#main #float-purchase #float-purchase-btn {
  position: absolute;
  display: block;
}
@media only screen and (min-width: 769px) {
  #main #float-purchase #float-purchase-btn {
    top: 0;
    left: -63px;
  }
}
@media only screen and (max-width: 768px) {
  #main #float-purchase #float-purchase-btn {
    top: 1px;
    -webkit-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
    left: 0;
  }
}
#main #float-purchase #float-purchase-btn:hover {
  opacity: 1;
}
#main #float-purchase #float-purchase-cnt {
  width: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  #main #float-purchase #float-purchase-cnt {
    border: 7px solid #fc6d1e;
    border-right: none;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.66);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.66);
    margin-top: 4px;
    height: 0;
  }
}
@media only screen and (max-width: 768px) {
  #main #float-purchase #float-purchase-cnt {
    border-left: 3px solid #fc6d1e;
    border-right: 3px solid #fc6d1e;
  }
}
@media only screen and (max-width: 768px) {
  #main #float-purchase #float-purchase-cnt .purchase-list > li {
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
  }
}
#main #float-purchase #float-purchase-cnt .purchase-list > li .purchase-list-img {
  width: 19.0625vw;
}
@media only screen and (min-width: 769px) {
  #main #float-purchase #float-purchase-cnt .purchase-list > li .purchase-list-txt ul {
    max-width: none;
    width: 55.6776556777%;
    margin: 15px auto 0;
  }
}
@media only screen and (min-width: 769px) {
  #main #float-purchase #float-purchase-cnt .purchase-list > li .purchase-list-txt ul li:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #main #float-purchase #float-purchase-cnt .purchase-list > li .purchase-list-txt ul li {
    width: 29.375vw;
  }
}
#main #float-purchase #float-purchase-cnt .purchase-list > li.purchase-list-03 .purchase-list-txt p {
  width: 100%;
}
#main #float-purchase #float-purchase-cnt .purchase-list > li.purchase-list-03 .purchase-list-txt p img {
  width: 100%;
}
#main #float-purchase.open {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
@media only screen and (max-width: 768px) {
  #main #float-purchase.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#main #float-purchase.open #float-purchase-cnt {
  height: auto;
}
#main #pagetop {
  position: fixed;
  right: 0;
  top: 70%;
  z-index: 9990;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  #main #pagetop {
    top: auto;
    bottom: 8%;
    width: 9.84375vw;
  }
}
#main #senryu {
  position: relative;
  background-color: #004491;
  padding: 175px 70px 50px 370px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #main #senryu {
    padding: 62.6666666667vw 4.6666666667vw 8vw;
  }
}
#main #senryu:before, #main #senryu:after {
  position: absolute;
  display: block;
  content: " ";
  background: url(/~/Media/com/haresu/top/20210901/img/senryu-bg.gif) no-repeat center center/contain;
  width: 124px;
  height: 124px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #main #senryu:before, #main #senryu:after {
    width: 21.6vw;
    height: 21.6vw;
  }
}
#main #senryu:before {
  top: 10px;
  left: 10px;
}
@media only screen and (max-width: 768px) {
  #main #senryu:before {
    top: 0;
    left: 0;
  }
}
#main #senryu:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 70px;
  right: 12px;
}
@media only screen and (max-width: 768px) {
  #main #senryu:after {
    bottom: 0;
    right: -1.4666666667vw;
  }
}
#main #senryu #senryu-title {
  position: absolute;
  top: 25px;
  left: 40px;
  width: 401px;
}
@media only screen and (max-width: 768px) {
  #main #senryu #senryu-title {
    top: 9.3333333333vw;
    left: 32.8vw;
    width: 62.1333333333vw;
  }
}
#main #senryu #senryu-txt {
  position: absolute;
  top: 50px;
  left: 465px;
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
  color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #main #senryu #senryu-txt {
    top: 33.3333333333vw;
    left: 32.8vw;
    font-size: 3.7333333333vw;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }
}
#main #senryu #senryu-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 428px;
}
@media only screen and (max-width: 768px) {
  #main #senryu #senryu-img {
    bottom: auto;
    top: 3.3333333333vw;
    width: 47.0666666667vw;
  }
}
#main #senryu #senryu-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
}
@media only screen and (max-width: 768px) {
  #main #senryu #senryu-list {
    margin-top: -2.6666666667vw;
  }
}
#main #senryu #senryu-list li {
  width: calc( (100% - 20px) / 2 );
  background-color: #fff;
  margin: 0;
  margin-top: 20px;
  border-color: #e4ab4e;
}
@media only screen and (max-width: 768px) {
  #main #senryu #senryu-list li {
    width: calc( (100% - 2.6666666667vw) / 2 );
    margin-top: 2.6666666667vw;
    border-width: 3px;
  }
}

html.modal_open {
  overflow: hidden;
}



