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

/* Template 01 Top */

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


/*-------------------- Main Visual Slider*/

.m-visual-top {
  position: relative;
  margin: 0 !important;
  /*
  padding-bottom: calc(38.2% + 30px);
  height: 0;
  */
  padding-bottom: 30px;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 768px) {
  .m-visual-top {
    /*
    padding-bottom: calc(38.2% + 25px);
    height: 362px ;
    */
  }
}
@media (max-width: 640px) {
  .m-visual-top {
        /*
    padding-bottom: calc(44.05% + 25px);
        */
  }
}


/*-------------------- Slider*/

.bx-wrapper {
  margin: 0 !important;
}
.bx-wrapper .bx-viewport {
  left: 0 !important;
  margin: 0 auto !important;
  border: 0 !important;
  width: 65.0% !important;
  max-width: 1400px;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

@media (max-width: 768px) {
  .m-visual-top {
    overflow: visible;
  }
  .bx-wrapper .bx-viewport {
    width: 100% !important;
    overflow: hidden !important;
    background: url(https://img07.shop-pro.jp/PA01255/726/etc/m_bg_unryuu_bk_small.jpg) !important;
  }
}

#slider > div {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 0.4;
  transition: opacity 0.6s ease-out;
}
#slider > div .bx-caption {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
#slider > div.is-active {
  opacity: 1.0;
}
#slider > div.is-active .bx-caption {
  opacity: 1.0;
}



/*Caption*/
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0px !important;
  left: 0px !important;
  max-width: 420px !important;
  background: url(https://img07.shop-pro.jp/PA01255/726/etc/m_bg_unryuu_bk_small.jpg) !important;
}
.bx-wrapper .bx-caption span {
  position: relative;
  padding: 20px 20px 18px 20px !important;
}
.bx-wrapper .bx-caption h3 {
  color: #BE000A;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 2.0rem;
}
.bx-wrapper .bx-caption p {
  padding-top: 10px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff !important;
  font-family: 'Noto Serif JP', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bx-wrapper .bx-caption a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .bx-wrapper .bx-caption {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    max-width: 100% !important;
    background: transparent !important;
  }
  .bx-wrapper .bx-caption span {
    padding: 20px 5.336% 18px 5.336% !important;
  }
}

/*Pager*/

.bx-wrapper .bx-pager {
  bottom: -29px !important;
  padding: 0 40px 0 0 !important;
  height: 11px;
  text-align: right !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 0 0 15px !important;
  width: 11px !important;
  height: 11px !important;
  background: #333 !important;
  border-radius: 0 !important;
    text-indent: 100% !important;
    white-space: nowrap;
    overflow: hidden !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #BE000A !important;
  opacity: 1.0;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #BE000A !important;
}

@media (max-width: 640px) {
  .bx-wrapper .bx-pager {
    padding-right: 5.336% !important;
  }
}


/*-------------------- News*/

.m-news{
  margin-top: -30px;
  padding: 80px 40px 90px 40px;
  overflow: hidden;
  background: #fff;
}
.m-news-area {
  position: relative;
  margin: 0 auto;
  max-width: 910px;
}

/*Symbol*/

