@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; }

@media screen and (min-width: 751px) {
  .pcBlock { display: block !important; }
  .pcInline { display: inline-block !important; } /* pcBlock,pcInline */
  .pcFlex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .spBlock, .spInline, .spFlex { display: none !important; } }

@media screen and (max-width: 750px) { body.is_menuOpen { overflow: hidden; }
  /* spBlock,spInline */
  .spBlock { display: block !important; }
  .spInline { display: inline-block !important; }
  .spFlex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .pcBlock, .pcInline, .pcFlex { display: none !important; } }

/* =========================================================
　◆Head
========================================================= */
.lp-head { width: 100%; }

@media screen and (min-width: 751px) { .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 40px; 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; position: fixed; z-index: 9999; }
  .lp-head .lp-head-logo a img { width: 130px; }
  .lp-head .lp-head-logo { float: left; padding: 0;     margin: -4px 0 0 0; }

  .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;
}

.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.5em 2.6em;
  text-decoration: none;
  color: #fff;
  background-color: #333;
  border: solid 2px #333;
  border-radius: 50px;
  transition: .4s;
  margin: 0 20px;
}
  
.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: 31%;
  width: 500px;
  height: 0;
  overflow: hidden;
  margin: 0 auto 25px;
}

.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;*/
  background-image: url(../img/bg_sky.jpg);
  background-size: contain;
  margin-top: 60px;
}

/*.main::before {
  content: "募集が終了しました";
}*/

.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;
}


