/*
Theme Name: WADEN
Theme URI: 
Version: 1.01
Author: kobadesings
Author URI: https://kobadesings.com
Tags: simple, clean, single column

*/

@charset "UTF-8";
/**** Body********************************************************/
html,body {
    color: #595757;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    width: 100%;
    height: auto;
    overflow-x: hidden;

}
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
.col-15{
  width: 20%;
  flex: 0 0 20%;
}
.colored{
    background: #F6F1EB;
}
b, strong, .bold{
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
ul{
    list-style: none;
}
img{
	width: 100%;
    height: auto;
}
table {
    width: 100%;
}
h1 img {
    max-width: 70px;
}
h2 {
    font-size: 25px;
    font-family: "Hedvig Letters Sans",sans-serif;;
    letter-spacing: 1px;
}
h3 {
    font-size: 20px;
    margin: 1em 0px 0.5em;
}
h4 {
    font-size: 18px;
    margin: 1em 0;
    font-weight: bold;
}
h5 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 1em;
}
h5 span {
    font-size: 13px;
    margin-left: 1em;
}
p {
    font-size: 14px;
}
time {
    font-family: 'Hedvig Letters Sans';
    font-size: 13px;
    margin-bottom: 1em;
    display: block;
}
a,a:hover{
	color: #595757;
	text-decoration: none;
	-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
}
a:hover{
    color: #000;
    text-decoration: none;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
}
a.box_link {
    color: #595757;
    font-size: 14px;
    border: #595757 1px solid;
    padding: 5px 15px;
    margin: 1em 0;
    display: inline-block;
}
a.box_link:hover {
    color: #fff;
    background: #595757;
}
button{
    outline: 0;
    text-decoration: none;
}
button:focus {
    outline:0;
}
a.align_center.box_link {
    margin: 30px auto;
}
.underbar_link {
    margin-bottom: 2em;
    display: inline-block;
    border-bottom: #595757 1px solid;
    font-size: 15px;
}
.v_center{
    display: table;
    height: 100%;
    width: 100%;
    z-index: 100;
    position: relative;
}
.v_center .v_center_wrap{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
figcaption {
    font-size: 12px;
    color: #aaa;
}
.wp-block-cover.break-rows {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 80vh;
    margin-bottom: 40px;
}
.break-rows {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 80vh;
    margin-bottom: 40px;
}
/*------------NAV--------------*/
.e-hidden {
    overflow: hidden;
}
.general_nav {
    height: 80px;
    width: 100%;
    position: fixed;
    z-index: 1000;
    background: #fff;
    top: 0;
}
.main_nav {
    display: flex;
    justify-content: space-between;
    height: 80px;
    padding: 0 15px;
    border-bottom: 1px solid #000;
}
.main_nav h1 {
    font-size: 19px;
    line-height: 75px;
    margin: 0;
}
.main_nav h1 img {
    height: 60px;
    width: auto;
    max-width: none;
}
nav ul {
    list-style: none;
    max-width: 600px;
    margin: 0 auto;
}
nav ul.tribe-events-sub-nav{
    max-width: none;
}
.main_nav li {
    display: inline-block;
    padding: 0 15px;
    line-height: 100px;
}
li.wrapped.top_border {
    border-top: 1px solid #fff;
}
.main_nav li a {
    color: #595757;
    font-size: 15px;
    line-height: 2.2em;
    display: block;
}
.main_nav li a span {
    font-size: 12px;
    display: block;
    line-height: 1.5em;
}
.main_nav li.twitter_link a {
    color: #38A1F3;
}
.main_nav li a:hover {
    color: #EC6A76;
}
.main_nav li.twitter_link a:hover {
    color: #4267b2;
}
.main_nav #menu-menu_right {
    text-align: right;
}
.right_nav {
    display: flex;
    align-items: center;
}
.nav_online {
    position: relative;
    display: inline-block;
    text-align: center;
    width: auto;
    margin: 0;
    margin-right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out,left 0s,right 0s;
    cursor: pointer;
    z-index: 3;
    padding: 0;
    border-radius: 0;
}
.nav_online a {
    border:1px solid #eC6A76;
    color: #eC6A76;
    display: block;
    width: auto;
    position: relative;
    padding: 5px 15px;
}
.nav_online a:hover {
    color: #000;
    background: #eC6A76;
    border-radius: 2em;
}
.menu_pc_list ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.menu_pc_list ul li a {
    font-size: 15px;
    line-height: 17px;
}
.menu_pc_list ul li a span {
    font-size: 10px;
    margin-bottom: 3px;
}
.navicon {
    width: 25px;
    height: 25px;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out,left 0s,right 0s;
    cursor: pointer;
    z-index: 3;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    top: 55%;
    left: 30px;
    position: absolute;
}
.navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFF;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.navicon span:nth-child(1) {
    top: 0;
    background: #000;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.navicon span:nth-child(2) {
    top: 7px;
    background: #000;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.navicon span:nth-child(3) {
    top: 14px;
    background: #000;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.nav-open .navicon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 0;
}
.nav-open .navicon span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.nav-open .navicon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 0;
}
.menu_mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}
.menu_mobile__holder {
    min-height:100vh;
    height: auto;
    overflow: auto;
    position: relative;
}
.menu_mobile__fader {
    background: #000;
    opacity: 0.95;
}
.menu_mobile_list ul li a {
    color: #fff;
}
button {
    color: #fff;
    outline: none;
    display: block;
    position: relative;
    cursor: pointer;
}
button .wrapped.t-white {
    cursor: pointer;
}
.menu_mobile_list {
    position: relative;
    left: 50vw;
    transform: translate(-50%);
    width: 80%;
    text-align: center;
    padding: 60px 0;
    min-height: 100vh;
    height: auto;

}
.menu_mobile_list ul li {
    margin-bottom: 2em;
}
.menu_mobile_list ul li a {
    font-size: 23px;
    font-weight: normal;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.menu_mobile_list ul li a span {
    display: block;
    font-size: 13px;
}
.menu_mobile_list ul li.twitter_link a {
    color: #38A3F7;
}
.menu_mobile_list ul li a:hover {
    color: #595757;
}
.menu_mobile_list ul li.twitter_link a:hover {
    color: #4267b2;
}
.menu_mobile_list ul#menu-general {
    position: relative;
}
.wrap {
    display: flex;
    justify-content: space-between;
}
.e-wvw {
    width: 100vw;
}
.e-hvh {
    height: 100vh;
}
.e-abs {
    position: absolute;
}
.e-wp {
    width: 100%;
}
.e-hp {
    height: 100%;
}
.w-90fix{
    flex: 0 0 90px;
    padding: 0;
}
.menu_mobile__back {
    right: 15px;
    font-size: 15px;
    padding: 5vw;
    z-index: 1000;
}
nav hr {
    border-color: #fff;
    max-width: 300px;
    margin: 1rem auto;
}
.twitter_link {
    display: inline-block;
    margin: 1rem 15px;
}