.m-news-area:before {
  display: block;
  content: "";
  position: absolute;
  left: -157px;
  top: -130px;
  width: 286px;
  height:280px;
  background: url(https://img07.shop-pro.jp/PA01255/726/etc/m_symbol_munetika_texture.png);
  background-size: 100% auto;
}

/*title*/

.m-news-area h2{
  position: absolute;
  width: 59px;
  z-index: 2
}
.m-news-ttl-sp {
  display: none;
}

/*List*/

.m-news-list{
  position: relative;
  padding: 10px 0 0 90px;
  min-height: 160px;
  z-index: 2;
}
.m-news-list ul {
  max-width: 820px;
}
.m-news-list ul li{
  border-bottom: solid 1px #C6C6C6;
}
.m-news-list ul li a {
  display: flex;
  align-items: center;
  padding: 20px 0 10px 0;
}
.m-news-list ul li a .m-news-list-date{
  display: block;
  width: 100px;
  font-size: 1.3rem;
}
.m-news-list ul li a .m-news-list-date:before {
  display: inline-block;
  content: "";
  margin-right: 5px;
  margin-bottom: 2px;
  width: 6px;
  height: 6px;
  background: #BE000A;
}
.m-news-list ul li a .m-news-list-cap{
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  max-width: 87.0%;
}

/*Link*/

.m-news-btn{
  margin-top: 10px;
  text-align: right;
}


@media (max-width: 768px) {

  .m-news{
    margin-top: -30px;
    padding: 60px 5.336% 50px 5.336%;
  }

  /*Symbol*/
  .m-news-area:before {
    display: block;
    content: "";
    position: absolute;
    left: -44px;
    top: -105px;
    width: 173px;
    height: 171px;
  }

  /*title*/
  .m-news-area h2{
    position: relative;
    margin: 0 auto;
    width: 142px;
  }
  .m-news-ttl {
    display: none;
  }
  .m-news-ttl-sp {
    display: block;
  }

  /*List*/

  .m-news-list{
    padding: 0;
    min-height: 213px;
  }
  .m-news-list ul li a {
    display: block;
    padding: 20px 0 10px 0;
  }
  .m-news-list ul li a .m-news-list-cap{
    margin-top: 8px;
    max-width: 100%;
  }

  /*Link*/
  .m-news-btn{
    margin-top: 16px;
  }

}


/*-------------------- Content*/

.m-content ul li {
  padding: 0 40px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.m-content ul li.m-content-about {
  background-image: url(https://img07.shop-pro.jp/PA01255/726/etc/m_bg_content_about.jpg);
  background-position: right center;
  color: #fff;
}
.m-content ul li.m-content-soba {
  background-image: url(https://img07.shop-pro.jp/PA01255/726/etc/m_bg_content_soba.jpg);
  color: #fff;
}
.m-content ul li.m-content-howto {
  background-image: url(https://img07.shop-pro.jp/PA01255/726/etc/m_bg_content_howto.jpg);
  color: #111;
}
.m-content ul li .m-content-inr {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1080px;
  height: 340px;
  background: rgba(0,250,0, 0.0);
}
.m-content ul li.m-content-soba .m-content-inr {
  justify-content: flex-end;
}

/*Text*/
.m-content .m-content-text {
  width: 450px;
}
.m-content .m-content-title {
  font-size: 2.7rem;
}
.m-content .m-content-about .m-content-title,
.m-content .m-content-soba .m-content-title {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.m-content .m-content-cap {
  margin-top: 1.5rem;
  line-height: 1.8;
}
.m-content .m-content-about .m-content-cap,
.m-content .m-content-soba .m-content-cap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.m-content .m-content-btn {
  margin-top: 25px;
}

@media (max-width: 1088px) {
  .m-content ul li {
    padding: 0;
  }
  .m-content ul li .m-content-inr {
    height: 300px;
  }
  .m-content .m-content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px 0 30px;
    width: 100%;
    height: 300px;
    max-width: 420px;
    background: rgba(0,0,0, 0.5);
  }
  .m-content ul li.m-content-howto .m-content-text {
    background: rgba(255,255,255, 0.4);
  }
  .m-content .m-content-cap br {
    display: none;
  }
}

@media (max-width: 768px) {
  .m-content ul li {
    padding: 0;
  }
  .m-content ul li .m-content-inr {
    height: 300px;
  }
  .m-content .m-content-text {
    max-width: 50%;
  }
  .m-content .m-content-title {
    font-size: 2.2rem;
  }
  .m-content .m-content-cap br {
    display: none;
  }
  .m-content .m-content-btn {
    margin-top: 16px;
  }
}

@media (max-width: 640px) {
  .m-content ul li {
    padding: 0 0 56px 0;
  }
  .m-content ul li .m-content-inr {
    display: block;
    height: auto;
  }
  .m-content ul li.m-content-about {
    background-image: none;
    background: #967D5F;
  }
  .m-content ul li.m-content-soba {
    background-image: none;
    background: #070707;
  }
  .m-content ul li.m-content-howto {
    background-image: none;
    background: #DABAA3;
  }

  /*Text*/
  .m-content .m-content-text {
    margin: 0 auto;
    padding: 30px 0 0 0;
    max-width: 76.53%;
    height: auto;
    background: transparent;
  }
  .m-content ul li.m-content-howto .m-content-text {
    background: transparent;
  }
  .m-content .m-content-title {
    font-size: 2.5rem;
    text-align: center;
  }
  .m-content .m-content-btn {
    margin: 24px auto 0 auto;
  }

}


/*-------------------- Conversion*/

.m-conversion {
  padding: 120px 40px;
  background: #fff;
  overflow: hidden;
}

/*List*/
.m-conversion ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1080px;
}
.m-conversion  ul li {
  position: relative;
  width: calc(50% - 25px);
  text-align: center;
}
.m-conversion  ul li:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 75%;
  background-image: url(https://img07.shop-pro.jp/PA01255/726/etc/m_bg_texture_wh.jpg);
}

/*Card*/
.m-conversion-card {
  position: relative;
  padding: 0 40px;
  z-index: 2;
}
.m-conversion-title {
  margin-top: 20px;
  font-size: 1.7rem;
  line-height: 1.4;
}
.m-conversion-cap {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.m-conversion-btn {
  margin: 20px auto 0 auto;
  width: 200px;
}

@media (max-width: 640px) {

  .m-conversion {
    padding: 90px 20px;
    background: #fff;
    /*background: url(../img/bg_conversion.jpg) center #fff;*/
    overflow: hidden;
  }
  /*List*/
  .m-conversion ul {
    display: block;
  }
  .m-conversion  ul li {
    width: 100%;
  }
  .m-conversion  ul li.m-conversion-catalog {
    margin-top: 50px;
  }

  /*Card*/
  .m-conversion-card {
    padding: 0 20px;
  }
  .m-conversion-cap {
    text-align: left;
  }
}


/*----------------------------------------------------------- Main Visual Slider*/

.m-item.p-home {
   padding-bottom: 0;
}

.m-furusato {
	padding: 70px 40px 110px 40px;
	background: #fff;
}
.m-furusato-img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 640px;
	height: 260px;
	background: url(https://img07.shop-pro.jp/PA01255/726/etc/m_bg_texture_red.jpg) #be000a;
	background-size: 170px 168px;
}
.m-furusato-img img {
	max-width: 278px;
}
.m-furusato-list {
	display: flex;
	justify-content: space-between;
	margin: 48px auto 0 auto;
	max-width: 508px;
}
.m-furusato-list > li{
	max-width: 234px;
}

@media (min-width: 769px) {
	.m-furusato-list > li a {
		display: inline-block;
		transition: opacity 0.3s ease-out;
	}
	.m-furusato-list > li a:hover {
		opacity: 0.6;
	}
}

@media (max-width: 640px) {
	.m-furusato {
	padding: 56px 0;
	}
	.m-furusato-img {
		height: 190px;
	}
	.m-furusato-img img {
		max-width: 226px;
	}
	.m-furusato-list {
		display: block;
		margin-top: 32px;
		max-width: 234px;
	}
	.m-furusato-list > li:not(:first-child) {
		margin-top: 24px;
	}
}
