@charset "utf-8";

#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
	overflow-x: hidden;
}

body {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto !important;
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
  	font-weight: 400;
  	letter-spacing: 0.03em;
    position: relative;
    color: #fff;
  	background-color: #140E0B;
}

:root{
    --fontA: "Shippori Antique", sans-serif;
    --fontB: "RocknRoll One", sans-serif;
    --fontC: "Libre Baskerville", serif;
	--fontD: "Dela Gothic One", sans-serif;
}

a {
	transition: all .3s;
}

a:hover {
	transition: all .3s;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hvr:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.fontA {
    font-family: var(--fontA);
}

.fontB {
    font-family: var(--fontB);
}

.fontC {
    font-family: var(--fontC);
}

.fontD {
    font-family: var(--fontD);
}

.inLink>a:hover {
    text-decoration: underline;
    color: #191918;
}

.paddingWr01 {
	padding: 0 20px;
}

.frame01 {
	max-width: 1220px;
  	width: 100%;
  	margin: 0 auto;
  	position: relative;
}

.frame02 {
	max-width: 1420px;
  	width: 100%;
  	margin: 0 auto;
  	position: relative;
}

.frame03 {
	max-width: 1620px;
  	width: 100%;
  	margin: 0 auto;
  	position: relative;
}


.iconImg {
	display: block;
}

.iconImgHvr {
	display: none;
}

.inLink:hover .iconImg {
	display: none;
}

.inLink:hover .iconImgHvr {
	display: block;
}

.controlArea .carousel-item {
    display: block;
    opacity: 1;
}

.is-hidden {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s !important;
}

/*.brPc br {
	display: none;
}

.brSp br {
	display: block;
}*/

.imgBox75 {
    width: 100%;
    height: 0;
    padding-top: 75%;
  	position: relative;
}

.imgBox100 {
    width: 100%;
    height: 0;
    padding-top: 100%;
  	position: relative;
}

.fitImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flexRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;	
}

.anchorBox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    width: 100%;
    margin: 0 auto 0 auto;
  	z-index: -1;
}

.anchorWrap {
    margin: -120px 0 0 0;
    padding: 120px 0 0 0;
}

/* .box-shadow01 {
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
}

.box-shadow02 {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
} */

/*-- ****** -----------------------------------------------------------------*/

/*-- 共通パーツ --------------------------------------------------------------*/

/*-- タイトル・テキスト --*/

.titBox {
	text-align: center;
}

.jpTit01 {
	font-size: 26px;
  	letter-spacing: 0.03em;
	line-height: 1.45em;
	margin: -3% auto 0;
  	position: relative;
}

.jpTit02 {
	font-size: 13px;
    letter-spacing: 0.1em
}

.enTit01 {
    font-family: var(--fontC);
	font-size: 35px;
  	font-weight: 700;
  	letter-spacing: 0;
	line-height: 1.45em;
  	opacity: .1;
}

.jpStrongTit01, .jpStrongTit03 {
	font-size: 40px;
	line-height: 0.95em;
  	letter-spacing:0.05em;
}

.jpStrongTit02, .jpStrongTit04 {
	font-size: 24px;
	line-height: 0.95em;
  	letter-spacing:0.05em;
	margin: 0 7px;
}

.jpStrongTit04 {
    line-height: 1.666;
    letter-spacing: 0.03em;
}

.msg01 {
	font-size: 19px;
    line-height: 1.45em;
}

.txt01 {
	font-size: 12px;
    line-height: 1.65em;
}

.telNum {
	font-family: var(--fontC);
  	letter-spacing: 0;
	font-weight: 700;
}

