/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

br.small {
	display: inline;
}
br.large {
	display: none;
}
img.small {
	display: block;
}
img.large {
	display: none;
}
span.no-small {
	display: none;
}



/* --------------------------------------------------------------------------------
page
-------------------------------------------------------------------------------- */

p#button-contact {
	display: none;
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

header#header *#logo {
	left: 10px;
	top: 10px;
}
body.admin-bar header#header *#logo {
	top: 15px;
}
header#header *#logo img {
	width: calc(135px * 0.625);
}
header#header :where(p#button-menu, p.button-contact) {
	top: 15px;
}
body.admin-bar header#header :where(p#button-menu, p.button-contact) {
	top: 15px;
}
header#header p#button-menu {
	right: 15px;
	color: #a00f21;
}
header#header p#button-menu:hover {
	color: #ffffff;
}
header#header p#button-menu svg path:where(#path-01, #path-02) {
	fill: #a00f21 !important;
}
header#header p.button-contact {
	right: 75px;
	transition: none;
}
div.scroll header#header p.button-contact {
	pointer-events: auto;
	opacity: 1;
}
header#header div#menu {
	transform: translateX(100%);
	transition-duration: 0.25s;
}
body.admin-bar header#header div#menu {
	height: 100%;
	top: 0px;
}
div.menu-header header#header div#menu {
	transform: translateX(0%);
}
header#header div#menu div.inner-menu {
	width: auto;
	padding: 80px 0px 40px 0px;
}
header#header div#menu p.logo {
	margin-bottom: 60px;
}
header#header div#menu p.logo img {
	width: calc(254px * 0.875);
}
header#header div#menu nav#navi ul {
	display: block;
	margin-bottom: 0px;
	transform: translateX(10px);
}
header#header div#menu nav#navi ul li {
	margin-bottom: 0px;
}
header#header div#menu nav#navi ul li:not(:last-child) {
	margin-bottom: 40px;
}
header#header div#menu nav#navi ul li:nth-child(2n+1) {
	width: auto;
}
header#header div#menu nav#navi ul li:nth-child(2n) {
	width: auto;
}
header#header div#menu nav#navi ul li span.sub {
	font-size: 0.875rem;
	line-height: 1.5rem;
	margin-bottom: 0px;
}
header#header div#menu nav#navi ul li span.main {
	font-size: 1.25rem;
}



/* --------------------------------------------------------------------------------
splash
-------------------------------------------------------------------------------- */

div#splash div.text h2 {
	margin-bottom: 60px;
}
div#splash div.text h2 img {
	width: calc(28px * 0.875);
}
div#splash div.text h2 img:not(:last-child) {
	margin-left: 35px;
}
div#splash div.text p.logo img {
	width: calc(135px * 0.75);
}



/* --------------------------------------------------------------------------------
cover
-------------------------------------------------------------------------------- */

body.admin-bar div#cover {
	height: 100svh;
}
div#cover p.logo img {
	width: calc(329px * 0.625);
}



/* --------------------------------------------------------------------------------
main
-------------------------------------------------------------------------------- */

main section div.inner-section {
	width: auto;
	padding: 80px 30px;
}

/* home
-------------------------------------------------------------------------------- */

