@charset "utf-8";

.title2::first-letter{
  color: #65421D !important;
}

/*- section-header -*/
.section-header{
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
}
.section-header .outer{
  display: flex;
  justify-content: space-between;
  padding: 15px 40px;
  background-color: #f5ecdc;
}
.section-header .outer .header-left .left-inner{
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.section-header .outer .header-left .left-inner .logo-name-en{
  font-size: 32px;
  font-weight: bold;
  margin-right: 8px;
  color: #000;
}
.section-header .outer .header-left .left-inner .logo-name-ja{
  display: flex;
  align-items: center;
}
.section-header .outer .header-left .left-inner .logo-name-ja .logo-name-ja_small{
  font-size: 10px;
  margin-right: 8px;
  color: #000;
}
.section-header .outer .header-left .left-inner .logo-name-ja .logo-name-ja_large{
  font-size: 15px;
  color: #000;
}
.section-header .outer .header-right .right-inner{
  display: flex;
  align-items: center;
}
.section-header .outer .header-right .right-inner .header-tel{
  font-size: 45px;
  font-weight: bold;
  margin-right: 14px;
  letter-spacing: 0.06em;
  color: #315f4f;
}
.section-header .outer .header-right .right-inner .header-tel span{
  font-size: 34px;
}
.section-header .outer .header-right .right-inner .header-contact{
  font-size: 18px;
  padding: 18px 40px;
  color: #fff;
  border-radius: 50px;
  background-color: #315f4f;
}


/* スライダー */
.ogako-slider{
  width: 100%;
  margin: 0 auto;
}
.ogako-slider img{
  width: 100%;
}
.ogako-slider .slick-slide{
  height: auto!important;
}
.ogako-slider .slick-arrow{
  z-index: 2!important;
}
.ogako-slider .slick-next{
  right: 0!important;
}
.ogako-slider .slick-prev{
  left: 0!important;
}
.slick-slide{
  margin-right: 1vw!important;
  margin-left: 1vw!important;
}
/* バラバラの画像の高さを揃える */
.ogako-slider img{
  width: 100%;
  height: 40vw;

  object-fit: cover;
}

/* hamburger */
#nav-open{
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after{
  position: absolute;
  z-index: 9999;/*最前面*/
  display: block;
  width: 25px;/*長さ*/
  height: 3px;/*線の太さ*/
  content: '';
  cursor: pointer;
  transition: all 0.4s;
  border-radius: 3px;
  background: #000;
}
#nav-open span:before{
  bottom: -8px;
}
#nav-open span:after{
  bottom: -16px;
}
/*中身*/
#nav-content{
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in-out;
}
#nav-content.open{
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  display: block;
  overflow: auto;
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);/*背景色*/
}
/*:beforeにぼかし効果を設定する*/
#nav-content.open:before{
  z-index: -1;/*重なり順序を一番下にしておく*/
  overflow: hidden;
  content: '';

  -webkit-filter: blur(10px);
     -moz-filter: blur(10px);
       -o-filter: blur(10px);
      -ms-filter: blur(10px);
          filter: blur(10px);
}
/*チェックが入ったら表示する内容*/
.hamburger-top{
  height: 40px;/*×ボタンと被らないように*/
}
.category-list{
  margin-top: 2rem;
  text-align: center;
}
.category-title{
  margin-left: -2rem;
  padding: 0.5rem;
  list-style: none;
}
.category-title a{
  text-decoration: none;
  color: #333;
}
/*三本線を動かす*/
#nav-open.active span{
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
  background-color: #888;
}
#nav-open.active span:before{
  -webkit-transform: translateY(-8px) rotate(45deg);/*打ち消す*/
          transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  opacity: 0;
}
#nav-open.active span:after{
  -webkit-transform: translateY(-16px) rotate(45deg);
          transform: translateY(-16px) rotate(90deg);
  background-color: #888;
}


