

/* common
============================================================== */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  display: block;
  content: "";
  clear: both; }
.clearfix:before {
  display: block;
  content: "";
  clear: both; }
.clearfix {
  display: block; }

html {
  font-size: 62.5%; }
body {
  width: 100%;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Sans", 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
  font-display: swap; }
.engFnt {
  font-family: futura-pt, sans-serif; }
button, input, select, textarea {
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Sans", 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif; }
h1, h2, h3, h4, h5, h6, img, p, div, ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0; }
div, p {
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .01em; }
ul, li {
  list-style: none;
  font-size: 0; }
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
  -webkit-backface-visibility: hidden; }
a {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

/* text */
p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: left; }
p.txtCommon {
  font-size: 22px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin-bottom: 40px; }
.lineYellow {
  background: linear-gradient(transparent 70%, #ffd451 70%);
  margin: 0 2px 0 2px; }
@media screen and (min-width: 1001px) {
  .fs12 {
    font-size: 28px !important; } }
@media screen and (max-width: 800px) {
  p.txtCommon {
    font-size: 4vw;
    margin-bottom: 5.33333vw; } }
@media screen and (max-width: 640px) {
  p {
    font-size: 4.688vw; } }


/* margin */
.mb10 {
  margin-bottom: 10px; }
.mb20 {
  margin-bottom: 20px; }
.mb30 {
  margin-bottom: 30px; }
.mb40 {
  margin-bottom: 40px; }
.mb50 {
  margin-bottom: 50px; }
.mb60 {
  margin-bottom: 60px; }

/* rayout */
.resizeHide {
  display: block !important; }
.resizeShow {
  display: none !important; }
@media screen and (max-width: 800px) {
  .resizeHide {
    display: none !important; }
  .resizeShow {
    display: block !important; } }

@media screen and (max-width: 1000px) {
  .pc {
    display: none !important; } }
  .sp {
    display: none !important;
    font-size: 0; }
@media screen and (max-width: 1000px) {
  .sp {
    display: block !important; } }

section {
  width: 100%;
  padding-top: 120px; }
section .wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto; }
section .wrap30min {
  max-width: 980px;
  width: 100%;
  margin: 0 auto 80px; }
@media screen and (max-width: 1000px) {
  section .wrap {
    width: 92%;
    margin: 0 auto; }
  section .wrap30min {
    width: 92%;
    margin: 0 auto 40px; }  }

#anchor1, #anchor2, #anchor3, #anchor4, #anchor5, #anchor6, #anchor7 {
  margin-top: -30px;
  padding-top: 30px; }
@media screen and (max-width: 640px) {
  #anchor1, #anchor2, #anchor3, #anchor4, #anchor5, #anchor6, #anchor7 {
    margin-top: 3vw;
    padding-top: 3vw; } }

/* header
============================================================== */
#header,
#header_pc,
#header_sp {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: #fff; }
@media screen and (max-width: 1000px) {
  #header {
    height: 50px; } }

#header_sp {
  height: 50px; }

.headWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 60px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  background-color: #fff;
  z-index: 10; }
@media screen and (max-width: 1000px) {
  .headWrap {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 50px;
    padding: 0 20px; } }
@media screen and (max-width: 800px) {
  .headWrap {
    padding: 0 2.5vw; } }
@media screen and (max-width: 640px) {
  .headWrap {
    padding: 0 3.125vw; } }

.headLogo {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 220px;
  margin-right: .4em; }
@media screen and (max-width: 1000px) {
  .headLogo {
    width: 220px;
    margin-right: auto; } }
@media screen and (max-width: 800px) {
  .headLogo {
    width: auto;
    height: 34px; }
    .headLogo img {
      width: auto;
      height: 100%; } }
@media screen and (max-width: 640px) {
  .headLogo {
    height: 30px; } }
@media screen and (max-width: 320px) {
  .headLogo {
    height: 24px; } }

/* nav
============================================================== */
#pcNav {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto; }

@media screen and (max-width: 1000px) {
  #pcNav {
    display: none; } }

.pcMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }

.pcMenu_item {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
.pcMenu_item a:hover {
  opacity: 1;
  transition: .3s; }
.pcMenu_item::after {
  content: '';
  right: 10px;
  background-color: #333;
  width: 1px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto; }
.pcMenu_item:last-of-type::after {
  background: none;
}
@media screen and (max-width: 1000px) {
  .pcMenu_item::after {
    background: none; } }

.pcMenu_item a {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: .2em 2.2em;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bolder;
  text-align: center;
  line-height: 1.2; }
.pcMenu_item a:hover::after {
  width: 100%;
  padding-top: 2px;
  border-bottom: 1px solid #333; }
.pcMenu_item a:after {
  display: block;
  content: '';
  width: 0;
  padding-top: 2px;
  border-bottom: 1px solid #333;
  transition: all 0.2s ease; }
@media screen and (max-width: 1000px) {
  .pcMenu_item a:hover::after {
    border: none;
    display: none; }
  .pcMenu_item a:after {
    border: none;
    display: none; } }

.accountBtn {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 145px;
  margin-left: 1em;
  padding: .8em 1em;
  background-color: #DC1C26;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center; }
.accountBtn:hover {
  opacity: .7;
  transition:.3s; }
@media screen and (max-width: 1000px) {
  .accountBtn {
    margin-right: 60px;
    padding: .8em 1em; } }
@media screen and (max-width: 800px) {
  .accountBtn {
    min-width: initial;
    margin-right: 7.5vw;
    padding: .8em 1em;
    font-size: 14px;
    font-size: 1.4rem; }
    .accountBtn:hover {
      background-color: #DC1C26; } }
@media screen and (max-width: 640px) {
  .accountBtn {
    margin-left: .2em;
    margin-right: 10.938vw;
    font-size: 12px;
    font-size: 1.2rem; } }

#nav-toggle {
  display: none; }
@media screen and (max-width: 1000px) {
  #nav-toggle {
    display: inherit;
    position: absolute;
    z-index: 101000;
    top: 15px;
    right: 20px;
    width: 27px;
    height: 22px;
    cursor: pointer; }
  #nav-toggle span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
  #nav-toggle span:nth-child(1) {
    top: 0; }
  #nav-toggle span:nth-child(2) {
    top: 9px; }
  #nav-toggle span:nth-child(3) {
    top: 18px; } }
@media screen and (max-width: 800px) {
  #nav-toggle {
    right: 2.5vw; } }
@media screen and (max-width: 640px) {
  #nav-toggle {
    right: 3.125vw; } }

#spNav {
  display: none;
  position: relative;
  background-color: #fff;
  opacity: 0;
  z-index: -1; }
