@charset "UTF-8";
/* -----------------------------------------
	media query
----------------------------------------- */
/* -----------------------------------------
	Images Path
----------------------------------------- */
/* -----------------------------------------
	base
----------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs 
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
html {
  font-size: 56.5%;
}

body {
  font: 1.4rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  *font: x-small;
}

/*
[ 明朝 ]

"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", Verdana, serif

[ ゴシック ]
"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif

*/
/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea,
button {
  font: 99%;
  font-family: inherit;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* float */
.flL {
  float: left !important;
}

.flR {
  float: right !important;
}

.flN {
  float: none !important;
}

/* text-align */
.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

.taJ {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/* text-align */
.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

/* overflow */
.ofh {
  overflow: hidden;
}

/* display */
.diN {
  display: none;
}

.diB {
  display: block;
}

.diI {
  display: inline;
}

.diIB {
  display: inline-block;
}

.diT {
  display: table;
}

.diTC {
  display: table-cell;
}

/* border */
.bdN {
  border: none !important;
}

.btN {
  border-top: none !important;
}

.bbN {
  border-bottom: none !important;
}

.brN {
  border-right: none !important;
}

.blN {
  border-left: none !important;
}

.bold {
  font-weight: bold;
}

/* padding */
.pd0 {
  padding: 0px !important;
}

.pdT0 {
  padding-top: 0px !important;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdR0 {
  padding-right: 0px !important;
}

.pdL0 {
  padding-left: 0px !important;
}

.pd5 {
  padding: 5px !important;
}

.pdT5 {
  padding-top: 5px !important;
}

.pdB5 {
  padding-bottom: 5px !important;
}

.pdR5 {
  padding-right: 5px !important;
}

.pdL5 {
  padding-left: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdB10 {
  padding-bottom: 10px !important;
}

.pdR10 {
  padding-right: 10px !important;
}

.pdL10 {
  padding-left: 10px !important;
}

.pd15 {
  padding: 15px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdB15 {
  padding-bottom: 15px !important;
}

.pdR15 {
  padding-right: 15px !important;
}

.pdL15 {
  padding-left: 15px !important;
}

.pd20 {
  padding: 20px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdB20 {
  padding-bottom: 20px !important;
}

.pdR20 {
  padding-right: 20px !important;
}

.pdL20 {
  padding-left: 20px !important;
}

.pd25 {
  padding: 25px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdB25 {
  padding-bottom: 25px !important;
}

.pdR25 {
  padding-right: 25px !important;
}

.pdL25 {
  padding-left: 25px !important;
}

.pd30 {
  padding: 30px !important;
}

.pdT30 {
  padding-top: 30px !important;
}

.pdB30 {
  padding-bottom: 30px !important;
}

.pdR30 {
  padding-right: 30px !important;
}

.pdL30 {
  padding-left: 30px !important;
}

.pd35 {
  padding: 35px !important;
}

.pdT35 {
  padding-top: 35px !important;
}

.pdB35 {
  padding-bottom: 35px !important;
}

.pdR35 {
  padding-right: 35px !important;
}

.pdL35 {
  padding-left: 35px !important;
}

.pd40 {
  padding: 40px !important;
}

.pdT40 {
  padding-top: 40px !important;
}

.pdB40 {
  padding-bottom: 40px !important;
}

.pdR40 {
  padding-right: 40px !important;
}

.pdL40 {
  padding-left: 40px !important;
}

.pd45 {
  padding: 45px !important;
}

.pdT45 {
  padding-top: 45px !important;
}

.pdB45 {
  padding-bottom: 45px !important;
}

.pdR45 {
  padding-right: 45px !important;
}

.pdL45 {
  padding-left: 45px !important;
}

.pd50 {
  padding: 50px !important;
}

.pdT50 {
  padding-top: 50px !important;
}

.pdB50 {
  padding-bottom: 50px !important;
}

.pdR50 {
  padding-right: 50px !important;
}

.pdL50 {
  padding-left: 50px !important;
}

.pd55 {
  padding: 55px !important;
}

.pdT55 {
  padding-top: 55px !important;
}

.pdB55 {
  padding-bottom: 55px !important;
}

.pdR55 {
  padding-right: 55px !important;
}

.pdL55 {
  padding-left: 55px !important;
}

.pd60 {
  padding: 60px !important;
}

.pdT60 {
  padding-top: 60px !important;
}

.pdB60 {
  padding-bottom: 60px !important;
}

.pdR60 {
  padding-right: 60px !important;
}

.pdL60 {
  padding-left: 60px !important;
}

.pd65 {
  padding: 65px !important;
}

.pdT65 {
  padding-top: 65px !important;
}

.pdB65 {
  padding-bottom: 65px !important;
}

.pdR65 {
  padding-right: 65px !important;
}

.pdL65 {
  padding-left: 65px !important;
}

.pd70 {
  padding: 70px !important;
}

.pdT70 {
  padding-top: 70px !important;
}

.pdB70 {
  padding-bottom: 70px !important;
}

.pdR70 {
  padding-right: 70px !important;
}

.pdL70 {
  padding-left: 70px !important;
}

.pd75 {
  padding: 75px !important;
}

.pdT75 {
  padding-top: 75px !important;
}

.pdB75 {
  padding-bottom: 75px !important;
}

.pdR75 {
  padding-right: 75px !important;
}

.pdL75 {
  padding-left: 75px !important;
}

/* margin */
.mg0A {
  margin: 0 auto !important;
}

.mg0 {
  margin: 0px !important;
}

.mgT0 {
  margin-top: 0px !important;
}

.mgB0 {
  margin-bottom: 0px !important;
}

.mgR0 {
  margin-right: 0px !important;
}

.mgL0 {
  margin-left: 0px !important;
}

.mg5 {
  margin: 5px !important;
}

.mgT5 {
  margin-top: 5px !important;
}

.mgB5 {
  margin-bottom: 5px !important;
}

.mgR5 {
  margin-right: 5px !important;
}

.mgL5 {
  margin-left: 5px !important;
}

.mg10 {
  margin: 10px !important;
}

.mgT10 {
  margin-top: 10px !important;
}

.mgB10 {
  margin-bottom: 10px !important;
}

.mgR10 {
  margin-right: 10px !important;
}

.mgL10 {
  margin-left: 10px !important;
}

.mg15 {
  margin: 15px !important;
}

.mgT15 {
  margin-top: 15px !important;
}

.mgB15 {
  margin-bottom: 15px !important;
}

.mgR15 {
  margin-right: 15px !important;
}

.mgL15 {
  margin-left: 15px !important;
}

.mg20 {
  margin: 20px !important;
}

.mgT20 {
  margin-top: 20px !important;
}

.mgB20 {
  margin-bottom: 20px !important;
}

.mgR20 {
  margin-right: 20px !important;
}

.mgL20 {
  margin-left: 20px !important;
}

.mg25 {
  margin: 25px !important;
}

.mgT25 {
  margin-top: 25px !important;
}

.mgB25 {
  margin-bottom: 25px !important;
}

.mgR25 {
  margin-right: 25px !important;
}

.mgL25 {
  margin-left: 25px !important;
}

.mg30 {
  margin: 30px !important;
}

.mgT30 {
  margin-top: 30px !important;
}

.mgB30 {
  margin-bottom: 30px !important;
}

.mgR30 {
  margin-right: 30px !important;
}

.mgL30 {
  margin-left: 30px !important;
}

.mg35 {
  margin: 35px !important;
}

.mgT35 {
  margin-top: 35px !important;
}

.mgB35 {
  margin-bottom: 35px !important;
}

.mgR35 {
  margin-right: 35px !important;
}

.mgL35 {
  margin-left: 35px !important;
}

.mg40 {
  margin: 40px !important;
}

.mgT40 {
  margin-top: 40px !important;
}

.mgB40 {
  margin-bottom: 40px !important;
}

.mgR40 {
  margin-right: 40px !important;
}

.mgL40 {
  margin-left: 40px !important;
}

.mg45 {
  margin: 45px !important;
}

.mgT45 {
  margin-top: 45px !important;
}

.mgB45 {
  margin-bottom: 45px !important;
}

.mgR45 {
  margin-right: 45px !important;
}

.mgL45 {
  margin-left: 45px !important;
}

.mg50 {
  margin: 50px !important;
}

.mgT50 {
  margin-top: 50px !important;
}

.mgB50 {
  margin-bottom: 50px !important;
}

.mgR50 {
  margin-right: 50px !important;
}

.mgL50 {
  margin-left: 50px !important;
}

.mg55 {
  margin: 55px !important;
}

.mgT55 {
  margin-top: 55px !important;
}

.mgB55 {
  margin-bottom: 55px !important;
}

.mgR55 {
  margin-right: 55px !important;
}

.mgL55 {
  margin-left: 55px !important;
}

.mg60 {
  margin: 60px !important;
}

.mgT60 {
  margin-top: 60px !important;
}

.mgB60 {
  margin-bottom: 60px !important;
}

.mgR60 {
  margin-right: 60px !important;
}

.mgL60 {
  margin-left: 60px !important;
}

.mg65 {
  margin: 65px !important;
}

.mgT65 {
  margin-top: 65px !important;
}

.mgB65 {
  margin-bottom: 65px !important;
}

.mgR65 {
  margin-right: 65px !important;
}

.mgL65 {
  margin-left: 65px !important;
}

.mg70 {
  margin: 70px !important;
}

.mgT70 {
  margin-top: 70px !important;
}

.mgB70 {
  margin-bottom: 70px !important;
}

.mgR70 {
  margin-right: 70px !important;
}

.mgL70 {
  margin-left: 70px !important;
}

.mg75 {
  margin: 75px !important;
}

.mgT75 {
  margin-top: 75px !important;
}

.mgB75 {
  margin-bottom: 75px !important;
}

.mgR75 {
  margin-right: 75px !important;
}

.mgL75 {
  margin-left: 75px !important;
}

/* font size */
.fz8 {
  font-size: 0.8rem !important;
}

.fz9 {
  font-size: 0.9rem !important;
}

.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

.fz31 {
  font-size: 3.1rem !important;
}

.fz32 {
  font-size: 3.2rem !important;
}

.fz33 {
  font-size: 3.3rem !important;
}

.fz34 {
  font-size: 3.4rem !important;
}

.fz35 {
  font-size: 3.5rem !important;
}

.fz36 {
  font-size: 3.6rem !important;
}

.fz37 {
  font-size: 3.7rem !important;
}

.fz38 {
  font-size: 3.8rem !important;
}

.fz39 {
  font-size: 3.9rem !important;
}

.fz40 {
  font-size: 4rem !important;
}

/* width */
.w5per {
  width: 5% !important;
}

.w10per {
  width: 10% !important;
}

.w15per {
  width: 15% !important;
}

.w20per {
  width: 20% !important;
}

.w25per {
  width: 25% !important;
}

.w30per {
  width: 30% !important;
}

.w35per {
  width: 35% !important;
}

.w40per {
  width: 40% !important;
}

.w45per {
  width: 45% !important;
}

.w50per {
  width: 50% !important;
}

.w55per {
  width: 55% !important;
}

.w60per {
  width: 60% !important;
}

.w65per {
  width: 65% !important;
}

.w70per {
  width: 70% !important;
}

.w75per {
  width: 75% !important;
}

.w80per {
  width: 80% !important;
}

.w85per {
  width: 85% !important;
}

.w90per {
  width: 90% !important;
}

.w95per {
  width: 95% !important;
}

.w100per {
  width: 100% !important;
}

/* -----------------------------------------
	Plugin
----------------------------------------- */
/* -----------------------------------------
	Module
----------------------------------------- */
/*****************************
	btn
******************************/
.btn-detail {
  display: block;
  border: 3px solid #fff;
  border-radius: 40px;
  box-shadow: 0px 0px 8.5px 1.5px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-top: auto;
  padding: 20px 10px;
  font-size: 2.0rem;
  color: #fff;
  line-height: 1;
}

.btn-detail.green {
  background: #04502f;
}

.btn-detail.blue {
  background: #004e97;
}

.btn-detail.d-blue {
  background: #192159;
}

.btn-detail.l-blue {
  background: #3bbee8;
}

.btn-detail.orange {
  background: #E25E1C;
}

.btn-detail.red{
	background: #fd0000;
}

/* -----------------------------------------
	Layout
----------------------------------------- */
/* -----------------------------------------
    Common parts
----------------------------------------- */
html {
  overflow: auto;
}

body {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

@media screen and (min-width: 710px) {
  body {
    line-height: 1.8;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  top: 0%;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 710px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 709px) {
  .is-pc {
    display: none;
  }
}

/* -----------------------------------------
    Link style
----------------------------------------- */
a {
  text-decoration: none;
}

@media screen and (min-width: 710px) {
  a {
    transition: .3s;
  }
  a:hover {
    opacity: .7;
  }
}

/* -----------------------------------------
    Wrap
----------------------------------------- */
#wrapper {
  width: 100%;
  margin: 0 auto;
  background: url(../images/pat.jpg) repeat left top;
}

@media screen and (max-width: 989px) {
  #wrapper {
    background-size: 100% auto, auto, 100% auto;
  }
}

/* -----------------------------------------
    Header
----------------------------------------- */
#header {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  width: 100%;
  z-index: 10;
}

#header #h-logo {
  padding-top: 40px;
  margin-left: 40px;
  display: inline-block;
}

#header #h-logo a {
  display: inline-block;
}
#header #h-logo a.logo_tsuruyaka {
	margin-left: 20px;
}

@media screen and (max-width: 960px) {
  #header #h-logo {
    width: 90px;
    display: flex;
    padding-top: 0;
    margin-left: 20px;
  }
  #header {
	  background-color: #205132;
    position: fixed;
	}
}


#header .h-inner {
  max-width: 1440px;
  margin: 0 auto;
}

