/*
theme Name: new-theme
Author: 片山貴仁
Description: this-is-new-theme
version： 1.0.0
*/
/*FOT-TsukuBRdGothic Std R
font-family: fot-tsukubrdgothic-std, sans-serif;
font-weight: 400;
font-style: normal;

FOT-TsukuBRdGothic Std B
font-family: fot-tsukubrdgothic-std, sans-serif;
font-weight: 700;
font-style: normal;*/

@charset 'utf-8';

/*=========================================
				　リセットcss
=========================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
  margin-top: 0!important;
}
body{
    width: 100vw;
    overflow-x: hidden;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}
div#wraper {
    width: 100vw;
    overflow: hidden;
    margin-bottom:50px;
}
@media screen and (max-width: 500px){
  div#wraper {
      width: 100vw;
      overflow-x: hidden;
      margin-bottom: 50px;
  }
}
/*========================================
                共通設定
========================================*/
.fix-flex{
    display:flex;
}
.pc-flex{
    display:flex;
}
.x-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align:center;
}
li{
    list-style:none;
}
a{
    text-decoration: none;
    color:#000;
}
.sp{
    display: none;
}
.se{
  display: none;
}
.section-name{
  position: absolute;
  font-family:"mplogo"; 
}
.section-heading{
  font-size:  30px;
    letter-spacing: 7px;
    font-weight: normal;
}
h2.section-heading{
  color: #fff;
  font-weight: bold;
}
h2.blue{
  color: #0d8cd2;
}
.section-name{
  color: rgba(255,255,255,0.3);
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 2px;
}
p.blue{
  color: rgba(10,140,210,0.3); 
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 2px;
}
@media screen and (max-width: 850px){
    .section-name {
      font-size: 15px;
    }
}
@media screen and (max-width: 500px){
  .sp{
        display: block;
    }
    .pc{
        display: none!important;
    }
    .pc-flex{
      flex-direction: column;
    }
}
@media screen and (max-width: 320px){
  .se{
    display: block;
  }
}

/*あとでけす*/


h2.section-title{
  font-size: 35px;
}
h2.section-title img{
  width: 100%;
}
/*========================================
                mv
========================================*/
#section-mv{
    width: 95%;
    height: 750px;
    margin:0 auto;
    background-size:cover;
    background-position: center center;
    position: relative;
}
.mv-barner{
  position: absolute;
  width: 270px;
  height: auto;
  bottom: 2%;
  left: 2%;
}


