@charset "UTF-8";
/* グローバル用調整
---------------------------------------------------- */
body:not(.pageType_global) .pc_header,
body:not(.pageType_global) .sp_header,
body:not(.pageType_global) footer:not(.footer) {
  display: none;
}

body.pageType_global.hoken_bicycle, body.pageType_global.hoken_motorcycle, body.pageType_global.tyoinori {
  padding-top: 0;
}
body.pageType_global .sp_header {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
body.pageType_global .pc_header,
body.pageType_global .sp_header,
body.pageType_global footer:not(.footer) {
  font-family: "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
body.pageType_global .pc_header b,
body.pageType_global .sp_header b,
body.pageType_global footer:not(.footer) b {
  font-weight: 700;
}
body.pageType_global .pc_header img,
body.pageType_global .sp_header img,
body.pageType_global footer:not(.footer) img {
  width: revert-layer;
  height: revert-layer;
}
body.pageType_global .pc_header *,
body.pageType_global .pc_header *::before,
body.pageType_global .pc_header *::after,
body.pageType_global .sp_header *,
body.pageType_global .sp_header *::before,
body.pageType_global .sp_header *::after,
body.pageType_global footer:not(.footer) *,
body.pageType_global footer:not(.footer) *::before,
body.pageType_global footer:not(.footer) *::after {
  box-sizing: content-box;
}
body.pageType_global .pc_header,
body.pageType_global footer:not(.footer),
body.pageType_global #menuNavi {
  font-feature-settings: initial;
}
body.pageType_global footer:not(.footer) #slider {
  margin-top: 0 !important;
}
body.pageType_global footer:not(.footer) {
  padding-top: 0 !important;
}
body.pageType_global header.header {
  display: none;
}
body.pageType_global.viewMode_SP header.header {
  display: flex;
  top: -100px;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
body.pageType_global.viewMode_SP header.header.stts_inView {
  display: flex;
  top: 0px;
}
body.pageType_global.viewMode_SP .pc_header img,
body.pageType_global.viewMode_SP .sp_header img,
body.pageType_global.viewMode_SP footer:not(.footer) img {
  width: 100%;
  height: auto;
}
body.pageType_global .fv {
  margin-top: 0;
}
body.pageType_global header#update2015_header #nav99 ul.langmenu > li > a {
  text-indent: 1.8em;
}
body.pageType_global header#update2015_header #nav99 ul.langmenu li a.faq_button::before,
body.pageType_global header#update2015_header #nav99 ul.langmenu li a.lang_button::before {
  left: 1.5em;
}
body.pageType_global header#update2015_header li.item01 a img, body.pageType_global header#update2015_header li.item04 a img {
  width: 40px;
  height: 41px;
}
body.pageType_global header#update2015_header li.item02 a img {
  width: 30px;
  height: 30px;
}
body.pageType_global #update2015_footer #footer_sec-01 #slider p:nth-of-type(3) img,
body.pageType_global #update2015_footer #footer_sec-01 #slider p:nth-of-type(7) img {
  width: 130px;
  height: 60px;
}
body.pageType_global #update2015_footer #footer_sec-01 #slider p:nth-of-type(6) img {
  width: 80px;
  height: 60px;
}
body.pageType_global #update2015_footer #footer_sec-01 #slider p:nth-of-type(8) img {
  width: 50px;
  height: 50px;
}

/* HP/LP共通
---------------------------------------------------- */
.HPOnly {
  display: none;
}
body.pageType_global .HPOnly {
  display: block;
}

.LPOnly {
  display: block;
}
body.pageType_global .LPOnly {
  display: none;
}

.SPOnly {
  display: none;
}
body.viewMode_SP .SPOnly {
  display: inline-block;
}

.PCOnly {
  display: inline-block;
}
body.viewMode_SP .PCOnly {
  display: none;
}

.center {
  text-align: center;
}

.yellow {
  background-image: linear-gradient(to bottom, #fff 0%, #fff 60%, #FFF100 60%, #FFF100 100%);
}

.modal .modal-link .modal-link-section {
  margin-bottom: 2em;
}

/* application
---------------------------------------------------- */
.application {
  background: #e6e6e6;
  padding: 60px 0 0 0;
}
.application h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.application__copy {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  margin: 37px 0 0 0;
}
.application__btn {
  width: 446px;
  margin: 22px auto 0 auto;
  margin: 1em auto 2em auto;
}
.application__btn a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  line-height: 37px;
  border: 2px solid #3c3c3c;
  border-radius: 100vh;
  position: relative;
}
.application__btn a:link, .application__btn a:visited {
  text-decoration: none;
}
.application__btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #3c3c3c;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.application__link {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center;
}
.application__link li:not(:first-child) {
  margin: 0 0 0 50px;
}
.application__link a {
  font-size: 15px;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 1;
}