@media screen and (max-width: 1000px) {
  #spNav {
    display: block;
    -webkit-transform: translate3d(0, -110%, 0);
    -ms-transform: translate3d(0, -110%, 0);
    transform: translate3d(0, -110%, 0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; } }

.spMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px; }
.spMenu_item {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  vertical-align: middle;
  margin: 0 0.5% 1%; }
.spMenu_item:first-child, .spMenu_item:nth-child(2) {
  width: 48.5%; }
.spMenu_item:nth-child(3), .spMenu_item:nth-child(4), .spMenu_item:nth-child(5) {
  width: 32%; }
.spMenu_item a {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1.2em;
  border: none;
  background-color: #333333;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bolder;
  line-height: 1.2;
  text-align: center; }
@media screen and (max-width: 800px) {
  .spMenu {
    padding: 1.25vw 2.5vw 2.5vw; }
  .spMenu_item a {
    height: 4.9em;
    position: relative; }
  .spMenu_item a .oneLine {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%);} }
@media screen and (max-width: 640px) {
  .spMenu {
    padding: 1.563vw 3.125vw 3.125vw; }
  .spMenu_item a {
    font-size: 2.5vw; }
  .spMenu_item a .resizeShow {
    display: inherit; } }

#header.open #spNav,
#header_sp.open #spNav {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* topBtn
============================================================== */
#topBtn {
  display: block;
  width: 52px;
  height: 52px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 990;}
@media screen and (max-width: 800px) {
  #topBtn {
    width: 6vw;
    height: 6vw;
    bottom: 2.5vw;
    right: 2.5vw; } }
@media screen and (max-width: 640px) {
  #topBtn {
    width: 11vw;
    height: 11vw;
    bottom: 3.125vw;
    right: 3.125vw; } }

/* accordion
============================================================== */
.accordionTtl {
  position: relative;
  width: 92%;
  max-width: 860px;
  margin: 0 auto;
  margin-top: 120px;
  background-color: #333333;
  padding: 1.6em 15px;
  cursor: pointer; }
.accordionTtl::before {
  position: absolute;
  content: '';
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 29px;
  height: 29px;
  border: 2px solid #fff;
  border-radius: 50%; }
.accordionTtl p {
  position: relative;
  display: block;
  width: 100%;
  font-size: 28px;
  font-size: 2.8rem; }
.accordionTtl p::before {
  position: absolute;
  top: 0;
  bottom: -12px;
  margin: auto;
  right: 10px;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff; }
.accordionTtl p::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  transform: rotate(90deg); }
.accordionTtl p.arrow::after {
  transform: rotate(0);
  right: 10px;
  bottom: -11px;
  transition: .25s ease-in-out; }
.accordionTtl p {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer; }
@media screen and (max-width: 1000px) {
  .accordionTtl {
    margin-top: 10vw; } }
@media screen and (max-width: 800px) {
  .accordionTtl {
    margin-top: 10vw; }
  .accordionTtl p {
    font-size: 24px;
    font-size: 2.4rem; }
  .accordionTtl p .resizeShow {
    display: inherit; } }
@media screen and (max-width: 640px) {
  .accordionTtl {
    margin-top: 13.281vw; }
  .accordionTtl p {
    font-size: 5vw; } }

.accordionWrap {
  display: none;
  padding-top: 40px; }
.accordionWrap.accordionOpen {
  display: block;
  transition: all 0.1s ease-in-out 0s; }

.accordionWrap .fntType2 {
  font-weight: bold; }
.accordionWrap .fntType2 span {
  color: #005bac; }

@media screen and (max-width: 640px) {
  .accordionWrap p {
    font-size: 3.75vw; }
  .accordionWrap p.indent {
    font-size: 1.2rem; } }

.accordionWrap .imgWrap .pc {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 1.6em; }
.accordionWrap .imgWrap .pc img {
  margin: 0 auto;
  width: 100%;
  max-width: 690px; }

.accordionWrap .imgWrap .sp {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px; }
.accordionWrap .imgWrap .sp img {
  margin: 0 auto;
  width: 100%; }
@media screen and (max-width: 640px) {
  .accordionWrap .imgWrap .sp {
    padding-top: 6.25vw;
    padding-bottom: 3.125vw; } }

.accordionWrap .imgWrap.ptn2 .pc {
  padding-top: 40px;
  padding-bottom: 10px; }
.accordionWrap .imgWrap.ptn2 .pc img {
  max-width: 100%; }

.accordionWrap .fntType3 {
  font-size: 50px;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-top: 100px; }
@media screen and (max-width: 640px) {
  .accordionWrap .fntType3 {
    font-size: 9.688vw;
    margin-top: 12.5vw; } }
  .accordionWrap .fntType3 span {
    display: block;
    font-size: 28px;
    font-size: 2.8rem; }
@media screen and (max-width: 640px) {
  .accordionWrap .fntType3 span {
    font-size: 5vw; } }

.accordionWrap .ttlType1 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 40px; }
.accordionWrap .ttlType1::after {
  position: absolute;
  content: '';
  bottom: -17px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17.5px 0 17.5px;
  border-color: #005bac transparent transparent transparent; }
.accordionWrap .ttlType1 span {
  display: block;
  position: relative;
  background-color: #005bac;
  color: #fff;
  padding: 20px 30px;
  transition: all 0.1s ease-in-out 0s;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center; }
@media screen and (max-width: 1000px) {
  .accordionWrap .ttlType1 {
    margin-top: 35px; } }
@media screen and (max-width: 640px) {
  .accordionWrap .ttlType1 span {
    font-size: 4.375vw; } }

/* title
============================================================== */
/* h2 */
h2 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 137px;
  padding: 50px 0;
  background-color: #eef9ff;
  color: #005bac;
  border-top: 3px solid #005bac;
  border-bottom: 3px solid #005bac;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  font-size: 36px;
  font-size: 3.6rem; }
@media screen and (max-width: 1000px) {
  h2 {
    margin-top: 13.7vw;
    padding: 5.5vw 2.5vw 4.5vw; } }
@media screen and (max-width: 640px) {
  h2 {
    font-size: 5.625vw; } }

/* h2.engFnt */
h2 .engFnt {
  display: inline-block;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 120px;
  padding: 8px 15px;
  border-radius: 25px;
  background-color: #005bac;
  letter-spacing: 2px;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center; }
@media screen and (max-width: 640px) {
  h2 .engFnt {
    font-size: 4.063vw;
    top: -3.4vw;
    max-width: 150px;
    width: 22%;
    padding: 1.094vw 2.344vw; } }

/* beltTtl */
.beltTtl {
  width: 100%;
  font-size: 30px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #005bac;
  padding: 19px 15px;
  margin: 120px auto 40px; }
.beltTtl .ttlTxtS {
  font-size: 20px; }
