@charset "UTF-8";

/*
# =================================================================
# リセットCSS（sanitize.css）
# =================================================================
*/

/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display: block}audio,canvas,progress,video{display: inline-block}audio:not([controls]){display: none;height: 0}[hidden],template{display: none}*,::after,::before{background-repeat: no-repeat;box-sizing: inherit}::after,::before{text-decoration: inherit;vertical-align: inherit}html{box-sizing: border-box;cursor: default;font-family: sans-serif;line-height: 1.5;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%}body{margin: 0}h1{font-size: 2em;margin: .67em 0}code,kbd,pre,samp{font-family: monospace;font-size: 1em}hr{height: 0;overflow: visible}nav ol,nav ul{list-style: none}abbr[title]{border-bottom: 1px dotted;text-decoration: none}b,strong{font-weight: inherit;font-weight: bolder}dfn{font-style: italic}mark{background-color: #ff0;color: #000}progress{vertical-align: baseline}small,sub,sup{font-size: 83.3333%}sub,sup{line-height: 0;position: relative;vertical-align: baseline}sub{bottom: -.25em}sup{top: -.5em}::-moz-selection{background-color: #b3d4fc;color: #000;text-shadow: none}::selection{background-color: #b3d4fc;color: #000;text-shadow: none}audio,canvas,iframe,img,svg,video{vertical-align: middle}img{border-style: none}svg{fill: currentColor}svg:not(:root){overflow: hidden}a{background-color: transparent;-webkit-text-decoration-skip: objects}:hover{outline-width: 0}table{border-collapse: collapse;border-spacing: 0}button,input,select,textarea{background-color: transparent;border-style: none;color: inherit;font-size: 1em;margin: 0}button,input{overflow: visible}button,select{text-transform: none}[type=reset],[type=submit],button,html [type="button"]{-webkit-appearance: button}::-moz-focus-inner{border-style: none;padding: 0}:-moz-focusring{outline: 1px dotted ButtonText}fieldset{border: 1px solid silver;margin: 0 2px;padding: .35em .625em .75em}legend{display: table;max-width: 100%;padding: 0;white-space: normal}textarea{overflow: auto;resize: vertical}[type=checkbox],[type=radio]{padding: 0}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height: auto}[type=search]{-webkit-appearance: textfield;outline-offset: -2px}::-webkit-search-cancel-button,::-webkit-search-decoration{-webkit-appearance: none}::-webkit-input-placeholder{color: inherit;opacity: .54}::-webkit-file-upload-button{-webkit-appearance: button;font: inherit}[aria-busy=true]{cursor: progress}[aria-controls]{cursor: pointer}[aria-disabled]{cursor: default}[tabindex],a,area,button,input,label,select,textarea{-ms-touch-action: manipulation;touch-action: manipulation}[hidden][aria-hidden=false]{clip: rect(0,0,0,0);display: inherit;position: absolute}[hidden][aria-hidden="false"]:focus{clip: auto}


/*
# =================================================================
# Webフォント
# =================================================================
*/

/*
# "Oswald" is lisenced under the SIL Open Font License 1.1
# https://fonts.google.com/specimen/Oswald
# http://scripts.sil.org/OFL_web
*/
.toc-area_inner li::before,
.widget .cast-box_sub .cast-box_sub_title span{
	font-family: 'Oswald', serif;
}

.site-title{
	font-family: 'Roboto', YakuHanJP, 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

@font-face {
	font-family: 'keni8-icons';
	src: url('../fonts/keni8-icons.eot?ds3ffr');
	src: url('../fonts/keni8-icons.eot?ds3ffr#iefix') format('embedded-opentype'),
		url('../fonts/keni8-icons.ttf?ds3ffr') format('truetype'),
		url('../fonts/keni8-icons.woff?ds3ffr') format('woff'),
		url('../fonts/keni8-icons.svg?ds3ffr#keni8-icons') format('svg');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}

blockquote::before,
blockquote::after,
.keni-gnav_cont .keni-gnav-child_btn_icon-open > .keni-gnav-child_btn::before,
.keni-gnav_cont .keni-gnav-child_btn_icon-close > .keni-gnav-child_btn::before,
.keni-slider-pager_prev::before,
.keni-slider-pager_next::before,
.keni-breadcrumb-list li:first-child::before,
.keni-breadcrumb-list li::after,
.toc-area_btn_open::before,
.toc-area_btn_close::before,
.check-list li::before,
.accordion-list dt::after,
.link-next a::before,
.link-back a::before,
.page-nav .page-nav_next a::after,
.page-nav .page-nav_prev a::before,
.commentlist .children li::before,
.form-login .form-login_title::before,
.contact-box_tel::before,
.page-top a::before,
.tagcloud a::before{
	font-family: 'keni8-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*
# =================================================================
# 基本設定
# =================================================================
*/

html{
	font-size: 62.5%;
}

a,
button{
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

address,caption,cite,code,dfn,var,h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
}

q{
	quotes: none;
	background: #d1eff0;
}

q::before,q::after{
	content: '';
	content: none;
}

div{
	word-wrap: break-word;
}

pre{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

form{
	margin: 0;
}

caption{
	text-align: left;
}

p{
	margin: 0 0 1.5em;
    line-height: 2.0;
}

figure{
	margin: 1em 0;
}

input,
select,
textarea{
	margin: 0;
	max-width: 100%;
	padding: .2em;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
	font-size: 1em;
}

textarea{
	width: 100%;
}

button,
input,
select,
textarea,
optgroup,
option{
	vertical-align: baseline;
}

textarea{
	min-height: 100px;
	vertical-align: top;
}

caption{
	text-align: left;
}

body{
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.6em;
}

body,
input,
textarea{
	font-family: 'Roboto', YakuHanJP, 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}


/*埋め込み要素のはみ出しを防止*/
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

embed, iframe, object, video{
	max-width: 100%;
}


/*
# リストの基本設定
*/
ul,ol{
	margin: 1em 0 1.5em 1.5em;
	padding-left: 0;
}

ul > li,
ol > li{
	margin-bottom: .5em;
}

ul > li:last-child,
ol > li:last-child{
	margin-bottom: 0;
}

dd{
	margin-left: 0;
	padding-left: 1em;
}


/*
# =================================================================
# フォントの色
# =================================================================
*/

/*フォントの基本色*/
body{
	color: #333;
}


/*リンクの基本色*/
a{
	color: #0329ce;
}

a:hover,
a:active,
a:focus{
	color: #00858a;
}


/*
# =================================================================
# レイアウト
# =================================================================
*/

body{
	background-color: #fff; /*サイトの背景色*/
}

.keni-container,
.keni-mv_wrap{
	overflow: hidden;
}

.keni-sub,
.keni-footer_outer{
	padding: 20px 0;
}

.keni-section_wrap{
	margin: 0;
	padding: 14.49vw 3.62vw;
	background: #fff;
}

.section_wrap-wide{
	padding: 14.49vw 0;
	background: transparent;
}

.section_wrap-wide .keni-section{
	padding: 0 3.62vw;
}


/*メインコンテンツとサブコンテンツの背景色*/
.keni-main{
	background: transparent;
}

.keni-sub{
	background: transparent;
}

.keni-main_inner{
	padding: 0;
}

.keni-sep-conts_wrap{
	margin-bottom: 10px;
}

.keni-sep-conts{
	padding: 10px;
}


/*
# =================================================================
# エリアごとのデザイン
# =================================================================
*/


/*
# ヘッダー
*/

.fixed{
	position: fixed;
	top: 0;
	z-index: 60;
	width: 100%;
}


/*
# メインコンテンツの文字サイズや行間の設定
*/
.keni-main{
	letter-spacing: .025em;
	font-size: 1.6rem;
	line-height: 2.0em;
}


/*
# サブコンテンツの文字サイズや行間の設定
*/
.keni-main .free-area,
.keni-sub{
	font-size: 1.4rem;
	line-height: 1.8em;
}


/*
# =================================================================
# 見出しのデザイン
# =================================================================
*/

h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
	font-weight: bold;
	font-size: 100%;
	font-family: inherit;
}

.keni-section h1{
	margin: 40px 0 10px;
	font-size: 2.0rem;
    line-height: 1.3;
}

.keni-section h1:first-child{
	margin: 0 0 20px;
}


h2{
	color: #000;
	font-size: 2.6rem;
    line-height: 1.3;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

h3{
	color: #000;
	font-size: 2.4rem;
    line-height: 1.3;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

h4{
	color: #000;
	font-size: 2.0rem;
    line-height: 1.3;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

h5{
	color: #000;
	font-size: 1.8rem;
    line-height: 1.3;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

h6{
	color: #000;
	font-size: 1.6rem;
    line-height: 1.3;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}



/*ボタン*/
.btn{
	display: inline-block;
	position: relative;
	margin-bottom: 1em;
	padding: 1em 2em;
	border: 0;
	border-radius: 8px;
	box-shadow: 2px 2px 0px #e9e9e9;
	background: #aaa;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	text-decoration: none;
}

.btn span{
	vertical-align: top;
}

.dir-arw_r .icon_arrow_s_right{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	font-size: 12px;
	line-height: 1.0;
}

.dir-arw_l .icon_arrow_s_left{
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -6px;
	font-size: 12px;
	line-height: 1.0;
}

.btn:hover,
.btn:active,
.btn:focus{
	box-shadow: none;
	cursor: pointer;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

.keni-footer-panel .btn{
	margin-bottom: 0;
	padding: .5em;
}

.keni-footer-panel .utility-menu_item span{
	display: block;
}


/*
# フッター
*/
.keni-footer_wrap{
	background: #fff;
	font-size: 1.6rem;
	line-height: 1.3em;
}


/* フッターコンテンツ */
.keni-footer-cont_wrap{
	overflow: hidden;
}

.keni-footer-cont{
	margin-left: 0;
	width: auto;
}


/*
# フッターパネル
*/
.keni-footer-panel_wrap{
	z-index: 80;
	width: 100%;
	background: rgba(29,80,162,0.85);
}

.keni-footer-panel{
	position: relative;
	min-height: 43px;
	padding: 0;
}

.keni-footer-panel ul{
	display: table;
	width: 100%;
	margin: 0;
	table-layout: fixed;
}

.keni-footer-panel li{
	display: table-cell;
	font-size: 1.2rem;
    color: #fff;
	text-align: center;
}

.keni-footer-panel li a{
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration: none;
}

.keni-footer-panel li span::before{
	font-size: 16px;
}

.fixed-bottom{
	position: fixed;
	bottom: 0;
}

.keni-footer-panel_sns{
	display: none;
	position: absolute;
	bottom: 100%;
	background-color: #f7f7f7;
}

.keni-footer-panel_sns .sns-btn_wrap{
	padding: 5px 0;
	border-top: 1px solid #e8e8e8;
}

.fn-footer-panel {
	position: fixed;
	left: 0;
	bottom: -60px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.fn-footer-panel.is-active {
	bottom: 0;
}

.btn_share{
	cursor: pointer;
}

/*コピーライト*/
.keni-copyright_wrap{
	padding: 15px;
    color: #fff;
    text-align: center;
}


/*ページトップボタン*/
.page-top{
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 90;
	margin-bottom: 0;
	background-color: #333;
	line-height: 1.0;
}

.page-top a{
	display: block;
	padding: 19px 20px;
	text-align: center;
}

.page-top a::before{
	display: inline-block;
	content: "\e906";
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}


/*回り込みの解除*/
.keni-main_outer::after,
.keni-header_inner::after,
.keni-gnav_inner::after,
.page-nav::after,
.nav-links::after,
.btn-area::after,
.item-box::after,
.item-box02::after,
.item-box03_col_wrap::after,
.btn-detail_wrap::after,
.clearfix::after,
.profile-float::after{
	display: block;
	content: " ";
	clear: both;
}


/*
# =================================================================
# カスタマイズ
# =================================================================
*/

.sp{
    display: block!important;
}

.pc{
    display: none!important;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-box.content-bw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-box.content-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-box.align-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-box.align-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-box.align-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-box.row-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}

.keni-header{
    background: url(../images/mv_back_sp.webp) center no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
}

.keni-header_inner{
    width: 100%;
    height: 0;
    margin: 0 auto;
    text-align: center;
    background: url(../images/mv_sp.webp) center bottom no-repeat;
    background-size: contain;
    padding-bottom: calc(100%*700/414);
    position: relative;
}

.main-title{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    margin: auto;
    line-height: 1;
}

.section_wrap-wide.present-conts{
    padding: 10.87vw 0;
    background: url(../images/present_back_sp.webp) center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.section_wrap-wide.present-conts::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1.44vw;
    background: linear-gradient(-45deg, #c7a462 0%, #a2813f 30%, #d3b65d 50%, #f3ecb9 70%, #c5a650 100%);
    margin: auto;
    z-index: 0;
}

.section_wrap-wide.present-conts::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.44vw;
    background: linear-gradient(-45deg, #c7a462 0%, #a2813f 30%, #d3b65d 50%, #f3ecb9 70%, #c5a650 100%);
    margin: auto;
    z-index: 0;
}

.present-conts h2{
    width: 81.16vw;
    line-height: 1;
    margin: 0 auto 6.04vw;
    filter: drop-shadow(0.24vw 0.24vw 0.96vw rgba(0,0,0,0.4));
}

.present-conts .present-text{
    width: 80.92vw;
    line-height: 1;
    margin: 0 auto 6.04vw;
}

.present-conts .present-img{
    width: 100vw;
    margin: 0 -3.62vw;
}

.section_wrap-wide.touroku-conts{
    padding: 7.25vw 0;
    background: #1d50a2;
}

.touroku-free{
    width: 57.00vw;
    line-height: 1;
    margin: 0 auto 3.62vw;
}

.entry-form .pub_form{
    width: 100%;
    margin: 0 0 4.83vw;
}

.entry-form .pub_form dt{
    font-size: 4.83vw;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin: 0 0 1.21vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.entry-form .pub_form dd{
    padding: 0;
}

.entry-form .pub_form dd input{
    height: auto;
    font-size: 4.35vw;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 1.93vw;
    border-radius: 0;
}

::placeholder {
    color: #666;
}

.touroku-btn{
    width: 100%;
    line-height: 1;
    margin: 0 auto;
    border-radius: 1.93vw;
    filter: drop-shadow(0.24vw 0.24vw 0.96vw rgba(0,0,0,0.4));
}

.touroku-btn input{
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
}

.touroku-conts .touroku-btn input:hover,
.touroku-conts .touroku-btn input:active,
.touroku-conts .touroku-btn input:focus{
    -webkit-transition: 0.3s;
	transition: 0.3s;
    filter: brightness(1.1);
}

.btn-animation{
    -webkit-animation: btn-anime 11s infinite;
    animation: btn-anime 1.5s infinite;
    -webkit-box-shadow: 0 0 0 0 rgba(125, 225, 129, 1);
    box-shadow: 0 0 0 0 rgba(125, 225, 129, 1); 
}
@-webkit-keyframes btn-anime {
    70% {
      -webkit-box-shadow: 0 0 0 50px rgba(233, 30, 99, 0);
      box-shadow: 0 0 0 50px rgba(233, 30, 99, 0); }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
      box-shadow: 0 0 0 0 rgba(233, 30, 99, 0); } }
  @keyframes btn-anime {
    70% {
      -webkit-box-shadow: 0 0 0 50px rgba(233, 30, 99, 0);
      box-shadow: 0 0 0 50px rgba(233, 30, 99, 0); }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
      box-shadow: 0 0 0 0 rgba(233, 30, 99, 0); } }
    @media (max-width: 750px) {
      @-webkit-keyframes btn-anime {
        70% {
          -webkit-box-shadow: 0 0 0 25px rgba(233, 30, 99, 0);
          box-shadow: 0 0 0 25px rgba(233, 30, 99, 0); }
        100% {
          -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
          box-shadow: 0 0 0 0 rgba(233, 30, 99, 0); } }
      @keyframes btn-anime {
        70% {
          -webkit-box-shadow: 0 0 0 25px rgba(233, 30, 99, 0);
          box-shadow: 0 0 0 25px rgba(233, 30, 99, 0); }
        100% {
          -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
          box-shadow: 0 0 0 0 rgba(233, 30, 99, 0); } } }

.section_wrap-wide.tokuten-conts{
    background: #fff9b1;
    padding: 9.66vw 0;
}

.keni-section h2.tokuten-title{
    width: 82.85vw;
    line-height: 1;
    margin: 0 auto 8.45vw;
}

.flex-box.tokuten-flex > .col{
    display: table;
    width: 100%;
    margin: 0 auto 4.83vw;
    background: #fff;
    border: 0.60vw solid #ee7800;
    position: relative;
}

.flex-box.tokuten-flex > .col:last-child{
    margin-bottom: 0;
}

.tokuten-img.sp{
    display: table-cell!important;
    vertical-align: middle;
    width: 39.5%;
}

.tokuten-img1{
    background: url(../images/tokuten1_sp.webp) center no-repeat;
    background-size: cover;
}

.tokuten-img2{
    background: url(../images/tokuten2_sp.webp) center no-repeat;
    background-size: cover;
}

.tokuten-img3{
    background: url(../images/tokuten3_sp.webp) center no-repeat;
    background-size: cover;
}

.tokuten-text{
    display: table-cell;
    vertical-align: middle;
    width: 60.5%;
    padding: 4.83vw 2.42vw;
 }

.keni-section .tokuten-text h3{
    font-size: 4.83vw;
    font-weight: 700;
    line-height: 1.3;
    color: #ee7800;
    margin: 0 0 1.21vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.tokuten-text p{
    font-size: 3.86vw;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.tokuten-text .tokuten-num{
    position: absolute;
    line-height: 1;
    left: -2.90vw;
    top: -2.90vw;
    width: 14.49vw;
    margin: 0;
}

.section_wrap-wide.branding-conts{
    background: url(../images/branding_back_sp.webp) center no-repeat;
    background-size: cover;
    padding: 9.66vw 0;
    position: relative;
}

.section_wrap-wide.branding-conts::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}

h2.amazon-title{
    width: 83.57vw;
    line-height: 1;
    margin: 0 auto 6.04vw;
    filter: drop-shadow(0.24vw 0.24vw 0.96vw rgba(0,0,0,0.5));
    position: relative;
    z-index: 10;
}

.amazon-img{
    margin: 0 auto;
    background: linear-gradient(-45deg, #c7a462 0%, #a2813f 30%, #d3b65d 50%, #f3ecb9 70%, #c5a650 100%);
    padding: 0.48vw;
    position: relative;
    z-index: 10;
}

.amazon-img-in{
    background: #000;
    padding: 0.72vw;
}

.section_wrap-wide.ijin-conts,
.section_wrap-wide.ijin-conts .keni-section,
.section_wrap-wide.voice-conts,
.section_wrap-wide.voice-conts .keni-section{
    padding: 0;
}

.section_wrap-wide.ijin-conts{
    background: #f1ecdd;
}

.sec-title-block{
    background: #1d50a2;
    padding: 4.83vw 3.62vw;
}

.keni-section h2.sec-title{
    margin: 0 auto;
    line-height: 1;
    text-align: center;
}

.sec-title1{
    width: 62.56vw;
}

.sec-text-conts{
    padding: 8.45vw 3.62vw 12.08vw;
}

.sec-text-conts p{
    font-size: 3.86vw;
    line-height: 1.6;
}

.kyoutyou1{
    font-size: 4.83vw;
}

.keni-section h3.fact-title{
    font-size: 6.28vw;
    font-weight: 700;
    line-height: 1.3;
    color: #1d50a2;
    margin: 0 auto 4.83vw;
    text-align: center;
}

.sec-text-conts .fact-lead{
    font-weight: 500;
    margin: 0 0 6.04vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.flex-box.fact-flex{
    margin: 0 auto 19.32vw;
}

.flex-box.fact-flex > .col{
    width: 47.6%;
    margin: 0;
    filter: drop-shadow(0.48vw 0.48vw 0 rgba(0,0,0,0.2));
}

.ijin-block{
    margin: 16.91vw auto 8.45vw;
    padding: 3.62vw;
    background: #fff;
    border-radius: 2.42vw;
    border: 0.60vw solid #1d50a2;
}

.keni-section h3.ijin-title{
    margin: -13.29vw auto 4.83vw;
    line-height: 1;
    width: 57.97vw;
}

.ijin-flex1.flex-box{
    margin: 0 auto 9.66vw;
}

.ijin-flex1.flex-box > .col{
    width: 48.4%;
    margin-bottom: 5.3%;
}

.ijin-flex1.flex-box > .col:last-child{
    margin: 0 auto;
    text-align: center;
}

.ijin-flex2.flex-box > .col{
    width: 100%;
    margin: 0;
    list-style: none;
}

.ijin-flex2.flex-box > .col li{
    font-family: YakuHanMP_Noto, 'Noto Serif JP',"游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 3.86vw;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 2.42vw;
    padding: 0 0 0 4.83vw;
    background: url(../images/icon/circle_blue.svg) left 0.72vw no-repeat;
    background-size: 3.86vw 3.86vw;
}

.yajirushi{
    width: 33.82vw;
    margin: 0 auto -14.49vw;
    text-align: center;
    z-index: 10;
}

.section_wrap-wide.middle-catch-conts{
    background: url(../images/catch_back_sp.webp) center no-repeat;
    background-size: cover;
    padding: 9.66vw 0;
    position: relative;
    z-index: -1;
}

.section_wrap-wide.middle-catch-conts::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 0;
}

.middle-catch{
    width: 91.55vw;
    line-height: 1;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.sec-title2{
    width: 40.58vw;
}

.sec-text-conts .voice-lead{
    font-size: 3.86vw;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.youtube-movie{
	display: block;
	width: 100%;
    margin: 0 auto 2.42vw;
}

lite-youtube{
	width: 100%;
    margin: 0 auto;
}

.flex-box.voice-flex{
    margin: 8.45vw auto 0;
}

.flex-box.voice-flex > .col{
    width: 100%;
    margin: 0 auto;
}

.flex-box.voice-flex > .col:nth-child(n+2){
    margin-top: 8.45vw;
}

.sec-text-conts .voice-name{
    font-size: 4.35vw;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 2.42vw;
    text-align: center;
}

.sec-text-conts .voice-catch{
    font-size: 4.83vw;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    padding: 3.62vw 2.42vw 2.42vw;
    max-width: 73.91vw;
    margin: 0 auto;
    background: #0092d8;
    border-radius: 1.44vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    position: relative;
}

.sec-text-conts .voice-catch::after{
    width: 0;
    height: 0;
    position: absolute;
    top: 0%;
    left: 50%;
    margin: -4.11vw 0 0 -2.42vw;
    border: 2.42vw solid transparent;
    border-bottom-color: #0092d8;
    content: '';
}

.section_wrap-wide.profile-conts{
    background: #dff2fc;
}

.keni-section h2.profile-title{
    width: 33.82vw;
    line-height: 1;
    margin: 0 auto 8.45vw;
}

.profile-right{
    width: 60.39vw;
    margin: 0 auto;
}

.profile-photo{
    width: 60.39vw;
    margin: 0 auto 3.62vw;
}

.keni-section h3.name{
    font-family: YakuHanMP_Noto, 'Noto Serif JP',"游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 6.28vw;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 7.25vw;
    text-align: center;
}

.keni-section h3.name span{
    display: block;
    font-size: 4.35vw;
    margin: 0 0 1.21vw;
}

.profile-left p{
    font-size: 3.86vw;
    line-height: 1.6;
    margin-bottom: 0;
}

.profile-left ul{
    margin: 6.04vw 0;
    list-style: none;
}

.profile-left ul li{
    font-size: 4.35vw;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2.42vw;
    padding: 0 0 0 4.83vw;
    background: url(../images/icon/circle_blue.svg) left 0.72vw no-repeat;
    background-size: 3.86vw 3.86vw;
}

.profile-conts .flex-box{
    margin: 8.45vw 0;
}

.profile-conts .flex-box .book-img01{
    width: 100%;
    max-width: 28.99vw;
    margin: 0 auto 4.83vw;
    filter: drop-shadow(0.24vw 0.24vw 0.72vw rgba(0,0,0,0.4));
}

.profile-conts .flex-box .book-img02{
    width: 100%;
    margin: 0;
}

.profile-conts .kouen-img{
    margin: 8.45vw 0;
}

.profile-left .media-text{
    position: relative;
    font-size: 5.31vw;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    background: #0092d8;
    padding: 3.62vw;
    border-radius: 1.21vw;
    text-align: center;
    max-width: 72.46vw;
    margin: 12.08vw auto 4.83vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.profile-left .media-text::after{
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -0.48vw 0 0 -4.35vw;
    border: 4.35vw solid transparent;
    border-top-color: #0092d8;
    content: '';
    z-index: 10;
}

.profile-left .media-video{
	display: block;
	width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.profile-left .media-video lite-youtube{
	width: 100%;
    max-width: none;
    margin: 0 auto;
}

.keni-footer_outer{
	padding: 0;
}

.keni-footer_inner{
    padding: 6.04vw 3.62vw 1.21vw;
}

.footer-menu{
    margin: 0;
    text-align: center;
}

.footer-menu li{
    font-size: 3.86vw;
    list-style: none;
    margin: 0 0 2.42vw;
    padding: 0;
    line-height: 1.3;
}

.footer-menu li a{
    text-decoration: none;
    color: #333;
}

.footer-menu li a:hover,
.footer-menu li a:active,
.footer-menu li a:focus{
    text-decoration: underline;
}

.keni-copyright_wrap{
	padding: 3.62vw;
}

.keni-copyright small{
    font-size: 3.38vw;
    color: #333;
}



/* サンクスページ */


.thanks .section_wrap-wide.thanks-conts01{
    padding: 60px 0 40px;
}

.thanks .thanks-conts01 h1{
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    background: #d80c18;
    padding: 15px 15px 10px;
    border-radius: 6px;
    margin: 0 0 30px;
}

.thanks .thanks-conts01 h2{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    color: #d80c18;
    text-align: center;
    margin: 0 0 20px;
}

.thanks .thanks-conts01 p{
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.thanks .thanks-conts01 .tokuten-text{
    display: block;
    width: 100%;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
}

.line-yellow02{
    background: linear-gradient(transparent 50%, #ffe33f 50%);
}

.thanks .section_wrap-wide.thanks-conts02{
    background: #5bc463;
    padding: 40px 0;
}

.thanks .thanks-conts02 .touroku-box{
    background: #fff;
    padding: 30px 15px;
    border-radius: 6px;
}

.thanks .thanks-conts02 .touroku-box .line-icon{
    width: 150px;
    margin: 0 auto 10px;
}

.thanks .thanks-conts02 .touroku-box .account-name{
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 30px;
}

.thanks .thanks-conts02 .touroku-box .line-btn{
    width: 116px;
    margin: 0 auto;
}

.thanks .keni-footer_wrap{
    background: #5bc463;
}

.thanks .keni-copyright small{
    font-size: 1.4rem;
    color: #fff;
}














@media only screen and (max-width : 768px){
    .keni-header_wrap.fixed {
        position: absolute!important;
        top: 0;
    }
}



@media (min-width : 768px){

	.keni-main .keni-section_wrap{
		padding: 80px 40px;
	}
	
	.keni-main .keni-section_wrap.widget{
		padding: 20px;
	}
	
	.keni-main .section_wrap-wide,
	.keni-main .keni-section_wrap_style02{
		padding: 80px 0;
	}

	.keni-main .keni-section h1{
		margin: 40px -40px 30px;
		padding: 30px 40px 0;
		font-size: 2.4rem;
	}

	.keni-section_outer{
		margin-bottom: 40px;
	}

	.keni-section_outer .keni-section_wrap{
		margin: 0;
	}

	.keni-section h1:first-child{
		margin: -30px -40px 30px;
	}

	h2{ font-size: 2.1rem; 	}

	h3{ font-size: 2.0rem; }

	h4{ font-size: 2.0rem; }

	h5{ font-size: 2rem; }

	/*
	# 1カラムのレイアウト
	*/
	.col1 .keni-header_outer,
	.col1 .keni-gnav_outer,
	.col1 .keni-mv_outer,
	.col1 .catch-area,
	.col1 .archive_title_wrap,
	.col1 .keni-breadcrumb-list_outer,
	.col1 .keni-footer_outer,
	.col1 .keni-copyright,
	.col1 .keni-section_wrap,
	.col1 .keni-sep-conts_outer,
	.col1 .keni-footer-panel_outer{
		max-width: 1080px;
		margin-right: auto;
		margin-left: auto;
	}

	.col1 .keni-sub{
		padding: 10px 0;
	}

	.col1 .keni-main_outer,
	.col1 .section_wrap-wide{
		width: 100%;
		max-width: none;
	}

	.col1 .keni-section_wrap,
	.col1 .section_wrap-wide,
	.col1 .section_wrap-wide .keni-section{
		margin-right: auto;
		margin-left: auto;
	}
	
	.col1 .keni-section_wrap{
		max-width: 1080px;
	}
	
	.col1 .section_wrap-wide{
		max-width: none;
	}

	.col1 .section_wrap-wide .keni-section{
        max-width: 1080px;
		padding: 0 40px;
	}
	

	.col1 .keni-lp .keni-header_outer,
	.col1 .keni-lp .keni-gnav_outer,
	.col1 .keni-lp .keni-mv_outer,
	.col1 .keni-lp .catch-area{
		max-width: none;
	}

	/*
	# 「メインコンテンツ（.keni-main）」と「サブコンテンツ（.keni-sub）」
	# 「メインコンテンツの幅」は「メインの幅（初期設定では1200px）」から「サブの幅＋余白（初期設定では320px）」を引いたもの
	*/

	

	.keni-header{
		padding-right: 0;
	}

	.keni-header_col1 .keni-header_cont{
		margin-right: 0;
	}

	
	/*
	# ヘッダー
	*/
	.fixed{
		position: static;
		width: 100%;
	}

	.keni-container{
		padding-top: 0!important;
	}

	.keni-header .site-title,
	.keni-header_col1 .site-title{
		float: left;
		max-width: 50%;
		padding: 10px;
		font-size: 3.5rem;
	}

	.keni-header_cont,
	.keni-header_col1 .keni-header_cont{
		float: right;
		max-width: 50%;
		background-color: transparent;
	}

	.fixed .keni-header_col1 .keni-header_cont{
		display: block;
	}
	
	.keni-header_cont .btn{
		margin-top: 10px;
		padding: 10px 30px;
	}

	.keni-gnav_btn{
		display: none;
	}

	profile-box-desc{
		overflow: hidden;
	}
	
	.keni-section_wrap{
		margin-bottom: 0;
	}
	


	/*
	# フッター
	*/

	/* フッターコンテンツ */
	.keni-footer-cont{
		float: left;
	}

	.keni-footer-cont::after{
		display: block;
		clear: both;
		height: 0;
		content: '';
	}
	
	.keni-footer .keni-section_wrap{
		margin: 0;
		margin-bottom: 30px;
	}
	
	.keni-footer .keni-footer_col1 .keni-section_wrap{
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.keni-footer .keni-section_wrap:last-child{
		margin-bottom: 0;
	}

	.keni-footer-cont_wrap > .keni-footer-cont{
		width: 32%;
		margin-right: 2%;
	}
	
	.keni-footer_col1 > .keni-footer-cont{
		width: 100%;
		margin-right: 0;
	}

	.keni-footer_col2 > .keni-footer-cont{
		width: 48%;
		margin-right: 4%;
	}
	
	.keni-footer-cont_wrap > .keni-footer-cont:nth-child(3n){
		margin-right: 0;
	}

	.keni-footer_col2 > .keni-footer-cont:nth-child(2n){
		margin-right: 0;
	}

	.keni-footer-cont{
		border: 0;
	}

	.keni-footer-cont:first-child{
		margin-left: 0;
	}


	/*
	# フッターパネル
	*/
	.keni-footer-panel_wrap{
		display: none;
	}


    
    .sp{
		display: none!important;
	}

	.pc{
		display: block!important;
	}
    

    .keni-header{
        background: url(../images/mv_back_pc.webp) center no-repeat;
        background-size: cover;
    }
    
    .keni-header_inner{
        max-width: 1618px;
        background: url(../images/mv_pc.webp) center bottom no-repeat;
        background-size: 149.81vw 90.74vw;
        padding-bottom: calc(100%*1000/1080);
    }
    
    .main-title{
        width: 80.19vw;
    }
    
    .section_wrap-wide.present-conts{
        padding: 70px 0;
        background: url(../images/present_back_pc.webp) center no-repeat;
        background-size: cover;
    }
    
    .section_wrap-wide.present-conts::before{
        height: 8px;
    }
    
    .section_wrap-wide.present-conts::after{
        height: 8px;
    }
    
    .present-conts h2{
        width: 100%;
        max-width: 998px;
        margin: 0 auto 35px;
        filter: drop-shadow(1px 1px 6px rgba(0,0,0,0.4));
    }
    
    .present-conts .present-text{
        width: 90.9%;
        max-width: 909px;
        margin: 0 auto 35px;
    }
    
    .present-conts .present-img{
        width: 100%;
        margin: 0;
    }
    
    .section_wrap-wide.touroku-conts{
        padding: 40px 0;
    }
    
    .touroku-free{
        width: 42.1%;
        max-width: 421px;
        margin: 0 auto 25px;
    }

    .entry-form .pub_form{
        display: table;
        max-width: 740px;
        margin: 0 auto 25px;
    }
    
    .entry-form .pub_form dt{
        display: table-cell;
        vertical-align: middle;
        font-size: 2.0rem;
        text-align: left;
        margin: 0;
        width: 24%;
        padding-right: 2%;
    }
    
    .entry-form .pub_form dd{
        display: table-cell;
        vertical-align: middle;
        width: 76%;
    }
    
    .entry-form .pub_form dd input{
        font-size: 1.8rem;
        text-align: left;
        margin: 0;
        padding: 12px 10px;
    }
    
    .touroku-btn{
        width: 70%;
        max-width: 700px;
        border-radius: 10px;
        filter: drop-shadow(1px 1px 6px rgba(0,0,0,0.4));
    }
    
    .section_wrap-wide.tokuten-conts{
        padding: 80px 0;
    }
    
    .keni-section h2.tokuten-title{
        margin: 0 auto 80px;
        width: 79.9%;
        max-width: 799px;
    }

    .flex-box.tokuten-flex{
        max-width: 659px;
        margin: 0 auto;
    }
    
    .flex-box.tokuten-flex > .col{
        display: block;
        width: 48.3%;
        margin: 0;
        border: 3px solid #ee7800;
        position: relative;
    }

    .flex-box.tokuten-flex > .col:last-child{
        margin: 9.1% auto 0;
    }
    
    .tokuten-img.pc{
        margin: 0;
        text-align: center;
    }

    .tokuten-text{
        display: block;
        width: 100%;
        padding: 20px 15px 15px;
    }
    
    .keni-section .tokuten-text h3{
        font-size: 2.4rem;
        text-align: center;
        margin: 0 0 10px;
    }
    
    .tokuten-text p{
        font-size: 1.8rem;
        text-align: center;
    }
    
    .tokuten-text .tokuten-num{
        position: absolute;
        left: 0;
        right: 0;
        top: -35px;
        width: 70px;
        margin: auto;
    }
    
    .section_wrap-wide.branding-conts{
        background: url(../images/branding_back_pc.webp) center no-repeat;
        background-size: cover;
        padding: 80px 0;
    }
    
    h2.amazon-title{
        width: 61.8%;
        max-width: 618px;
        margin: 0 auto 30px;
        filter: drop-shadow(1px 1px 6px rgba(0,0,0,0.5));
    }
    
    .amazon-img{
        max-width: 800px;
        padding: 3px;
    }
    
    .amazon-img-in{
        padding: 5px;
    }
    
    .section_wrap-wide.ijin-conts,
    .section_wrap-wide.voice-conts{
        padding: 0;
    }
    
    .section_wrap-wide.ijin-conts .keni-section,
    .section_wrap-wide.voice-conts .keni-section{
        padding: 0;
        width: 100%;
        max-width: none;
    }
    
    .sec-title-block{
        padding: 35px 40px;
    }
    
    .sec-title1{
        width: 82.3%;
        max-width: 823px;
    }
    
    .sec-text-conts{
        max-width: 1080px;
        margin: 0 auto;
        padding: 60px 40px 80px;
    }
    
    .sec-text-conts p{
        font-size: 1.8rem;
        line-height: 1.8;
        text-align: center;
    }
    
    .kyoutyou1{
        font-size: 2.4rem;
        line-height: 1.4;
    }
    
    .keni-section h3.fact-title{
        font-size: 3.0rem;
        margin: 0 auto 40px;
    }
    
    .sec-text-conts .fact-lead{
        margin: 0 0 40px;
    }
    
    .flex-box.fact-flex{
        max-width: 720px;
        margin: 0 auto 120px;
    }
    
    .flex-box.fact-flex > .col{
        width: 47.2%;
        filter: drop-shadow(4px 4px 0 rgba(0,0,0,0.2));
    }
        
    .ijin-block{
        margin: 0 auto 60px;
        padding: 40px 20px;
        border-radius: 10px;
        border: 3px solid #1d50a2;
    }
    
    .keni-section h3.ijin-title{
        margin: -80px auto 25px;
        width: 80%;
        max-width: 660px;
    }
    
    .ijin-flex1.flex-box{
        max-width: 960px;
        margin: 0 auto 60px;
    }
    
    .ijin-flex1.flex-box > .col{
        width: 23.9%;
        margin-bottom: 3%;
    }
    
    .ijin-flex1.flex-box > .col:last-child{
        margin: 0 12.6% 0 0;
        text-align: left;
    }
    
    .ijin-flex1.flex-box > .col:nth-child(n+5){
        margin-bottom: 0;
    }
    
    .ijin-flex1.flex-box > .col:nth-child(5){
        margin-left: 12.6%;
    }
    
    .ijin-flex2.flex-box{
        padding: 0 10px;
    }
    
    .ijin-flex2.flex-box > .col{
        width: 48.5%;
    }
    
    .ijin-flex2.flex-box > .col li{
        font-size: 2.0rem;
        margin-bottom: 10px;
        padding: 0 0 0 20px;
        background-position: left 6px;
        background-size: 16px 16px;
    }
    
    .ijin-flex2.flex-box > .col li:last-child{
        margin-bottom: 0;
    }
    
    .yajirushi{
        width: 200px;
        margin: 40px auto -110px;
    }
    
    .section_wrap-wide.middle-catch-conts{
        background: url(../images/catch_back_pc.webp) center no-repeat;
        background-size: cover;
    }
    
    .middle-catch{
        width: 67.8%;
        max-width: 678px;
    }
    
    .sec-title2{
        width: 30.2%;
        max-width: 302px;
    }
    
    .sec-text-conts .voice-lead{
        font-size: 2.0rem;
    }

    .sec-text-conts .voice-lead span{
        font-size: 1.6rem;
    }
    
    .youtube-movie{
        margin-bottom: 10px;
    }
    
    .flex-box.voice-flex{
        margin: 40px auto 0;
    }
    
    .flex-box.voice-flex > .col{
        width: 47.5%;
        margin: 0 !important;
    }

    .flex-box.voice-flex > .col:nth-child(n+3){
        margin-top: 5% !important;
    }
    
    .sec-text-conts .voice-name{
        font-size: 1.6rem;
        margin: 0 0 15px;
    }
    
    .sec-text-conts .voice-catch{
        font-size: 2.0rem;
        padding: 13px 10px 10px;
        max-width: 370px;
        margin: 0 auto;
        border-radius: 5px;
        position: relative;
    }
    
    .sec-text-conts .voice-catch::after{
        width: 0;
        height: 0;
        position: absolute;
        top: 0%;
        left: 50%;
        margin: -17px 0 0 -10px;
        border: 10px solid transparent;
        border-bottom-color: #0092d8;
        content: '';
    }

    .section_wrap-wide.profile-conts{
        padding: 80px 0;
    }
    
    .keni-section h2.profile-title{
        width: 24.9%;
        max-width: 249px;
        margin: 0 auto 65px;
    }
    
    .profile-right{
        float: right;
        width: 40%;
        margin: 0 0 4% 4%;
    }
    
    .profile-photo{
        width: 100%;
        margin: 0 0 15px;
    }
    
    .keni-section h3.name{
        font-size: 2.8rem;
        margin: 0;
    }
    
    .keni-section h3.name span{
        font-size: 1.8rem;
        margin: 0 0 3px;
    }
    
    .profile-left p{
        font-size: 1.6rem;
        line-height: 1.8;
    }
    
    .profile-left ul{
        margin: 45px 0;
    }
    
    .profile-left ul li{
        font-size: 2.0rem;
        line-height: 1.3;
        margin-bottom: 10px;
        padding: 0 0 0 22px;
        background-position: left 4px;
        background-size: 18px 18px;
    }
    
    .profile-conts .flex-box{
        margin: 45px 0;
    }
    
    .profile-conts .flex-box .book-img01{
        width: 20%;
        max-width: 200px;
        margin: 0;
        filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.4));
    }
    
    .profile-conts .flex-box .book-img02{
        width: 76%;
        margin: 0;
    }
    
    .profile-conts .kouen-img{
        max-width: 700px;
        margin: 45px auto;
    }

    .profile-left .media-text{
        position: relative;
        font-size: 2.6rem;
        padding: 20px 15px;
        border-radius: 8px;
        max-width: 600px;
        margin: 80px auto 30px;
    }
    
    .profile-left .media-text::after{
        width: 0;
        height: 0;
        position: absolute;
        top: 100%;
        left: 50%;
        margin: -1px 0 0 -20px;
        border: 20px solid transparent;
        border-top-color: #0092d8;
        content: '';
        z-index: 10;
    }

    .keni-footer_inner{
        padding: 40px 40px 10px;
    }
    
    .footer-menu li{
        display: inline-block;
        font-size: 1.6rem;
        margin: 0 0 0 40px;
    }

    .footer-menu li:first-child{
        margin-left: 0;
    }

    .keni-copyright_wrap{
        padding: 15px;
    }

    .keni-copyright small{
        font-size: 1.4rem;
    }


    /* サンクスページ */

    .thanks .section_wrap-wide.thanks-conts01{
        padding: 80px 0 !important;
    }

    .thanks .section_wrap-wide.thanks-conts01 .keni-section{
        max-width: 1080px;
        padding: 0 40px;
        margin: 0 auto;
    }
    
    .thanks .thanks-conts01 h1{
        font-size: 44px;
        padding: 20px 20px 15px;
        border-radius: 8px;
        margin: 0 0 60px;
    }

    .thanks .thanks-conts01 h1 .sp{
        display: block !important;
    }
    
    .thanks .thanks-conts01 h2{
        font-size: 34px;
        margin: 0 0 40px;
    }
    
    .thanks .thanks-conts01 p{
        font-size: 20px;
        line-height: 1.6;
    }
    
    .thanks .thanks-conts01 .tokuten-text{
        font-size: 26px;
        margin-bottom: 40px;
    }

    .thanks .section_wrap-wide.thanks-conts02{
        background: #5bc463;
        padding: 80px 0 !important;
    }
    
    .thanks .thanks-conts02 .touroku-box{
        max-width: 700px;
        padding: 50px;
        border-radius: 10px;
        margin: 0 auto;
    }
    
    .thanks .thanks-conts02 .touroku-box .line-icon{
        width: 180px;
        margin: 0 auto 10px;
    }
    
    .thanks .thanks-conts02 .touroku-box .account-name{
        font-size: 30px;
        margin: 0 0 40px;
    }

    .thanks .thanks-conts02 .touroku-box .qr-img{
        width: 270px;
        margin: 0 auto 10px;
    }

    .thanks .thanks-conts02 .touroku-box .qr-text{
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        color: #5bc463;
        text-align: center;
    }
    
    
    
    
    
    
    
    
    
    
     
    
    
    

}/*横幅768px以上*/



@media (min-width : 1080px){
    
    .keni-header_inner{
        height: 1000px;
        background-size: 1618px 980px;
        padding-bottom: 0;
    }
    
    .main-title{
        width: 866px;
    }

    .section_wrap-wide.present-conts{
        padding: 90px 0;
    }

    .section_wrap-wide.touroku-conts{
        padding: 50px 0;
    }

    .touroku-free{
        margin: 0 auto 30px;
    }

    .entry-form .pub_form{
        margin: 0 auto 30px;
    }

    .entry-form .pub_form dt{
        font-size: 2.2rem;
    }
    
    .entry-form .pub_form dd input{
        font-size: 2.0rem;
    }

    .flex-box.tokuten-flex{
        max-width: 1000px;
    }
    
    .flex-box.tokuten-flex > .col,
    .flex-box.tokuten-flex > .col:last-child{
        width: 31.8%;
        margin: 0;
    }

    .tokuten-text .tokuten-num{
        top: -44px;
        width: 88px;
    }

    .keni-section h3.fact-title{
        font-size: 3.8rem;
    }

    .flex-box.fact-flex{
        margin: 0 auto 150px;
    }

    .sec-text-conts p{
        font-size: 2.0rem;
    }

    .kyoutyou1{
        font-size: 2.6rem;
    }

    .ijin-flex2.flex-box > .col li{
        font-size: 2.4rem;
        padding: 0 0 0 25px;
        background-position: left 7px;
        background-size: 20px 20px;
    }

    .voice-conts .sec-text-conts{
        padding-bottom: 100px;
    }
    
    .sec-text-conts .voice-lead{
        font-size: 2.2rem;
    }

    .sec-text-conts .voice-lead span{
        font-size: 1.8rem;
    }

    .youtube-movie{
        margin-bottom: 15px;
    }

    .sec-text-conts .voice-name{
        font-size: 1.8rem;
        margin: 0 0 20px;
    }
    
    .sec-text-conts .voice-catch{
        font-size: 2.4rem;
        padding: 13px 10px 10px;
        border-radius: 5px;
    }

    .section_wrap-wide.profile-conts{
        padding: 100px 0;
    }

    .keni-section h2.profile-title{
        margin: 0 auto 80px;
    }

    .keni-section h3.name{
        font-size: 3.6rem;
    }
    
    .keni-section h3.name span{
        font-size: 2.2rem;
    }

    .profile-left p{
        font-size: 1.8rem;
    }
    
    .profile-left ul li{
        font-size: 2.2rem;
        padding: 0 0 0 25px;
        background-size: 20px 20px;
    }

    .profile-left .media-text{
        font-size: 3.0rem;
        padding: 20px;
        max-width: 700px;
    }

	.keni-footer-cont_wrap{
		padding: 0;
	}
	
	
    /*コピーライト*/
	.keni-copyright{
		padding: 0;
	}


    /* サンクスページ */
    .thanks .thanks-conts01 h1 .sp{
        display: none !important;
    }
    
    

}/*横幅1080px以上*/

/*---------------------------------------------------------------------
	generated by Keni Template Maker Ver.8.0 on 2018-12-13 19:14:10
----------------------------------------------------------------------*/