body.viewMode_SP .application {
  background: #e6e6e6;
  padding: 6.6666666667vw 5.0666666667vw 0 5.0666666667vw;
}
body.viewMode_SP .application h2 {
  font-size: 5.3333333333vw;
  font-weight: bold;
  line-height: 1.5;
}
body.viewMode_SP .application__copy {
  font-size: 3.4666666667vw;
  font-weight: bold;
  line-height: 1;
  margin: 3.3333333333vw 0 0 0;
}
body.viewMode_SP .application__btn {
  width: 79.2vw;
}
body.viewMode_SP .application__btn a {
  display: block;
  font-size: 3.2vw;
  font-weight: bold;
  text-decoration: none;
  line-height: 7.3333333333vw;
  border: 1px solid #3c3c3c;
  border-radius: 100vh;
  position: relative;
}
body.viewMode_SP .application__btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6666666667vw 0 0.6666666667vw 1.2vw;
  border-color: transparent transparent transparent #3c3c3c;
  position: absolute;
  right: 2.8vw;
  top: 50%;
  transform: translateY(-50%);
}
body.viewMode_SP .application__link {
  margin: 6vw 0 0 0;
  flex-flow: column nowrap;
}
body.viewMode_SP .application__link li:not(:first-child) {
  margin: 0.5em 0 0 0;
}
body.viewMode_SP .application__link a {
  font-size: 2.6666666667vw;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 1;
}

/* modal
---------------------------------------------------- */
.modal .modal-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal .modal-link ul::after {
  content: "";
  display: block;
  width: 283px;
}
.modal .modal-link li {
  width: 230px;
  margin-bottom: 20px;
}
.modal .modal-link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border: 1px solid #286bb4;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #286bb4;
  text-decoration: none;
  position: relative;
}
.modal .modal-link li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #286bb4;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

body.viewMode_SP .modal .modal-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.viewMode_SP .modal .modal-link li {
  width: 37.7333333333vw;
  margin-bottom: 2.6666666667vw;
}
body.viewMode_SP .modal .modal-link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12.5333333333vw;
  border: 1px solid #286bb4;
  border-radius: 1.3333333333vw;
  font-size: 3.4666666667vw;
  font-weight: bold;
  color: #286bb4;
  text-decoration: none;
  position: relative;
}
body.viewMode_SP .modal .modal-link li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9333333333vw 0 0.9333333333vw 1.6vw;
  border-color: transparent transparent transparent #286bb4;
  position: absolute;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
}

.cta.floating {
  z-index: 2;
}

