/*-----------------------------------------------------------------------------------
	ohatakiminari_HP
	About: A shiny new Blocs website.
	Author: 大畑公成
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-r-edge{
	background-position: right!important;
	background-repeat: no-repeat;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
:where(.l-bloc) .bloc-link{
	fill:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Correct Dropdown Links */

.d-bloc .dropdown-menu a, .l-bloc .dropdown-menu a,.d-bloc .dropdown-menu a:hover, .l-bloc .dropdown-menu a:hover{
	color:var(--bs-nav-link-hover-color);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	fill:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-lg{
	font-size:60px!important;
}
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}

/* Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}
/* Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.glow-t{
	text-shadow:0 0 10px #FFF;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}


.carousel-nav-controls svg{
	transform:scale(0.8);
	transition:transform .30s ease,background .50s ease;
}
.carousel-nav-controls:hover svg{
	transform:scale(1.0);
}
.carousel-nav-controls:active svg{
	transform:scale(0.9);
}

.carousel-caption{
	left:6%;
	 right:6%;
}

.carousel-item:not(:has(> img, > picture)) .carousel-caption {
	position: relative;
	transform: none;
	width: 80%;
	left:10%;
	right:10%;
	top:0;
	bottom:0;
	padding-top: 0;
	margin-bottom: 20px;
	z-index:0;
	color: #000000;
}

.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-nav-rounded-btn > svg{
	background: rgba(255,255,255,0.20);
	border-radius: 10px;
	cursor: pointer;
	width:50px;
	height:50px;
	padding:10px 10px 10px 8px;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	transition: opacity .50s ease,transform .50s ease;
}
.carousel-nav-rounded-btn.carousel-control-next svg{
	padding: 10px 8px 10px;
}

@media (max-width: 767.98px) {
	.carousel-nav-circle-btn > svg, .carousel-nav-rounded-btn > svg{
	width:30px;
	height:30px;
	padding:5px 5px 5px 2px;
}
.carousel-nav-circle-btn.carousel-control-next > svg, .carousel-nav-rounded-btn.carousel-control-next > svg{
	padding: 5px 2px 5px;
}
.carousel-nav-rounded-btn > svg{
	border-radius: 4px;
}
}
.carousel-indicators li::marker{
	font-size:0;
}

/* Pill Indicators */
.carousel-pill-indicators [data-bs-target], .carousel-pill-indicators [data-target]{
	height: 8px;
	border-radius: 8px;
	background-clip: border-box;
	margin-bottom:10px;
	border: 0;
}

