@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}


/*
# =================================================================
# テーマの基本色
# =================================================================
*/
/*基本色1*/
.color01{
	color: #bf9c46;
}

/*基本色2*/
.color02{
	color: #a0141a;
}




/*
# =================================================================
# 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, '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;
}

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;
	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.85em;
    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, '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;
}


/*横並びリスト*/
.inline{
	margin: 1em 0; padding: 0;
}

.inline li{
	display: inline;
	list-style-type: none;
}


/*マーカー無しのリスト*/
.none{
	margin: 1em 0; padding: 0;
}

.none li{
	list-style-type: none;
}


/*
# テーブルの基本設定
*/

table{
	width: 100%;
	margin: 1em 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
}

th,td{
	padding: .5em .75em;
	font-size: 1.4rem;
	vertical-align: top;
}

.keni-main th,
.keni-main td{
	line-height: 1.5;
}

th{
	border: 1px solid #05a5ab;
	background-color: #05a5ab;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

td{
	border: 1px solid #ddd;
}

tbody th{
	background: #f7f7f7;
	border: 1px solid #ddd;
	color: #505050;
	text-align: center;
}


/*テーブルへの装飾をリセット*/
.table_no-style table{
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}

.table_no-style th,
.table_no-style td{
	padding: 0;
	background: transparent;
	border: 0;
}

.table_no-style thead th{
	background-color: transparent;
}


/*テーブル（横幅がはみ出る場合にテーブルを囲む要素に設定）*/
.table-scroll{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}


/*テーブルリスト*/
.table-list thead{
	display: none;
}

.table-list{
	border-top: 1px solid #ddd;
}

.table-list tr,
.table-list th,
.table-list td{
	display: block;
}

.table-list td{
	border-top: 0; 
}




/*テーブル（左端がth、右側がtdの場合にスマホ表示で立て並びに変化）*/
.table-block,
.table-block thead,
.table-block tbody,
.table-block tfoot,
.table-block tr,
.table-block th,
.table-block td{
	display: block;
}

.table-block{
	border-top: 1px solid #ddd;
}

.table-block th,
.table-block td{
	box-sizing: border-box;
}

.table-block td,
.table-block th{
	border-top: 0;
}

.table-block th{
	text-align: left;
}

.table-scroll::before{
	content: "※スクロールできます。"
}



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

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


/*リンクの基本色*/
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;
}

.keni-section_outer{
	margin: 10px 0;
	padding: 20px;
	background-color: #fff;
}

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

.keni-sub .keni-section_wrap,
.keni-footer .keni-section_wrap{
	margin-top: 0;
	margin-bottom: 40px;
	padding: 0 20px 20px;
}

.keni-sub .widget,
.keni-footer .widget{
	padding-top: 20px;
}

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

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

.keni-section_wrap .keni-section_wrap{
	padding: 10px 0;
}


/*メインコンテンツとサブコンテンツの背景色*/
.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%;
}

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


/*
# メインコンテンツの文字サイズや行間の設定
*/
.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{
    font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin: 0;
	font-weight: bold;
	font-size: 100%;
	font-family: inherit;
}

