/*
Theme Name: LitoKikaku
Template: twentytwenty
Version: 2.0
Author: NLDK ltd

*/


/*一時的に投稿の編集ボタンを消してる*/
li.post-edit.meta-wrapper {
    display: none;
}

/*maincolor*/
:root {
  --mainColorPink: #FFE0DE;
  --mainColorLightPink: #fff0ef;
  --mainColorBlue: #8DC8C9;
  --mainColorBlue: #69b3be;
  --mainColorBlue: #64bbbc;
  --fontColorGray: #707070;
  --fontColorBlack: #3a3a3a;
}
.fillWhite{
    fill: #fff;
}
.fillBlack{
    fill:var(--fontColorBlack);
}
.fillBlue{
    fill: var(--mainColorBlue);
}
.fillPink{
    fill: var(--mainColorPink);
}
.fillBgPink{
    fill: var(--mainColorLightPink);
}
.bgBlue{
	background: var(--mainColorBlue);
}
.bgPink{
	background: var(--mainColorPink);
}
.bgWhite{
	background: #fff;
}
.bgLightPink{
	background: var(--mainColorLightPink);
}
.colorWhite{
	color: #fff;
}
.colorWhite h2,.colorWhite p,.colorWhite span,.colorWhite li{
	color: #fff;
}
.colorBlue{
	color: var(--mainColorBlue);
}
p,h2,h3,span,tr,th,td{
	color: var(--fontColorBlack);
    font-weight: 400;
}
ul,li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fontWeight600{
	font-weight: 600;
}



/*header********************************/
.header{
	position: fixed;
    width: 100vw;
    z-index: 1;
}
.navigationWrap {
	overflow: hidden;
	border-bottom-left-radius: 2000px 300px;
	border-bottom-right-radius: 2000px 300px;
	height: 65px;
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 100px;
	padding-right: 100px;
    display: flex;
}

.headerLogo{
	width: 100px;
    object-fit: contain;
    margin: auto;
    z-index: 2;
}
/*animation***********************/
#animationMain{
    opacity: 0;
    animation:Main 1.5s both;
}
#animationTopText{
    opacity: 0;
    animation:Main 1.5s both;
    animation-delay:300ms;
}
#animationTopButton{
    opacity: 0;
    animation:Main 1.5s both;
    animation-delay:600ms;
}
#animation1 {
    opacity: 0;
    animation:animation1 1s both;
    animation-delay:500ms;
}
@keyframes Main {
    0% {
        opacity:0;
        text-shadow:0 0 0 #0f0;
    }

    100% {
        opacity:1;
        text-shadow:none;
    }
}
@keyframes animation1 {
    0% {
        opacity:0;
        text-shadow:0 0 0 #0f0;
    }

    100% {
        opacity:1;
        text-shadow:none;
    }
}
.scrollJS {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease-in-out;
}
.scrollJS.blockIn {
    opacity: 1;
    transform: translateX(0);
}

/*footer***************************/
footer {
	text-align: center;
    padding-top: 5px;
    margin-top: 50px;
    overflow: hidden;
    border-top-left-radius: 2000px 300px;
    border-top-right-radius: 2000px 300px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    position: absolute;
    width: 100vw;
    bottom: 0;
}
footer li{
	line-height: 2.5;
	font-size: 15px;
}
footer li span{
	font-size: 0.9em;
}
footer svg {
    top: -35px;
    position: absolute;
    left: 0;
}
footer a{
	color: #fff;
	text-decoration: none;
}
.instaIcon {
    width: 25px;
}

.youtubeIcon {
    width: 80px;
}
.SNSIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.SNSIcon img{
	padding: 5px;
	margin: 0 5px;
}

