@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	font-size: 15px;
	color: #333;
	line-height: 1.5;
	/* overflow-x: hidden; */
}
.outline {
	min-width: 1080px;
	overflow: hidden;
}
body.fixed {
	height: 100vh;
	overflow: hidden;
}
/*----------------------------common----------------------------*/
h1, h2, h3, h4, h5, h6, p, label {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
a {
	display: inline-block;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a, button,input[type=submit] {
	transition: 0.7s opacity;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
a:hover,
button:hover,
input[type=submit] {
	cursor: pointer;
	opacity: 0.6;
	text-decoration: none;
}
.swiper-slide a:hover{
    opacity: 1;
}
}

input[type=submit] {
	border: none;
}
input[type=submit]:focus {
	border: none;
	outline: none;
}

/* Common */
.fixed-container {
	/* width: 90%; */
	max-width: 1080px;
	margin: auto;
}
.inner-container {
	width: 100%;
	max-width: 960px;
	margin: auto;
}
.text-center {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.pc-only {
		display: none !important;
	}
	.outline {
		min-width: 320px;
	}
}

@media screen and (min-width: 768px) {
	.sp-only {
		display: none !important;
	}
}

/*-------------header----------------------*/
header {
  position: absolute;
  top: 700px;
  left: 0;
  width: 100%;
  z-index: 500;
  min-width: 1080px;
}
header.fixed,
#inner header {
  position: fixed;
  top: 0;
  min-width: 0;
}
header h1 {
    position: fixed;
    left: 50%;
    top: 20px;
    margin-left: -540px;
}
header.fixed h1,
#inner header h1 {
    position: absolute;
    top: 20px;
    z-index: 100;
}

@media screen and (max-width: 1120px) {  
	header h1 {
		margin-left: 0;
		left: 20px;
	}
}
header h1 a {
    height: 150px !important;
}
.header-main {
	justify-content: space-between;
	background-color: #534741;
}
.header-container {
	width: 95%;
	max-width: 1080px;
	margin: auto;
}
.header-body {
  position: relative;
  display: block;
  height: 90px;
}
.header-nav-menu {
    padding: 33px 0 0 0;
}
@media screen and (min-width: 768px) {
	.header-nav-menu {
	    display: block !important;
	    opacity: 1 !important;
	}
}

.header-nav-menu-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.header-nav-menu-list > li {
	position: relative;
  padding: 0 15px;
}
.header-nav-menu-list > li:not(:last-child):after {
	content: '';
	position: absolute;
	right: 0;
	top: 4px;
	width: 1px;
	height: calc(100% - 8px);
	background-color: #fff;
	transform: rotate(35deg);
}
.header-nav-menu-list > li:nth-child(6)::after {
	display: none;
}
.header-nav-menu-list > li a {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.header-nav-menu-list > li a .sns_icon{
	width: auto;
	height:20px;
	display: inline-block;
	margin: 0 10px;
}
@media screen and (max-width: 900px) {
	.header-nav-menu-list {
		padding-right: 35px;
	}
	.header-nav-menu-list > li {
	  padding: 0 15px;
	}
	.header-nav-menu-list > li a {
		font-size: 13px;
	}
}
@media screen and (min-width: 768px) {
  .header-nav-menu-list > li a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
  }
  .header-nav-menu-list > li a:hover:after {
    width: 100%;
  }
  .header-nav-menu-list > li .sns_list:after {
    content: none;
    display: block;
    width: 0;
    height: 0;
  }
}
@media screen and (max-width: 767px) {
	header {
	  min-width: 320px;
	  position: fixed;
	  top: 0;
	  min-width: 0;
	  height: 0;
	}
	header h1 {
		top: 7px !important;
		left: 7px;
		/* z-index: 1000; */
	}
	header h1 a {
		height: 90px !important;
	}
	.header-main {
		background: none;
		height: 0;
	}
	.header-body {
		height: 0;
	}
	.header-container {
		width: auto;
	}
	.header-nav-menu-list {
		padding-right: 0;
	}
	.header-nav-menu {
		display: none;
		height: auto;
		padding-bottom: 0;
		background-color: #534541;
		z-index: 100;
		padding-top: 60px;
		position: relative;
	}
	.header-nav-menu::before {
		display: block;
		position: absolute;
		content: "";
		height: 1000px;
		width: 100%;
		top: 100%;
		left: 0;
		background: rgba(255, 255, 255, 0.8);
	}
	.header-menu-btn__container .lines span {
		position: absolute;
		background: #f9d047;
		width: 100%;
		height: 1px;
		left: 0;
		top: 50%;
		right: 0;
		margin: 0;
		transition: .3s all;
	}
	.header-menu-btn__container .lines {
		position: absolute;
		width: 30px;
		height: 30px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.header-menu-btn__container .lines span:nth-child(1) {
    margin-top: -8px;
 }
	.header-menu-btn__container .lines span:nth-child(2) {
		top: 50%;
	}
	.header-menu-btn__container .lines span:nth-child(3) {
    margin-top: 8px;
 }
	.header-menu-btn.opened .header-menu-btn__container .lines span:nth-child(1) {
    transform: rotate(30deg);
    margin: 0;
 }
	.header-menu-btn.opened .header-menu-btn__container .lines span:nth-child(2) {
    opacity: 0;
	}
	.header-menu-btn.opened .header-menu-btn__container .lines span:nth-child(3) {
    transform: rotate(-30deg);
    margin: 0;
 }
	.header-menu-btn  {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #534641;
    opacity: 1 !important;
    z-index: 1000;
 }

	.header-nav-menu {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	.header-nav-menu-list > li {
    flex: 100%;
    max-width: 100%;
    border-left: 0;
    border-right: 0 !important;
    border-top: 1px solid #fcf9f1;
 }
	.header-nav-menu-list > li a {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 14px 0;
 }
	.header-nav-menu-list > li a:after {
    content: '';
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 25px;
    height: 25px;
    background: url(https://delsole-nansenkyo.com/wp-content/themes/nan_v202104/assets/img/icon-header-01.svg) no-repeat center;
	}
	.header-nav-menu-list > li:not(:last-child):after {
		display: none;
	}
	.header-nav-menu-list > li a.buy-link {
		width: 280px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		font-weight: bold;
		color: #534541;
		padding: 0;
		display: block;
		margin: -5px auto 0 auto;
	}
	.header-nav-menu-list > li.sp-only {
		height: 75px;
		text-align: center;
	}
}
/* End Header */
article {
	/* padding-top: 90px; */
	/* overflow: hidden; */
}
.buy-link {
	position: absolute;
	width: 180px;
	height: 50px;
	font-size: 15px;
	color: #534741;
	font-weight: bold;
	line-height: 50px;
	background-color: #fad047;
	border-radius: 50px;
	padding-left: 20px;
	right: 0;
	top: 20px;
	z-index: 1000;
}
.buy-link::before {
	display: block;
	position: absolute;
	content: "";
	width: 60px;
	height: 66px;
    background: url(../img/img_item.png) no-repeat center;
    background-size: cover;
    bottom: 0;
    right: 10px;
}
@media screen and (max-width: 767px) {
	.buy-link {
		position: absolute;
		width: 180px;
		height: 50px;
		font-size: 15px;
		color: #534741;
		font-weight: bold;
		line-height: 50px;
		background-color: #fad047;
		border-radius: 50px;
		padding-left: 20px;
		right: 0;
		top: 20px;
		z-index: 1000;
	}
	.buy-link::before {
		display: block;
		position: absolute;
		content: "";
		width: 50px;
		height: 56px;
		background: url(../img/img_item.png) no-repeat center;
		background-size: cover;
		bottom: 0;
		right: 10px;
	}
}
.dev-logo--container {
	text-align: center;
	padding: 60px 0 40px;
}
.category-list--container {
	padding-bottom: 60px;
}
.category-list--wrapper {
	overflow: hidden;
}
.category-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -13px -12px;
}
.category-list > li {
	padding: 13px 12px;
}
.title {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 58px;
	letter-spacing: 5px;
	margin-bottom: 15px;
}
.title span {
	position: relative;
}
.news--container {
	position: relative;
	margin-top: 16.67vw;
	padding-bottom: calc(105px + 21.875vw);
	background: #f8f8f8 url(https://delsole-nansenkyo.com/wp-content/themes/nan_v202104/assets/img/img-container-28.png) no-repeat bottom 13.5vw left 54.17vw;
}
.news--wrapper {
	position: relative;
	margin-top: -8.44vw;
}
.news--wrapper .title span:before,
.news--wrapper .title span:after {
	content: '';
	position: absolute;
	left: calc(100% + 20px);
	display: inline-block;
	width: 14px;
	height: 14px;
}
.news--wrapper .title span:before {
	bottom: calc(50% + 6px);
	background-color: #26a937;
}
.news--wrapper .title span:after {
	top: calc(50% + 6px);
	background-color: #e73916;
}
.tri-effect {
	position: relative;
	width: 100%;
	height: 1px;
}
.tri-effect:before,
.tri-effect:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 0;
	border-style: solid;
}
.news--container .tri-effect:before {
	border-width: 0 0 16.67vw 100vw;
	border-color: transparent transparent #0075ba transparent;
}
.news--container .tri-effect:after {
	border-width: 0 100vw 16.67vw 0;
	border-color: transparent transparent #f8f8f8 transparent;
}
.news-list > li {
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	padding: 20px 0;
	border-bottom: 1px solid #dfdfdf;
}
.news-list > li:last-child {
	border: 0;
}
.news-list > li .date {
	flex: 125px;
	max-width: 125px;
	font-family: 'Roboto', sans-serif;
}
.news-list > li .news-link {
	flex: calc(100% - 125px);
	max-width: calc(100% - 125px);
	color: #333;
}
.news-list > li .news-link:hover {
	text-decoration: underline;
}
.news-scroll--wrapper {
	height: 195px;
	overflow: auto;
}
.sns-bannar--wrapper {
	margin-top: 30px;
}
.sns-bannar-link {
	position: relative;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 50px 15px;
	background-color: #fff;
}
.sns-bannar-link:after {
	content: '';
	position: absolute;
	right: 10px;
	bottom: 10px;
	border-style: solid;
	border-width: 0 0 18px 18px;
	border-color: transparent transparent #0295da transparent;
}
.world--container {
    position: relative;
    z-index: 100;
    margin: 100px 0 0 0;
}
.world--container h3 br {
    display: none;   
}
.world--container::before {
	content: '';
	position: absolute;
	top: -160px;
	left: 54.17vw;
	max-width: 847px;
	width: 58.8%;
	height: 310px;
	background: url(https://delsole-nansenkyo.com/wp-content/themes/nan_v202104/assets/img/img-container-28.png) no-repeat bottom left;
}
.world--container::after {
	content: '';
	position: absolute;
    display: block;
    width: 240px;
    height: 660px;
    background: #FABD00;
    left: 50%;
    top: -20px;
    margin-left: 300px;
}
.world--container .fixed-container {
    position: relative;
    z-index: 50;
}
@media screen and (max-width: 767px) {
    .world--container {
        position: relative;
        z-index: 100;
        margin: 100px 0 0 0;
    }
    .world--container h3 br {
        display: block;   
    }
    .world--container::before {
        content: '';
        position: absolute;
        top: -107px;
        left: 224px;
        
        width: 420px;
        height: 152px;
        background: url(https://delsole-nansenkyo.com/wp-content/themes/nan_v202104/assets/img/img-container-28.png) no-repeat bottom left;background-size: 420px auto;
    }
    .world--container::after {
        content: '';
        position: absolute;
        display: block;
        width: 38px;
        height: 340px;
        background: #FABD00;
        left: auto;
        right: 0;
        top: -15px;
        margin-left: 0;
    }
    .world--container .fixed-container {
        position: relative;
        z-index: 50;
    }
    
}
.about-project--container {
	padding-bottom: calc(30px + 16.67vw);
}
.about-project--container .tri-effect:before {
	border-width: 0 0 21.875vw 100vw;
	border-color: transparent transparent #f8f8f8 transparent;
}
.about-project--container .tri-effect:after {
	border-width: 0 100vw 16.67vw 0;
	border-color: transparent transparent #fff transparent;
}
.about-project--wrapper {
	position: relative;
	margin-top: calc(-16.67vw - 60px);
}
.about-project--wrapper:before {
	content: '';
	position: absolute;
	right: -4.16vw;
	top: 0;
	width: 25%;
	height: calc(100% - 100px);
	background-color: #fabd00;
}
.about-project--wrapper > * {
	position: relative;
}
.about-project--wrapper .title span {
	display: block;
}
.about-project--wrapper .title span:nth-child(1):before,
.about-project--wrapper .title span:nth-child(1):after {
	content: '';
	position: absolute;
	bottom: 100%;
	width: 14px;
	height: 14px;
}
.about-project--wrapper .title span:nth-child(1):before {
	left: 0;
	background-color: #00a6da;
}
.about-project--wrapper .title span:nth-child(1):after {
	left: 26px;
	background-color: #dc007c;
}
.about-project--wrapper h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 12px;
}
.about-project--wrapper p {
	margin-bottom: 40px;
}
.projects--container {
	padding-bottom: calc(50px + 16.67vw);
	background-color: #f8f8f8;
}
.projects--container .tri-effect:before {
	display: none;
}
.projects--container .tri-effect:after {
	border-width: 0 100vw 16.67vw 0;
	border-color: transparent transparent #f8f8f8 transparent;
}
.projects--wrapper {
	position: relative;
	/* margin-top: calc(-8.33vw - 45px); */
}
.fixed-container.recipe .projects--wrapper {
    margin-top: 40px;
    margin-bottom: 100px;
}
.projects--wrapper h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 40px;
}
.project-list > li:not(:last-child) {
	margin-bottom: 20px;
}
.project-item {
	display: flex;
	flex-wrap: wrap;
}
.project-item .img {
	flex: 194px;
	max-width: 194px;
}
.project-item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.project-item .info {
	position: relative;
	flex: calc(100% - 194px);
	max-width: calc(100% - 194px);
	padding: 17px 30px 20px 30px;
	background-color: #fff;
}
.project-item .info:after {
	content: '';
	position: absolute;
	right: 10px;
	bottom: 10px;
	border-style: solid;
	border-width: 0 0 18px 18px;
	border-color: transparent transparent #427a31 transparent;
}

@media screen and (max-width: 767px) {
    .project-item .info:after {
        border-width: 0 0 15px 15px;
    }
}    

.project-item .info:first-of-type {
	flex: 100%;
	max-width: 100%;
}
.project-item .info .date {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-bottom: 6px;
}
.project-item .info .project-link {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}
.project-item .info .project-link:hover {
	text-decoration: underline;
}
.project-item .info .summary {
	font-size: 15px;height: 3em;overflow: hidden;
}
.project-item .category {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
	color: #fff;
	padding: 10px 12px;
	background-color: #417a35;
	border-bottom-left-radius: 3px;
}
.project-list--wrapper {
	margin-bottom: 50px;
}
.projects-link {
	width: 100%;
	max-width: 280px;
	text-align: left;
	color: #333;
	padding: 0 30px;
	line-height: 48px;
	background: url(https://delsole-nansenkyo.com/wp-content/themes/nan_v202104/assets/img/icon-container-01.png) center right 20px no-repeat;
	border: 1px solid #000;
	border-radius: 4px;font-weight: bold;
}
.two-tri--container .tri-effect:before {
	border-width: 8.33vw 0 8.33vw 50vw;
	z-index: 1;
}
.two-tri--container .tri-effect:after {
	right: 0;
	left: auto;
	border-width: 8.33vw 50vw 8.33vw 0;
}
.two-tri--top .tri-effect:before {
	border-color: #f8f8f8 #dc007b #fff #dc007b;
}
.two-tri--top .tri-effect:after {
	border-color: #f8f8f8 #f8f8f8 #fff transparent;
}
footer {
	position: relative;
	background: #fad047;
	padding-top: 60px;
}
#page-top-link {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	background-color: #fad047;
	border-radius: 100px;
	border: 2px solid #534741;
}
#page-top-link:after {
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 0 8px 15px 8px;
	border-color: transparent transparent #534641 transparent;
}
.footer-logo {
	margin-bottom: 45px;
}
.footer-ban{
	margin: 0 0 50px 0;
}
.footer-ban img{
	border: 1px solid #333333;
}
.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.footer-links > li {
	position: relative;
	padding: 0 25px;
}
.footer-links > li a {
	font-size: 16px;
	font-weight: bold;
	color: #534741;
}
.footer-links > li:not(:last-child):after {
	content: '';
	position: absolute;
	right: 0;
	top: 4px;
	width: 1px;
	height: calc(100% - 8px);
	background-color: #000;
	transform: rotate(35deg);
}
@media screen and (min-width: 768px) {
    .footer-links {
        justify-content: center;
    }
	.footer-ban{
	margin: 0 0 30px 0;
    }
	.footer-links > li a:after {
		content: '';
		display: block;
		width: 0;
		height: 2px;
		background: #000;
		transition: width .3s;
	}
	.footer-links > li a:hover:after {
    width: 100%;
	}
}
.footer-links {
	margin-bottom: 30px;
}
.footer-other-links {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.footer-other-links > li {
	padding: 0 7px;
}
.footer-other-links > li a {
	color: #534741;
	font-size: 12px;
}
.copyright {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 70px;
	background: #534741;
	color: #fff;
}




@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
	.project-item .img,
	.project-item .info {
		flex: 100%;
		max-width: 100%;
	}
	.project-item .img img {
		width: 100%;
	}
	.category-list {
    margin: -5px;
	}
	.category-list > li {
    flex: 33.33%;
    max-width: 33.33%;
    padding: 5px;
	}
	.two-tri--container .tri-effect:after {
		right: 0;
	}
	.news--wrapper .title span:before,
	.news--wrapper .title span:after {
    left: calc(100% + 8px);
    width: 9px;
    height: 9px;
	}
	.title {
    font-size: 32px;
		letter-spacing: 6px;
		margin-bottom: 20px;
	}
	.news-list > li .date,
	.news-list > li .news-link {
		flex: 100%;
		max-width: 100%;
	}
	.news-list > li .date {
		margin-bottom: 6px;
	}
	.news-list > li {
		padding: 14px 0;
	}
	.sns-bannar-link {
    font-size: 22px;
		padding: 35px 15px;
	}
	.about-project--wrapper:before {
		/* right: -5vw; */
	}
	.about-project--wrapper h3 {
		font-size: 19px;
	}
	.projects--wrapper {
    position: relative;
    margin-top: -8.33vw;
	}
	.project-item .info {
		padding: 15px 15px;
	}
	.project-item .info .date {
    margin-bottom: 7px;font-size: 11px;
	}
	.project-item .info .project-link {
    font-size: 14px;
    margin-bottom: 6px;
	}
	.project-item .info .summary {
    font-size: 11px;line-height: 1.8em;height: 5.4em;
	}
	.project-item .category {
    font-size: 10px;
		padding: 7px 8px;
	}
	footer {
		padding-top: 40px;
	}
	.footer-logo {
		margin-bottom: 30px
	}
	.footer-ban {
		margin-bottom: 30px
	}
	.footer-ban .logo-link {
		height: 100px;
	}
	.footer-links > li:not(:last-child):after {
		display: none;
	}
	.footer-links,
	.footer-other-links {
		margin: 0;
		/* border-top: 1px solid #534641; */
	}
	.footer-links > li,
	.footer-other-links > li {
		flex: 50%;
		max-width: 50%;
		text-align: center;
		padding: 0;
		border-top: 1px solid #534641;
		border-right: 1px solid #534641;
	}
	.footer-links > li:last-child {
        /* border-bottom: 0; */
    }
	.footer-links > li a,
	.footer-other-links > li a {
		padding: 25px 0;
		display: block;
	}
	.footer-links > li a {
		font-size: 15px;
	}
	#page-top-link {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 44px;
    border-width: 1px;
 }
	#page-top-link:after {
		content: '';
		display: inline-block;
		border-style: solid;
		border-width: 0 4px 8px 4px;
		border-color: transparent transparent #534641 transparent;
	}
	.projects--wrapper h3 {
		font-size: 19px;
	}
}



/* Common */
.clearfix::after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
.bt_more {
	display: block;
	width: 280px;
	line-height: 46px;
	padding-bottom: 4px;
	text-align: center;
	margin: 0 auto;
	background: #fad047;
	border-radius: 100px;
	font-weight: bold;
	color: #534741;
	letter-spacing: 0.1em;
	position: relative;
	top: 4px;
	left: 4px;
}
.bt_more::before {
	position :absolute;
	content: "";
	display: block;
	width: 282px;
	height: 52px;
	border-radius: 100px;
    border: 2px solid #534741;
    box-sizing: border-box;
    top: -4px;
    left: -4px;
}

@media screen and (max-width: 767px) {
	.bt_more {
		display: block;
		width: 250px;
		line-height: 42px;
		padding-bottom: 4px;
		text-align: center;
		margin: 0 auto;
		background: #fad047;
		border-radius: 100px;
		font-weight: bold;
		color: #534741;
		letter-spacing: 0.1em;
		position: relative;
		top: 4px;
		left: 4px;
		font-size: 12px;
	}
	.bt_more::before {
		position :absolute;
		content: "";
		display: block;
		width: 252px;
		height: 48px;
		border-radius: 100px;
		border: 2px solid #534741;
		box-sizing: border-box;
		top: -4px;
		left: -4px;
	}

}
/* Index */
#index .visual {
    background: #fad047;
    height: 700px;
}
#index .visual > .inner {
	width: 1080px;
    margin: 0 auto;
    position: relative;	
}
#index .visual .title {
	position: absolute;
	left: 420px;
	top: 40px;
	width: 560px;
}
#index .visual .dip {
	position: absolute;
	left: 0;
	top: 150px;
	width: 369px;
}
#index .visual .swiper {
	position: absolute;
	right: 0;
	top: 250px;
	width: 760px;
	height: 420px;
	overflow: hidden;
}
#index .visual .swiper .swiper-wrapper {
	/* width: 100%; */
	/* height: 100%; */
	/* overflow: hidden; */
}
#index .visual .swiper .swiper-slide {
	width: 760px;
	height: 420px;
	padding: 0 60px;
	display: flex;
	align-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
#index .visual .swiper .swiper-slide a,
#index .visual .swiper .swiper-slide .blank {
	display: block;
    width: 200px;
}
#index .visual .swiper-button-next,
#index .visual .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 100px;
	outline: none;
	right: 0;
	transform: none;
	margin-top: -30px;
}
#index .visual .swiper-button-prev {
	right: auto;
	left: 0;
}
#index .visual .swiper-button-next::after,
#index .visual .swiper-button-prev::after {
    display: none;
}
#index .visual .swiper-button-next::before,
#index .visual .swiper-button-prev::before {
    display: block;
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-top: 3px solid #534741;
    border-right: 3px solid #534741;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -13px;
}
#index .visual .swiper-button-prev::before {
    transform: rotate(-135deg);
    margin-left: -4px;
}
@media screen and (max-width: 767px) {
	#index .visual {
		background: #fad047;
		height: 570px;
	}
	#index .visual > .inner {
		width: auto;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}
	#index .visual .title {
		position: absolute;
		left: 20px;
		top: 100px;
		width: 300px;
	}
	#index .visual .dip {
		margin-left: -8px;
		position: absolute;
		left: 50%;
		top: 98px;
		width: 226px;
	}
	#index .visual .swiper_sp {
		position: absolute;
		right: auto;
		top: auto;
		left: 50%;
		margin-left: -99px;
		bottom: 30px;
		width: 199px;
		height: 185px;
		overflow: visible;
	}
	#index .visual .swiper_sp .swiper-wrapper {
		/* width: 100%; */
		/* height: 100%; */
		/* overflow: hidden; */
	}
	#index .visual .swiper_sp .swiper-slide {
		width: 760px;
		height: 185px;
		padding: 0 7px;
		display: flex;
		align-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#index .visual .swiper_sp .swiper-slide a,
	#index .visual .swiper_sp .swiper-slide .blank {
		display: block;
		width: 185px;
		opacity: 1 !important;
	}
	#index .visual .swiper-button-next,
	#index .visual .swiper-button-prev {
		width: 60px;
		height: 60px;
		background: #fff;
		border-radius: 100px;
		outline: none;
		right: 0;
		transform: none;
		margin-top: -30px;
	}
	#index .visual .swiper-button-prev {
		right: auto;
		left: 0;
	}
	#index .visual .swiper-button-next::after,
	#index .visual .swiper-button-prev::after {
		display: none;
	}
	#index .visual .swiper-button-next::before,
	#index .visual .swiper-button-prev::before {
		display: block;
		position: absolute;
		content: "";
		width: 15px;
		height: 15px;
		border-top: 3px solid #534741;
		border-right: 3px solid #534741;
		transform: rotate(45deg);
		left: 50%;
		margin-left: -13px;
	}
	#index .visual .swiper-button-prev::before {
		transform: rotate(-135deg);
		margin-left: -4px;
	}
    
}
@media screen and (max-width: 400px) {
	#index .visual .title {
		position: absolute;
		left: 10px;
		top: 120px;
		width: 230px;
	}
}
@media screen and (max-width: 300px) {
	#index .visual .title {
		position: absolute;
		left: 10px;
		top: 120px;
		width: 200px;
	}
}
.remodal-overlay {
	background: rgba(0, 0, 0, 0.6);
	z-index: 1000000;
}
.remodal-wrapper {
	z-index: 1000001;
}
.remodal {
	max-width: 400px;
	padding: 0;
	background: none;
	padding: 0 0 0 0;
	margin-bottom: 40px;
	text-align: left;
}
.remodal > .inner {
	background: #fff;
	border-radius: 20px;
	padding: 40px 0 0 0;
	overflow: hidden;
}
.remodal > .inner img {
	display: block;
    width: 180px;
    margin: 0 auto;
}
.remodal > .inner p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	color: #534741;
}
.remodal > .inner .bt_box {
	margin-top: 20px;
	background-color: #fcf9f1;
	padding: 30px 0 0 0;
	position: relative;
	height: 116px;
}
.remodal > .inner .bt_box p {
	position: absolute;
	top: 33px;
	font-size: 16px;
	text-align: center;
	width: 280px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	background: #f1ecda;
	border-radius: 100px;
	font-weight: bold;
	color: #534741;
	letter-spacing: 0.1em;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, 0) scale(1.1);
	transition: all 0.3s ease;
}
.remodal > .inner .bt_box.show p {
    opacity: 1;
	transform: translate(-50%, 0) scale(1);
}
.remodal-close {
	left: auto;
	right: 12px;
	top: 18px;
	width: 50px;
	height: 50px;
}
.remodal-close::before {
    display: none;	
}

.remodal-close::before,
.remodal-close::after {
	display: block;
	position: absolute;
	content: "";
	width: 42px;
	height: 2px;
	background: #534741;
	left: 4px;
	top: 50%;
	transform: rotate(-45deg);
}
.remodal-close::after {
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
	.remodal-overlay {
		background: rgba(0, 0, 0, 0.6);
		z-index: 1000000;
	}
	.remodal-wrapper {
		z-index: 1000001;
	}
	.remodal {
		max-width: 335px;
		padding: 0;
		background: none;
		padding: 0 0 0 0;
		margin-bottom: 40px;
		text-align: left;
	}
	.remodal > .inner {
		background: #fff;
		border-radius: 20px;
		padding: 40px 0 0 0;
		overflow: hidden;
	}
	.remodal > .inner img {
		display: block;
		width: 167px;
		margin: 0 auto;
	}
	.remodal > .inner p {
		text-align: center;
		font-size: 17px;
		font-weight: bold;
		margin-top: 18px;
		color: #534741;
	}
	.remodal > .inner .bt_box {
		margin-top: 20px;
		background-color: #fcf9f1;
		padding: 25px 0 0 0;
		position: relative;
		height: 102px;
	}
	.remodal > .inner .bt_box p {
		position: absolute;
		top: 25px;
		font-size: 14px;
		text-align: center;
		width: 250px;
		line-height: 46px;
		text-align: center;
		margin: 0 auto;
		background: #f1ecda;
		border-radius: 100px;
		font-weight: bold;
		color: #534741;
		letter-spacing: 0.1em;
		left: 50%;
		opacity: 0;
		transform: translate(-50%, 0) scale(1.1);
		transition: all 0.3s ease;
	}
	.remodal > .inner .bt_box.show p {
		opacity: 1;
		transform: translate(-50%, 0) scale(1);
	}
	.remodal-close {
		left: auto;
		right: 10px;
		top: 14px;
		width: 50px;
		height: 50px;
	}
	.remodal-close::before {
		display: none;	
	}

	.remodal-close::before,
	.remodal-close::after {
		display: block;
		position: absolute;
		content: "";
		width: 42px;
		height: 2px;
		background: #534741;
		left: 4px;
		top: 50%;
		transform: rotate(-45deg);
	}
	.remodal-close::after {
		transform: rotate(45deg);
	}
}
/* Intro */
#index .intro {
    margin-top: 90px;
}
#index .intro .bg {
	background: url(../img/bg1.png) repeat center top #fbf9f1;
	background-size: 130px auto;
	padding: 100px 0 100px 0;
}
#index .intro .bg h2 {
	margin: 0 auto;
	width: 525px;
}
#index .intro .bg h2 img {
	display: block;
}
#index .intro .bg .lead {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 2em;
    margin-top: 35px;
    letter-spacing: 0.1em;
    color: #534741;
}
#index .intro .bg2 {
	background: #f9d047;
	position: relative;
	padding: 30px 0 90px 0;
}
#index .intro .bg2 h2 {
	margin: 0 auto;
	width: 187px;
}
#index .intro .bg2 h2 img {
    display: block;
}
#index .intro .bg2::before {
	position: absolute;
	content: "";
	display: block;
	height: 75px;
	top: -74px;
	left: 0;
	width: 100%;
	background: url(../img/bg_wave.png) no-repeat center top;
	background-size: 100% 75px;
}
#index .intro .bg2 ol {
    margin: 50px auto 0 auto;
    height: 400px;
    width: 1260px;
    padding: 0;
}
#index .intro .bg2 ol li {
	float: left;
	background: #fff;
	width: 400px;
	height: 400px;
	border-radius: 400px;
	margin-left: 30px;
	box-sizing: border-box;
	padding-top: 49px;
	list-style: none;
}
#index .intro .bg2 ol li:first-child {
    margin-left: 0;
}
#index .intro .bg2 ol li p {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #534741;
    margin-top: 30px;
    line-height: 1.8em;
}
#index .intro .bg2 ol li:first-child p {
    margin-top: 16px;
}
#index .intro .bg2 ol li p span {
    color: #c1272d;
}
#index .intro .bg2 ol li img {
    width: 47%;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 1260px) {  
	#index .intro .bg2 ol {
		position: relative;
		left: 50%;
		margin-left: -630px;
		transform: scale(0.9);
	}
}
@media screen and (max-width: 1160px) {  
	#index .intro .bg2 ol {
		transform: scale(0.8);
	}
}

@media screen and (max-width: 767px) {
	#index .intro {
		margin-top: 0;
	}
	#index .intro .bg {
		background: url(../img/bg1.png) repeat center top #fbf9f1;
		background-size: 65px auto;
		padding: 50px 0 70px 0;
	}
	#index .intro .bg h2 {
		margin: 0 auto;
		max-width: 335px;
		width: 94%;
	}
	#index .intro .bg h2 img {
		display: block;
	}
	#index .intro .bg .lead {
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		line-height: 2em;
		margin-top: 25px;
		letter-spacing: 0.1em;
		color: #534741;
	}
	#index .intro .bg2 {
		background: #f9d047;
		position: relative;
		padding: 23px 0 50px 0;
	}
	#index .intro .bg2 h2 {
		margin: 0 auto;
		width: 118px;
	}
	#index .intro .bg2 h2 img {
		display: block;
	}
	#index .intro .bg2::before {
		position: absolute;
		content: "";
		display: block;
		height: 35px;
		top: -34px;
		left: 0;
		width: 100%;
		background: url(../img/bg_wave.png) no-repeat center top;
		background-size: 100% 35px;
	}
	#index .intro .bg2 ol {
		margin: 30px auto 0 auto;
		height: auto;
		width: auto;
		padding: 0;
		transform: scale(1);
		left: auto;
	}
	#index .intro .bg2 ol li {
		float: none;
		background: #fff;
		width: 345px;
		height: 345px;
		border-radius: 400px;
		margin-left: 30px;
		box-sizing: border-box;
		padding-top: 34px;
		list-style: none;
		margin: 20px auto 0 auto;
	}
	#index .intro .bg2 ol li:first-child {
		margin-left: auto;
		margin-top: 0;
	}
	#index .intro .bg2 ol li p {
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		color: #534741;
		margin-top: 30px;
		line-height: 1.8em;
	}
	#index .intro .bg2 ol li:first-child p {
		margin-top: 11px;
	}
	#index .intro .bg2 ol li img {
		width: 45%;
		display: block;
		margin: 0 auto;
	}
}

/* Recipe */
#index .recipe {
	background: #fcf9f1;
}
#index .recipe > .inner {
    padding: 85px 0 65px 0;
}
#index .recipe h2 {
	margin: 0 auto 50px auto;
	width: 174px;
}
#index .recipe h2 img {
    display: block;
}
#index .recipe .bt_more {
	margin-top: 60px;
}
.recipelist {
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
.recipelist li {
	background: #fff;
	border-radius: 6px;
	margin: 0 1%;
	margin-top: 30px;
	width: 31.333%;
}
.recipelist li:nth-child(-n+3) {
	margin-top: 0;
}
.recipelist li a {
	display: block;
	color: #534741;
	position: relative;
	width: 300px;
	margin: 0;
	padding: 10px 10px 45px 10px;
	box-sizing: border-box;
}
.recipelist li a::before {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: #f8cf47;
	width: 36px;
	height: 36px;
	border-radius: 0 0 6px 0px;
}
.recipelist li a::after {
	right: 5px;
	bottom: 9px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	/*pointer-events: none;*/
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #534641;
	border-width: 8px;
	margin-top: -8px;
	transform: scale(1, 0.55);
}
.recipelist li a .info {
    margin-top: 15px;
    padding: 10px;
}
.recipelist li a .title {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;
    font-weight: bold;
}
.recipelist li a .summary {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.8em;
    height: 7.2em;
    overflow: hidden;
}
.no_article{
	display: block;
	text-align: center;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#index .recipe {
		background: #fcf9f1;
	}
	#index .recipe > .inner {
		padding: 45px 0 40px 0;
	}
	#index .recipe h2 {
		margin: 0 auto 30px auto;
		width: 116px;
	}
	#index .recipe h2 img {
		display: block;
	}
	#index .recipe .bt_more {
		margin-top: 35px;
	}
	.recipelist {
		max-width: 335px;
		margin: 0 auto;
		display: block;
	}
	.recipelist li {
		background: #fff;
		border-radius: 6px;
		margin: 0;
		margin-top: 30px;
		width: 100%;
	}
	.recipelist li:nth-child(-n+3) {
		margin-top: 20px;
	}
	.recipelist li:nth-child(1) {
		margin-top: 0px;
	}
	.recipelist li a {
		display: block;
		color: #534741;
		position: relative;
		width: auto;
		padding: 10px 10px 40px 10px;
		box-sizing: border-box;
	}
	.recipelist li a::before {
		display: block;
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		background: #f8cf47;
		width: 40px;
		height: 40px;
		border-radius: 0 0 6px 0px;
	}
	.recipelist li a::after {
		right: 7px;
		bottom: 12px;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		/*pointer-events: none;*/
		border-color: rgba(136, 183, 213, 0);
		border-left-color: #534641;
		border-width: 8px;
		margin-top: -8px;
		transform: scale(1, 0.55);
	}
	.recipelist li a .info {
		margin-top: 10px;
		padding: 10px;
	}
	.recipelist li a .title {
		font-size: 15px;
		letter-spacing: 0;
		line-height: 1.8em;
		height: 3.6em;
		overflow: hidden;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.recipelist li a .summary {
		font-size: 11px;
		letter-spacing: 0;
		line-height: 1.8em;
		height: 5.4em;
		overflow: hidden;
	}
}

/* Sponsor */
#index .sponsor {
}
#index .sponsor > .inner {
    padding: 85px 0 70px 0;
}
#index .sponsor h2 {
	margin: 0 auto 50px auto;
	width: 117px;
}
#index .sponsor h2 img {
    display: block;
}
#index .sponsor ul {
    display: flex;
    justify-content: center;
}
#index .sponsor ul li {
	margin: 0 30px;
}
#index .sponsor ul li a {
    display: block;	
}
#index .sponsor ul li img {
    height: 100px;
    display: block;
}
@media screen and (max-width: 767px) {
	#index .sponsor {
	}
	#index .sponsor > .inner {
		padding: 35px 0 35px 0;
	}
	#index .sponsor h2 {
		margin: 0 auto 24px auto;
		width: 64px;
	}
	#index .sponsor h2 img {
		display: block;
	}
	#index .sponsor ul {
		display: flex;
		justify-content: center;
	}
	#index .sponsor ul li {
		margin: 0 20px;
	}
	#index .sponsor ul li a {
		display: block;	
	}
	#index .sponsor ul li img {
		height: 70px;
		display: block;
	}

}

/* Inner common */
#inner .main {
	padding-top: 90px;
	background: #fcf9f1;
	color: #534641;
}
#inner .visual {
	background: url(../img/bg2.png) repeat center top #fbf9f1;
	background-size: 130px auto;
	padding: 75px 0 0 0;
	position: relative;
	height: 245px;
}
#inner .visual::before {
	position: absolute;
	content: "";
	display: block;
	height: 70px;
	bottom: -1px;
	left: 0;
	width: 100%;
	background: url(../img/bg_wave2.png) no-repeat center top;
	background-size: 100% 70px;
}
#inner .visual::after {
	position: absolute;
	content: "";
	display: block;
	height: 270px;
	bottom: -55px;
	left: 50%;
	width: 170px;
	background: url(../img/img_nan.png) no-repeat center top;
	background-size: 100% auto;
	margin-left: 320px;
}
#inner.single .visual {
	margin-bottom: -235px;
}
#inner.single .visual::after {
	display: none;
}
#inner .visual h2 {

}
#inner .visual h2 img {
    height: 50px;
    margin: 0 auto;
    display: block;
}
#inner .main > .inner {
    width: 960px;
    margin: 0 auto;
    padding: 50px 0 60px 0;
}
#inner .bt_more {
    margin-top: 65px;
}

#inner .main > .inner > .lead {
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 2em;
    width: 110%;
    position: relative;
    left: -5%;
}
#inner .main .detail {
    background: #fff;
    margin-top: 40px;
    padding: 60px 45px 55px 40px;
    border-radius: 10px;
    position: relative;
    top: 5px;
    left: 5px;
    /* font-weight: bold; */
    letter-spacing: 0.05em;
    line-height: 2em;
    font-size: 14px;
}
#inner .main .detail::before {
	position :absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
    border: 2px solid #534741;
    box-sizing: border-box;
    top: -5px;
    left: -5px;
}
#inner .main .detail h3 img {
	height: 52px;
	margin: 0 auto;
	display: block;
}
@media screen and (max-width: 767px) {
	#inner .main {
		padding-top: 0;
		background: #fcf9f1;
		color: #534641;
	}
	#inner .visual {
		background: url(../img/bg2.png) repeat center top #fbf9f1;
		background-size: 130px auto;
		padding: 109px 0 0 0;
		position: relative;
		height: 220px;
	}
	#inner .visual::before {
		position: absolute;
		content: "";
		display: block;
		height: 35px;
		bottom: -1px;
		left: 0;
		width: 100%;
		background: url(../img/bg_wave2.png) no-repeat center top;
		background-size: 100% 35px;
	}
	#inner .visual::after {
		position: absolute;
		content: "";
		display: block;
		height: 135px;
		bottom: -75px;
		left: 50%;
		width: 95px;
		background: url(../img/img_nan.png) no-repeat center top;
		background-size: 100% auto;
		margin-left: -42px;
	}
	#inner.single .visual {
		margin-bottom: -235px;
	}
	#inner.single .visual::after {
		display: none;
	}
	#inner .visual h2 {

	}
	#inner .visual h2 img {
		height: 30px;
		margin: 0 auto;
		display: block;
	}
	#inner .main  .inner {
		width: 90%;
		margin: 0 auto;
		padding: 95px 0 40px 0;
	}
	#inner .bt_more {
		margin-top: 35px;
	}

	#inner .main > .inner > .lead {
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.05em;
		line-height: 2em;
		width: auto;
		position: relative;
		left: auto;
		font-size: 12px;
	}
	#inner .main .detail {
		background: #fff;
		margin-top: 20px;
		padding: 30px 25px 30px 20px;
		border-radius: 6px;
		position: relative;
		top: 3px;
		left: 3px;
		/* font-weight: bold; */
		letter-spacing: 0.05em;
		line-height: 2em;
		font-size: 12px;
	}
	#inner .main .detail::before {
		position :absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 6px;
		border: 1px solid #534741;
		box-sizing: border-box;
		top: -3px;
		left: -3px;
	}
	#inner .main .detail h3 img {
		height: 32px;
		margin: 0 auto;
		display: block;
	}

}
/* About */
#inner.about .main .detail .lead {
    text-align: center;
    margin-top: 40px;
}
#inner.about .main .detail .img {
	width: 672px;
	margin: 40px auto 0 auto;
	display: block;
}
#inner.about .main .detail .text {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #f1e5cf;
}
@media screen and (max-width: 767px) {
	#inner.about .main .detail h3 img {
		height: 64px;
		margin: 0 auto;
		display: block;
	}
	#inner.about .main .detail .lead {
		text-align: center;
		margin-top: 30px;
	}
	#inner.about .main .detail .img {
		width: 250px;
		margin: 25px auto 0 auto;
		display: block;
	}
	#inner.about .main .detail .text {
		margin-top: 30px;
		padding-top: 26px;
		border-top: 1px solid #f1e5cf;
	}
}
/* Nan */
#inner.nan .main .detail section:nth-child(2) {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #f1e5cf;
}
#inner.nan .main .detail .img {
	margin: 40px auto 35px auto;
	display: block;
	width: 400px;
	border-radius: 10px;
} 
@media screen and (max-width: 767px) {
	#inner.nan .main .detail section:nth-child(2) {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #f1e5cf;
	}
	#inner.nan .main .detail .img {
		margin: 20px auto 20px auto;
		display: block;
		width: 250px;
		border-radius: 10px;
	} 

}

/* Product */
#inner.product .main .detail section {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #f1e5cf;
}
#inner.product .main .detail section:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
#inner.product .main .detail h3 {
	text-align: center;
	font-size: 36px;
}
#inner.product .main .detail h3 span {
    border-bottom: 4px solid #f9d047;
    display: inline-block;
    padding-bottom: 10px;
}
#inner.product .main .detail img {
	margin: 40px auto 35px auto;
	display: block;
	width: 200px;
	border-radius: 10px;
} 
#inner.product .main .detail .text {
	width: 60%;
	margin: 0 auto;
}
#inner.product .main .detail .bt_more {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	#inner.product .main .detail section {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #f1e5cf;
	}
	#inner.product .main .detail section:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}
	#inner.product .main .detail h3 {
		text-align: center;
		font-size: 18px;
	}
	#inner.product .main .detail h3 span {
		border-bottom: 2px solid #f9d047;
		display: inline-block;
		padding-bottom: 5px;
	}
	#inner.product .main .detail img {
		margin: 20px auto 20px auto;
		display: block;
		width: 150px;
		border-radius: 10px;
	} 
	#inner.product .main .detail .text {
		width: auto;
		margin: 0 auto;
	}
	#inner.product .main .detail .bt_more {
		margin-top: 20px;
	}
}

/* Recipe */
#inner.recipe {

}

@media screen and (max-width: 767px) {
	.page-title {
    font-size: 26px;
    padding-bottom: 35px;
	}
	.about-wrapper .rect-list {
    margin-bottom: 35px;
	}
	.page-summary {
    margin-bottom: 70px;
	}
	.box--container {
		padding: 50px 15px 30px;
	}
	.food-list--wrapper {
		padding-bottom: 35px;
		margin-bottom: 30px;
	}
	.box--container h3 {
		font-size: 20px;
	}
}
.two-tri--tortilla .tri-effect:before {
	border-color: #f8f8f8 #ed6a02 #fff #ed6a02;
}
.two-tri--tortilla .tri-effect:after {
	border-color: #f8f8f8 #f8f8f8 #fff transparent;
}
.description.summary-position {
	margin-bottom: 45px;
}
.two-tri--product .tri-effect:before {
	border-color: #f8f8f8 #427935 #fff #427935;
}
.recipe-single .two-tri--product .tri-effect:before {
	border-color: #f8f8f8 #D7A600 #fff #D7A600;
}
.two-tri--product .tri-effect:after {
	border-color: #f8f8f8 #f8f8f8 #fff transparent;
}
.two-tri--products .tri-effect:before {
	border-color: #f8f8f8 #f5a200 #fff #f5a200;
}
.two-tri--products .tri-effect:after {
	border-color: #f8f8f8 #f8f8f8 #fff transparent;
}
.product--container {
	position: relative;
	background: none;
	/* padding-top: 60px; */
	/* padding-bottom: calc(50px + 16.67vw); */
}
.related-products--wrapper > h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
}
.detail--wrapper {
	position: relative;
	padding: 50px;
	margin-bottom: 10px;
	/* background-color: #fff; */
}
.detail--wrapper .info {
	margin-bottom: 35px;
	overflow: hidden;
}
.detail--wrapper .info p {
	position: relative;
	display: block;
	height: 37px;
}
.detail--wrapper .info .date {
	display: block;
	width: 145px;
	font-size: 14px;
	line-height: 37px;
	text-align: center;
	background-color: #fbf9f1;
	color: #534741;
	font-weight: normal;
	float: left;
	border-radius: 3px 0 0 3px;
}
.detail--wrapper .info .category {
	display: block;
	font-size: 15px;
	color: #534741;
	line-height: 37px;
	padding: 0 14px;
	background-color: #f9d047;
	border-radius: 0 3px 3px 0;
	float: left;
}
.detail--wrapper img {
	margin: 10px 0 10px 0;
}
.detail--wrapper h1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 35px;
}
.detail-img {
	margin: 40px 0;
}
.detail--wrapper h2 {
	font-size: 22px;
	font-weight: bold;
	padding: 15px 0;
	margin: 40px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.detail--wrapper h3 {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding-left: 25px;
	margin: 20px 0;
}
.detail--wrapper h3:before,
.detail--wrapper h3:after {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	width: 4px;
	height: 4px;
}
.detail--wrapper h3:before {
	left: 0;
	background-color: #427936;
}
.detail--wrapper h3:after {
	left: 8px;
	background-color: #f5c000;
}
.detail--wrapper iframe{
  width: 100%;
  height: 500px;
  margin: 0 auto;
}
.detail--wrapper .bg-gray{
  background: #e8e8e8;
  padding: 20px;
}
.detail--wrapper .image-center{
	text-align: center;
}
.detail--wrapper .image-center a{
	display: block;
}
.detail--wrapper video{
	width: 100%;
}

/* recipe */
.recipe-single {
    background: #fff;
    margin-top: 40px;
    border-radius: 10px;
    position: relative;
    top: 5px;
    left: 5px;
    letter-spacing: 0.05em;
    line-height: 2em;
    font-size: 14px;
}
.recipe-single::before {
	position :absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
    border: 2px solid #534741;
    box-sizing: border-box;
    top: -5px;
    left: -5px;
}
.recipe-single .clearfix::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.recipe-single .detail--wrapper {
    /* margin-bottom: 50px; */
}
.recipe-single .detail--wrapper h1 {
    margin-bottom: 30px;
    color: #534741;
}
.recipe-single .detail--wrapper .lead {
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 2em;
}
#inner .main .recipe-single .detail--wrapper .detail {
    border: none;
    left: auto;
    top: auto;
    padding: 0;
    font-weight: normal;
}
#inner .main .recipe-single .detail--wrapper .detail::before {
    display: none;
}
.recipe-single .detail--wrapper .detail img {
    width: 400px;
    float: left;
    margin: 0;
}
.recipe-single .detail--wrapper .detail .ingredient {
    width: 430px;
    float: right;
    border-radius: 7px;
    background: #fbf9f1;
    padding: 18px 20px 10px 20px;
    color: #534741;
}
.recipe-single .detail--wrapper .detail .ingredient h2 {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 16px;
    letter-spacing: 0.2em;
}
.recipe-single .detail--wrapper .detail .ingredient h2 span {
    display: inline-block;
    /* margin-left: 4px; */
    font-size: 12px;
    font-weight: normal ;
    letter-spacing: 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
.recipe-single .detail--wrapper .detail .ingredient dl {
    font-size: 13px;margin: 5px 0 0 0;
}
.recipe-single .detail--wrapper .detail .ingredient dl dt {
    float: left;
    padding: 8px 0 5px 0;
    line-height: 1.5em;
    clear: both;
}
.recipe-single .detail--wrapper .detail .ingredient dl dd {
    text-align: right;
    border-top: 1px solid #f1e5cf;
    margin: 0;
    padding: 7px 0 5px 0;
    line-height: 1.5em;
}
.recipe-single .detail--wrapper .detail .ingredient dl dt:first-child + dd {
    border: none; 
}
.recipe-single .detail--wrapper .flow {
	margin-top: 45px;
}
.recipe-single .detail--wrapper .flow h2 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: 12px 0;
    margin: 0 0 40px 0;
    color: #534741;
    border: none;
    background: #f9d047;
}
.recipe-single .detail--wrapper .flow ol {
    margin: 0;
    padding: 0;
}
.recipe-single .detail--wrapper .flow ol li {
    width: 200px;
    padding: 0;
    border-radius: 10px;
    background: #fbf9f1;
    float: left;
    margin: 50px 0 0 20px;
    position: relative;
    list-style: none;
}
.recipe-single .detail--wrapper .flow ol li::before {
    content: "1";
    position: absolute;
    left: 20px;
    top: -22px;
    font-size: 36px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #534741;
}
.recipe-single .detail--wrapper .flow ol li:nth-child(2)::before { content: "2"; }
.recipe-single .detail--wrapper .flow ol li:nth-child(3)::before { content: "3"; }
.recipe-single .detail--wrapper .flow ol li:nth-child(4)::before { content: "4"; }
.recipe-single .detail--wrapper .flow ol li:nth-child(5)::before { content: "5"; }
.recipe-single .detail--wrapper .flow ol li:nth-child(6)::before { content: "6"; }
.recipe-single .detail--wrapper .flow ol li:nth-child(7)::before { content: "7"; }
.recipe-single .detail--wrapper .flow ol li:nth-child(8)::before { content: "8"; }
.recipe-single .detail--wrapper .flow ol li:nth-child(9)::before { content: "9"; }
.recipe-single .detail--wrapper .flow ol li:nth-child(10)::before { content: "10"; }
.recipe-single .detail--wrapper .flow ol li:nth-child(11)::before { content: "11"; }
.recipe-single .detail--wrapper .flow ol li:nth-child(12)::before { content: "12"; }
.recipe-single .detail--wrapper .flow ol li:nth-child(13)::before { content: "13"; }
.recipe-single .detail--wrapper .flow ol li:nth-child(14)::before { content: "14"; }
.recipe-single .detail--wrapper .flow ol li:nth-child(15)::before { content: "15"; }
.recipe-single .detail--wrapper .flow ol li:nth-child(16)::before { content: "16"; }
.recipe-single .detail--wrapper .flow ol li:nth-child(17)::before { content: "17"; }
.recipe-single .detail--wrapper .flow ol li:nth-child(18)::before { content: "18"; }
.recipe-single .detail--wrapper .flow ol li:nth-child(19)::before { content: "19"; }
.recipe-single .detail--wrapper .flow ol li:nth-child(20)::before { content: "20"; }

.recipe-single .detail--wrapper .flow ol li:nth-child(-n+4){
    margin-top: 0;    
}
.recipe-single .detail--wrapper .flow ol li:nth-child(4n-3){
    margin-left: 0;
    clear: both ;
}
.recipe-single .detail--wrapper .flow ol li img {
    margin: 0;    
    border-radius: 7px 7px 0 0;
}
.recipe-single .detail--wrapper .flow ol li p {
    padding: 15px 18px;
    font-size: 14px;
    line-height: 1.6em;
    min-height: 4.8em;
    box-sizing: initial;
    color: #534741;
}
.recipe-single .detail--wrapper .flow .comment {
    background: #fbf9f1;
    padding: 25px 30px 22px 30px;
    border-radius: 7px;
    margin-top: 40px;
    font-size: 14px;
    line-height: 2em;
    color: #534741;
}
@media screen and (max-width: 767px) {
	.recipe-single {
		background: #fff;
		margin-top: 25px;
		border-radius: 6px;
		position: relative;
		top: 3px;
		left: 3px;
		letter-spacing: 0.05em;
		line-height: 2em;
		font-size: 14px;
	}
	.recipe-single::before {
		position :absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 6px;
		border: 1px solid #534741;
		box-sizing: border-box;
		top: -3px;
		left: -3px;
	}
	.detail--wrapper .info p {
		position: relative;
		display: block;
		height: 30px;
	}
	.detail--wrapper .info .date {
		display: block;
		width: 145px;
		font-size: 14px;
		line-height: 30px;
		text-align: center;
		background-color: #fbf9f1;
		color: #534741;
		font-weight: normal;
		float: left;
		border-radius: 3px 0 0 3px;
	}
	.detail--wrapper .info .category {
		display: block;
		font-size: 15px;
		color: #534741;
		line-height: 30px;
		padding: 0 14px;
		background-color: #f9d047;
		border-radius: 0 3px 3px 0;
		float: left;
	}
    .recipe-single .detail--wrapper {
        margin-bottom: 30px;
        padding: 30px 15px 35px 15px;
    }
    .recipe-single .detail--wrapper h1 {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .recipe-single .detail--wrapper .lead {
        font-size: 12px;
        line-height: 1.8em;
        margin-bottom: 20px;            
    }
    .recipe-single .detail--wrapper .detail {

    }
    .recipe-single .detail--wrapper .detail img {
        width: auto;
        float: none;
        margin: 0 0 20px 0;
    }
    .recipe-single .detail--wrapper .detail .ingredient {
        width: auto;
        float: none;
        border-radius: 7px;
        /* border: 1px solid #DFDFDF; */
        padding: 13px 12px 10px 12px;
    }
    .recipe-single .detail--wrapper .detail .ingredient h2 {
        padding: 0;
        margin: 0;
        border: none;
        font-size: 14px;
        letter-spacing: 0.2em;
    }
    .recipe-single .detail--wrapper .detail .ingredient h2 span {
        display: inline-block;
        /* margin-left: 4px; */
        font-size: 14px;
        font-weight: normal ;
        letter-spacing: 0;
        font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
    }
    .recipe-single .detail--wrapper .detail .ingredient dl {
        font-size: 11px;margin: 5px 0 0 0;
    }
    .recipe-single .detail--wrapper .detail .ingredient dl dt {
        float: left;
        padding: 10px 0 7px 0;
        line-height: 1.5em;
        clear: both;
        width: 75%;
    }
    .recipe-single .detail--wrapper .detail .ingredient dl dd {
        text-align: right;
        /* border-top: 1px solid #DFDFDF; */
        margin: 0;
        padding: 9px 0 7px 0;
        line-height: 1.5em;
    }
    .recipe-single .detail--wrapper .detail .ingredient dl dt:first-child + dd {
        /* border-color: #fff; */
    }
    .recipe-single .detail--wrapper .flow {margin-top: 25px;

    }
    .recipe-single .detail--wrapper .flow h2 {
        text-align: center;
        font-size: 16px;
        letter-spacing: 0.1em;padding: 7px 0;margin: 0 0 30px 0;
    }
    .recipe-single .detail--wrapper .flow ol {
        margin: 0;
        padding: 0;
    }
    .recipe-single .detail--wrapper .flow ol li {
        width: 47.5%;
        padding: 0;
        border-radius: 10px;
        background: #fbf9f1;
        float: left;
        margin: 30px 0 0 5%;
        position: relative;
        list-style: none;
    }
    .recipe-single .detail--wrapper .flow ol li::before {
        content: "1";
        position: absolute;
        left: 15px;
        top: -13px;
        font-size: 25px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
    }
    .recipe-single .detail--wrapper .flow ol li:nth-child(2)::before { content: "2"; }
    .recipe-single .detail--wrapper .flow ol li:nth-child(3)::before { content: "3"; }
    .recipe-single .detail--wrapper .flow ol li:nth-child(4)::before { content: "4"; }
    .recipe-single .detail--wrapper .flow ol li:nth-child(5)::before { content: "5"; }
    .recipe-single .detail--wrapper .flow ol li:nth-child(6)::before { content: "6"; }
    .recipe-single .detail--wrapper .flow ol li:nth-child(7)::before { content: "7"; }
    .recipe-single .detail--wrapper .flow ol li:nth-child(8)::before { content: "8"; }
    .recipe-single .detail--wrapper .flow ol li:nth-child(9)::before { content: "9"; }
    .recipe-single .detail--wrapper .flow ol li:nth-child(10)::before { content: "10"; }
    .recipe-single .detail--wrapper .flow ol li:nth-child(11)::before { content: "11"; }
    .recipe-single .detail--wrapper .flow ol li:nth-child(12)::before { content: "12"; }
    .recipe-single .detail--wrapper .flow ol li:nth-child(13)::before { content: "13"; }
    .recipe-single .detail--wrapper .flow ol li:nth-child(14)::before { content: "14"; }
    .recipe-single .detail--wrapper .flow ol li:nth-child(15)::before { content: "15"; }
    .recipe-single .detail--wrapper .flow ol li:nth-child(16)::before { content: "16"; }
    .recipe-single .detail--wrapper .flow ol li:nth-child(17)::before { content: "17"; }
    .recipe-single .detail--wrapper .flow ol li:nth-child(18)::before { content: "18"; }
    .recipe-single .detail--wrapper .flow ol li:nth-child(19)::before { content: "19"; }
    .recipe-single .detail--wrapper .flow ol li:nth-child(20)::before { content: "20"; }

    .recipe-single .detail--wrapper .flow ol li:nth-child(-n+3),
    .recipe-single .detail--wrapper .flow ol li:nth-child(-n+4){
        margin-top: 30px;    
    }
    .recipe-single .detail--wrapper .flow ol li:nth-child(3n-2){
        margin-left: 5%;
        clear: none;
    }
    .recipe-single .detail--wrapper .flow ol li:nth-child(-n+2){
        margin-top: 0;    
    }
    .recipe-single .detail--wrapper .flow ol li:nth-child(2n-1){
        margin-left: 0;
        clear: both ;
    }
    .recipe-single .detail--wrapper .flow ol li img {
        margin: 0;    
        border-radius: 7px 7px 0 0;
    }
    .recipe-single .detail--wrapper .flow ol li p {
        padding: 13px 15px;
        font-size: 12px;
        line-height: 1.6em;
        min-height: 4.8em;
        box-sizing: initial;
    }
    .recipe-single .detail--wrapper .flow .comment {
        /* border: 1px solid #DFDFDF; */
        padding: 13px 15px 13px 15px;
        border-radius: 7px;
        margin-top: 30px;
        font-size: 12px;
        line-height: 2em;
    }
    
}


.cook-videos{
display: flex;
flex-wrap: wrap;
margin: 0 0 50px 0;
}
.cook-videos .cook-videos--wrapper{
	width: 33.333%;
}
.cook-videos .cook-videos--wrapper video{
width: 100%;
height: auto;
padding: 10px;
}
.youtube-iframe--wrapper{
margin: 10px 0;
padding: 10px;
}
.author--wrapper {
	padding: 50px;
	margin-bottom: 100px;
	background-color: #fff;
}
.author--wrapper > h3 {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	padding-left: 28px;
	margin-bottom: 30px;
}
.author--wrapper > h3::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: #427a33;
}
.autho-info--wrapper {
	display: flex;
	flex-wrap: wrap;
}
.autho-info--wrapper .img {
	flex: 165px;
	max-width: 165px;
	text-align: center;
}
.autho-info--wrapper .info {
	flex: calc(100% - 165px);
	max-width: calc(100% - 165px);
	padding: 15px 15px 15px 0;
}
.autho-info--wrapper .info .name,
.autho-info--wrapper .info .intro {
	font-size: 14px;
	padding-left: 20px;
}
.autho-info--wrapper .info .name {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 767px) {
	.detail--wrapper,
	.author--wrapper {
		padding: 35px 15px;
	}
	.detail--wrapper .info .date {
    width: 90px;
    font-size: 10px;
 }
	.detail--wrapper .info .category {
    font-size: 10px;
    padding: 0px 10px;
 }
	.detail--wrapper .info p:after {
		left: calc(100% + 15px);
	}
	.detail--wrapper .info {
		margin-bottom: 25px;
	}
	.detail--wrapper h1 {
    font-size: 22px;
    margin-bottom: 30px;
	}
	.detail--wrapper h2 {
    font-size: 18px;
    padding: 12px 0;
	margin: 32px 0;
	}
	.detail--wrapper h3 {
    font-size: 16px;
    padding-left: 22px;
    margin: 16px 0;
	}
  .detail--wrapper iframe{
  width: 100%;
  height:400px;
  }
.youtube-iframe--wrapper{
　margin: 10px 0;
　padding: 10px;
}
.cook-videos .cook-videos--wrapper{
	width: 50%;
}
.cook-videos .cook-videos--wrapper video{
width: 100%;
height: auto;
padding: 10px;
}
	.author--wrapper > h3 {
    font-size: 18px;
    margin-bottom: 25px;
	}
	.author--wrapper > h3::before {
		top: 6px;
	}
	.autho-info--wrapper .img {
    flex: 33%;
    max-width: 33%;
	}
	.autho-info--wrapper .info {
    flex: 67%;
    max-width: 67%;
    padding: 10px 0;
	}
	.autho-info--wrapper .info .name,
	.autho-info--wrapper .info .intro {
		padding-left: 10px;
	}
	.autho-info--wrapper .info .name {
		padding-bottom: 10px;
		margin-bottom: 12px;
	}
	.related-products--wrapper > h3 {
		font-size: 20px;
	}
	.author--wrapper {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 600px) {
  .detail--wrapper iframe{
  width: 100%;
  height:200px;
}
.cook-videos .cook-videos--wrapper{
	width: 100%;
}
.cook-videos .cook-videos--wrapper video{
width: 100%;
height: auto;
padding: 10px 0;
}
}
/* 2020.03.25 */
.logo-link {
	height: 90px;
	/* background-color: #dcdbdc; */
}
.logo-link img {
	max-height: 100%;
}

@media screen and (max-width: 767px) {
.logo-link {
	height: 70px;
	/* background-color: #dcdbdc; */
}

}
.rect-4 {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 20px;
}
.rect-4 > li {
	position: absolute;
	display: inline-block;
	width: 14px;
	height: 14px;
}
.rect-4 > li:nth-child(1) {
	left: 0;
	top: 0;
	background-color: #003068;
}
.rect-4 > li:nth-child(2) {
	right: 0;
	top: 0;
	background-color: #d7a601;
}
.rect-4 > li:nth-child(3) {
	left: 0;
	bottom: 0;
	background-color: #d7a601;
}
.rect-4 > li:nth-child(4) {
	right: 0;
	bottom: 0;
	background-color: #003068;
}
@media screen and (max-width: 767px) {
.rect-4 {
    width: 30px;
		height: 30px;
		margin-left: 12px;
	}
	.rect-4 > li {
    width: 12px;
    height: 12px;
	}
}
.rect-2 {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 40px;
	margin-left: 20px;
}
.world--container .rect-2 {
	position: absolute;
	display: block;
	width: 40px;
	height: 15px;
	margin-left: 0;top: -20px;left: 0;
}
.rect-2 > li {
	position: absolute;
	display: inline-block;
	width: 14px;
	height: 14px;
}
.rect-2 > li:nth-child(1) {
	left: 0;
	top: 0;
	background-color: #28A838;
}
.rect-2 > li:nth-child(2) {
	left: 0;
	bottom: 0;
	background-color: #ED6A02;
}
.world--container .rect-2 > li:nth-child(1) {
	background-color: #00A6D9;
}
.world--container .rect-2 > li:nth-child(2) {
	right: 0;left: auto;
	top: 0;bottom: auto;
	background-color: #DC007A;
}
@media screen and (max-width: 767px) {
	.rect-4 {
    width: 30px;
		height: 30px;
		margin-left: 12px;
	}
	.rect-4 > li {
    width: 12px;
    height: 12px;
	}
    .rect-2 {
        position: relative;
        display: inline-block;
        width: 12px;
        height: 30px;
        margin-left: 20px;
    }
    .world--container .rect-2 {
        position: absolute;
        display: block;
        width: 30px;
        height: 12px;
        margin-left: 0;top: -20px;left: 0;
    }
    .rect-2 > li {
        position: absolute;
        display: inline-block;
        width: 12px;
        height: 12px;
    }
    .rect-2 > li:nth-child(1) {
        left: 0;
        top: 0;
        background-color: #28A838;
    }
    .rect-2 > li:nth-child(2) {
        left: 0;
        bottom: 0;
        background-color: #ED6A02;
    }
    .world--container .rect-2 > li:nth-child(1) {
        background-color: #00A6D9;
    }
    .world--container .rect-2 > li:nth-child(2) {
        right: 0;left: auto;
        top: 0;bottom: auto;
        background-color: #DC007A;
    }
}
.bg-food:after {
	content: '';
	position: absolute;
	bottom: 13.5vw;
	left: 54.17vw;
	max-width: 847px;
	width: 58.8%;
	height: 310px;
	background: url(https://delsole-nansenkyo.com/wp-content/themes/nan_v202104/assets/img/img-container-28.png) no-repeat bottom left;
}
.about--container .bg-food:after,
.product--container .bg-food:after {
	z-index: 10;
}
.about-wrapper,
.product-wrapper,
.products-wrapper {
	position: relative;
	z-index: 20;
}
.pagination {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
	.pagination {
		margin-top: 30px;
	}
}
.pagination span,
.pagination a {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 19px;
	line-height: 40px;
	text-align: center;
	color: #534641;
	font-weight: bold;
	font-size: 16px;
	margin: 0 5px;
	background-color: #f9d047;
	border-radius: 100px;
}
.pagination span {
	/* color: #fff; */
	background: none;
}
.pagination a.last-page,
.pagination a.first-page {
    position: relative;
}
.pagination a.last-page::after,
.pagination a.first-page::after {
	right: 7px;
	bottom: 12px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	/*pointer-events: none;*/
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #534641;
	border-width: 8px;
	margin-top: -8px;
	transform: scale(1, 0.55);
}

.pagination a.first-page {
	transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
	.bg-food:after {
		width: 45.8%;
	}
}
.dot span {
	position: relative;
}
.dot span:before {
	content: '';
	position: absolute;
	bottom: calc(100% + 8px);
	left: calc(50% - 2px);
	width: 4px;
	height: 4px;
	background-color: #f5a200;
}
.sns-btns--wrapper {
	display: flex;
	margin-top: 40px;
}
.sns-btns--wrapper > a {
	position: relative;
	flex: 33.33%;
	max-width: 33.33%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #fff;
	padding: 17px !important;
}
.sns-btns--wrapper > a img {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	margin: 0;
}
.sns-btns--wrapper > a.a2a_button_facebook {
	background-color: #1877f2;
}
.sns-btns--wrapper > a.a2a_button_twitter {
	background-color: #1da1f2;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.sns-btns--wrapper > a.a2a_button_line {
	background-color: #00b900;
}
.sns-btns--wrapper > a.a2a_button_line img {
	left: 6px;
}
@media screen and (max-width: 767px) {
	.sns-btns--wrapper > a {
		font-size: 15px;
		padding: 45px 0 12px 0 !important;
	}
	.sns-btns--wrapper > a img {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
	}
	.sns-btns--wrapper > a.a2a_button_line img {
    left: 50%;
    top: 5px;
	}
}
.products-wrapper .box--container {
	padding: 60px 6.25%;
}
.product-list > li {
	display: flex;
	flex-wrap: wrap;
	padding: 60px 35px 50px;
	border-bottom: 1px dotted #dfdfdf;
}
.product-list > li .img {
	flex: 30%;
	max-width: 30%;
}
.product-list > li .info {
	flex: 60%;
	max-width: 78.5%;
	padding-left: 10%;
}
.product-list > li .info:first-of-type {
	padding-left: 0;
	flex: 100%;
	max-width: 100%;
}
.product-list > li .info h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0 20px;
}
.product-link {
	width: 100%;
	max-width: 240px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
	color: #000;
	border: 1px solid #000;
	border-radius: 5px;
	margin-top: 30px;
}
.product-list > li:first-child {
	padding-top: 0;
}
.product-summary {
	font-size: 15px;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.product-list > li {
		padding: 35px 0;
	}
	.product-list > li .img,
	.product-list > li .info {
		flex: 100%;
		max-width: 100%;
	}
	.product-list > li .img {
		text-align: center;
		margin-bottom: 20px;
	}
	.product-list > li .info {
		padding: 0;
	}
	.product-list > li .info h4 {
    font-size: 20px;
    margin: 0 0 15px;
	}
	.product-link--wrapper {
		text-align: center;
	}
}
.youtube-iframe--wrapper {
	position: relative;
	padding-top: 56.5%;
}
.youtube-iframe--wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.senkyo__ban{
	display: block;
	margin: 50px auto;
	text-align: center;
}
.result__ban{
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}
#inner.result{
	background: url(../img/result/bg_result.jpg) no-repeat top left;
}
#inner.result .inner .visual {
	height: auto;
 }
#inner.result .visual {
	background: url(../img/bg2.png) repeat center top #fbf9f1;
	background-size: 130px auto;
	padding: 50px 0;
	position: relative;
	height: auto;
	}
#inner.result .main h3{
	margin: 50px 0 30px 0;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#inner.result .visual h2 img {
    height: auto;
}
#inner.result .result__title{
	padding: 50px 0 100px 0;
    margin: 0 auto;
    width: 100%;
	max-width: 1000px;
	z-index: 10000;
}
#inner.result .result__howto{
	display: inline-block;
}
#inner.result .result__howto li{
	display: inline-block;
	width: 30.5%;
	margin: 0 1%;
	vertical-align: top;
}
#inner.result .result__howto li span{
	background: #EFDFBE;
	padding: 5px;
	display: block;
	width: calc(100% - 10px);
 }
#inner.result .result__btn{
  background: #534741;
  width: 300px;
  padding: 10px 0;
  text-align: center;
  display: block;
  margin: 50px auto;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 30px;
  font-size: 22px;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
#inner.result .result__title{
	padding: 50px 0;
    margin: 0 auto;
    width: 100%;
 }
#inner.result .inner .visual {
  height: auto;
 }

#inner.result .result__howto{
  	display: block;
  	margin: 0 auto;
  	width: 100%;
	max-width: 400px;
  }
  #inner.result .result__howto li{
	display: inline-block;
	width: 100%;
	margin: 0 0 50px 0;
}
}

.howtobuy{
  margin: 50px 0 100px 0;
}
.howtobuy__img{
	margin: 50px 0 0 0;
}
.howtobuy__img  img{
	height: 200px;
	margin: 0 20px 50px;
}
.howtobuy__btn{
	background: #66c1e8;
	padding: 10px 50px;
	border-radius: 5px;
	color: #FFFFFF;
}

@media screen and (max-width: 767px) {
.howtobuy{
  width: 300px;
  margin: 0 auto;
}
.howtobuy__img{
	margin: 30px 0 0 0;
}
.howtobuy__img  img{
	max-width: 300px;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
}
}