.text-shadow {
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.top-text-shadow {
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.titDeco {
	position: relative
}

.titDeco:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    max-width: 745px;
    width: 70%;
    height: 70px;
    background: url(/system_panel/uploads/images/bg-title-red.svg) no-repeat center / contain;
    z-index: -1;
    transition: all .3s;
}

/*-- ボタン --*/

.navi-link:hover {
	text-decoration: underline;
}

.btn01 {
    max-width: 300px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.45em;
    padding: 21px 3% 20px 3%;
  	transition: all .3s;
}

.btn01Clear {
    border: 1px solid #fff;
    color: #fff;
}

.btn01Clear:hover {
    color: #fff;
}

.btn01Black {
    border: 1px solid #140E0B;
    color: #140E0B;
}

.btn01Black:hover {
    color: #140E0B;
}

.btn01.btn01Arrow:before {
    content: "";
    display: block;
    max-width: 9px;
    width: 100%;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    background: url(/system_panel/uploads/images/arrow-black.svg) no-repeat center / contain;
  	transition: all .3s;
}

.btn01.btn01Arrow:hover:before {
    right: 15px;
  	transition: all .3s;
}

.btn01.btn01Clear.btn01Arrow:before {
    background: url(/system_panel/uploads/images/arrow-white.svg) no-repeat center / contain;
}

.btn01.btn01Black.btn01Arrow:before {
    background: url(/system_panel/uploads/images/arrow-black.svg) no-repeat center / contain;
}

.btn02 {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
	padding: 37px 15px 35px;
    max-width: 380px;
    width: 100%;
    font-size: 25px;
    letter-spacing: 0.03em;
    line-height: 1em;
    transition: all .3s;
}

.btn02White {
  	color: #950102;
	background-color: #fff;
}

.btn02White:hover {
  	color: #950102;
	background-color: #E6D5B4;
}

.btn02Red {
  	color: #fff;
	background-color: #950102;
}

.btn02Red:hover {
  	color: #fff;
	background-color: #9D1B1C;
}


.anchorBtn {
    max-width: 290px;
    width: 100%;
    border: 1px solid #CEC4B8;
    color: #745E48;
    padding: 20px 12px;
    margin: 0 auto;
}

.anchorBtn:hover {
    color: #745E48; 
}

.anchorBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 100%;
    margin: auto;
    max-width: 40px;
    height: 40px;
	z-index: 1;
    transition: all .3s;
    background-image: url(/system_panel/uploads/images/arrow-circle-brown.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; 
}

.iconImg {
	display: block;
}

.iconImgHvr {
	display: none;
}

.btn:hover .iconImg {
	display: none;
}

.btn:hover .iconImgHvr {
	display: block;
}

.inImgLink {
    transition: all .3s;
}

.inImgLink:hover {
    transition: all .3s;
}

.inImgLink .inLinkHvrTxtBox {
	display: block;
}

/*.inImgLink:hover .inLinkHvrTxtBox {
	display: block;
}*/

.inImgLink.maskBlack::after {
    background-color: rgba(0, 0, 0, 0.7);
}

.inImgLink .btn01.btn01Arrow:hover:before {
    right: 25px;
}

.formBtn, .backBtn {
    max-width: 300px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.45em;
    padding: 21px 2% 20px 2%;
    color: #fff;
    border: 1px solid #fff;
    background: #140E0B;
    transition: all .3s;
}

.backBtnArrow {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border: 1px solid #CEC4B8;
    border-radius: 50%;
    z-index: 1;
    transition: all .3s;
}

.backBtnArrow:after {
    display: block;
    content: "";
    position: absolute;
	top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 15px;
    height: 100%;
    z-index: 1;
    transition: all .3s;
    background-image: url(/system_panel/uploads/images/arrow-brown.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: scale(-1, 1);
}

.formBtn:hover, .backBtn:hover {
    color: #140E0B;
    background: #fff;
    transition: all .3s;
}

.backBtn:hover .backBtnArrow {
    left: 0;
    transition: all .3s;
}


.inBtnFrame:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  	top: auto;
    left: 0;
    bottom: -20%;
  	right: 0;
  	margin: auto;
    background: url(/system_panel/uploads/images/wood-bg.jpg) no-repeat center;
  	background-size: cover;
    z-index: -1;
  	transition: all .3s;
}

.inBtnFrame.maskMiddle:after {
  	top: auto;
    left: 0;
    bottom: -20%;
  	right: 0; 
}

.linkMask {
    display: block;
    position: relative;
    color: #fff;
    transition: all 0.3s;
}

.linkTxtBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 640px;
    width: 100%;
    height: 95%;
    padding: 40px 15px;
    z-index: 10;
}

