@charset "utf-8";
/*
Theme Name: ThemeName
Theme URI:
Author:
*/
/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,select,option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #333333; }
a:active { text-decoration: none; color: #333333; }

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
	background: url(../img/pc_bg1.jpg) center top/cover no-repeat;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	background-attachment: fixed;
}

#container {
	width: 500px;
	position: relative;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.5);
	background: #FFF;
}

.mincho {
	font-family: "Kaisei Opti", serif;
	font-weight: 500;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.brSp {
	display: none;
}

.brPc {
	display: inline-block;
}

img,iframe {
	max-width: 100%;
}

.on {
	transition: all 0.3s ease-in-out 0s;
}

.on:hover {
	opacity: 0.7;
}

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* PC設定 */
#pcLeft {
	width: calc(50% - 250px);
	position: relative;
}

#pcLeftLogo {
	position: fixed;
	top: 20px;
	left: 20px;
}

#pcLeftImg {
	padding: 0 20px;
	text-align: center;
	position: sticky;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#pcRight {
	width: calc(50% - 250px);
	position: relative;
}

#pcRightNav {
	padding: 0 20px;
	position: sticky;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
}

#pcRightNav ul {
	display: inline-block;
	text-align: left;
}

#pcRightNav li {
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

#pcRightNav li::after {
	content: "";
	width: 14px;
	height: 14px;
	background: url(../img/icon_arrow3.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translate(0, 2px);
	transform: translate(0, 2px);
}

#pcRightNav li a {
	font-size: 1.8rem;
	color: #ad2827;
	transition: all 0.3s ease-in-out 0s;
}

#pcRightNav li a:hover {
	opacity: 0.7;
}

/* header */
/* ----------------------------------- */
/* ハンバーガーメニュー */
/* ----------------------------------- */
#menuBtnWrap {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

#menuBtn {
	display: none;
}

#menuBtn::after {
	content: "メニュー";
	margin-top: 3px;
	font-size: 1rem;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	color: #FFF;
	line-height: 1;
}

#menuBtn.active::after {
	content: "閉じる";
}

.bar {
	width: 30px;
	height: 25px;
	position: relative;
}

/*ボタン内側*/
#menuBtn span {
	width: 100%;
	height: 1px;
	display: inline-block;
	transition: all 0.4s; /*アニメーションの設定*/
	position: absolute;
	left: 0;
	background: #FFF;
}

#menuBtn span:nth-of-type(1) {
	top: 0;
}

#menuBtn span:nth-of-type(2) {
	top: 10px;
}

#menuBtn span:nth-of-type(3) {
	top: 20px;
}

/*activeクラスが付与されると線が回転して×に*/

#menuBtn.active span:nth-of-type(1) {
	top: 2px;
	left: 0;
	transform: translateY(6px) rotate(-45deg);
}

#menuBtn.active span:nth-of-type(2) {
	opacity: 0; /*真ん中の線は透過*/
}

#menuBtn.active span:nth-of-type(3) {
	top: 14px;
	left: 0;
	transform: translateY(-6px) rotate(45deg);
}

#menuBtn:hover,
#menuBtn.active {
	background: rgba(0,0,0,0.6);
}

#menuBtn:hover span, 
#menuBtn.active span {
	background: #FFF;
}

#menuBtn:hover .menuTxt,
#menuBtn.active .menuTxt {
	color: #FFF;
}

#menu {
	width: 100%;
	height: 0;
	background: rgba(223,127,127,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
	align-items: center;
	flex-direction: column;
	overflow: auto;
	transition: all 0.5s ease-in-out 0s;
	opacity: 0;
}


#menu.active {
	height: 100%;
	opacity: 1;
}

#menuIn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 90px;
}

#menu #menuList {
	width: 100%;
	padding: 70px 0 30px;
}

#menu #menuList li {
	border-bottom: 1px  solid #FFF;
}

#menu #menuList li:first-child {
	border-top: 1px  solid #FFF;
}