@media screen and (max-width: 800px){
  .beltTtl {
    font-size: 5.33333vw;
    padding: 12px 15px;
    margin: 10.6666vw auto 5.33333vw; }
  .beltTtl .ttlTxtS {
    font-size: 70%;
    position: relative;
    top: -3px; } }

/* text
============================================================== */
.indent {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  padding-bottom: 0; }
@media screen and (max-width: 640px) {
  .indent {
    font-size: 3.125vw;
    text-align: justify; } }

.indent2 {
  padding-bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4; }

.indent3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  padding-bottom: 0; }
@media screen and (max-width: 640px) {
  .indent3 {
    font-size: 3.125vw; } }

.caption {
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 0;
  line-height: 1.4; }
@media screen and (max-width: 640px) {
  .caption {
    font-size: 3.125vw; } }

/* mainVisual
============================================================== */
/* return */
#return{
  padding-top: 0px;
  margin-top: -70px; }
@media screen and (max-width: 1000px) {
  #return {
    padding-top: 0px;
    margin-top: -70px; } }
@media screen and (max-width: 800px) {
  #return {
    margin-top: -50px; } }

/* mvArea */
.mvArea {
  background: linear-gradient(to bottom right, #fff, #e1e1e1); }
.mvArea .mvImg {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto; }

/* cpArea */
.cpArea {
  background: #005bac;
  width: 100%;
  position: relative;
  padding: 15px 0 20px;
  text-align: center; }
.cpArea .cpMark {
  text-align: center;
  position: absolute;
  top: -37px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 75px; }
.cpArea .cpTxt {
  max-width: 980px;
  width: 92%;
  margin: 0 auto; }
@media screen and (max-width: 800px) {
  .cpArea {
    padding: 8px 0 12px; }
  .cpArea .cpMark {
    top: -15px;
    width: 30px; }
  .cpArea .cpTxt {
    width: 100%;
    max-width: 750px; } }

/* minkabuArea */
.minkabuArea {
  background: #005bac;
  width: 100%;
  padding: 3px 0 12px;
  text-align: center; }
.minkabuArea .minkabuImage {
  margin-top: -64px; }
.minkabuArea .minkabuImage img {
  max-width: 1020px;
  width: 100%;
  height: auto;
  margin: 0 auto; }
@media screen and (max-width: 1000px) {
  .minkabuArea .minkabuImage {
    margin-top: -6vw; }
  .minkabuArea .minkabuImage img {
    width: 93%; } }
@media screen and (max-width: 800px) {
  .minkabuArea {
    padding: 0.938vw 0; }
  .minkabuArea .minkabuImage {
    margin-top: -5.071vw; }
  .minkabuArea .minkabuImage img {
    width: 100%; } }

/* btnArea */
.btnArea {
  margin: 24px auto 100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%; }
.btnArea li {
  margin: 0 10px;
  transition: .3s; }
.btnArea li:hover {
  opacity: .7;
  cursor: pointer; }
.btnArea .mvBtn01 {
  position: relative;
  overflow: hidden; }
.btnArea .mvBtn01::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite; }
@media screen and (max-width: 1000px) {
  .btnArea {
    width: 93%; } }
@media screen and (max-width: 800px) {
  .btnArea {
    width: 92%;
    flex-wrap: wrap;
    margin: 12px auto 50px; }
  .btnArea li {
    margin: 0;
    max-width: 600px; }
  .btnArea li.mvBtn01 {
    margin-bottom: 10px; } }

/* intro
============================================================== */
.intro {
  margin-top: -60px;
  padding-top: 60px; }
@media screen and (max-width: 1000px) {
  .intro {
    margin-top: -50px;
    padding-top: 50px; } }

.intro .titleWrap {
  width: 100%;
  margin: 30px 0 70px; }
@media screen and (max-width: 800px) {
  .intro .titleWrap {
    margin: 3.75vw 0 8.75vw; } }
@media screen and (max-width: 640px) {
  .intro .titleWrap {
    margin-bottom: 4.688vw 6.25vw; } }

.intro .wrap30min .outer {
  margin-bottom: .6em; }

.intro .benefitTtl {
  padding-top: 30px;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4; }
.intro .benefitTtl img {
  width: 60%;
  max-width: 320px;
  vertical-align: baseline; }
@media screen and (max-width: 1000px) {
  .intro .benefitTtl img {
    max-width: 240px; } }
@media screen and (max-width: 640px) {
  .intro .benefitTtl {
    font-size: 5.625vw;
    padding-top: 5.469vw; } }

.intro .benefitBtnWrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  margin-top: 40px; }
@media screen and (max-width: 1000px) {
  .intro .benefitBtnWrap {
    margin: 0 auto;
    margin-top: 40px; } }
@media screen and (max-width: 800px) {
  .intro .benefitBtn {
  	margin-top: 15px;
    padding: 7.5vw 0 0;
    background-color: #eef9ff; }
  .intro .benefitBtnWrap {
  	flex-wrap: wrap;
  	align-items: stretch;
    max-width: 620px;
    margin: 0 auto; } }

.intro .benefitBtnWrap li {
  max-width: 225px;
  width: 24%;
}

.intro .benefitBtnWrap li a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 50px 0px 50px;
  background-color: #005bac;
  border-radius: 6px;
  text-align: center;
  transition: all 0.1s ease-in-out 0s;
  box-shadow: 0 6px 0 #003d73; }
.intro .benefitBtnWrap li a:hover {
  box-shadow: 0 0 0 #005bac;
  opacity: 1;
  -webkit-transform: translate3d(0, 6px, 0);
  -ms-transform: translate3d(0, 6px, 0);
  transform: translate3d(0, 6px, 0); }
.intro .benefitBtnWrap li a::after {
  position: absolute;
  content: '';
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 1px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg); }
.intro .benefitBtnWrap li a p {
  text-align: center; }
.intro .benefitBtnWrap li a .engFnt {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  letter-spacing: .2em; }
.intro .benefitBtnWrap li a .txt {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  height: 2.8em;
  position: relative; }
.intro .benefitBtnWrap li a .txt .oneLine {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%); }
.intro .benefitBtnWrap li a img {
  width: 50%;
  padding-top: 10px;
  margin: 0 auto 10px; }
@media screen and (max-width: 1000px) {
  .intro .benefitBtnWrap li {
    margin-bottom: 25px; }
  .intro .benefitBtnWrap li a {
    text-align: left;
    padding: 45px 0 45px; }
  .intro .benefitBtnWrap li a .engFnt {
    font-size: 18px;
    font-size: 1.8rem; }
  .intro .benefitBtnWrap li a .txt {
    font-size: 16px;
    font-size: 1.6rem; } }