main section#story::before {
	height: 50px;
	top: -50px;
}
main section#story div.background {
	display: none;
}
main section#story div.inner-section {
	padding-top: 40px;
	padding-bottom: 177px;
}
main section#story div.image-text {
	display: block;
}
main section#story div.image-text:not(:last-child) {
	margin-bottom: 80px;
}
main section#story div.image-text div.image {
	width: auto;
	margin-bottom: 20px;
}
main section#story div.image-text div.image p.row:nth-child(1) {
	width: 50%;
}
main section#story div.image-text div.image p.row:nth-child(2) {
	width: auto;
	margin-top: -40px;
}
main section#story div.image-text div.text {
	width: auto;
}
main section#story div.image-text div.text p.sub {
	margin-bottom: 20px;
}
main section#story div.image-text div.text h2 {
	font-size: 1.75rem;
	line-height: 1.75rem;
	margin-bottom: 30px;
}
main section#story div.image-text div.text h2 span {
	display: flex;
	flex-wrap: wrap;
}
main section#story div.image-text div.text h2 span:not(:last-child) {
	margin-bottom: 10px;
}
main section#story div.video {
	width: auto;
	margin: 0px -30px;
	border-radius: 0px;
}
main section#story div.video p.image span.button {
	width: 60px;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
}
main section#story div.video p.image span.button i.icon {
	border-width: 1px;
	margin-bottom: 5px;
}
main section#story div.video p.image span.button i.icon svg {
	width: 15px;
	transform: translateX(2.5px);
}
main section#story div.video p.image span.button i.text {
	font-size: 0.625rem;
	line-height: 0.625rem;
}
main section#feature::before {
	height: 37px;
	top: -37px;
}
main section#feature div.inner-section {
	padding-bottom: 136px;
}
main section#feature header {
	margin-bottom: -80px;
	transform: translateY(-80px);
}
main section:where(#feature, #message, #contact) header h2 {
	font-size: 1.75rem;
	line-height: 2.75rem;
}
main section#feature div.block:not(:last-child) {
	margin-bottom: 80px;
}
main section#feature div.block p.number {
	font-size: 3.5rem;
	line-height: 3.5rem;
	margin-bottom: 20px;
}
main section#feature div.block h3 {
	font-size: 2rem;
	line-height: 2.25rem;
	margin: 0px 0px 40px 0px;
}
main section#feature div.block h3.large {
	display: none;
}
main section#feature div.block h3.small {
	display: block;
}
main section#feature div.block h3 span:not(:last-child) {
	margin-bottom: 20px;
}
main section#feature div.block h3 span i {
	padding-bottom: 10px;
}
main section#feature div.block div.image-text {
	display: block;
}
main section#feature div.block div.image-text div.image {
	width: auto;
	margin-bottom: 20px;
}
main section#feature div.block div.image-text div.text {
	width: auto;
}
main section#feature div:where(.block-01, .block-02) div.image-text {
	margin-bottom: 60px;
}
main section#feature div:where(.block-01, .block-03) div.image-text {
	margin-left: 0px;
}
main section#feature div.block-01 div.reason,
main section#feature div.block-02 div.point {
	border-radius: 40px;
}
main section#feature div.block-01 div.reason {
	padding: 80px 30px 30px 30px;
}
main section#feature div.block-01 div.reason p.headline {
	left: calc(50% - calc(155px * 0.5));
}
main section#feature div.block-01 div.reason div.diagram-text {
	display: block;
}
main section#feature div.block-01 div.reason div.diagram-text div.text {
	width: auto;
	margin-bottom: 20px;
}
main section#feature div.block-01 div.reason div.diagram-text div.text h4,
main section#feature div.block-02 div.point h4 {
	font-size: 1.625rem;
	line-height: 2.125rem;
}
main section#feature div.block-01 div.reason div.diagram-text div.text h4 {
	text-align: center;
}
main section#feature div.block-01 div.reason div.diagram-text p.diagram {
	width: auto;
	padding: 20px;
}
main section#feature div.block-01 div.reason div.diagram-text p.diagram img {
	width: 100%;
}
main section#feature div.block-02 div.image-text {
	margin-right: 0px;
}
main section#feature div.block-02 div.point {
	margin-bottom: 60px;
	padding: 80px 30px 30px 30px;
}
main section#feature div.block-02 div.point div.list {
	display: block;
	margin-right: 0px;
}
main section#feature div.block-02 div.point div.list div.row {
	width: auto;
	margin-right: 0px;
}
main section#feature div.block-02 div.point div.list div.row:not(:last-child) {
	margin-bottom: 40px;
}
main section#feature div.block-02 div.point div.list div.row p.image {
	margin-bottom: 10px;
}
main section#feature div.block-02 div.safety {
	width: auto;
	padding: 30px;
	border-radius: 40px;
}
main section#feature div.block-02 div.safety h4 {
	font-size: 1.375rem;
	line-height: 2.125rem;
	margin: 0px -30px 20px -30px;
}
main section#feature div.block-02 div.safety p.description {
	text-align: justify;
}
main section#feature div.block-02 div.safety div.link-wrapper {
	display: block;
	text-align: justify;
}
main section#feature div.block-03 div.image-text div.image p.row:nth-child(1) {
	width: 57.5%;
}
main section#feature div.block-03 div.image-text div.image p.row:nth-child(2) {
	width: auto;
	margin-top: -20px;
}
main section#feature div.block-03 div.image-text div.text p.description {
	margin-bottom: 20px;
}
main section#feature div.block-03 div.image-text div.text p.diagram {
	margin: 0px -10px;
}
main section#feature div.block-04 div.diagram-text {
	display: block;
	margin-bottom: 60px;
	padding: 0px;
}
main section#feature div.block-04 div.diagram-text div.text {
	width: auto;
	margin-bottom: 40px;
}
main section#feature div.block-04 div.diagram-text p.diagram {
	width: calc(100% - 40px);
	margin: 0px auto;
	transform: translateX(-10px);
}
main section#feature div.block-04 div.list {
	display: block;
	margin: 0px;
}
main section#feature div.block-04 div.list div.row {
	width: auto;
	margin: 0px;
}
main section#feature div.block-04 div.list div.row:not(:last-child) {
	margin-bottom: 60px;
}
main section#feature div.block-04 div.list div.row:has(p.image) {
	display: block;
}
main section#feature div.block-04 div.list div.row p.image {
	width: auto;
	margin-bottom: 20px;
}
main section#feature div.block-04 div.list div.row:has(p.image) div.text {
	width: auto;
}
main section#feature div.block-04 div.list div.row:not(:has(p.image)) div.text {
	padding: 35px 0px 0px 0px;
}
main section#feature div.block-04 div.list div.row div.text h4 {
	font-size: 1.375rem;
}
main section#message::before {
	height: 56px;
	top: -56px;
}
main section#message div.inner-section {
	padding-top: 40px;
}
main section:where(#message, #contact) header {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: calc(1.5rem + 10px);
}
main section#message header {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}
main section#message div.image-text {
	display: block;
	margin: 0px 0px 60px 0px;
}
main section#message div.image-text p.image {
	width: auto;
	max-height: none;
	margin: 0px -30px 40px -30px;
	border-radius: 0px;
}
main section#message div.image-text div.text {
	width: auto;
}
main section#message div.company {
	margin-bottom: 60px;
}
main section#message div.company div.list {
	display: block;
	margin-right: 0px;
}
main section#message div.company div.list div.row {
	display: block;
	width: auto;
	margin-right: 0px;
}
main section#message div.company div.list div.row:not(:last-child) {
	margin-bottom: 45px;
}
main section#message div.company div.list div.row h3 {
	margin: 0px auto 15px auto;
}
main section#message div.company div.list div.row ul {
	justify-content: center;
}
main section#message div.company div.list div.row ul li {
	text-align: center;
}
main section#message div.company div.list div.row:nth-child(1) h3 {
	width: calc(280px * 0.875);
}
main section#message div.company div.list div.row:nth-child(2) h3 {
	width: calc(336px * 0.875);
}
main section#message div.shop {
	padding: 30px;
	border-radius: 40px;
}
main section#message div.shop h3 {
	font-size: 1.375rem;
	margin-bottom: 30px;
}
main section#message div.shop div.list {
	display: block;
	margin-right: 0px;
}
main section#message div.shop div.list div.row {
	width: auto;
	margin-right: 0px;
}
main section#message div.shop div.list div.row:not(:last-child) {
	margin-bottom: 50px;
}
main section#message div.shop div.list div.row div.list-data div.row-data p.label {
	width: 85px;
}
main section#message div.shop div.list div.row div.list-data div.row-data p.body {
	width: calc(100% - 85px);
}
main section#contact div.inner-section {
	padding-top: 40px;
}
main section#contact header {
	position: static;
	left: auto;
	top: auto;
	margin-bottom: 40px;
}
main section#contact div:where(.header, .form) {
	width: auto;
	transform: translateX(0px);
}