.linkImgBox {
	position: relative;
    width: 100%;
    min-height: 400px !important;
}

/*-- 共通カラー --------------------------------------------------------------*/

.colorBlack {
    color: #140E0B;
}

.colorWhite {
    color: #FFF;
}

.colorGray01 {
    color: #CCCCCC;
}

.colorGray02 {
    color: #8A8785;
}

.colorRed {
	color: #950102;
}

.colorBeige {
    color: #E6D5B4;
}

.bgBlack {
	background-color: #140E0B;
}

.bgWhite {
	background-color: #fff;
}

.bgBeige {
	background-color: #E6D5B4;
}

.bgRed {
	background-color: #950102;
}

.bgClearBeige {
    background-color: rgba(242, 238, 228, 0.4);
}

.maskDark, .maskLight, .maskMiddle, .maskBlack, .maskImg, .maskGradation,.txtMask {
	position: relative;
}

.maskDark:after, .maskLight:after, .maskMiddle:after, .maskBlack:after, .maskImg:after, .maskGradation:after,.bgWhiteMask:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  	margin: auto;
    z-index: 1;
  	transition: all .3s;
}

.maskBlack:after {
    background-color: rgba(0, 0, 0, 0.6);
}

.maskImg:after {
  	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/system_panel/uploads/images/common-mask.png)no-repeat, center top;
  	background-size: cover;
}

.maskGradationRight:after {
  	top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    background: #140E0B;
    background: linear-gradient(90deg,rgba(20, 14, 11, 0) 0%, rgba(17, 12, 10, 1) 80%, rgba(20, 14, 11, 1) 100%);
}

.bgWhiteMask:after {
  	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/system_panel/uploads/images/bg-white-mask.png)no-repeat, center top;
  	background-size: cover;
}

/*---装飾---*/


/*---コンテンツ---*/