#menu #menuList li a {
	padding: 20px 4%;
	display: block;
	font-size: 1.7rem;
	color: #FFF;
	font-weight: bold;
	background: url(../img/icon_arrow4.svg) right 4% center / 25px no-repeat;
}

#sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

#sns img {
	width: 40px;
}



/* title */
/* ----------------------------------- */
.tit1 {
	margin: 0 auto;
	padding-bottom: 30px;
	font-size: 1.8rem;
	text-align: center;
	position: relative;
	width: max-content;
}

.tit1In {
	position: relative;
	z-index: 2;
}

.tit1::after {
	content: "";
	width: 70px;
	height: 70px;
	background: url(../img/tit_bg1.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -20px;
	left: -30px;
	z-index: 1;
}

.tit1 .strong{
	font-size: 2.6rem;
}

.kotonowaLogo {
	font-size: 4rem;
}

.kotonowaLogo img {
	width: 120px;
}

.tit2 {
	padding-bottom: 30px;
	font-size: 2rem;
	color: #ad2827;
	text-align: center;
	line-height: 1.3;
}

.tit2::before {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: url(../img/tit_bg2.svg) 0 0 no-repeat;
	background-size: contain;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
}

.tit2 .strong {
	font-size: 2.6rem;
}

.tit2 .anno {
	display: block;
	font-size: 1.4rem;
}

.first::before {
	content: "1";
}

.second::before {
	content: "2";
}

.third::before {
	content: "3";
}

.fourth::before {
	content: "4";
}

.tit3 {
	padding-bottom: 30px;
	font-size: 2.4rem;
	color: #FFF;
	text-align: center;
}

.tit3Sub {
	width: max-content;
	margin: 0 auto;
	font-size: 2.6rem;
	color: #d8d183;
	position: relative;
	display: block;
}

.tit3Sub::before {
	content: "";
	width: 30px;
	height: 1px;
	background: #d8d183;
	position: absolute;
	top: 50%;
	left: -40px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.tit3Sub::after {
	content: "";
	width: 30px;
	height: 1px;
	background: #d8d183;
	position: absolute;
	top: 50%;
	right: -40px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.tit3 .small {
	font-size: 1.8rem;
}

.tit4 {
	margin-bottom: 40px;
	font-size: 3rem;
	text-align: center;
	position: relative;
}

.tit4:after {
	content: "";
	width: 100%;
	padding: 30% 0 0 0;
	background: url(../img/tit_bg3.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0.7;
}

.tit5 {
	padding-bottom: 30px;
	font-size: 2.6rem;
	color: #430803;
	text-align: center;
}

/* btn */
/* ----------------------------------- */
a.btn1 {
	width: 90%;
	padding: 3% 10%;
	font-size: 1.6rem;
	background: #FFF;
	border: 1px solid #ad2827;
	border-radius: 100vw;
	color: #ad2827;
	display: inline-block;
	text-align: center;
	position: relative;
}

.pdf::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/icon_pdf.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

a.btn2 {
	width: 100%;
	padding: 3% 10%;
	font-size: 1.8rem;
	background: #FFF;
	border-radius: 100vw;
	text-align: center;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 7px;
}

a.btn2::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/icon_arrow3.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

a.btn2.ig::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/icon_ig.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translate(0, 1px);
	transform: translate(0, 1px);
}

a.btn2.line::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/icon_line.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translate(0, 1px);
	transform: translate(0, 1px);
}

/* FV */
/* ----------------------------------- */
#fv {
	box-sizing: content-box;
	position: relative;
	background: url(../img/fv_bg.png) center 0/contain no-repeat;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#fvContent {
	padding: 30% 0 130% 0;
}

#mainLogo {
	padding: 30% 0;
	margin-bottom: 20px;
	background: url(../img/fv_logo_bg.png) center center/contain no-repeat;
	position: relative;
}

#fvTit {
	font-size: 3.6rem;
	line-height: 1.1;
	text-align: center;
}