/*満足度*/
.section-satisfy{
  width: 85%;
  margin: 0 auto;
  border-radius: 30px;
  border:solid 2px #e45a24;
  padding: 100px 0 40px 0;
  margin-top: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-satisfy img{
  width: 85%;
  display: block;
  margin:0 auto;
}
h2.manzoku-heading{
  width: 70%;
  position: absolute;
  top: -50px;
  background-color: #e45a24;
  border-radius: 45px;
  color: #fff;
  text-align: center;
  line-height: 90%;
  padding: 10px 0;
}
h2.manzoku-heading span{
  font-size: 18px;
}

/*なぜ市場に？*/
.section-why{
  background-color: #f3f9ed;
  width: 100%;
  margin-top: 80px;
  padding: 20px 0;
  font-size: 20px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.section-why p{
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.section-why h3{
  font-size: 33px;
  margin-top: 50px;
  text-align: center;
  z-index: 1;
}

.section-why h3 span.strong{
  font-size: 35px;
  position: relative;
  z-index: 10;
}
.section-why h3 span.strong .line{
  position: absolute;
  left: -2%;
  bottom: 0;
  height: 12px;
  width: 102%;
  background-color: #f0e221;
  z-index: -1;
}
img.arrow-bottom{
  width: 80%;
  margin:0 auto;
  display: block;
  margin-top: 40px;
}

/*安定生産*/

.sectioin-diff{
  width: 85%;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #e5e5e5;
  padding: 150px 0 40px 0;
  margin-top: 150px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sectioin-diff h2{
 width: 70%;
  position: absolute;
  top: -50px;
}
.diff-content{
  position: relative;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.movie-arrow{
  position: absolute;
}
.diff-content{
  justify-content: space-between;
}
.diff-comment{
  width: 45%;
  background-image: url(images/antei-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding:2%;
  
}
.diff-iframe{
 width: 49% ;
}
.diff-iframe iframe{
  width: 95%;
  margin:0 auto;
  display: block;
}
.diff-iframe__title{
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #024460;
  width: 40%;
  margin: 0 auto;
  border-radius: 20px;
  margin-bottom: 20px;
  /*font-size: 20px;*/
}
.diff-iframe__title i{
  margin-right: 10px;
}
.movie-arrow{
  width: 100px;
  height: auto;
  bottom: -25px;
  left: 45%;
}
.diff-comment__title{
  font-size: 25px;
  margin-bottom: 5px;
}
.diff-list li{
  margin-bottom: 5px;
  /*font-size: 20px;*/
}

/*こだわりぬいたそうめん*/
.section-kodawari{
 width: 85%;
  margin: 0 auto;
  margin-top: 150px; 
}
.section-kodawari h2{
 width: 80%;
 margin: 0 auto; 
}

/*特典*/
.section-tokuten{
 width: 85%;
  margin: 0 auto;
  margin-top: 150px;  
}
.section-tokuten h2{
  text-align: center;
  margin-bottom: 100px;
}
.tokuten-list li{
 border-radius: 30px;
  border:solid 2px #e45a24; 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 100px;
}
.tokuten-list__title{
  width: 20%;
  font-weight: bold;
  position: absolute;
  top: -30px;
  background-color: #e45a24;
  border-radius: 45px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 23px;
}
.tokuten-title__img{
  width: 60%;
  margin-top: 80px;
  margin-bottom: 50px;
}
.base-link__list{
  display: flex;
  flex-direction: row;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}
.base-link__list li{
border:none;
margin-bottom: 0;
width: 32%;
}
.base-link__list li img{
  width: 100%;
  height: auto;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}
.syouhin-info{
  text-align: center;
  line-height: 100%;
  font-size: 17px;
}
p.tokuten-info {
    line-height: 100%;
    margin: 40px 0;
    line-height: 150%;
}
.tokuten2-img{
  width: 90%;
  height: auto;
}
li.tokuten2 p.tokuten-info{
width: 90%;
  height: auto;
  line-height: 150%;
}
.base {
    align-items: center;
    justify-content: flex-end;
    margin-top: -80px;
    margin-bottom: 80px;
}
.base img{
  width: 50px;
  height: auto;
}

/*家族経営でもこだわりの素麺を*/
.section-kodawari__movie{
width: 85%;
  margin: 0 auto;
  margin-top: 150px; 
}
img.kazoku-logo {
    width: 40%;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}
.section-kodawari__movie iframe{
  width: 85%;
  margin: 0 auto;
  display:block;
  height: 600px;
}
.n2-ss-slider-2.n2-ow {
    height: 750px!important;
    width: 95%;
    margin: 0 auto;
}
/*ふったー*/
footer{
  background-color: #024460;
  margin-top: 150px;
  position: relative;
  padding: 100px 0;
}
.footer-social{
  width: 50%;
  justify-content: space-between;
}
.footer-social li{
  width: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-social li a{
  width: 100%;
  color: #fff;
  border-right: solid 2px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-social li a i{
font-size: 60px;
}
.footer-social li:last-child a{
border-right: 0;
}
.footer-logo{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  height: auto;
}
.footer-wrapper{
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}
.footer-adress{
  width: 47%;
}
.footer-adress *{
  color: #fff;
}
.footer-adress p{
  margin-bottom: 15px;
}
.fonnter-email{
  color: #024460;
  align-items: center;
  justify-content: center;
  border: solid 2px #fff;
  padding: 10px 0;
  width: 60%;
  background-color: #fff;
  font-weight: bold;
  border-radius: 10px;
}
.fonnter-email i{
  color: #024460;
  margin-right: 10px;
}
.num{
  font-weight: bold;
  font-size: 40px;
}
/*スライダーぶぶん*/
/*.sliderArea{
 width: 80%;
 margin: 0 auto;
}*/
/*====================================================================
slick
====================================================================*/

.thumb.slick-initialized.slick-slider {
    position: absolute;
    bottom:42px;
    width: 20%;
    height: 100%;
    right: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.sliderArea {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    background-color: #f0e221;
    padding:7px 5px;
}
.slick-vertical .slick-slide.slick-active{
    display: block;
    height: auto;
    border: 3px solid #fff;
}
.slick-vertical .slick-slide.slick-active.slick-current{
  border-bottom: none;
}
.sliderArea.w300 {
    max-width: 300px;
}
.slick-slide {
    margin: 0 5px;
}

.slick-slide img {
    width: 100%;
    height: auto;
}
.slider_thumb img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}
.slick-prev, .slick-next {
    z-index: 1;
}
.slick-prev:before, .slick-next:before {
    color: #000;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
    opacity: 1;
}
.slick-current {
    opacity: 1;
}
.thumb {
    margin: 20px 0 0;
}
.thumb .slick-slide {
    cursor: pointer;
}
.thumb .slick-slide:hover {
    opacity: .7;
}
.triangle {
    position: absolute;
    bottom: -100px;
    height: 0;
    border-style: solid;
    border-width: 100px 42.5vw 0 42.5vw;
    border-color: #f0e221 transparent transparent transparent;
}
.slick-list.draggable {
    padding-bottom: 5px;
}
.slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 60px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev, .slick-next{
  display: none!important;
}
.manzoku-sp{
    display: none!important;
  }
  .title-sp{
    display: none;
  }
  .youtube-bg {
    background-color: #e5e5e5;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 60px 0;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 80px;
}
.youtube-bg .diff-iframe__title {
    position: absolute;
    top: -20px;
}
.youtube-bg iframe{
  width: 70%;
  height: 500px;
}
.youtube-bg:last-child {
    margin-bottom: 0;
}
.row-text__ab{
  position: absolute;
  right:  20px;
  top: 10px;
  font-weight: bold;
  font-size: 15px;
}
span.empha {
    border-bottom: solid 5px #F1E121;
}
section.section-kodawari__movie h2 {
    margin-bottom: 120px;
}
a.syouhin-link {
    background-color: #E55B25;
    color: #fff;
    font-weight: bold;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 20px 0;
    margin: 0 auto;
    margin-top: -30px;
    font-size: 24px;
}
a.syouhin-link i{
  margin-left: 20px;
  font-size: 30px;
}
@media screen and (max-width: 1024px){
  #section-mv,.n2-ss-slider-2.n2-ow  {
      height: 550px!important;
  }
  h2.manzoku-heading {
      width: 80%;
  }
  h2.section-title {
      font-size: 30px;
  }
  .sectioin-diff h2 {
      width: 80%;
  }
  .section-kodawari__movie iframe {
      height: 350px;
  }
  .mv-barner {
    width: 200px;
  }
  .slider_thumb img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
}

@media screen and (max-width: 800px){
  .slick-prev, .slick-next{
    display: block!important;
  }
.thumb.slick-initialized.slick-slider.slick-vertical {
      display: none;
  }
  #section-mv,.n2-ss-slider-2.n2-ow  {
      height: 450px!important;
  }
  .mv-barner {
    width: 170px;
  }
  h2.section-title {
      font-size: 25px;
  }
  h2.manzoku-heading span {
      font-size: 15px;
  }
  .section-why h3 {
    font-size: 25px;
    line-height: 150%;
  }
  .sectioin-diff {
    margin-top: 100px;
    padding-top: 80px;
}
  .diff-content {
      flex-direction: column;
  }
  .diff-iframe {
      width: 100%;
  }
  .diff-iframe iframe {
    width: 95%;
    height: 400px;
  }
  .diff-comment {
    width: 100%;
    margin-bottom: 50px;
  }
  .movie-arrow {
    width: 100px;
    height: auto;
    bottom: 55%;
      left: 0;
      transform: rotate(45deg);
  }
  .section-kodawari {
      margin-top: 100px;
  }
  .triangle {
      bottom: -60px;
      border-width: 60px 42.5vw 0 42.5vw;
  }
  .slick-dotted.slick-slider {
      margin-bottom: 0px;
  }
  .slick-vertical .slick-slide.slick-active.slick-current { 
      margin-top: 5px;
  }
  .tokuten-title__img {
      width: 70%;
      margin-top: 60px;
      margin-bottom: 50px;
  }
  .tokuten-list__title {
    width: 30%;
  }
  p.tokuten-info {
      width: 90%;
      line-height: 100%;
      margin: 40px auto;
  }
  .section-kodawari__movie {
      margin-top: 100px;
  }
  li.tokuten2 {
      margin-bottom: 40px;
  }
  .section-kodawari__movie iframe {
      width: 85%;
      height: 300px;
  }
  .footer-social {
      width: 60%;
      margin: 0 auto;
      justify-content: space-between;
      padding: 60px 0;
  }
  .footer-social li a i {
      font-size: 50px;
  }
  .footer-wrapper {
      width: 90%;
      margin: 0 auto;
      justify-content: space-between;
      flex-direction: column;
  }
  .footer-adress {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
ul.diff-list {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.slider_thumb img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.row-text__ab {
    width: 30%;
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 100%;
    font-weight: bold;
    font-size: 13px;
    text-indent: -13px;
}
}

@media screen and (max-width: 500px){
  .manzoku-sp{
    display: block!important;;
  }
  .manzoku-pc{
    display: none!important;
  }
  .title-sp{
    display: block;
  }
  .title-pc{
    display: none!important;
  }
  #section-mv,.n2-ss-slider-2.n2-ow  {
      height: 300px!important;
  }
  .mv-barner {
      width: 120px;
  }
  h2.section-title {
      font-size: 18px;
      padding: 10px;
  }
  h2.manzoku-heading span {
      font-size: 13px;
  }
  .section-satisfy {
      width: 95%;
      margin: 0 auto;
      border-radius: 30px;
      border: 0;
      padding: 0;
      margin-top: 50px;
  }
  .section-satisfy img {
      width: 100%;
      display: block;
      margin: 0 auto;
  }
  .section-why {
    margin-top: 40px;
  }
  .section-why p {
      font-size: 15px;
  }
  .section-why h3 span.strong {
      font-size: 22px;
      position: relative;
      z-index: 10;
  }
  .section-why h3 {
      font-size: 18px;
      margin-top: 20px;
      line-height: 150%;
  }
  img.arrow-bottom {
      width: 90%;
      margin: 0 auto;
      display: block;
      margin-top: 20px;
  }
  .sectioin-diff {
       margin-top: 60px;
      padding: 70px 0 20px 0;
  }
  .sectioin-diff h2 {
      width: 100%;
      padding: 0;
      top: -30px;
  }
  .diff-comment__title {
    font-size: 18px;
  }
  .diff-list li {
      margin-bottom: 5px;
      font-size: 13px;
  }
  .movie-arrow {
    width: 70px;
    height: auto;
    bottom: 70%;
  }
  .diff-iframe__title {
      
      width: 80%;
      font-size: 15px;
  }
  .movie-arrow {
      width: 75px;
      height: auto;
      bottom: 50%;
  }

  .section-kodawari h2 {
      width: 100%;
      padding: 0;
      margin: 0 auto;
      margin-bottom: 20px;
  }
  .diff-content{
    padding-bottom: 0;
  }
  .section-kodawari {
      margin-top: 50px;
  }
  .slick-dots li button:before {
    font-size: 40px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .triangle {
      bottom: -60px;
      border-width: 60px 42.5vw 0 42.5vw;
      left: 0;
  }
  .thumb.slick-initialized.slick-slider {
      bottom: 5px;
  }
  .slick-vertical .slick-slide.slick-active.slick-current {
      margin-top: 20px;
  }
  .section-tokuten {
      margin-top: 100px;
  }
  .section-tokuten h2 {
      text-align: center;
      margin-bottom: 50px;
      font-size: 16px;
      padding: 0;
  }
  .tokuten-list__title {
      width: 50%;
      top: -24px;
      font-size: 16px;
  }
  .tokuten-title__img {
      width: 90%;
      margin-top: 40px;
      margin-bottom: 30px;
  }
  .base-link__list {
    display: flex;
    flex-direction: column;
  }
  .base-link__list li {
      border: none;
      margin-bottom: 30px;
      width: 100%;
  }
  p.tokuten-info {
      width: 90%;
      line-height: 100%;
      margin: 30px auto;
      font-size: 16px;
      margin-top: 10px;
  }
  .base {
    font-size: 16px;
    margin-bottom: 50px;
  }
  section.section-kodawari__movie h2.section-title {
      padding: 0;
  }
  img.kazoku-logo {
      width: 70%;
      margin: 0 auto;
      display: block;
      margin-bottom: 50px;
  }
  .section-kodawari__movie iframe {
      height: 180px;
      width: 90%;
  }
  footer {
      background-color: #024460;
      margin-top: 70px;
      position: relative;
  }
  .footer-social {
      width: 70%;
      margin: 0 auto;
      justify-content: space-between;
      padding: 60px 0;
  }
  .footer-social li a i {
      font-size: 30px;
  }
  .footer-logo {
      width: 50%;
  }
  .section-kodawari__movie {
      margin-top: 50px;
  }
  .num {
      font-weight: bold;
      font-size: 30px;
  }
  .footer-adress p {
      font-size: 16px;
      margin-bottom: 15px;
  }
  .fonnter-email {    
    width: 90%;
  }
  footer {
      padding: 50px 0;
  }
  .youtube-bg {
    padding: 30px 0;
    width: 100%;
  }
  .diff-iframe iframe {
      width: 95%;
      height: 200px;
  }
  .slider_thumb img {
      width: 100%;
      height: 200px;
      object-fit: cover;
  }
  section.section-kodawari__movie h2 {
      margin-bottom: 70px;
  }
  ul.tokuten-list li:first-child .tokuten-title__img {
      margin-top: 80px;
  }
  .row-text__ab {
    width: auto;
    position: absolute;
    right: 0px;
    top: 30px;
    line-height: 100%;
    font-weight: bold;
    font-size: 13px;
    text-indent: unset;
    width: 100%;
    text-align: center;
}
a.syouhin-link {
    background-color: #E55B25;
    color: #fff;
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 10px 0;
    margin-top: -30px;
    font-size: 18px;
}
a.syouhin-link i {
    margin-left: 20px;
    font-size: 22px;
}
}
@media screen and (max-width: 400px){
  h2.manzoku-heading {
      width: 100%;
  }

  .thumb.slick-initialized.slick-slider {
    
    height: 40%;
  }
  .triangle {
      bottom: -40px;
      border-width: 40px 42.5vw 0 42.5vw;
      left: 0;
  }
  .section-tokuten h2 {
    font-size: 14px;
  }
  .diff-comment {
      width: 100%;
      margin-bottom: 35px;
  }
  .movie-arrow {
      width: 75px;
      height: auto;
      bottom: 45%;
  }
  .diff-iframe iframe {
      width: 95%;
      height: 175px;
  }
  .row-text__ab {
      font-size: 11px;
  }
}
@media screen and (max-width: 320px){
  .slider_thumb img {
    width: 100%;
    height: 165px;
    object-fit: cover;
}
  .diff-iframe iframe {
    width: 95%;
    height: 150px;
}

  .movie-arrow {
    width: 50px;
    height: auto;
    bottom: 40%;
}
  .section-kodawari__movie iframe {
        height: 140px;
        width: 90%;
    }
    ul.diff-list {
      width: 90%;
      margin: 0 auto;
      margin-bottom: 20px;
  }
}