  @charset "utf-8";

  /* Theme Name:o-theme
  Author:kakeru
  Description:オリジナルテーマ
  Version:1.0 */

  /* 全体 */
  html {
    scroll-behavior: smooth;
  }
  body {
    width: 100%;align-content
    height: 100%;
    color:#000;
  }
  #page-top{
    display:none;
    right:12%;
    top:90%;
    background:#EC6817;
    width:60px;
    height:60px;
    padding:3px;
    border-radius:50%;
    box-sizing:border-box;
    transition: all .2s;
  }

  #page-top:hover{
    background:#fff;
  }
  #page-top.fixed{
    position:fixed;
    display:block;
    z-index:99;
  }
  #page-top a{
    width:100%;
    height:100%;
    display:block;
  }
  #page-top a p{
    width:54px;
    height:54px;
    border:1px solid #fff;
    box-sizing:border-box;
    border-radius:50%;
    text-align:center;
    color:#fff;
    display: flex;
    align-items:center;
    justify-content:center;
    transition: all .2s;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:500;
    font-size:12px;
  }
  #page-top:hover a p{
    border:1px solid #ec6817;
    color:#ec6817;
  }
  .body-bg {
    width: 100%;
    height: 100%;
    background-image: url(../../uploads/2021/02/body01.png);
    background-size: 100%;
    padding-top: 100px;
    position: relative;
  }

  .body-bg-top{
    width:100%;
    height:420px;
    background-image: url(../../uploads/2021/02/body-top01.png);
    background-size:100%;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
  }
  .body-bg-top2{
    width:100%;
    height:613px;
    background-image: url(../../uploads/2021/03/body-top04.png);
    background-size:100%;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
  }
  .body-bg-bottom{
    width:100%;
    height:300px;
    background-image: url(../../uploads/2021/02/body-bottom01.png);
    position: absolute;
    background-size:100%;
    background-repeat: no-repeat;
    background-position: bottom; 
    bottom:0;
    z-index:10;
  }
  .body-bg-bottom2{
    width:100%;
    height:300px;
    background-image: url(../../uploads/2021/02/body-bottom01.png);
    position: absolute;
    background-size:100%;
    background-repeat: no-repeat;
    bottom:0;
    left:0;
    background-position: bottom; 
  }
  a {
    text-decoration: none;
  }
  /* ヘッダー */
  header {
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index:3;
  }
  .header-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
  }
  .header-inner {
    width: 62.5%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-title {
    width: 273px;
    height: 74px;
    transition: all .2s;
  }
  .header-title:hover {
    opacity:.9;
  }
  .header-title a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .header-title a img {
    width: 100%;
    height: 100%;
  }
  .header-nav {
    width: 500px;
    height: 100%;
  }
  .menu-header-menu-container {
    width: 100%;
    height: 100%;
  }
  .header-nav .menu-header-menu-container ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* .header-nav .menu-header-menu-container ul li{
    
  } */
  .header-nav .menu-header-menu-container ul a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    line-height: 22.5px;
    letter-spacing: 0.2em;
    color: #003c00;
    padding-bottom:5px;
    border-bottom: 2.5px dotted #003c00;
    transition: all .2s;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:500;
  }
  .header-nav .menu-header-menu-container ul a:hover {
    color:#EC6817;
    border-bottom: 2.5px dotted #ec6817;
  }
  .header-nav .menu-header-menu-container ul a::first-letter {
    color: red;
  }
  .header-nav .menu-header-menu-container ul a:hover::first-letter {
    color: #ec6817;
  }
  /* ヘッダー1270px以下 */
  @media (max-width:1279px){
    .header-title{
      width:219px;
      height:60px;
    }
    .header-nav {
      width: 400px;
    }
    .header-nav .menu-header-menu-container ul a {
      font-size: 14px;
      line-height:18px;
    }
  }
  /* ヘッダー1270px以下 */
  @media (max-width:1023px){
    .header-inner{
      width:80%;
    }
    .header-title{
      width:164px;
      height:45px;
    }
    .header-nav .menu-header-menu-container ul a {
      font-size: 12px;
      line-height:14px;
    }
  }
  /* ヘッダー767px以下 */
  @media (max-width:767px){
    .header-inner{
      width:90%;
    }
  }
  /* ヘッダー575px以下 */
  @media (max-width:575px){
    header {
      display: none;
    }
    .header-inner{
      width:96%;
      display: flex;
      flex-direction:column;
      align-items:center;
      justify-content: center;
    }
    .header-title {
      margin-top:50px;
      width: 273px;
      height: 74px;
    }
  }
  /* ヘッダー431px以下 */
  @media (max-width:431px){
    .header-nav {
      width:310px;
      margin:0 auto;
    }
    .header-nav .menu-header-menu-container ul a {
      font-size: 10px;
      line-height:12px;
    }
  }
  /* ヘッダー終わり */
  /* フッター */
  footer {
    width: 100%;
    height: 320px;
    color: #666666;
    font-weight:bold;
  }
  .footer-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 65px;
  }
  .footer-inner {
    width: 62.5%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  /* .footer-left{

  } */
  .footer-title {
    width: 293px;
    height: 80px;
  }
  .footer-title a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .2s;
  }
  .footer-title a:hover {
    opacity:.9;
  }
  .footer-title a img {
    width: 100%;
    height: 100%;
  }
  .footer-right-p1 {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1em;
    margin-top: 20px;
  }
  .footer-right-p2 {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1em;
  }
  .footer-right-p3 {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1em;
  }
  .footer-copyright {
    font-size: 12px;
    line-height: 21px;
    margin-top: 20px;
  }
  .footer-right {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
  }
  .footer-nav1 {
    margin-right: 70px;
  }
  /* .footer-nav2{

  } */
  .footer-nav-link {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    display: block;
    color: #666666;
    font-weight:bold;
    transition:all .2s;
  }
  .footer-nav-link:hover {
    color:#ec6817;
  }
  .footer-nav-link2 {
    margin-top: 15px;
  }
  .sp-footer-copyright{
    display: none;
  }
  /* フッター1279px以下 */
  @media (max-width:1279px){
    .footer-inner{
      width:70%;
    }
  }
  /* フッター1023px以下 */
  @media (max-width:1023px){
    .footer-inner{
      width:86%;
    }
    .footer-nav1 a{
      font-size:14px;
    }
    .footer-nav2 a{
      font-size:14px;
    }
  }
  /* フッター767px以下 */
  @media (max-width:767px){
    footer{
      height:auto;
    }
    .footer-inner{
    flex-direction:column;
    justify-content: center;
    }
    .footer-left {
      text-align:center;
    }
    .footer-copyright{
      display: none;
    }
    .footer-title {
      margin:0 auto;
    }
    .footer-right{
      width:100%;
      justify-content: space-between;
    }
    .footer-nav1{
      width:50%;
      margin:0;
    }
    .footer-nav1 a{
      width:110px;
      display: block;
      margin-right:auto;
      margin-left:auto;
      font-family: 'M PLUS Rounded 1c', sans-serif;
      font-weight:600;
      font-size:14px;

    }
    .footer-nav2{
      width:50%;
      margin:0;
    }
    .footer-nav2 a{
      width:200px;
      display: block;
      margin-right:auto;
      margin-left:auto;
      font-family: 'M PLUS Rounded 1c', sans-serif;
      font-weight:600;
      font-size:14px;

    }
    .footer-nav-link2 {
      margin-top: 10px;
    }
    .sp-footer-copyright{
      display: block;
      font-size: 12px;
    line-height: 21px;
    text-align:center;
    padding-bottom:100px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:600;
    }
    .footer-right-p1{
      font-size:12px;
      font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:600;
    }
    .footer-right-p2{
      font-size:12px;
      font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:600;
    }
    .footer-right-p3{
      font-size:12px;
      font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:600;
    }
    
  }
  /* フッター575px以下 */
  @media (max-width:575px){
    .footer-inner{
      width:80%;
    }
  }
  /* フッター431px以下 */
  @media (max-width:431px){
    .footer-inner{
      width:90%;
    }
    .footer-nav1 a{
      width:100px;
      font-size:12px;

    }
    .footer-nav2 a{
      font-size:12px;
      width:180px;
    }
    .footer-right-p1{
      font-size:10px;
    }
    .footer-right-p2{
      font-size:10px;
    }
    .footer-right-p3{
      font-size:10px;
    }
  }
/* フッター431px以下 */
@media (max-width:359px){
  .footer-nav1 a{
    width:80px;
    font-size:10px;
  }
  .footer-nav2 a{
    font-size:10px;
    width:150px;
  }
}
  /* フッター終わり */
  /* トップページ */
  .front-header{
    width:100%;
    height:calc(100vh - 150px);
    position: relative;
    z-index:50;
    margin-top:100px;
  }
  .front-header-wrapper{
    width:100%;
    max-width:1280px;
    margin:0 auto;
    padding-bottom:120px;
  }
  .front-header-inner{
    width:63%;
    margin:0 auto;
  }
  .front-header-top{
    width:100%;
    display: flex;
    justify-content: space-between;
  }
  .front-header-top .header-nav{
    height:120px;
  }
  .front-header-top .header-nav .menu-header-menu-container{
    height:100%;
  }
  .front-header-top .header-nav .menu-header-menu-container ul{
    height:100%;
    align-items: center;
  }
  .front-two-link{
    display:flex;
    justify-content:space-between;
    width:260px;
    margin:0 0 0 70px;
  }
  .front-header-shop-link{
    width:120px;
    height:120px;
    padding:4px;
    box-sizing: border-box;
    border-radius: 50%;
    display: block;
    background-color: #EC6817;
    transition:all .2s;
  }
  .front-header-shop-link:hover{
    opacity:.7;
  }
  .front-header-strawberry-link{
    width:120px;
    height:120px;
    padding:4px;
    border-radius: 50%;
    box-sizing:border-box;
    display: block;
    background-color: #6FBA2C;
    transition:all .2s;
  }
  .front-header-strawberry-link:hover{
    opacity:.7;
  }
  .front-header-shop-link p,.front-header-strawberry-link p{
    width:112px;
    height:112px;
    box-sizing: border-box;
    border-radius: 50%;
    border:1px solid #fff;
    font-weight:bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:500;
  }
  .front-header-shop-link p img{
    width:32px;
    margin:0 auto;
    height:31px;
  }
  .front-header-strawberry-link img{
    margin:0 auto;
    width:25px;
    height:29px;
  }
  .front-header-shop-link span,.front-header-strawberry-link span{
    font-size:16px;
    line-height:21px;
    color:#fff;
  }
  .front-header-bottom{
    width:358px;
    height:97px;
    margin:40px auto 0;
  }
  .front-header-bottom h1{
    width:100%;
    height:100%;
  }
  .front-header-bottom h1 a{
    display: block;
    width:100%;
    height:100%;
  }
  .front-header-bottom h1 a img{
    width:100%;
    height:100%;
  }
  .front-header-border-bg{
    width:100%;
    height:430px;
    margin-top:-270px;
    margin-bottom:-160px;
  }
  .front-header-border-bg2{
    width:100%;
    height:430px;
    margin-top:-270px;
    margin-bottom:-160px;
    display:none;
  }
  .front-header-border-bg img{
    width:100%;
    height:100%;
  }
  #nav-area{
    display: none;
  }
  .front-catch-phrase-area{
    width:100%;
    margin-top:100px;
    margin-bottom:50px;
  }
  .front-catch-phrase-area-wrapper{
    width:100%;
    max-width:1280px;
    margin:0 auto;
  }
  .front-catch-phrase-area-inner{
    width:84%;
    margin:0 auto;
  }
  .front-catch-phrase{
    font-size:36px;
    line-height:60px;
    letter-spacing: 0.1em;
    color:#003C00;
    font-family: 'Shippori Mincho', serif;
    font-weight:700;
  }
  .front-pre-area{
    width:100%;
    margin-bottom:50px;
  }
  .front-pre-wrapper{
    width:100%;
    max-width:1280px;
    margin:0 auto;
  }
  .front-pre-inner{
    width:84%;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
  }
  .front-ps{
    width:460px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:500;
  }
  .front-p1{
    font-size:18px;
    line-height:36px;
    letter-spacing: 0.015em;
    font-weight:bold;
    color:#666;
  }
  .front-p2{
    font-size:18px;
    line-height:36px;
    letter-spacing: 0.025em;
    font-weight:bold;
    color:#666;
    text-align:right;
  }
  .front-pre-img{
    /* width:640px;
    height:460px; */
    width: 576px;
    height:414px;

  }
  .front-pre-img img{
    width:100%;
    height:100%;
  }
  .front-catch-phrase-area2{
    width:100%;
  }
  .front-catch-phrase-area-wrapper2{
    width:100%;
    max-width:1280px;
    margin:0 auto;
  }
  .front-catch-phrase-area-inner2{
    width:84%;
    margin:0 auto;
  }
  .front-catch-phrase2{
    font-size:36px;
    line-height:60px;
    letter-spacing: 0.1em;
    color:#003C00;
    font-family: 'Shippori Mincho', serif;
    font-weight:700;
  }
  .front-item-area{
    width:100%;
    margin-top:20px;
    margin-bottom:80px;
  }
  .front-item-area-wrapper{
    width:100%;
    max-width:1280px;
    margin:0 auto;
  }
  .front-item-area-inner{
    width:84%;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
  }
  .front-item-content{
    width:304px;
    height:304px;
    border-radius: 50%;
    padding:5px;
    background-color:#6FBA2C;
    box-sizing:border-box;
  }
  .front-item-content-inner{
    width:294px;
    height:294px;
    border-radius: 50%;
    box-sizing: border-box;
    border:1px solid #fff;
	padding: 0 20px;
  }
  .front-item-content-inner h3{
    font-size:18px;
    line-height:28px;
    letter-spacing: 0.1em;
    text-align:center;
    font-weight:600;
    color:#fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	  margin: 0 0 10px;
	  padding: 35px 0 10px;
	  border-bottom: dashed 2px #fff;
  }
  .front-item-content-inner p{
    font-size:14px;
    line-height:24px;
    text-align:center;
    color:#fff;
    font-weight:bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:300;
	  width: 75%;
	  margin: 0 auto;
	  text-align: left;
  }
  .front-products{
    width:100%;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .front-products-wrapper{
    width:100%;
    max-width:1280px;
    margin:0 auto;
    padding-top:60px;
    padding-bottom:60px;
  }
  .front-products-title-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:73%;
    margin:0 auto 45px;
  }
  .front-products-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:430px;
  }
  .front-products-title img{
    display: block;
    width:65px;
    height:65px;
    margin-right:10px;
  }
  /* .front-products-title-name{
    
  } */
  .front-products-title-name h2{
    font-size:26px;
    line-height:23px;
    letter-spacing: 0.2em;
    color:#003c00;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:400;
  }
  .front-products-title-name p{
    font-size:18px;
    line-height:23px;
    letter-spacing: 0.2em;
    color:#ec6817;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:800;
  }
  .front-products-link{
    width:180px;
    height:35px;
    border-radius: 20px;
    box-sizing: border-box;
    border:2.5px solid pink;
    font-size:18px;
    line-height:35px;
    letter-spacing: 0.2em;
    color:#003c00;
    text-align: center;
    position: relative;
    background-color:#Fff;
    transition:all .2s;
    box-sizing:border-box;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:500;
  }
  .front-products-link:hover{
    color:#ec6817;
  }
  .front-products-link img{
    width:20px;
    height:20px;
    position: absolute;
    top:calc(50% - 10px);
    left:calc(100% - 25px);
  }
  .front-products-area{
    width:84%;
    margin:0 auto;
    display: flex;
/*     justify-content: space-between; */
    flex-wrap: wrap;
  }