/*------------TOP--------------*/
#wrapper{
    height: 100%;
    -webkit-overflow-scrolling: touch;
    z-index: 10003;
}
/****TOP********************************************************/
.cover {
	background-color: #E4E6E7;
	background-image: 
	url(img/Line01.png),
	url(img/ogatsu_title.png),
	url(img/line03.png),
	url(img/ogatsu_tableware.png),
	url(img/noise.png);
	background-position:
	center 60px,
	center 560px,
	center 590px,
	center 120px,
	top left;
	background-repeat:
	no-repeat,
	no-repeat,
	no-repeat,
	no-repeat,
	repeat;
	background-size:
	25px,
	120px,
	330px,
	900px,
	350px;
	height:620px;
	-pie-background-image: 
	url(img/Line01.png),
	url(img/ogatsu_title.png),
	url(img/line03.png),
	url(img/ogatsu_tableware.png),
	url(img/noise.png);
	-pie-background-position:
	center 60px,
	center 560px,
	center 590px,
	center 120px,
	top left;
	-pie-background-repeat:
	no-repeat,
	no-repeat,
	no-repeat,
	no-repeat,
	repeat;
	-pie-background-size:
	25px,
	120px,
	330px,
	900px,
	350px;
	behavior: url(js/PIE.htc);
}
.top_selection {
    padding: 60px 0;
}
.top_colored_box {
    width: 100%;
    padding: 0;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
    margin: 2.5px 0;
}
.top_colored_box figure {
    background: #3f3f3f;
}
.top_image_box {
    margin: 2.5px 0;
    padding: 0;
}
.projectCover {
    background-color: #E4E6E7;
    background-image: url(img/ogatsu_title_ver.png),url(img/ogatsu_tableware.png),url(img/noise.png);
    background-position: center 100px,center 120px,top left;
    background-repeat: no-repeat,no-repeat,repeat;
    background-size: 30px,900px,350px;
    height: 620px;
    behavior: url(js/PIE.htc);
}
.col-md-6.col-12.top_image_box,
.col-md-6.col-12.top_colored_box
 {
    padding: 0 2.5px 0 0;
}
.col-md-6.col-12.top_image_box+ .col-md-6.col-12.top_image_box,
.col-md-6.col-12.top_colored_box + .col-md-6.col-12.top_colored_box{
    padding: 0 0 0 2.5px;
}
figure {
	position: relative;
	overflow: hidden;
	margin: 0;
}
figure:hover figcaption{
	opacity:1;
}	
figcaption {
    position: absolute;
    background: rgba(195, 195, 195, .9);
    color: white;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    bottom: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
figcaption h3{
	font-size: 13px;
    margin: 0 0 5px;
	width: 100%;
    display: block;
    text-align: center;
}
figcaption h4 {
	font-size: 18px;
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: normal;
}
.top_colored_box figure a {
    padding: 30px 0;
    display: block;
    background: #3f3f3f;
}
.top_colored_box figure a:hover {
    background: #5f5f5f;
}
.top_colored_box a h3 {
    font-size: 13px;
    margin: 0 0 5px;
    color: #fff;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.top_colored_box a h4 {
	font-size: 18px;
    margin: 0;
    color: #fff;
     -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
    font-weight: normal;
}
.top_colored_box a:hover h3 {
    color: #aaa;
     -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.top_colored_box a:hover h4 {
    color: #aaa;
     -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
figcaption span {
    background: #fff;
    padding: 3px 15px;
    border-radius: 2em;
    margin-top: 1em;
    display: inline-block;
    font-size: 12px;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
    color: #000;
}
.top_colored_box figure a span {
    background: #fff;
    padding: 3px 15px;
    border-radius: 2em;
    margin-top: 1em;
    display: inline-block;
    font-size: 12px;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.top_colored_box figure a:hover span{
	background: #aaa;
	-webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
main {
    padding: 80px 0 60px;
}
/**** WADEN ABOUT &  COMPANY********************************************************/
.text_content  .wp-block-cover {
     width:100vw; 
     position: relative;
     left: 50%;
     right: 50%;
     margin-left: -50vw;
     margin-right: -50vw;
 }
 .text_content figure {
    margin: 1em 0;
}
.projectStory {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
figure.pickup_banner {
    margin-top: 60px;
}
.projectInfo p {
    margin: 1em 0;
}
.projectInfo figure a {
    border: none;
    padding: 0;
    border-radius: 0;
}
.projectInfo a {
    border: 1px solid #000;
    padding: 7px 20px;
    border-radius: 3em;
}
 .text_content .wp-block-cover img{
     max-width:100vw;
     width:100vw;
 }
.text_content h2 {
    font-family:'Hedvig Letters Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 25px;
    margin: 1em 0;
}
.text_content h3 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 20px;
    margin: 1em 0;
}
.text_content .mapOverlay h2 + h3 {
    margin-top: 10px;
    font-size: 2vw;
    line-height: 1em;
    margin-bottom: 10px;
}
.text_content h2 + p.subtitle {
    font-size: 15px;
    margin-top: -1em;
    margin-bottom: 2em;
}
.wp-bootstrap-blocks-row h4 {
    font-size: 17px;
    margin-top: 0;
    font-weight: normal;
}
.mapCover{
	height:300px;
	margin:3% auto;
	overflow:hidden;
}
#map {
	display:block;
	margin:0 auto;
}
.mapOverlay {
    position: absolute;
    display: flex;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
     flex-flow: column;
}
.o_mapCover{
    position: relative;
	height:500px;
	margin:0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 40px;
}
#o_map {
	height:500px;
	display:block;
	margin:0 auto;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 40px;
}
.mapOverlay h2 {
    font-size: 7vw;
    display: block;
    margin: 0 0 10px;
    line-height: 1em;
    letter-spacing: -3px;
}
.mapOverlay h4 {
    margin: 10px 0;
}
.company_cover {
    text-align: center;
    background: #DDD;
    background-image: url(img/noise.png);
    background-repeat: repeat;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 60px 15px;
}
.text_content .company_cover h2 {
    font-size: 20px;
    line-height: 1.2em;
    font-family: 'EB Garamond', serif;
}
.wp-block-table.company_table td {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 10px 7.5px;
}
.wp-block-table.company_table td:first-child {
    font-size: 14px;
    color: #777;
    vertical-align: top;
}
.company_access.wp-block-atbs-tabs .tabs-titles {
    background-color: #888;
}
.company_access.wp-block-atbs-tabs .tabs-titles .tab-title.active {
    background: #EC6A76;
}
.company_access.wp-block-atbs-tabs .tabs-content {
    background-color: #f0f0f0;
    box-sizing: border-box;
    padding: 10px 30px 20px;
}
.company_access img {
    max-width: 600px;
}
.company_access .wp-bootstrap-blocks-row.row {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 10px 0 0;
}
.aboutTxtArea {
    margin: 0 auto;
    max-width: 800px;
}
.aboutCover {
    background: #DDD;
    background-image: url(img/noise.png);
    background-repeat: repeat;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 40px;
}
.aboutCover h4.aboutTxt {
    max-width: 800px;
    margin: 0 auto !important;
    padding: 4%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: normal;
    line-height: 1.7em;
}
.aboutTxt p {
    margin: 3% auto 6%;
}
.aboutTxt h5 {
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 18px;
    margin: 40px auto;
}
.aboutDesc img.original {
    width: auto;
    margin: 3% auto 0;
    display: block;
}
.supTxt h5 {
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: rgb(34, 34, 34);
    font-size: 18px;
    margin: 40px auto;
}
.supSTi {
    background-color: rgb(255, 255, 255);
    padding-left: 20px;
    padding-right: 20px;
}
.supTxtArea hr {
    max-width: 400px;
    margin-top: -55px;
    margin-bottom: 3%;
}
/**** Products List********************************************************/

.product_card h2 {
    font-size: 15px;
    margin: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.product_card h2 span {
    font-size: 13px;
    display: block;
    margin-top: 3px;
    text-transform: uppercase;
}
p.product_num {
    font-size: 11px;
    line-height: 1.7em;
    margin: 4px 0;
    color: #999;
}
.products_wrap figure {
    margin-bottom: 10px;
}
.alsoLike p.price {
    font-size: 14px;
}
/**** Products Page********************************************************/
.product_wrapper {
    padding-top: 45px;
}
.product_title h3 {
    margin: 0;
    font-size: 15px;
    margin-bottom: 0.5em;
}
.product_card .product_title h2 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0;
    font-size: 26px;
    margin-bottom: 5px;
}
p.price {
    font-size: 20px;
}

p.price span {
    font-size: 13px;
    margin-right: 1em;
}
.multi_pricelist{
    margin-bottom: 20px;
}
.multi_pricelist .price {
    margin-bottom: 0;
}
.add a {
    display: block;
    width: 100%;
    background: #444;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.add a:hover {
    background: #eC6A76;
    color: #fff;
}
.add.soldout span {
    display: block;
    width: 100%;
    background: #ccc;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-bottom: 5px;
}
.spec {
    border-top: 1px solid #444;
    padding: 15px 0;
    border-bottom: 1px solid #444;
    margin-bottom: 15px;
}
.spec p {
    margin: 0 0 5px 0;
    font-size: 15px;
}
.productComment span {
    display: block;
    border-top: dotted 1px #444;
    margin-top: 1em;
    padding-top: 1em;
}
.spec span {
    width: 60px;
    display: inline-block;
}
.spec.multi span {
    width: 100px;
}
.spec.multi .multi_pricelist span {
    width:auto;
    font-size: 13px;
    margin-right: 1em;
}
h2.productName {
    text-align: center;
    padding: 25px 0;
}
h2.productName i {
    font-style: normal;
    font-size: 15px;
}
#alsoWrap {
    border-top: 1px solid #444;
    padding-top: 45px;
}
#alsoWrap h2.col-12 {
    text-align: center;
    padding-bottom: 30px;
}
.menu_pc_sub_list {
    padding: 80px 0 0;
    display: block;
    width: 100%;
    position: fixed;
    z-index: 10;
}
.menu_pc_sub_list ul {
    display: flex;
    text-align: center;
    justify-content: center;
    background: #e2e2e2;
    border-bottom: 1px solid #000;
}
.menu_pc_sub_list ul li {
    display: block;
    padding: 5px 10px;
    font-size: 15px;
}
.customImage{
    float: left;
}
.customDetail{
    width:100%;
    padding:2% 0;
    float: left;
    font-size: 14px;
    text-align:center;
}
.customDetail p{
    color:#000;
    letter-spacing:2px;
    line-height:25px;
    font-size:13px;
}
.customDetail p span{
    color:#555;
    letter-spacing:2px;
    line-height:20px;
    font-size:12px;
}
.customWrap{
    width:100%;
    padding:4% 0;
    display: -moz-inline-box;
    display:inline-block;
    /display: inline;
    /zoom: 1;

}
.customInfo{
    display: -moz-inline-box;
    display:inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align: middle;
    width: 30%;
    text-align: center;
    color: #222;
    font-size: 14px;
    margin: 2% auto;
}
.customInfo p{
    font-size:15px;
}
    
.customTxt{
    width: 67%;
    display: -moz-inline-box;
    display:inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align: middle;
    text-align: left;
    color: #222;
    font-size: 14px;
    margin: 2% 0;
    border-left: #AAA dotted 1px;
    padding: 1% 0 1% 2%;
}
.customTxt h4{
    font-size:15px;
    margin-top:0;
    margin-bottom:1%;
}
.customTxt h4 span{
    font-size:13px;
    color:#333;
    margin-top:0;
    letter-spacing:1px;
}
.customTxt p{
    font-size: 25px;
    line-height: 30px;
    padding: 1% 1% 3%;
}
.customTxt p.alt{
    font-size: 18px !important;
    line-height: 30px;
    padding: 1% 1% 3%;
}
.customTxt p:last-child{
    font-size: 25px;
    line-height: 30px;
    padding: 1% 1% 0%;
}
.customTxt p span{
    font-size: 13px;
    line-height: 25px;
    color:#333;
}
/**** FOOTER********************************************************/
.footer {
    position: relative;
    display: flex;
    width: 100%;
    background: #F4F6F7;
    height: auto;
    justify-content: flex-start;
    flex-flow: column;
    align-items: center;
}
.footerImg {
    width: 50px;
    padding: 70px 0;
}

@media (max-width: 768px){
    main {
        padding: 160px 0 60px;
}
    .top_colored_box {
        padding: 0 15px;
    }
    .col-md-6.col-12.top_image_box,
    .col-md-6.col-12.top_colored_box {
        padding: 0 15px;
    }
    .col-md-6.col-12.top_image_box+ .col-md-6.col-12.top_image_box,
    .col-md-6.col-12.top_colored_box + .col-md-6.col-12.top_colored_box {
        padding: 0 15px;
    }
    .top_image_box {
        padding: 0 15px;
    }
	.projectCover {
	    background-color: #E4E6E7;
	    background-image: url(img/ogatsu_title_ver.png),url(img/ogatsu_tableware.png),url(img/noise.png);
	    background-repeat: no-repeat,no-repeat,repeat;
	    background-size: 11% ,contain,100%;
	    height: 40VH;
	    background-position: center;
	}
    .nav_sp {
        width: 50px;
    }
    .nav_online {
        width: 50px;
        height: 50px;
        margin: 0;
    }
    .nav_online a {
        padding: 0;
    }
    .nav_online a i {
        line-height: 50px;
    }
    .products_wrap {
       padding: 0 7.5px;
    }
    p.price {
        font-size: 15px;
    }
    .projectInfo a {
        padding: 5px 15px;
        display: block;
        font-size: 13px;
    }
    .menu_pc_sub_list ul {
        flex-wrap: wrap;
        row-gap: 10px;
        column-gap: 10px;
    }
}