#fvTit span {
	display: block;
}

#mainLogoSub {
	padding-top: 10px;
	font-size: 1.4rem;
	color: #b43529;
	text-align: center;
}

#fvAccess {
	width: max-content;
	padding: 0 2%;
	font-size: 1.4rem;
	font-weight: bold;
	background: #FFF;
	border-radius: 100vw;
	position: absolute;
	top: 25%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: block;
}

#fvPrice {
	padding: 1% 4%;
	margin-bottom: 20px;
	color: #b43529;
	font-size: 1.8rem;
	text-align: center;
	background: url(../img/fv_pricebg.png) center center / contain no-repeat;
}

#fvPrice .strong {
	font-size: 3rem;
}

#fvDesc {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

#fvKotonowa {
	width: max-content;
	padding: 9% 5%;
	position: absolute;
	bottom: 6%;
	right: 50%;
	background: url(../img/fv_kotonowa_bg.png) center center / contain no-repeat;
	font-weight: bold;
	text-align: center;
	font-size: 1.2rem;
	z-index: 10;
}

#fvKotonowa img {
	width: 70%
}

#fvHina1 {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

#fvHina1 img {
	width: 100%;
}

#fvHina2 {
	width: 40%;
	position: absolute;
	bottom: 27%;
	left: 0;
}

#fvHina2 img {
	width: 100%;
	height: auto;
}

#fvHina3 {
	width: 65%;
	position: absolute;
	bottom: 9%;
	right: 0;
	text-align: right;
}


#fvHina3 img {
	width: 100%;
	height: auto;
}

#igBnr {
	padding: 0 4% 60px;
	text-align: center;
}

/* popular */
/* ----------------------------------- */
#features {
	padding: 60px 4%;
	margin-bottom: 60px;
	background: url(../img/bg.png) center 0 / 93px 93px repeat;
}

#kotonowaSlider {
	padding-bottom: 30px;
}

.swiperMain {
	margin-bottom: 10px;
}

.swiperMain img {
	width: 100%;
	height: auto;
}

.swiperThumbnail .swiper-slide {
	width: 140px;
}

.swiper-button-next, .swiper-button-prev {
	color: #b43529;
}

.swiperThumbnail .swiper-slide-thumb-active {
	position: relative;
}

.swiperThumbnail .swiper-slide-thumb-active::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(223,127,127,0.5);
	position: absolute;
	top: 0;
	left: 0;
}

.featuresContent:not(:last-child){
	padding-bottom: 60px;
}

.featuresInAcc {
	padding: 0 4%;
	background: #FFF;
	border: 1px solid #d0827b;
}

.accordionTit {
	font-size: 2rem;
	padding: 20px 0;
	position: relative;
	cursor: pointer;
}

.accordionTit::after {
	content: "";
	width: 25px;
	height: 25px;
	background: url(../img/icon_arrow2.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s ease-in-out 0s;
	position: absolute;
	top: 50%;
	right: 4%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.accordionTit.active::after {
	-webkit-transform: translate(0, -50%) rotate(180deg);
	transform: translate(0, -50%) rotate(180deg);
}

.accordion {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.5s ease-out;
}

.accordion.active {
	grid-template-rows: 1fr;
}

.accordionIn{
	overflow: hidden;
}

.txt1 {
	font-size: 1.8rem;
	padding-bottom: 30px;
}

#kotonowaDetail dt {
	font-size: 1.8rem;
	padding-bottom: 10px;
}

#kotonowaDetail dd {
	font-size: 1.6rem;
	padding-bottom: 30px;
}

.kotonowaDetailImg {
	padding-bottom: 10px;
}

#kotonowaArtist {
	padding: 4%;
	margin-bottom: 30px;
	border: 1px solid #827f7f;
}

#kotonowaArtist h4 {
	font-size: 1.8rem;
	padding-bottom: 10px;
}

#artistList li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	border-bottom: 1px solid #827f7f;
}

