@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
* {
	border: unset;
    border-radius: unset;
}
body{

}
img{
	display:block;
	margin:0 auto;
}
a img{
	transform: scale(1,1);
	transition:transform 0.5s;
}
a img:hover{
	transform: scale(1.05,1.05);
	transition:transform 0.5s;
}
.float_right{
	float:right;
}
.wrap {
    width: 100%;
    margin: 0 auto;
}
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    max-width:1200px;
    z-index: 1;
    color: #f8f9f9;
}
.post-date {
    display:none;
}
.video-wrap {
  position: relative;
  width:100%;
  margin-bottom: -70px;
  margin-top: 60px;
}
.video-wrap p{
    animation-name:fdin;
    animation-duration: 3s;
    animation-delay:0.5s;
    animation-fill-mode:both;
    opacity:0;
}
@keyframes fdin {
	0% {
		opacity:0;

	}
	100% {
	    opacity:1;

	}
}
.video-wrap p {
  font-family: serif;          
  color: #fff;
  font-size: 400%;
  position: absolute;
  z-index: 1;
  text-shadow: 0px 0px 15px #000;
  top:35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.header-container {
    position:fixed;
    top:0px;
    left:0px;
    z-index: 2;
    background: rgba(255,255,255,0.5);
    width:100%;
    color:#000;
}
.wp-block-cover .wp-block-cover__inner-container {
    max-width:800px;
}
.navi {
    background-color:unset;
    color:#000;
}
.content {
    margin: 60px auto 0px;
    margin-bottom: 0px;
}
.entry-content {
    margin: -20px auto;
    margin-bottom: 0px;
}

.entry-title{
	padding:20px;
	width:calc(100% - 40px);
}

.site-name-text{
	margin-left:20px;
}
.woocommerce ul.products li{
	margin:0 auto;
}

.woocommerce ul.products li.product .button{
	margin:0 auto;
	display: block;
    text-align: center;
}
.main {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    border: unset;
    border-radius: unset;
    position: relative;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url("/wp/wp-content/uploads/2021/01/423582_l-scaled.jpg");
	background-color: unset;
	/*z-index: -2;*/
}
.woocommerce .products ul, 
.woocommerce ul.products{
	width:96%;
	margin:0 auto;
}
.woocommerce table.shop_table{
	background: #FFF;
}
.entry-content>*{
    margin: 0 auto;
}

.wp-block-group__inner-container {
  position: relative;
  z-index: 0;
}
.wp-block-cover::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: bottom left;
  z-index: -1;
  width:100%;
  height:100%;
  background:#fff;
}
.wc-block-grid__products {
    width: 100%;
}
/*
#section_1{
    margin-top: 130px;
    transform: rotate(-10deg);
    transform: skew(-10deg,0deg);
    transform-origin: top left;
}
*/
#section_outer{
	 
}
#section_1{
	-webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
	clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);  
	margin-top: -80px;
}

#section_2{
	-webkit-clip-path: polygon(0 25%, 100% 0%, 100% 75%, 0 100%);
	clip-path: polygon(0 25%, 100% 0%, 100% 75%, 0 100%);  
	margin-top: -80px;
}
#section_1 .wp-block-cover__inner-container {
    margin: 130px 0;
}
#section_2 .wp-block-cover__inner-container {
    margin: 160px 0;
}
.wc-block-grid.has-3-columns .wc-block-grid__product {
    margin:0;
}
#section_4{
	background:#fff;
}
.footer {
    margin-top: 20px;
    padding-top: 10px;
    margin-bottom: 50px;
}
.woocommerce ul.product_list_widget li img{
	width:25%;
	height:auto;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
   border-bottom:2px solid #aaa;
}
.wp-block-cocoon-blocks-column-2 p{
	display: table;
    margin: auto;
    height: 100%;
    vertical-align: middle;
}
.wp-block-cocoon-blocks-column-2 p span{
	display: table-cell;
    margin: auto;
    vertical-align: middle;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1.13px以下*/
@media screen and (max-width: 1130px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .video-wrap p {
    font-size: 200%;
    display: inline-block;
    width: 80%;
    text-align: center;
  }
  main.main, div.sidebar {
    padding: 16px 0px;
    margin: 10px auto;
    border-width: 0;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