/*- section-footer -*/
footer{
  margin-top: 0;
  padding-top: 0;
  background-color: #fff;
}
.section-footer{
  text-align: center;
}
.section-footer .outer{
  display: inline-block;
  margin-bottom: 118px;
}
.section-footer .outer .footer-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
}
.section-footer .outer .logo-name-en{
  font-size: 55px;
  font-weight: bold;
  margin-right: 14px;
  color: #000;
}
.section-footer .outer .logo-name-ja{
  color: #000;
}
.section-footer .outer .logo-name-ja .logo-name-ja_small{
  font-size: 14px;
  margin-right: 14px;
}
.section-footer .outer .logo-name-ja .logo-name-ja_large{
  font-size: 24px;
}
.section-footer .outer .logo-name-ja{
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-footer .outer p{
  font-size: 19px;
  font-weight: bold;
  color: #000;
}
.section-footer .copyright{
  font-size: 13px;
  margin-bottom: 30px;
  color: #000;
}




/*- mainwidth -*/
.mainwidth{
  width: 1280px;
  margin: 0 auto;
}
.mainwidth2{
  width: 1024px;
  margin: 0 auto;
}

/*- link-btn -*/
.link-btn{
  font-size: 25px;
  font-weight: bold;
  padding: 32px 64px;
  color: #65421d !important;
  border: 1px solid #65421d;
  border-radius: 50px;
}

/*- section-title -*/
.section-title{
  font-size: 30px;
  position: relative;
  display: inline-block;
  margin-bottom: 78px;
  padding-bottom: 14px;
}
.section-title::after{
  position: absolute;
  bottom: 0;
  left: 26px;
  display: block;
  width: 40px;
  height: 3px;
  content: '';
  background-color: #fff;
}

/*- common-sub-title -*/
.common-sub-title{
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 84px;
  text-align: center;
}
.common-sub-title span{
  font-size: 1em;
}

/*- float -*/
.fleft{
  float: left;
}
.fright{
  float: right;
}

/*- flexbox -*/
.fb{
  display: flex;
}

/*- responsive -*/
.pc0,
.pc1,
.pc2,
.pc3{
  display: block;
}
.sp0,
.sp1,
.sp2,
.sp3{
  display: none;
}

/*- section-mainvisual -*/
.section-mainvisual{
  margin-top: 90px;
}
.section-mainvisual .outer{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 925px;
  background-image: url(../../img/ogako/bg_mainvisual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.section-mainvisual .outer .image-top{
  padding-top: 24px;
  padding-right: 5%;
  padding-bottom: 24px;
  padding-left: 5%;
  background-color: rgba(255, 255, 255, 0.5);
}
.section-mainvisual .outer .image-top .main-title{
  font-size: 90px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #65421d;
}

.mainvisual-link-btn a {
    display: inline-block;
}
.section-mainvisual .outer .mainvisual-link-btn {
    margin-bottom: 26px;
}
.section-mainvisual .outer .mainvisual-link-btn .link-seizo {
    background-color: #fff;
}
.section-mainvisual .outer .mainvisual-link-btn .link-howto {
    background-color: #65421D;
    color: #fff !important;
}
.section-mainvisual .outer .image-top .stock-status {
    display: flex;
    align-items: center;
}
.section-mainvisual .outer .image-top .stock-status .title {
    font-size: 34px;
    font-weight: bold;
    color: #000;
    margin-right: 22px;
}
.section-mainvisual .outer .image-top .stock-status .title span {
    font-size: 14px;
    font-weight: normal;
}
.section-mainvisual .outer .image-top .stock-status .stock-icon-area {
    display: flex;
    justify-content: left;
}
.section-mainvisual .outer .image-top .stock-status .stock-icon {
    margin-right: 16px;
}
.caution-area {
    background-image: url(../../img/ogako/bg-mainvisual-green.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 152px;
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
}

/*- section-contact-area -*/
.section-contact-area {
    background-image: url(../../img/ogako/bg-beige-circle.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 58px 0 84px 0;
    text-align: center;
}
.section-contact-area .outer .tel-area {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 48px;
}
.section-contact-area .outer .tel-area .tel-number {
    font-size: 104px;
    color: #315F4F;
    font-weight: bold;
    margin-right: 14px;
}
.section-contact-area .outer .tel-area .tel-number span {
    font-size: 70px;
}
.section-contact-area .outer .tel-area .time {
    font-size: 21px;
    color: #315F4F;
    font-weight: bold;
}
.section-contact-area .outer .sales-image {
    /* margin-bottom: 118px; */
    position: relative;
}
/* .section-contact-area .outer .sales-image::after{
    content:'';
    width: 1024px;
    height: 2px;
    background-color:#65421D;
    position:absolute;
    bottom: -60px;
    left:50%;
    transform: translateX(-50%)
  } */
.mail-form {
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 32px;
    background-color: #65421D;
    border-radius: 70px;
    padding: 40px 5%;
    margin-bottom: 48px;
}
.mail-form .mail-icon {
    margin-right: 32px;
    padding-top: 10px;
    width: 35px;
}
.mail-text {
    flex: 1;
}
.section-contact-area .outer .fax-area {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-contact-area .outer .fax-area .left {
    text-align: left;
    font-weight: bold;
    color: #65421D;
    margin-right: 54px;
}
.section-contact-area .outer .fax-area .left .textarea {
    font-size: 36px;
}
.section-contact-area .outer .fax-area .left .textarea span {
    font-size: 43px;
}
.section-contact-area .outer .fax-area .left .text-small {
    font-size: 16px;
    font-weight: normal;
}
.section-contact-area .outer .fax-area .right {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 3px solid #65421D;
    padding: 24px 74px;
}
.section-contact-area .outer .fax-area .right .text {
    color: #65421D;
    font-size: 28px;
    font-weight: bold;
    margin-left: 18px;
}

/*- section-about -*/
.section-about {
    background-image: url(../../img/ogako/bg-about.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 136px;
    padding-top: 108px;
}
.section-about .outer {
    text-align: center;
}
.section-about .outer .about-title {
    color: #fff;
}
.section-about .outer .about-sub-title {
    color: #fff;
}
.section-about .outer .about-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.section-about .outer .about-list li {
    margin-bottom: 70px;
    width: 32%;
    margin-left: calc(4% / 3 / 2);
    margin-right: calc(4% / 3 / 2);
}
.section-about .outer .about-list .image-area {
    margin-bottom: 20px;
}
.section-about .outer .about-list .image-area {
  display: block;
  position: relative;
  width: 100%;
}
.section-about .outer .about-list .image-area::before {
  content: "";
  display: block;
  padding-top: 72%;
}
.section-about .outer .about-list .image-area img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 8px;
}

.section-about .outer .about-list .image-text {
    color: #fff;
    font-size: 16px;
}

/*- section-manufacture -*/
.section-manufacture {
    text-align: center;
    padding: 102px 0 174px 0;
}
.section-manufacture .outer .manufacture-title {
    color: #000;
}
.section-manufacture .outer .manufacture-title::after{
    content:"";
    display:block;
    width:40px;
    height:3px;
    background-color:#000;
    position:absolute;
    bottom:0;
    left: 90px;
}
.section-manufacture .outer .manufacture-sub-title {
    color: #000;
}
.section-manufacture .outer .kannabekogen-image {
    margin-bottom: 20px;
}
.section-manufacture .outer .textarea {
    color: #000;
    font-size: 16px;
    text-align: left;
    line-height: 2em;
    margin-bottom: 88px;
}
.content-list {
    display: flex;
    justify-content: space-between;
}
.content-list li {
    width: 48%;
}
.manufacture__image2 {
  display: block;
  position: relative;
  width: 100%;
}
.manufacture__image2::before {
  content: "";
  display: block;
  padding-top: 72%;
}
.manufacture__image2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  object-fit: cover;
}
.square_image {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 21px;
}
.square_image::before {
  content: "";
  display: block;
  padding-top: 72%;
}
.square_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.content-list .textarea {
}
.section-manufacture .outer .website-link-area {
    display: inline-block;
    border: 3px solid #0E5BA2;
    padding: 32px 296px;
}
.section-manufacture .outer .website-link-area .website-link {
    display: flex;
    align-items: center;
}
.section-manufacture .outer .website-link-area .website-link .text {
    font-size: 33px;
    font-weight: bold;
    color: #0E5BA2;
    margin-right: 14px;
}

/*- section-usability -*/
.section-usability {
    text-align: center;
    padding: 102px 0 174px 0;
    background-color: #315F4F;
}
.section-usability .outer .usability-title {
    color: #fff;
}
.section-usability .outer .usability-title::after{
    content:"";
    display:block;
    width:40px;
    height:3px;
    background-color:#fff;
    position:absolute;
    bottom:0;
    left: 60px;
}
.section-usability .outer .usability-sub-title {
    color: #fff;
}
.section-usability .outer .content-list {
    display: flex;
    justify-content: space-between;
}
.section-usability .outer .content-list li {
    width: ;
}
.section-usability .outer .content-list .image-area {
    margin-bottom: 21px;
}
.section-usability .outer .content-list .textarea {
    color: #fff;
    line-height: 2em;
}

/*- section-story -*/
.section-story {
    text-align: center;
    padding-top: 102px;
    background-image: url(../../img/ogako/bg-story.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.section-story .outer .story-title {
    color: #000;
}
.section-story .outer .story-title::after{
    content:"";
    display:block;
    width:40px;
    height:3px;
    background-color:#000;
    position:absolute;
    bottom:0;
    left: 30px;
}
.section-story .outer .story-sub-title {
    color: #000;
}
.section-story .outer .content-warapper .story-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-story .outer .content-warapper .story-list .image-area {
    width: 50%;
}
.story__image {
  display: block;
  position: relative;
  width: 100%;
}
.story__image::before {
  content: "";
  display: block;
  padding-top: 72%;
}
.story__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.section-story .outer .content-warapper .story-list .textarea {
    font-size: 16px;
    text-align: left;
    line-height: 2em;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.story-list-01 .textarea {
    width: 640px;
    margin-right: auto;
    padding-left: 72px;
}
.story-list-02 .textarea {
    width: 640px;
    margin-left: auto;
    padding-right: 72px;
}
.story-list-02 {
    flex-direction: row-reverse;
}
.section-story .attention-area {
    text-align: center;
    color: #fff;
    font-size: 54px;
    background-color: #65421D;
    padding: 66px 5%;
}

/*- section-stock -*/
.section-stock {
    padding: 64px 0 0;
}
.section-stock .stock-status {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-stock .stock-status .title {
    font-size: 34px;
    font-weight: bold;
    color: #000;
    margin-right: 26px;
}
.section-stock .stock-status .title span {
    font-size: 14px;
    font-weight: normal;
}
.section-stock .stock-status .stock-icon-area {
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
}
.section-stock .stock-status .stock-icon-area li {
    margin-right: 14px;
}

/*- section-possibility -*/
.section-possibility {
    padding: 70px 0 107px 0;
    text-align: center;
}
.title1 {
    font-size: 50px;
    color: #65421D;
    font-weight: bold;
    margin-bottom: 26px;
}
/* 左右に斜め線(両端を丸く) */
.title1 {
    align-items: center; /* 線を上下中央 */
    display: flex; /* 文字と線を横並び */
    justify-content: center; /* 文字を中央寄せ */
}
.title1::before,
.title1::after {
    background-color: #65421D; /* 線の色 */
    content: "";
    height: 5px; /* 線の高さ */
    width: 100px; /* 線の長さ */
}
.title1::before {
    margin-right: 10px; /* 文字との余白 */
    transform: rotate(60deg); /* 傾ける */
}
.title1::after {
    margin-left: 10px; /* 文字との余白 */
    transform: rotate(-60deg); /* 傾ける */
}
.title2 {
    font-size: 50px;
    color: #65421D;
    font-weight: bold;
    margin-bottom: 26px;
}
.section-possibility .outer .lead-area {
    font-size: 16px;
    color: #000;
    width: 800px;
    margin: 0 auto;
    text-align: center;
    line-height: 2em;
    margin-bottom: 80px;
}
.section-possibility .possibility-image-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.section-possibility .possibility-image-list li {
  display: block;
  position: relative;
  width: 100%;
}
.section-possibility .possibility-image-list li::before {
  content: "";
  display: block;
  padding-top: 72%;
}
.section-possibility .possibility-image-list li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  object-fit: cover;
}
.section-possibility .merchandise-contact-area {
    display: inline-block;
    justify-content: center;
    background-color: #315F4F;
    border-radius: 60px;
    width: 90%;
}
.merchandise-contact-area-border {
    position: relative;
}
.merchandise-contact-area-border::after{
    content:'';
    width: 100%;
    height: 2px;
    background-color:#65421D;
    position:absolute;
    bottom: -80px;
    left:50%;
    transform: translateX(-50%)
}



.section-possibility .merchandise-contact-area a {
    color: #fff;
}
.section-possibility .merchandise-contact-area .merchandise-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 38px 5%;
}
.merchandise-icon {
    width: 34px;
}
.section-possibility .merchandise-contact-area .textarea {
    flex: 1;
}
.section-possibility .merchandise-contact-area .textarea {
    font-size: 32px;
    margin-left: 28px;
}


/* purchase-area */

.item-area {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.item-area li {
    width: 32%;
    margin: 0 calc(4% / 3 / 2);
    margin-bottom: 40px;
}
.item-area li:first-child .item-area__description:before {
    content: "NEW!!";
    display: inline-block;
    line-height: 1;
    background-color: #B7272D;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    position: relative;
    top: -4px;
}
.item-area a {
    transition: 0.3s;
}
.item-area a:hover {
    opacity: 0.7;
}
.item-area__image {
    margin-bottom: 24px;
}
.item-area__description {
    margin-bottom: 8px;
    text-align: left;
}
.item-area__price{
  font-size: 24px;
  font-weight: bold;
}
.item-area .item-area__price {
  color: #315f4f !important;
}
.item-area__price span{
  font-size: 18px;
  display: inline-block;
  padding-left: 8px;
}
.item-area .item-area__price span{
  color: #b7272d;
}


/* side-button */

html{
  scroll-behavior: smooth;
}
#home{
  position: relative;
}
.side-button{
  font-size: 20px;
  line-height: 1;
  position: fixed;
  z-index: 8000;
  top: 120px;
  right: 0;
  display: inline-block;
  padding: 24px;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 8px 0 0 8px;
  background-color: #ff9200;

  writing-mode: vertical-rl;
}
.side-button span{
  position: relative;
  display: inline-block;
  padding-top: 40px;
  color: #fff !important;
}
.side-button span:before{
  position: absolute;
  top: 0;
  left: 8px;
  display: block;
  width: 20px;
  height: auto;
  content: url(../../img/ogako/ico-cart.png);
}


/* ブログ記事一覧 */
.blog-list{
  display: flex;
  justify-content: space-between;

  flex-wrap: wrap;
}
.blog-list::before{
  display: block;
  width: 23%;
  content: '';
  order: 1;
}
.blog-list::after{
  display: block;
  width: 23%;
  content: '';
}
.blog-list li{
  width: 23%;
  margin-bottom: 40px;
}
.blog-list li a{
  display: block;
}
.blog-list::before{
  display: block;
  width: 23%;
  content: '';
  order: 1;
}
.blog-list::after{
  display: block;
  width: 23%;
  content: '';
}
.blog-list__image{
  position: relative;
  display: block;
  width: 100%;
}
.blog-list__image::before{
  display: block;
  padding-top: 72%;
  content: '';
}
.blog-list__image img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  object-fit: cover;
}
.blog-list__fukidashi{
  font-size: 18px;
  font-weight: bold;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  padding: 10px;
  text-align: center;
  color: #000 !important;
  border: 2px solid #000;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  background: #fff;
}
.blog-list__fukidashi:after,
.blog-list__fukidashi:before{
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  pointer-events: none;
  border: solid transparent;
}
.blog-list__fukidashi:after{
  margin-left: -10px;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-top-color: #fff;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
}
.blog-list__fukidashi:before{
  margin-top: 2px;
  margin-left: -12px;
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 12px;
  border-top-color: #000;
  border-right-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 12px;
}

/* -- category-kannabeogako -- */

.kannabeogako-container{
  margin-top: 160px;
  margin-bottom: 80px;
}


@media screen and (max-width:1280px){
  /*-- common --*/

  /*- responsive -*/
  .pc0{
    display: none;
  }
  .sp0{
    display: block;
  }

  .mainwidth{
    width: 90%;
  }
}


@media screen and (max-width:1040px){
  /*-- common --*/

  /*- responsive -*/
  .pc1{
    display: none;
  }
  .sp1{
    display: block;
  }
  .mainwidth2{
    width: 90%;
  }

  .header-right{
    display: none;
  }
  .section-contact-area .outer .sales-image::after{
    width: 100%;
  }
  .caution-area{
    font-size: 28px;
    height: auto;
    padding: 24px 5%;
  }
  .section-contact-area .outer .tel-area{
    display: block;
  }
  .section-contact-area .outer .fax-area{
    display: block;
  }
  .section-manufacture .outer .website-link-area{
    padding-right: 5%;
    padding-left: 5%;
  }
  .section-story{
    padding-right: 5%;
    padding-left: 5%;
  }
  .section-story .outer .content-warapper .story-list li{
    margin-bottom: 80px;
  }
  .section-story .outer .content-warapper .story-list .image-area{
    width: 40%;
  }
  .section-story .outer .content-warapper .story-list .textarea{
    width: 54%;
    margin: 0;
    padding: 0;
  }
  .section-story{
    padding-bottom: 80px;
  }
  .section-story .attention-area{
    font-size: 32px;
  }
  .section-possibility .possibility-image-list{
    flex-wrap: wrap;
  }
  .section-possibility .possibility-image-list li{
    width: 50%;
  }
  .section-possibility .possibility-image-list li img{
    width: 100%;
  }
  .section-possibility .merchandise-contact-area{
    width: 90%;
  }
  .section-mainvisual .outer{
    justify-content: center;
  }
  .image-top__wrap{
    text-align: center;
  }
  .section-mainvisual{
    margin-top: 80px;
  }
  .section-contact-area .outer .tel-area .tel-number{
    font-size: 80px;
  }
  .section-about .outer .about-list li{
    width: 48%;
  }
  .section-contact-area .outer .fax-area .left{
    margin-right: 0;
    margin-bottom: 32px;
    text-align: center;
  }
  .section-possibility .outer .lead-area{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .item-area{
    display: flex;
    justify-content: space-between;
  }
  .item-area li{
    width: 48%;
    margin: 0 0 48px;
  }
  .side-button{
    border-radius: 0;
  }


  /* side-button */

  .side-button{
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 24px;

    writing-mode: horizontal-tb;
  }
  .side-button span{
    padding-top: 0;
    padding-left: 40px;
  }
  .side-button span:before{
    top: -8px;
    left: 0;
    content: url(../../img/ogako/ico-cart.png);
  }


  /* ブログ記事一覧 */
  .blog-list li{
    width: 48%;
  }
}


@media screen and (max-width:721px){
  /*-- common --*/

  /*- responsive -*/
  .pc2{
    display: none;
  }
  .sp2{
    display: block;
  }
  .ogako-slider img{
    height: 100vw;
  }
  .section-story .outer .content-warapper .story-list li{
    display: block;
  }
  .section-story .outer .content-warapper .story-list .image-area{
    width: 100%;
    margin-bottom: 32px;
  }
  .section-story .outer .content-warapper .story-list .textarea{
    width: 100%;
  }
}

@media screen and (max-width:480px){
  /*-- common --*/

  /*- responsive -*/
  .pc3{
    display: none;
  }
  .sp3{
    display: block;
  }

  .section-mainvisual{
    margin-top: 70px;
  }
  .section-mainvisual .outer .image-top .main-title{
    margin-bottom: 16px;
  }
  .section-mainvisual .outer .mainvisual-link-btn{
    margin-bottom: 16px;
  }
  .section-mainvisual .outer .mainvisual-link-btn:last-child{
    margin-bottom: 0;
  }
  .section-mainvisual .outer{
    height: 70vh;
  }
  .section-mainvisual .outer .image-top .main-title{
    font-size: 40px;
  }
  .link-btn{
    font-size: 20px;
  }
  .section-contact-area .outer .tel-area .tel-number{
    font-size: 40px;
  }
  .section-contact-area .outer .tel-area .tel-number span{
    font-size: 28px;
  }
  .title2{
    font-size: 32px;
  }
  .common-sub-title{
    font-size: 32px;
  }
  .common-sub-title br{
    display: none;
  }
  .section-manufacture .outer .website-link-area .website-link .text{
    font-size: 20px;
  }
  .title1{
    font-size: 32px;
  }
  .section-footer .outer{
    padding-right: 5%;
    padding-left: 5%;
  }
  .section-about .outer .about-list li{
    margin-bottom: 35px;
  }
  .section-title{
    margin-bottom: 35px;
  }
  .common-sub-title{
    margin-bottom: 40px;
  }
  .section-manufacture{
    padding-bottom: 80px;
  }

  /* ogako */
  .section-mainvisual .outer .mainvisual-link-btn a{
    width: 100%;
  }
  .link-btn{
    font-size: 16px;
    width: 100%;
    padding: 16px 5%;
  }


  /* item */

  .item-area li{
    width: 100%;
  }

  /* ブログ記事一覧 */
  .blog-list li{
    width: 100%;
  }
}