@media screen and (max-width: 800px) {
	.intro .benefitBtnWrap li {
		margin-bottom: 7.188vw; }
  .intro .benefitBtnWrap li {
    width: 49%;
    max-width: 49%; }

  .intro .benefitBtnWrap li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 6px 35px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: none;
    color: #000;
    text-align: center; }
  .intro .benefitBtnWrap li a:hover {
    transform: none; }
  .intro .benefitBtnWrap li a::after {
    position: absolute;
    content: '';
    left: 50%;
    right: auto;
    bottom: 14px;
    width: 14px;
    height: 14px;
    margin: 0 0 0 -7px;
    border-radius: 1px;
    border-bottom: 3px solid #c3c3c3;
    border-right: 3px solid #c3c3c3;
    transform: rotate(45deg); }
  .intro .benefitBtnWrap li a .engFnt {
    display: inline-block;
    position: static;
    margin: -1.875vw auto 0;
    padding: 4px 20px;
    border-radius: 2rem;
    background-color: #005bac;
    font-size: 3.125vw;
    line-height: 1;
    letter-spacing: .1em; }
  .intro .benefitBtnWrap li a .txt {
    height: auto;
    color: #000;
    font-size: 3.75vw; }
  .intro .benefitBtnWrap li a img {
    width: 140px;
    max-width: 100%;
    padding-top: 30px; } }
@media screen and (max-width: 640px) {
  .intro .benefitBtnWrap li a .engFnt {
    margin-top: -2.5vw;
    padding: 4px 10px; }
  .intro .benefitBtnWrap li a img {
    width: 100px;
    padding-top: 20px; } }

.benefitBtnWrap .spSpace {
  display: none; }
#anchor3 h2 .pcSpace {
  display: inline-block; }
@media screen and (max-width: 800px) {
  .benefitBtnWrap .spSpace {
    display: inline-block; }
  #anchor3 h2 .pcSpace {
    display: none; } }

/* campaignWrap
============================================================== */
.campaignWrap_big {
  display: block;
  width: 100%;
  max-width: 620px;
  margin: 50px auto 100px; }

.campaignWrap_big2 {
  display: block;
  width: 100%;
  margin: 50px auto 100px; }
.campaignWrap_big2:hover {
  opacity: .5;
  filter: alpha(opacity=50); }

