/*
Theme Name: WIT
Theme URI: 
Author: Yuta Otani
Author URI: 
Version: 1.0.0
License: NICETOWN
License URI: 
Template: welcart_basic
Text Domain: WIT
*/
.header_area {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
	position: relative;
}
header#header {
    position: fixed;
    width: 100%;
    background: #F9FAFC;
    z-index: 100;
}
.header_logo {
    padding: 2em;
	position: absolute;
	left: 0;
}
.header_logo img {
    height: 8em;
}
.header_menu {
    padding: 1em 2em;
}
ul#menu_id {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
}
ul#menu_id li {
    margin-left: 2em;
}
.header_menu_icon img {
    height: 2em;
    margin-left: 2em;
}
div#container {
    padding-top: 4em;
}
.header_area_kadomaru {
    position: absolute;
    left: 0;
    top: 3.7em;
    display: inline-block;
}
.header_area_kadomaru svg {
    width: 17em;
    height: 16em;
}
.mainvisual {
    width: 100%;
	height: calc(100vh - 4em);
    position: relative;
    overflow: hidden;
}
.mainvisual img {
    width: 100%;
    height: auto;
	max-width: none;
}
.tp_about {
    margin: 5em auto;
}
.tp_about_flex {
    justify-content: center;
}
.tp_about_img img {
    height: 8em;
}
h2.mainh2_img {
    margin-bottom: 2em;
}
.tp_about h2.mainh2_img {
    margin-bottom: 1.5em;
}
h2.mainh2_img img {
    height: 1.7em;
}
.more_img {
    margin-top: 2em;
}
.more_img img {
    height: 2.3em;
}
.tp_about_img {
    margin-right: 4em;
}
.tp_item {
    margin: 5em auto;
}
.item_archive_content_img {
    width: 100%;
	height: auto;
    position: relative;
    overflow: hidden;
}
.item_archive_content_img:before {
	content: "";
    display: block;
    padding-top: 100%;
}
.item_archive_content_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
	max-width: none;
}
.item_archive_content_img:hover img {
    width: auto;
    height: 110%;
}
.tp_news {
    margin-bottom: 5em;
}
.tp_news_border.border {
    border: dashed 1px #c6c6c6;
    padding: 2em;
}
.tp_blog {
    margin: 5em auto;
}
footer#footer {
    border-top-left-radius: 100px;
    -webkit-border-top-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0px;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-bottomright: 100px;
    background: #DEE1E6;
    padding: 3em 0;
	position: relative;
}
.footer_main_logo img {
    height: 9em;
    margin-bottom: 2em;
}
.copy {
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 1.5em;
    color: #707070;
    font-weight: 400;
}
.footer_menu a {
    font-weight: 600;
    font-size: 13px;
    padding: 0 1em;
    border-right: solid 1px #000;
}
.footer_menu a:last-child {
    border-right: none;
	padding-right: 0;
}
.low_mainh1 {
    border-bottom: dashed 1px #707070;
    padding-bottom: 2em;
    margin-bottom: 2em;
}
h1.low_mainh1.no_border {
    border: none;
    padding-bottom: 0;
	margin-bottom: 1.5em;
}
h1.low_mainh1 img {
    height: 1.7em;
}
.low_about {
    background: url(https://wit.nicetown-design.com/wp-content/themes/wit/img/019.jpg);
    background-size: cover;
    background-position: center top;
    position: relative;
    padding: 15em 0;
	margin-bottom: -100px;
}
.low_about_bkwhite {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 40%);
    top: 0;
}
.low_about_main {
    position: relative;
    background: rgb(255 255 255 / 80%);
    max-width: 800px;
    margin: 0 auto;
    padding: 4em;
    line-height: 1.5;
    font-weight: 500;
}
.low_about_main .low_mainh1 img {
    height: 1.3em;
}
.mainvisual_kadomaru {
    position: absolute;
    bottom: -0.7em;
    right: 0;
}
.mainvisual_kadomaru svg {
    width: 17em;
    height: 16em;
}
.low_main_full_item_flex_content_cart_button input {
    background: url(https://wit.nicetown-design.com/wp-content/themes/wit/img/020.jpg);
    border: none;
    color: rgb(255 255 255 / 0%);
    line-height: 2.4;
    font-size: 12px;
    width: 100%;
    cursor: pointer;
    background-size: 100%;
    background-repeat: no-repeat;
}



/*いつものやつ*/
@media only screen and (max-width: 780px) {

}