@charset "utf-8";

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth; /* ここが本題 */
  }
}


/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}



/* CSS Document */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family:'Noto Sans JP', 'Noto Sans JP', Meiryo, sans-serif;
  color: #000;
  background-color: #fff;
}

html, body {
  height: 100%;
}

li {
  list-style: none;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  filter: brightness(115%) contrast(90%);
}
a:hover img {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  filter: brightness(110%) contrast(90%);
}

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

.clearfix:after {
  clear: both;
}

@media (max-width: 768px) {
   body {
    font-size: 1.4rem;
  } 
}

/*****************/
.l_container {
  width: min(1159px,96.58vw);
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .l_container {
  width: 91.4vw;
  }
}

[class^=col-] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}


/* anime */
.inview,
.inv,
.fadein,
.fadeinD,
.fadeinL,
.fiL,
.fiR,
.bgRLextendAnime{
  opacity: 0;
}
.inv{
  animation-delay: 0;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
}

/*****************
header
*****************/
.header {
  background: #000;
}
.inner-header{
  width: min(100vw,1200px);
  margin: auto;
  padding: 20px 25px 12px;
}
.logo{
  display: inline-block;
}
.logo_tv{
  width: min(20vw,240px);
}

@media (max-width: 768px) {
  .header {
    border-bottom: none;
  }
  .inner-header{
    max-width: 100%;
    padding: 3vw 2vw 2.6vw 3.5vw;
  }
  .logo_tv{
    width: 41.1vw;
    max-width: auto;
  }
  .logo_tv img{
    display: block;
  
  }
}

/*****************
main
*****************/
.loading{
  font-family: 'Noto Sans JP', "hiragino-kaku-gothic-pron", "Hiragino Sans",  Meiryo, sans-serif;
}
.main-content{
  font-family: 'Noto Sans JP', "hiragino-kaku-gothic-pron", "Hiragino Sans",  Meiryo, sans-serif;
  color: #140d32;
}
.dp_sp{
  display: none;
}
.dp_pc{
  display: block;
}
.main-top {
  background: url(../img/bg_main.png);
  background-size: auto;
  width: 100%;
  margin: auto;
}
.main-top .img{
  width: min(92.3vw,1150px);
  margin: auto;
  padding-top: 38px;
  padding-bottom: 63px;
  transform: translateX(-25px);

}
.main-top .img img{
  height: 100%;

  object-fit: cover;
}