.campaignWrap_big .ttlArea {
  position: relative;
  background-color: #008080; }
.campaignWrap_big .ttlArea p {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2; }
@media screen and (max-width: 640px) {
  .campaignWrap_big .ttlArea p {
    font-size: 4.375vw; } }

.campaignWrap_big .cntWrap {
  border-bottom: 1px solid #008080;
  padding-bottom: 10px;
  text-align: center; }
@media screen and (max-width: 640px) {
  .campaignWrap_big .cntWrap {
    padding-bottom: 1.563vw; } }

.campaignWrap_big .cntWrap .ttlWrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding: 2em 0 1.2em; }
.campaignWrap_big .cntWrap .ttlWrap .firstRead {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  margin-bottom: .4em; }
.campaignWrap_big .cntWrap .ttlWrap .secondRead {
  color: #F10000;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: .2em; }
.campaignWrap_big .cntWrap .ttlWrap .secondRead span {
  font-size: 80px;
  font-size: 8rem;
  line-height: 1; }
@media screen and (max-width: 1000px) {
  .campaignWrap_big .cntWrap .ttlWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
@media screen and (max-width: 640px) {
  .campaignWrap_big .cntWrap .ttlWrap {
    padding: 2em 0 .8em; }
  .campaignWrap_big .cntWrap .ttlWrap .firstRead {
    font-size: 3.75vw;
    margin-bottom: .2em; }
  .campaignWrap_big .cntWrap .ttlWrap .secondRead {
    font-size: 5.625vw; }
  .campaignWrap_big .cntWrap .ttlWrap .secondRead span {
    font-size: 17.188vw; } }

.campaignWrap_big .cntWrap .read {
  text-align: center;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: .4em; }
@media screen and (max-width: 640px) {
  .campaignWrap_big .cntWrap .read {
    font-size: 5vw;
    margin-bottom: .2em; } }

.campaignWrap_big .cntWrap .modalText {
  display: inline-block;
  line-height: 1;
  margin: .4em auto;
  padding: 0 .2em;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  line-height: 1;
  border: none;
  background: none;
  cursor: pointer;
  opacity: 1; }
.campaignWrap_big .cntWrap .modalText span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: -0.2em;
  margin-left: .4em;
  vertical-align: middle; }
@media screen and (max-width: 640px) {
  .campaignWrap_big .cntWrap .modalText {
    font-size: 3.125vw; } }

.campaignWrap_big .campaignDate {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background-color: #F3F3F3;
  font-size: 20px;
  font-size: 2rem; }
@media screen and (max-width: 640px) {
  .campaignWrap_big .campaignDate {
    font-size: 3.125vw; } }

.campaignWrap_big:hover {
  border: 4px solid #006767; }
.campaignWrap_big:hover .ttlArea {
  background-color: #006767; }
.campaignWrap_big:hover .cntWrap {
  background-color: #fafafa; }
.campaignWrap_big:hover .campaignDate {
  background-color: #e6e6e6; }
@media screen and (max-width: 800px) {
  .campaignWrap_big {
    margin: 6.25vw auto 12.5vw; }
    .campaignWrap_big:hover .ttlArea {
      background-color: teal; }
    .campaignWrap_big:hover .cntWrap {
      background-color: white; }
    .campaignWrap_big:hover .campaignDate {
      background-color: #f3f3f3; } }
@media screen and (max-width: 640px) {
  .campaignWrap_big {
    margin: 7.813vw auto 15.625vw; } }

/* ttlType1-plus
============================================================== */
.ttlType1-plus {
  display: block;
  position: relative;
  width: 100%;
  max-width: 580px;
  margin: 0 auto; }
.ttlType1-plus span {
  display: block;
  position: relative;
  background-color: #eef9ff;
  color: #005bac;
  padding: 15px 30px;
  transition: all 0.1s ease-in-out 0s;
  font-weight: bold;
  text-align: center;
  border: 3px solid #005bac;
  font-size: 24px;
  font-size: 2.4rem; }
.ttlType1-plus:before {
  position: absolute;
  content: '';
  bottom: -18px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20.5px 0 20.5px;
  border-color: #005bac transparent transparent transparent;
  z-index: 1; }
.ttlType1-plus::after {
  position: absolute;
  content: '';
  bottom: -14px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17.5px 0 17.5px;
  border-color: #eef9ff transparent transparent transparent;
  z-index: 2; }
@media screen and (max-width: 640px) {
  .ttlType1-plus span {
    font-size: 4.375vw;
    padding: 20px 15px;
    border-width: 2px; }
  .ttlType1-plus::after {
    bottom: -15px; } }

/* campaignWrap
============================================================== */
.campaignWrap {
  display: block;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 40px; }
@media screen and (max-width: 640px) {
  .campaignWrap {
    margin: 17.813vw 0 6.719vw; } }
.campaignWrap .modalBtn {
  display: block;
  cursor: pointer;
  position: relative;
  background-color: #005bac;
  padding: 20px 30px; }
.campaignWrap .modalBtn:hover {
  opacity: .7;
  transition:.3s; }
.campaignWrap .modalBtn::after {
  position: absolute;
  content: '';
  right: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.campaignWrap .modalBtn::before {
  position: absolute;
  content: '';
  bottom: -17px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17.5px 0 17.5px;
  border-color: #005bac transparent transparent transparent; }
@media screen and (max-width: 1000px) {
  .campaignWrap .modalBtn {
    padding: 20px 15px; } }
@media screen and (max-width: 640px) {
  .campaignWrap .modalBtn {
    padding: 1.4em 1.4em .8em; }
  .campaignWrap .modalBtn::after {
    width: 4.063vw;
    height: 4.063vw;
    right: 1.8em; } }

.campaignWrap .modalBtn a:hover {
  opacity: 1; }
.campaignWrap .modalBtn .read {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 250px;
  margin: auto;
  padding: 4px 10px 6px;
  border-radius: 25px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #005bac;
  background-color: #fff;
  border: 2px solid #005bac;
  font-size: 18px;
  font-size: 1.8rem; }
@media screen and (max-width: 640px) {
  .campaignWrap .modalBtn .read {
    font-size: 3.75vw;
    width: 70%;
    max-width: 60%; } }

.campaignWrap .modalBtn .campaignTxtWrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: flex-end;
  -ms-flex-align: flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end; }
.campaignWrap .modalBtn .campaignTxtWrap .campaignTtl {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  font-size: 27px;
  font-size: 2.7rem; }
@media screen and (max-width: 640px) {
  .campaignWrap .modalBtn .campaignTxtWrap .campaignTtl {
    font-size: 5vw; } }

.campaignWrap .modalBtn .campaignTxtWrap .campaignTtl span {
  line-height: 1.0;
  font-size: 54px;
  font-size: 5.4rem; }
@media screen and (max-width: 640px) {
  .campaignWrap .modalBtn .campaignTxtWrap .campaignTtl span {
    font-size: 10vw; } }

.campaignWrap .modalBtn .campaignTxtWrap .campaignTxt {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 10px;
  padding-bottom: 3px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6; }
@media screen and (max-width: 640px) {
  .campaignWrap .modalBtn .campaignTxtWrap .campaignTxt {
    font-size: 3.75vw;
    width: 6em;
    line-height: 1.2; }
  .campaignWrap .modalBtn .campaignTxtWrap .campaignTxt .resizeShow {
    display: inherit; } }

/* ctaWrap
============================================================== */
.ctaWrap {
  display: block;
  width: 100%;
  max-width: 620px;
  margin: 0 auto; }

.ctaWrap a {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  background-color: #DC1C26;
  border-radius: 5px;
  box-shadow: 0 6px 0 #a3151c;
  color: #fff;
  text-decoration: none;
  transition: all 0.1s ease-in-out 0s;
  overflow: hidden; }
.ctaWrap a::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite; }
.ctaWrap a:hover {
  box-shadow: 0 0 0 #a3151c;
  opacity: 1;
  -webkit-transform: translate3d(0, 6px, 0);
  -ms-transform: translate3d(0, 6px, 0);
  transform: translate3d(0, 6px, 0); }
.ctaWrap a span {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  top: 0; }
.ctaWrap a span::before {
  position: absolute;
  content: '';
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff; }
.ctaWrap a span::after {
  position: absolute;
  content: '';
  right: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-top: 3px solid #DC1C26;
  border-right: 3px solid #DC1C26;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
@media screen and (max-width: 640px) {
  .ctaWrap a span::before {
    width: 26px;
    height: 26px;
    right: 10px; }
  .ctaWrap a span::after {
    right: 20px;
    width: 9px;
    height: 9px; } }

.ctaWrap a p {
  text-align: center;
  line-height: 1.3; }

.ctaWrap a p.ttl {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 30px;
  font-size: 3rem; }
@media screen and (max-width: 640px) {
  .ctaWrap a p.ttl {
    font-size: 5.938vw;
    letter-spacing: 1px; } }

.ctaWrap a p.read {
  margin-bottom: .2em;
  position: relative;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 18px;
  font-size: 1.8rem; }
.ctaWrap a p.read:before, .ctaWrap a p.read::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 2px;
  height: 1.2em;
  border-radius: 3px;
  margin: 0 0.75em;
  margin-top: -.2em;
  vertical-align: middle; }
.ctaWrap a p.read:before {
  transform: rotate(-28deg); }
.ctaWrap a p.read::after {
  transform: rotate(28deg); }
@media screen and (max-width: 640px) {
  .ctaWrap a p.read {
    font-size: 3.75vw;
    letter-spacing: 1px; } }

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }

/* modal
============================================================== */
/* modal common */
.modal-inner {
  position: relative; }

.modalArea, .modalArea02 {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100001;
  overflow: hidden;
  padding: 60px 30px; }
@media screen and (max-width: 1000px) {
  .modalArea, .modalArea02 {
    padding: 60px 20px; } }
@media screen and (max-width: 800px) {
  .modalArea, .modalArea02 {
  padding: 6.25vw 3.75vw; } }
@media screen and (max-width: 640px) {
  .modalArea, .modalArea02 {
    padding: 4.688vw 4.688vw; } }

.modalBg {
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5; }

.modalWrapper {
  position: relative;
  width: 100%;
  max-width: 740px;
  height: 100%;
  padding: 0;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  overflow: hidden;
  margin: 0 auto;
  z-index: 100002; }
@media screen and (max-width: 800px) {
  .modalWrapper {
    width: 90vw;
    height: 85vh;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 8px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); } }
@media screen and (max-width: 640px) {
  .modalWrapper {
    width: 90vw;
    height: 75vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -55%, 0);
    -ms-transform: translate3d(-50%, -55%, 0);
    transform: translate3d(-50%, -55%, 0); } }

.modalWrapper .modalScroll {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  position: relative;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden; }

/* modalArea */
.modalWrapper .modalContents {
  padding: 0 30px; }
@media screen and (max-width: 1000px) {
  .modalWrapper .modalContents {
    padding: 0 15px; } }
@media screen and (max-width: 800px) {
  .modalWrapper .modalContents {
    padding: 0 3.75vw; } }
@media screen and (max-width: 640px) {
  .modalWrapper .modalContents {
    padding: 0 4.688vw; } }

.modalWrapper .modalContents .mainTtl {
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
  font-size: 3.6rem; }
@media screen and (max-width: 640px) {
  .modalWrapper .modalContents .mainTtl {
    font-size: 5.625vw; } }

.modalWrapper .modalContents .subTtl {
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  font-size: 2.6rem; }
@media screen and (max-width: 640px) {
  .modalWrapper .modalContents .subTtl {
    font-size: 4.531vw; } }

.modalWrapper .modalContents p.txt1 {
  font-size: 14px;
  font-size: 1.4rem; }
@media screen and (max-width: 640px) {
  .modalWrapper .modalContents p.txt1 {
    font-size: 3.125vw; } }

.modalWrapper .modalContents .subTtl2 {
  padding: 15px 5px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  background-color: #333333;
  font-size: 28px;
  font-size: 2.8rem; }
@media screen and (max-width: 640px) {
  .modalWrapper .modalContents .subTtl2 {
    font-size: 5vw; } }

.modalWrapper .modalContents hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #808080; }

.modalWrapper .modalContents .txtWrap {
  padding-top: 5px;
  padding-bottom: 30px; }

.modalWrapper .modalContents .txtWrap .ttl {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem; }
@media screen and (max-width: 640px) {
  .modalWrapper .modalContents .txtWrap .ttl {
    font-size: 3.125vw; } }

.modalWrapper .modalContents .txtWrap .read {
  font-size: 14px;
  font-size: 1.4rem; }
@media screen and (max-width: 640px) {
  .modalWrapper .modalContents .txtWrap .read {
    font-size: 3.125vw; } }

.modalWrapper .inlineFooter {
  text-align: center;
  background-color: #000;
  border-bottom: thin #000 solid;
  color: #fff; }
.modalWrapper .modal_footerWrap.pc {
  display: block !important;
  font-size: 0; }
@media screen and (min-width: 1001px) {
  .modalWrapper .modal_footerWrap p {
    padding-left: 30px; } }
@media screen and (max-width: 1000px) {
  .modalWrapper .modal_footerWrap {
    padding: 30px 15px 20px 15px; } }
  .modalWrapper .modal_footerWrap p {
    line-height: 1.8;
    font-size: 12px;
    font-size: 1.2rem; }
@media screen and (max-width: 640px) {
  .modalWrapper .modal_footerWrap p {
    font-size: 3.125vw;
    text-align: left; } }

.closeModal {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  cursor: pointer;
  z-index: 100;
  font-size: 40px;
  font-size: 4rem; }
@media screen and (max-width: 800px) {
  .closeModal {
    top: 0;
    right: 0; } }
@media screen and (max-width: 640px) {
  .closeModal {
    font-size: 9.375vw; } }

/* modalArea02 */
.modalArea02 {
  max-width: 800px;
  margin: 0 auto;
  right: 0;
  padding: 70px 30px 50px; }
.modalArea02 .modalContents {
  padding: 0 4.15%; }
.modalArea02 .closeModal {
  top: 12px;
  right: 30px; }
.modalArea02 .modalWrapper .modalContents .txtWrap {
    padding-top: 20px; }
@media screen and (max-width: 1000px) {
  .modalArea02 .modalWrapper .modal_footerWrap {
      padding: 30px 0 20px; } }
@media screen and (max-width: 800px) {
  .modalArea02 {
    padding: 70px 3.75vw 50px; }
  .modalArea02 .closeModal {
      top: 5px; } }
@media screen and (max-width: 640px) {
  .modalArea02 {
    padding: 70px 4.688vw 50px; }
  .modalArea02 .modalWrapper {
    top: 55%; }
  .modalArea02 .closeModal {
    width: 40px;
    height: 40px;
    top: 6vh;
    right: 4.688vw;
    font-size: 30px;
    line-height: 38px; } }

.is-open {
  display: block; }

/* modal02 Inner =========================== */
.modal02Ttl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 60px auto 40px;
  line-height: 1.3; }
.modal02Ttl::after {
  content: '';
  background: #b5b4b4;
  width: 160px;
  height: 7px;
  display: block;
  margin: 13px auto 0 auto; }

/* about */
.modal02 .aboutWrap {
  background: #F1F1F1;
  padding-top: 40px;
  padding-bottom: 40px; }
.modal02 .aboutTxt {
  margin-top: 20px; }
.modal02 .aboutIndent {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em; }

/* detail */
.modal02 .detailTxt p {
  font-size: 1.4rem; }
.modal02 .detailTxt .detailTtl {
  text-align: left;
  padding-bottom: 5px;
  font-size: 1.8rem; }
.modal02 .detailTxt .detailSubTtl {
  font-weight: bold;
  margin-top: 15px; }
.modal02 .detailTxt .detailIndent {
  padding-left: 1em;
  text-indent: -1em; }
.modal02 .detailTxt .detailImg {
  padding: 5px 0; }
.modal02 .ctaWrap{
  margin: 30px auto 60px; }

@media only screen and (max-width: 640px){
  .modal02 .modalWrapper .modalScroll {
    padding-top: 40px; }
  .modal02Ttl {
    font-size: 5.285vw;
    margin: 40px auto 30px; }
  .modal02Ttl::after {
    width: 110px;
    height: 8px; }
  /* about */
  .modal02 .aboutWrap {
    padding-top: 30px;
    padding-bottom: 30px; }
  .modal02 .aboutIndent {
    font-size: 1.1rem; }
  /* detail */
  .modal02 .detailTxt p {
    font-size: 1.3rem; }
  .modal02 .detailTxt .detailTtl {
    font-size: 1.4rem; }
  .modal02 .ctaWrap {
    margin: 20px auto 40px; } }

/* popup
============================================================== */
.popup-area {
  display: none;
  width: 70%;
  max-width: 640px;
  margin: 0 auto;
  position: fixed;
  z-index: 100011;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  border-radius: 8px; }
.popup-area p img {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
  border-radius: 13px; }
.popup-area button {
  border: none;
  background: none;
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  margin: auto;
  width: 92%; }
.cover-eml {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100010;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* anchor1
============================================================== */
#anchor1 .imgWrap .resizeHide {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px; }
  #anchor1 .imgWrap .resizeHide img {
  margin: 0 auto;
  width: 82%; }
#anchor1 .imgWrap .resizeShow {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px; }
  #anchor1 .imgWrap .resizeShow img {
  margin: 0 auto;
  width: 92%;
  max-width: 810px; }
#anchor1 .indent {
  line-height: 1.7;
  padding-bottom: 0; }
@media screen and (max-width: 800px) {
  #anchor1 .imgWrap .resizeShow img {
    width: 80%; } }
@media screen and (max-width: 640px) {
  #anchor1 .imgWrap .resizeShow {
    padding-top: 6.25vw;
    padding-bottom: 3.125vw; }
  #anchor1 .imgWrap .resizeShow img {
    width: 100%; } }