.products-content-wrap {
	width: calc(100%/3);
	text-align: center;
}
  .front-products-content{
    width:330px;
    height:330px;
    position: relative;
    margin-bottom:50px;
    border-radius:10px;
    transition:all .2s;
	display: inline-block;
  }
  .front-products-content a{
    width:100%;
    height:100%;
    display: block;
	  box-sizing: border-box;
	  padding: 15px;
  }
  .front-products-content img{
    width:100%;
    height:100%;
	  border-radius: 15px;
  }
  /* .front-products-content:hover{
    transform:scale(1.2);
  } */

  .front-products-content .front-products-new{
	  position: absolute;
	  width: 300px;
	  height: 115px;
	  bottom: 0;
	  left: 0;
	  padding: 0 15px;
  }
  .front-products-new-title{
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    width: 100%;
    border-radius: 0 0 20px 20px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  line-height: 1.4;
	  height: 100px;
  }  
  .front-products-content .front-products-rec{
    position: absolute;
    width: 300px;
    height: 115px;
    bottom: 0;
    left: 0;
    padding: 0 15px;
  }
  .front-products-rec-title{
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    width: 100%;
    border-radius: 0 0 20px 20px;
	  height: 100px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  line-height: 1.4;
  }

  .front-info{
    width:100%;
  }
  .front-info-wrapper{
    width:100%;
    max-width:1280px;
    margin:0 auto;
    padding-top:45px;
    padding-bottom:50px;
  }
  .front-info-inner {
    width: 84%;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom:10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 245, 0.8);
    box-sizing: border-box;
  }
  .front-info-contents-frame {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 10px double pink;
    border-radius: 10px;
    padding-top: 15px;
  }
  .front-info-title-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:90%;
    margin:0 auto;
  }
  .front-info-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .front-info-title-area img{
    width:65px;
    height:65px;
    display: block;
    margin-right:10px;
  }
  /* .front-info-title-name{
    
  } */
  .front-info-title-name h2{
    font-size:26px;
    line-height:23px;
    letter-spacing: 0.2em;
    color:#003c00;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:400;
  }
  .front-info-title-name p{
    font-size:18px;
    line-height:23px;
    letter-spacing: 0.2em;
    color:#ec6817;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:800;
  }
  .front-info-link{
    width:180px;
    height:35px;
    border-radius: 20px;
    box-sizing: border-box;
    border:2.5px solid pink;
    font-size:18px;
    line-height:35px;
    letter-spacing: 0.2em;
    color:#003c00;
    text-align: center;
    position: relative;
    background-color:#Fff;
    transition:all .2s;
    box-sizing:border-box;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:500;
  }
  .front-info-link:hover{
    color:#ec6817;
  }
  .front-info-link img{
    width:20px;
    height:20px;
    position: absolute;
    top:calc(50% - 10px);
    left:calc(100% - 25px);
  }
  .front-info-contents{
    width:90%;
    margin:60px auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  } 
  .front-info-content {
    width: 450px;
    border-bottom: 1px dotted #003c00;
    padding-bottom: 10px;
    box-sizing: border-box;
    margin-bottom:40px;
    position: relative;
    z-index:20;
  }
  .front-info-content a{
    display: block;
    width:100%;
    height:100%;
    display: flex;
    justify-content: space-between;
    color: #003c00;
  }
  .front-info-content a img {
    width: 150px;
    height: 120px;
    transition:all .2s;
  }
  /* .front-info-content a img:hover {
    transform:scale(1.2);
  } */
  .front-info-content-sentence {
    width: 245px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:400;
  }
  .front-info-date {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.1em;
    color: #003c00;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:500;
  }
  .front-info-content-title {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.05em;
    color: #ec6817;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:500;
  }
  .front-info-sentence p:nth-of-type(3) {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.025em;
    color: #003c00;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:600;
  }
  /* トップページ1279px以下 */
  @media (max-width:1279px){
    .front-header-border-bg{
      height:344px;
      margin-top:-210px;
      margin-bottom:-134px;
    }
    .front-two-link{
      margin:0 0 0 auto;
    }
    .front-p1{
      font-size:16px;
    }
    .front-p2{
      font-size:16px;
    }
    .front-catch-phrase{
      font-size:32px;
      line-height:53px
    }
    .front-catch-phrase2{
      font-size:32px;
      line-height:53px
    }
    .front-pre-img{
      width:512px;
      height:368px;
    }
    .front-products-title-area{
      width:80%;
    }
    .front-products-title{
      width:auto;
    }
    .front-products-title img{
      width:52px;
      height:52px;
    }
    .front-products-title-name h2{
      font-size:24px;
    }
    .front-products-title-name p{
      font-size:16px;
    }
    .front-info-title{
      width:auto;
    }
    .front-info-title img{
      width:52px;
      height:52px;
    }
    .front-info-title-name h2{
      font-size:24px;
    }
    .front-info-title-name p{
      font-size:16px;
    }
  }
  @media (max-width:1238px){
  .front-info-content{
    margin:0 auto;
  }
  }
  /* トップページ1070px以下 */
  @media (max-width:1070px){
    .front-header-inner{
      width:66%;
    }
  }
  /* トップページ1023px以下 */
  @media (max-width:1023px){
    .front-header{
      margin-top:0;
    }
    .front-header-inner{
      display: flex;
      flex-direction:column-reverse;
    }
    .front-header-top{
      flex-direction:column;
      align-items:center;
    }
    .front-two-link{
      margin:0 auto;
    }
    .front-header-shop-link{
      width:96px;
      height:96px;
      padding:1px;
    }
    .front-header-strawberry-link{
      width:96px;
      height:96px;
      padding:1px;
    }
    .front-header-shop-link p,.front-header-strawberry-link p{
      width:94px;
      height:94px;
    }
    .front-header-shop-link p img{
      width:26px;
      height:25px;
    }
    .front-header-strawberry-link img{
      width:20px;
      height:23px;
    }
    .front-header-shop-link span,.front-header-strawberry-link span{
      font-size:14px;
      line-height:28px;
    }
    .front-header-bottom{
      width:287px;
      height:78px;
    }
    .front-header-border-bg{
      height:258px;
      margin-top:-90px;
      margin-bottom:-168px;
    }
    .front-catch-phrase{
      font-size:28px;
      line-height:47px;
    }
    .front-pre-inner{
      flex-direction:column;
    }
    .front-ps{
      width:91%;
    }
    .front-pre-img{
      margin-left:auto;
      width:384px;
      height:276px;
    }
    .front-catch-phrase2{
      font-size:28px;
      line-height:47px;
    }
    .front-item-area-inner{
      flex-direction: column;
      align-items:center;
    }
    .front-products-title-area{
      flex-direction:column;
      align-items:center;
    }
    .front-item-content{
      margin-bottom:20px;
    }
    .front-products-link{
      margin:10px auto 0;
    }
    .front-item-area-inner{
      flex-direction: column;
      align-items:center;
    }
    .front-products-title{
      margin-bottom:20px;
    }
    .front-info-title{
      margin-bottom:20px;
    }



    .front-info-title-area{
      flex-direction:column;
      align-items:center;
    }
    .front-info-content{
      margin-bottom:20px;
    }
    .front-info-link{
      margin:10px auto 0;
    }
    .front-info-date {
      margin-top:7px;
    }
    .front-info-content-title{
      margin-top:7px;
      margin-bottom:7px;
    }
  }
  /* トップページ800px以下 */
  @media (max-width:785px){
  .front-products-area{
    width:84%;
    margin:0 auto;
/*     display: flex;
    justify-content: center;
    flex-wrap: wrap; */
	  display: block;
  }
  }
  /* トップページ767px以下 */
  @media (max-width:767px){
   
    .front-header-border-bg{
      height:193.5px;
      margin-top:-60px;
      margin-bottom:-133.5px;
    }
    .front-catch-phrase{
      font-size:24px;
      line-height:40px;
    }
    .front-catch-phrase2{
      font-size:24px;
      line-height:40px;
    }
    .front-pre-img{
      width:288px;
      height:207px;
    }
    .front-products-title-area{
      width:96%;
    }
    .front-header2{
      display: block;
    }
    .front-header-border-bg2{
      display: block;
    }
    .front-info-inner{
      width:96%;
    }
	  .products-content-wrap {
		  width: 100%;
	  }
  }
  /* トップページ575px以下 */
  @media (max-width:575px){
    .front-header-top .header-nav{
      display: none;
    }
    .front-two-link{
      margin-top:30px;
    }
    #nav-area {
      display: block;
    }
    .header-nav-sp {
      display: block;
      position: fixed;
      top: 0;
      right: -220px;
      width: 220px;
      bottom: 0;
      background: #fff;
      overflow-x: hidden;
      overflow-y: auto;
      transition: all 0.5s;
      z-index: 3;
      opacity: 0;
    }
    .open .header-nav-sp {
      right: 0;
      opacity: 1;
      background-image:url(../../uploads/2021/02/body01.png)
    }
    .header-nav-sp .inner {
      padding: 25px;
      height:70%;
    }
    .header-nav-sp .inner ul {
      list-style: none;
      margin: 0;
      padding: 0;
      height:100%;
    }
    .header-nav-sp .inner ul li {
      position: relative;
      margin: 0;
      border-bottom: 1px solid #000;
      margin-bottom:30%;
    }
    .header-nav-sp .inner ul li a {
      display: block;
      color: #000;
      font-size: 14px;
      padding: 1em;
      text-decoration: none;
      transition-duration: 0.2s;
    }
    .header-nav-sp .inner ul li a:hover {
      color:#d3a037;
    }
    #toggle_btn {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      transition: all 0.5s;
      cursor: pointer;
      z-index: 99;
      padding: 5px;
    }
    #toggle_btn span {
      display: block;
      position: absolute;
      right: 10px;
      height: 3px;
      background-color: #333;
      transition: all 0.5s;
    }
    #toggle_btn.black span {
      background-color: #333;
    }
    #toggle_btn span:nth-child(1) {
      top: 15px;
      width: 30px;
    }
    #toggle_btn span:nth-child(2) {
      top: 25px;
      width: 30px;
    }
    #toggle_btn span:nth-child(3) {
      top: 35px;
      width: 30px;
    }
    .open #toggle_btn{
      background-image:none;
    }
    .open #toggle_btn span {
      background-color: #333;
    }
    .open #toggle_btn span:nth-child(1) {
      transform: translateY(10px) rotate(-315deg);
    }
    .open #toggle_btn span:nth-child(2) {
      opacity: 0;
    }
    .open #toggle_btn span:nth-child(3) {
      transform: translateY(-10px) rotate(315deg);
    }
    #mask {
      display: none;
      transition: all 0.5s;
    }
    .open #mask {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.8;
      z-index: 2;
      cursor: pointer;
    }
    .front-header-border-bg{
      height:145.125px;
      margin-top:-25px;
      margin-bottom:-120.125px;
    }
    .front-info-content a{
      flex-direction: column;
      width:100%;
      align-items:center;
    }
    .front-pre-img{
      width:216px;
      height:155px;
    }
  }
  /* トップページ431px以下 */
  @media (max-width:431px){
    .front-header .header-nav{
      margin:0;
    }
    .front-two-link{
      width:220px;
    }
    .front-header-wrapper{
      padding-bottom:200px;
    }
    .front-header-border-bg{
      height:109px;
      margin-top:-9px;
      margin-bottom:-100px;
    }
    .front-header-bottom{
      width:215px;
      height:59px;
    }
    .front-pre-img{
      width:162px;
      height:117px;
    }
    .front-products-title-name h2{
      font-size:20px;
    }
    .front-products-content{
/*       width:260px; */
		width: 100%;
		height:260px;
    }




    .front-info-title-name h2{
      font-size:20px;
    }
    .front-products-rec-title{
      font-size:18px;
    }
    .front-products-new-title{
      font-size:18px;
    }
  }

  /* トップページ終わり */
  /* 農園案内 */
  .about-title-contents {
    width: 100%;
  }
  .about-title-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .about-title-inner {
    width: 84%;
    margin: 0 auto;
    padding-top: 80px;
  }
  .about-title-img1 {
    width: 85px;
    height: 59px;
    margin: 0 auto;
    display: block;
  }
  .about-title {
    font-size: 45px;
    line-height: 41px;
    letter-spacing: 0.2em;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:400;
  }
  .about-title-en {
    font-size: 29px;
    line-height: 37px;
    letter-spacing: 0.2em;
    color: #ec6817;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:800;
    text-align: center;
    margin-bottom: 50px;
  }
  .about-title-under-bar {
    width: 100%;
    height: 10px;
  }
  .about-form {
    width: 100%;
    padding-bottom: 130px;
    margin-top: 75px;
    color: #003c00;
    font-weight: bold;
  }
  .about-form-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .about-form-inner {
    width: 62.5%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .about-form-title {
    font-size: 28px;
    line-height: 41px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
  }
  .about-form-content {
    width: 100%;
    display: flex;
    border-bottom: 1px dotted #003c00;
    padding-bottom: 10px;
    padding-top: 25px;
  }
  .about-form-p1 {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.1em;
    padding-left: 30px;
    width: 130px;
    box-sizing: border-box;
    margin-right: 40px;
  }
  .about-form-p2 {
    width:calc(100% - 200px);
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.1em;
  }
  .about-map {
    width: 100%;
    padding-bottom: 130px;
    position: relative;
    z-index:2;
  }
  .about-map-wrapper {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .about-map-inner {
    width: 62.5%;
    margin: 0 auto;
    height: 400px;
  }
  .about-map-inner iframe {
    width: 100%;
    height: 100%;
  }
  /* 農園案内1279px以下 */
  @media (max-width:1279px){
  }
  /* 農園案内1023px以下 */
  @media (max-width:1023px){
    .about-title{
      font-size:40px;
      margin-top:28px;
      margin-bottom:15px;
    }
    .about-title-en{
      font-size:24px;
      margin-bottom:40px;
    }
    .about-form-inner{
      width:80%;
    }
    .about-map-inner {
      width: 100%;
    }
  }
  /* 農園案内767px以下 */
  @media (max-width:767px){
    .about-title{
      font-size:36px;
      margin-top:24px;
      margin-bottom:10px;
    }
    .about-title-en{
      font-size:20px;
      margin-bottom:30px;
    }
    .about-form-inner{
      width:90%;
    }
  }
  /* 農園案内575px以下 */
  @media (max-width:575px){

    .about-title{
      font-size:32px;
    }
    .about-title-en{
      font-size:18px;
    }
    .about-form-inner{
      width:90%;
    }
    .about-title-inner {
      padding-top: 0;
    }
    .about-form-p1 {
      font-size: 16px;
      padding-left: 15px;
      width: 110px;
      box-sizing: border-box;
      margin-right: 25px;
    }
    .about-form-p2 {
      width:calc(100% - 150px);
      font-size: 16px;
      line-height: 23px;
    }
  }
  /* 農園案内431px以下 */
  @media (max-width:431px){
    .about-title{
      font-size:24px;
    }
    .about-title-en{
      font-size:16px;
    }
    .about-form-inner{
      width:90%;
    }
  }
  /* 農園案内終わり */
  /* ガイド */
  .guide-title-contents {
    width: 100%;
  }
  .guide-title-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .guide-title-inner {
    width: 84%;
    margin: 0 auto;
    padding-top: 60px;
  }
  .guide-title {
    font-size: 45px;
    line-height: 41px;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 40px;
    color: #003c00;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:400;
    
  }
  .guide-title-under-bar {
    width: 100%;
    height: 10px;
  }
  .guide-contents {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 165px;
  }
  .guide-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .guide-inner {
    width: 62.5%;
    margin: 0 auto;
  }
  .guide-p1 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.025em;
    padding-bottom: 18px;
    border-bottom: 2px dotted #003c00;
    color: #003c00;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:600;
  }
  .guide-content {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .guide-content:not(:last-of-type) {
    border-bottom: 1px dotted #003c00;
  }
  .guide-p2 {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    color: #003c00;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:600;
    display: flex;
  }
  .guide-p2 span{
    height:100%;
    display: block;
  }
  .guide-p3 {
    color: #666;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:800;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.025em;
    padding-left: 40px;
  }
  /* ガイド1279px以下 */
  @media (max-width:1279px){
    .guide-title {
      font-size: 40px;
    }
  }
  /* ガイド1023px以下 */
  @media (max-width:1023px){
    .guide-title {
      font-size: 36px;
    }
  }
  /* ガイド767px以下 */
  @media (max-width:767px){
    .guide-title {
      font-size: 32px;
    }
    .guide-inner{
      width:90%;
    }
  }
  /* ガイド575px以下 */
  @media (max-width:575px){
    .guide-title-inner {
      padding-top: 0;
    }
    .guide-title {
      font-size: 28px;
    }
    .guide-p1 {
      font-size: 18px;
    }
    .guide-p2 {
      font-size: 18px;
    }
    .guide-p3 {
      font-size: 16px;
  }
  }
  /* ガイド431px以下 */
  @media (max-width:431px){
    .guide-title {
      font-size: 24px;
    }
    .guide-p1 {
      font-size: 16px;
    }
  .guide-p2 {
    font-size: 16px;
  }
  .guide-p3 {
    font-size: 14px;
  }
  }
  /* ガイド終わり */

  /* お知らせ1 */
  .info1-title-contents {
    width: 100%;
  }
  .info1-title-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .info1-title-inner {
    width: 84%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .info1-title-img1 {
    width: 85px;
    height: 59px;
    margin: 0 auto;
    display: block;
  }
  .info1-title {
    font-size: 45px;
    line-height: 41px;
    letter-spacing: 0.2em;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:400;
  }
  .info1-title-en {
    font-size: 29px;
    line-height: 37px;
    letter-spacing: 0.2em;
    color: #ec6817;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:800;
    text-align: center;
    margin-bottom: 50px;
  }
  .info1-title-under-bar {
    width: 100%;
    height: 10px;
  }
  .info1 {
    width: 100%;
  }
  .info1-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .info1-inner {
    width: 72%;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 245, 0.8);
    box-sizing: border-box;
  }
  .info1-contents-frame {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-top: 10px double pink;
    border-left: 10px double pink;
    border-right: 10px double pink;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 15px;
    padding-bottom: -30px;
  }
  .info1-content {
    width: 91%;
    margin: 0 auto;
    border-bottom: 1px dotted #003c00;
    padding-top: 45px;
    padding-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    z-index:2;
  }
  .info1-content a{
    width:100%;
    height:100%;
    display: flex;
    justify-content: space-between;
    color:#003c00;
  }
  .info1-content a img{
    width: 230px;
    height: 169px;
    display: block;
	padding: 0 50px 0 0;
  }
  /* .info1-content a img:hover {
    transform:scale(1.1);
  } */
  .info1-sentence {
    width: calc(100% - 240px);
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:400;
  }
  .info1-date {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.1em;
    color: #003c00;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:400;
  }
  .info1-content-title {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.05em;
    color: #ec6817;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:bold;
  }
  .info1-sentence p:nth-of-type(3) {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.025em;
    color: #003c00;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:800;
  }

  .page-n {
    width: 80%;
    margin:0 auto;
    position: relative;
    z-index:2;
  }
  .page-n-max {
    width: 100%;
    max-width: 320px;
    margin: 50px auto 0;
    padding-bottom: 150px;
  }
  .screen-reader-text {
    display: none;
  }
  .page-numbers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #003c00;
    transition:all .2s;
  }
  .page-numbers:hover {
    color:#ec6812;
  }
  .page-numbers .current {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background-color: #ec6817;
    color: #fff;
  }
  /* お知らせ1279px以下 */
  @media (max-width:1279px){
  }
  /* お知らせ1023px以下 */
  @media (max-width:1023px){
    .info1-title{
      font-size:40px;
      margin-top:28px;
      margin-bottom:15px;
    }
    .info1-title-en{
      font-size:24px;
      margin-bottom:40px;
    }
  }
  /* お知らせ767px以下 */
  @media (max-width:767px){
    .info1-title{
      font-size:34px;
      margin-top:24px;
      margin-bottom:10px;
    }
    .info1-title-en{
      font-size:20px;
      margin-bottom:30px;
    }
    .info1-inner {
      width: 90%;
    }
    .info1-content {
      width: 91%;
    }
    .info1-content a{
      flex-direction:column;
      align-items: center;
    }
    .info1-sentence {
      width:100%;
    }
    .info1-date {
      margin-top:7px;
    }
    .info1-content-title{
      margin-top:7px;
      margin-bottom:7px;
    }
  }
  /* お知らせ575px以下 */
  @media (max-width:575px){
    .info1-title{
      font-size:22px;
    }
    .info1-title-en{
      font-size:16px;
    }
    .info1-title-inner {
      padding-top: 0;
    }
  }
  /* 431px以下 */
  @media (max-width:431px){
    .info1-title{
      font-size:18px;
    }
    .info1-title-en{
      font-size:14px;
    }
  }
  /* お知らせ終わり */
  /* お知らせ2*/
  .info2-contents-frame {
    width: 100%;
    height: 100%;
    border-top: 10px double pink;
    border-left: 10px double pink;
    border-right: 10px double pink;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 0 100px;
    box-sizing: border-box;
  }
  .info2-content {
    width: 91%;
    margin: 0 auto;
  }
  .info2-content figure {
    width: 100%;
    height:auto;
    margin: 0 auto;
  }
  .info2-content img {
    width: 100%;
    height: auto;
	margin: 20px 0;
	max-width: 500px;
  }
  .info2-date {
    padding-top: 45px;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.1em;
    color: #003c00;
    color: #003c00;font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:400;
  }
  .info2-content-title {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.05em;
    color: #ec6817;
    margin-top: 10px;
    margin-bottom: 30px;
font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:bold;
  }
  .info2-content p {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.025em;
    color: #003c00;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:400;
  }
  /* お知らせ２　1279px以下 */
  @media (max-width:1279px){
    
  }
  /* お知らせ２　1023px以下 */
  @media (max-width:1023px){
    
  }
  /* お知らせ２　767px以下 */
  @media (max-width:767px){
    
  }
  /* お知らせ２　575px以下 */
  @media (max-width:575px){
    
  }
  /* お知らせ２　431px以下 */
  @media (max-width:431px){
    
  }
  /* お知らせ２終わり */
  /* プライバシー */
  .privacy-title-contents {
    width: 100%;
  }
  .privacy-title-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .privacy-title-inner {
    width: 84%;
    margin: 0 auto;
    padding-top: 60px;
  }
  .privacy-title {
    font-size: 45px;
    line-height: 41px;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 40px;
    color: #003c00;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:400;
  }
  
  .privacy-title-under-bar {
    width: 100%;
    height: 10px;
  }
  .privacy-contents {
    width: 100%;
    padding-bottom: 165px;
  }
  .privacy-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .privacy-inner {
    width: 62.5%;
    margin: 0 auto;
  }
  .privacy-p1 {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: #666;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:800;
    padding-top: 30px;
    margin-bottom: 40px;
  }
  .privacy-p2 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.2em;
    color: #003c00;
    padding-bottom: 15px;
    border-bottom: 1px dotted #003c00;
    margin-top: 60px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:600;
  }
  .privacy-p3 {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: #666;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:800;
    margin-top: 15px;
  }
  /* プライバシー1279px以下 */
  @media (max-width:1279px){
    .privacy-title {
      font-size: 40px;
    }
  }
  /* プライバシー1023px以下 */
  @media (max-width:1023px){
    .privacy-title {
      font-size: 36px;
    }
  }
  /* プライバシー767px以下 */
  @media (max-width:767px){
    .privacy-title {
      font-size: 32px;
    }
  }
  /* プライバシー575px以下 */
  @media (max-width:575px){
    .privacy-title {
      font-size: 28px;
    }
    .privacy-title-inner {
      padding-top: 0;
    }
  }
  /* プライバシー431px以下 */
  @media (max-width:431px){
    .privacy-title {
      font-size: 24px;
    }
  }
  /* プライバシー終了 */
  /* トレード */
  .trade-law-title-contents {
    width: 100%;
  }
  .trade-law-title-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .trade-law-title-inner {
    width: 84%;
    margin: 0 auto;
    padding-top: 60px;
  }
  .trade-law-title {
    font-size: 45px;
    line-height: 41px;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 40px;
    color: #003c00;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:400;
  }
  .trade-law-title-under-bar {
    width: 100%;
    height: 10px;
  }
  .trade-law-contents {
    width: 100%;
    padding-bottom: 165px;
  }
  .trade-law-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .trade-law-inner {
    width: 62.5%;
    margin: 0 auto;
    color: #666;
    font-weight:bold;
  }
  .trade-p1 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.2em;
    color: #003c00;
    padding-bottom: 15px;
    border-bottom: 2px dotted #003c00;
    margin-top: 50px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:600;
  }
  .trade-p2 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    padding-left: 20px;
    margin-top: 15px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:800;
  }
  .trade-company-table {
    width: 100%;
    font-size: 16px;
    line-height: 21px;
  }
  .trade-company-table tr {
    width: 100%;
    border-bottom: 1px dotted #666;
    font-weight:bold;
    display: flex;
  }
  .trade-company-table tr th {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #003c00;
    width: 110px;
    background-color: rgba(255, 255, 255, 0.8);
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:800;
  }
  .trade-company-table tr td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 55px;
    width:calc(100% - 110px);
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:800;
  }
  .trade-postage-table {
    width: 100%;
    font-size: 16px;
  }
  .trade-postage-table tr {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #666;
  }
  .trade-postage-table tr:nth-of-type(1) {
    background-color: rgba(255, 255, 255, 0.8);
    color: #003c00;
  }
  .trade-postage-table tr th:nth-of-type(1) {
    flex: 1;
    padding-left: 20px;
    text-align:left;
  }
  .trade-postage-table tr td:nth-of-type(1) {
    flex: 1;
    padding-left: 20px;
  }
  .trade-postage-table tr th:nth-of-type(2) {
    flex: 1;
    text-align: center;
  }
  .trade-postage-table tr td:nth-of-type(2) {
    flex: 1;
    text-align: center;
  }
  .trade-postage-table tr th:nth-of-type(3) {
    flex: 1;
    text-align: right;
    padding-right: 20px;
  }
  .trade-postage-table tr td:nth-of-type(3) {
    flex: 1;
    text-align: right;
    padding-right: 20px;
  }
  /* トレード1279px以下 */
  @media (max-width:1279px){
    .trade-law-title {
      font-size: 40px;
    }
  }
  /* トレード1023px以下 */
  @media (max-width:1023px){
    .trade-law-title {
      font-size: 36px;
    }
    .trade-company-table tr td {
      padding-left: 40px;
    }
  }
  /* トレード767px以下 */
  @media (max-width:767px){
    .trade-law-title {
      font-size: 32px;
    }
    .trade-company-table tr td {
      padding-left: 20px;
    }
    .trade-company-table {
      font-size: 14px;
    }
    .trade-postage-table {
      font-size: 14px;
    }
    .trade-law-inner {
      width:90%;
    }
  }
  /* トレード575px以下 */
  @media (max-width:575px){
    .trade-law-title-inner {
      padding-top:0;
    }
    .trade-law-title {
      font-size: 24px;
    }
    .trade-company-table {
      font-size: 12px;
    }
    .trade-postage-table {
      font-size: 12px;
    }
    .trade-company-table tr td {
      padding-left: 10px;
    }
    .privacy-p2 {
      font-size: 16px;
    }
    .privacy-p3 {
      font-size: 12px;
    }
    .trade-p1 {
      font-size: 18px;
    }
  }
  /* トレード431px以下 */
  @media (max-width:431px){
    .trade-law-title {
      font-size: 18px;
    }
    .trade-company-table {
      font-size: 10px;
    }
    .trade-postage-table {
      font-size: 10px;
    }
    .trade-company-table tr th {
      width:90px;
    }
    .trade-company-table tr td {
      padding-left: 5px;
      width:calc(100% - 90px);
    }
    .trade-p1 {
      font-size: 16px;
    }
    .privacy-p2 {
      font-size: 14px;
    }
    .privacy-p3 {
      font-size: 10px;
    }
  }
  /* トレード終了 */
  /* お問い合わせ */
  .contact-title-contents {
    width: 100%;
  }
  .contact-title-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .contact-title-inner {
    width: 84%;
    margin: 0 auto;
    padding-top: 80px;
  }
  .contact-title-img1 {
    width: 85px;
    height: 59px;
    margin: 0 auto;
    display: block;
  }
  .contact-title {
    font-size: 45px;
    line-height: 41px;
    letter-spacing: 0.2em;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:400;
  }
  .contact-title-en {
    font-size: 29px;
    line-height: 37px;
    letter-spacing: 0.2em;
    color: #ec6817;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:800;
    text-align: center;
    margin-bottom: 50px;
  }
  .contact-title-under-bar {
    width: 100%;
    height: 10px;
  }
  .contact-sentence {
    width: 100%;
  }
  .contact-sentence-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .contact-sentence-inner {
    width: 84%;
    margin: 0 auto;
    padding-top: 50px;
  }
  .contact-sentence-1 {
    width: 86%;
    margin: 0 auto 25px;
    font-size: 28px;
    line-height: 41px;
    letter-spacing: 0.2em;
    color: #003c00;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:400;
  }
  .contact-sentence-p {
    width: 86%;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.025em;
    color: #666;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:800;
    margin: 0 auto 20px;
  }
  .contact-sentence-p:nth-of-type(3) {
    margin-bottom: 80px;
  }
  .contact-sentence-p a {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.025em;
    color: #003c00;
    margin-bottom: 20px;
  }
  .contact-area {
    width: 100%;
    position: relative;
    z-index:2;
  }
  .contact-area-max {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .contact-area-inner {
    width: 84%;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 75px;
  }
  .contact-area-content {
    width: 85%;
    margin: 0 auto;
  }
  .contact-name {
    font-size: 28px;
    line-height: 41px;
    letter-spacing: 0.2em;
    color: #003c00;
    margin-bottom: 35px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:400;
  }
  /* コンタクトフォーム */
  .wpcf7-form {
    width: 100%;
  }

  .wpcf7-form .text1 {
    width: 180px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.025em;
    color: #666;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:800;
    border-bottom: 1px dotted #666;
    height: 40px;
    box-sizing: border-box;
    margin-right: 15px;
  }
  .wpcf7-form .text2 {
    width: auto;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.025em;
    color: #666;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:800;
    margin-left: 25px;
  }
  .wpcf7-form .text1 .ast {
    color: red;
  }
  .wpcf7-form > p {
    width: 100%;
    height: 100%;
  }
  .wpcf7-form > p {
    margin-bottom: 20px;
  }

input[type="submit"],
input[type="button"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 15px;
/* 	box-shadow: 3px 3px #D8C00C; */
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
	.btn01 input[type=submit] {
		padding: 10px 40px;
		margin: 50px auto 0;
		border-radius: 35px;
		background-color: #003c00;
		color: #fff;
		font-size: 18px;
		letter-spacing: 1.6px;
		border: none;
		 text-align: center;
		box-sizing:border-box;
		transition: all .2s;
	}
	.btn02 input[type=button] {
		padding: 10px 40px;
		margin: 50px auto 0;
		border-radius: 35px;
		background-color: #003c00;
		color: #fff;
		font-size: 18px;
		letter-spacing: 1.6px;
		border: none;
		 text-align: center;
		box-sizing:border-box;
		transition: all .2s;
	}

	.btn03 input[type=submit] {
		padding: 10px 40px;
		margin: 50px auto 0;
		border-radius: 35px;
		background-color: #003c00;
		color: #fff;
		font-size: 18px;
		letter-spacing: 1.6px;
		border: none;
		 text-align: center;
		box-sizing:border-box;
		transition: all .2s;
	}
	.btn01 , .btn02 , .btn03 {
		text-align:center;
	}
	.btn01 input[type=submit]:hover{
		background-color:#ec6817;
	}
	.btn02 input[type=submit]:hover{
		background-color:#ec6817;
	}
	.btn03 input[type=submit]:hover{
		background-color:#ec6817;
	}
  .wpcf7-form > p > label {
    width: 100%;
    height: 100%;
    display: flex;
  }
  span.your-name {
    width: 433px;
    height: 40px;
    display: block;
  }
  span.your-name input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
  }
  span.your-name2 {
    width: 433px;
    height: 40px;
    display: block;
  }
  span.your-name2 input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
  }
  span.your-address1 {
    width: 433px;
    height: 40px;
    display: block;
  }
  span.your-address1 input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
  }
  span.menu-296 {
    width: 218px;
    height: 40px;
    display: block;
  }
  span.menu-296 select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
  }
  span.your-address2 {
    width: 718px;
    height: 40px;
    display: block;
  }
  span.your-address2 input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
  }
  span.your-address3 {
    width: 718px;
    height: 40px;
    display: block;
  }
  span.your-address3 input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
  }
  span.your-tel {
    width: 433px;
    height: 40px;
    display: block;
  }
  span.your-tel input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
  }
  span.your-fax {
    width: 433px;
    height: 40px;
    display: block;
  }
  span.your-fax input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
  }
  span.your-email {
    width: 718px;
    height: 40px;
    display: block;
  }
  span.your-email input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
  }
  span.your-email_confirm {
    width: 718px;
    height: 40px;
    display: block;
  }
  span.your-email_confirm input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px;
    display: block;
    box-sizing: border-box;
  }

  span.menu-297 {
    width: 430px;
    height: 40px;
    display: block;
  }
  span.menu-297 select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
  }
  span.your-message {
    width: 718px;
    height: 200px;
    display: block;
  }
  span.your-message textarea {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
  }
  .wpcf7-form > p.label {
    display: flex;
  }
  .wpcf7-checkbox {
    height: 100%;
  }
  .wpcf7-list-item {
    height: 100%;
  }
  .wpcf7-list-item label {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .wpcf7-list-item label input {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin: 0;
    margin-right: 10px;
  }
  /* お問い合わせ1279px以下 */
  @media (max-width:1279px){
    .contact-sentence-inner {
      width: 90%;
    }
    .contact-sentence-1 {
      width:100%;
      font-size: 24px;
    }
    .contact-sentence-p {
      width:100%;
      font-size:14px;
    }
    .contact-area-inner{
      width:90%;
    }
    .contact-area-content{
      width:100%;
    }
    span.your-name {
      width: 346px;
    }
    span.your-name2 {
      width: 346px;

    }
    span.your-address1 {
      width: 346px;

    }
    span.menu-296 {
      width: 174px;
    }
    span.your-address2 {
      width: 574px;
    }
    span.your-address3 {
      width: 574px;
    }
    span.your-tel {
      width: 346px;

    }
    span.your-fax {
      width: 346px;

    }
    span.your-email {
      width: 574px;
    }
    span.your-email_confirm {
      width: 574px;
    }
    
    span.menu-297 {
      width: 346px;

    }
    span.your-message {
      width: 574px;
    }
  }
  /* お問い合わせ1023px以下 */
  @media (max-width:1023px){
    .contact-title{
      font-size:40px;
      margin-top:28px;
      margin-bottom:15px;
    }
    .contact-title-en{
      font-size:24px;
      margin-bottom:40px;
    }
    span.your-name {
      width: 260px;
    }
    span.your-name2 {
      width: 260px;
    }
    span.your-address1 {
      width: 260px;
    }
    span.menu-296 {
      width: 131px;
    }
    span.your-address2 {
      width: 431px;
    }
    span.your-address3 {
      width: 431px;
    }
    span.your-tel {
      width: 260px;
    }
    span.your-fax {
      width: 260px;
    }
    span.your-email {
      width: 431px;
    }
    span.your-email_confirm {
      width: 431px;
    }
    span.menu-297 {
      width: 260px;
    }
    span.your-message {
      width: 431px;
    }
  }
  /* お問い合わせ767px以下 */
  @media (max-width:767px){
    .contact-title{
      font-size:36px;
      margin-top:24px;
      margin-bottom:10px;
    }
    .contact-title-en{
      font-size:20px;
      margin-bottom:30px;
    }
    .wpcf7-form > p > label {
      display: flex;
      flex-direction:column;
    }

    .wpcf7-form > p.label {
      display: flex;
      flex-direction: column;
    }
    .wpcf7-form .text2 {
      margin-top:15px;
	  margin-left: 0;
    }
    
  }
  /* お問い合わせ575px以下 */
  @media (max-width:575px){
    .contact-title{
      font-size:32px;
    }
    .contact-title-en{
      font-size:18px;
    }
    .contact-title-inner {
      padding-top:0;
    }
    span.your-name {
      width: 100%;
    }
    span.your-name2 {
      width: 100%;
    }
    span.your-address1 {
      width: 50%;
    }
    span.menu-296 {
      width: 100%;
    }
    span.your-address2 {
      width: 100%;
    }
    span.your-address3 {
      width: 100%;
    }
    span.your-tel {
      width: 100%;
    }
    span.your-fax {
      width: 100%;
    }
    span.your-email {
      width: 100%;
    }
    span.your-email_confirm {
      width: 100%;
    }
    span.menu-297 {
      width: 50%;
    }
    span.your-message {
      width: 100%;
    }
  }
  /* お問い合わせ431px以下 */
  @media (max-width:431px){
    .contact-title{
      font-size:24px;
    }
    .contact-title-en{
      font-size:16px;
    }
  }
  /* お問い合わせ終わり */
  /* 商品一覧 */
  .products-title-contents {
    width: 100%;
  }
  .products-title-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .products-title-inner {
    width: 84%;
    margin: 0 auto;
    padding-top: 80px;
  }
  .products-title-img1 {
    width: 83px;
    height: 75px;
    margin: 0 auto;
    display: block;
  }
  .products-title {
    font-size: 45px;
    line-height: 41px;
    letter-spacing: 0.2em;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:400;
  }
  .products-title-en {
    font-size: 29px;
    line-height: 37px;
    letter-spacing: 0.2em;
    color: #ec6817;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:800;
    text-align: center;
    margin-bottom: 50px;
  }
  .products-title-under-bar {
    width: 100%;
    height: 10px;
  }
  .products-contents {
    width: 100%;
  }
  .products-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .products-inner {
    width: 84%;
    margin: 0 auto;
    padding-top: 80px;
  }
  .products {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 180px;
  }
  .products-category {
    width: 78%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
  }
  .products-category a {
    display: block;
    width: 180px;
    height: 41px;
    border-radius: 20px;
    padding: 1px;
    box-sizing:border-box;
  }
  .products-category a:hover {
    opacity:.7;
  }
  .products-category a:nth-of-type(1) {
    background-color: #6fba2c;
  }
  .products-category a:nth-of-type(2) {
    background-color: #eb6161;
  }
  .products-category a:nth-of-type(3) {
    background-color: #ec6817;
  }
  .products-category a:nth-of-type(4) {
    background-color: #aa947b;
  }

  .products-category a p {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 39px;
    text-align: center;
    font-size: 22px;
  }
  .products-items {
    width: 85%;
    display: flex;
/*     justify-content: space-between; */
    flex-wrap: wrap;
    margin: 60px auto 0;
  }

.shop-item-content-wrap {
	width: calc(100%/3);
	text-align: center;
}
.products-items .shop-item-content {
    width: 260px;
    margin-bottom: 50px;
	display: inline-block;
  }
  .shop-item-image {
    width: 260px;
    height: 260px;
    display: block;
  }
  .shop-item-image img {
    width: 100%;
    height: 100%;
    transition:all .2s;
	border-radius: 15px;
  }
  /* .shop-item-image img:hover {
    transform:scale(1.1);
  } */
  .shop-how-to-title {
    font-size: 24px;
    line-height: 41px;
    text-align: center;
    margin-top: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:600;
  }
  .shop-how-to-price {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1em;
    font-weight:bold;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:600;
  }
  /* 商品一覧1279px以下 */
  @media (max-width:1279px){
    .products-category a {
      display: block;
      width: 144px;
      height: 32px;
    }
    .products-category a p {
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      line-height: 30px;
      font-size: 18px;
    }
  }
  /* 商品一覧1023px以下 */
  @media (max-width:1023px){
    .products-title{
      font-size:40px;
      margin-top:28px;
      margin-bottom:15px;
    }
    .products-title-en{
      font-size:24px;
      margin-bottom:40px;
    }
    .products-category {
      width: 94%;
    }
  }
  /* 商品一覧767px以下 */
  @media (max-width:767px){
    .products-title{
      font-size:36px;
      margin-top:24px;
      margin-bottom:10px;
    }
    .products-title-en{
      font-size:20px;
      margin-bottom:30px;
    }
    .products-category a {
      margin-bottom:30px;
    }
    .products-category {
      width: 330px;
    }
  }
  /* 商品一覧728px以下 */
  @media (max-width:728px){
    .products-items .shop-item-content {
      width: 230px;
    }
    .shop-item-image{
      width:230px;
      height:230px;
    }
    .shop-how-to-title {
      font-size: 18px;
      line-height: 34px;
      width:100%;
    }
    .shop-how-to-price {
      font-size: 16px;
      line-height: 18px;
      width:100%;
    }
  }
   /* 商品一覧644px以下 */
   @media (max-width:644px){
    .products-items .shop-item-content {
      width: 180px;
    }
    .shop-item-image{
      width:180px;
      height:180px;
    }
    .shop-how-to-title{
      font-size:14px;
    }
    .shop-how-to-price{
      font-size:12px;
    }
   }
  /* 商品一覧575px以下 */
  @media (max-width:575px){
    .products-title{
      font-size:32px;
    }
    .products-title-en{
      font-size:18px;
    }
    .products-title-inner {
      padding-top: 0;
    }
  }
  /* 商品一覧504px以下 */
  @media (max-width:504px){
    .products-items .shop-item-content {
      width: 150px;
    }
    .shop-item-image{
      width:150px;
      height:150px;
    }
   }
  /* 商品一覧431px以下 */
  @media (max-width:431px){
    .products-title{
      font-size:24px;
    }
    .products-title-en{
      font-size:16px;
    }
  }
  /* 商品一覧420px以下 */
  @media (max-width:420px){
    .products-inner{
      width:90%;
    }
  .products-items{
    width:100%;
	  display: block;
  }
  .products-items .shop-item-content {
    width: 100%;
  }
  .shop-item-image{
    width:100%;
    height:auto;
  }
  .shop-how-to-title{
    font-size:12px;
  }
  .shop-how-to-price{
    font-size:10px;
  }
}
  /* 商品一覧380px以下 */
  @media (max-width:380px){
    .products-category {
      width: 280px;
    }
    .products-category a{
      width:130px;
      height:28px;
    }
    .products-category a p {
      line-height:26px;
      font-size: 14px;
    }
  }
  /* 商品一覧ページ終わり */
  /* 商品ページ */
  .storycontent1{
    width:100%;
  }
  #itempage1{
    width:90%;
    max-width:1152px;
    margin:70px auto;
    display: flex;
    flex-direction:column;
    justify-content:space-between;
  }
  .shop2-sku-content{
    width:100%;
    display: flex;
    justify-content: space-between;
  }
  .itemimg1{
    width:320px;
    height:320px;
  }
  .itemimg1 a{
    width:100%;
    height:100%;
    display: block;
  }
  .itemimg1 img{
    width:100%;
    height:100%;
  }
  .shop2-sku-text{
    width:640px;
    height:300px;
    display: flex;
    flex-direction:column;
    justify-content:space-between;
    padding-bottom:20px;
    border-bottom:1px solid gray;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:400;
  }
  .item_name1{
    font-size: 24px;
    line-height: 41px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:600;
    color: #003C00;
  }
  .shop2-sku-text .field1{
    width:100%;
    color:#333;
  }
  .field1 p:nth-of-type(1){
    font-size:14px;
    line-height:24px;
    letter-spacing:0.1em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:400;
    color: #003c00;
  }
  .field_price1{
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.1em;
    font-weight:bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:700;
    padding-top:40px;
    padding-bottom:20px;
    padding-left:5px;
    border-top:1px solid gray;
    color:#ec6817;
    margin-top:20px;
  }
  .field_cprice1{
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.1em;
    font-weight:bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:700;
    padding-top:40px;
    padding-bottom:20px;
    padding-left:5px;
    border-top:1px solid gray;
    color:#ec6817;
    margin-top:20px;
  }
  .shop2-item-explain{
    font-size:14px;
    line-height:21px;
    margin-top:30px;
    color:#333;
  }
  .shop2-sku-form{
    width:100%;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-bottom:40px;
    margin-top:20px;
  }
  .shop2-sku-form .itemsubimg1{
    width:50%;
  }
  .shop2-sku-form form{
    width:50%;
    display: flex;
    justify-content: flex-end;
    align-items:center;
  }
  .skuquantity{
    width:40px;
    height:30px;
    margin-left:10px;
    text-align:center;
  }
  .skubutton{
    width:180px;
    height:40px;
    background-color:#A02828;
    color:#fff;
    background-image:url(../../uploads/2021/02/shop-cart01.png);
    background-size:15px;
    background-position:center left 90%;
    background-repeat:no-repeat;
    padding-right:20px;
    transition:all .2;
  }
  .skubutton:hover{
    background-color:#DCD2C8;
    color:#A02828;
  }
  @media (max-width:1279px){
    .shop2-sku-text{
      width:560px;
    }
  }
  @media (max-width:1023px){
    .shop2-sku-content{
      width:100%;
      display: flex;
      flex-direction:column;
      justify-content: space-between;
      align-items:center;
    }
    .shop2-sku-text{
      width:360px;
    }
    .shop2-sku-form .itemsubimg1{
      width:100%;
      margin-top:20px;
      display: flex;
      flex-wrap:wrap;
      justify-content: space-around;
    }
    .shop2-sku-form form{
      width:100%;
    }
  }
  @media (max-width:767px){
    .shop2-sku-text{
      width:320px;
    }
    .skubutton{
      margin-top:10px;
    }
    }
    @media (max-width:575px){
      .itemimg1{
        width:300px;
        height:250px;
      }
      .shop2-sku-text{
        width:300px;
      }
      .skubutton{
        margin-top:10px;
      }
      }
      @media (max-width:464px){
        .shop2-sku-form .itemsubimg1 a{
          width:100px;
          height:100px;
        }
        .shop2-sku-form .itemsubimg1 a img{
          width:100%;
          height:100%;
        }
      }
      @media (max-width:464px){
        .shop2-sku-form .itemsubimg1 a{
          width:80px;
          height:80px;
        }
        .shop2-sku-form .itemsubimg1 a img{
          width:100%;
          height:100%;
        }

      }
  /* --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------
  -------------------------------------------------------------------------------------------- */

  /* ------------------------------------------------------------- 

  カート

  -------------------------------------------------------------  */

  /* ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  カートページ
  ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  -------------------------------------------------------------  */
  #wc_cart{
    width:100%;
    padding-top:100px;
    color:#333;
    padding-bottom:100px;
  }
  .cart_page_title{
    width:300px;
    margin:30px auto 20px;
    padding-bottom:10px;
    border-bottom:2px solid #333;
    font-size:28px;
    text-align:center;
    font-weight:bold;
  }
  .entry{
    width:100%;
    max-width:1280px;
    margin:0 auto;
  }
  #inside-cart{
    width:96%;
    margin:0 auto;
  }
  .usccart_navi{
    width:96%;
  }
  .usccart_navi ol{
      list-style-image: none;
      list-style-type: none;
      display: block;
      height: 50px;
    width: 100%;
    display: flex;
    justify-content:space-between;
  }
  .usccart_navi ol .ucart {
      background-color: #B3B3B3;
      color: #333;
      font-weight: bold;
      text-align: center;
    width: 24%;
    height:100%;
    font-size:18px;
    line-height:50px;
    padding: 0 .909095em 0 1.81818em;
  }
  .usccart_navi ol li::before{
    display: block;
    border-left:none;
    border-top:none;
    border-bottom:none;
    width:25px;
    height:25px;
    margin:0 -25px -25px auto;
    content:"";
    background-color:#B3B3B3;
    transform: skew(20deg);
    border:none;
    border-right:4px solid #fff;
  }
  .usccart_navi ol li::after{
    display: block;
    border-left:none;
    border-top:none;
    border-bottom:none;
    width:25px;
    height:25px;
    border-right:4px solid #fff;
    margin:-25px -25px 0 auto;
    content:"";
    background-color:#B3B3B3;
    transform: skew(-20deg);
  }
  .usccart_navi ol li:last-of-type:before{
    border-right:none;
  }
  .usccart_navi ol li:last-of-type::after{
    border-right:none;
  }
  div.usccart_navi li.usccart_cart {
    color:#fff;
    background-color:#333;
  }
  div.usccart_navi li.usccart_customer {
    color:#fff;
    background-color:#333;
    
      
  }
  div.usccart_navi li.usccart_delivery {
      color:#fff;
    background-color:#333;
      
  }
  div.usccart_navi li.usccart_confirm {
    color:#fff;
    background-color:#333;
    
  }

  div.usccart_navi li.usccart_cart::before, 
  div.usccart_navi li.usccart_customer::before, 
  div.usccart_navi li.usccart_delivery::before,  
  div.usccart_navi li.usccart_confirm::before {
      background-color:#333;
  }
  div.usccart_navi li.usccart_cart::after, 
  div.usccart_navi li.usccart_customer::after, 
  div.usccart_navi li.usccart_delivery::after,  
  div.usccart_navi li.usccart_confirm::after {
      background-color:#333;
  }
  #inside-cart form{
    width:100%;
    padding:100px 0;
  }
  #cart {
    width: 100%;
  }

  #cart .error_message {
      font-weight: bold;
      color: #FF0000;
      margin-top: 10px;
  }

  #cart table#cart_table {
    width:100%;
    border: 1px solid #CCCCCC;
    background-color:#fff;
    margin:0 auto 0;
  }

  #cart th, 
  #cart td {
    border:1px solid gray;
    padding:3px 5px;
      vertical-align: middle;
      text-align: center;
      white-space: normal;
      word-break:break-all;
  }
  #cart td.signal_red {
      font-weight: bold;
      color: #FF0000;
  }
  #cart th {
      color: #FFFFFF;
      background-color: #999999;
      white-space: nowrap;
      font-weight: normal;
      font-size: 0.9em;
  }
  .upbutton {
    display: flex;
    justify-content: flex-end;
    margin-top:20px;
    margin-right:20px;
    align-items:center;
    margin-bottom:20px;
  }
  .upbutton p{
    font-size:12px;
  }
  .upbutton input{
    width:100px;
    height:40px;
    text-align:center;
    font-size:16px;
    background:#fff;
    color:#ec6817;
    border:1px solid #ec6817;
    transition: all 0.3s;
  }
  .upbutton input:hover{
    background:rgba(236, 105, 24, 0.2);
  }
  #inside-cart .send {
      text-align: center;
      width: auto;
      margin-top: 15px;
      padding-top: 15px;
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: #333;
  }
  #inside-cart .send input:nth-of-type(1) {
      text-align: center;
    width:150px;
    height:50px;
    background:#EC6817;
    color:#fff;
    text-align:center;
    font-size:16px;
  transition: all .2s;

  }
  #inside-cart .send input:nth-of-type(2) {
      text-align: center;
    width:150px;
    height:50px;
    background:#EC6817;
    color:#fff;
    text-align:center;
    font-size:16px;
  transition: all .2s;

  }
  #inside-cart .send input:nth-of-type(1):hover {
    color:#ec6817;
    background:#fff;
    
  }
  #inside-cart .send input:nth-of-type(2):hover {
    background:#fff;
    color:#ec6817;
    background:#fff;
  }
  #inside-cart .no_cart {
      text-align: center;
      width: auto;
      margin-top: 60px;
      font-size: 1.4em;
      font-weight: bold;
      color: #333;
      margin-bottom: 60px;
  }
  td input.quantity{
    width:30px;
    text-align:center;
  }
  td.stock{
    display: none;
  }
  th.stock{
    display: none;
  }
  #cart tfoot th:nth-of-type(3){
    display: none;
  }

  /* ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  カスタマーページ
  ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  -------------------------------------------------------------  */
  #wc_customer{
    width:100%;
    padding:100px 0;
    color:#333;
  }
  #customer-info h5 {
      color: #FFFFFF;
      background-color: #669999;
      padding-top: 2px;
      padding-right: 10px;
      padding-bottom: 2px;
      padding-left: 10px;
  }
  #customer-info {
    width:96%;
      margin:0 auto;
  }
  #customer-info .error_message {
      font-size: 13px;
      line-height: 20px;
      font-weight: bold;
    color: #ff0000;
    text-align:center;
    vertical-align: bottom;
    margin-top:50px;
  }
  #customer-info h2 {
      font-size: 16px;
      line-height: 32px;
      font-weight: bold;
      color: #ffffff;
      background-color: #ff9900;
      height: 32px;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 10px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 15px;
      margin-left: 0px;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      border-bottom-color: #ffc56a;
  }
  #customer-info form {
    width:100%;
    margin-bottom:50px;
    padding-top:20px;
    padding-bottom:10px;
    box-sizing:border-box;
  }
  #customer-info table {
    width:100%;
    border: 1px solid #ccc;
    background-color:#fff;
    padding:10px;
  }
  #customer-info th {
      font-size: 12px;
      line-height: 150%;
      font-weight: bold;
      color: #4c4d25;
      text-align: left;
      margin-right: auto;
      margin-left: auto;
      border: 1px solid #e6e6e6;
      background-color: #f3f3f3;
      padding-top: 5px;
      padding-right: 10px;
      padding-bottom: 5px;
      padding-left: 10px;
      width: 25%;
  }
  #customer-info td {
      font-size: 11px;
      line-height: 150%;
      color: #4c4c4c;
      border: 1px solid #e6e6e6;
      padding-top: 5px;
      padding-right: 10px;
      padding-bottom: 5px;
      padding-left: 10px;
  }
  #customer-info .customer_form input {
      width: 50%;
      margin-right: 3px;
  }
  #customer-info .customer_form input[type="checkbox"], 
  #customer-info .customer_form input[type="radio"] {
      width: auto;
      margin-right: 3px;
  }
  #customer-info .customer_form label.iopt_label {
      display: block;
  }
  #customer-info .customer_form tr.inp1 input {
      width: 82%;
      margin-left: 3px;
  }
  #customer-info .customer_form tr.inp2 input {
      width: 75%;
      margin-left: 0px;
      margin-right: 3px;
  }
  #customer-info .send input:nth-of-type(1) {
      text-align: center;
    width:150px;
    height:50px;
    background:#EC6817;
    color:#fff;
    text-align:center;
    font-size:16px;
    margin-bottom:10px;
  transition: all .2s;

  }
  #customer-info .send input:nth-of-type(2) {
      text-align: center;
    width:150px;
    height:50px;
    background:#EC6817;
    color:#fff;
    text-align:center;
    font-size:16px;
    margin-bottom:10px;
  transition: all .2s;


  }
  #customer-info .send input:nth-of-type(3) {
    text-align: center;
  width:250px;
  height:50px;
  background:#EC6817;
  color:#fff;
  text-align:center;
  font-size:16px;
  transition: all .2s;
  }
  #customer-info .send input:nth-of-type(1):hover {
    background:#fff;
    color:#EC6817;
  }
  #customer-info .send input:nth-of-type(2):hover {
    background:#fff;
    color:#EC6817;
  }
  #customer-info .send input:nth-of-type(3):hover {
    background:#fff;
    color:#EC6817;
  }
  #delivery-info .customer_form em,
  #customer-info .customer_form em {
      font-style: normal;
      color: #333;
  }
  #customer-info .send {
      text-align: center;
      width: auto;
      margin-top: 15px;
      padding-top: 15px;
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: #333;
      margin:20px;
  }
  /* ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  配送・決済ーページ
  ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  -------------------------------------------------------------  */
  #wc_delivery{
    width:100%;
    padding:100px 0;
    color:#333;
  }
  #delivery-info {
    width:96%;
    margin:0 auto;
  }
  #delivery-info h2 {
      font-size: 16px;
      line-height: 32px;
      font-weight: bold;
      color: #ffffff;
      background-color: #ff6600;
      height: 32px;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 10px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 15px;
      margin-left: 0px;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      border-bottom-color: #ffaa68;
  }
  #delivery-info form {
    width:100%;
    margin:0 auto 100px;
    padding:10px;
    box-sizing:border-box;
  }
  #delivery-info table.customer_form {
    background-color:#fff;
    padding:10px;
      width: 100%;
  }
  #delivery-info th {
      font-size: 12px;
      line-height: 150%;
      font-weight: bold;
      color: #4c4d25;
      text-align: left;
      margin-right: auto;
      margin-left: auto;
      border: 1px solid #e6e6e6;
      background-color: #f3f3f3;
      padding-top: 5px;
      padding-right: 10px;
      padding-bottom: 5px;
      padding-left: 10px;
      width: 25%;
  }
  #delivery-info td {
      font-size: 11px;
      line-height: 150%;
      color: #4c4c4c;
      border: 1px solid #e6e6e6;
      padding-top: 5px;
      padding-right: 10px;
      padding-bottom: 5px;
      padding-left: 10px;
  }
  #delivery-info .error_message {
      font-size: 13px;
      line-height: 20px;
      font-weight: bold;
    color: #ff0000;
    text-align:center;
    vertical-align: bottom;
    margin-top:50px;
  }
  #delivery-info .customer_form dl {
      margin: 0px;
      padding: 0px;
      width: auto;
  }
  #delivery-info .customer_form dt {
      font-size: 12px;
      line-height: 150%;
      color: #333333;
      width: auto;
      padding-top: 5px;
  }
  #delivery-info .customer_form dd {
      font-size: 12px;
      line-height: 150%;
      color: #333333;
      margin: 0px;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 5px;
      padding-left: 20px;
  }
  #delivery-info #delivery_table input {
      width: 50%;
      margin-right: 3px;
  }
  #delivery-info #delivery_table tr.inp1 input {
      width: 83%;
      margin-right: 0px;
      margin-left: 3px;
  }
  #delivery-info #delivery_table tr.inp2 input {
      width: 76%;
      margin-right: 3px;
      margin-left: 0px;
  }
  #delivery-info .customer_form .btn {
      width: 24px;
  }
  #delivery-info #time textarea,
  #delivery-info .notes {
      height: 100px;
      width: 94%;
  }
  #delivery-info .send input:nth-of-type(1) {
    text-align: center;
    width:150px;
    height:50px;
    background:#EC6817;
    color:#fff;
    text-align:center;
    font-size:16px;
    margin-bottom:10px;
  transition: all .2s;

  }
  #delivery-info .send input:nth-of-type(2) {
    text-align: center;
    width:150px;
    height:50px;
    background:#EC6817;
    color:#fff;
    text-align:center;
    font-size:16px;
    margin-bottom:10px;
  transition: all .2s;


  }
  #delivery-info .send input:nth-of-type(3) {
    text-align: center;
    width:150px;
    height:50px;
    background:#EC6817;
    color:#fff;
    text-align:center;
    font-size:16px;
  transition: all .2s;

  }
  #delivery-info .send input:nth-of-type(1):hover {
    background:#fff;
    color:#ec6817;
  }
  #delivery-info .send input:nth-of-type(2):hover {
    background:#fff;
    color:#ec6817;
  }
  #delivery-info .send input:nth-of-type(3):hover {
    background:#fff;
    color:#ec6817;
  }
  #delivery-info .send {
      text-align: center;
      width: auto;
      margin-top: 15px;
      padding-top: 15px;
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: #333;
  }
  /* ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  内容確認
  ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  -------------------------------------------------------------  */
  .two-column{
    position: relative;
    z-index:3;
    padding-bottom:30px;
  }
  #wc_confirm{
    width:100%;
    padding:100px 0;
    color:#333;
  }

  #info-confirm .error_message {
      font-size: 13px;
      line-height: 20px;
      font-weight: bold;
    color: #ff0000;
    text-align:center;
    vertical-align: bottom;
    margin-top:50px;
  }
  #info-confirm {
    width:96%;
    margin:0 auto;
  }
  #info-confirm h2 {
      font-size: 16px;
      line-height: 32px;
      font-weight: bold;
      color: #ffffff;
      background-color: #ff3300;
      height: 32px;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 10px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 15px;
      margin-left: 0px;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      border-bottom-color: #ff8f71;
  }
  #info-confirm form {
      margin: 0px;
      padding: 0px;
  }
  #info-confirm table#cart_table tr th:last-of-type,
  #info-confirm table#cart_table tr td:last-of-type{
  display: none;
  }
  #info-confirm #confirm_table {
      width: 100%;
      margin-top: 15px;
      border-collapse: collapse;
  }
  #confirm_table h3 {
      font-size: 14px;
      line-height: normal;
      font-weight: bold;
      color: #ff3300;
      margin: 0px;
      padding: 0px;
  }
  #confirm_table th {
      font-size: 12px;
      line-height: normal;
      font-weight: bold;
      color: #50511d;
      text-align: left;
      margin-right: auto;
      margin-left: auto;
      padding-top: 5px;
      padding-right: 10px;
      padding-bottom: 5px;
      padding-left: 10px;
      border: 1px solid #e6e6e6;
      width: 25%;
  }
  .confiem_notice{
    margin:20px 0;
  }
  #confirm_table td {
      font-size: 12px;
      line-height: normal;
      color: #333333;
      padding-top: 5px;
      padding-right: 10px;
      padding-bottom: 5px;
      padding-left: 10px;
      border: 1px solid #e6e6e6;
  }
  #confirm_table .ttl {
      background-color: #ffffef;
  }
  .currency_code{
    display: none;
  }
  #confirm_table .bdc {
      background-color: #FFFFFF;
  }
  #info-confirm .send {
      text-align: center;
      width: auto;
      margin-top: 15px;
      padding-top: 15px;
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: #333;
  }
  #info-confirm .send input:nth-of-type(1) {
      text-align: center;
    width:300px;
    height:50px;
    background:#EC6817;
    color:#fff;
    text-align:center;
    font-size:16px;
  transition: all .2s;

  }
  #info-confirm .send input:nth-of-type(2) {
      text-align: center;
    width:200px;
    height:50px;
    background:#EC6817;
    color:#fff;
    text-align:center;
    font-size:16px;
  transition: all .2s;

  }
  #info-confirm .send input:nth-of-type(1):hover {
    background:#fff;
    color:#ec6817;
  }
  #info-confirm .send input:nth-of-type(2):hover {
    background:#fff;
    color:#ec6817;
  }
  #coml-page h2,#error-page h2 {
      font-size: 16px;
      line-height: 32px;
      font-weight: bold;
      color: #ffffff;
      background-color: #666600;
      height: 32px;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 10px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 15px;
      margin-left: 0px;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      border-bottom-color: #b2b165;
  }
  #coml-page p,#error-page p {
      font-size: 12px;
      line-height: 150%;
      color: #333333;
      margin: 0px;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
  }
  #coml-page form,#error-page form {
      margin: 0px;
      padding: 0px;
  }
  #coml-page .send,#error-page .send {
      text-align: center;
      width: auto;
      margin-top: 15px;
      padding-top: 15px;
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: #b2b165;
  }
  #coml-page .post,#error-page .post {
      background-color: #ffffff;
      padding: 15px;
      width: auto;
      margin-top: 10px;
  }
  #status_table table {
      border-top-width: 1px;
      border-left-width: 1px;
      border-top-style: solid;
      border-right-style: none;
      border-bottom-style: none;
      border-left-style: solid;
      border-top-color: #CCCCCC;
      border-left-color: #CCCCCC;
  }
  #status_table th {
      border-top-style: none;
      border-right-style: solid;
      border-bottom-style: solid;
      border-left-style: none;
      background-color: #CCCCCC;
      border-right-width: 1px;
      border-bottom-width: 1px;
      border-right-color: #CCCCCC;
      border-bottom-color: #CCCCCC;
  }
  #status_table td {
      border-top-style: none;
      border-right-style: solid;
      border-bottom-style: solid;
      border-left-style: none;
      border-right-width: 1px;
      border-bottom-width: 1px;
      border-right-color: #CCCCCC;
      border-bottom-color: #CCCCCC;
  }
  /* ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  カート(1279px以下)
  ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  -------------------------------------------------------------  */
  @media (max-width:1279px){
    /* ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------
    カートページ(1279px以下)
    ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------  */
    #wc_cart{
      padding-top:80px;
    }
    /* -------------------------------------------------------------
    ------------------------------------------------------------- 
    -------------------------------------------------------------
    カスタマーページ(1279px以下)
    ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------  */
    #wc_customer{
      padding-top:80px;
    }
    /* -------------------------------------------------------------
    ------------------------------------------------------------- 
    -------------------------------------------------------------
    配送・決済ページ(1279px以下)
    ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------  */
    #wc_delivery{
      padding-top:80px;
    }

    /* -------------------------------------------------------------
    ------------------------------------------------------------- 
    -------------------------------------------------------------
    内容確認ページ(1279px以下)
    ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------  */
    #wc_confirm{
      padding-top:80px;
    }
  }
  /* ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  カート(1023px以下)
  ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  -------------------------------------------------------------  */
  @media (max-width:1023px){
    /* ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------
    カートページ(1023px以下)
    ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------  */
    #wc_cart{
      padding-top:60px;
    }
    /* -------------------------------------------------------------
    ------------------------------------------------------------- 
    -------------------------------------------------------------
    カスタマーページ(1023px以下)
    ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------  */
    #wc_customer{
      padding-top:60px;
    }

    /* -------------------------------------------------------------
    ------------------------------------------------------------- 
    -------------------------------------------------------------
    配送・決済ぺーじ(1023px以下)
    ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------  */
    #wc_delivery{
      padding-top:60px;
    }
    /* -------------------------------------------------------------
    ------------------------------------------------------------- 
    -------------------------------------------------------------
    内容確認ページ(1023px以下)
    ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------  */
    #wc_confirm{
      padding-top:60px;
    }
  }
  /* ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  カート(767px以下)
  ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  -------------------------------------------------------------  */
  @media (max-width:767px){
    /* ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------
    カートページ(767px以下)
    ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------  */
    #wc_cart{
      padding-top:45px;
    }
    .usccart_navi ol{
      height: 40px;
    }
    .usccart_navi ol .ucart {
      font-size:12px;
      line-height:40px;
      height:40px;
    }
    
    .upbutton input{
      width: 100px;
      height:40px;
      font-size:14px;
    }
    th.thumbnail,td.thumbnail{
      display: none;
    }
    input.delButton{
      font-size:12px;
    }
    .usccart_navi ol li::before{
      width:20px;
      height:20px;
      margin:0 -20px -20px auto;
      border-right:3px solid #fff;
    }
    .usccart_navi ol li::after{
      width:20px;
      height:20px;
      border-right:3px solid #fff;
      margin:-20px -20px 0 auto;
    }
    /* #cart table#cart_table {
      display: flex;
      flex-wrap:wrap;
    }
    #cart table#cart_table  thead{
      width:100px;
    }
    #cart table#cart_table  thead tr{
      display: flex;
      flex-direction:column;
    }
    #cart table#cart_table  thead tr th{
      height:60px;
      line-height:60px;
    }
    #cart table#cart_table  tbody{
      display:flex;
      width:calc(100% - 100px);
      flex-wrap:wrap;
    }
    #cart table#cart_table  tbody tr{
      display: flex;
      flex-direction:column;
    }
    #cart table#cart_table  tbody tr td{
      height:60px;
      line-height:60px;
    }
    #cart table#cart_table  tfoot{
      width:100%;
      height:50px;
    }
    #cart table#cart_table  tfoot tr{
      width:100%;
      height:100%;
    }
    #cart table#cart_table  tfoot tr th{
      width:100%;
      height:100%;
      line-height:50px;
      background-color:#C80000;
    } */
    .upbutton {
      flex-direction:column;
      justify-content: center;
      align-items:flex-end;
      margin-bottom:10px;
    }
    .upbutton p{
      font-size:12px;
    }
    /* -------------------------------------------------------------
    ------------------------------------------------------------- 
    -------------------------------------------------------------
    カスタマーページ(767px以下)
    ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------  */
    #wc_customer{
      padding-top:45px;
    }
    #customer-info .send input:nth-of-type(1) {
      text-align: center;
      width:120px;
      height:40px;
      font-size:14px;
    }
    #customer-info .send input:nth-of-type(2) {
      text-align: center;
      width:120px;
      height:40px;
      font-size:14px;
    }
    #customer-info .send input:nth-of-type(3) {
      text-align: center;
      width:200px;
      height:40px;
      font-size:14px;
    }
    /* ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------
    配送・決済ページ(767px以下)
    ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------  */
    #wc_delivery{
      padding-top:45px;
    }
    #delivery-info .send input:nth-of-type(1) {
      text-align: center;
      width:120px;
      height:40px;
      font-size:14px;
    }
    #delivery-info .send input:nth-of-type(2) {
      text-align: center;
      width:120px;
      height:40px;
      font-size:14px;
    }
    #delivery-info .send input:nth-of-type(3) {
      text-align: center;
      width:120px;
      height:40px;
      font-size:14px;
    }
    /* ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------
    内容確認ページ(767px以下)
    ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------  */
    #wc_confirm{
      padding-top:45px;
    }
    #info-confirm .send input:nth-of-type(1) {
      text-align: center;
      width:240px;
      height:40px;
      font-size:14px;
    }
    #info-confirm .send input:nth-of-type(2) {
      text-align: center;
      width:160px;
      height:40px;
      font-size:14px;
    }
  }
  /* ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  カート(575px以下)
  ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  ------------------------------------------------------------- 
  -------------------------------------------------------------
  -------------------------------------------------------------  */
  @media (max-width:575px){
    #wc_cart{
      padding-top:0;
    }
    .usccart_navi ol{
      height:auto;
  }
    /* -------------------------------------------------------------
    ------------------------------------------------------------- 
    -------------------------------------------------------------
    カートページ(575px以下)
    ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------  */
    #cart th,#cart td{
      font-size:10px;
    }
    td input.quantity{
      font-size:10px;
    }
    .upbutton input{
      width:90px;
      height:30px;
      font-size:10px;
    }
    .usccart_navi{
      width:60%;
      margin:0 auto;
    }
    .usccart_navi ol {
      flex-wrap:wrap;
      justify-content:center;
    }
    .usccart_navi ol .ucart {
      width:50%;
      height:30px;
      line-height:30px;
    }
    .usccart_navi ol .ucart:not(:last-of-type) {
      margin-bottom:15px;
    }
    .usccart_navi ol li::before{
      display: none;
    }
    .usccart_navi ol li::after{
      display: none;
    }
    /* #inside-cart .send input:nth-of-type(1) {
      text-align: center;
      width:120px;
      height:40px;
      font-size:14px;
    }
    #inside-cart .send input:nth-of-type(2) {
      text-align: center;
      width:120px;
      height:40px;
      font-size:14px;
    } */
    /* -------------------------------------------------------------
    ------------------------------------------------------------- 
    -------------------------------------------------------------
    カスタマーページ(575px以下)
    ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------  */
    #customer-info form {
      margin-top:100px;
    }
    #customer-info .send input:nth-of-type(1) {
      text-align: center;
      width:90px;
      height:30px;
      font-size:10px;
    }
    #customer-info .send input:nth-of-type(2) {
      text-align: center;
      width:90px;
      height:30px;
      font-size:10px;
    }
    #customer-info .send input:nth-of-type(3) {
      text-align: center;
      width:150px;
      height:30px;
      font-size:10px;
    }
    /* -------------------------------------------------------------
    ------------------------------------------------------------- 
    -------------------------------------------------------------
    配送・決済ページ(575px以下)
    ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------  */
    #delivery-info form {
      margin-top:100px;
    }
    #delivery-info .send input:nth-of-type(1) {
      text-align: center;
      width:90px;
      height:30px;
      font-size:10px;
    }
    #delivery-info .send input:nth-of-type(2) {
      text-align: center;
      width:90px;
      height:30px;
      font-size:10px;
    }
    #delivery-info .send input:nth-of-type(3) {
      text-align: center;
      width:90px;
      height:30px;
      font-size:10px;
    }
    /* -------------------------------------------------------------
    ------------------------------------------------------------- 
    -------------------------------------------------------------
    内容確認ページ(575px以下)
    ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------  */
    #info-confirm .send input:nth-of-type(1) {
      text-align: center;
      width:150px;
      height:30px;
      font-size:10px;
    }
    #info-confirm .send input:nth-of-type(2) {
      text-align: center;
      width:110px;
      height:30px;
      font-size:10px;
    }
  }

  @media (max-width:431px){
    /* -------------------------------------------------------------
    ------------------------------------------------------------- 
    -------------------------------------------------------------
    カートページ(431px以下)
    ------------------------------------------------------------- 
    ------------------------------------------------------------- 
    -------------------------------------------------------------  */

  .upbutton p{
    font-size:10px;
  }
  #inside-cart .no_cart{
    font-size:1.0em;
  }
  #inside-cart .send input:nth-of-type(1) {
    text-align: center;
    width:120px;
    height:40px;
    font-size:14px;
  }
  #inside-cart .send input:nth-of-type(2) {
    text-align: center;
    width:120px;
    height:40px;
    font-size:14px;
  }
  }
  /* --------------------------------------------------------------------
  --------------------------------------------------------------------
  --------------------------------------------------------------------
  --------------------------------------------------------------------
  --------------------------------------------------------------------
  -------------------------------------------------------------------- */

  /* メンバーページ */

  /* --------------------------------------------------------------------
  --------------------------------------------------------------------
  --------------------------------------------------------------------
  --------------------------------------------------------------------
  --------------------------------------------------------------------
  --------------------------------------------------------------------
  --------------------------------------------------------------------
  -------------------------------------------------------------------- */

  /*********************************************************************/
  /* USCES Member page style */

  #memberpages #memberinfo ul {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 20px;
    list-style-position: outside;
  }
  #memberpages #memberinfo li {
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    margin: 0px;
    padding: 0px;
    
  }
  #memberpages #memberinfo li strong {
    color: #cc0000;
  }
  #memberpages div.loginbox {
    margin-top: 50px;
    width: 220px;
    background-color: #F6F6F6;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #CCCCCC;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  #memberpages input.loginmail {
    line-height: 20px;
    width: 200px;
    padding-right: 5px;
    padding-left: 5px;
  }
  #memberpages input.loginpass {
    line-height: 20px;
    width: 200px;
    padding-right: 5px;
    padding-left: 5px;
  }
  #memberpages form {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  #memberpages .loginbox p {
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    margin: 0px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  #memberpages .loginbox p#nav {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  #memberinfo .history-area {
    overflow: auto;
    height: auto;
  }
  #memberinfo table {
    margin: 0px;
    padding: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-collapse: collapse;
    width: 100%;
  }
  #memberinfo table .num{
    font-size: 14px;
  }
  #memberinfo table .date{
    white-space: nowrap;
  }
  #memberinfo table .rightnum{
    font-size: 14px;
    text-align: right;
    padding-right: 5px;
    white-space: nowrap;
  }
  #memberinfo th {
    text-align: center;
    border: 1px solid #e6e6e6;
    background-color: #f8f8f8;
    font-size: 0.6em;
    line-height: 150%;
    font-weight: normal;
    color: #4e5020;
  }
  #memberinfo th.historyrow {
    color: #FFFFFF;
    background-color: #999999;
    vertical-align: middle;
  }
  #memberinfo th.cartrownum {
    font-size: 0.8em;
    vertical-align: middle;
    width: 38px;
  }
  #memberinfo th.thumbnail {
    font-size: 0.8em;
    vertical-align: middle;
    width: 60px;
  }
  #memberinfo th.productname {
    font-size: 0.8em;
    vertical-align: middle;
  }
  #memberinfo th.price {
    font-size: 0.8em;
    vertical-align: middle;
    width: 100px;
  }
  #memberinfo th.quantity {
    font-size: 0.8em;
    vertical-align: middle;
    width: 60px;
  }
  #memberinfo th.subtotal {
    font-size: 0.8em;
    vertical-align: middle;
    width: 100px;
  }
  #memberinfo td.cartrownum {
    font-size: 0.8em;
    vertical-align: middle;
  }
  #memberinfo td.thumbnail {
    font-size: 0.8em;
    vertical-align: middle;
  }
  #memberinfo td.productname {
    font-size: 0.8em;
    vertical-align: middle;
  }
  #memberinfo td.price {
    font-size: 0.8em;
    vertical-align: middle;
  }
  #memberinfo td.quantity {
    font-size: 0.8em;
    vertical-align: middle;
  }
  #memberinfo td.subtotal {
    font-size: 0.8em;
    vertical-align: middle;
  }
  #memberinfo td {
    line-height: 150%;
    color: #333333;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
  }
  #memberinfo td.order_number {
    padding: 0;
    white-space: nowrap;
    font-size: 0.8em;
    text-align: center;
  }
  #memberinfo td.purchase_date {
    padding: 0;
    white-space: nowrap;
    font-size: 0.8em;
    text-align: center;
  }
  #memberinfo td.purchase_price {
    padding: 0;
    white-space: nowrap;
    font-size: 0.8em;
  }
  #memberinfo td.used_point {
    padding: 0;
    white-space: nowrap;
    font-size: 0.8em;
  }
  #memberinfo td.discount {
    padding: 0;
    white-space: nowrap;
    font-size: 0.8em;
  }
  #memberinfo td.shipping {
    padding: 0;
    white-space: nowrap;
    font-size: 0.8em;
  }
  #memberinfo td.cod {
    padding: 0;
    white-space: nowrap;
    font-size: 0.8em;
  }
  #memberinfo td.tax {
    padding: 0;
    white-space: nowrap;
    font-size: 0.8em;
  }
  #memberinfo td.get_point {
    padding: 0;
    white-space: nowrap;
    font-size: 0.8em;
  }
  #memberinfo td.retail {
    margin: 0px;
    padding: 0px;
  }
  #memberinfo .blank_cell {
    width: 3px;
    padding: 0;
  }
  #memberinfo h3 {
    font-size: 13px;
    line-height: 26px;
    font-weight: bold;
    color: #ffffff;
    background-color: #990000;
    text-indent: 10px;
    padding: 0px;
    height: 26px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #660000;
    float: none;
  }

  #memberinfo .send {
    text-align: center;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
  }
  #memberinfo .customer_form input {
    width: 150px;
  }
  #memberinfo .customer_form input#zipcode {
    width: 100px;
  }
  #memberinfo .customer_form input#address1,#memberinfo .customer_form input#address2,#memberinfo .customer_form input#address3 {
    width: 250px;
  }
  #memberinfo .customer_form em {
    font-style: normal;
    color: #ff0000;
  }
  #newmember table {
    margin: 0px;
    padding: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-collapse: collapse;
    width: 100%;
  }
  #newmember table .num{
    font-size: 14px;
  }
  #newmember table .rightnum{
    font-size: 14px;
    text-align: right;
    padding-right: 5px;
  }
  #newmember th {
    text-align: left;
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #e6e6e6;
    background-color: #f8f8f8;
    font-size: 12px;
    line-height: 150%;
    font-weight: bold;
    color: #4e5020;
    width: 100px;
  }
  #newmember td {
    font-size: 12px;
    line-height: 150%;
    color: #333333;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
  }
  #newmember .send {
    text-align: center;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
  }
  #newmember .customer_form input {
    width: 120px;
  }
  #newmember .customer_form input#zipcode {
    width: 100px;
  }
  #newmember .customer_form input#mailaddress1,
  #newmember .customer_form input#mailaddress2,
  #newmember .customer_form input#address1,
  #newmember .customer_form input#address2,
  #newmember .customer_form input#address3 {
    width: 200px;
  }
  #newmember .customer_form em {
    font-style: normal;
    color: #ff0000;
  }
  table.retail td, 
  #retail_table td {
    white-space: normal;
    word-break:break-all;
  }
  #newmember .agree_member_area,
  #customer-info .agree_member_area {
    margin:20px;
  }

  #newmember .at_exp_text,
  #customer-info .at_exp_text {
    text-align:left;
    width:90%;
    margin:auto;
  }

  #newmember .at_cont_text,
  #customer-info .at_cont_text {
    height: 200px;
    width: 80%;
    display: block;
    margin: 10px auto;
  }

  #newmember .at_check_area,
  #customer-info .at_check_area {
      text-align: center;
    font-size:1.5em;
  }

  /* End USCES Member page style */
  /* ログインーページ */
  .member_page_title{
    text-align:center;
    padding-top:30px;
    font-size:22px;
    font-weight:bold;
    margin-bottom:20px;
  }
  .error_message{
    font-size:18px;
    color:red;
    margin-top:50px;
    text-align:center;
  }
  .loginbox .submit input{
    width:100px;
    height:30px;
    background-color:#ec6817;
    color:#fff;
    line-height:30px;
    font-size:16px;
    border:none;
    border-radius:5px;
    transition:all .2s;
  }
  .loginbox .submit input:hover{
    opacity:.6;
  }

  .loginbox p#nav{
    padding:0;
  }
  .loginbox #nav a{
    color:#333;
    transition:all .2s;
  }
  .loginbox #nav a:hover{
    color:#ec6817;
  }
  .loginbox #nav:nth-of-type(2) a{
    text-align:center;
    width:200px;
    height:30px;
    line-height:30px;
    font-size:16px;
    background-color:#ec6817;
    color:#fff;
    display:block;
    border-radius:5px;
    margin-top:10px;
    transition:all .2s;
  }
  .loginbox #nav:nth-of-type(2) a:hover{
    opacity: .6;
  }
  /* 新規入会 */
  #newmember{
    width:90%;
    margin:0 auto;
  }
  .header_explanation{
    font-size:14px;
    line-height:18px;
  }
  #newmember table{
    background:#fff;
  }
  #newmember table th{
  min-width:100px;
  }
  #newmember table input{
    margin-right:5px;
    margin-left:5px;
  }
  #memberpages p{
    font-size:14px;
    line-height:18px;
    margin-bottom:10px;
    text-align:center;
  }
  /* #memberpages p a{
    width:250px;
    height:30px;
    background-color:#ec6817;
    color:#fff;
    line-height:30px;
    font-size:16px;
    border:none;
    border-radius:5px;
    margin:0 auto;
    display: block;
    text-align:center;
  } */

  #memberpages .send a{
    width:250px;
    height:30px;
    background-color:#ec6817;
    color:#fff;
    line-height:30px;
    font-size:16px;
    border:none;
    border-radius:5px;
    margin:0 auto;
    display: block;
    text-align:center;
    transition:all .2s;
  }
  #memberpages .send a:hover{
    color:#ec6817;
    background-color:#fff;
  }
  #wc_newmemberform .send input{
    width:100px;
    height:30px;
    background-color:#ec6817;
    color:#fff;
    line-height:30px;
    font-size:16px;
    border:none;
    border-radius:5px;
    transition:all .2s;
  }
  #wc_newmemberform .send input:hover{
    color:#ec6817;
    background-color:#fff;
  }
  /* メンバーページ */
  #wc_member{
    width:90%;
    margin:0 auto;
  }
  #wc_member table{
    background:#fff;
  }
  #wc_member table th{
    min-width:100px;
  }
  #wc_member .send input{
    width:100px;
    height:40px;
    background-color:#ec6817;
    color:#fff;
    line-height:30px;
    font-size:16px;
    border:none;
    border-radius:5px;
    margin-bottom:10px;
    transition:all .2s;

  }
  #wc_member .send input:hover{
    color:#ec6817;
    background-color:#fff;
  }
  #wc_member .send input:nth-of-type(1){
    width:200px;
  }
  .wc_newcompletion p{
    text-align:center;
  }
  .wc_newcompletion a{
    width:150px;
    height:40px;
    background-color:#ec6817;
    color:#fff;
    line-height:30px;
    font-size:16px;
    border:none;
    border-radius:5px;
    margin:10px auto;
    transition:all .2s;
  }
  .wc_newcompletion a:hover{
    color:#ec6817;
    background-color:#fff;
  }
  #memberpages #memberinfo li.edit_member{
    margin-top:10px;
    margin-bottom:10px;
  }
  li.edit_member a{
    font-size:18px;
  }
  li.logout_member a{
    font-size:18px;
  }
  table.customer_form input{
    margin-right:5px;
    margin-left:5px;
  }
  /* 会員ページ1270px以下 */
  @media (max-width:1279px){
  
  }
  /* 会員ページ1023px以下 */
  @media (max-width:1023px){
    
  }
  /* 会員767px以下 */
  @media (max-width:767px){
    
  }
  /* 会員575px以下 */
  @media (max-width:575px){
    #newmember table tr{
      display: flex;
      flex-direction:column;
    }
    #newmember table tr th{
      width:100%;
      padding:10px;
    }
    #newmember table tr td{
      width:100%;
      padding:10px;
      background:#fff;
    }
    #memberinfo table tr{
      display: flex;
      flex-wrap:wrap;
    }
    #memberinfo table tr th{
      width:100%;
    }
    #memberinfo table tr td{
      width:100%;
      box-sizing:border-box;
    }
  }
  /* 会員431px以下 */
  @media (max-width:431px){
    
  }
  /* 開かれてるページのナビゲーション */
  .menu-header-menu-container ul li.current_page_item a{
    color:#ec6817;
    border-bottom:2.5px dotted #ec6817;
  }
  #nav-area .menu-header-menu-container ul li.current_page_item a{
    color:#ec6817;
    border-bottom:none;
  }
  .menu-header-menu-container ul li.current_page_item a::first-letter{
    color:#ec6817;
  }