main.top .campaign_detail {
  font-size: 1.6rem;
  position: relative;
  padding: 5em 0;
  font-size: 16px;
  background: #57a745;
}
main.top .campaign_detail .PCOnly {
  display: inline-block;
}
body.viewMode_SP main.top .campaign_detail .PCOnly {
  display: none;
}
main.top .campaign_detail .campaign_bnr {
  margin: 1em auto 0;
}
main.top .campaign_detail .campaign_bnr img {
  width: 100%;
}
main.top .campaign_detail .anchor-wrap {
  position: relative;
}
main.top .campaign_detail .anchor {
  position: absolute;
  top: 0;
  left: 0;
}
main.top .campaign_detail .container {
  background: #fff;
  padding: 5em;
  margin: 5em auto;
  margin: 0 auto;
  max-width: 980px;
  overflow: hidden;
  border: 10px solid #57a745;
  box-shadow: 20px 30px 0 0 rgba(87, 167, 69, 0.2);
  border: 2px solid #f36500;
  box-shadow: 20px 30px 0 0 rgba(243, 101, 0, 0.2);
  border: 2px solid #E50150;
  box-shadow: 20px 30px 0 0 rgba(229, 1, 80, 0.2);
  box-shadow: 20px 30px 0 0 #FACCDC;
  box-shadow: 20px 30px 0 0 rgba(0, 0, 0, 0.1);
}
main.top .campaign_detail p {
  line-height: 2;
  letter-spacing: 0;
}
main.top .campaign_detail strong {
  color: red;
}
main.top .campaign_detail b {
  font-weight: bold;
}
main.top .campaign_detail h4 {
  text-align: center;
  font-size: 2em;
  margin: 0 auto 0.5em;
  font-weight: bold;
}
main.top .campaign_detail h5 {
  font-size: 1.5em;
  margin: 0em auto 0;
  padding-top: 2em;
}
main.top .campaign_detail h6 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 0.5em;
}
main.top .campaign_detail .figure {
  min-height: 100px;
  margin: 1em auto 0;
  font-size: 0.8em;
  font-weight: bold;
}
main.top .campaign_detail .figure ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  font-weight: normal;
  line-height: 1.8;
}
main.top .campaign_detail .figure ul .figureLead {
  width: 100%;
  margin: 0 0 40px;
}
main.top .campaign_detail .figure ul strong {
  font-weight: bold;
  font-size: 1.25em;
}
main.top .campaign_detail .figure ul span {
  display: contents;
  text-decoration: underline;
}
main.top .campaign_detail .figure ul u {
  font-size: 0.9em;
}
main.top .campaign_detail .figure ul li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  width: calc(70% - 20px);
  min-height: 5.5em;
  position: relative;
  z-index: 1;
}
main.top .campaign_detail .figure ul li.cannot {
  width: calc(30% - 20px);
  background: #eee;
  border: none;
}
main.top .campaign_detail .figure ul li.cannot strong {
  color: #3c3c3c;
}
main.top .campaign_detail .figure ul li ul {
  justify-content: space-between;
  font-size: 1em;
  position: relative;
}
main.top .campaign_detail .figure ul li ul::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0%;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../../hoken_motorcycle/img/fig_connect.svg) 50% no-repeat;
  background-size: auto;
}
main.top .campaign_detail .figure ul li ul::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 33%;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../../hoken_motorcycle/img/fig_connect2.svg) 50% no-repeat;
  background-size: auto;
}
main.top .campaign_detail .figure ul li ul li {
  background: rgba(243, 101, 0, 0.2);
  background: #FDE0CC;
  background: rgba(229, 1, 80, 0.2);
  background: #FACCDC;
  border: 3px solid red;
  width: calc(50% - 5px);
}
main.top .campaign_detail .figure ul li ul li.cannot {
  width: calc(50% - 5px);
}
main.top .campaign_detail .figure ul li ul li.result {
  width: calc(33% - 5px);
  margin: 40px 0 0;
  min-height: 9.5em;
}
main.top .campaign_detail .figure-notes {
  font-weight: normal;
}
main.top .campaign_detail .figure .flexTrio {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: stretch;
}
main.top .campaign_detail .figure .flexTrio dl {
  display: flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  width: 33.3333333333%;
}
main.top .campaign_detail .figure .flexTrio dl dt, main.top .campaign_detail .figure .flexTrio dl dd {
  font-weight: bold;
  text-align: left;
  padding: 1em;
  margin: 1px;
  background: rgba(87, 167, 69, 0.25);
  flex-basis: 100%;
}
main.top .campaign_detail .figure .flexTrio dl dt {
  background: #57a745;
  color: #fff;
  max-height: 6em;
}
main.top .campaign_detail .figure .flexTrio dl dd {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
main.top .campaign_detail .figure .flexTrio dl span {
  font-size: 0.8em;
  line-height: 1;
  background: red;
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em 0.1em;
  line-height: 1.2;
}
main.top .campaign_detail .figure .flexTrio dl p {
  font-size: 0.8em;
  font-weight: bold;
}

body.viewMode_SP main.top .campaign_detail {
  font-size: 3.2vw;
  padding: 2em 0;
}
body.viewMode_SP main.top .campaign_detail .anchor-wrap {
  position: relative;
}
body.viewMode_SP main.top .campaign_detail .anchor {
  position: absolute;
  top: -13.3333333333vw;
  left: 0;
}
body.viewMode_SP main.top .campaign_detail .container {
  background: #fff;
  padding: 5em 2em;
  margin: 2em auto;
  margin: 0 auto;
  width: calc(100% - 6.6666666667vw);
  box-shadow: 10px 15px 0 0 rgba(243, 101, 0, 0.2);
  box-shadow: 10px 15px 0 0 rgba(229, 1, 80, 0.2);
}
body.viewMode_SP main.top .campaign_detail h4 {
  white-space: nowrap;
  width: calc(100% + 4em);
  left: -2em;
  position: relative;
  letter-spacing: -0.05em;
}
body.viewMode_SP main.top .campaign_detail h5 {
  font-weight: 400;
}
body.viewMode_SP main.top .campaign_detail .figure ul {
  flex-flow: column wrap;
  overflow: hidden;
}
body.viewMode_SP main.top .campaign_detail .figure ul .figureLead {
  width: 100%;
  margin: 0 0 20px;
}
body.viewMode_SP main.top .campaign_detail .figure ul li {
  width: 100%;
}
body.viewMode_SP main.top .campaign_detail .figure ul li ul {
  width: 100%;
  flex-flow: row wrap;
}
body.viewMode_SP main.top .campaign_detail .figure ul li ul::before {
  height: 44%;
  background-size: contain;
}
body.viewMode_SP main.top .campaign_detail .figure ul li ul::after {
  top: 33%;
  left: 15%;
  width: 70%;
  height: 40%;
  background-position-x: 0;
  background-position-y: center;
  background-size: contain;
}
body.viewMode_SP main.top .campaign_detail .figure ul li ul li {
  width: calc(50% - 5px);
}
body.viewMode_SP main.top .campaign_detail .figure ul li ul li.result {
  width: calc(33% - 5px);
}
body.viewMode_SP main.top .campaign_detail .figure > ul > .cannot {
  margin: 20px 0 0;
  min-height: 12em;
}
body.viewMode_SP main.top .campaign_detail .figure .flexTrio {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch;
}
body.viewMode_SP main.top .campaign_detail .figure .flexTrio dl {
  display: flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  width: 100%;
}
body.viewMode_SP main.top .campaign_detail .figure .flexTrio dt, body.viewMode_SP main.top .campaign_detail .figure .flexTrio dd {
  line-height: 2;
}
body.viewMode_SP main.top .campaign_detail .container {
  box-shadow: 7px 14px 0 0 rgba(0, 0, 0, 0.1);
}

body.hoken_motorcycle .fv .notes,
main.top .fv .notes {
  display: block;
  background: none;
  margin: 0.5em auto 0;
  padding: 0;
  font-size: 11px;
  color: #fff;
  line-height: 1.3;
}
body.hoken_motorcycle p.campaign_notes,
main.top p.campaign_notes {
  background: none;
  width: 800px;
  font-size: 16px;
  margin: 0 auto;
  padding: 1em 0;
  line-height: 1.4em;
}

body.viewMode_SP.hoken_motorcycle .fv .notes {
  font-size: 8px;
  letter-spacing: -0.1em;
  line-height: 1.3;
}
body.viewMode_SP.hoken_motorcycle p.campaign_notes {
  width: 100%;
  font-size: 10px;
}
body.viewMode_SP main.top .fv .notes {
  font-size: 8px;
  letter-spacing: -0.1em;
}
body.viewMode_SP main.top p.campaign_notes {
  width: 100%;
  font-size: 10px;
}

main.top {
  position: relative;
  overflow-x: hidden;
}
main.top .fv .campaign {
  position: absolute;
  top: 425px;
  top: 410px;
  right: 50%;
}
main.top .fv .campaign img {
  width: 190px;
  width: 170px;
  margin-right: 12px;
}
body.viewMode_SP main.top .fv .campaign {
  position: absolute;
  left: auto;
  top: auto;
  bottom: 35%;
  bottom: 32%;
  right: 0px;
  width: 30%;
}
body.viewMode_SP main.top .fv .campaign img {
  width: 100%;
  margin-left: 0;
  padding: 0 4px;
}
body.viewMode_SP main.top .fv .campaign .notes {
  padding: 0 1em;
}
main.top .fv .notes {
  position: absolute;
  text-align: right;
  top: 570px;
  right: calc(50% + 1em);
}
body.viewMode_SP main.top .fv .notes {
  position: absolute;
  text-align: left;
  top: auto;
  bottom: 4.5em;
  right: auto;
  left: 2em;
}

.linkOverIMG {
  position: absolute;
  bottom: -0.5em;
  left: calc(50% - 60px);
  width: 80px;
  height: 2.4em;
}

.bike__merit ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto;
}
.bike__merit ul li {
  flex-basis: 260px;
  flex-basis: 50%;
  text-align: center;
  flex-basis: 33%;
}
.bike__merit ul li.campaign {
  flex-basis: 100%;
  margin-top: 20px;
}

picture {
  position: relative;
}

body.viewMode_SP .linkOverIMG {
  position: absolute;
  bottom: -1em;
  left: calc(50% + 0px);
  width: 80px;
  height: 4em;
}
body.viewMode_SP .bike__merit ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  width: calc(100% + 2.6666666667vw);
  gap: 24px;
}
body.viewMode_SP .bike__merit ul li {
  flex-basis: 100%;
}
body.viewMode_SP .bike__merit ul li img {
  width: 33.3333333333vw;
  width: auto;
}
body.viewMode_SP .bike__merit ul li.campaign {
  flex-basis: 100%;
  margin-top: 2.6666666667vw;
}
body.viewMode_SP .bike__merit ul li.campaign img {
  width: 79.2vw;
}/*# sourceMappingURL=global.css.map */