#artistList li:last-child {
	border-bottom: none;
}

.artistImg {
	width: 30%;
}

.artist {
	flex: 1;
}

.artistName {
	font-size: 1.6rem;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

.artistName span {
	font-size: 1rem;
	font-weight: bold;
}

.artistDesc {
	font-size: 1.3rem;
}

#sagemon .featuresImg {
	padding-bottom: 20px;
}

.featuresImg img {
	width: 100%;
	height: auto;
}

#sagemonDetail {
	padding: 4%;
	margin-bottom: 30px;
	border: 1px solid #827f7f;
}

#sagemonDetail li {
	padding: 3%;
	margin-bottom: 10px;
	background: #f2f1f1;
}

#sagemonDetail li:last-child {
	margin-bottom: 0;
}

#decorationTit {
	font-size: 1.8rem;
	padding-bottom: 10px;
}

.sagemonName {
	font-weight: bold;
	font-size: 1.6rem;
}

#flyer {
	text-align: center;
	padding-top: 30px;
}

#flyerBtn {
	padding-top: 20px;
}

/* popular */
/* ----------------------------------- */
#popular {
	padding: 0 4% 60px;
}

.popularMainTit {
	padding-bottom: 40px;
	font-size: 3rem;
	position: relative;
	text-align: center;
	line-height: 1.2;
}

.popularMainTit::before {
	content: "";
	width: 130px;
	height: 90px;
	margin: 0 auto 20px;
	background: url(../img/hinadoll_img.png) 0 0 no-repeat;
	background-size: contain;
	display: block;
	vertical-align: middle;	
}

.popularContent:not(:last-child) {
	padding-bottom: 60px;
}

.popularImg {
	padding-bottom: 15px;
}

.popularImg img {
	width: 100%;
	height: auto;
}

.popularTxt {
	font-size: 1.6rem;
}

#modalAnno {
	padding-top: 15px;
	font-size: 1.2rem;
}

#modalWrap ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 2%;
}

#modalWrap ul li {
	width: 23.5%;
}

.mfp-arrow-right::before, .mfp-arrow-right .mfp-b {
	border-left: none;
}

.mfp-arrow-left::before, .mfp-arrow-left .mfp-b {
	border-right: none;
}

.imageLink {
	position: relative;
	display: block;
}

.imageLink::before {
	content: "";
	width: 15px;
	height: 15px;
	background: url(../img/icon_modal.svg) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 3%;
	left: 3%;
}


/* superlative */
/* ----------------------------------- */
#superlative {
	padding: 60px 4%;
	margin-bottom: 80px;
	background: url(../img/superlative_bg.png) 0 0 / 187px 93px repeat #000;
}

#works {
	font-family:"Hiragino Mincho ProN",YuMincho,serif;
	color: #FFF;
}

.work:not(:last-child) {
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}

.work:not(:last-child):before {
	content: "";
	width: 100%;
	height: 1px;
	background: #d8d183;
	position: absolute;
	left: 0;
	bottom: 0;
}

.work:not(:last-child):after {
	content: "";
	width: 100%;
	height: 1px;
	background: #d8d183;
	position: absolute;
	left: 0;
	bottom: 3px;
}

.workImg {
	padding-bottom: 15px;
}

.workImg img {
	width: 100%;
	height: auto;
}

.workArtist {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.workArtistImg {
	width: 30%;
}

.workArtistDesc {
	flex: 1;
}

.workArtistName {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.workArtistName span {
	font-weight: normal;
	font-size: 1.2rem;
}

.workArtistTxt {
	font-size: 1.3rem;
}


/* shop */
/* ----------------------------------- */
#shop {
	padding-bottom: 80px;
}

#shopIn {
	padding: 0 4%;
}

.shopPhoto {
	position: relative;
	padding-bottom: 15px;
}

.shopPhotoTit {
	padding: 0 10px;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
}