h1{
	font-size: 2.8rem;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

h2{
	font-size: 2.6rem;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

h3{
	font-size: 2.4rem;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

h4{
	font-size: 2.0rem;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

h5{
	font-size: 1.8rem;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

h6{
	font-size: 1.6rem;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

/*見出しのリンク色*/
.keni-section h1 a,
.keni-section h3 a,
.keni-section h4 a,
.keni-section h5 a,
.keni-section h6 a{
	color: #505050;
}

.keni-section h1 a:hover,
.keni-section h1 a:active,
.keni-section h1 a:focus,
.keni-section h3 a:hover,
.keni-section h3 a:active,
.keni-section h3 a:focus,
.keni-section h4 a:hover,
.keni-section h4 a:active,
.keni-section h4 a:focus,
.keni-section h5 a:hover,
.keni-section h5 a:active,
.keni-section h5 a:focus,
.keni-section h6 a:hover,
.keni-section h6 a:active,
.keni-section h6 a:focus{
	color: #00858a;
}

.keni-section h2 a{
	color: #fff;
}

.keni-section h2 a:hover,
.keni-section h2 a:active,
.keni-section h2 a:focus{
	color: #505050;
}

/*ボタン*/
.btn{
	display: inline-block;
	margin: 0;
	padding: 1em 2em;
	border: 0;
	background: #aaa;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	text-decoration: none;
}

.btn:hover,
.btn:active,
.btn:focus{
	cursor: pointer;
    color: #fff;
    filter: brightness(1.25);
}

.btn_style01{
	background-color: #004ea2;
	color: #fff;
	font-weight: 700;
    border-radius: 30px;
    padding: 0.75em 1.5em;
    width: 250px;
}

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


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


/*
# フッターパネル
*/
.keni-footer-panel_wrap{
	z-index: 80;
	width: 100%;
	background: rgba(181,135,27,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;
	border-top: 1px solid #b5871b;
}

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

.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{
	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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-box.content-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-box.content-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
    
.flex-box.align-fs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.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 top no-repeat;
    background-size: contain;
    height: 0;
    margin: 0 auto;
    text-align: center;
    padding-bottom: calc(100%*1375/768);
}

.keni-header_inner{
    height: 0;
    margin: 0 auto;
    text-align: center;
    padding-bottom: calc(100%*1375/768);
    position: relative;
}

.main-title{
    position: absolute;
    top: 45.63vw;
    left: 0;
    right: 0;
    width: 87.74vw;
    margin: auto;
    line-height: 1;
    z-index: 10;
}

.mv-img{
    position: absolute;
    top: 9.52vw;
    left: 0;
    right: 0;
    width: 92.83vw;
    margin: auto;
}

.mv-book{
    position: absolute;
    bottom: 3.26vw;
    left: 0;
    right: 0;
    width: 71.71vw;
    margin: auto;
}

.section_wrap-wide.entry-conts{
    padding: 7.25vw 0;
    background-color: #000;
    background-image: url(../images/black-scales.png);
}

.entry-conts .btn-text{
    width: 57.00vw;
    line-height: 1;
    margin: 0 auto 2.42vw;
}

.entry-conts .entry-btn{
    width: 100%;
    line-height: 1;
    margin: 0;
    border-radius: 1.45vw;
}

.entry-conts .entry-btn a{
    transition: 0.3s;
}

.entry-conts .entry-btn a:hover,
.entry-conts .entry-btn a:active,
.entry-conts .entry-btn a:focus{
    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); } } }

.black-back{
    background: #000;
}

.gray-back{
    background: #333;
}

.section_wrap-wide.section01,
.section_wrap-wide.section01 .keni-section{
    padding: 0;
}

.section01 .sec01-in{
    padding: 14.49vw 3.62vw;
    background: url(../images/sec01_back_sp.webp) center no-repeat;
    background-size: cover;
    position: relative;
}

.section01 .sec01-in::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.section01 .sec01-in ul{
    position: relative;
    list-style: none;
    margin: 0;
    width: 100%;
    z-index: 2;
}

.section01 .sec01-in ul li{
    background: rgba(255,255,255,0.9);
    border-radius: 1.21vw;
    margin: 0 0 3.62vw;
    height: 17.87vw;
    filter: drop-shadow(0.24vw 0.24vw 0.96vw rgba(0,0,0,0.4));
    position: relative;
}

.section01 .sec01-in ul li:last-child{
    margin-bottom: 0;
}

.section01 .sec01-in ul li p{
    position: absolute;
    right: 0;
    left: 0;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    width: 100%;
    padding: 3.62vw;
    font-size: 4.35vw;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

.section01 .sec01-in .arrow{
    position: relative;
    width: 24.15vw;
    margin: 9.66vw auto -18.12vw;
    z-index: 2;
}

.section01 .sec01-in .arrow img{
    width: 100%;
}

.section01 .sec01-in2{
    padding: 7.25vw 3.62vw;
    background: #000;
}

.section01 .sec01-in2 p{
    font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 6.28vw;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    margin: 0;
}

.section_wrap-wide.section02{
    background: url(../images/sec02_back_sp.webp) center top no-repeat;
    background-size: cover;
}

.section02 .sec-title{
    width: 68.97vw;
    line-height: 1;
    margin: 0 auto 14.49vw;
    filter: drop-shadow(0.24vw 0.24vw 0.72vw rgba(119,11,17,0.9));
}

.section02 .flex-box > .col{
    width: 100%;
    background: linear-gradient(-45deg, #c7a462 0%, #a2813f 30%, #d3b65d 50%, #f3ecb9 70%, #c5a650 100%);
    padding: 0.97vw;
    margin: 0 0 13.29vw;
    filter: drop-shadow(0.24vw 0.24vw 0.72vw rgba(0,0,0,0.4));
    position: relative;
}

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

.section02 .flex-box .col .kouza-num{
    position: absolute;
    top: -9.66vw;
    left: 0;
    right: 0;
    width: 19.32vw;
    margin: auto;
    line-height: 1;
    filter: drop-shadow(0.24vw 0.24vw 0.72vw rgba(0,0,0,0.4));
}

.section02 .flex-box .col .kouza-num img{
    width: 100%;
}

.section02 .flex-box .col .kouza-name{
    font-size: 5.31vw;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    padding: 2.90vw 3.62vw 1.21vw;
    margin: 0;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

.section_wrap-wide.section03{
    background: url(../images/sec03_back_sp.webp) center top no-repeat;
    background-size: cover;
    padding-top: 12.08vw;
    border-bottom: 0.48vw solid #333;
}

.section03 .sec-title{
    width: 83.70vw;
    line-height: 1;
    margin: 0 auto 6.04vw;
}

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

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

.section03 .amazon-img .amazon-sub{
    position: absolute;
    width: 32.61vw;
    right: -6.04vw;
    bottom: -6.04vw;
    margin: auto;
    line-height: 1;
    filter: drop-shadow(0.24vw 0.24vw 0.72vw rgba(0,0,0,0.5));
}

.section_wrap-wide.section04{
    background: url(../images/sec04_back_sp.webp) center top no-repeat;
    background-size: cover;
    position: relative;
}

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

.section04 p{
    position: relative;
    z-index: 2;
    font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 5.31vw;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin: 0;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

.section04 .onayami-box{
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.75);
    margin: 7.25vw 0;
    padding: 6.04vw 4.83vw;
}

.section04 .onayami-box ul{
    list-style: none;
    margin: 0;
}

.section04 .onayami-box ul li{
    font-size: 4.35vw;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 1.69vw;
    padding: 0 0 0 6.04vw;
    background: url(../images/icon/check.svg) left 0.72vw no-repeat;
    background-size: 4.35vw 4.35vw;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

.section04 .onayami-box ul li:last-child{
    margin-bottom: 0;
}

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

.section_wrap-wide.section05{
    position: relative;
    width: 100vw;
    height: 500.5vw;
}

.sec-text-conts .keni-section{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
}

.sec-text-conts .sec-bg{
    position: relative;
    left: 0;
    clip-path: inset(0 0 0 0);
    height: 100%;
}

.sec-text-conts .sec-bg img{
    position: fixed;
    width: 100%;
    height: auto;
    min-height: 100vh;
    left: 0;
    top: 0;
    pointer-events: none;
}

.sec-text-conts .sec-conts{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section05 .sec-title{
    font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 6.76vw;
    font-weight: 600;
    line-height: 1.4;
    color: #0f3675;
    text-align: center;
    margin: 0;
    padding: 6.04vw 3.62vw;
    background: #fff;
    position: relative;
}

.section05 .sec-title::after{
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -0.24vw 0 0 -4.83vw;
    border: 4.83vw solid transparent;
    border-top-color: #fff;
    content: '';
    z-index: 100;
}

.sec-text-conts .sec-conts .sec-conts-in{
    padding: 0 4.83vw;
}

.section05 .sec-band,
.section06 .sec-band{
    height: 100%;
    background: rgba(0,0,0,0.75);
    padding: 14.49vw 3.62vw;
}

.section05 .sec-band h3{
    font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 5.31vw;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin: 0 0 9.66vw;
}

.sec-text-conts .sec-band p{
    font-size: 3.86vw;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 7.25vw;
}

.section05 .sec-band p{
    color: #fff;
}

.sec-text-conts .sec-band p:last-of-type{
    margin-bottom: 0;
}

.sb{
    font-weight: 600;
}

.sec-text-conts .sec-band .text-l,
.sec-text-conts .sec-band .text-l2{
    font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 5.31vw;
    font-weight: 500;
    line-height: 1.5;
    margin: 9.66vw 0;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

.sec-text-conts .sec-band .text-l2{
    margin: 6.04vw 0;
}

.section05 .sec-band .text-l.question{
    margin-bottom: 3.62vw;
}

.section05 .sec-band .dish-img{
    width: 74.15vw;
    border: 0.36vw solid #fff;
    padding: 0.48vw;
    margin: 0 auto 8.45vw;
}

.section_wrap-wide.section06{
    position: relative;
    width: 100vw;
    height: 230.2vw;
}

.section06 .sec-title{
    font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 6.76vw;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin: 0;
    padding: 3.62vw;
    background: linear-gradient(-45deg, #c7a462 0%, #a2813f 30%, #d3b65d 50%, #f3ecb9 70%, #c5a650 100%);
}

.section06 .sec-band p{
    color: #fff;
}

.section06 .sec-band .conclusion-box{
    background: linear-gradient(-45deg, #c7a462 0%, #a2813f 30%, #d3b65d 50%, #f3ecb9 70%, #c5a650 100%);
    padding: 0.72vw;
    margin: 12.08vw 0 0;
}

.section06 .sec-band .conclusion-box .conclusion-box-in{
    background: #000;
    padding: 4.83vw 3.62vw;
}

.section06 .sec-band .conclusion-box h3{
    font-size: 5.31vw;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    background: linear-gradient(-45deg, #c7a462 0%, #a2813f 30%, #d3b65d 50%, #f3ecb9 70%, #c5a650 100%);
    padding: 0.72vw 2.42vw;
    max-width: 19.32vw;
    margin: -9.18vw auto 3.62vw;
}

.section_wrap-wide.section07{
    position: relative;
    width: 100vw;
    height: 585vw;
}

.section07 .if-text{
    font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 6.76vw;
    font-weight: 600;
    line-height: 1.4;
    color: #a0141a;
    text-align: center;
    margin: 0;
    padding: 6.04vw 3.62vw;
    background: #fff;
    position: relative;
}

.section07 .if-text::after{
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -0.24vw 0 0 -4.83vw;
    border: 4.83vw solid transparent;
    border-top-color: #fff;
    content: '';
    z-index: 100;
}

.section07 .sec-title{
    background: #000;
    padding: 7.25vw 3.62vw;
    line-height: 1;
    margin: 0;
}

.section07 .sec-title img{
    display: block;
    width: 100%;
    max-width: 88.79vw;
    margin: 0 auto;
}

.section07 .sec-band,
.section08 .sec-band,
.section10 .sec-band,
.section11 .sec-band{
    background: rgba(255,255,255,0.85);
    padding: 14.49vw 3.62vw;
}

.section07 .sec-band .flex-box{
    margin: 8.45vw 0 12.08vw;
}

.section07 .sec-band .flex-box > .col{
    width: 48%;
    margin: 0 0 5.8%;
}

.section07 .sec-band .flex-box > .col:last-child{
    margin: 0 auto;
}

.section_wrap-wide.section08{
    position: relative;
    width: 100vw;
    height: 107.4vw;
}

.section08 .sec-title{
    background: #000;
    padding: 7.25vw 3.62vw;
    line-height: 1;
    margin: 0;
}

.section08 .sec-title img{
    display: block;
    width: 100%;
    max-width: 73.53vw;
    margin: 0 auto;
}

.section09 .sec-title{
    font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 7.25vw;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 8.45vw;
}

.section09 .flex-box > .col{
    width: 100%;
    margin: 0 0 9.66vw;
}

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

.section09 .flex-box .col .voice-video{
	display: block;
	width: 100%;
    margin: 0 auto 2.42vw;
}

.section09 .flex-box .col .voice-video lite-youtube{
	width: 100%;
    margin: 0 auto;
}

.section09 .flex-box .col .voice-name{
    font-size: 4.35vw;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 4.83vw;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

.section09 .flex-box .col .voice-catch-box{
    background: linear-gradient(0deg, #b5871b 0%, #caa95b 100%);
    padding: 3.62vw;
    max-width: 74.40vw;
    margin: 0 auto;
    position: relative;
}

.section09 .flex-box .col .voice-catch-box::before{
    position: absolute;
    content: "";
    top: 1%;
    left: 50%;
    margin: -4.83vw 0 0 -2.42vw;
    border: 2.42vw solid transparent;
    border-bottom: 2.42vw solid #caa95b;
}

.section09 .flex-box .col .voice-catch-box p{
    font-size: 4.83vw;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    margin: 0;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

.section_wrap-wide.section10{
    position: relative;
    width: 100vw;
    height: 683.2vw;
}

.section10 .sec-title,
.section11 .sec-title{
    font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 6.28vw;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    background: #333;
    padding: 7.25vw 3.62vw;
    margin: 0;
}

.section10 .sec-img01{
    margin: 8.45vw 0;
}

.section10 .sec-img02{
    margin: 12.08vw 0 7.25vw;
    filter: drop-shadow(0.24vw 0.24vw 0.72vw rgba(0,0,0,0.4));
}

.section10 .sec-img03{
    margin: 0 0 12.08vw;
}

.section_wrap-wide.section11{
    position: relative;
    width: 100vw;
    height: 189.2vw;
}

.text-ll{
    font-size: 6.28vw;
}

.section_wrap-wide.section12{
    position: relative;
    width: 100vw;
    height: 324.0vw;
}

.section12.sec-text-conts .sec-conts{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 14.49vw 3.62vw;
}

.section12 .sec-title{
    font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 7.25vw;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    margin: 0 0 9.66vw;
}

.section12 .sec-conts p{
    font-size: 3.86vw;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    margin: 0 0 7.25vw;
}
    
.section12 .sec-conts p:last-of-type{
    margin-bottom: 0;
}

.section12 .sec-conts .text-l{
    font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 5.31vw;
    font-weight: 500;
    line-height: 1.5;
    margin: 6.04vw 0;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

.section12 .sec-conts .sec-img{
    margin: 8.45vw 0;
}

.section_wrap-wide.section13{
    background: #f0edec;
}

.section13 .sec-title{
    font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 7.25vw;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 9.66vw;
}

.section13 .profile-float::after{
	display: block;
	content: " ";
	clear: both;
}

.section13 .profile-img{
    width: 53.14vw;
    margin: 0 auto 8.45vw;
    position: relative;
}

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

.section13 p span{
    font-size: 4.35vw;
    font-weight: 700;
}

.section13 .profile-img p{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.7);
    padding: 2.42vw 2.42vw 1.93vw;
}

.section13 .profile-img p span{
    display: block;
    font-size: 5.31vw;
    font-weight: 600;
    margin: 0;
}

.section13 ul{
    margin: 8.45vw 0;
    list-style: none;
}

.section13 ul li{
    font-size: 3.86vw;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.45vw;
    padding: 0 0 0 7.25vw;
    background: url(../images/icon/crown.svg) left -0.72vw no-repeat;
    background-size: 6.04vw 6.04vw;
}

.section13 ul li:last-child{
    margin-bottom: 0;
}

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

.section13 .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));
}

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

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


.keni-footer_outer{
	padding: 0;
}

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

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

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

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

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

.keni-copyright{
    padding-top: 1.21vw;
}

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













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

}



@media (min-width : 480px){
    
    
    
    

}/*横幅480px以上*/



@media (min-width : 768px){

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

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

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

    h1{ font-size: 2.4rem;  }

	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;
	}
	

	/*テーブル（横幅がはみ出る場合にテーブルを囲む要素に設定）*/

	.table-list thead{
		display: table-header-group;
	}

	.table-list tr{
		display: table-row;
	}

	.table-list th,
	.table-list td{
		display: table-cell;
	}

	.table-list tbody td::before{
		display: none;
		width: auto;
	}


	/*テーブル（左端がth、右側がtdの場合にスマホ表示で立て並びに変化）*/

	.table-block{
		display: table;
	}

	.table-block tbody{
		display: table-row-group;
	}

	.table-block tr{
		display: table-row;
	}

	.table-block th,
	.table-block td{
		display: table-cell;
	}

	.table-block th{
		width: 25%;
	}

	.table-block::after{
		display: none;
	}

	.table-scroll::before{
		content: "";
	}

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

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

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

    /*ボタン*/
    .btn{
        font-size: 1.8rem;
    }


    .sp{
		display: none!important;
	}

	.pc{
		display: block!important;
	}

    .keni-header{
        background: url(../images/mv_back_pc.webp) center top no-repeat;
        background-size: cover;
        padding-bottom: calc(100%*780/1080);
    }
    
    .keni-header_inner{
        max-width: 1080px;
        padding-bottom: calc(100%*780/1080);
        position: relative;
    }
    
    .main-title{
        position: absolute;
        top: 25.28vw;
        left: 0;
        right: 0;
        width: 66.11vw;
        margin: auto;
    }
    
    .mv-img{
        position: absolute;
        top: 5.28vw;
        left: 0;
        right: 0;
        width: 83.52vw;
        margin: auto;
    }
    
    .mv-book{
        position: absolute;
        bottom: -3.70vw;
        left: auto;
        right: 4.63vw;
        width: 16.85vw;
        margin: auto;
    }
    
    .section_wrap-wide.entry-conts{
        padding: 50px 0;
    }

    .entry-conts .btn-text{
        width: 421px;
        margin: 0 auto 15px;
    }
    
    .entry-conts .entry-btn{
        max-width: 700px;
        margin: 0 auto;
        border-radius: 8px;
    }
    
    .section_wrap-wide.section01{
        padding: 0;
        background: url(../images/sec01_back_pc.webp) center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

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

    .section_wrap-wide.section01 .keni-section{
        max-width: none;
        padding: 0;
    }

    .section01 .sec01-in{
        max-width: 1080px;
        padding: 100px 40px;
        margin: 0 auto;
        background: none;
    }
    
    .section01 .sec01-in::after{
        position: static;
        content: none;
    }
    
    .section01 .sec01-in ul{
        max-width: 570px;
        margin: 0 auto;
    }
    
    .section01 .sec01-in ul li{
        border-radius: 6px;
        margin: 0 0 20px;
        height: 90px;
        filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.4));
    }
    
    .section01 .sec01-in ul li p{
        padding: 20px;
        font-size: 2.2rem;
    }
    
    .section01 .sec01-in .arrow{
        position: relative;
        width: 150px;
        margin: 50px auto -120px;
        z-index: 5;
    }
    
    .section01 .sec01-in2{
        position: relative;
        padding: 45px 40px;
        z-index: 2;
    }
    
    .section01 .sec01-in2 p{
        font-size: 4.0rem;
    }
    
    .section_wrap-wide.section02{
        background: url(../images/sec02_back_pc.webp) center top no-repeat;
        background-size: cover;
    }
    
    .section02 .sec-title{
        width: 100%;
        max-width: 716px;
        margin: 0 auto 80px;
        filter: drop-shadow(1px 1px 4px rgba(119,11,17,0.9));
    }
    
    .section02 .flex-box > .col{
        width:48%;
        padding: 5px;
        margin: 0;
        filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.4));
        position: relative;
    }
    
    .section02 .flex-box .col .kouza-num{
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        width: 100px;
        margin: auto;
        line-height: 1;
        filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.4));
    }
    
    .section02 .flex-box .col .kouza-name{
        font-size: 2.7rem;
        padding: 15px 5px 8px;
    }
    
    .section_wrap-wide.section03{
        background: url(../images/sec03_back_pc.webp) center top no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-top: 100px;
        border-bottom: 2px solid #333;
    }
    
    .section03 .sec-title{
        width: 100%;
        max-width: 618px;
        margin: 0 auto 30px;
    }
    
    .section03 .amazon-img{
        max-width: 800px;
        margin: 0 auto;
        padding: 3px;
        position: relative;
    }
    
    .section03 .amazon-img .amazon-img-in{
        padding: 5px;
    }
    
    .section03 .amazon-img .amazon-sub{
        position: absolute;
        width: 27.27vw;
        right: -3.98vw;
        bottom: -3.98vw;
        margin: auto;
        filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.5));
    }
    
    .section_wrap-wide.section04{
        background: url(../images/sec04_back_pc.webp) center top no-repeat;
        background-size: cover;
    }
    
    .section04 p{
        font-size: 3.2rem;
    }

    .section04 p .sp{
        display: block!important;
    }
    
    .section04 .onayami-box{
        max-width: 600px;
        margin: 35px auto 50px;
        padding: 40px;
    }
    
    .section04 .onayami-box ul{
        max-width: 450px;
        margin: 0 auto;
    }
    
    .section04 .onayami-box ul li{
        font-size: 2.4rem;
        margin-bottom: 10px;
        padding: 0 0 0 35px;
        background-position: left 5px;
        background-size: 23px 23px;
    }

    .section_wrap-wide.section05{
        background: url(../images/sec05_back_pc.webp) center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: auto;
        width: 100%;
        padding: 0;
    }
    
    .sec-text-conts .keni-section{
        position: static;
        left: auto;
        top: auto;
        height: auto;
        padding: 0;
        clip: auto;
    }

    .section_wrap-wide.sec-text-conts .keni-section{
        max-width: none;
        padding: 0;
    }

    .sec-text-conts .sec-conts{
        position: static;
        top: auto;
        left: auto;
        height: auto;
        padding: 0;
    }
    
    .section05 .sec-title{
        font-size: 4.6rem;
        padding: 55px 40px;
        position: relative;
    }
    
    .section05 .sec-title::after{
        width: 0;
        height: 0;
        position: absolute;
        top: 100%;
        left: 50%;
        margin: -1px 0 0 -40px;
        border: 40px solid transparent;
        border-top-color: #fff;
        content: '';
        z-index: 100;
    }
    
    .sec-text-conts .sec-conts .sec-conts-in{
        max-width: 1080px;
        margin: 0 auto;
        padding: 0 40px;
    }
    
    .section05 .sec-band,
    .section06 .sec-band,
    .section07 .sec-band,
    .section08 .sec-band,
    .section10 .sec-band,
    .section11 .sec-band{
        padding: 100px 40px;
    }
    
    .section05 .sec-band h3{
        font-size: 3.2rem;
        margin: 0 0 70px;
    }
    
    .sec-text-conts .sec-band p{
        font-size: 1.8rem;
        line-height: 1.8;
        margin: 0 0 40px;
    }
    
    .sec-text-conts .sec-band .text-l,
    .sec-text-conts .sec-band .text-l2{
        font-size: 3.2rem;
        margin: 70px 0;
    }
    
    .sec-text-conts .sec-band .text-l2{
        margin: 40px 0;
    }
    
    .section05 .sec-band .text-l.question{
        margin-bottom: 45px;
    }
    
    .section05 .sec-band .dish-img{
        width: 100%;
        max-width: 500px;
        border: 2px solid #fff;
        padding: 4px;
        margin: 0 auto 45px;
    }
    
    .section_wrap-wide.section06{
        background: url(../images/sec06_back_pc.webp) center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: auto;
        width: 100%;
        padding: 0;
    }
    
    .section06 .sec-title{
        font-size: 4.6rem;
        padding: 30px 40px;
    }
    
    .section06 .sec-band .conclusion-box{
        max-width: 730px;
        padding: 4px;
        margin: 80px auto 0;
    }
    
    .section06 .sec-band .conclusion-box .conclusion-box-in{
        padding: 40px;
    }
    
    .section06 .sec-band .conclusion-box h3{
        font-size: 3.2rem;
        padding: 5px 10px 3px;
        max-width: 120px;
        margin: -67px auto 25px;
    }
    
    .section06 .sec-band .conclusion-box p{
        max-width: 615px;
        margin: 0 auto;
        line-height: 1;
    }

    .section_wrap-wide.section07{
        background: url(../images/sec07_back_pc.webp) center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: auto;
        width: 100%;
        padding: 0;
    }
    
    .section07 .if-text{
        font-size: 4.6rem;
        padding: 55px 40px;
        position: relative;
    }

    .section07 .if-text .sp{
        display: block!important;
    }

    .section07 .if-text .pc{
        display: none!important;
    }
    
    .section07 .if-text::after{
        width: 0;
        height: 0;
        position: absolute;
        top: 100%;
        left: 50%;
        margin: -1px 0 0 -40px;
        border: 40px solid transparent;
        border-top-color: #fff;
        content: '';
        z-index: 100;
    }
    
    .section07 .sec-title{
        padding: 55px 40px;
    }
    
    .section07 .sec-title img{
        max-width: 686px;
    }
    
    .section07 .sec-band .flex-box{
        max-width: 900px;
        margin: 60px auto 80px;
    }
    
    .section07 .sec-band .flex-box > .col{
        width: 30%;
        margin: 0 0 5%;
    }
    
    .section07 .sec-band .flex-box > .col:nth-child(n+7){
        margin: 0;
    }
    
    .section_wrap-wide.section08{
        background: url(../images/sec08_back_pc.webp) center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: auto;
        width: 100%;
        padding: 0;
    }
    
    .section08 .sec-title{
        padding: 55px 40px;
    }
    
    .section08 .sec-title img{
        max-width: 567px;
    }
    
    .section09 .sec-title{
        font-size: 5.0rem;
        margin: 0 0 40px;
    }

    .section09 .flex-box{
        max-width: 654px;
        margin: 0 auto;
    }
    
    .section09 .flex-box > .col{
        width: 46.9%;
        margin: 0 0 6.2%;
    }

    .section09 .flex-box > .col:last-child{
        margin: 0 auto;
    }

    .section09 .flex-box .col .voice-video{
        margin: 0 auto 10px;
    }
    
    .section09 .flex-box .col .voice-name{
        font-size: 1.8rem;
        margin: 0 0 15px;
    }
    
    .section09 .flex-box .col .voice-catch-box{
        padding: 0;
        max-width: none;
        height: 86px;
        margin: 0;
        position: relative;
    }
    
    .section09 .flex-box .col .voice-catch-box::before{
        position: absolute;
        content: "";
        top: 1%;
        left: 50%;
        margin: -24px 0 0 -12px;
        border: 12px solid transparent;
        border-bottom: 12px solid #caa95b;
    }
    
    .section09 .flex-box .col .voice-catch-box p{
        position: absolute;
        position: absolute;
        right: 0;
        left: 0;
        top: 52%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        width: 100%;
        padding: 15px;
        font-size: 2.0rem;
    }
    
    .section_wrap-wide.section10{
        background: url(../images/sec10_back_pc.webp) center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: auto;
        width: 100%;
        padding: 0;
    }
    
    .section10 .sec-title,
    .section11 .sec-title{
        font-size: 4.0rem;
        padding: 45px 40px;
    }
    
    .section10 .sec-img01{
        margin: 60px 0;
    }
    
    .section10 .sec-img02{
        margin: 80px 0 60px;
        filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.4));
    }
    
    .section10 .sec-img03{
        margin: 0 0 80px
    }
    
    .section_wrap-wide.section11{
        background: url(../images/sec11_back_pc.webp) center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: auto;
        width: 100%;
        padding: 0;
    }
    
    .text-ll{
        font-size: 4.0rem;
    }
    
    .section_wrap-wide.section12{
        background: url(../images/sec12_back_pc.webp) center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: auto;
        width: 100%;
        padding: 0;
    }
    
    .section12.sec-text-conts .sec-conts{
        position: static;
        top: auto;
        left: auto;
        height: auto;
        max-width: 1080px;
        margin: 0 auto;
        padding: 100px 40px;
    }
    
    .section12 .sec-title{
        font-size: 5.0rem;
        margin: 0 0 70px;
    }
    
    .section12 .sec-conts p{
        font-size: 1.8rem;
        line-height: 1.8;
        margin: 0 0 40px;
    }
    
    .section12 .sec-conts .text-l{
        font-size: 3.2rem;
        margin: 40px 0;
    }
    
    .section12 .sec-conts .sec-img{
        max-width: 700px;
        margin: 45px auto;
    }
    
    .section13 .sec-title{
        font-size: 5.0rem;
        margin: 0 0 70px;
    }
    
    .section13 .profile-img{
        float: right;
        width: 40%;
        max-width: 400px;
        margin: 0 0 5% 5%;
        position: relative;
    }
    
    .section13 p{
        font-size: 1.6rem;
        line-height: 1.8;
    }
    
    .section13 p span{
        font-size: 2.0rem;
    }
    
    .section13 .profile-img p{
        font-size: 1.8rem;
        padding: 10px;
    }
    
    .section13 .profile-img p span{
        display: inline-block;
        font-size: 3.2rem;
        margin: 0 0 0 10px;
    }
    
    .section13 ul{
        margin: 40px 0;
    }
    
    .section13 ul li{
        font-size: 1.8rem;
        margin-bottom: 8px;
        padding: 0 0 0 35px;
        background-position: left -3px;
        background-size: 28px 28px;
    }
    
    .section13 .flex-box{
        margin: 50px 0;
    }
    
    .section13 .flex-box .book-img01{
        width: 20%;
        max-width: 200px;
        margin: 0;
        filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.4));
    }
    
    .section13 .flex-box .book-img02{
        width: 76%;
        margin: 0;
    }
    
    .section13 .kouen-img{
        max-width: 700px;
        margin: 50px auto;
    }



    .keni-footer_inner{
        padding: 40px 40px 0px;
    }
    
    .footer-menu{
        margin: 0 auto 20px;
    }
    
    .footer-menu li{
        font-size: 1.4rem;
        display: inline-block;
        margin: 0 0 0 40px;
    }
    
    .footer-menu li:first-child{
        margin-left: 0;
    }

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

    

    
    

    
     
    

}/*横幅768px以上*/



@media (min-width : 880px){

    .section03 .amazon-img .amazon-sub{
        position: absolute;
        width: 240px;
        right: -35px;
        bottom: -35px;
        margin: auto;
    }

}/*横幅880px以上*/



@media (min-width : 1080px){

    .keni-header{
        height: 780px;
        padding-bottom: 0;
    }
    
    .keni-header_inner{
        height: 780px;
        padding-bottom: 0;
        position: relative;
    }
    
    .main-title{
        position: absolute;
        top: 273px;
        left: 0;
        right: 0;
        width: 714px;
        margin: auto;
    }
    
    .mv-img{
        position: absolute;
        top: 57px;
        left: 0;
        right: 0;
        width: 902px;
        margin: auto;
    }
    
    .mv-book{
        position: absolute;
        bottom: -40px;
        left: auto;
        right: 50px;
        width: 182px;
        margin: auto;
    }

    .section04 p .sp{
        display: none!important;
    }

    .section07 .if-text .sp{
        display: none!important;
    }

    .section07 .if-text .pc{
        display: block!important;
    }

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

	.keni-footer-cont_wrap{
		padding: 0;
	}
	

}/*横幅1080px以上*/








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