/* -----------------------------------------
    Footer
----------------------------------------- */
#footer{
	margin-top: 50px;
	border-top: solid 3px #205132;
  background-color: #fff;
}
/*一時退避
	#footer .f-inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 40px 20px;
  border-top: solid 3px #205132;
  background-color: #fff;
}*/
#footer .f-inner {
	margin: 0 auto;
  position: relative;
  padding: 10px 40px 20px;
  max-width: 1100px;
}
.footerlinks .footerlink {
    position: relative;
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
}
.footerlinks .footerlink a {
    display: inline-block;
    height: 1.5em;
    line-height: 1.5em;
    color: #333;
    text-decoration: none;
}

.copyright {
    font-size: 11px;
}
.f_logo {
    position: absolute;
    white-space: nowrap;
    bottom: 15px;
    right: 0;
    display: flex;
    top: 10px;
}
.f_logo .f_sns{
	display: flex;
}
.f_logo .f_sns a{
	display: inline-block;
	margin: 0 10px 0;
	padding: 10px 0;
}
.f_logo .logo_toyo{
		width: 159px;
		margin-left: 30px;
}
@media screen and (min-width: 961px){
	.footerlinks .footerlink.is_sp {
    display: none;
	}
}

@media screen and (max-width: 960px){
	.footerlinks {
    margin-bottom: 10px;
	}
	.footerlinks .footerlink.is_pc {
    display: none;
	}
	.footerlinks .footerlink {
    font-size: 12px;
    margin-right: 10px;
	}
	.footerlinks li {
    display: inline;
	}
	.footerlinks .footerlink:before {
    content: " | ";
	}
	.f_logo {
		position: inherit;
    bottom: 5px;
    right: auto;
    height: auto;
    display: inline-flex;
	}
	.f_logo .logo_toyo{
		width: 131px;
	}
}



#footer .sns-list {
  display: flex;
  align-items: center;
  width: 20%;
  min-width: 200px;
}

#footer .sns-list li {
  display: inline-block;
}

#footer .sns-list li:not(:last-of-type) {
  padding-right: 20px;
}

#footer .f-info {
  width: 80%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#footer .f-info li {
  display: inline-block;
}

#footer .f-info li:not(:last-of-type) {
  padding-right: 40px;
}

#footer .f-info li a {
  color: #000;
}

@media screen and (max-width: 709px) {
  #footer .f-inner {
    flex-wrap: wrap;
    text-align: center;
  }
  #footer .sns-list {
    width: 100%;
    justify-content: center;
  }
  #footer .f-info {
    width: 100%;
    padding: 20px 0 0;
    text-align: center;
    flex-wrap: wrap;
  }
  #footer .f-info li {
    width: 50%;
    padding-right: 0;
    text-align: center;
  }
  #footer .f-info li:not(:last-of-type) {
    padding-right: 0px;
  }
  #footer .f-info li:last-of-type {
    width: 100%;
    padding-top: 20px;
  }
  #footer .f-info li a {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7), -2px -2px 5px rgba(0, 0, 0, 0.7);
  }
}

#mv {
  background-size: contain;
  text-align: center;
  background: #205132;
}

@media screen and (max-width: 960px) {
  #mv {
    padding: 10px;
    height: 80vh;
  }
}

#mv .mv-inner {
  max-width: 1440px;
  padding: 20px 20px 0;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}



@media screen and (max-width: 960px) {
  /*#mv .mv-inner {
    height: 100%;
    padding: 0;
    background: url(../images/mv.gif) no-repeat center top;
    background-size: cover;
  }
  #mv .mv-inner #mv-video {
    display: none;
  }*/
  
  #mv .mv-inner {
	  padding: 70px 0 0;
  }
  
  #mv .mv-inner #gnav {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #mv .mv-inner #gnav ul {
    padding: 10px 0 0;
  }
}

#mv .mv-inner #mv-video {
	position: relative;
  border-radius: 10px;
  width: 100%;
}

#mv .mv-inner .video_wrapper{
	position: relative;
}

@media screen and (max-width: 960px) {
	#mv {
    padding: 0;
    height: auto;
	}
	#mv .mv-inner #mv-video {
		border-radius: 0;
    width: 120%;
    padding-left: 20px;
	}
}

/*@media screen and (min-width: 960px) {
  #mv .mv-inner .mv-sp {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  #mv .mv-inner .img-block {
    width: auto;
  }
}*/

#mv .mv-inner .img-block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
#mv .mv-inner .img-block:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/mv_before.png");
	background-size: cover;
	background-repeat: no-repeat; 
}

@media screen and (max-width: 960px) {
	#mv .mv-inner .img-block:before{
			background-image: url(../images/mv_before__sp.png);
		}
}

/*@media screen and (min-width: 710px) {
  #mv .mv-inner .img-block {
    position: absolute;
    top: 50%;
    right:169px;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    margin: auto;
    width: 56.59722%;
  }
}
*/

#mv .mv-inner .img-block .mv-logo {
  position: absolute;
  transition: .5s;
}

/*@media screen and (max-width: 960px) {
  #mv .mv-inner .img-block .mv-logo {
    width: 23%!important;
    position: absolute;
    top: 50%;
    left: 7;
    right: 0;
    opacity: 0;
    transform: translateY(-50%) scale(2);
  }
  #mv .mv-inner .img-block .mv-logo.default {
    top: 42%;
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}*/

@media screen and (max-width: 960px) {
  #mv .mv-inner .img-block .mv-logo {
    width: 20%;
    position: absolute;
    top: 50%;
    left: 20%;
    right: 0;
/*    margin: 0 auto;*/
    opacity: 0;
    transform: translateY(-60%) scale(1.5);
  }
  #mv .mv-inner .img-block .mv-logo.default {
    top: 42%;
    left: 6%;
    width: 18.22%;
    transform: translateY(-60%) scale(1);
    opacity: 1;
  }
}

@media screen and (min-width: 961px) {
  #mv .mv-inner .img-block .mv-logo {
    width: 14.12%;
    top: 9.4%;
    left: 50%;
    transform: translateX(-50%) scale(1.5);
    opacity: 0;
  }
  #mv .mv-inner .img-block .mv-logo.default {
	  position: absolute;
	  top: 9.4%;
    left: 17.26%;
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}

#mv .mv-inner .img-block .mv-txt {
  transition: .5s;
}

@media screen and (max-width: 960px) {
  #mv .mv-inner .img-block .mv-txt {
    width: 20.77%;
    position: absolute;
    top: 35%;
    right: 10%;
/*    margin: 0 auto;*/
    opacity: 0;
    transform: translateY(-50%);
  }
  #mv .mv-inner .img-block .mv-txt.default {
    opacity: 1;
    transform: translateY(-60%);
  }
}

@media screen and (min-width: 961px) {
  #mv .mv-inner .img-block .mv-txt {
    width: 17.76%;
    position: absolute;
    top: 9.4%;
    left: 62%;
    opacity: 0;
  }
  #mv .mv-inner .img-block .mv-txt.default {
    opacity: 1;
  }
}

#mv .txt-block {
  max-width: 1250px;
  margin: 0 auto;
  text-align: right;
  font-size: 1.6rem;
  padding-right: 50px;
}

@media screen and (max-width: 960px) {
  #mv .txt-block {
    padding: 0 10px 10px 0;
  }
}

/*
#gnav {
  background: #205132;
  position: relative;
}
#gnav ul {
  margin: 0 auto;
  max-width: 1440px;
  padding: 20px;
  display: flex;
}
#gnav ul li {
  width: 25%;
  text-align: center;
  font-size: 2.6rem;
  position: relative;
}
#gnav ul li a {
  color: #fff;
  display: block;
  padding: 13px 0;
}

@media screen and (max-width: 1099px) {
  #gnav ul li {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 709px) {
  #gnav ul li {
    font-size: 1.4rem;
  }
  #gnav ul li a {
    padding: 10px 0;
  }
}
@media screen and (max-width: 599px) {
  #gnav ul li {
    font-size: 1.2rem;
  }
  #gnav ul li a {
    padding: 5px 0;
  }
}
#gnav ul li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #ebdc54;
}
*/

/*ハンバーガーメニュー*/
#gnav {
  background: #205132;
  position: relative;
}
#gnav ul {
  margin: 0 auto;
  max-width: 1440px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #fff;
	  display: block;
	  padding: 13px 0;
}

.hamburger {
    margin: 0 auto;
    width: 100%;
}


.hamburger .btn-gNav {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ebdc54;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 13px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 26px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ebdc54;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ebdc54;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-gNav {
    display: none;
}

.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
}

.gNav .gNav-menu li {
    margin: 0 auto;
    padding: 0 5px;
    width: 20%;
    text-align: center;
    font-size: 2.6rem;
    position: relative;
}

/*#gnav ul li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #ebdc54;
}*/

@media screen and (max-width: 960px) {
		#gnav {
		  position: fixed;
		}
    .btn-gNav {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: auto;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 86%;
        padding: 15px;
        border-bottom: #525252 1px solid;
    }

}
/* ▲ハンバーガーメニュー */

.sales-area {
  position: absolute;
  top: -60px;
  right: 20px;
  z-index: 100;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transition: .5s;
}
@media screen and (max-width: 1099px) {
  .sales-area {
    font-size: 2.2rem;
    top: -60px;
    right: 20px;
  }
}
@media screen and (max-width: 709px) {
  .sales-area {
    top: -35px;
    right: 10px;
    font-size: 1.8rem;
    color: #000;
  }
}

.sec-inner {
  max-width: 1120px;
  margin: 150px auto 0;
  padding: 80px 0;
  background: url(../images/cont_wave_003.png) no-repeat left top, url(../images/cont_wave_004.png) no-repeat right bottom;
  background-color: #fff;
  background-size: auto auto;
  border-radius: 10px;
  box-shadow: 0px 0px 17px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 709px) {
  .sec-inner {
    background-size: 50% auto;
    padding: 11.26761% 0;
    margin: 70px auto 0;
  }
}
.sec-inner .ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
}
.sec-inner .lead-txt {
  text-align: center;
  padding: 0px 10px 50px;
}
#about .sec-inner .lead-txt {
	padding: 20px 10px 10px;
	font-size: 45px;
  font-weight: 600;
  line-height: 1.4em;
}
#about .sec-inner .lead-txt span{
	color: #49b53f;
}
#about .sec-inner .lead-txt span.liner {
	background:linear-gradient(transparent 60%, #fff100 60%);
	padding-bottom: 3px;
}
#about .sec-img{
	margin: 30px auto 0;
	padding: 10px 20px;
	max-width: 840px;
}
#about .sec-img .sec-img__lead{
	/* text-align: center; */
	font-size: 1.8rem;
  line-height: 1.75;
  padding-top: 20px;
  font-weight: bold;
}
#about .sec-img .sec-img__lead span{
	font-size: 2.1rem;
}
@media screen and (max-width: 709px) {
	#about .sec-img{
		margin: 10px auto 0;
	}
	#about .sec-img .sec-img__lead{
		font-size: 2.43vw;
	}
	#about .sec-img .sec-img__lead span{
		font-size: 2.93vw;
	}
}

#lineup .sec-inner .lead-txt {
	padding: 0 10px 10px;
}
#lineup .sec-inner .lead-txt__01 {
	padding: 50px 10px 10px;
}
#lineup .sec-inner .lead-txt img{
	width: 100%;
	max-width: 920px;
}
#cook .sec-inner .lead-txt {
  padding: 20px 10px 50px;
}
#about {
  /*  text-align: center; */
}
#about .sec-inner .ttl {
  top: -40px;
}
@media screen and (max-width: 960px) {
	#about .sec-inner .lead-txt {
		padding: 20px 10px 10px;
		font-size: 5vw;
	}
}
@media screen and (max-width: 709px) {
  #about .sec-inner .ttl {
    top: -25px;
  }
  #about .sec-inner .ttl img {
    max-height: 60px;
  }
}
#about .movie {
  padding: 0 10px;
}
@media screen and (min-width: 710px) {
  #about .movie {
    width: 760px;
    margin: 0 auto;
    padding: 0;
  }
}
#about .movie video {
  width: 100%;
  border-radius: 10px;
  border: 5px solid #000;
}
#about .movie .movie-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 9px;
  border: 5px solid #000;
  overflow: hidden;
}
#about .movie .movie-inner iframe {
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#about .movie2{
	padding-top: 20px;
}
#about .movie2 .movie_ttl__text{
	padding: 20px;
}
#about #colorbox{
	width: 80%;
  height: auto;
}
.youtube__list_01{
	width: 100%;
	max-width: 970px;
	margin: 20px auto;
	padding: 0 20px;
}
.youtube__list_02{
	display: flex;
	justify-content:space-between;
	max-width: 960px;
	margin: 40px auto 20px;
}
.youtube__list_02 .youtube__list{
	width: 85%;
	padding: 0 0 0 170px;
}
.youtube__list_02 .youtube__list img{
	width: 100%;
	height: auto;
}
.youtube__play{
	position: relative;
}
.youtube__play .play-btn{
	position: absolute;
	top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.youtube__list_02 .youtube__list .youtube__play .play-btn{
	width: 15%;
}
.item-txt{
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
}
#cook {
  text-align: center;
}
#cook .sec-inner .ttl {
  top: -40px;
}
@media screen and (max-width: 709px) {
  #cook .sec-inner .ttl {
    top: -40px;
  }
  #cook .sec-inner .ttl img {
    max-height: 105px;
  }
}
#cook .step-list {
  padding: 0 80px;
}
@media screen and (max-width: 709px) {
  #cook .step-list {
    padding: 0 10px;
  }
}
#cook .step-list li {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 709px) {
  #cook .step-list li {
    margin-bottom: 30px;
  }
}
#cook .step-list li img {
  width: 100%;
}
#cook .step-list li .no-block {
  width: 16.66667%;
}
@media screen and (max-width: 709px) {
  #cook .step-list li .no-block {
    width: 20.83333%;
  }
}
#cook .step-list li .no-block span {
  display: inline-block;
  background: #205132;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 709px) {
  #cook .step-list li .no-block span {
    padding: 10px;
  }
}
@media screen and (max-width: 989px) {
  #cook .step-list li .no-block span {
    padding: 15px;
  }
}
#cook .step-list li .img-block {
  width: 79.16667%;
  margin-left: 4.16667%;
}
@media screen and (max-width: 709px) {
  #cook .step-list li .img-block {
    width: 75%;
  }
  #cook .step-list li .img-block img {
    border-radius: 10px;
  }
}
#cook .step-list li .img-block video {
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 709px) {
  #cook .step-list li .img-block video {
    display: none;
  }
}
#cook .step-list li:nth-of-type(2n) {
  flex-flow: row-reverse;
}
#cook .step-list li:nth-of-type(2n) .img-block {
  margin-left: 0;
  margin-right: 4.16667%;
}
#cook .step-list li:last-child {
  margin-bottom: 0;
}
#point {
  text-align: center;
/*  padding-bottom: 60px;*/
}
#point .sec-inner {
/*  padding-top: 100px;*/
}
#point .sec-inner .ttl {
  top: -40px;
}
@media screen and (max-width: 709px) {
  #point .sec-inner .ttl {
    top: -40px;
  }
  #point .sec-inner .ttl img {
    max-height: 105px;
  }
}
#point .point-list {
  margin: 0 auto;
}
@media screen and (min-width: 710px) {
  #point .point-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
  }
}
@media screen and (max-width: 709px) {
  #point .point-list {
    width: 100%;
    padding: 10px;
  }
}
#point .point-list li {
  position: relative;
}
@media screen and (min-width: 710px) {
  #point .point-list li {
    width: 50%;
    padding: 30px 0;
  }
  #point .point-list li:last-child {
    width: 50%;
    margin: 0px auto 0;
  }
}
@media screen and (max-width: 960px) {
  #point .point-list li:not(:last-child) {
    margin-bottom: 30px;
  }
}
#lineup {
  margin-bottom: 40px;
}
#lineup .sec-inner, #point .sec-inner, #recipe .sec-inner{
  padding-top: 6.59722%;
  background: url(../images/cont_wave_003.png) no-repeat left top, url(../images/cont_wave_004.png) no-repeat right bottom;
  background-color: #fff;
  background-size: auto auto;
}
#lineup .sec-inner .ttl {
  top: -40px;
}
@media screen and (max-width: 960px) {
	#lineup .sec-inner, #point .sec-inner, #recipe .sec-inner {
		margin: 120px auto 0;
		padding-top: 6.59722%;
		background-size: 50% auto;
	}
  #lineup .sec-inner .ttl {
    top: -25px;
  }
  #lineup .sec-inner .ttl img {
    max-height: 60px;
  }
}
#lineup .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 980px;
  padding: 4.08163% 10px 0;
  margin: 0 auto;
}
#lineup .item-list .item {
  display: flex;
  width: 47.87234%;
  text-align: center;
}
@media screen and (max-width: 709px) {
  #lineup .item-list .item {
    max-width: 100%;
    width: 100%;
  }
  #lineup .item-list .item-inner {
    padding-bottom: 17.77778%;
  }
  #lineup .item-list .item:last-of-type .item-inner {
/*    padding-bottom: 0;*/
  }
}
@media screen and (min-width: 710px) {
  #lineup .item-list .item-inner {
    padding-bottom: 15.49296%;
  }
/*  #lineup .item-list .item:nth-of-type(3) .item-inner, #lineup .item-list .item:nth-of-type(4) .item-inner {
    padding-bottom: 0;
  }*/
}
#lineup .item-list .item-inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
#lineup .item-list .item .item-name {
  font-size: 2.1rem;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 20px 0 10px;
}
@media screen and (max-width: 709px) {
  #lineup .item-list .item .item-name {
    font-size: 4.4vw;
  }
}
#lineup .item-list .item .item-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
  padding-bottom: 20px;
}
#lineup .item-list .item .label {
  position: absolute;
  top: -13.33333%;
  right: -13.33333%;
  width: 35.77778%;
}
@media screen and (max-width: 1099px) {
  #lineup .item-list .item .label {
    top: -13.33333%;
    right: -10px;
    width: 31.11111%;
  }
}
@media screen and (max-width: 989px) {
  #lineup .item-list .item .label {
    top: -13.33333%;
    right: -10px;
    width: 31.11111%;
  }
}
@media screen and (max-width: 709px) {
  #lineup .item-list .item .label {
    top: -7.77778%;
    right: -10px;
    width: 26.66667%;
  }
}
#lineup .lineup-txt {
  text-align: right;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 2.0rem;
}
@media screen and (max-width: 709px) {
  #lineup .lineup-txt {
    padding: 20px 10px 0;
    font-size: 1.8rem;
  }
}

/*
#douga {
  text-align: center;
  padding-bottom: 60px;
}
#douga .sec-inner .ttl {
  top: -70px;
  padding-top: -40px;
}

@media screen and (max-width: 709px) {
  #douga .sec-inner .ttl {
    top: -57px;
  }
  #douga .sec-inner .ttl img {
    max-height: 120px;
  }
}
#douga .movie {
  padding: 0 10px;
}

@media screen and (min-width: 710px) {
  #douga .movie {
    width: 760px;
    margin: 0 auto;
    padding: 0;
  }
}
#douga .movie video {
  width: 100%;
  border-radius: 10px;
  border: 5px solid #000;
}
#douga .movie .movie-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 9px;
  border: 5px solid #000;
  overflow: hidden;
}
#douga .movie .movie-inner iframe {
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#douga .movie2{
	padding-top: 20px;
}
#douga .movie2 .movie_ttl__text{
	padding: 20px;
}
#douga #colorbox{
	width: 80%;
  height: auto;
}
@media screen and (max-width: 709px) {
	#douga .movie2 .movie_ttl__text{
		padding: 5px;
	}
	#douga .movie2 .movie_ttl__text img{
		width: 80%;
		max-width: 332px;
	}
	.youtube__list_01{
		margin: 20px auto 10px;
	}
	.youtube__list_01 .youtube__play .play-btn{
		width: 15%;
	}
	.youtube__list_02{
		display: block;
		margin: 20px auto;
	}
	.youtube__list_02 .youtube__list{
		width: 100%;
		padding: 20px;
	}
}
*/

/*アレンジレシピ*/

#recipe  .sec-inner .list-weapper{
	margin-top: 30px;
}
#recipe .sec-inner .ttl {
  top: -40px;
}
#recipe .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0 12px;
}
#recipe .item-list .item {
  width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
  text-align: center;
  padding: 10px 12px;
}
#recipe .item-list .item .item-name{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 1.4;
  margin-top: 20px;
}
#recipe .item-list .item img{
	border-radius: 10px;
}
#recipe .recipe_category{
	text-align: center;
	font-size: 1.836vw;
	color: #fff;
}
#recipe .recipe_category span{
	padding: 5px 25px;
	border-radius: 20px;
}
#recipe .recipe_category.is_01 span{
	background-color: #1f5132;
}
#recipe .recipe_category.is_02 span{
	background-color: #004e97;
}
#recipe .recipe_category.is_03 span{
	background-color: #3abde8;
}
#recipe .recipe_category.is_04 span{
	background-color: #0062a8;
}
#recipe .recipe_category.is_05 span{
	background-color: #e70012;
}
@media screen and (max-width: 706px) {
	font-size: 1.836vw;
}

@media screen and (max-width: 706px) {
  #recipe .item-list .item {
    max-width: 100%;
    width: 100%;
  }
  #recipe .item-list .item .item-name{
	  font-size: 4.444vw;
  }
  #recipe .recipe_category{
	  font-size: 3.556vw;
  }
}

/*下層ページナビゲーション*/
#kasou #header .h-inner {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
#kasou #header #h-logo {
  padding-top: 5px;
  margin-left: 40px;
  position: absolute;
  display: inline-block;
  top: 0;
}
#kasou #gnav ul {
  margin: 0 40px 0 auto;
  max-width: 1180px;
  width: 76.7%;
}
#kasou #header #h-logo {
    padding-top: 5px;
    margin-left: 40px;
    position: absolute;
    top: 0;
}
#kasou .gNav .gNav-menu li{
	font-size: 1.836vw;
	width: auto;
}
#kasou .gNav .gNav-menu li a{
	padding: 30px 0;
}

@media screen and (min-width: 1301px) {
	#kasou .gNav .gNav-menu li {
    font-size: 24px;
	}
}


@media screen and (max-width: 960px) {
	#kasou .gNav .gNav-menu li{
		font-size: 3.5vw;
		width: 100%;
	}
	#kasou .gNav .gNav-menu li a {
    padding: 20px 0;
	}
	#kasou #header #h-logo{
		position: inherit;
    display: flex;
	}
}

#kasou #main{
	padding-top: 120px;
}
#arrange-recipe .sec-inner {
	opacity: 1;
	margin: 100px auto 0;
}
.prev_lists{
	padding: 30px 40px 0;
  max-width: 1180px;
  margin: 30px auto 0;
}
.prev_lists a{
	color: #000;
	text-decoration: underline;
	font-size: 18px;
}
.prev_lists a:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 26px;
  background-image: url(../../recipe/images/prev.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
}
#arrange-recipe .sec-inner .ttl {
  top: -40px;
}
#arrange-recipe .how-to{
	display: flex;
	padding: 30px 40px;
}
#arrange-recipe .how-to .recipe_main{
	width: 64%;
}
#arrange-recipe .how-to .recipe_main .recipe_ttl{
	font-size: 36px;
	font-weight: bold;
	padding: 0 10px 10px; 
}
#arrange-recipe .how-to .recipe_main img{
	border-radius: 10px;
	width: 100%;
	height: auto;
}
#arrange-recipe .how-to .recipe_flavor{
	width: 36%;
	padding: 15px 0 20px 20px;
}
#arrange-recipe .how-to .recipe_flavor .flavor_name{
	font-size: 24px;
	padding: 0 5px 15px;
}
#arrange-recipe .how-to .recipe_flavor .flavor_name span{
	padding: 5px 25px;
  border-radius: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #fff;
}
#arrange-recipe .how-to .recipe_flavor .flavor_name span.is_01{
	background-color: #1f5132;
}
#arrange-recipe .how-to .recipe_flavor .flavor_name span.is_02{
	background-color: #004e97;
}
#arrange-recipe .how-to .recipe_flavor .flavor_name span.is_03{
	background-color: #3abde8;
}
#arrange-recipe .how-to .recipe_flavor .flavor_name span.is_04{
	background-color: #0062a8;
}
#arrange-recipe .how-to .recipe_flavor .flavor_name span.is_05{
	background-color: #e70012;
}
#arrange-recipe .how-to .recipe_flavor .flavor_name a{
	display: inline-block;
	padding: 0;
}
#arrange-recipe .how-to .recipe_flavor .recipe_use{
	padding: 20px 0;
	border-radius: 10px;
	background-color: #f4efe2;
	text-align: center;
	font-size: 20px;
}
#arrange-recipe .how-to .recipe_flavor .recipe_use a{
	padding: 0;
	color: #be0000;
	text-decoration: underline;
	font-size: 18px;
}
#arrange-recipe .how-to .recipe_flavor .recipe_use a:hover{
	text-decoration: none;
}
@media screen and (max-width: 960px) {
	.prev_lists {
	    padding: 0 20px;
	    margin: 0 auto;
	}
	.prev_lists a{
		font-size: 3.556vw;
	}
	.prev_lists a:before{
		width: 3.3vw;
    height: 3.9vw;
	}
	#arrange-recipe .sec-inner{
		margin: 90px auto 0;
	}
	#arrange-recipe .how-to .recipe_main .recipe_ttl{
		font-size: 3.75vw; 
	}
	#arrange-recipe .how-to .recipe_flavor .flavor_name{
		font-size: 2.5vw;
	}
	#arrange-recipe .how-to .recipe_flavor .recipe_use a{
		font-size: 1.785vw;
	}
}
@media screen and (max-width: 768px) {
	#arrange-recipe .sec-inner {
    margin: 60px auto 0;
	}
	#arrange-recipe .how-to{
		display: block;
	}
	#arrange-recipe .how-to .recipe_main{
		width: 100%;
	}
	#arrange-recipe .how-to .recipe_flavor{
		width: 100%;
    padding: 40px 0 20px;
	}
	#arrange-recipe .how-to .recipe_flavor .flavor_name{
		font-size: 3.111vw;
		font-weight: bold;
	}
	#arrange-recipe .how-to .recipe_flavor .flavor_name span{
		padding: 5px 10px;
	}
	#arrange-recipe .how-to .recipe_flavor .recipe_use {
    font-size: 3.111vw;
		font-weight: bold;
	}
	#arrange-recipe .how-to .recipe_flavor .recipe_use a{
		font-size: 3.111vw;
	}
	#arrange-recipe .how-to .recipe_flavor .recipe_use img{
		width: 45%;
	}
}

#arrange-recipe .recipe_text {
	display: flex;
	padding: 30px 40px;
	font-size: 18px;
}
#arrange-recipe .recipe_text .text__ttl{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
}
#arrange-recipe .recipe_text ol li {
  list-style-type: none;
  text-indent: -1.2em;
  padding-left: 1.2em;
  padding-bottom: 15px;
  line-height: 1.6em;
}
#arrange-recipe .recipe_text ol{
  counter-reset: count 0;
}
#arrange-recipe .recipe_text ol li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
}

#arrange-recipe .recipe_text ul li a{
	color: #be0000;
	display: inline-block;
	padding: 0;
	text-decoration: underline;
}
#arrange-recipe .recipe_text ul li a:hover{
	text-decoration: none;
}
#arrange-recipe .recipe_primary {
    width: 37%;
}
#arrange-recipe .recipe_secondary {
    width: 63%;
    padding-left: 30px;
}

@media screen and (max-width: 768px) {
	#arrange-recipe .recipe_text{
		display: block;
		font-size: 3.111vw;
		font-weight: bold;
		padding: 0px 40px 30px;
	}
	#arrange-recipe .recipe_text .text__ttl{
		padding-bottom: 10px;
		font-size: 4.444vw;
	}
	#arrange-recipe .recipe_primary {
    width: 100%;
	}
	#arrange-recipe .recipe_secondary {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
	}
	#arrange-recipe .recipe_text ol li{
		margin-bottom: 0.6em;
	}
	#arrange-recipe .recipe_text li{
		line-height: 1.7em;
	}
}

.br_sp{
	display: none;
}
@media screen and (max-width: 768px) {
	.br_sp{
		display: block;
	}
	.br_pc{
		display: none;
	}
}

/* 醤油だれボタンの色設定 */
.btn-detail.shoyu-blue {
    background-color: #4390cf;
}

/* ごまだれボタンの色設定 */
.btn-detail.gomadare-orange {
    background-color: #da5f37;
}