/*common***************************/
body {
	overflow-x: hidden;
	margin: 0;
	font-family: arial;
    font-feature-settings: inherit!important;
	width: 100vw;
	height: 100vh;
	animation: bugfix infinite 1s;
	-webkit-animation: bugfix infinite 1s;
}
main {
    /*height: 100vh;*/
    position: relative;
    overflow-x: hidden;
}
img{
	width: 100%;
}
.sectionDefault{
	position: relative;
	text-align: center;
    padding: 25px 0 0;
}
.sectionPriceEx{
	padding-bottom: 50px;
}
.sectionBaseProducts {
	padding-bottom: 50px;
}
.baseProductWrap {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	width: min(88vw, 980px);
	margin: 0 auto 34px;
}
.baseProductCard {
	display: block;
	color: var(--fontColorGray);
	text-decoration: none;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 2px 2px 8px #e4e4e4;
}
.baseProductCard img {
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.baseProductName {
	margin: 14px 12px 4px;
	font-weight: 600;
	line-height: 1.6;
}
.baseProductPrice {
	margin: 0 12px 16px;
	color: var(--mainColorBlue);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}
.sectionSeparater-Bottom{
	position: absolute;
    bottom: -2px;
    left: 0;
}
.sectionSeparater-Top{
	position: absolute;
    top: 24px;
    left: 0;
}
.weight600{
	font-weight: 600;
}
.tax {
    font-size: 0.8em;
}
p {
    font-size: 13px;
    line-height: 2;
}
h2 {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.h2Svg{
	margin-left: 10px;
	width: 25px;
	height: 25px;
}
h3,footer {
    font-size: 14px;
}
.buttonDefault {
	color: #fff;
    padding: 10px;
    width: 80vw;
    max-width: 300px;
    display: block;
    margin: 30px auto;
    border-radius: 40px;
    font-size: 15px;
    box-shadow: 2px 2px 5px #e4e4e4;
    text-decoration: none;
}
.buttonSimple{
    box-shadow: none;
    border: 1px solid;
}
.buttonBlueBg {
    color: var(--mainColorBlue);
    box-shadow: 2px 2px 5px #3b3b3b33;
}

.pcOnly{
	display: none;
}
.spOnly{
	display: block;
}

.dummyMargin {
    margin: 100px;
}
.breadTree {
    display: flex;
    justify-content: center;
    font-size: 10px;
}
.breadTree a, .breadTree li{
    color: var(--fontColorGray);
    text-decoration: none;
}
.breadTree li:after {
    content: '/';
    margin: 0 4px 0 0;
}
.breadTree li:last-child:after {
    display: none;
}

@media ( min-width: 769px ) {
	.pcOnly{
	display: block;
	}
	.spOnly{
		display: none;
	}
	.baseProductWrap {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 24px;
	}
}

/*navigation****************************/
@keyframes bugfix {
	from {
		padding: 0;
	}
	to {
		padding: 0;
	}
}
@-webkit-keyframes bugfix {
	from {
		padding: 0;
	}
	to {
		padding: 0;
	}
}
#overlay-button {
	position: absolute;
	padding: 26px 11px;
	z-index: 5;
	cursor: pointer;
	user-select: none;
}
#overlay-button span {
	height: 2px;
	width: 30px;
	border-radius: 2px;
	background-color: var(--fontColorBlack);
	position: relative;
	display: block;
	transition: all .2s ease-in-out;
}
#overlay-button span:before {
	top: -8px;
	visibility: visible;
}
#overlay-button span:after {
	top: 8px;
}
#overlay-button span:before, #overlay-button span:after {
	height: 2px;
	width: 30px;
	border-radius: 2px;
	background-color: var(--fontColorBlack);
	position: absolute;
	content: "";
	transition: all .2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
	background: var(--fontColorBlack);
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #overlay {
	visibility: visible;
}
input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
	background: transparent;
}
input[type=checkbox]:checked ~ #overlay-button span:before {
	transform: rotate(45deg) translate(5px, 5px);
}
input[type=checkbox]:checked ~ #overlay-button span:after {
	transform: rotate(-45deg) translate(7px, -7px);
}
#overlay {
	height: 100vh;
	width: 100vw;
	z-index: 2;
	visibility: hidden;
	position: fixed;
}
#overlay ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	height: 100vh;
	list-style-type: none;
}
.navigationWrap li{
	padding: 1.3em;
}
.navigationWrap a,.navigationWrap span {
	color: var(--fontColorGray);
	text-decoration: none;
}
.navigationWrap span {
	font-size: 0.8em;
}
/*index*********************************/
.sectionTop{
	position: relative;
}
.topMainImg{
    width: 100vw;
    height: 110vw;
    max-height: 80vh;
    object-fit: cover;
}
.topCatch {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.topCatch p {
    background: var(--mainColorBlue);
    width: 100vw;
    font-size: 20px;
    color: #fff;
    opacity: 0.9;
    letter-spacing: 3px;
}
.topImageLayout img {
    width: 100%;
}
.topImageLayout>div>img {
    width: 50%;
}
.topImageLayout>div {
    display: flex;
    margin-top: -3px;
}
.topImageLayout>div>img:first-child {
    margin-right: 3px;
}

/*price********************/
.freeFixWrap{
    padding: 110px 0;
    margin-top: 30px;
    position: relative;
}
.freeFixTable{
	width: 100vw;
	max-width: 400px;
	margin: auto;
}
.freeFixWrap svg{
	position: absolute;
	top: 0;
	left: 0;
}
.priceExampleWrap {
    display: flex;
    margin: 0 3px;
    justify-content: center;
}
.priceExamplePart>img {
	width: calc(100% - 10px);
    padding: 5px 5px 50px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 5px #00000033;
}

.priceExamplePart p {
	font-size: 12px;
    margin: 0;
    position: absolute;
    color: var(--fontColorGray);
    bottom: 8px;
    width: 100%;
    font-weight: 600;
    line-height: 1.8;
    font-feature-settings: 'palt';
}
.priceExo {
    padding: 10px;
    width: 90vw;
    max-width: 420px;
    margin: auto;
}
.exampleTag {
    background: var(--fontColorBlack);
    padding: 3px;
    font-size: 0.85em;
}

.priceExamplePart {
    margin: 0px 3px;
    position: relative;
}
.priceDeco {
    max-width: 200px;
    display: block;
    margin: 0 auto -11px;
    font-size: 11px;
    font-style: italic;
}
.priceIconWrap {
    display: flex;
    justify-content: center;
	margin: 0 3px 20px;
}
.priceIcon>svg {
    width: 40px;
}
.priceIcon {
	width: 120px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed;
    border-radius: 10px;
    padding: 5px;
    margin: 0px 3px;
}
svg.svgFlower{
	width: 37px;
}
.rentalButtonWrap a {
    margin: 0 auto;
}

.rentalButtonWrap p {
    margin: 0 0 10px;
}
.rentalButtonWrap {
    margin: 50px auto;
}

/*flow*********************/
.flow {
    margin: 50px auto;
}
.flowStep>p{
    font-size: 12px;
    color: var(--fontColorGray);
    margin-top: 10px;
}
.flowStep span {
    color: var(--fontColorGray);
    display: block;
    max-width: 380px;
    margin: auto;
}
.flowStep>h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.flowStep {
    width: 90vw;
    margin: 35px auto;
}
.flowStep:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: 25px auto 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}
.flowStep:last-child:after {
	display: none;
}
/*designer******************/
table.history {
    width: 95vw;
    font-size: 12px;
    text-align: left;
    margin: auto;
    max-width: 700px;
}
.history tr{
    vertical-align: top;
}
.history th {
    padding-right: 10px;
}
.h3Designer{
	margin: 30px;
}
.designerImg {
    max-width: 600px;
}
.designLampoa {
    font-size: 13px;
    width: calc(90vw - 20px);
    max-width: 450px;
    margin: 0 auto 20px;
    text-align: left;
    font-feature-settings: 'palt';
}