/* パンクズ */
.pan{
  width:100%;
  color:#666;
  display:flex;
  font-size:18px;
  margin:20px auto 0;
  font-family: 'Shippori Mincho', serif;
  font-weight:700;
  padding-left:20px;
  box-sizing:border-box;
}
.pan a{
  color:#666;
  font-size:18px;
  font-family: 'Shippori Mincho', serif;
  font-weight:700;
  margin-right:10px;
  margin-bottom:10px;
}
.pan a:hover{
  color:#ec6817;
}
/* パン575px以下 */
@media (max-width:575px){
  .pan{
    font-size:14px;
  }
  .pan a{
    font-size:14px;
  }
}
/* パン465px以下 */
@media (max-width:465px){
  .pan{
    font-size:10px;
  }
  .pan a{
    font-size:10px;
  }
}
.front-header2{
  display:none;
  width:100%;
  height:150px;
  position: relative;
  z-index:50;
}
.front-header2 .front-header-wrapper{
  padding:0;
}
.front-header2 .front-header-wrapper .front-header-inner{
  width:358px;
  height:97px;
  margin:0 auto;
}
.front-header2 h1{
  width:100%;
  height:100%;
}
.front-header2 h1 a{
  display: block;
  width:100%;
  height:100%;
}
.front-header2 h1 a img{
  width:100%;
  height:100%;
}
@media(max-width:1023px){
.front-header2 .front-header-wrapper .front-header-inner{
  width:287px;
  height:78px;
}
}
@media(max-width:575px){
  .front-header2{
    display: block;
  }
}

@media(max-width:575px) {
	.front-products-content a {
		padding: 0;
	}
	.front-products-content .front-products-rec {
		padding: 0;
		width: 100%;
	}
	.front-products-rec-title {
		line-height: 1.4;
		height: 100%;
	}
	.front-products-content .front-products-new {
		padding: 0;
		width: 100%;
	}
	.front-products-new-title {
		line-height: 1.4;
		height: 100%;
	}
	.front-info-content a img {
		width: 100%;
		height: auto;
	}
	.shop-item-content-wrap {
		width: 100%;
	}
	.info1-content a img {
		width: 100%;
		height: auto;
		padding: 0;
	}
	.body-bg {
		width: 100%;
		height: 100%;
		background-image: url(../../uploads/2021/06/sp_bg01-scaled.jpg);
		background-size: cover;
		padding-top: 100px;
		position: relative;
	}
}