/* anchor2
============================================================== */
#anchor2 .wrap .contentArea {
  width: 100%;
  max-width: 820px;
  margin: 0 auto; }

#anchor2 .wrap .contentArea .imgWrap .pc {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px; }
#anchor2 .wrap .contentArea .imgWrap .pc img {
  margin: 0 auto;
  width: 100%;
  max-width: 820px; }
#anchor2 .wrap .contentArea .imgWrap .sp {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px; }
#anchor2 .wrap .contentArea .imgWrap .sp img {
  margin: 0 auto;
  width: 100%;
  max-width: 580px; }

#anchor2 .wrap .outer {
  margin-bottom: .6em; }
#anchor2 .wrap .outer .resizeHide {
  width: 100%; }
@media screen and (max-width: 800px) {
  #anchor2 .wrap .outer .resizeShow {
    width: 100%; } }

#anchor2 .wrap .fntType0 {
  font-size: 18px;
  font-size: 1.8rem; }
@media screen and (max-width: 800px) {
  #anchor2 .wrap .fntType0 {
    font-size: 2.5vw; } }
@media screen and (max-width: 640px) {
  #anchor2 .wrap .fntType0 {
    font-size: 3.75vw; } }

#anchor2 .wrap .ttlType2 {
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 25px;
  font-size: 36px;
  font-size: 3.6rem; }