@media ( min-width: 769px ) {
	.header{
		position: absolute;
		top: 0;
		overflow: hidden;
	}
	.navigationPC {
	    width: 100%;
	    display: flex;
	    font-size: 13px;
	    justify-content: center;
	}
	.headerLogo{
		/*margin-bottom: 10px;*/
	}
	.navigationWrap {
	    display: flex;
	    flex-wrap: wrap;
	    padding: 20px 0;
	}

	.navigationPC li {
	    padding: 5px 10px;
	}
	h2{
		font-size: 18px;
	}
	p {
	    font-size: 15px;
	}
	a:hover{
		opacity: 0.6;
	}
	footer ul{
		display: flex;
		justify-content: center;
	}
	footer li{
		margin: 0 10px;
	}
	.topImageLayout img {
	    width: 33%;
	    object-fit: cover;
	}

	.topImageLayout {
	    display: flex;
	    margin: 0 100px;
	}
	.topImageLayout>div>img:first-child {
	    margin-right: 3px;
	    margin-left: 3px;
	}
	.topMainImg{
	    height: inherit;
	}
	.sectionSeparater-Top {
	    top: 21px;
	}
	.priceExamplePart>img {
	    width: calc(100% - 40px);
	    padding: 10px 10px 50px;
	    max-width: 350px;
	}
	.flowStep>p{
		font-size: 13px;
	}
	.designerWrap {
	    display: flex;
	    justify-content: center;
	}
	.designerImg {
	    width: 35vw;
        max-width: 350px;
	    margin: 30px;
	    object-fit: contain;
	}
	.designerPart {
	    width: 50vw;
	}
	table.history {
	    width: 50vw;
	}

}
.grecaptcha-badge {
    display: none !important;
}