.shopPhotoImg img {
	width: 100%;
	height: auto;
}

.address {
	padding-bottom: 15px;
}

#acceess {
	padding-bottom: 20px;
}

#acceessTit {
	width: max-content;
	padding: 2px 15px;
	background: #cc534e;
	color: #FFF;
	font-weight: bold;
}

#acceessList {
	padding: 5%;
	border: 1px solid #cc534e;
}

#acceessList li {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#acceessList li:last-child {
	margin-bottom: 0;
}

#acceessList li.car:before {
	content: "";
	width: 25px;
	height: 16px;
	background: url(../img/icon_car.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translate(0, 2px);
	transform: translate(0, 2px);
}

#acceessList li.train:before {
	content: "";
	width: 25px;
	height: 23px;
	background: url(../img/icon_train.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#gMap {
	width: 100%;
	height: 300px;
}

#gMap iframe {
	width: 100%;
	height: 100%;
}


/* company */
/* ----------------------------------- */
#company {
	padding-bottom: 60px;
}

#companyIn {
	padding: 0 4%;
}

#company table {
	width: 100%;
}

#company table th {
	padding: 10px;
	border-bottom: 1px solid #adadad;
	font-weight: bold;
}

#company table td {
	padding: 10px;
	border-bottom: 1px solid #adadad;
}


/* cv */
/* ----------------------------------- */
#cv {
	padding: 60px 4%;
	background: url(../img/cv_bg.jpg) 0 0 / cover repeat;
}

#cvTxt {
	padding-bottom: 10px;
	font-size: 1.6rem;
	color: #430803;
	font-weight: bold;
}

#cvTelWrap {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #888;
}

#cvTel {
	font-size: 4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 6px;
	color: #ad2827;
	font-weight: bold;
	line-height: 1;
}

#cvTel a {
	color: #ad2827;
}

#cvTel::before {
	content: "";
	width: 23px;
	height: 28px;
	background: url(../img/icon_tel.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translate(0, 4px);
	transform: translate(0, 4px);
}

#cvTelTime {
	text-align: center;
	font-size: 1.2rem;
	color: #430803;
}

#otherTxt {
	padding-bottom: 10px;
	font-size: 1.6rem;
	color: #430803;
	font-weight: bold;
	text-align: center;
}

#links {
	padding-bottom: 30px;
}

#links li:not(:last-child) {
	padding-bottom: 10px;
}

#copy {
	color: #430803;
	text-align: center;
	padding-bottom: 30px;
}

#cvBtn {
}

#cvBtn a {
	padding: 10px 4%;
	font-size: 1.8rem;
	background: url(../img/cv_btn_bg.jpg) 0 0 / cover repeat;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: max-content;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
	border-radius: 10px 0 0 0;
	color: #430803;
}

#cvBtn a span {
	display: block;
}

#cvBtn a::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/icon_arrow1.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}



/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.on:hover {
		opacity: 1;
	}

	/* SP設定 */
	body {
		background: #FFF;
	}

	#container {
		width: 100%;
		margin: 0 auto;
	}

	#pcLeft {
		display: none;
	}

	#pcRight {
		display: none;
	}

	#menuBtn {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background: rgba(0,0,0,0.6);
		cursor: pointer;
		width: 70px;
		height: 70px;
		transition: all 0.3s ease-in-out 0s;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#fvContent {
		padding: 30% 0 110% 0;
	}
	
	#fvTit {
		font-size: 5rem;
		padding: 0 150px;
	}
	#fvAccess {
		font-size: 1.8rem;
	}

	#mainLogoSub {
		font-size: 2rem;
	}

	#mainLogoSub {
		padding-top: 20px;
	}
}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.brSp {
		display: inline-block;
	}
	
	.brPc {
		display: none;
	}
	/* header */
	/* ----------------------------------- */
	/* title */
	/* ----------------------------------- */
	/* btn */
	/* ----------------------------------- */
	/* footer */
	/* ----------------------------------- */
}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}