@media screen and (max-width: 640px) {
  #anchor2 .wrap .ttlType2 {
    font-size: 5.625vw; } }

#anchor2 .wrap .ttlType2 span {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-size: 2rem; }
@media screen and (max-width: 640px) {
  #anchor2 .wrap .ttlType2 span {
    font-size: 3.75vw; } }

#anchor2 .indent {
  line-height: 1.7;
  padding-bottom: 0; }

#anchor2 .fntType1 {
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem; }
#anchor2 .fntType1 a {
  text-decoration: underline;
  color: #006FB9; }
#anchor2 .fntType1 a:hover {
  text-decoration: none;
  opacity: 0.8; }
@media screen and (max-width: 640px) {
  #anchor2 .fntType1 {
    font-size: 3.438vw;
    margin-bottom: 7.813vw;
    text-align: left; } }

/* cpLink */
.cpLink {
  max-width: 620px;
  width: 100%;
  margin: 0 auto 100px; }
.cpLink:hover {
  cursor: pointer;
  opacity:0.8;
  transition: 0.2s all; }
.disIb {
    display: inline-block; }
@media only screen and (max-width: 640px){
  .cpLink {
    max-width: 620px;
    width: 100%;
    margin: 0 auto 13.281vw; } }

/* spreadWrap */
.spreadWrap {
  width: 100%;
  margin: 70px auto 30px; }
@media screen and (max-width: 800px) {
  .spreadWrap {
    margin: 7.5vw auto 3.75vw; } }
@media screen and (max-width: 640px) {
  .spreadWrap {
    margin: 15.625vw auto 6.25vw; } }

.valueImage__pc {
  display: block; }
.valueImage__sp {
  display: none; }
@media screen and (max-width: 800px) {
  .valueImage__pc {
    display: none; }
  .valueImage__sp {
    display: block; } }

/* anchor3
============================================================== */
#anchor3 .txtTtl {
  padding-top: 70px;
  padding-bottom: 70px; }
@media screen and (max-width: 1000px) {
  #anchor3 .txtTtl {
    padding: 45px 0; } }

#anchor3 .txtTtl .ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem; }
#anchor3 .txtTtl img {
  display: block;
  margin: 0 auto;
  max-width: 340px;
  width: 70%; }
@media screen and (max-width: 640px) {
  #anchor3 .txtTtl .ttl {
    font-size: 4.375vw; } }

#anchor3 .txtTtl .read {
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.8rem; }
@media screen and (max-width: 640px) {
  #anchor3 .txtTtl .read {
    font-size: 3.75vw; } }

#anchor3 .ChartTtl {
  display: block;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem; }
@media screen and (max-width: 640px) {
  #anchor3 .ChartTtl {
    margin-bottom: 0;
    font-size: 5vw; } }

#anchor3 .imgWrap {
  margin-bottom: 1px; }
#anchor3 .imgWrap .pc img {
  width: 100%; }
#anchor3 .imgWrap.ptn2 .pc img {
  display: block;
  width: 100%;
  max-width: 780px;
  margin: 0 auto; }
@media screen and (max-width: 1000px) {
  #anchor3 .imgWrap {
    margin-bottom: 1px; } }

#anchor3 .Slider {
  width: 100%;
  max-width: 100%; }
#anchor3 .Slider img {
  width: 85%;
  max-width: 400px;
  margin: auto; }
#anchor3 .Slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
#anchor3 .Slider button.slide-arrow {
  position: absolute;
  top: 0;
  margin-top: 0; }
#anchor3 .Slider button.prev-arrow {
  display: inline-block;
  position: absolute;
  content: '';
  left: 0%;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin: auto;
  background-color: #C3C3C3;
  border-radius: 50%; }
#anchor3 .Slider button.prev-arrow:before {
  display: inline-block;
  position: absolute;
  content: '';
  left: 35%;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(-45deg); }
#anchor3 .Slider button.next-arrow {
  display: inline-block;
  position: absolute;
  content: '';
  right: 0%;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin: auto;
  background-color: #C3C3C3;
  border-radius: 50%; }
#anchor3 .Slider button.next-arrow:before {
  display: inline-block;
  position: absolute;
  content: '';
  right: 35%;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg); }
#anchor3 .Slider > div {
  width: 90%;
  margin: 0 auto;
  padding: 30px 5px !important; }
#anchor3 .Slider .slick-dots {
  bottom: -15px; }
#anchor3 .Slider .slick-dots li button:before {
  font-size: 70px;
  font-size: 7rem;
  background-color: #333;
  border-radius: 50%;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 13px; }

/* anchor4
============================================================== */
/* minkabu */
.minkabuWrap {
  margin: 70px 0 0;
  text-align: center; }
@media screen and (max-width: 800px) {
  .minkabuWrap {
    margin-top: 8.75vw; } }
@media screen and (max-width: 640px) {
  .minkabuWrap {
    margin-top: 10.938vw; } }

/* swap */
.swapWrap {
  overflow:hidden;
  margin: 70px 0 40px; }
@media screen and (max-width: 800px) {
  .swapWrap {
    margin: 10.938vw 0 6.25vw; } }