/* form
-------------------------------------------------------------------------------- */

main section.form div.header {
	margin-bottom: 60px;
}
main section.form div.form div.component-wrapper {
	margin-bottom: 60px;
}
main section.form div.form div.component {
	display: block;
}
main section.form div.form div.component:not(:last-child) {
	margin-bottom: 30px;
}
main section.form div.form div.mw_wp_form_preview div.component {
	padding: 30px 0px;
}
main section.form div.form div.component p.label {
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 10px;
}
main section.form div.form div.component div.body {
	width: auto;
}
main section.form div.form div.component-address div.body div.row :where(input[name=postal_code], p#button-auto) {
	width: calc(50% - 5px);
}
main section.form div.form div.component-address div.body div.row input[name=postal_code] {
	width: calc(100% - 120px);
}
main section.form div.form div.component-address div.body div.row p#button-auto {
	width: 110px;
}
main section.form div.form div.component-address div.body div.row :where(select[name=address-01], input[name=address-02]) {
	width: calc(50% - 10px);
}
main section.form div.form div.action {
	display: block;
	padding-left: 0px;
}
main section.form div.form div.action :where(input:where([type=button], [type=submit]), button) {
	margin: 0px auto;
}
main section.form div.form div.action :where(input:where([type=button], [type=submit]), button):not(:last-child) {
	margin-right: auto;
	margin-bottom: 20px;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer div.inner-footer {
	width: auto;
	padding: 60px 30px 0px 30px;
}
footer#footer div.information-navi-footer {
	display: block;
}
footer#footer div.information {
	width: auto;
}
footer#footer div.information p.logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
footer#footer div.information p.logo img {
	width: calc(254px * 0.875);
}
footer#footer div.information p.button-tel {
	justify-content: center;
}
footer#footer nav#navi-footer {
	display: none;
}
footer#footer p.image {
	position: static;
	width: auto;
	height: auto;
	right: auto;
	bottom: auto;
	margin: -30px -30px 0px -30px;
}