@media (max-width: 768px) {
  .main-content{

  }
  .loading img{
    width: 100%;
  }
  .dp_sp{
    display: block;
  }
  .dp_pc{
    display: none;
  }
  .main-top {
    background: none;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .main-top .img{
    width: 100vw;
    padding-top: 0;
    padding-bottom: 0;
    transform: translateX(0);
  }
}

@media (min-width: 1920px) {
  .main-top {
    background: url(../img/bg_main.png);
    background-size: 100%;
  }
}

/*****************
common
*****************/
.el_btn{
  position: relative;
  background: #ff89bb;
  margin: auto;
  width: min(52.8vw,613px);
  padding: min(3.7vw,43px) 0 min(4.3vw,50px);
  display: block;
  text-align: center;
/*  border: 3px solid #140d32;*/
  border-radius: 30px;
  box-shadow: 0px 5px 0px 4px #c86690;
  font-weight: 800;
  font-size: min(2.2vw,26px);
  letter-spacing: 0.08em;
  /*text-shadow: 0px 1px #fce852;*/
  color: #fff;
}
.el_btn::after{
  content: "";
  display: block;
  position: absolute;
  right: 43px;
  top: 50%;
  width: 39px;
  height: 39px;
  transform: translateY(-50%);
  background: url("../img/icon_brn_arrow.png") no-repeat;
  background-size: 100%;
}
.el_sttl {
  text-align: center;
  margin-bottom: 50px;
}


@media (max-width: 768px) {
  .el_btn{
    width: 100%;
    padding: 6vw 0 7.2vw;
    /*border: 2px solid #140d32;*/
    border-radius: 4vw;
    font-size: 3.7vw;
    box-shadow: 0px 3px 0px 2px #c86690;
    text-shadow: 0px 0px #fff;
  }
  .el_btn::after{
    right: 6.4vw;
    top: 50%;
    width: 6vw;
    height: 6vw;
    transform: translateY(-51%);
  }
  .el_sttl {
    margin: auto;
    margin-bottom: 12.8vw;
  }
}

/*****************
l_method
*****************/
.l_method{
  padding: 50px 0 80px 0;
  /*background: url("../img/main_btm.png") top -10px center repeat-x #fff;*/
}
.l_methodstep{
  display: flex;
  column-gap: 34px;/*48px */
  margin-bottom: 29px;
}
.l_methodstep li{
  position: relative;
  background: #fff;
  border-radius: 15px;
  border: 4px solid #295095;
  width: calc((100% - 34px * 2) / 3);/*48px */
  padding: 42px 18px 28px;
}
.l_methodstep li p.el_bold{
  font-weight: 800;
}
.l_methodstep li:not(:last-child)::after{
  content: "";
  display: block;
  position: absolute;
  right: -36px;/*-38px */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 22px solid #295095;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}
.l_methodstep li span{
  display: inline-block;
  position: absolute;
  top: -19px;  
  left: 50%;
  transform: translateX(-50%);
  background: #295095;
  border-radius: 22px;
  padding: 12px 15px;
}
.l_methodstep li span img{
  width: 78px;
}
.l_methodstep li .el_img{
  height: min(21.8vw,153px);
  padding: 0 min(3.5vw,41px);
  display: flex;
  align-items: center;
}
.l_methodstep li p{
  padding: 15px 0 0 0;
  font-weight: 600;
  font-size: min(1.75vw,21px);
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.l_btn_sttl{
  text-align: center;
  margin-bottom: 22px;
}
.l_method .l_entrybtn{
  margin-bottom: 60px;
}
.l_methodAbout{
  margin-bottom: 43px;
  font-weight: 600;
  font-size: min(2vw,24px);
  letter-spacing: .03em;

}
.l_methodAbout_sttl{
  text-align: center;
  margin-bottom: 40px;
}
.l_methodAbout p{
  margin-bottom: 40px;
  line-height: 1.666;
/*  padding-left: 15px;*/
}
.l_methodAbout ul{
}
.l_methodAbout li{
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.l_methodAbout li:not(:last-child){
  margin-bottom: 10px;
}
.l_methodAbout .el_ex{
  display: inline-block;
  background: #295095;
  border-radius: 22px;
  padding: 10px 27px 11px 26px;
}
.l_methodAbout:nth-of-type(2) .el_ex{
  background: #ffea56;
}
.l_methodAbout .el_ex img{
  display: block;
  height: 21px;
  width: auto;
}
.l_methodAbout li strong{
  margin-block: 5px;
  padding: 5px 20px 5px;
  padding: 5px 10px 5px;
  display: inline-block;
  text-align: center;
  border: 2px solid #140d32;
  border-radius: 100px;
  font-weight: 600;
}
.l_methodAbout li strong i{
  font-style: normal;
  /*font-size: 120%;
  font-weight: 700;*/
  /*font-family: "hiragino-kaku-gothic-pron", "Hiragino Sans",  Meiryo, sans-serif;*/
}
.l_methodTxt{
  padding: 30px 25px 40px;
  background: #fff;
  border-radius: 15px; 
  border: 4px solid #295095;
}
.l_methodTxt{
  font-size: min(2vw,24px);
  line-height: 1.5;
  letter-spacing: -0.03em;
}

@media (max-width: 768px) {
  .l_method{
    padding: 7.7vw 0 17.7vw 0;
    background: #fff;
    overflow: hidden;
  }
  .l_method .el_sttl {
    width: 65.3vw;
  }
  .l_methodstep{
    flex-direction: column;
    gap: 16.6vw;
    margin-bottom: 6.4vw;
  }
  .l_methodstep li{
    border-radius: 2vw;
    width: 100%;
    padding: 10.6vw 3.7vw 9.3vw;
    border: 2px solid #295095;
  }
  .l_btn_sttl{
    margin: auto;
    margin-bottom: 22px;
    width: 64.4vw;
  }
  .l_methodstep li p.el_bold{
    font-weight: 600;
  }
  .l_methodstep li:not(:last-child)::after{
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    top: inherit;
    bottom: -8.8vw;
    transform: translateX(50%) translateY(0) rotate(90deg);
    width: 0;
    height: 0;
    border-left: 22px solid #295095;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
  }
  .l_methodstep li span{
    display: inline-block;
    position: absolute;
    top: -4.9vw;  
    left: 50%;
    transform: translateX(-50%);

    border-radius: 2.9vw;
    padding: 3vw 4vw;
  }
  .l_methodstep li span img{
    width: 20.5vw;
  }
  .l_methodstep li .el_img{
    height: 100%;
    padding: 0 11vw;
    display: inline-block;
  }
  .l_methodstep li:nth-of-type(1) .el_img{
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
  }
  .l_methodstep li:nth-of-type(3) .el_img{
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .l_methodstep li p{
    padding: 6vw 0 0 0;
    font-size: 5.4vw;
    line-height: 1.2;
    line-height: 1.37;
  }
  .l_method .l_entrybtn{
    margin-bottom: 8.6vw;
  }
  .l_methodAbout{
    margin-bottom: 4.6vw;
    font-size: 4.2vw;
    font-size: 4vw;
  }
  .l_methodAbout:nth-of-type(3){
    margin-bottom: 9.3vw;
  }
  .l_methodAbout_sttl{
    width: 29vw;
    margin: auto;
    margin-bottom: 4.8vw;
  }
  .l_methodAbout p{
    margin-bottom: 6.9vw;
    padding-left: 0;
    line-height: 1.3;
    text-align: left;
    letter-spacing: -0.03em;
  }

  .l_methodAbout li{
    line-height: 1.6;
    letter-spacing: -0.03em;
    font-size: 3.2vw;
    gap: 1.3vw;
  }
  .l_methodAbout li:not(:last-child){
    margin-bottom: 1.8vw;
  }
  .l_methodAbout li:nth-of-type(3){
    margin-right: -2em;
    margin-right: 0;
    letter-spacing: -0.05em;
  }
  .l_methodAbout .el_ex{
    display: table;
    margin-bottom: 2.4vw;
    padding: 1.4vw 3.4vw;
  }
  .l_methodAbout .el_ex img{
    display: block;
    width: 12vw;
    height: auto;
  }
  .l_methodAbout li strong{
    margin-left: 1vw;
    padding: 0 1.3vw;
    border:  1px solid #140d32;
    letter-spacing: 0em;
  }
  .l_methodAbout li strong i{
    font-size: 110%;
    margin: -3px 0;
    display: inline-block;
  }
  .l_methodTxt{
    height: 84.5vw;
    padding: 5.3vw 3vw 6vw 4.6vw;
    border-radius: 2vw; 
    border: 2px solid #295095;
  }
  .l_methodTxt{
    font-size: 2.8vw;
    line-height: 1.5;
  }
}

/*****************
l_prize
*****************/
.l_prize{
  padding: 0 0 65px 0;
  /*background: #fff5bb;
  background: url("../img/method_btm.png") top -10px center repeat-x #fff5bb;*/
}
.l_prize .el_sttl{
    margin-bottom: 33px;
}
.el_prize_sttl{
  margin-bottom: 45px;
  text-align: center;
}
.l_prizePresent{
  display: flex;
  /*align-items: flex-end;*/
  gap: 25px 50px;
  margin: auto;
  margin-bottom: 50px;
  
  width: min(90vw,756px);
  flex-wrap: wrap;
  /*justify-content: center;*/
}
.l_prizePresent:nth-of-type(2){
  margin-bottom: 115px;
}
.l_prizePresent li{
  position: relative;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #c1c1c1;
/*  width: calc((100% - 48px * 2) / 3);*/
  width: min(calc(45vw - 25px),353px);
  padding: 70px 0 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l_prizePresent li:has(.el_explan){
  padding: 90px 0 25px;
}
.l_prizePresent li span{
  display: inline-block;
  position: absolute;
  top: -3px; 
  left: 9px;
  width: 46px;
}
.l_prizePresent li .el_img{
  padding: 0;
  display: flex;
  align-items: center;
}
/*.l_prizePresent li:nth-of-type(1) .el_img,.l_prizePresent li:nth-of-type(2) .el_img{
  padding-bottom: min(0.6vw,8px);
}*/
.l_prizePresent li p{
  text-align: center;
  padding: 10px 0 25px 0;
  font-weight: 600;
  font-size: min(1.4vw,17px);
  line-height: 1.4;
}
.l_prizePresent li .el_explan{
  position: absolute;
  top: 10px;
  left: min(5vw,60px);
}
.l_prizePresent li .el_explan p{
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  font-size: min(1.25vw,15px);
}
.l_prizePresent .el_sbtn{
  background: #ff89bb;
  margin: auto;
  width: min(23.5vw,273px);
  margin-top: 10px;
  height: min(4.6vw,54px);
  /*padding: 18px 0 20px;*/
  display: block;
  text-align: center;
  border-radius: 30px;
  font-weight: 600;
  font-size: min(.9vw,11px);
  letter-spacing: 0.2em;
  line-height: 1.4;
  /*text-shadow: 0px 1px #c23700;*/
  color: #fff;
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.l_prizePresent .el_sbtn_img{
  margin: auto;
  width: min(23.5vw,273px);
  margin-top: auto;
  height: min(4.6vw,54px);
  /*padding: 18px 0 20px;*/
  display: block;
}
.l_prize .l_lead{
  margin-top: 40px;
  margin-bottom: 35px;
  text-align: center;
  font-weight: 600;
  font-size: min(2.7vw,32px);
  line-height: 1.25;
  color: #140d32;
}
/*.l_prize .el_btn{
  margin-bottom: 126px;
}*/

@media (max-width: 768px) {
  .l_prize{
    padding: 0 0 20.6vw 0;
    /*background: #fff5bb;
    background: url("../img/method_btm.png") top -8px center repeat-x #fff5bb;
    background-size: 3.3%;*/
  }
  .l_prize .el_sttl{
    width: 41.6vw;
    margin-bottom: 4.6vw;
    transform: translateX(1vw) !important;
  }
  .el_prize_sttl{
    width: 42.8vw;
    margin: auto;
    margin-bottom: 6.6vw;
  }
  .l_prizePresent{
    gap: 3.3vw 2.6vw;
    margin-bottom: 7.3vw;
  }
  .l_prizePresent:nth-of-type(2){
    margin-bottom: 8vw;
  }
  .l_prizePresent li{
    border-radius: 2vw;
    width: calc((100% - 2.6vw) / 2);
    padding: 6vw 0 3.3vw;
  }
  .l_prizePresent li:has(.el_explan){
    padding: 10.3vw 0 3.3vw;
  }
  .l_prizePresent li span{
    top: -3px; 
    left: 1vw;
    width: 5.8vw;
  }
  .l_prizePresent li .el_img{
    width: 39vw;
  }
  .l_prizePresent li p{
    padding: 2vw 0 2.6vw 0;
    font-size: 2.1vw;
  }
  .l_prizePresent li .el_explan{
    top: 1vw;
    left: 9vw;
  }
  .l_prizePresent li .el_explan p{
    font-size: 1.8vw;
    line-height: 1.6;
  }
  .l_prizePresent .el_sbtn{
    background: #ff89bb;
    margin: auto;
    width: min(23.5vw,273px);
    margin-top: 10px;
    height: min(4.6vw,54px);
    /*padding: 18px 0 20px;*/
    display: block;
    text-align: center;
    border-radius: 30px;
    font-weight: 600;
    font-size: min(.9vw,11px);
    letter-spacing: 0.2em;
    line-height: 1.4;
    /*text-shadow: 0px 1px #c23700;*/
    color: #fff;
    
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l_prizePresent .el_sbtn_img{
    width: 35.6vw;
    height: 7.3vw;
  }
  .l_prize .l_lead{
    margin-top: 8vw;
    margin-bottom: 4.6vw;
    font-size: 4.2vw;
    line-height: 1.25;
    letter-spacing: -.05em;
  }
  /*.l_prize .el_btn{
    margin-bottom: 5.7vw;
  }*/
}

/*****************
.atten
*****************/
/*.l_atten{
  padding: 120px 0 350px;
  background: url("../img/main_btm.png") top -10px center repeat-x #fff;
}*/
.l_atten .el_sttl{
  margin-top: 73px;
  margin-bottom: 65px;
}
.atten_txt{
  border-radius: 8px;
  background: #fff;
  height: 400px;
  height: 650px;
  margin: auto;
  padding: 30px 45px;
  overflow-y: scroll;
  font-size: min(2vw,24px);
  line-height: 1.5;
  border: 1px solid #c1c1c1;
}
.atten_txt h4{
  font-size: min(2vw,24px);
}
.atten_txt p{
  margin-bottom: 35px;
}
.atten_txt a{
  color: #2188e9;
  text-decoration: underline;
}
.atten_txt a:hover{
  text-decoration: none;
}

@media (max-width: 768px) {
  /*.l_atten{
    padding: 16.8vw 0 41vw;
    background: url("../img/main_btm.png") top -8px center repeat-x #fff;
    background-size: 3.3%;
  }*/
  .l_atten .el_sttl{
    width: 34.6vw;
    margin-top: 10vw;
    margin-bottom: 8.6vw;
  }
  .atten_txt{
    border-radius: 2vw;
    height: 84.6vw;
    padding: 4vw 3.3vw;
    font-size: 2.8vw;
    line-height: 1.5;
    border: 2px solid #295095;
  }
  .atten_txt h4{
    font-size: 3.2vw;
  }
  .atten_txt p{
    margin-bottom: 4.6vw;
  }
}



/*****************
.recom
*****************/
.l_recom{
  padding: 0 0 325px 0;
  /*background: #fff;
  background: url("../img/prize_btm.png") top -10px center repeat-x #fff;*/
}
.l_recom .el_sttl{
  /*font-size: min(3.3vw,40px);
  font-weight: 900;
  line-height: 1.6;
  text-align: center;*/
  display: flex;
  justify-content: center;
}
.l_recom .el_sttl2{
  /*font-size: min(3.3vw,40px);
  font-weight: 900;
  line-height: 1.6;
  text-align: center;*/
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
.l_recom_Limg{
  width: min(53.9vw,647px);
  margin: 63px auto 85px;
  display: flex;
  justify-content: center;
}
.l_recom_blue_wrap .l_recom_Limg{
  width: min(50.9vw,611px);
  margin: 55px auto 65px;
}
.l_recom_yellow_wrap{
  margin-bottom: 125px;
}
.l_recom_box ul{
 display: grid;
 width: 100%;
 grid-template-columns: calc(50% - 15px) calc(50% - 15px);
 gap: 27px 30px;
}
.l_recom_cnt{
  background: url(../img/bg_yellow.png);
  color: #303030;
  border-radius: 16px;
  padding: 10px 24px 10px;
}
.l_recom_blue_wrap .l_recom_cnt{
  background: url(../img/bg_blue.png);
  color: #fff;
}
.l_recom_sttl{
  padding-bottom: 10px;
  font-size: min(2.5vw,30px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .05em;
}
.l_recom_sttl span{
  font-size: min(2vw,25px);
  display: block;
}
.l_recom_sttl + .l_recom_txt{
  padding-top: 10px;
}
.l_recom_sttl::first-letter{
  font-size: min(4vw,48px); 
}
.l_recom_img{
  padding-bottom: 25px;
}
.l_recom_sttl + .l_recom_img{
  padding-top: 10px;
}
.l_recom_txt{
  font-size: min(2vw,24px); 
  line-height: 1.6;
  padding-bottom: 14px;
}
.l_recom_txt .el_atten{
  font-size: min(1.5vw,19px); 
  display: inline-block;
}

.l_recom_item01{
  grid-column: 2/3;
  grid-row: 1/4;
}
.l_recom_item02{
  grid-column: 1/2;
  grid-row: 1/2;
}
.l_recom_item03{
  grid-column: 1/2;
  grid-row: 2/3;
}
.l_recom_item04{
  grid-column: 2/3;
  grid-row: 4/5;
}
.l_recom_item05{
  grid-column: 1/2;
  grid-row: 3/4;
}
.l_recom_item06{
  grid-column: 1/2;
  grid-row: 4/5;
}


.l_recom_btn{
  background: #2ebce5;
  width: 100%;
  margin: 20px auto 92px;
  box-shadow: 0px 5px 0px 4px #27a2c6;
  text-shadow: none;
  color: #fff;
  letter-spacing: .2em;
}
.l_recom_btn::after{
  content: "";
  display: block;
  position: absolute;
  right: 26px;
  top: 50%;
  width: 12px;
  height: 19px;
  transform: translateY(-50%);
  background: url("../img/arrow_wh.png") no-repeat;
  background-size: 100%;
}
.l_recom_blue_wrap .l_recom_btn{
  background: #ffea56;
  box-shadow: 0px 5px 0px 4px #f9c534;
  color: #303030;
}
.l_recom_blue_wrap .l_recom_btn::after{
  background: url("../img/arrow_black.png") no-repeat;
  background-size: 100%;
}

.l_recom_bnrTtl{
  margin-top: -42px;
  padding-bottom: 20px;
  font-size: min(2.1vw,26px);
  font-weight: 600;
  color: #140d32;
  letter-spacing: .2em;
}

@media (max-width: 768px) {
  .l_recom{
    padding: 0 0 34vw 0;
    background: #fff;
    /*background: url("../img/prize_btm.png") top -8px center repeat-x #fff;
    background-size: 3.3%;*/
  }
  .l_recom .el_sttl{
    font-size: 5.3vw;
    margin-bottom: 0;
    width: 73vw;
  }
  .l_recom .l_recom_blue_wrap .el_sttl{
    width: 93.3vw;
  }
  .l_recom .el_sttl2{
    font-size: 5.3vw;
    padding-bottom: 3.3vw;
  }
  .l_recom_Limg{
    width: 82.2vw;
    margin: 8vw auto 10vw;
  }
  .l_recom_box ul{
   display: grid;
   width: 100%;
   grid-template-columns: 1fr;
   gap: 4vw;
  }
  .l_recom_yellow{
    border-radius: 2.13vw;
    padding: 1.3vw 3.3vw 6.6vw;
  }

  .l_recom_blue_wrap .l_recom_Limg{
    width: 54.6vw;
    margin: 6.6vw auto 12.6vw;
  }
  .l_recom_yellow_wrap{
    margin-bottom: 9.3vw;
  }
  .l_recom_cnt{
    background: url(../img/bg_yellow.png);
    background-size: 20%;
    border-radius: 2.1vw;
    padding: 3.3vw 3.7vw 2vw;
  }
  .l_recom_blue_wrap .l_recom_cnt{
    background: url(../img/bg_blue.png);
    background-size: 1.2%;
    color: #fff;
  }

  .l_recom_sttl{
    padding-bottom: 1.6vw;
    font-size: 5vw;
  }
  .l_recom_sttl span{
    font-size: 4vw;
  }
  .l_recom_item01 .l_recom_sttl{
    letter-spacing: -.02em;
  }
  .l_recom_sttl + .l_recom_txt{
    padding-top: 1.3vw;
  }
  .l_recom_sttl::first-letter{
    font-size: 8vw; 
  }
  .l_recom_img{
    padding-bottom: 4vw;
  }
  .l_recom_txt{
    font-size: 3.8vw; 
  }
  .l_recom_txt .el_atten{
    font-size: 2.6vw; 
  }
  
  .l_recom_item01{
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .l_recom_item02{
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .l_recom_item03{
    grid-column: 1/3;
    grid-row: 5/6;
  }
  .l_recom_item04{
    grid-column: 1/3;
    grid-row: 4/5;
  }
  .l_recom_item05{
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .l_recom_item06{
    grid-column: 1/3;
    grid-row: 6/7;
  }
  .l_recom_item07{
    grid-column: 1/3;
    grid-row: 7/8;
  }
  .l_recom_blue_wrap {
    .l_recom_item01{
      grid-column: 1/3;
      grid-row: 2/3;
    }
    .l_recom_item02{
      grid-column: 1/3;
      grid-row: 1/2;
    }
    .l_recom_item03{
      grid-column: 1/3;
      grid-row: 3/4;
    }
    .l_recom_item04{
      grid-column: 1/3;
      grid-row: 5/6;
    }
    .l_recom_item05{
      grid-column: 1/3;
      grid-row: 4/5;
    }
    .l_recom_item06{
      grid-column: 1/3;
      grid-row: 6/7;
    }
    .l_recom_item07{
      grid-column: 1/3;
      grid-row: 7/8;
    }

  }
  
  .l_recom_btn{
    margin: 1vw auto 2vw;
    box-shadow: 0px 3px 0px 2px #27a2c6;
  }
  .l_recom_btn::after{
    right: 4vw;
    width: 13px;
    height: 21px;
  }
  .l_recom_blue_wrap .l_recom_btn{
    box-shadow: 0px 3px 0px 2px #f9c534;
  }
  .l_recom_bnrTtl{
    margin-top: 0;
    padding-bottom: 3.3vw;
    font-size: 4.1vw;
  }
}





/*****************
footer 追加
*****************/
.footer{
  background: #000;
  position: relative;
  z-index: 3;
}
.inner-footer{
  max-width: 1140px;
  margin: auto;
  padding: 11px 15px 16px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}
.el_license{
  font-size: 1.1rem;
  color: #fff;
  padding-top: 5px;
  text-align: right;
}
.el_footerLogo img {
    width: 184px;
}


@media (max-width: 768px) {
  .inner-footer{
    max-width: 100%;
  }
  .el_footerLogo{
    width: 40%;
  }

  .el_license{
    font-size: 0.9rem;
    padding-top: 5px;
  }
}


/*****************
footer 既存
*****************/
.copyright {
  line-height: 18px;
}

.copyright a, .copyright span {
  color: #999999;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: normal;
}

.copyright a:hover, .copyright span:hover {
  text-decoration: none;
}

.footer {
  /*margin-top: 180px;*/
}

.footer .license {
  background-color: #000000;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  z-index: 999;
  cursor: pointer;
  display: none;
}

#back-to-top img {
  width: 100%;
}

#page-top {
    position: fixed;
    right: 5vw;
    font-weight: 700;
    z-index: 2;
    opacity: 0;
    width: 146px;
    padding-bottom: 20px;
  transform: translateY(150px);
}
/*#page-top {
    position: fixed;
    bottom: 0;
    right: 5vw;
    font-weight: 700;
    z-index: 2;
    opacity: 0;
    width: 108px;
}
#page-top a {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
   background-color: #f3d43e;
    text-decoration: none;
    color: #000;
    width: 120px;
    padding: 12px 5px;
    text-align: center;
    display: block;
    border: 3px solid #000;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}
#page-top a:hover {
    text-decoration: none;
    filter: brightness(110%) contrast(80%);  
}
#page-top a::after {
    content: '';
    display: inline-block;
    background-image: url("../img/arrow_black_m.png");
    width: 11px;
    height: 7px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}*/

/*　上に上がる動き　*/
#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(260px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove{
  animation: DownAnime 0.15s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(260px);
  }
}

#page-top.floatAnime{
  animation: floatAnime 2s linear infinite;
  opacity: 0;
}

@keyframes floatAnime {
  0% { transform: translateX(0); opacity: 0; }
  25% { transform: translateX(0);opacity: 1; }
  50% { transform: translateX(0) }
  100% { transform: translateX(0);opacity: 1; }
}

@media (max-width: 768px) {
  #page-top {
    right: 2vw;
    width: 19.4vw;
  }
  #page-top a {
    border-radius: 2vw 2vw 0 0;
    width: auto;
  }
  #page-top a::after{
    width: 9px;
    height: 6px;
  }
  #page-top a:hover {
      text-decoration: none;
      filter: none;  
  }
  #page-top a:hover img{
    opacity: 1;
  }
}


body.loading .wrap-loading {
  display: block;
}

.wrap-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #073983;
  z-index: 9999;
  display: none;
}

.wrap-loading .loading-icon {
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrap-loading .loading-icon:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (min-width: 1001px) {
  .main-content .menu-tabs ul li:nth-child(3) {
    border-right: 1px solid #222222;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

}

@media (max-width: 768px) {
  .footer {
    /*margin-top: 10.6666vw;*/
  }

}