/* Progress Bars */
.carousel-progress-bar{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 6px;
	background: rgba(255,255,255,.25);
	overflow: hidden;
	z-index: 5;
	pointer-events: none;
}
.carousel-progress-bar-pill,.carousel-progress-bar-zigzag,.carousel-progress-bar-waves,.carousel-progress-bar-points,.carousel-progress-bar-slant,.carousel-progress-bar-lines,.carousel-progress-bar-square-wave{
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	border-radius: 6px;
	width:100px;
}
.carousel-progress-bar-zigzag,.carousel-progress-bar-waves,.carousel-progress-bar-points,.carousel-progress-bar-slant,.carousel-progress-bar-lines,.carousel-progress-bar-square-wave{
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	height:10px;
	width:110px;
}
.carousel-progress-bar-fill{
	display: block;
	height: 100%;
	width: 0%;
	background: #FFFFFF;
	transform: translateZ(0);
}
.carousel-progress-bar-minimal .carousel-progress-bar-fill{
	background: rgba(255,255,255,.8);
}
[data-bs-theme="dark"] .carousel-progress-bar{
	background: #000000;
}
[data-bs-theme="dark"] .carousel-progress-bar-minimal .carousel-progress-bar{
	background: rgba(0,0,0,.8);
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}
.modal-header > [data-bs-dismiss="modal"]{
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.10 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox] {
	display: grid;
	text-decoration: none;
}
a[data-lightbox]::before,a[data-lightbox] > img,a[data-lightbox] > picture {
	grid-area: 1 / 1;
}
a[data-lightbox]::before{
	content: "+";
	font-family: Helvetica, Arial;
	color:#FFF;
	font-size:32px;
	font-weight:100;
	line-height: 0px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	padding-bottom:5px;
	background: rgba(0,0,0,.5);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius: 50%;
	justify-self: center;
	align-self: center;
	pointer-events: none;
	transform:scale(0.6);
	opacity: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover::before {
	opacity: 1;
	transform:scale(1);
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover img{
	opacity: 0.8;
	transition: all .2s ease-in-out;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Snap Shot */
.snapshot-lb .modal-body{
	padding-bottom:45px;
}
.snapshot-lb .lightbox-caption{
	padding: 0;
	color:rgba(0,0,0,.5);
	background: none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.list-style{
	width:100%;
	line-height:40px;
	margin-top:80px;
}
.list-0-style{
	width:24.19%;
}
.p-style{
	font-size:15px;
	letter-spacing:1px;
	font-weight:600;
}
.p-style_titel{
	letter-spacing:3px;
}
.p-1-style{
	font-size:15px;
	width:15.51%;
	font-weight:600;
}
.p-2-style{
	font-size:15px;
}
.p-bloc-2-style{
	font-size:30px;
	line-height:75px;
	margin-bottom:70px;
	margin-top:70px;
	margin-left:0px;
	width:auto;
	letter-spacing:10px;
}
.p-4-style{
	font-size:15px;
	font-weight:600;
}
.p-bloc-4-style{
	font-size:28px;
	color:#333333!important;
	line-height:82px;
	margin-top:100px;
	margin-bottom:70px;
	letter-spacing:2px;
}
.p-5-style{
	font-size:15px;
	width:12.87%;
	font-weight:600;
}
.p-8-style{
	font-size:13px;
	letter-spacing:1px;
}
.p-11-style{
	font-size:31px;
	line-height:74px;
	margin-top:80px;
	margin-bottom:80px;
	text-align:center;
}
.serieas caption{
	font-size:26px;
	width:95%;
	line-height:50px;
	font-family:Helvetica;
	color:#333333!important;
	margin-left:20px;
	padding-right:0px;
	letter-spacing:3px;
}
.p-15-bloc-3-style{
	font-family:".NewYork-RegularItalic";
	letter-spacing:2px;
	font-size:18px;
	color:#000000!important;
}
.p-16-style{
	font-size:4px;
}
.p-17-style{
	font-size:18px;
	color:#333333!important;
	margin-top:50px;
	letter-spacing:2px;
	line-height:34px;
}
.p-18style{
	font-size:27px;
	text-align:left;
	line-height:58px;
	margin-top:30px;
	margin-bottom:30px;
	letter-spacing:4px;
}
.p-19style{
	font-size:20px;
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
}
.p-20style{
	color:var(--swatch-var-7343)!important;
	letter-spacing:1px;
	font-size:12px;
	text-align:center;
	padding-left:2px;
	font-weight:bold;
}
.p-21style{
	color:#999999!important;
	line-height:16px;
	font-size:10px;
	letter-spacing:1px;
	text-align:center;
	margin:0px 0px 0px 0px;
	font-style:italic;
}
.social-icon-size{
	max-width:120px;
	width:40px;
}
.svg-icon-style{
	width:40px;
}
.highlight-link1{
	background-color:#FFFFFF;
	font-family:"Helvetica";
	font-weight:normal;
	color:#999999!important;
	letter-spacing:1px;
}
.highlight-link1:hover{
	color:#000000!important;
}
.highlight-link2{
	background-color:rgba(0,255,255,0.26);
	background-size:length;
}
.hover_action{
	color:#999999!important;
}
.hover_action:hover{
	color:#000000!important;
}
.sns-icon{
	margin-left:1px;
	margin-right:1px;
}
.img-style{
	border-radius:4px 4px 4px 4px;
	max-width:800px;
	opacity:50;
	object-fit:contain;
	mix-blend-mode:multiply;
	width:100%;
}
.top_image{
	object-fit:contain;
	opacity:80;
	z-index:これ;
}
.link-padding-top{
	padding-top:0px;
	padding-bottom:0px;
	width:8.35%;
}
.card-body-style{
	width:95.82%;
}
.h1-style{
	font-size:62px;
	font-family:"PT Serif";
	width:100%;
	line-height:145px;
	letter-spacing:9px;
	color:#333333!important;
	margin-bottom:126px;
}
.h2-作品の選び方ガイド-style{
	font-size:43px;
	letter-spacing:17px;
	text-decoration:none;
	color:#666666!important;
	margin-top:70px;
	margin-bottom:70px;
	text-align:center;
}
.h2-1-style{
	text-align:justify;
	color:#000000!important;
	font-size:34px;
	letter-spacing:6px;
	width:104%;
	margin-left:-10px;
}
.h2-1-2-style{
	font-size:33px;
	line-height:88px;
	letter-spacing:5px;
	color:#333333!important;
	margin-top:90px;
	margin-bottom:90px;
}
.h2-3-style{
	background-size:auto auto;
	color:#666666!important;
	line-height:70px;
	font-size:37px;
	font-family:"PT Serif";
	margin-top:85px;
	margin-bottom:50px;
	letter-spacing:1px;
}
.h2-6-style{
	font-size:32px;
}
.h2-7style{
	color:#333333!important;
	font-size:35px;
	line-height:80px;
	letter-spacing:2px;
	margin-bottom:40px;
}
.h2-8style{
	line-height:80px;
	margin-top:90px;
	font-size:32px;
	margin-bottom:36px;
	color:#333333!important;
}
.h2-pick-up-works-style{
	font-size:67px;
}
.h3-style{
	font-size:23px;
	line-height:39px;
	margin-top:70px;
	margin-bottom:70px;
}
.card-style{
	stroke-linecap:round;
	width:100%;
	border-style:solid;
	border-color:#000000!important;
	margin-bottom:50px;
}
.divider-style1{
	width:95%;
	height:2px;
	background-color:#666666;
	margin:60px auto 80px auto;
}
.divider-style2{
	width:95%;
	height:2px;
	background-color:#666666;
	margin:60px auto 80px auto;
}
.divider-0-style{
	height:2px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#333333!important;
}
.link-button{
	padding:10px 16px 13px 17px;
	background-size:1px auto;
	border-style:solid;
	border-color:#999999!important;
	text-decoration:none;
	stroke:#999999;
	font-size:18px;
	text-align:center;
	border-radius:10px 10px 10px 10px;
	writing-mode:horizontal-tb;
	align-self:center;
	justify-self:center;
	width:80%;
	color:#000000!important;
	margin-top:30px;
	margin-left:50px;
	border-width:2px 2px 2px 2px;
	margin-bottom:20px;
	font-weight:500;
}
.link-button:hover{
	border-style:solid;
	border-color:#666666!important;
	border-width:1px 1px 1px 1px;
}
.form-button{
	font-size:32px;
	color:#333333!important;
	text-decoration:none;
	border-radius:8px 8px 8px 8px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#666666!important;
	margin-bottom:50px;
	margin-top:105px;
}
.btn-style{
	font-size:14px;
	opacity:1.0;
	letter-spacing:1px;
	padding-right:20px;
	border-width:1px 1px 1px 1px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	text-align:center;
	font-weight:500;
}
.close{
	margin-right:10px;
}
.serias-caption{
	text-align:left;
	line-height:57px;
	font-size:30px;
	letter-spacing:5px;
	margin:70px 0px 40px 75px;
}
.link-button2{
	padding:10px 16px 13px 17px;
	background-size:1px auto;
	border-style:solid;
	border-color:#999999!important;
	text-decoration:none;
	stroke:#999999;
	font-size:20px;
	text-align:center;
	border-radius:10px 10px 10px 10px;
	writing-mode:horizontal-tb;
	align-self:center;
	justify-self:center;
	width:80%;
	color:#000000!important;
	margin-top:25px;
	margin-left:50px;
	border-width:2px 2px 2px 2px;
	margin-bottom:20px;
}
.link-button2:hover{
	border-style:solid;
	border-color:#666666!important;
	border-width:1px 1px 1px 1px;
}
.h2-9style{
	font-size:32px;
	line-height:80px;
	color:#333333!important;
}
.bloc-style1{
	margin-top:100px;
}
.container-2{
	margin-top:60px;
}
.h2-10style{
	font-size:43px;
	letter-spacing:17px;
	color:#666666!important;
	text-align:center;
	margin-top:70px;
	margin-bottom:70px;
}
.h2-末文-style{
	color:#333333!important;
	font-size:35px;
	line-height:80px;
	letter-spacing:2px;
	margin-bottom:40px;
}
.content-style{
	margin-top:0px;
	margin-bottom:0px;
	background-color:#F972E6;
	font-size:55px;
	letter-spacing:1px;
}
.contact-style{
	background-color:#FF66CC;
}
.h1-　send-e-mail-style{
	font-size:55px;
	line-height:48px;
	letter-spacing:1px;
	margin-top:-253px;
	margin-left:90px;
	width:93.51%;
}
.link-send-email-style{
	font-size:62px;
	letter-spacing:1px;
}
.message-style{
	font-size:30px;
	letter-spacing:6px;
	margin-top:50px;
	line-height:65px;
	padding-left:30px;
}
.bio-style2{
	font-size:40px;
	font-family:"PT Serif";
	letter-spacing:17px;
	margin-top:0px;
}
.bio-style{
	font-size:55px;
	font-family:"Helvetica";
	letter-spacing:5px;
	margin-top:80px;
	margin-bottom:0px;
}
.bio-text{
	font-size:20px;
	line-height:32px;
	text-align:left;
	margin-top:90px;
}
.bio-span-style{
	background-color:#C2FFAA;
}
.img-bloc-7-style{
	width:390px;
}
.bio-text-incert{
	font-family:"PT Serif";
	line-height:56px;
	margin-top:70px;
	text-align:center;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-7343:rgba(153,153,153,1.00);
	
}



/* Bloc image backgrounds */

.bg-ohatakiminari-20hibterbild-20{
	background-image:url("img/ohatakiminari%20hibterbild%20.jpg");
	background-image: -webkit-image-set(url("img/ohatakiminari%20hibterbild%20.webp") 1x,
url("img/ohatakiminari%20hibterbild%20.webp") 2x);background-image: image-set(url("img/ohatakiminari%20hibterbild%20.jpg") 1x,
url("img/ohatakiminari%20hibterbild%20.jpg") 2x,url("img/ohatakiminari%20hibterbild%20.webp") 1x,
url("img/ohatakiminari%20hibterbild%20.webp") 2x);
}
.bg-link{
	background-image:url("img/link.jpg");
	background-image: -webkit-image-set(url("img/link.webp") 1x,
url("img/link.webp") 2x);background-image: image-set(url("img/link.jpg") 1x,
url("img/link.jpg") 2x,url("img/link.webp") 1x,
url("img/link.webp") 2x);
}


/* = Additional CSS
-------------------------------------------------------------- */
.hover-zoom {
  transition: transform 0.3s ease;
}

.hover-zoom:hover {
  transform: scale(1.05);
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout-narrow {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.accordion-toggle {
  position: relative;
  display: block;
  min-height: 56px;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  text-indent: -9999px;
  overflow: hidden;
}

.accordion-toggle::after {
  content: "+";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  color: #6f6f6f;
  text-indent: 0;
  opacity: 0.6;
}

.accordion-toggle:hover::after {
  opacity: 1;
}

.accordion-toggle[aria-expanded="true"]::after {
  content: "−";
  opacity: 1;
}

/* ハンバーガー位置 */
.menu-fixed {
  position: fixed;
  top: 42px;
  right: 28px;
  z-index: 9999;
}

/* フルスクリーンメニュー背景本体 */
.blocsapp-special-menu,
.blocsapp-special-menu blocsnav {
  background: #ffffff !important;
}

/* メニューリンク */
.nav-special.fullscreen-nav .nav > li > a,
.blocsapp-special-menu a,
.blocsapp-special-menu .nav-link {
  color: #666666 !important;
  font-family: "PT Serif", serif !important;
  font-size: 28px !important;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
  font-weight: 400;
}

/* フルスクリーンメニューの閉じる X */
.blocsapp-special-menu .special-menu-close,
.blocsapp-special-menu .blocs-close-button,
.blocsapp-special-menu .close-special-menu,
.blocsapp-special-menu [class*="close"] {
  color: #111111 !important;
  fill: #111111 !important;
  opacity: 1 !important;
}

/* X がSVGや擬似要素でも黒くする保険 */
.blocsapp-special-menu .special-menu-close::before,
.blocsapp-special-menu .special-menu-close::after,
.blocsapp-special-menu [class*="close"]::before,
.blocsapp-special-menu [class*="close"]::after {
  color: #111111 !important;
  background-color: #111111 !important;
}


.nav-special.fullscreen-nav .nav > li > a,
.blocsapp-special-menu a,
.blocsapp-special-menu .nav-link {
  color: #666666 !important;
  font-family: "PT Serif", serif !important;
  font-size: 28px !important;
  line-height: 1.9 !important;
  letter-spacing: 0.03em;
  font-weight: 400;
}

.hover_action a,
a.hover_action {
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.hover_action a:hover,
a.hover_action:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
  opacity: 0.7;
}

.link-send-email-style {
  text-decoration: none;
}

.link-send-email-style {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(
    90deg,
    #f48ca6 0 1.45em,
    transparent 1.45em
  );
  background-repeat: no-repeat;
  background-size: 1.45em 1.05em;
  background-position: 0.8em 0.18em;
}

.link-send-email-style:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
  opacity: 0.7;
}

.contact-hero-content {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 150px;
}




/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
    .link-with-icon.text-sm-start,.link-with-icon.text-sm-left{justify-content: flex-start;}
    .link-with-icon.text-sm-center{justify-content: center;}
    .link-with-icon.text-sm-end,.link-with-icon.text-sm-right{justify-content: flex-end;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
    .link-with-icon.text-md-start,.link-with-icon.text-md-left{justify-content: flex-start;}
    .link-with-icon.text-md-center{justify-content: center;}
    .link-with-icon.text-md-end,.link-with-icon.text-md-right{justify-content: flex-end;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
    .link-with-icon.text-lg-start,.link-with-icon.text-lg-left{justify-content: flex-start;}
    .link-with-icon.text-lg-center{justify-content: center;}
    .link-with-icon.text-lg-end,.link-with-icon.text-lg-right{justify-content: flex-end;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.card-style{
		width:100%;
		margin:10px 0px 10px 0px;
	}
	.h2-8style{
		margin:35px 20px 30px 20px;
		line-height:49px;
	}
	.p-bloc-2-style{
		text-align:center;
		margin:50px 0px 30px 22px;
		letter-spacing:1px;
		line-height:51px;
	}
	.h2-作品の選び方ガイド-style{
		margin-top:30px;
	}
	.p-18style{
		margin-top:32px;
		margin-left:31px;
	}
	.h2-7style{
		margin-top:36px;
		line-height:56px;
		margin-left:20px;
	}
	.form-button{
		text-align:center;
		margin-top:50px;
	}
	.serieas caption{
		margin-left:10px;
	}
	.p-bloc-4-style{
		margin-top:45px;
		line-height:49px;
	}
	.link-button{
		width:80%;
		margin-left:6px;
		border-width:1px 1px 1px 1px;
		margin-top:0px;
	}
	.link-button2{
		width:80%;
		margin-left:6px;
		border-width:1px 1px 1px 1px;
		margin-top:0px;
	}
	.h2-1-style{
		text-align:center;
		line-height:57px;
	}
	.h2-末文-style{
		margin-top:36px;
		line-height:56px;
		margin-left:20px;
	}
	
}

@media (max-width: 767px){
	.row-style{
		text-align:center;
	}
	.social-icon-size{
		text-align:center;
	}
	.p-8-style{
		margin-left:87px;
	}
	
}

@media (max-width: 575px){
	.row-style{
		width:95.99%;
	}
	.p-8-style{
		font-size:9px;
		margin-left:0px;
		width:100%;
		text-align:center;
	}
	.row-bloc-2-style{
		width:100%;
	}
	.p-5-style{
		width:16.53%;
	}
	.p-1-style{
		width:21.49%;
	}
	.svg-icon-bloc-2-style{
		width:35px;
	}
	.svg-icon-style{
		width:35px;
	}
	.img-style{
		border-radius:0px 0px 0px 0px;
		width:100%;
	}
	.link-padding-top{
		width:21.53%;
		font-size:12px;
		padding-top:4px;
		padding-bottom:4px;
	}
	.h1-style{
		font-size:21px;
		line-height:61px;
		letter-spacing:6px;
		text-align:center;
		width:100%;
		background-position:center center;
		margin-bottom:50px;
		margin-top:50px;
	}
	.h2-1-style{
		font-size:13px;
		text-align:center;
		letter-spacing:4px;
		line-height:38px;
		margin-top:0px;
	}
	.divider-style2{
		border-style:empty;
		height:0px;
		opacity:1.0;
		margin-top:0px;
		margin-bottom:35px;
		width:100%;
	}
	.h2-1-2-style{
		font-size:12px;
		letter-spacing:2px;
		line-height:45px;
		padding-bottom:0px;
		width:100%;
		margin-bottom:40px;
		text-align:center;
		color:#000000!important;
		margin-top:0px;
	}
	.h2-作品の選び方ガイド-style{
		font-size:18px;
		line-height:31px;
		margin-top:0px;
		text-align:center;
		letter-spacing:15px;
		margin-bottom:0px;
		color:#333333!important;
		margin-left:4px;
	}
	.card-style{
		width:100%;
	}
	.p-bloc-2-style{
		font-size:15px;
		line-height:42px;
		text-align:center;
		letter-spacing:3px;
		margin:30px 0px 25px -10px;
		width:110%;
	}
	.h2-3-style{
		font-size:18px;
		line-height:37px;
		color:#000000!important;
		letter-spacing:2px;
		width:100%;
		margin-top:50px;
		font-weight:bold;
		text-decoration:none;
		margin-bottom:30px;
	}
	.serieas caption{
		font-size:12px;
		line-height:24px;
		width:100%;
		text-align:center;
		letter-spacing:4px;
		margin-left:1px;
		padding-left:3px;
		margin-bottom:22px;
	}
	.h2-pick-up-works-style{
		font-size:31px;
		letter-spacing:2px;
		font-weight:500;
	}
	.p-11-style{
		font-size:16px;
		letter-spacing:4px;
		line-height:46px;
		margin-top:10px;
		color:#333333!important;
		margin-bottom:0px;
	}
	.h3-style{
		font-size:17px;
		line-height:32px;
	}
	.link-button{
		font-size:14px;
		margin-left:27px;
		padding-bottom:8px;
		margin-bottom:60px;
		color:#000000!important;
		padding-right:10px;
		padding-left:10px;
	}
	.p-bloc-4-style{
		font-size:18px;
		line-height:42px;
		text-align:center;
		letter-spacing:4px;
		width:100%;
		margin-top:64px;
	}
	.img-bloc-4-style{
		width:125px;
	}
	.h2-8style{
		font-size:15px;
		letter-spacing:1px;
		line-height:50px;
		text-align:center;
		color:#333333!important;
		margin:45px 12px 35px 12px;
	}
	.h2-7style{
		text-align:left;
		font-size:16px;
		letter-spacing:0px;
		margin:50px 0px 25px 0px;
		line-height:55px;
		width:103%;
	}
	.p-18style{
		font-size:12px;
		letter-spacing:3px;
		width:108%;
		line-height:33px;
		margin-left:-2px;
		margin-top:17px;
	}
	.form-button{
		font-size:15px;
		text-align:center;
		padding-top:6px;
		padding-bottom:6px;
		margin-top:50px;
	}
	.card-body-style{
		margin-left:6px;
	}
	.link-style{
		text-decoration:underline;
		letter-spacing:3px;
	}
	.link-button2{
		font-size:12px;
		margin-left:0px;
		padding-bottom:8px;
		margin-bottom:60px;
		color:#000000!important;
		width:100%;
		margin-top:18px;
		border-width:1px 1px 1px 1px;
		padding-right:12px;
		padding-left:14px;
	}
	.serias-caption{
		font-size:15px;
		line-height:44px;
		letter-spacing:2px;
		margin:60px 0px 20px 0px;
		width:100%;
		text-align:left;
	}
	.p-21style{
		margin-top:20px;
		line-height:22px;
	}
	.bloc-style2{
		margin-top:-23px;
	}
	.divider-0-style{
		height:1px;
		color:#666666!important;
	}
	.divider-style1{
		border-style:empty;
		height:0px;
		opacity:1.0;
		margin-top:34px;
		margin-bottom:35px;
	}
	.btn-style{
		padding-right:20px;
	}
	.p-17-style{
		line-height:35px;
		letter-spacing:1px;
	}
	.divider-style3{
		width:75%;
		margin-bottom:50px;
		margin-top:45px;
	}
	.divider-style4{
		margin-top:40px;
	}
	.divider-style5{
		margin-top:50px;
	}
	.p-19style{
		font-size:14px;
		letter-spacing:1px;
	}
	.h2-9style{
		line-height:50px;
		letter-spacing:1px;
		font-size:15px;
		text-align:center;
	}
	.divider-style6{
		margin-bottom:80px;
	}
	.container-1{
		margin-bottom:-120px;
	}
	.container-2{
		margin-bottom:-130px;
	}
	.bloc-style1{
		margin-top:80px;
	}
	.h2-{
	}
	.h2-10style{
		font-size:18px;
		letter-spacing:15px;
		text-align:center;
		margin-top:45px;
		margin-left:1px;
		margin-bottom:45px;
	}
	.h2-末文-style{
		text-align:left;
		font-size:16px;
		letter-spacing:0px;
		margin:70px 0px 35px 0px;
		line-height:55px;
		width:103%;
	}
	.link-send-email-style{
		font-size:35px;
	}
	.message-style{
		font-size:12px;
		line-height:28px;
		letter-spacing:4px;
		padding-left:12px;
	}
	.bio-style2{
		margin-top:60px;
		font-size:30px;
	}
	.bio-text-incert{
		font-size:15px;
		line-height:38px;
		text-align:left;
		letter-spacing:2px;
		margin-top:25px;
	}
	.bio-text{
		margin-top:60px;
		font-size:15px;
	}
	.bio-style{
		font-size:40px;
	}
	.bio-span-style{
		background-size:auto auto;
	}
	.img-bloc-7-style{
		margin-top:35px;
	}
	
}