@media screen and (max-width: 640px) {
  .swapWrap {
    margin: 12.5vw 0 7.813vw; } }

.swapBox {
  float:left;
  width: 22.7%;
  position: relative;
  text-align: center; }
@media screen and (max-width: 800px) {
  .swapBox {
    width: 100%;
    clear: both; } }
@media screen and (max-width: 640px) {
  .swapBox {
    width: 100%;
    clear: both; } }

.mr{
  margin-right:3%; }
@media screen and (max-width: 800px) {
  .mr{
    margin-right:0;
    margin-bottom:13%; } }

#anchor4 .swapWrap .swapBox .swap{
  width: 100%;
  color: #DC1C26;
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1em; }
@media screen and (max-width: 980px) {
  #anchor4 .swapWrap .swapBox .swap{
    font-size: 3vw; } }
@media screen and (max-width: 800px) {
  #anchor4 .swapWrap .swapBox .swap{
    bottom: 0vw;
    font-size: 6vw;
    right: -23.2vw } }

#anchor4 .swapWrap .swapBox .value{
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Arial, sans-serif;
  font-size: 90px;
  letter-spacing: -0.03em; }
@media screen and (max-width: 980px) {
  #anchor4 .swapWrap .swapBox .value{
    font-size: 9vw; } }
@media screen and (max-width: 800px) {
  #anchor4 .swapWrap .swapBox .value{
    font-size: 17vw; } }

#anchor4 .swapWrap .swapBox .three_digit{
  font-size: 72px;
  letter-spacing: -0.03em;
  display: inline-block;
  transform: scale(1,1.3);
  transform-origin: bottom; }
@media screen and (max-width: 1000px) {
  #anchor4 .swapWrap .swapBox .three_digit{
    font-size: 6vw; } }
@media screen and (max-width: 800px) {
  #anchor4 .swapWrap .swapBox .three_digit{
    font-size: 15.8vw;
    transform: scale(1,1); } }

#anchor4 .swapWrap .swapBox .day_txt{
  color: #404040;}

/* anchor5
============================================================== */
#anchor5 .imgWrap .resizeHide {
  width: 100%;
  max-width: 980px;
  text-align: center;
  margin: 40px auto 80px; }
@media screen and (max-width: 800px) {
  #anchor5 .imgWrap .resizeShow {
    margin: 5vw auto 6.25vw; } }
@media screen and (max-width: 640px) {
  #anchor5 .imgWrap .resizeShow {
    margin: 3.125vw auto 4.688vw; } }

/* supportImg */
.supportImgBox {
  position: relative; }
.supportImg01 {
  z-index: 1; }
.supportImg01 .resizeHide,
.supportImg01 .resizeShow {
  margin-bottom: 0 !important; }
.supportImg02 {
  z-index: 2;
  position: absolute;
  bottom: 0; }
.supportImg02 .resizeHide,
.supportImg02 .resizeShow {
  margin: 0 auto !important; }
#anchor5 .supportImg02 a:hover {
  opacity: 1; }
.supportImg03 .resizeHide {
  margin: 30px auto 0 !important; }
@media screen and (max-width: 800px) {
  .supportImg02 {
    position: relative; }
  .supportImg03 .resizeShow {
    margin-top: 3.75vw !important; } }

/* #anchor5 */
#anchor5 .ttlType1 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 40px; }
@media screen and (max-width: 1000px) {
  #anchor5 .ttlType1 {
    margin-top: 100px; } }
@media screen and (max-width: 800px) {
  #anchor5 .ttlType1 {
    margin-top: 12.5vw; } }
@media screen and (max-width: 1000px) {
  #anchor5 .ttlType1 {
    margin-top: 15.625vw; } }

#anchor5 .ttlType1 span {
  display: block;
  position: relative;
  background-color: #eef9ff;
  color: #005bac;
  padding: 15px 30px;
  transition: all 0.1s ease-in-out 0s;
  font-weight: bold;
  text-align: center;
  border: 3px solid #005bac;
  font-size: 24px;
  font-size: 2.4rem; }
#anchor5 .ttlType1:before {
  position: absolute;
  content: '';
  bottom: -18px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20.5px 0 20.5px;
  border-color: #005bac transparent transparent transparent;
  z-index: 1; }
#anchor5 .ttlType1::after {
  position: absolute;
  content: '';
  bottom: -14px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17.5px 0 17.5px;
  border-color: #eef9ff transparent transparent transparent;
  z-index: 2; }
@media screen and (max-width: 640px) {
  #anchor5 .ttlType1 span {
    font-size: 4.375vw;
    padding: 1.2em 1em;
    border-width: 2px; }
  #anchor5 .ttlType1::after {
    bottom: -15px; } }

#anchor5 .logoWrap {
  margin-bottom: 80px; }
#anchor5 .logoWrap img {
  display: block;
  margin: 0 auto;
  width: 70%;
  max-width: 420px; }
@media screen and (max-width: 1000px) {
  #anchor5 .logoWrap {
    margin-bottom: 60px; } }
@media screen and (max-width: 800px) {
  #anchor5 .logoWrap {
    margin-bottom: 7.5vw; } }
@media screen and (max-width: 640px) {
  #anchor5 .logoWrap {
    margin-bottom: 7.813vw; } }

#anchor5 .txtWrap {
  padding: 90px 0 95px; }
@media screen and (max-width: 800px) {
  #anchor5 .txtWrap {
    padding: 10vw 0 10vw; } }
@media screen and (max-width: 640px) {
  #anchor5 .txtWrap {
    padding: 15.625vw 0 3.125vw; } }

#anchor5 .txtWrap .ttl {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem; }
@media screen and (max-width: 640px) {
  #anchor5 .txtWrap .ttl {
    font-size: 3.125vw; } }

#anchor5 .txtWrap .read {
  font-size: 14px;
  font-size: 1.4rem; }
@media screen and (max-width: 640px) {
  #anchor5 .txtWrap .read {
    font-size: 3.125vw;
    text-align: justify; } }

#anchor5 .lineYellow {
    background: linear-gradient(transparent 60%, #ffd451 60%);
    font-weight: bold;
}

/* footer
============================================================== */
footer {
  background-color: #000; }
footer .inlineFooterWrap {
  max-width: 980px;
  margin: 0 auto; }

/* gokakunin ===================================================== */
#pageOverlay0{
  z-index: 2;
  width: 100% ;
  position: fixed !important; }
#pageOverlay0 + div{
  z-index: 999;
	margin: 0 auto !important;
  width: 100% !important;
	text-align: center;
	left: 0 !important; }
#o13_close {
  display: inline-block;
  width: 60%;
  max-width: 643px;
	height: auto; }
@media only screen and (max-width: 640px){
  #o13_close, #o14_close {
    width: 85% !important; } }