.grid4 {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.grid3 {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}

.grid2 {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
}

/*---下層---*/

.incover {
    max-width: 1920px;
    width: 100%;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.incover:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    background: rgb(20 14 11 / 50%);
}

.incoverTxtBox {
	max-width: 1450px;
	width: 100%;
	color: #fff;
	padding: 0 15px;
	position: relative;
}

.incoverTit {
	font-size: 30px;
	font-weight: 500;
	font-family: var(--fontB);
	letter-spacing: 0.05em;
	line-height: 1.11em;
	text-align: center;
}

/* パンくず */

.breadWrap {
	padding: 10px 0;
}

.breadBox {
	max-width: 1450px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: auto;
	padding: 0 15px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.breadLink {
	display: block;
	color: inherit;
  	font-family: var(--fontB);
}

.breadLink:hover {
	color: inherit;
	text-decoration: underline;
}

.breadBox p {
  	font-family: var(--fontB);
}

/* レイアウト */

.breadWrap + .inWrap {
	padding: 60px 0 100px;
}

.inWrap {
	padding: 80px 0;
	position: relative;
}

.inner {
	max-width: 1650px;
	width: 100%;
	margin: auto;
	padding: 0 25px;
}

/*---画像制御--*/

/*.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}*/

/*---gallery　lightbox--*/

a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*---form---*/

.container{
    max-width: 1140px !important;
    border: #ccc 1px solid;
}

.formRow {
    border-bottom: #ccc 1px solid;
}

.formTh,
.formTd{
    padding: 10px 15px;
}

.formTh {
    text-align: left;
    background-color: #140E0B;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.label{
    margin: 0;
}

.labelText01 {
    color: #fff;
}

.formTd {
  	color: #140E0B;
    background-color: #fff;
}

.formInput ,
.zipInput,
.formTextArea{
    padding: 3px 5px;
}

.inFormFxDot {
    width: 100%;
    width: 15px;
}

.formInput {
    width: 100%;
    line-height: 1.6;
    border: 1px solid #ccc;
}

.formInputShort  {
    line-height: 1.6;
    border: 1px solid #ccc;
}

.formRadio {
    margin: 0 5px 0 0;
}

.d-inline-block{
    margin: 0 10px 0 0;
}

.requiredText {
    color: #950102;
    margin: 0 0 0 10px;
    padding: 2px 5px;
    background: #fff;
    font-size: 14px;
}

.fileCaution {
    font-size: 13px;
}

.fileArea {
    margin: 5px 0 0;
}

.formTextArea{
    height: 250px;
    width: 100%;
    padding: 5px;
    border-color: #ccc;
}

.zipInput {
    width: 40%;
    border: 1px solid #ccc;
    max-width: 100px;
}

.formCheck {
    margin: 0 5px 0 0;
}

.privacyLabel {
    font-size: 14px;
}

.formBtnBx {
    display: flex;
    justify-content: center;
}

.privacyBox {
    width: 100%;
    height: 350px;
    padding: 15px;
    overflow-y: scroll;
    border: solid 1px #ccc;
    background: #fff;
}

.privacyBox a {
    color: #140E0B;
    text-decoration: underline;
}

.privacyBox a:hover{
    color: #140E0B;
    text-decoration: none;
} 

.formWrap>.container-fluid {
    border: 1px solid #ccc;
    border-bottom: none;
}

.privacyBox::-webkit-scrollbar {
    width: 15px;
}

.privacyBox::-webkit-scrollbar-track {
    border-left: 1px solid #ccc;
    background-color: #fff;
}

.privacyBox::-webkit-scrollbar-thumb {
    background-color: #140E0B;
}

.privacyDt {
    border-left: 5px solid #950102 !important;
    padding: 0 0 3px 10px;
    font-weight: 500;
    font-size: 15px;
    margin: 31px 0 0 0;
}

.privacyDd {
    padding: 0 0 0 16px;
    margin: 15px 0 0 0;
    font-size: 14px;
}

/*--company etc--*/

.baseTb {
    border: 1px solid #ccc;
}

.baseTr {
    border: 1px solid #ccc;
}

.baseTh {
    padding: 15px;
    background-color: #191918;
    color: #fff;
}

.baseTd {
    padding: 15px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*---タイトル・テキスト---*/
.msg01 {
	font-size: 22px;
}
  
.titDeco:after {
    width: 60%;
}
  
.txt01 {
	font-size: 13px;
}

/*---コンテンツ---*/

/*.grid3 {
    grid-template-columns: repeat(2, 1fr);
}*/

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*---タイトル・テキスト---*/
  
.enTit01 {
	font-size: 30px;
}
  
.txt01 {
	font-size: 14px;
}
  
.titDeco:after {
    width: 50%;
}
  
/*---ボタン---*/  
  
.btnSquare .btnArrowWhite {
    right: 15px;
    width: 50px;
    height: 50px;
}

.btnSquare:hover .btnArrowWhite {
    right: 20px;
}
  
/*---コンテンツ---*/
  
.grid4 {
	grid-template-columns: repeat(2, 1fr);
}

/*---下層---*/

.incoverTit {
	font-size: 35px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*.brPc br {
	display: block;
}

.brSp br {
	display: none;
}*/
  
/*---タイトル・テキスト---*/
  
.enTit01 {
	font-size: 60px;
}

.jpTit01 {
	font-size: 30px;
}
 
.titDeco:after {
    width: 55%;
    height: 85px;
}
  
/*-- ボタン --*/
  
.btnSquare .btnArrowWhite {
    right: 30px;
    width: 65px;
    height: 65px;
}

.btnSquare:hover .btnArrowWhite {
    right: 20px;
}
  
.linkImgBox {
    min-height: 400px !important;
}

.linkMaskBtnBox:after {
    width: 80px;
    height: 80px;
}

  
/*---color---*/  
  
  
/*---コンテンツ---*/

.flexRow {
    flex-direction: row;	
}

.grid2 {
    grid-template-columns: repeat(2, 1fr);
}
  
.grid4 {
    grid-template-columns: repeat(4, 1fr);
}

/*---下層---*/

.pankuzuWr + .inWrap {
    padding: 60px 0 100px;
}

.inWrap {
    padding: 100px 0;
}

.formTh {
    text-align: center;
}
  
.formWrap .formTh {
    text-align: left;
}

.formTh,
.formTd{
    padding: 15px;
}

.formTh{
    text-align: center;
}

.privacyLabel {
    font-size: 16px;
}
  
.privacyBox p{
    font-size: 16px;
}

.inImgLink .inLinkHvrTxtBox {
	display: none;
}

.inImgLink:hover .inLinkHvrTxtBox {
	display: block;
}
  
.inImgLink.maskBlack::after {
    background-color: rgba(0, 0, 0, 0.1);
}

.inImgLink.maskBlack:hover::after {
    background-color: rgba(0, 0, 0, 0.6);
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*---タイトル・テキスト---*/
  
.enTit01 {
	font-size: 65px;
}
   
.jpTit01 {
	font-size: 40px;
}
  
.txt01 {
	font-size: 16px;
}
  
.txt02 {
	font-size: 17px;
}
  
.jpStrongTit01, .jpStrongTit03 {
    font-size: 50px;
}
  
.jpStrongTit02, .jpStrongTit04 {
    font-size: 30px;
}
  
.titDeco:after {
	width: 55%;
    height: 100px;
}

/*---ボタン---*/

.inBtnFrame:before {
    bottom: -50%;
}

.inBtnFrame.maskMiddle:after {
    bottom: -50%;
}

/*---下層---*/

.incover {
	height: 350px;
}
	
.incoverTit {
	font-size: 60px;
}

/* パンくず */

.breadWrap {
	padding: 15px 0;
}

.breadBox {
	font-size: 14px;
}

/* レイアウト */

.breadWrap + .inWrap {
	padding: 100px 0 130px;
}

.inWrap {
	padding: 160px 0;
}
  
.anchorBox {
    height: 120px;
}
  
.anchorWrap {
	padding: 120px 0 0 0;
}

/* 見出し */

.inTit01 {
    font-size: 30px;
}

/*---コンテンツ---*/

.grid4 {
    grid-template-columns: repeat(2, 1fr);
}

.grid3 {
    grid-template-columns: repeat(3, 1fr);
}
  
.privacyBox p{
    font-size: 18px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1250px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*---タイトル・テキスト---*/
  
.enTit01 {
	font-size: 90px;
}
  
.jpTit01 {
	font-size: 50px;
}

.txt01 {
	font-size: 18px;
}
  
.msg01 {
	font-size: 26px;
}
  
.jpStrongTit01, .jpStrongTit03 {
    font-size: 60px;
}
  
.jpStrongTit02, .jpStrongTit04 {
    font-size: 40px;
}
  
.titDeco:after {
    width: 60%;
}
  
/*---ボタン---*/
  
.btn01 {
    font-size: 20px;
    padding: 21px 30px 20px 30px;
}
.btnSquare .btnArrowWhite {
    right: 40px;
    width: 80px;
    height: 80px;
}

.btnSquare:hover .btnArrowWhite {
    right: 20px;
}
  
.anchorBtn {
    padding: 20px 30px;
}

/*---コンテンツ---*/

.grid4 {
    grid-template-columns: repeat(4, 1fr);
}
 
/*---下層---*/

.incover {
	height: 430px;
}
  
.incoverTit {
	font-size: 70px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1250px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1440px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*---タイトル・テキスト---*/
  
.enTit01 {
	font-size: 100px;
}
  
.jpStrongTit01,.jpStrongTit03 {
	font-size: 100px;
}

.jpStrongTit02,.jpStrongTit04 {
	font-size: 60px;
}
  
.msg01 {
	font-size: 30px;
}
  
.titDeco:after {
    width: 90%;
    background: url(/system_panel/uploads/images/bg-title-red.svg) no-repeat center / cover;
	height: 130px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1440px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*---タイトル・テキスト---*/
  
.enTit01 {
	font-size: 120px;
}
  
.jpStrongTit01 {
	font-size: 120px;
}

.jpStrongTit02 {
	font-size: 80px;
}
  
.titDeco:after {
	width: 100%;
    height: 144px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */