@charset "UTF-8";
/*
Theme Name: _original
Theme URI: http://www.luck2.co.jp/
Description: テーマの説明
Version: 1.0
Author: ken_kishimoto
Author URI: http://www.luck2.co.jp/
*/
/****************************************
		SCSS Setting 
*****************************************/
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
  font-size: 100%;
  font-style: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body {
  /* Light 300 Medium 500 bold 700 Heavy 900 */
  font-family: "GenJyuuGothic", "游ゴシック", "Yu Gothic", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-strict;
  color: #333;
  text-rendering: optimizeLegibility;
}
body.noscrll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}

.f_sof {
  /* Medium 500 bold 700 */
  font-family: "sofia-pro-soft", sans-serif;
  font-weight: 500;
  font-style: italic;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #333;
}

.thumbimg:hover {
  opacity: 0.9;
}

.clear {
  line-height: 0;
  clear: both;
}

.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

body {
  _display: inline;
  _zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table tbody tr th, table tbody tr td {
  font-weight: 400;
}

iframe {
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.target_line {
  position: absolute;
  left: 0;
}

.anim {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}
.anim:hover {
  opacity: 0.9;
}

section {
  position: relative;
  display: block;
}

/****************************************
		Animation Setting 
*****************************************/
.animl {
  position: relative;
}
.animl i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0.5px;
  -webkit-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.animl:hover i {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.animl.is-over i {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.animf {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.animf.is-anime {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.animz {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(10px) scale(0.99);
          transform: translateY(10px) scale(0.99);
  opacity: 0;
}
.animz.is-anime {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.animo {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 0;
}
.animo.is-anime {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.animaf .animafch {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.animaf.is-anime .animafch {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.animfl {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
.animfl.is-anime {
  -webkit-animation: fadeInLeft 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInLeft 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/****************************************
		Base Setting 
*****************************************/
.wrap {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn {
  display: inline-block;
  width: 100%;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  border: 1px solid #f4a000;
  border-radius: 27px;
  background-color: #f4a000;
}
.btn._min ._inn {
  height: 45px;
}
.btn._min ._inn p {
  font-size: 130%;
}
.btn:hover {
  background-color: #f4a000;
}
.btn ._inn {
  position: relative;
  height: 54px;
}
.btn ._inn p {
  font-size: 140%;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: #fff;
}
.btn ._inn ._ico {
  font-size: 21px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
}

.header ._inner {
  padding: 40px 0 0 60px;
}
.header ._logo {
  display: inline-block;
}

.footer {
  text-align: center;
  background-color: #eff0f1;
}

.footer_read {
  padding: 105px 0 26px;
}
.footer_read .boxs .box {
  float: none;
  width: 100%;
}
.footer_read .box_clm {
  padding: 12px 0 35px;
}
.footer_read .box_clm ul li {
  font-size: 107%;
  font-weight: 300;
  display: inline-block;
}
.footer_read .box_nav ul li {
  font-size: 94%;
  font-weight: 300;
  display: inline-block;
}
.footer_read .box_nav ul li:nth-child(2) {
  margin: 0 50px;
}
.footer_read .box_nav ul li a {
  text-decoration: underline;
}

.footer_copy {
  padding: 25px 0;
  background-color: #2ca4fa;
}
.footer_copy p {
  font-size: 94%;
  color: #fff;
}

.footer_gotop {
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
}
.footer_gotop a {
  display: inline-block;
  text-decoration: none;
}
.footer_gotop a span {
  font-size: 94%;
  font-style: normal;
  display: block;
  margin-top: 6px;
  text-transform: uppercase;
  color: #000;
}

/****************************************
		top Setting 
*****************************************/
.sec_top_hero {
  text-align: center;
}

.top_hero ._img {
  position: absolute;
  top: -92px;
  left: 0;
  width: 100%;
}
.top_hero ._bgs {
  padding: 60px 0;
  background-color: #ffe100;
}
.top_hero ._clms {
  padding: 70px 8px 60px;
  border-radius: 20px;
  background-color: #fff;
}

.sec_top_next {
  padding: 153px 0;
}

.top_next {
  text-align: center;
}
.top_next ._clms {
  max-width: 640px;
  margin: 40px auto;
}
.top_next ._clms p {
  font-size: 120%;
  font-weight: 700;
}

.sec_top_howto {
  padding-bottom: 140px;
  text-align: center;
}

.top_howto ._tit {
  margin-bottom: 40px;
}
.top_howto ._head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_howto ._head ul li {
  position: relative;
  width: calc((100% - 10px) / 2);
  height: 60px;
  cursor: pointer;
  border-radius: 20px 20px 0 0;
  background-color: #fff9cc;
}
.top_howto ._head ul li._on strong {
  color: #000;
}
.top_howto ._head ul li:nth-child(2) {
  margin-left: 10px;
  background-color: #fce7bf;
}
.top_howto ._head ul li strong {
  font-size: 167%;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: #8f8f8f;
}
.top_howto ._bodys ._body {
  display: none;
  padding: 92px 55px 100px;
  border-radius: 0 0 20px 20px;
  background-color: #fff9cc;
}
.top_howto ._bodys ._body._open {
  display: block;
}
.top_howto ._bodys ._body:nth-child(2) {
  background-color: #fce7bf;
}
.top_howto ._imgs ol li {
  position: relative;
  margin-bottom: 75px;
}
.top_howto ._imgs ol li:after {
  position: absolute;
  bottom: -53px;
  left: 50%;
  display: block;
  width: 60px;
  height: 30px;
  content: "";
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  background-image: url(./img/top/ico_arw.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.top_howto ._imgs ol li:last-child {
  margin-bottom: 0;
}
.top_howto ._imgs ol li:last-child::after {
  display: none;
}

.sec_top_items {
  padding-bottom: 140px;
  text-align: center;
}

.top_items ._tit {
  margin-bottom: 50px;
}
.top_items ._items .boxs .box {
  width: calc((100% - 40px) / 4);
  margin-right: 20px;
}
.top_items ._items .box_img strong {
  font-size: 127%;
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
}
.top_items ._items .box_btn {
  margin-top: 10px;
}

.sec_top_about {
  text-align: center;
}

.top_about ._tit {
  margin-bottom: 40px;
}
.top_about ._about {
  margin-bottom: 60px;
}
.top_about ._about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_about ._about ul li {
  width: calc((100% - 30px) / 4);
  margin-right: 20px;
}
.top_about ._about ul li:last-child {
  margin-right: 0;
}

.sec_top_cau {
  text-align: center;
}

.top_cau ._tit {
  margin-bottom: 51px;
}
.top_cau ._bgs {
  padding: 60px 0;
  background-color: #ffe100;
}
.top_cau ._clms {
  padding: 70px 80px 60px;
  border-radius: 20px;
  background-color: #fff;
}
.top_cau ._clms ol {
  padding-left: 20px;
  text-align: left;
}
.top_cau ._clms ol li {
  font-size: 120%;
  font-weight: 500;
  margin-bottom: 12px;
  list-style: disc;
}
.top_cau ._clms ol li:last-child {
  margin-bottom: 0;
}

@media (max-width: 979px) {
  @supports (-webkit-touch-callout: none) {
    /* Safari 100vh Hack */
    .sec_top_topimg {
      height: -webkit-fill-available;
    }
  }
}
.sp_only, .sp_ionly {
  display: none;
}

@media (max-width: 809px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_ionly {
    display: inline-block;
  }
  body {
    min-width: auto;
  }
  /* iOS Default Style Reset */
  input[type=submit], input[type=button] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
    display: none;
  }
  input[type=submit]::focus, input[type=button]::focus {
    outline-offset: -2px;
  }
  /****************************************
  	Base Setting 
  *****************************************/
  .wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .boxs {
    display: block;
  }
  .btn {
    border-radius: 27px;
  }
  .btn._min ._inn {
    height: 40px;
  }
  .btn._min ._inn p {
    font-size: 110%;
  }
  .btn ._inn {
    position: relative;
    height: 52px;
  }
  .btn ._inn p {
    font-size: 110%;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    text-align: center;
    color: #fff;
  }
  .btn ._inn ._ico {
    font-size: 21px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    color: #fff;
  }
  .header ._inner {
    padding: 20px 0 0 20px;
  }
  .header ._logo {
    width: 160px;
  }
  .footer_read {
    padding: 75px 0 26px;
  }
  .footer_read .boxs .box {
    float: none;
    width: 100%;
  }
  .footer_read .box_img img {
    width: 160px;
  }
  .footer_read .box_clm {
    padding: 30px 0;
  }
  .footer_read .box_clm ul li {
    font-size: 94%;
    font-weight: 500;
    display: block;
  }
  .footer_read .box_nav ul li {
    font-size: 86%;
  }
  .footer_read .box_nav ul li:nth-child(2) {
    margin: 0 12px;
  }
  .footer_read .box_nav ul li a {
    text-decoration: underline;
  }
  .footer_copy {
    padding: 17px 0;
  }
  .footer_copy p {
    font-size: 72%;
  }
  .footer_gotop a span {
    font-size: 80%;
    margin-top: 3px;
  }
  /****************************************
  		top Setting 
  *****************************************/
  .sec_top ._tit img {
    height: 22px;
  }
  .sec_top_hero {
    padding-top: 40px;
  }
  .top_hero ._btit img {
    width: 100%;
  }
  .top_hero ._img {
    top: -40px;
  }
  .top_hero ._img img {
    width: 45%;
  }
  .top_hero ._bgs {
    padding: 30px 0;
  }
  .top_hero ._clms {
    padding: 70px 15px 60px;
    border-radius: 10px;
  }
  .top_hero ._clms img {
    width: 100%;
  }
  .sec_top_next {
    padding: 120px 0;
  }
  .top_next ._clms {
    margin: 35px auto 17px;
  }
  .top_next ._clms p {
    font-size: 110%;
  }
  .sec_top_howto {
    padding-bottom: 120px;
  }
  .top_howto ._tit {
    margin-bottom: 40px;
  }
  .top_howto .wrap {
    padding-right: 0;
    padding-left: 0;
  }
  .top_howto ._head ul li {
    width: calc((100% - 600ms) / 2);
    height: 40px;
    border-radius: 10px 10px 0 0;
  }
  .top_howto ._head ul li:nth-child(2) {
    margin-left: 6px;
  }
  .top_howto ._head ul li strong {
    font-size: 120%;
  }
  .top_howto ._bodys ._body {
    padding: 50px 15px 70px;
    border-radius: 0;
  }
  .top_howto ._bodys ._body:nth-child(1) ._imgs ol li:nth-child(2) img {
    width: 86%;
  }
  .top_howto ._imgs ol li {
    margin-bottom: 55px;
  }
  .top_howto ._imgs ol li img {
    width: 100%;
  }
  .top_howto ._imgs ol li:after {
    bottom: -40px;
    width: 42px;
    height: 25px;
  }
  .sec_top_items {
    padding-bottom: 70px;
  }
  .top_items ._tit {
    margin-bottom: 40px;
  }
  .top_items ._items .boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_items ._items .boxs .box {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 40px;
  }
  .top_items ._items .boxs .box:nth-child(2n) {
    margin-right: 0;
  }
  .top_items ._items .box_img strong {
    font-size: 104%;
    font-weight: 700;
    display: block;
    margin-bottom: 3px;
  }
  .top_items ._items .box_btn {
    margin-top: 10px;
  }
  .top_about ._tit {
    margin-bottom: 40px;
  }
  .top_about ._about {
    margin-bottom: 47px;
  }
  .top_about ._about ul {
    display: block;
  }
  .top_about ._about ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top_about ._about ul li img {
    width: 80%;
  }
  .top_about ._about ul li:last-child {
    margin-bottom: 0;
  }
  .top_about ._rec img {
    width: 100%;
  }
  .top_cau ._tit {
    margin-bottom: 40px;
  }
  .top_cau ._bgs {
    padding: 60px 0;
  }
  .top_cau ._clms {
    padding: 50px 23px 60px;
    border-radius: 10px;
  }
  .top_cau ._clms ol li {
    font-size: 110%;
    margin-bottom: 20px;
  }
}
@media (max-width: 320px) {
  .btn ._inn p {
    font-size: 90%;
  }
  .btn._min ._inn p {
    font-size: 90%;
  }
  .btn._min ._inn ._ico {
    right: -5px;
    width: 20px;
  }
}/*# sourceMappingURL=style.css.map */