@charset "utf-8";
/* CSS Document */

/*! minireset.css v0.0.5 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

ul { list-style: none; }
button, input, select, textarea { margin: 0; }
html { -webkit-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; }
img, video { height: auto; max-width: 100%; }
iframe { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; text-align: left; }

/* =========================================================
　◆Common Variable
========================================================= */
/* =========================================================
　◆Link Style
========================================================= */
a:link, a:visited, a:active { text-decoration: none; }
a:hover img { opacity: 0.8; }

/* =========================================================
　◆Basic
========================================================= */
* { -webkit-box-sizing: border-box; box-sizing: border-box; }

*:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }

html { -webkit-text-size-adjust: none; }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; background: #fff; font: 13px / 1.4 'M PLUS 1p', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

img { display: block; height: auto; max-width: 100%; vertical-align: top; width: auto; }

figure { background: transparent; border: 0; font-size: 100%; outline: 0; vertical-align: baseline; }

/* clear */
.clear { clear: both !important; }

/* clearfix */
.cFix:after { clear: both; content: ""; display: block; }




/* =========================================================
　◆Head
========================================================= */
.lp-head { width: 100%; }

  .lp-head { -ms-flex-align: center; -webkit-box-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; /*height: 80px;*/ }
  .lp-head-inner { background: #fff; /*border-bottom: solid 2px #e14627;*/ height: 60px; width: 100%; }
  /*.lp-head-inner.is_fixed { left: 0; position: fixed; top: 0; z-index: 9999; }*/
  .lp-head-content { -ms-flex-align: center; -ms-flex-pack: justify; -webkit-box-align: center; -webkit-box-pack: justify; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; justify-content: space-between; margin: 0 auto; max-width: 980px; width: 100%; }
  .lp-head-logo { margin: 0 15px; margin-top: -4px; width: 150px; }
  .lp-head-logo img {   }

@media screen and (max-width: 750px) { 
  .lp-head { -ms-flex-align: center; -ms-flex-pack: justify; -webkit-box-align: center; -webkit-box-pack: justify; -webkit-box-shadow: 0 0 3px 1px rgba(69, 71, 71, 0.2); align-items: center; background: #fff; box-shadow: 0 0 3px 1px rgba(69, 71, 71, 0.2); height: 50px; justify-content: space-between; padding: 0 10px; }
  .lp-head .lp-head-logo a img { width: 130px; }
  .lp-head .lp-head-logo { float: left; padding: 0;margin: -4px 0 0 0px; }
  .lp-head-inner{ height: 50px; }
  .lp-head-logo_link { -ms-flex-align: center; -webkit-box-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; }
  .lp-head-logo_sankoseika { width: 51px; }
  .lp-head-logo_parinko { width: 73px; }
  .lp-head-menu { height: 20px; position: relative; width: 24px; }
  .lp-head-menu::before, .lp-head-menu::after { -webkit-transition: all 0.3s; background: #666; border-radius: 2px; content: ""; display: block; height: 3px; left: 0; position: absolute; transition: all 0.3s; width: 100%; }
  .lp-head-menu::before { top: 0; }
  .lp-head-menu::after { bottom: 0; }
  .is_menuOpen .lp-head-menu::before { -webkit-transform: rotate(45deg); top: 10px; transform: rotate(45deg); }
  .is_menuOpen .lp-head-menu::after { -webkit-transform: rotate(-45deg); top: 10px; transform: rotate(-45deg); }
  .is_menuOpen .lp-head-menu .lp-head-menu_border { opacity: 0; }
  .lp-head-menu_border { -webkit-transform: translateY(-50%); background: #666; border-radius: 2px; display: block; height: 3px; left: 0; overflow: hidden; position: absolute; text-indent: 100%; top: 50%; transform: translateY(-50%); white-space: nowrap; width: 100%; }
}

/* =========================================================
　◆Gnav
========================================================= */
@media screen and (min-width: 751px) { 
  .lp-gnav { height: 100%; max-width: 850px; width: 100%; }
  .lp-gnav-inner { height: 100%; }
  .lp-gnav-list { -ms-flex-align: center; -webkit-box-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; width: 100%; justify-content: center; }
  .lp-gnav-list-item { /*height: 100%;*/ }
  .lp-gnav-list-item.lp-gnav-list-item__summary,.lp-gnav-list-item.lp-gnav-list-item__entry,.lp-gnav-list-item.lp-gnav-list-item__youtube,.lp-gnav-list-item.lp-gnav-list-item__making { padding: 0 35px; /*width: 195px;*/ }
  .lp-gnav-list-link-inner{ -webkit-transition: border 0.15s ease-in-out; padding: 7px 0; border-bottom: 2px solid transparent; transition: border 0.15s ease-in-out; }
  .lp-gnav-list li:not(:last-child)::after {
    /*display: inline-block;
    width: 1px;
    height: 100%;
    margin-bottom: -1px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #fff), color-stop(30%, #112347), color-stop(70%, #112347), color-stop(70%, #fff), to(#fff));
    background: linear-gradient(180deg, #fff 0%, #fff 30%, #112347 30%, #112347 70%, #fff 70%, #fff 100%);
    vertical-align: middle;*/
    content: "";
    border-right:1px solid #000;
    position: relative;
    right: -35px; 
}

  /*.lp-gnav-list-link { -ms-flex-align: center; -ms-flex-pack: center; -webkit-box-align: center; -webkit-box-pack: center; -webkit-transition: background 0.3s; align-items: center; color: #584539; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 15px; font-weight: 600; height: 70%; justify-content: center; line-height: 1.5; padding: 0px 0; text-align: center; transition: background 0.3s; width: 100%; }*/
  .lp-gnav-list-link { display: inline-block; vertical-align: middle; }
  .lp-gnav-list-item:first-of-type .lp-gnav-list-link-inner { /*border-left: solid 1px #094;*/ }
  .lp-gnav-list-link:hover { border-bottom: 2px solid #c30d18; display: inline-block; /*background: rgba(0, 153, 68, 0.2);*/ } }

@media screen and (max-width: 840px) { .lp-gnav-list-link { font-size: 13px; } }

@media screen and (max-width: 750px) { 
  .lp-gnav { -webkit-transform: translateX(100%); -webkit-transition: all 0.3s; background: #fff; left: 0; position: fixed; top: 50px; transform: translateX(100%); transition: all 0.3s; width: 100%; }
  .is_menuOpen .lp-gnav { -webkit-transform: translateX(0); transform: translateX(0); }
  .is_menuOpen .lp-gnav::after { background: rgba(0, 0, 0, 0.7); content: ""; display: block; height: 100vh; left: 0; position: fixed; top: 50px; width: 100%; z-index: -1; }
  .lp-gnav-inner { height: calc(100vh - 50px); overflow: auto; }
  .lp-gnav-list { background: #fff; border-bottom: solid 6px #222222; border-top: solid 6px #222222; padding: 0 20px 20px; }
  .lp-gnav-list-item { border-bottom: dashed 2px #CCCCCE; }
  .lp-gnav-list-link { display: block; height: 70px; }
  .lp-gnav-list-link-inner { -ms-flex-align: center; -ms-flex-pack: center; -webkit-box-align: center; -webkit-box-pack: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 15px; font-weight: 600; height: 100%; justify-content: center; } }


/* =========================================================
　◆BreadClumb
========================================================= */
.bl_breadClumb_inner { margin: 0 auto; }

.bl_breadClumb_list { display: -webkit-box; display: -ms-flexbox; display: flex; }

.bl_breadClumb_item { position: relative; }

.bl_breadClumb_item:not(:last-of-type) { padding-right: 15px; }

.bl_breadClumb_item:not(:last-of-type)::after { -webkit-transform: rotate(45deg) translateY(-100%); border-right: solid 1px #999; border-top: solid 1px #999; content: ""; display: block; height: 5px; margin-right: 10px; position: absolute; right: 0; top: 50%; transform: rotate(45deg) translateY(-100%); width: 5px; }

.bl_breadClumb_link { display: block; }

@media screen and (min-width: 751px) { .bl_breadClumb { min-width: 1100px; }
  .bl_breadClumb_inner { width: 1100px; } }

@media screen and (max-width: 750px) { .bl_breadClumb_inner { margin: 0 auto; width: 90%; }
  .bl_breadClumb_list { overflow: auto; white-space: nowrap; } }

/* =========================================================
　◆Foot
========================================================= */
.ly_foot { background: #fff; font-weight: 600; }

.ly_foot_snsList { -ms-flex-align: center; -ms-flex-pack: center; -webkit-box-align: center; -webkit-box-pack: center; align-items: center; background: #049a46; display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: center; }

.ly_foot_nav .ly_foot_nav_link { color: #584539; }

.ly_foot_copy { color: #584539; }

@media screen and (min-width: 960px) { .ly_foot_snsList { height: 50px; }
  .ly_foot_snsList_item { width: 35px; }
  .ly_foot_snsList_item:not(:last-of-type) { margin-right: 20px; }
  .ly_foot_inner { margin: 0 auto; max-width: 1100px; width: 100%; }
  .ly_foot_navWrap { -ms-flex-align: center; -ms-flex-direction: row-reverse; -ms-flex-pack: justify; -webkit-box-align: center; -webkit-box-direction: reverse; -webkit-box-orient: horizontal; -webkit-box-pack: justify; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; flex-direction: row-reverse; height: 59px; justify-content: space-between; }
  .ly_foot_nav { font-size: 0; max-width: 730px; text-align: right; width: 66.36364%; }
  .ly_foot_nav_item { border-left: solid 1px #094; display: inline-block; padding: 3px 3.74%; width: auto; }
  .ly_foot_nav_item:last-of-type { border-right: solid 1px #094; }
  .ly_foot_nav_link { -webkit-transition: opacity 0.3s; display: block; font-size: 14px; transition: opacity 0.3s; white-space: nowrap; width: auto; }
  .ly_foot_nav_link:hover { opacity: 0.7; }
  .ly_foot small { font-size: 12px; letter-spacing: -0.06em; } }

@media screen and (max-width: 1080px) { .ly_foot_nav_link { font-size: 12px; }
  .ly_foot small { font-size: 10px; } }

@media screen and (max-width: 960px) { .ly_foot_snsList { height: 43px; }
  .ly_foot_snsList_item { width: 27px; }
  .ly_foot_snsList_item:not(:last-of-type) { margin-right: 15px; }
  .ly_foot_navWrap { padding: 30px 0 15px; text-align: center; }
  .ly_foot_nav { margin-bottom: 10px; }
  .ly_foot_nav_item { line-height: 1; margin-bottom: 20px; }
  .ly_foot_nav_link { font-size: 11px; }
  .ly_foot small { font-size: 10px; } }

/* =========================================================
　◆Main
========================================================= */
.el_navNewTab::after { background: url(../../common/images/img_nav_newTab.png) no-repeat 0 0; background-size: cover; content: ""; display: inline-block; }

@media screen and (min-width: 751px) { .el_navNewTab::after { height: 10px; margin-left: 7px; width: 10px; } }

@media screen and (max-width: 750px) { .el_navNewTab { -ms-flex-align: center; -webkit-box-align: center; align-items: center; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }
  .el_navNewTab::after { height: 14px; margin-left: 10px; width: 14px; } }

.el_more { -ms-flex-align: center; -ms-flex-pack: center; -webkit-box-align: center; -webkit-box-pack: center; align-items: center; background: #fff; color: #094; display: -webkit-box; display: -ms-flexbox; display: flex; font-weight: 600; justify-content: center; width: 100%; }

.el_more__bgGreen { background: #094; color: #fff; }

.el_more__colorOrange { color: #e24627; }

.el_more__colorSkyBlue { color: #00a0e9; }

@media screen and (min-width: 751px) { .el_more { position: relative; }
  .el_more { -webkit-transition: all 0.3s; border-radius: 30px; font-size: 20px; height: 60px; overflow: hidden; transition: all 0.3s; }
  .el_more::before { -webkit-transform: skewX(-30deg); -webkit-transition: all 0.3s; content: ''; display: block; height: 100%; left: -5%; position: absolute; top: 0; transform: skewX(-30deg); transition: all 0.3s; width: 0; z-index: -1; }
  .el_more:hover { opacity: 0.8; }
  .el_more:hover::before { width: 110%; }
  .el_more__bgWhite:hover::before { background-color: #c6e2cc; }
  .el_more__bgGreen:hover::before { background-color: #50bb69; }
  .el_more__colorOrange { color: #e24627; }
  .el_more__colorOrange:hover::before { background-color: #f5c0b6; }
  .el_more__colorSkyBlue { color: #00a0e9; }
  .el_more__colorSkyBlue:hover::before { background-color: #c5e2ef; } }

@media screen and (max-width: 750px) { .el_more { border-radius: 23px; font-size: 15px; height: 45px; } }

/* =========================================================
　◆index
========================================================= */
.un_index .ly_mainvis { width: 100%; }

@media screen and (min-width: 751px) { .un_index .ly_mainvisWrap { background: url(../../images/bg_mv2_pc.jpg) repeat center center; background-size: auto 66%; height: 100vh; overflow: hidden; position: relative; }
  .un_index .ly_mainvisWrap::before { background: url(../../images/bg_mv_pc.png) no-repeat center center; background-size: auto 100%; content: ""; display: block; height: calc(100% - 80px); left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
  .un_index .ly_mainvis { height: calc(100vh - 79px); position: relative; }
  .un_index .ly_mainvis_mv { -webkit-transform: translate(-51.3%, -54.571%); height: 58.42857%; left: 50%; position: absolute; top: 50%; transform: translate(-51.3%, -54.571%); }
  .un_index .ly_mainvis_mv img { height: 100%; max-width: none; }
  .un_index .ly_mainvis_sanko { position: absolute; right: 20px; top: 20px; } }

@media screen and (min-width: 751px) { .un_index .ly_head { top: 0; left: 0; position: absolute; } }

.un_index .un_sect { overflow-y: hidden; position: relative; }

.un_index .un_sect_inner { position: relative; z-index: 1; }

.un_index .un_sect_ttl img { margin: 0 auto; }

@media screen and (min-width: 751px) { .un_index .un_sect_inner { margin: 0 auto; max-width: 1100px; } }

.un_index .un_more { margin: 0 auto; }

@media screen and (min-width: 751px) { .un_index .un_more { width: 290px; } }

@media screen and (max-width: 750px) { .un_index .un_more { width: 60%; } }

.un_index .un_productSect { background: #049a46; }

.un_index .un_productSect_bg { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }

.un_index .un_productSect_list_link { color: #fff; display: block; text-align: center; }

.un_index .un_productSect_list_img { -ms-flex-align: center; -ms-flex-pack: center; -webkit-box-align: center; -webkit-box-pack: center; align-items: center; background: #fff; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: center; width: 100%; }

@media screen and (min-width: 751px) { .un_index .un_productSect { overflow-x: hidden; padding: 53px 0 50px; }
  .un_index .un_productSect_bg { background: url(../../images/bg_product_pc.png) no-repeat center -42px; }
  .un_index .un_productSect .un_sect_ttl { margin: 0 auto 47px; max-width: 411px; width: 37.36364%; }
  .un_index .un_productSect_list { -ms-flex-pack: justify; -webkit-box-pack: justify; display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; margin-bottom: 15px; }
  .un_index .un_productSect_list_item { max-width: 315px; width: 28.63636%; }
  .un_index .un_productSect_list_link:hover img { -webkit-transform: translate(-50%, -50%) scale(1.4); opacity: 1; transform: translate(-50%, -50%) scale(1.4); }
  .un_index .un_productSect_list_img { height: 0; padding-top: 100%; position: relative; }
  .un_index .un_productSect_list_img img { -webkit-transform: translate(-50%, -50%); -webkit-transition: all 0.3s; left: 50%; max-width: 180px; position: absolute; top: 50%; transform: translate(-50%, -50%); transition: all 0.3s; width: 57.14286%; }
  .un_index .un_productSect_list_name { font-size: 18px; line-height: 1.5; margin-top: 10px; } }

@media screen and (max-width: 750px) { .un_index .un_productSect { overflow-x: hidden; padding: 8% 0 10.66667%; }
  .un_index .un_productSect_bg { background: url(../../images/bg_product_sp.png) no-repeat center top; background-size: cover; }
  .un_index .un_productSect .un_sect_ttl { margin: 0 auto 8%; width: 62.93333%; }
  .un_index .un_productSect_list { margin: 0 auto; width: 60%; }
  .un_index .un_productSect_list_item { margin-bottom: 10.66667%; }
  .un_index .un_productSect_list_img { height: 0; padding-bottom: 100%; position: relative; }
  .un_index .un_productSect_list_img img { -webkit-transform: translate(-50%, -50%); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 80%; }
  .un_index .un_productSect_list_name { font-size: 14px; line-height: 1.5; margin-top: 1.6%; } }

.un_index .un_whatsSect { background: #faf5da; }

.un_index .un_whatsSect_parinkoSlideWrap { position: relative; z-index: 1; }

.un_index .un_whatsSect_parinkoSlideWrap::before, .un_index .un_whatsSect_parinkoSlideWrap::after { -webkit-transform: translateX(-50%); content: ""; display: block; left: 50%; position: absolute; transform: translateX(-50%); }

.un_index .un_whatsSect_parinkoSlideWrap::before { background: url(../../images/bg_whats_parinko_center.png); background-size: cover; }

.un_index .un_whatsSect_parinkoSlideWrap::after { background: url(../../images/img_whats_parinko_center.png); background-size: cover; z-index: 2; }

.un_index .un_whatsSect .slick-slide { outline: none; }

.un_index .un_whatsSect_txt { color: #584539; font-weight: 600; text-align: center; }

@media screen and (min-width: 751px) { .un_index .un_whatsSect { overflow-x: hidden; padding: 52px 0 50px; }
  .un_index .un_whatsSect .un_sect_ttl { margin: 0 auto 90px; max-width: 353px; width: 32.09091%; }
  .un_index .un_whatsSect .un_sect_ttl img { -webkit-transform: translateX(6px); transform: translateX(6px); }
  .un_index .un_whatsSect_parinkoSlideWrap { margin-bottom: 48px; }
  .un_index .un_whatsSect_parinkoSlideWrap::before { height: 414px; position: absolute; top: -47px; width: 440px; }
  .un_index .un_whatsSect_parinkoSlideWrap::after { height: 370px; position: absolute; top: -45px; width: 520px; }
  .un_index .un_whatsSect .slick-slide { margin-right: 80px; }
  .un_index .un_whatsSect_txt { font-size: 18px; margin-bottom: 45px; }
  .un_index .un_whatsSect .un_more { -webkit-transform: translateX(10px); transform: translateX(10px); } }

@media screen and (max-width: 750px) { .un_index .un_whatsSect { overflow-x: hidden; padding: 8% 0 10.66667%; }
  .un_index .un_whatsSect .un_sect_ttl { margin: 0 auto 14.13333%; width: 61.06667%; }
  .un_index .un_whatsSect_parinkoSlideWrap { margin-bottom: 18px; }
  .un_index .un_whatsSect_parinkoSlideWrap::before { height: 209px; position: absolute; top: -23px; width: 222px; }
  .un_index .un_whatsSect_parinkoSlideWrap::after { height: 185px; position: absolute; top: -25px; width: 260px; }
  .un_index .un_whatsSect .slick-slide { margin-right: 40px; width: 175px; }
  .un_index .un_whatsSect_txt { font-size: 14px; line-height: 1.5; margin-bottom: 5.33333%; } }

.un_index .un_recommendSect { background: #e24627; }

.un_index .un_recommendSect_bg { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }

.un_index .un_recommendSect_txt { color: #fff; text-align: center; }

@media screen and (min-width: 751px) { .un_index .un_recommendSect { height: 813px; overflow: hidden; padding: 50px 0; }
  .un_index .un_recommendSect .un_sect_ttl { margin: 0 auto 62px; max-width: 620px; width: 56.36364%; }
  .un_index .un_recommendSect_bg { background: url(../../images/bg_recommend_pc.png) no-repeat center top; }
  .un_index .un_recommendSect_cont { -ms-flex-align: end; -ms-flex-pack: center; -webkit-box-align: end; -webkit-box-pack: center; align-items: flex-end; display: -webkit-box; display: -ms-flexbox; display: flex; height: 458px; justify-content: center; width: 100%; }
  .un_index .un_recommendSect_cont { background: url(../../images/img_recommend_pc.png) no-repeat center top; }
  .un_index .un_recommendSect_txt { -webkit-transform: translate(6px); font-size: 18px; line-height: 1.7; margin-bottom: 40px; transform: translate(6px); } }

@media screen and (max-width: 750px) { .un_index .un_recommendSect { overflow: hidden; padding: 8% 0 10.66667%; }
  .un_index .un_recommendSect .un_sect_ttl { margin: 0 auto 6.66667%; width: 237px; }
  .un_index .un_recommendSect_bg { background: url(../../images/bg_recommend_sp.png) no-repeat center top; background-size: cover; }
  .un_index .un_recommendSect_cont { width: 100%; }
  .un_index .un_recommendSect_txt { -webkit-transform: translateX(1%); font-size: 14px; font-weight: 600; line-height: 1.5; margin: 1.86667% auto 5.33333%; transform: translateX(1%); } }

.un_index .un_charactorSect_txt { color: #fff; text-align: center; }

@media screen and (min-width: 751px) { .un_index .un_charactorSect { height: 724px; overflow: hidden; padding-top: 49px; }
  .un_index .un_charactorSect::before, .un_index .un_charactorSect::after { content: ""; display: block; height: 100%; min-width: 100%; position: absolute; top: 0; z-index: -1; }
  .un_index .un_charactorSect::before { background: url(../../images/bg_charactor_left.jpg) repeat-x 0 0; right: 50%; }
  .un_index .un_charactorSect::after { background: url(../../images/bg_charactor_right.jpg) repeat-x 0 0; left: 50%; }
  .un_index .un_charactorSect .un_sect_ttl { margin: 0 auto 46px; max-width: 412px; width: 37.45455%; }
  .un_index .un_charactorSect .un_sect_ttl img { -webkit-transform: translateX(9px); transform: translateX(9px); }
  .un_index .un_charactorSect_txt { -webkit-transform: translate(10px); font-size: 18px; line-height: 1.7; margin-bottom: 40px; transform: translate(10px); }
  .un_index .un_charactorSect .un_more { -webkit-transform: translateX(10px); transform: translateX(10px); }
  .un_index .un_charactorSect_bg { -webkit-transform: translateX(-50%); background: url(../../images/bg_charactor.jpg) no-repeat center top; background-size: auto 100%; height: 724px; left: 50%; position: absolute; top: 0; transform: translateX(-50%); width: 100%; z-index: 0; } }

@media screen and (max-width: 750px) { .un_index .un_charactorSect { background: url(../../images/bg_charactor_sp.jpg) no-repeat 0 0; background-size: cover; height: 0; overflow: hidden; padding: 8% 0 149.333%; }
  .un_index .un_charactorSect .un_sect_ttl { margin: 0 auto 6.66667%; width: 237px; }
  .un_index .un_charactorSect_txt { -webkit-transform: translateX(1%); font-size: 14px; font-weight: 600; line-height: 1.5; margin-bottom: 5.33333%; transform: translateX(1%); } }

.un_index .un_sectWrap { background: #faf5da; }

@media screen and (min-width: 751px) { .un_index .un_sectWrap_inner { margin: 0 auto; max-width: 1100px; padding: 50px 0 90px; }
  .un_index .un_sectWrap_inner.un_sectWrap_inner__2col { -ms-flex-pack: justify; -webkit-box-pack: justify; display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; }
  .un_index .un_sectWrap .un_dateSect { max-width: 500px; width: 45.45455%; }
  .un_index .un_sectWrap .un_dateSect .un_sect_ttl { -webkit-transform: translateX(10px); margin: 0 auto 10%; max-width: 295px; transform: translateX(10px); width: 59%; }
  .un_index .un_sectWrap .un_dateSect_img { margin: 0 0 28px 6px; max-width: 485px; width: 97%; }
  .un_index .un_sectWrap .un_dateSect .un_more { -webkit-transform: translate(23px, 10px); transform: translate(23px, 10px); width: 240px; }
  .un_index .un_sectWrap .un_dateSect .un_more .el_more { height: 50px; }
  .un_index .un_sectWrap .un_historySect { max-width: 500px; width: 45.45455%; }
  .un_index .un_sectWrap .un_historySect .un_sect_ttl { -webkit-transform: translateX(4px); margin: 0 auto 30px; max-width: 348px; transform: translateX(4px); width: 69.6%; }
  .un_index .un_sectWrap .un_historySect_img { margin: 0 0 20px auto; max-width: 481px; width: 96.2%; }
  .un_index .un_sectWrap .un_historySect .un_more { width: 240px; }
  .un_index .un_sectWrap .un_historySect .un_more .el_more { height: 50px; } }

@media screen and (max-width: 750px) { .un_index .un_sectWrap_inner { padding: 6.66667% 0 13.33333%; }
  .un_index .un_sectWrap .un_dateSect { margin-bottom: 51px; }
  .un_index .un_sectWrap .un_dateSect .un_sect_ttl { margin: 0 auto 26px; max-width: 193px; }
  .un_index .un_sectWrap .un_dateSect_img { -webkit-transform: translateX(-13px); margin: 0 auto 15px; transform: translateX(-13px); width: 290px; }
  .un_index .un_sectWrap .un_dateSect .un_more { width: 60.4%; }
  .un_index .un_sectWrap .un_historySect .un_sect_ttl { margin: 0 auto 20px; width: 230px; }
  .un_index .un_sectWrap .un_historySect_img { -webkit-transform: translateX(6px); margin: 0 auto 14px; transform: translateX(6px); width: 86.13333%; }
  .un_index .un_sectWrap .un_historySect .un_more { width: 60.4%; } }

.un_index .js_fade { -webkit-transform: translate(0, 20%); -webkit-transition: all 1s; opacity: 0; transform: translate(0, 20%); transition: all 1s; }

.un_index .js_fade.is_view { -webkit-transform: translate(0, 0); opacity: 1; transform: translate(0, 0); }

/*# sourceMappingURL=style.css.map */



@import (
  "https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap"
);

body {
  font-size: 16px;
}

.full {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("https://jajaaan.co.jp/wp-content/uploads/2020/01/inside-sales.jpg")
    center / cover;
}

.h1 {
  margin: 0;
  position: absolute;
  top: calc(50% - 0.5em);
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 8vw;
  text-shadow: 10px 10px 0 #fff;
}

section {
  padding: 2rem 0;
  text-align: center;
}

section h2 {
  font-size: 5vw;
}

.lp-summary{
  width: 980px;
  margin: 30px auto 0;
  box-sizing: border-box;
  display: block;
  border-top: solid 1px transparent;
}

.lp-summary dl ,
.lp-summary dt ,
.lp-summary dd ,
.lp-summary ul ,
.lp-summary li{
  list-style-type:none;
  margin:0;
}

@media screen and (max-width: 980px){
.lp-summary{
  max-width: 100%;
  height: auto;
  width /***/:auto;
  margin:0 auto;
  padding-bottom:3em;
  }
}

.lp-summary img {
  max-width: 100%;
  height: auto;
  width /***/:auto;　
  border:none;
}

.lp-summary a:link{border:none;}

.lp-summary .notes{
  display:block;
  margin-top:1em;
  font-size:81%;
  line-height:1.3em;
}

.lp-summary dl.detail{
  display:table;
  width:100%;
  vertical-align:middle;
  border-bottom:1px solid #CCC;
}

.lp-summary dl.detail dt{
  display:table-cell;
  width:9em;
  padding:1em;
  text-align:center;
  vertical-align:middle;
  background:#EEE;
  font-weight:bold;
  line-height: 1.6;
}

.lp-summary dl.detail dd{
  display:table-cell;
  padding:1em;
  vertical-align:middle;
  line-height: 1.6;
}

@media screen and (max-width: 640px){
.lp-summary dl.detail{
  display:block;
  width:100%;
  border:none;
}

.lp-summary dl.detail dt{
  display:block;
  width:100%;
  padding:0.5em 0;
  }

.lp-summary dl.detail dd{
  display:block;
  padding:1em;
  }
}

.lp-summary h3{
  margin:2em 0 0 0;
  padding:0.6em 0;
  background:#222;
  color:#FFF;
  text-align:center;
  font-size:18px;
}

.lp-summary ul#btn{
  display:table;
  width:90%;
  padding:0 5%;
}

.lp-summary ul#btn li{
  display:table-cell;
  width:50%;
  text-align:center;
}


.main__slide__sp{ display: none; }
.main__slide__pc{ display: block; }

@media screen and (max-width: 640px){
  .main__slide__sp{ display:block; }
  .main__slide__pc{ display: none; }

.lp-summary ul#btn li{
  display:block;
  width:100%;
  }

.main {
    margin-top: 50px;
}



}

.lp-summary .sell ,
.lp-summary .buy {
  display:block;
  margin:2em auto;
  padding:0.8em 0;
  width:80%;
  color: #FFF;
  text-align:center;
  text-decoration:none;
  font-size:125%;
  font-weight:bold;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #666;
  -moz-box-shadow: 0px 1px 3px #666;
  box-shadow: 0px 1px 3px #666;
}

@media screen and (max-width: 640px){
.lp-summary .sell ,
.lp-summary .buy {
  display:block;
  margin:1.5em auto;
  padding:0.8em 0;
  color: #FFF;
  }
}

.lp-summary .buy {
  background: #E91937;
  background-image: -webkit-linear-gradient(top, #E91937, #BB2233);
  background-image: -moz-linear-gradient(top, #E91937, #BB2233);
  background-image: -ms-linear-gradient(top, #E91937, #BB2233);
  background-image: -o-linear-gradient(top, #E91937, #BB2233);
  background-image: linear-gradient(to bottom, #E91937, #BB2233);
}

.lp-summary .sell {
  background: #444;
  background-image: -webkit-linear-gradient(top, #444, #000);
  background-image: -moz-linear-gradient(top, #444, #000);
  background-image: -ms-linear-gradient(top, #444, #000);
  background-image: -o-linear-gradient(top, #444, #000);
  background-image: linear-gradient(to bottom, #444, #000);
}

.lp-summary .sell:after ,
.lp-summary .buy:after{
  margin-left:0.3em;
  content:"≫";
  font-size:125%;
}

.lp-summary .sell:hover ,
.lp-summary .buy:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  font-weight:bold;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 80%;
}












/*===========================
#gogo_cp
=============================*/
body{
	margin:0;
	padding:0;
	background:#FFF;
}

.campaignAll img{
  width: 100%;
  max-width: 700px;
}

.campaignAll{
	width:100%;
	text-align: center;
}

.backred{
  background-color:#d11026;
  color: #FFF;
  line-height: 2em;
  padding: 10px 0 5px;
}

.backgray{
	background-color:#EEE;
}

.campaignTit1{
  width:100%;
  margin:0 auto;
  padding: 20px 0;
  text-align: center;
  font-size: 30px;
  line-height:1em;
  font-weight:normal;
}

.campaignTit2{
  width:100%;
  margin:0 auto;
  text-align: center;
  font-size: 21px;
  font-weight:normal;
  padding: 15px 0;
  line-height: 1.5em;
}

.campaignTit3{
  font-size: 24px;
}

.campaignTit4{
  font-size: 18px;
}

.campaign{
	margin:0 auto;
}

.campaigncontainer{
	width:100%;
	margin:0;
	padding:10px 0;
}

ul.campaign1 {
	display:block;
	width:100%;
	list-style-type:none;
	margin:0;
	padding:10px 0;
}

ul.campaign1 li {
	width:100%;
	display:block;
	text-align:center;
	text-decoration:none;
}

.campaign2 {
	max-width: 700px;
  margin: 15px auto;
}

.campaign2 img {
  max-width: 90%;
  margin: 0 auto;
}

.campaign2rad {
  max-width: 90%;
  height: 240px;
  background-color: #FFF;
  border-radius: 10px 10px 10px 10px;
  margin: 0 auto 20px;
}

.adjust{
  margin:15px auto;
}

.adjust2 {
  margin: -25px 0 -20px;
  display: block;
}

a.btn-social-long-twitter {
  color: #FFF;
  border-radius: 7px;
  display: inline-block;
  width: 85%;
  max-width: 500px;
  height: 75px;
  text-align: center;
  font-size: 25px;
  background: #1da1f3;
  overflow: hidden;
  text-decoration:none;
  box-shadow: 4px 4px 0px 0px #000;
  border-radius:20px;
  display: flex;
  margin: 0 auto;
}

a.btn-social-long-twitter .fa-twitter {
  text-decoration: none;
  font-size: 50px;
}

a.btn-social-long-twitter span {
  font-size: 21px;
  margin: auto;
}

.pagescrollBor {
	padding:10px 0 40px 0;
	margin:0 auto;
}

.pagescrollBor span {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.lp-cm-box{
  width: 980px;
  margin: 0px auto;
  position: relative;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
}

.lp-cm-youbutedisp{

}

.youtube-navi{
  position: absolute;
  top: 50px;
  left: 625px;
}

.fuu.section{ position: relative; }
.fuu.section .lp-text,
.euu.section .lp-text{
  margin-top: 1.7rem;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.8;
}

@media screen and (min-width: 640px){
.fuu.section .lp-badge {
    display: inline-block;
    -webkit-transform: translate(0, 40%);
    -ms-transform: translate(0, 40%);
    transform: translate(0, 40%);
    z-index: 2;
    padding: 22px 5px 25px;
    width: 210px;
    font-size: 26.5px;
    line-height: 1.8;
}
}
.fuu.section .lp-badge {
    position: absolute;
    margin: 0;
    background-color: #340c00;
    padding: 10px 5px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
    transform: rotate(23deg);
    right: 162px;
    top: -24px;
}

.fuu.section .lp-badge::before {
    position: absolute;
    top: 99%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    border-width: 14px 14px 0 14px;
    border-style: solid;
    border-color: #340c00 transparent transparent transparent;
    width: 0;
    height: 0;
    content: "";
}

@media screen and (max-width: 560px){
  .lp-badge{display: none;}
}

.et_pb_module {
  /*display: inline-block;*/
}

.secList {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  color: #fff;
  background-color: #333;
  border: solid 2px #333;
  border-radius: 10px;
  transition: .4s;
  margin: 0 0 40px;
  min-width: 300px;
  position: relative;
  max-width: 500px;
  height: 53px;
  font-size: 18px;
}
.making .secList {
  background-color: #676767;
  width: 260px;
    min-width: 260px;
    margin-top: 10px;
}

button.secList:before {
    display: block;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    top: -2px;
    bottom: 0;
    right: 15px;
    margin: auto;
    z-index: 10;
}

button.secList::after {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: -2px;
    bottom: 0;
    right: 23px;
    margin: auto;
    transform: rotate(45deg);
    z-index: 10;
}



  
.secList:hover {
  background: #5da4db;
  color: white;
}

.et_pb_text_inner1 {
  background-color: #EAD9FF;
}

.et_pb_text_inner2 {
  background-color: #FFD5EC;
}

.et_pb_text_inner3 {
  background-color: #FFDBC9;
}

ul.campaign3 li {
	max-width: 594px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.campaign3mov {
  position: relative;
  padding-bottom: 33%;
  width: 550px;
  height: 0;
  overflow: hidden;
  margin: 0;
}

.campaign3mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.campaign4 li {
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  line-height: 1.8em;
  max-width: 700px;
  padding: 0 30px;
}

.indent{
  padding-left: 1em;
  text-indent: -1em;
}

.main {
  position: relative;
  width: 100%;
  height: 470px;
  /*height: 100vh;
  min-height: 500px;*/
  background-color: #000;
  margin-top: 60px;
}
.main__slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main__slide__pc{
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.main__slide__item .main__bottomTxt{
  position: absolute;
  bottom: 0;
  right: 0;
}

.main__slide__pc div:first-child{
  position: relative;
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 980px;
  height: 470px;
  max-width: 980px;
  margin: 0 auto;
  background-size: cover;
  background-position: center bottom;
  animation: mv_scale 40000ms linear;
  animation-play-state: paused;
  transform: scale(1) rotate(0.0001deg);
}

@media screen and (max-width: 780px) {
.main {
    margin-top: 50px;
    height: auto;
}

.main__slide {
    padding-top: 82.8125%;
}

.main__slide__sp div:first-child{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: center bottom;
  animation: mv_scale 40000ms linear;
  animation-play-state: paused;
  transform: scale(1) rotate(0.0001deg);
  height: 0;
  padding-top: 82.8125%;
   background-size: contain;
}
}
@keyframes mv_scale {
  from {
    transform: scale(1) rotate(0.0001deg);
  }
  to {
    transform: scale(1.2) rotate(0.0001deg);
  }
}
.main__slide__item:nth-child(n+2){
  display: none;
  opacity: 0;
}
.main__slide__item.is-active {
  animation-play-state: running;
}
.main__slide__item__ink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main__ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 50;
  width: 100vh;
  height: 83.75vh;
  min-width: 881px;
}
.main__ttl .txt {
  position: absolute;
  left: 0;
}
.main__ttl .txt--1 {
  top: 0;
  width: 76.50397vh;
  height: 19.25vh;
  opacity: 0;
  transform: translate(0, 5%);
  transition: opacity 1500ms, transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 500ms;
}
.main__ttl .txt--3 {
  top: 34vh;
  left: 0.34052vh;
  width: 5.56186vh;
  height: 21.5vh;
  opacity: 0;
  transform: translate(0, 5%);
  transition: opacity 1500ms, transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 500ms;
}
.main__ttl .txt--4 {
  top: 69.125vh;
  left: 76.27696vh;
  width: 22.02043vh;
  height: 1.5vh;
  opacity: 0;
  transform: translate(0, 5%);
  transition: opacity 1500ms, transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 500ms;
}
.main__ttl .txt--5 {
  bottom: 0;
  width: 100vh;
  height: 10.5vh;
  opacity: 0;
  transform: translate(0, 5%);
  transition: opacity 1500ms, transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 500ms;
}
.main__ttl .txt--6 {
  left: auto;
  right: 1.875vh;
  top: 13.375vh;
  width: 5.78888vh;
  height: 31.625vh;
  opacity: 0;
  transition: opacity 4000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1300ms;
}
.main__ttl.fadeIn .txt {
  opacity: 1;
  transform: translate(0, 0);
}
.main__logo {
  position: absolute;
  top: 28px;
  right: 25px;
  width: 78px;
  height: 32px;
  z-index: 50;
}


/*lp-custom.css--------------------*/
@charset "UTF-8";

body { /*  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;*/ }

button, input, select, textarea {
  font-family: inherit;
}

/* body
--------------------------------------------------------- */
body {
  /*background-color: #333;*/
  color: #333;
}

/* button（ボタン）
--------------------------------------------------------- */
.lp-c-button {
  background-color: #339900;
  color: #FFF;
}

a.btn-social-twitter {
    color: #FFF;
    border-radius: 7px;
    display: inline-block;
    width: 85%;
    max-width: 500px;
    height: 53px;
    text-align: center;
    font-size: 25px;
    background: #0bb5c7;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0px 6px 0px 0px rgba(40, 40, 40, 0.1);
    border-radius: 7px;
    display: flex;
    margin: 0 auto;
    min-width: 300px;
}

a.btn-social-twitter span, a.lp-square-button span {
    font-size: 16px;
    margin: auto;
    position: relative;
}


a.lp-square-button{
    width: 95%;
    max-width: 500px;
    height: 53px;
    text-align: center;
    font-size: 25px;
    background: #d23b8e;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0px 6px 0px 0px rgba(40, 40, 40, 0.1);
    border-radius: 7px;
    display: flex;
    margin: 0 auto;
}

a.lp-square-button span:before,
a.lp-square-button-line span:before,
a.btn-social-twitter span:before {
    display: block;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    top: -2px;
    bottom: 0;
    right: -30px;
    margin: auto;
    z-index: 10;

    /*width: 27px;
    height: 27px;
    border-radius: 27px;
    border: 2px solid #fff;
    right: -35px;*/
}

a.lp-square-button span:after,
a.lp-square-button-line span:after,
a.btn-social-twitter span:after {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: -2px;
    bottom: 0;
    right: -22px;
    margin: auto;
    transform: rotate(45deg);
    z-index: 10;
}

a.lp-square-button-line{
    width: 240px;
    max-width: 500px;
    height: auto;
    text-align: center;
    font-size: 25px;
    background: #fff;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid #333;
    border-radius: 7px;
    display: flex;
    margin: 10px auto 5px;
}

a.lp-square-button-line span{
    font-size: 16px;
    letter-spacing: 1px;
    margin: auto;
    position: relative;
}
a.lp-square-button-line span:after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;

}
a.lp-square-button-line span:before {
    border: 1px solid #333;
}

a.lp-square-button-line.oldcp{
  width: auto;
  background-color: #e6f0ff;
}
.lp-sec-sky02 .lp-button-cm {
  background: rgba(132,132,132,0.7);
  color: #505050;
  border: 2px solid #565656;
  border-radius: 100px;
  display: inline-block;
}

.lp-sec-sky02 .lp-button-bll {
  background: #d11026;
  /*background: rgba(255,255,255,0.2);*/
  color: #fff;
  border: 2px solid #d11026;
  box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.7);
  border-radius: 100px;
  display: inline-block;
}


/* 囲み文字
--------------------------------------------------------- */
.lp-block-corners{
  background-color: #d23b8e;
  padding:10px; 
  border-radius: 10px;
  margin: 10px auto 35px;
  min-height: 90px;
  color: #fff;
  display: flex;
}

.lp-block-corners.rCorners{
  background-color: #0bb5c7;
  color: #fff;
}

.lp-block-corners.rCorners.fin-block,
.lp-block-corners.pCorners.fin-block{
  position: relative;
}

.lp-block-corners.rCorners.fin-block::before,
.lp-block-corners.pCorners.fin-block::before{
    content: "";
    background-color: rgba(0,0,0,0.7);
    height: inherit;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: 100;
}

.lp-block-corners.rCorners.fin-block::after,
.lp-block-corners.pCorners.fin-block::after{
    content: "キャンペーンは終了しました";
    white-space: pre;
    position: absolute;
    top: 40%;
    left: 0;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
    z-index: 101;
}

.lp-block-step{
  background-color: #fff;
  padding:10px; 
  border-radius: 10px;
  margin: 10px auto 55px;
  min-height: 190px;
  position: relative;
  width: 95%;
  display: flex;
}

.lp-block-step.step-last{ margin-bottom: 15px; }

.lp-block-corners .lp-block-corners-valine,
.lp-block-step .lp-block-step-valine{
  margin: auto;
}
.lp-block-step .lp-block-step-valine p img{
  margin: auto;
}

.lp-block-step .lp-block-step-cir--red,
.lp-block-step .lp-block-step-cir--gry{
  -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.26;
    height: 4rem;
    position: absolute;
    width: 4rem;
    left: -1rem;
    top: -2rem;
    background-color: #d23b8e;
}

.lp-block-step .lp-block-step-cir--gry{
    background-color: #0bb5c7; 
}

@media only screen and (min-width: 769px){
  .lp-block-step .lp-block-step-cir--red,
  .lp-block-step .lp-block-step-cir--gry {
      font-size: 2rem;
      height: 4rem;
      width: 4rem;
      top: -1.5rem;
  }
}



/* tagNavi
--------------------------------------------------------- */
#tagNavi {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: bottom 0.5s ease-out;
  -moz-transition: bottom 0.5s ease-out;
  -ms-transition: bottom 0.5s ease-out;
  transition: bottom 0.5s ease-out;
  z-index: 10000;
}

@media screen and (max-width: 560px) {
  #tagNavi {display: none;}
}


/* header
--------------------------------------------------------- */
.bottomNavi {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0px -2px 5px 0px rgba(4, 0, 0, 0.25);
    -webkit-transition: bottom 0.5s ease-out;
    -moz-transition: bottom 0.5s ease-out;
    -ms-transition: bottom 0.5s ease-out;
    transition: bottom 0.5s ease-out;
    z-index: 1200;
}


/* band
   bandArrow
--------------------------------------------------------- */
.lp-sec-band > .lp-block {
  background-color: #0048A8;
  color: #fff;
}

/* BigCenter
   BigLeft
   BigRight
   BigText
--------------------------------------------------------- */
.lp-sec-big {
  background-color: #fff;
  background-image: url(../img/bg_main_visual.jpg);
}

.lp-sec-sky{ padding: 5vw; }

.lp-sec-sky02 {
  background-color: #fff;
  background-image: url(../img/bg_sky.jpg);
}

.lp-sec-big--center > .lp-block > .lp-title {
  color: #fff;
}

.lp-sec-big--center > .lp-block > .lp-text {
  color: #fff;
}

.lp-sec-big--left > .lp-block > .lp-title {
  color: #333;
}

.lp-sec-big--left > .lp-block > .lp-text {
  color: #333;
}

.lp-sec-big--right > .lp-block > .lp-title {
  color: #fff;
}

.lp-sec-big--right > .lp-block > .lp-text {
  color: #333;
}

.lp-sec-big--text > .lp-block > .lp-title {
  color: #333;
}

.lp-sec-big--text > .lp-block > .lp-text {
  color: #333;
}

.lp-sec-big--center .lp-c-button {
  background: rgba(255,255,255,0.2);
  color: #fff;
  border: 2px solid #fff;
}

  .lp-sec-sky02 #FtCopy{
    padding: 25px 0;
    font-size: 10px;
    text-align: center;
  }




/* ImageCenter
   ImageLeft
   ImageRight
--------------------------------------------------------- */
.lp-sec-image {
  background-color: #fff;
}

.lp-sec-image > .lp-block > .lp-title {
  color: #333;
}

.lp-sec-image > .lp-block > .lp-text {
  color: #333;
}

.lp-sec-image--center > .lp-block > .lp-item .lp-item__contents > .lp-title {
  color: #333;
}

.lp-sec-image--center > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}

.lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .lp-title {
  color: #333;
}

.lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}

.lp-sec-image--right > .lp-block > .lp-item .lp-item__contents > .lp-title {
  color: #333;
}

.lp-sec-image--right > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}

/* FullImageCenter
   FullImageLeft
   FullImageRight
--------------------------------------------------------- */
.lp-sec-fullimage {
  background-color: #eee;
}

.lp-sec-fullimage--center > .lp-block > .lp-item .lp-item__contents > .lp-title {
  color: #333;
}

.lp-sec-fullimage--center > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}

.lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-title {
  color: #333;
}

.lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}

.lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-title {
  color: #333;
}

.lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}

/* Inline2
   Inline2Arrow
   Inline3
   Inline3Arrow
   Inline4
   Inline4Arrow
   Inline5
   Inline5Arrow
   Inline2Circle
   Inline2CircleArrow
   Inline3Circle
   Inline3CircleArrow
   Inline4Circle
   Inline4CircleArrow
   Inline5Circle
   Inline5CircleArrow
--------------------------------------------------------- */
.lp-sec-inline {
  background-color: #eee;
}

.lp-sec-inline > .lp-block > .lp-title {
  color: #333;
}

.lp-sec-inline > .lp-block > .lp-text {
  color: #333;
}

.lp-sec-inline > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-title {
  color: #333;
}

.lp-sec-inline > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}

.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item::before {
  color: #333;
}

/* List
--------------------------------------------------------- */
.lp-sec-list {
  background-color: #fff;
}

.lp-sec-list > .lp-block > .lp-title {
  color: #333;
}

.lp-sec-list > .lp-block > .lp-text {
  color: #333;
}

.lp-sec-list > .lp-block > .lp-list > .lp-item {
  color: #333;
}

.lp-sec-list > .lp-block > .lp-list > .lp-item::before {
  color: #333;
}

/* footer
--------------------------------------------------------- */
.lp-sec-footer {
  background-color: #333;
}

.lp-sec-footer > .lp-block .lp-copyright {
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 560px) {
  .lp-sec-footer > .lp-block .lp-copyright {
    font-size: 12px;
  }
}


/*lp.css---------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 * File Name: lp.css 
 * Author: Kazuhiro Nigara
 * Description: CSS for Landing page
 * Version: 1.0.0
 * License: MIT License
 * License URI: http://opensource.org/licenses/mit-license.php
 */
/* common
--------------------------------------------------------- */
html {
  font-size: 0.78125vw;
}

@media screen and (min-width: 1536px) {
  html {
    font-size: 75%;
  }
}

body {
  margin: 0;
  background-color: #fff;
  color: #333;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

@media screen and (max-width: 560px) {
  html {
    font-size: 2.66667vw;
  }
  body {
    font-size: 1.6rem;
  }
}

/* common for LP
--------------------------------------------------------- */
.lp-c-line {
  height: 1px;
  margin: 0;
  border: none;
  background-color: #333;
  display: block;
}

.lp-c-button {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 100px;
  background-color: #333;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  overflow: visible;
  line-height: 1.2;
}

.lp-c-button--large {
  padding: 1.25vw 3.125vw;
  font-size: 3.6rem;
}

.lp-c-button--middle {
  padding: 1.09375vw 2.5vw;
  font-size: 2.4rem;
}

.lp-c-button--small {
  padding: 0.9375vw 1.5625vw;
  font-size: 1.6rem;
}

.lp-c-button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 560px) {
  .lp-c-button--large {
    padding: 3.73333vw 10.26667vw;
    font-size: 2rem;
  }
  .lp-c-button--middle {
    padding: 3.2vw 3.73333vw;
    font-size: 1.3rem;
  }
  .lp-c-button--small {
    padding: 3.2vw 3.73333vw;
    font-size: 1.3rem;
  }
}

/* header
--------------------------------------------------------- */
.header-summary{
  background-color: #222;
  padding-top:60px;
}

.header-summary picture{
  text-align: center;
  margin: 0 auto;
  width: 640px;
  display: block;
}

.header-summary img{
  text-align: center;
}

@media screen and (max-width: 640px){
.header-summary{
  background-color: #222;
  padding-top:50px;
}

.header-summary picture{
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.header-summary img{
  text-align: center;
}  
}

.lp-sec-header > .lp-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.lp-sec-header > .lp-block .lp-logo {
  margin-right: 20px;
}

.lp-sec-header > .lp-block .lp-logo img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp-sec-header > .lp-block .lp-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 560px) {
  .lp-sec-header > .lp-block {
    padding: 10px;
  }
  .lp-sec-header > .lp-block .lp-logo {
    margin-right: 10px;
  }
  .lp-sec-header > .lp-block .lp-logo img {
    width: 50px;
    height: 50px;
  }
  .lp-sec-header > .lp-block .lp-title {
    font-size: 16px;
  }
}

/* band
   bandArrow
--------------------------------------------------------- */
.lp-sec-band > .lp-block {
  padding: 0.9vw;
  color: #fff;
}

.lp-sec-band > .lp-block > .lp-title {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.lp-sec-band > .lp-block > .lp-text {
  /*margin-top: 1.6rem;*/
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.lp-sec-band > .lp-block > .lp-button {
  margin-top: 2.4rem;
  text-align: center;
}

.lp-sec-band--arrow > .lp-block {
  position: relative;
}

.lp-sec-band--arrow > .lp-block::after {
  position: absolute;
  color: #0048A8;
  font-family: 'Material Icons';
  font-size: 16rem;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  text-align: center;
  content: "arrow_drop_down";
  right: 0;
  bottom: -6vw;
  left: 0;
}

@media screen and (max-width: 560px) {
  .lp-sec-band > .lp-block {
    padding: 1vw 0 2.5vw;
  }
  .lp-sec-band > .lp-block > .lp-title {
    font-size: 2.3rem;
    text-align: center;
  }
  .lp-sec-band > .lp-block > .lp-text {
    margin-top: 0.8rem;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
  }
  .lp-sec-band > .lp-block > .lp-button {
    margin-top: 1.6rem;
    text-align: center;
  }
  .lp-sec-band--arrow > .lp-block::after {
    font-size: 16rem;
    bottom: -21.33333vw;
  }
}

/* BigCenter
   BigLeft
   BigRight
   BigText
--------------------------------------------------------- */
.lp-sec-big, .lp-sec-sky,.lp-sec-sky02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /*padding: 15.625vw 5vw 9.625vw;*/
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lp-sec-sky {
  background-color: #cce0ff;
}
.lp-sec-sky .lp-block{
  padding: 5vw 0;
}



.lp-sec-sky02 {
  display: block;
}



.lp-sec-sky02 .lp-block{ margin: 0 auto; }

.lp-sec-sky02 #nextcm.lp-block{ margin: 0 auto; padding: 5vw; position: relative; }

.lp-sec-sky02 #making.lp-block{
  background: rgba(255,255,255,0.3);
  width: auto;
  margin: 0;
  padding: 50px 0;
}

.lp-sec-big > .lp-block {
  width:auto;
}

.lp-sec-big--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sp_on { display: none; }

@media only screen and (max-width: 768px){
  .pc_on { display: none; }
  .sp_on { display: block; }
}


.lp-sec-big--center > .lp-block > .lp-title {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.lp-sec-big--center > .lp-block > .lp-text {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.lp-sec-big--center > .lp-block > .lp-button {
  margin-top: 2.4rem;
  text-align: center;
}

.lp-sec-big--left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.lp-sec-big--left > .lp-block > .lp-title {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
}

.lp-sec-big--left > .lp-block > .lp-text {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

.lp-sec-big--left > .lp-block > .lp-button {
  margin-top: 2.4rem;
  text-align: left;
}

.lp-sec-big--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.lp-sec-big--right > .lp-block > .lp-title {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
}

.lp-sec-big--right > .lp-block > .lp-text {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

.lp-sec-big--right > .lp-block > .lp-button {
  margin-top: 2.4rem;
  text-align: left;
}

.lp-sec-big--text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  /*padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;*/
}

.lp-sec-big--text > .lp-block {
  width: 90%;
}

.lp-sec-big--text > .lp-block .cp-fin{
  position: relative;
  margin: 1vw 0 0;
  padding: 3vw 0 4vw;
}

.lp-sec-big--text > .lp-block .cp-fin::before{
  content: "";
  background-color: rgba(0,0,0,0.7);
  height: -webkit-fill-available;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 0;
}

.lp-sec-big--text > .lp-block .cp-fin::after{
  content: "キャンペーンは終了しました。\Aご応募ありがとうございました。";
  white-space: pre;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}

.lp-item__contents .lp-item__fin::before{
  content: "";
  background-color: rgba(0,0,0,0.7);
  height: -webkit-fill-available;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 0;
}

.lp-item__contents .lp-item__fin::after{
  content: "キャンペーンは終了しました。";
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}






.lp-block-corners .lp-text .fin-line{
  text-decoration: line-through;
}

.lp-block-corners .lp-text .fin-txt{
  font-size: 2.3rem;
}


.lp-sec-big--text > .lp-block .lp-title {
  font-size: 3.0rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  margin-top: 3.4rem;
  margin-bottom: 2rem;
  color: #fff;
  background: #4A8EFF;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 50px;
  min-width: 300px;
}
.lp-sec-big--text > .lp-block h3 {
  font-size: 3.0rem;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #4A8EFF;
}

.lp-sec-big--text > .lp-block .read {
  text-align: center;
  line-height: 2;
  font-size: 26px;
}



.lp-sec-big--text > .lp-block .read strong {
    color: #e60021;
    font-weight: normal;
    margin-bottom: 1em;
}

.lp-sec-big--text > .lp-block .lp-text {
  margin-top: 1.7rem;
  font-size: 1.65rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

.lp-sec-big--text > .lp-block .img {
    overflow: hidden;
    text-align: center;
    padding: 30px 0 10px 0;
    display: inline-block;
}

.lp-sec-big--text > .lp-block .img img {
    margin: 0 20px;
    display: inline-block;
}
.lp-sec-big--text > .lp-block img {
    max-width: 100%;
}

.lp-sec-big--text > .lp-block .notes {
    font-size: 14px;
    line-height: 1.8;
}

.lp-sec-big--text > .lp-block .notes a{
    text-decoration: underline;
}

.lp-sec-big--text > .lp-block > .lp-button {
  margin-top: 2.4rem;
  text-align: center;
}

.lp-sec-sky02 > .lp-block .lp-title {
  font-size: 4.0rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  color: #333;
  background: none;
  margin: 0;
  padding: 0;
}

.lp-sec-sky02 > .lp-block .lp-text {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.lp-sec-sky02 #nextcm .lp-text{
  right: 0;
  top: -48px;
  padding:0;
  position: absolute;
  /*transform: rotate(15deg);*/
}


.lp-sec-sky02 > .lp-block .lp-button {
  margin-top: 2.4rem;
  text-align: center;
}




@media screen and (max-width: 560px) {
  /*.lp-sec-big {
    padding: 17.06667vw 6.4vw 10.06667vw;
  }*/
  .lp-sec-big > .lp-block {
    width: 100%;
  }
  .lp-sec-big--text > .lp-block {
    width: 100%;
    padding: 5vw 10px;
  }
  .lp-sec-big--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lp-sec-big--center > .lp-block > .lp-title {
    font-size: 2.3rem;
    text-align: center;
  }
  .lp-sec-big--center > .lp-block > .lp-text {
    margin-top: 0.8rem;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
  }
  .lp-sec-big--center > .lp-block > .lp-button {
    margin-top: 1.6rem;
    text-align: center;
  }

  .lp-sec-sky02 { display: block; }

  .lp-sec-sky02 .lp-block{ margin: 0 auto; }

  .lp-sec-sky02 #nextcm.lp-block{ margin: 0 auto; padding: 10px 0; position: relative; }

  .lp-sec-sky02 #making.lp-block{
    background: rgba(255,255,255,0.3);
    width: auto;
    margin: 0;
    padding: 10px 20px 30px;
  }

  .lp-sec-sky02 #nextcm .lp-text {
    top: -47px;
    position: absolute;
  }

  .lp-sec-big--left > .lp-block .lp-title {
    font-size: 2.3rem;
    text-align: left;
  }
  .lp-sec-big--left > .lp-block .lp-text {
    margin-top: 0.8rem;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: left;
  }
  .lp-sec-big--left > .lp-block .lp-button {
    margin-top: 1.6rem;
    text-align: center;
  }
  .lp-sec-big--right > .lp-block .lp-title {
    font-size: 2.3rem;
    text-align: left;
  }
  .lp-sec-big--right > .lp-block .lp-text {
    margin-top: 0.8rem;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: left;
  }
  .lp-sec-big--right > .lp-block .lp-button {
    margin-top: 1.6rem;
    text-align: center;
  }
  .lp-sec-big--text > .lp-block .lp-title {
    font-size: 2.3rem;
    text-align: center;
    margin-top: 15px;
    padding: 15px 10px;
    min-width: 340px; 
  }
  .lp-sec-big--text > .lp-block .img img {
      margin: 0 0px;
  }
  .lp-sec-big--text > .lp-block .read {
      text-align: center;
      line-height: 2;
      margin-bottom: 1em;
      font-size: 16px;
  }
  .lp-sec-big--text > .lp-block .date { font-size: 14px; line-height: 1.5; }

  .lp-sec-big--text > .lp-block h3 {
      font-size: 16px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .lp-sec-big--text > .lp-block .lp-text {
    margin-top: 0.8rem;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  .lp-sec-big--text > .lp-block .lp-button {
    margin-top: 1.6rem;
    text-align: center;
  }
  .fuu.section .lp-text, .euu.section .lp-text {
    font-size: 1.2rem;
  }
  .campaign3mov {
    padding-bottom: 60%;
    width: 100%;
    height: auto;
    margin: 0 auto 25px;
  }
  .secList {
    padding: 10px 5px;
    margin: 0 0px;
    min-width: 300px;
    font-size: 16px;
    height: auto;
    display: block;
    margin: 15px auto;
  }

  .lp-cm-box {
      width: auto;
      margin: 0px auto;
      position: relative;
      padding: 10px;
      background: none;
  }
  .youtube-navi {
    position: unset;
  }

  a.lp-square-button-line {
      width: 240px;
      max-width: 500px;
      height: auto;
      text-align: center;
      font-size: 25px;
      background: #fff;
      overflow: hidden;
      text-decoration: none;
      border: 1px solid #333;
      border-radius: 7px;
      display: flex;
      margin: 10px auto 5px;
  }
  a.lp-square-button-line span {
      font-size: 14px;
      width: 200px;
  }


.lp-sec-big--text > .lp-block .cp-fin{
  position: relative;
  margin: 0;
  padding: 0;
}

.lp-sec-big--text > .lp-block .cp-fin::before{
  content: "";
  background-color: rgba(0,0,0,0.7);
  height: inherit;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.lp-sec-big--text > .lp-block .cp-fin::after{
  content: "キャンペーンは終了しました。\Aご応募ありがとうございました。";
  white-space: pre;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  z-index: 101;
}

.lp-item__contents .lp-item__fin::before{
  content: "";
  background-color: rgba(0,0,0,0.7);
  height: -webkit-fill-available;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 0;
}

.lp-item__contents .lp-item__fin::after{
  content: "キャンペーンは終了しました。";
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}



}

/* ImageCenter
   ImageLeft
   ImageRight
--------------------------------------------------------- */
.lp-sec-image > .lp-block {
  padding: 5vw;
}

.lp-sec-image > .lp-block > .lp-title {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.lp-sec-image > .lp-block > .lp-text {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.lp-sec-image > .lp-block > .lp-button {
  margin-top: 2.4rem;
  text-align: center;
}

.lp-sec-image > .lp-block > .lp-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
}

.lp-sec-image > .lp-block > .lp-item .lp-item__img {
  min-height: 0%;
}

.lp-sec-image > .lp-block > .lp-item .lp-item__img img {
  width: 40.625vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp-sec-image--center > .lp-block > .lp-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lp-sec-image--center > .lp-block > .lp-item .lp-item__img {
  text-align: center;
}

.lp-sec-image--center > .lp-block > .lp-item .lp-item__contents {
  margin-top: 2.4rem;
}

.lp-sec-image--center > .lp-block > .lp-item .lp-item__contents > .lp-title {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.lp-sec-image--center > .lp-block > .lp-item .lp-item__contents > .lp-text {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.lp-sec-image--center > .lp-block > .lp-item .lp-item__contents > .lp-button {
  margin-top: 2.4rem;
  text-align: center;
}

.lp-sec-image--left > .lp-block > .lp-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.lp-sec-image--left > .lp-block > .lp-item .lp-item__img {
  margin-right: 2.5vw;
}

.lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .lp-title {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
}

.lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .lp-text {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

.lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .lp-button {
  margin-top: 2.4rem;
  text-align: left;
}

.lp-sec-image--right > .lp-block > .lp-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.lp-sec-image--right > .lp-block > .lp-item .lp-item__img {
  margin-left: 2.5vw;
}

.lp-sec-image--right > .lp-block > .lp-item .lp-item__contents > .lp-title {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
}

.lp-sec-image--right > .lp-block > .lp-item .lp-item__contents > .lp-text {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

.lp-sec-image--right > .lp-block > .lp-item .lp-item__contents > .lp-button {
  margin-top: 2.4rem;
  text-align: left;
}

@media screen and (max-width: 560px) {
  .lp-sec-image > .lp-block {
    padding: 6.4vw;
  }
  .lp-sec-image > .lp-block > .lp-title {
    font-size: 2.3rem;
    text-align: center;
  }
  .lp-sec-image > .lp-block > .lp-text {
    margin-top: 0.8rem;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
  }
  .lp-sec-image > .lp-block > .lp-button {
    margin-top: 1.6rem;
    text-align: center;
  }
  .lp-sec-image > .lp-block > .lp-item .lp-item__img img {
    width: 80%;
  }
  .lp-sec-image--center > .lp-block > .lp-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-sec-image--center > .lp-block > .lp-item .lp-item__contents {
    margin-top: 1.6rem;
  }
  .lp-sec-image--center > .lp-block > .lp-item .lp-item__contents > .lp-title {
    font-size: 2.3rem;
    text-align: center;
  }
  .lp-sec-image--center > .lp-block > .lp-item .lp-item__contents > .lp-text {
    margin-top: 0.8rem;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
  }
  .lp-sec-image--center > .lp-block > .lp-item .lp-item__contents > .lp-button {
    margin-top: 1.6rem;
    text-align: center;
  }
  .lp-sec-image--left > .lp-block > .lp-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-sec-image--left > .lp-block > .lp-item .lp-item__img {
    margin-right: 0;
    text-align: center;
  }
  .lp-sec-image--left > .lp-block > .lp-item .lp-item__contents {
    margin-top: 1.6rem;
  }
  .lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .lp-title {
    font-size: 2.3rem;
    text-align: center;
  }
  .lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .lp-text {
    margin-top: 0.8rem;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: left;
  }
  .lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .lp-button {
    margin-top: 1.6rem;
    text-align: center;
  }
  .lp-sec-image--right > .lp-block > .lp-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-sec-image--right > .lp-block > .lp-item .lp-item__img {
    margin-left: 0;
    text-align: center;
  }
  .lp-sec-image--right > .lp-block > .lp-item .lp-item__contents {
    margin-top: 1.6rem;
  }
  .lp-sec-image--right > .lp-block > .lp-item .lp-item__contents > .lp-title {
    font-size: 2.3rem;
    text-align: center;
  }
  .lp-sec-image--right > .lp-block > .lp-item .lp-item__contents > .lp-text {
    margin-top: 0.8rem;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: left;
  }
  .lp-sec-image--right > .lp-block > .lp-item .lp-item__contents > .lp-button {
    margin-top: 1.6rem;
    text-align: center;
  }
}

/* FullImageCenter
   FullImageLeft
   FullImageRight
--------------------------------------------------------- */
.lp-sec-fullimage > .lp-block > .lp-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lp-sec-fullimage > .lp-block > .lp-item .lp-item__img {
  min-height: 0%;
}

.lp-sec-fullimage > .lp-block > .lp-item .lp-item__img img {
  width: 40.625vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp-sec-fullimage > .lp-block > .lp-item .lp-item__contents {
  padding: 0 5vw;
}

.lp-sec-fullimage--center {
  padding-bottom: 5vw;
}

.lp-sec-fullimage--center > .lp-block > .lp-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lp-sec-fullimage--center > .lp-block > .lp-item .lp-item__img img {
  width: 100%;
}

.lp-sec-fullimage--center > .lp-block > .lp-item .lp-item__contents {
  margin-top: 3.4rem;
  margin-bottom: 2rem;
}

.lp-sec-fullimage--center > .lp-block > .lp-item .lp-item__contents > .lp-title {
  font-size: 4.0rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
}

.lp-sec-fullimage--center > .lp-block > .lp-item .lp-item__contents > .lp-text {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.lp-sec-fullimage--center > .lp-block > .lp-item .lp-item__contents > .lp-button {
  margin-top: 2.4rem;
  text-align: center;
}

.lp-sec-fullimage--left > .lp-block > .lp-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-title {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
}

.lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-text {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

.lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-button {
  margin-top: 2.4rem;
  text-align: left;
}

.lp-sec-fullimage--right > .lp-block > .lp-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-title {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
}

.lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-text {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

.lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-button {
  margin-top: 2.4rem;
  text-align: left;
}

@media screen and (max-width: 560px) {
  .lp-sec-fullimage > .lp-block > .lp-item .lp-item__img {
    text-align: center;
  }
  .lp-sec-fullimage > .lp-block > .lp-item .lp-item__img img {
    width: 100%;
  }
  .lp-sec-fullimage > .lp-block > .lp-item .lp-item__contents {
    padding: 0 6.4vw;
  }
  .lp-sec-fullimage--center {
    padding-bottom: 6.4vw;
  }
  .lp-sec-fullimage--center > .lp-block > .lp-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-sec-fullimage--center > .lp-block > .lp-item .lp-item__contents {
    margin-top: 1.6rem;
  }
  .lp-sec-fullimage--center > .lp-block > .lp-item .lp-item__contents > .lp-title {
    font-size: 2.3rem;
    text-align: center;
  }
  .lp-sec-fullimage--center > .lp-block > .lp-item .lp-item__contents > .lp-text {
    margin-top: 0.8rem;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
  }
  .lp-sec-fullimage--center > .lp-block > .lp-item .lp-item__contents > .lp-button {
    margin-top: 1.6rem;
    text-align: center;
  }
  .lp-sec-fullimage--left {
    padding-bottom: 6.4vw;
  }
  .lp-sec-fullimage--left > .lp-block > .lp-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents {
    margin-top: 1.6rem;
  }
  .lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-title {
    font-size: 2.3rem;
    text-align: left;
  }
  .lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-text {
    margin-top: 0.8rem;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: left;
  }
  .lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-button {
    margin-top: 1.6rem;
    text-align: center;
  }
  .lp-sec-fullimage--right {
    padding-bottom: 6.4vw;
  }
  .lp-sec-fullimage--right > .lp-block > .lp-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents {
    margin-top: 1.6rem;
  }
  .lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-title {
    font-size: 2.3rem;
    text-align: left;
  }
  .lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-text {
    margin-top: 0.8rem;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: left;
  }
  .lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-button {
    margin-top: 1.6rem;
    text-align: center;
  }
}

/* Inline2
   Inline2Arrow
   Inline3
   Inline3Arrow
   Inline4
   Inline4Arrow
   Inline5
   Inline5Arrow
   Inline2Circle
   Inline2CircleArrow
   Inline3Circle
   Inline3CircleArrow
   Inline4Circle
   Inline4CircleArrow
   Inline5Circle
   Inline5CircleArrow
--------------------------------------------------------- */
.lp-sec-inline > .lp-block {
  padding: 5vw;
}

.lp-sec-inline > .lp-block > .lp-title {
  font-size: 4.0rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
}

.lp-sec-inline > .lp-block > .lp-text {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.lp-sec-inline > .lp-block > .lp-button {
  margin-top: 2.4rem;
  text-align: center;
}

.lp-sec-inline > .lp-block > .lp-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4rem auto 0;
}

.lp-sec-inline > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img {
  text-align: center;
}

.lp-sec-inline > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp-sec-inline > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img--circle img {
  border-radius: 100rem;
}

.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item {
  position: relative;
}

.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item::before {
  position: absolute;
  font-family: 'Material Icons';
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "arrow_right";
}

.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item:first-child::before {
  content: "";
}

.lp-sec-inline--2 > .lp-block > .lp-list {
  width: 80%;
}

.lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item > .lp-item {
  width: 31.25vw;
}

.lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img--circle img {
  height: 31.25vw;
}

.lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents {
  margin-top: 1.6rem;
}

.lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-title {
  font-size: 2.5rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
}

.lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.5;
}


/*囲み見出し内のテキスト*/
.lp-block-corners .lp-tit{
  padding: 0 3.125vw 0.23vw;
  font-size: 2.3rem;
}
.lp-block-corners.rCorners .lp-tit{}

.lp-block-corners .lp-text{
  padding: 0.2vw 0;
  font-size: 1.5rem;
}

.lp-block-corners .lp-note{
  padding: 0.25vw 0 0.1vw;
  font-size: 1.2rem;
  letter-spacing: 1px;
  display: block;
}

/*ステップ1～3　囲み見出し内のテキスト*/
.lp-block-step .lp-tit{
  padding: 0.23vw 3.125vw;
  font-size: 2.3rem;
}
.lp-block-step.rStep .lp-tit{
  
}

.lp-block-step .lp-text{
  padding: 0.5vw 0 0.6vw;
  font-size: 1.4rem;
  line-height: 1.5;
}

.lp-block-step .lp-note{
  padding: 0.25vw 0 0.1vw;
  font-size: 1.3rem;
  letter-spacing: 1px;
  display: block;
}

.lp-block-step-outside{

}

.lp-block-step-outside .lp-tit{
  padding: 2vw 3.125vw 1vw;
  font-size: 2.3rem;
}

.lp-block-step-outside .lp-list{
  text-align: left;
  list-style: square;
  width: 83%;
  line-height: 1.7;
  margin: 0 auto;
  font-size: 14px;
}

.lp-block-step-outside .lp-list li{
  margin-left: 1.4em;
  text-indent: -1.4em;
}

.lp-block-step-outside .lp-list li:before{
  content: "・";

}

.lp-block-step-outside .lp-note{
  padding: 0.2vw 0;
  font-size: 1.5rem;
  color: #d11026;
  line-height: 1.5;
}





/*囲み見出し内のテキスト*/




.lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-button {
  margin-top: 1.6rem;
  text-align: center;
}

.lp-sec-inline--2.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item::before {
  font-size: 16rem;
  top: 9.375vw;
  left: -10.9375vw;
}

.lp-sec-inline--3 > .lp-block > .lp-list {
  width: 90%;
}

.lp-sec-inline--3 > .lp-block > .lp-list .lp-list__item > .lp-item {
  width: 23.4375vw;
}

.lp-sec-inline--3 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img--circle img {
  height: 23.4375vw;
}

.lp-sec-inline--3 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents {
  margin-top: 1.6rem;
}

.lp-sec-inline--3 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.lp-sec-inline--3 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.5;
}

.lp-sec-inline--3 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-button {
  margin-top: 1.6rem;
  text-align: center;
}

.lp-sec-inline--3.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item::before {
  font-size: 11rem;
  top: 7.8125vw;
  left: -7.03125vw;
}

.lp-sec-inline--4 > .lp-block > .lp-list {
  width: 100%;
}

.lp-sec-inline--4 > .lp-block > .lp-list .lp-list__item > .lp-item {
  width: 19.53125vw;
}

.lp-sec-inline--4 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img--circle img {
  height: 19.53125vw;
}

.lp-sec-inline--4 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents {
  margin-top: 1.2rem;
}

.lp-sec-inline--4 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.lp-sec-inline--4 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.5;
}

.lp-sec-inline--4 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-button {
  margin-top: 1.2rem;
  text-align: center;
}

.lp-sec-inline--4.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item::before {
  font-size: 9.5rem;
  top: 6.25vw;
  left: -5.78125vw;
}

.lp-sec-inline--5 > .lp-block > .lp-list {
  width: 100%;
}

.lp-sec-inline--5 > .lp-block > .lp-list .lp-list__item > .lp-item {
  width: 15.625vw;
}

.lp-sec-inline--5 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img--circle img {
  height: 15.625vw;
}

.lp-sec-inline--5 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents {
  margin-top: 1.2rem;
}

.lp-sec-inline--5 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.lp-sec-inline--5 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.5;
}

.lp-sec-inline--5 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-button {
  margin-top: 1.2rem;
  text-align: center;
}

.lp-sec-inline--5.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item::before {
  font-size: 7rem;
  top: 5.3125vw;
  left: -4.29688vw;
}

@media screen and (max-width: 560px) {
  .lp-sec-inline > .lp-block {
    padding: 6.4vw;
  }
  .lp-sec-inline > .lp-block > .lp-title {
    font-size: 2.3rem;
    text-align: center;
  }
  .lp-sec-inline > .lp-block > .lp-text {
    margin-top: 0.8rem;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
  }
  .lp-sec-inline > .lp-block > .lp-button {
    margin-top: 1.6rem;
    text-align: center;
  }
  .lp-sec-inline > .lp-block > .lp-list {
    margin: 2rem auto 0;
  }
  .lp-sec-inline > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img {
    text-align: center;
  }
  .lp-sec-inline > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lp-sec-inline--2 > .lp-block > .lp-list {
    width: 100%;
  }
  .lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item > .lp-item {
    width: 40vw;
  }
  .lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img--circle img {
    height: 40vw;
  }
  .lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents {
    margin-top: 0.8rem;
  }
  .lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-title {
    font-size: 1.9rem;
    text-align: center;
  }
  .lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text {
    margin-top: 0.6rem;
    font-size: 1.3rem;
    text-align: left;
  }
  .lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-button {
    margin-top: 1.2rem;
    text-align: center;
  }
  .lp-sec-inline--2.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item::before {
    font-size: 7rem;
    top: 11.2vw;
    left: -13.33333vw;
  }
  .lp-sec-inline--2 > .lp-block > .lp-list,.lp-sec-inline--3 > .lp-block > .lp-list, .lp-sec-inline--4 > .lp-block > .lp-list, .lp-sec-inline--5 > .lp-block > .lp-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item,.lp-sec-inline--3 > .lp-block > .lp-list .lp-list__item, .lp-sec-inline--4 > .lp-block > .lp-list .lp-list__item, .lp-sec-inline--5 > .lp-block > .lp-list .lp-list__item {
    margin: 4rem auto 0;
  }
  .lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item:first-child,.lp-sec-inline--3 > .lp-block > .lp-list .lp-list__item:first-child, .lp-sec-inline--4 > .lp-block > .lp-list .lp-list__item:first-child, .lp-sec-inline--5 > .lp-block > .lp-list .lp-list__item:first-child {
    margin-top: 0;
  }
  .lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item > .lp-item,.lp-sec-inline--3 > .lp-block > .lp-list .lp-list__item > .lp-item, .lp-sec-inline--4 > .lp-block > .lp-list .lp-list__item > .lp-item, .lp-sec-inline--5 > .lp-block > .lp-list .lp-list__item > .lp-item {
    width: 90vw;
    margin: 0 auto;
  }
  .lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img--circle img,.lp-sec-inline--3 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img--circle img, .lp-sec-inline--4 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img--circle img, .lp-sec-inline--5 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img--circle img {
    height: 66.66667vw;
  }
  .lp-sec-inline--3 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents, .lp-sec-inline--4 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents, .lp-sec-inline--5 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents {
    margin-top: 0.8rem;
  }
  .lp-sec-inline--3 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-title, .lp-sec-inline--4 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-title, .lp-sec-inline--5 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-title {
    font-size: 1.9rem;
    text-align: center;
  }
  .lp-sec-inline--3 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text, .lp-sec-inline--4 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text, .lp-sec-inline--5 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text {
    margin-top: 0.6rem;
    font-size: 1.3rem;
    text-align: left;
  }
  .lp-sec-inline--3 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-button, .lp-sec-inline--4 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-button, .lp-sec-inline--5 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-button {
    margin-top: 1.2rem;
    text-align: center;
  }
  .lp-sec-inline--3.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item, .lp-sec-inline--4.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item, .lp-sec-inline--5.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item {
    margin: 6.4rem auto 0;
  }
  .lp-sec-inline--3.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item::before, .lp-sec-inline--4.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item::before, .lp-sec-inline--5.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item::before {
    font-size: 8rem;
    text-align: center;
    content: "arrow_drop_down";
    top: -18.66667vw;
    right: 0;
    left: 0;
  }
  .lp-sec-inline--3.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item:first-child, .lp-sec-inline--4.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item:first-child, .lp-sec-inline--5.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item:first-child {
    margin-top: 0;
  }
  .lp-sec-inline--3.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item:first-child::before, .lp-sec-inline--4.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item:first-child::before, .lp-sec-inline--5.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item:first-child::before {
    content: "";
  }
}

/* List
--------------------------------------------------------- */
.lp-sec-list > .lp-block {
  padding: 5vw;
}

.lp-sec-list > .lp-block > .lp-title {
  font-size: 4.0rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
}

.lp-sec-list > .lp-block > .lp-text {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.lp-sec-list > .lp-block > .lp-button {
  margin-top: 2.4rem;
  text-align: center;
}

.lp-sec-list > .lp-block > .lp-list {
  width: 80%;
  margin: 4rem auto 0;
}

.lp-sec-list > .lp-block > .lp-list > .lp-item {
  position: relative;
  margin-top: 1.6rem;
  padding-left: 1rem;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
}

.lp-sec-list > .lp-block > .lp-list > .lp-item::before {
  position: absolute;
  margin-left: -2rem;
  font-family: 'Material Icons';
  font-weight: bold;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "check";
}

.lp-sec-list > .lp-block > .lp-list h3{
  margin: 0 auto 0.5em auto;
  max-width: 880px;
  text-align: left;
  font-size: 20px;
}

.lp-sec-list > .lp-block > .lp-list p{
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  margin-left: 2rem;
}
.lp-sec-list > .lp-block > .lp-list p a{
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: underline;
}
.lp-sec-list > .lp-block > .lp-list p a::before {
    position: absolute;
    margin-left: -2rem;
    font-family: 'Material Icons';
    font-weight: bold;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    content: "check";
}


@media screen and (max-width: 560px) {
  .lp-sec-list > .lp-block {
    padding: 6.4vw;
  }
  .lp-sec-list > .lp-block > .lp-title {
    font-size: 2.3rem;
    text-align: center;
  }
  .lp-sec-list > .lp-block > .lp-text {
    margin-top: 0.8rem;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
  }
  .lp-sec-list > .lp-block > .lp-button {
    margin-top: 1.6rem;
    text-align: center;
  }
  .lp-sec-list > .lp-block > .lp-list {
    width: 100%;
    margin: 2rem auto 0;
  }
  .lp-sec-list > .lp-block > .lp-list > .lp-item {
    padding-left: 5.33333vw;
    font-size: 1.6rem;
  }
  .lp-sec-list > .lp-block > .lp-list > .lp-item::before {
    margin-left: -5.33333vw;
  }
}

/* footer
--------------------------------------------------------- */
.lp-sec-footer {
  background-color: #333;
}

.lp-sec-footer > .lp-block {
  padding: 16px;
  text-align: center;
}

.lp-sec-footer > .lp-block .lp-copyright {
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 560px) {
  .lp-sec-footer > .lp-block {
    padding: 8px;
  }
  .lp-sec-footer > .lp-block .lp-copyright {
    font-size: 12px;
  }
}




#youtubeImg img{
  max-width: 100%;
}
#youtubeImg.center{
  margin: 0 auto 0 auto;
  max-width: 90%;
  width: 500px;
}
#youtubeImg.center ul{
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
#youtubeImg.center li{
  flex: 1 1 auto;
  margin-right: 8px;
}
#youtubeImg li:last-of-type{
  margin-right: 0;
}