@charset "utf-8";

/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio[controls], canvas, video {
  display: inline-block;
*display: inline;
  zoom: 1;
}
html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}
body, button, input, select, textarea {
  font-size: 100%;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul, ol {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0px;
}
nav ul, nav ol {
  list-style: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
*margin-left: -7px;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
*vertical-align: middle;
}
button, input {
  line-height: normal;
 *overflow: visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
img, abbr, acronym, fieldset {
  border: 0;
}
li {
  list-style: none;
}
/*画像を縦に並べた時に余白が出ないように*/
img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.ie6_error, .no_script {
  background:#F66;
  padding: 100px;
  text-align:center;
  font-size:150%;
  color:#333;
}
.flt {
  float: left;
}
.flr {
  float: right;
}
.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}
.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}
.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}
.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}
.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}
.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}
.clear {
  clear: both;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}


/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout.css
 style info :  レイアウトファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/


/*
0:セット
------------------------------------------------------------
*/
html, body {
  width: 100%;
}
body {
  font-family: 'Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.01em;
  -webkit-text-size-adjust: 100%;
}
.win body {
  font-family: 'Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}
a, a:link, a:active, a:visited {
  text-decoration: none;
  color: #000;
  transition:0.5s;
  -webkit-transition:0.5s;
  -o-transition:0.5s;
  -ms-transition:0.5s;
}
a:hover {
  color: #000;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}
.opacity:hover {
  filter:alpha(opacity=50); /* IE 6,7*/
  -ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
  -moz-opacity:0.5; /* FF , Netscape */
  -khtml-opacity: 0.5; /* Safari 1.x */
  opacity:0.5;
  zoom:1; /*IE*/
}
img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.sp{
  display: none;
}
.pc{
  display: inherit;
}

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  min-width: 1000px;
}
#container {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 82px;
}
#Journal {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.inner{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner::after {
  content: '';
  display: block;
  clear: both;
}


/*
//Header
------------------------------------------------------------
*/
header {
  width: 100%;
  min-width: 930px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 15px 0;
  z-index: 250;
}
#header{
  width: 1000px;
  margin: 0 auto;
}
#headerLeft {
  float: left;
  width: 26%;
  margin: 0 0 10px;
}
#headerRight {
  float: right;
  width: 73%;
  padding-top: 17px;
}
img.logo {
  text-align:left;
  width: 180px;
}
#gnavi {
  width: 100%;
  clear: both;
  position: relative;
  text-align: right;
}
#gnavi > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#gnavi > ul > li {
  margin-left: 7%;
  padding: 0 0 10px;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
}
#gnavi li a:link,
#gnavi li a:visited{
  color: #FFF;
}
#gnavi li a:hover {
  color: #c4a16a;
}
#gnavi li ul {
  position: absolute;
  width: 850px;
  /*padding: 20px 0;*/
  padding: 20px 0 70px;
  top: 50px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  z-index: 1;
  background: rgba(0,0,0,.6);
}
#gnavi li:hover ul {
  visibility: visible;
  opacity: 1;
}
#gnavi li ul li {
  font-size: 95%;
  float: none;
  margin: 7px 10px;
  text-align:left;
  display: inline-block;
}
#gnavi li ul li a {
  display: inline-block;
}
#gnavi li ul li a,
#gnavi li ul li:last-child a {
  border: none;
}
#gnavi li ul li a:hover {
}

/*
//Footer
------------------------------------------------------------
*/
footer{
  background: #333333;
  padding: 65px 0;
}
#footer {
  text-align: left;
  font-size: 82%;
  width: 1000px;
  margin: 0 auto;
}
.footerLeft {
  float: left;
  width: 240px;
}
.footerRight {
  float: right;
  width: 760px;
  overflow: hidden;
  margin-bottom: 30px;
}
ul.fList {
  width: 100%;
}
ul.fList li {
  float: left;
  width: 190px;
  margin-left: 50px;
}
ul.fList li.long {
  width: 190px;
}
ul.fList li ul li {
  padding-left: 20px;
  position: relative;
}
ul.fList li ul li:after {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #FFF;
  content: "";
  left: 0;
}
ul.fList li ul li a,
ul.fList li ul li a:visited,
ul.fList li ul li a:active {
  color: #FFF;
}
ul.fList li ul li a:hover {
  color: #c4a16a;
}
.copy {
  clear: both;
  color: #FFF;
  font-size: 69%;
  text-align: center;
}

/*
//コンテンツ
------------------------------------------------------------
*/
.sec01{
  padding: 5em 0;
  border-bottom: 4px solid #000;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
.flex01{
  align-items: center;
  justify-content: center;
  margin: 0 0 5em;
}
.anti{
  width: 21%;
  margin: 0 3% 0 0;
}
.top_txt01{
  width: 76%;
}
.top_txt02{
  text-align: center;
  margin: 0 0 6em;
}
.top_ttl01{
  text-align: center;
  margin: 0 0 5em;
}
.list_product{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 -4%;
}
.list_product li{
  width: 48%;
  max-width: 400px;
  margin: 0 0 10%;
  text-align: center;
}
.list_product .ttl_img{
  margin: 0 0 25px;
}
.list_product .ttl{
  font-size: 1.68em;
  font-weight: 700;
  line-height: 1.2;
}
.list_product .price{
  font-size: 1.2em;
  font-weight: 700;
}
.list_product .price.price_bottom{
  margin: 0 0 1em;
}
.list_product .price span{
  font-size: 2em;
  line-height: 1.2;
}
.list_product .price_note{
  font-weight: 700;
  margin: 0 0 1.5em;
}
.list_product .price_note span{
  font-size: 1.5em;
}
.list_product.col3{
  margin: 0 0 -4%;
}
.list_product.col3 li{
  width: 31%;
  margin: 0 0 10%;
}
.list_product.col3 li:last-child{
  width: 65%;
  max-width: 600px;
}
.made{
  text-align: center;
  margin: 2em 0 4em;
}
.made img{
  width: 33%;
}
.amazon_box{
  border: 2px solid #dcdcdc;
  border-radius: 20px;
  padding: 2em;
  margin: 0 0 3em;
}
.amazon_txt01{
  font-size: 1.14em;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 20px;
  margin: 0 0 25px;
}
.amazon_txt02{
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.amazon_txt02 span{
  margin: 0 3% 0 0;
}
.amazon_txt03{
  text-align: center;
}
.kyowa_box{
  background: #fff;
  border: 2px solid #dcdcdc;
  border-radius: 20px;
  padding: 2em;
  margin: 0 0 .5em;
  display: flex;
  align-items: center;
}
.kyowa_box_left{
  width: 20%;
  margin: 0 2% 0 0;
}
.kyowa_box_right{
  width: 78%;
}
.kyowa_box_right p{
  font-size: 1.14em;
  font-weight: 700;
}
p.bio {
    margin-bottom: 3em;
    text-align: center;
    font-size: .85em;
	line-height: 1.5;
}
.info_box{
  color: #fff;
  background: #000;
  padding: 3em 2em;
  margin: 0 0 8em;
  text-align:center;
}
.info_ttl{
  text-align: center;
  margin: 0 0 1.5em;
}
.info_ttl img{
  width: 30%;
}
.info_txt{
  font-size: 1.75em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 0.5em;
}
.sup{
  font-size: 0.7em;
  vertical-align: super;
}
.info_note{
  text-align: center;
    font-weight: 700;
    margin: 0 1em 1em;
}
.otameshi_ttl{
  text-align: center;
  margin: 0 0 3em;
}
.otameshi_txt{
  text-align: center;
  margin: 0 0 3em;
}
.otameshi_txt img{
  width: 55%;
}
.box{
  border: 2px solid #dcdcdc;
  border-radius: 20px;
  padding: 2em;
}
.box_top{
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 1em;
  margin: 0 0 1em;
}
.sec02{
  padding: 5em 0;
  border-bottom: 4px solid #000;
}
.product05{
  text-align: center;
  margin: 0 0 1em;
}
.product05 img{
  max-width: 800px;
  width: 100%;
}
.product05_txt{
  text-align: center;
  padding: 0 0 5em;
  margin: 0 0 5em;
  position: relative;
}
.product05_txt::after{
  content: '';
  width: 80%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.product05_txt img{
  max-width: 700px;
  width: 100%;
}
.top_ttl02{
  text-align: center;
  margin: 0 0 2.3em;
  width: 100%;
}
.cost{
  font-size: 1.5em;
  text-align: center;
  margin: 0 0 .3em;
}
.card{
  margin: 0 0 3em;
  text-align: center;
}
.card img{
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.table_price{
  width: 100%;
  border: 2px solid #000;
  margin: 0 0 1em;
}
.table_price th{
  font-size: 1.21em;
  font-weight: 700;
  padding: 0.5em;
  border: 1px solid #000;
  text-align: center;
}
.table_price td{
  font-size: 1.21em;
  font-weight: 700;
  padding: 0.5em;
  border: 1px solid #000;
  text-align: center;
}
.table_price th span,
.table_price td span{
  font-size: 0.7em;
}
.table_note{
  text-align: right;
  margin: 0 0 2em;
}
.sec03{
  padding: 5em 0;
  border-bottom: 4px solid #000;
}
.product11{
  text-align: center;
  margin: 0 0 1em;
}
.product11 img{
  max-width: 800px;
  width: 100%;
}
.sec04{
  padding: 5em 0;
  background: #eaeaea;
}
.sec04_ttl{
  text-align: center;
  margin: 0 0 260px;
}
.point{
  padding: 9em 0 12em;
  position: relative;
}
.point01{
  background: url(https://www.aminoflight.com/images2019/bg01.png)repeat-x top/auto 100%;
}
.point_num{
  position: absolute;
  top: -109px;
  left: 0;
  right: 0;
  text-align: center;
}
.point_num.point01_num{
  top: -168px;
}
.point_ttl{
  text-align: center;
  margin: 0 0 3em;
}
.point01_img01{
  text-align: center;
  margin: 0 0 3em;
}
.point01_img01 img{
  max-width: 800px;
  width: 100%;
}
.note_w{
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.point01_top{
  padding: 0 0 4em;
  margin: 0 0 5em;
  border-bottom: 1px solid #fff;
}
.point01_img02{
  text-align: center;
  margin: 0 0 5em;
}
.point01_img02 img{
  max-width: 800px;
  width: 100%;
}
.point01_box{
  max-width: 800px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 auto;
}
p.point01_ttl {
    max-width: 800px;
    margin: 0 auto 1em !important;
}
.point01_box p {
    margin-bottom: 2.0em;
}
.point02{
  background: url(https://www.aminoflight.com/images2019/bg02.png)repeat-x top/auto 100%;
}
.point02_left{
  width: 66%;
  margin: 0 6% 0 0;
}
.point02_right{
  width: 28%;
  text-align: center;
}
.point02_ttl{
  margin: 0 0 2.5em;
}
.point02_left_txt{
  font-size: 1.5em;
  font-weight: 700;
  line-height: 2;
  text-align: justify;
}
.point02_right_txt01{
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.5em;
}
.point02_right img{
  margin: 0 0 10px;
}
.point02_right_txt02{
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
}
.point02_right_txt02 span{
  font-size: 1.18em;
}
.point03{
  background: url(https://www.aminoflight.com/images2019/bg03.png)repeat-x top/auto 100%;
}
.point03_ttl{
  text-align: center;
  margin: 0 0 3em;
}
.point03_img{
  text-align: center;
  margin: 0 0 3.5em;
}
.point03_txt{
  max-width: 920px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
}
.point04{
  padding: 9em 0 0;
}
.point04_ttl{
  text-align: center;
  margin: 0 0 4em;
}
.list_point04{
}
.list_point04 li{
  display: flex;
  position: relative;
  padding: 0 0 3em;
  margin: 0 0 3em;
}
.list_point04 li::after{
  content: '';
  width: 90%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.point04_left{
  width: 21%;
  margin: 0 3% 0 0;
}
.point04_right{
  width: 76%;
}
.point04_right p{
  font-size: 1.5em;
  line-height: 1.8;
  font-weight: 700;
}
.point04_right p.txt_red{
  color: #ee0000;
  font-size: 1.37em;
  font-weight: 400;
  margin: 1em 0 0;
}
.point04 .kyowa_box{
  margin: 0 0 0.5em;
}
.sec05{
  padding: 9em 0 5em;
}
.sec05 .amazon_box{
  margin: 0;
}
.sec06{
  padding: 2em 0;
  background: #333333;
}
.sec06 h2{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec06 h2 img:first-child{
  width: 200px;
  height: auto;
}
.sec06 h2 img:last-child{
  width: calc(95% - 530px);
  height: auto;
}
.sec07{
  padding: 7em 0 5em;
}
.top_txt03{
  text-align: center;
  margin: 0 0 6em;
}
.top_txt04{
  text-align: center;
  margin: 0 0 9em;
}
.product15{
  text-align: center;
}
.product15 img{
  max-width: 800px;
  width: 100%;
}
.product15_price{
  margin: 0 0 1.5em;
}
.product15_txt{
  text-align: center;
  margin: 0 0 2em;
}
.product15_txt img{
  max-width: 700px;
  width: 100%;
}
.list_button{
  margin: 0 auto 2em;
  max-width: 700px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.list_button li{
  width: 48%;
  text-align: center;
}
.sec07 .amazon_box{
  margin: 0;
}
.sec08{
  padding: 5em 0;
  border-bottom: 4px solid #000;
}
.sec08 .list_product{
  justify-content: center;
}
.sec08 .list_product li{
	width: 100%;
	max-width: 800px;
}
.sec09{
  padding: 9em 0 5em;
}
.sec09 .list_product li:last-child{
  max-width: 1000px;
  width: 52%;
}
.sec09 .list_product li:nth-child(3){
  width: 45%;
}
.sec10{
  padding: 8em 0;
  background: url(https://www.aminoflight.com/images2019/bg04.png)repeat-x top;
  border-bottom: 4px solid #000;
}
.sec10_ttl{
  text-align: center;
  margin: 0 0 270px;
}
.point01_sl{
  background: #fff;
  padding: 9em 0 0;
}
.point01_sl_img01{
  margin: 0 0 1.5em;
  text-align: center;
}
.point01_sl .note{
  text-align: right;
  max-width: 912px;
  margin: 0 auto;
}
.point01_sl_01{
  padding: 0 0 5em;
  margin: 0 0 5em;
  position: relative;
}
.point01_sl_01::after{
  content: '';
  width: 80%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.point01_sl_02{
  margin: 5em 0 0;
  padding: 5em 0 2em;
  background: #c3c3c3;
  position: relative;
}
.point01_sl_02::after{
  content: '';
  width: 100%;
  height: 57px;
  background: url(https://www.aminoflight.com/images2019/bg05.png)repeat-x center;
  position: absolute;
  bottom: -57px;
  left: 0;
}
.point01_sl_03{
  padding: 5em 0 3em;
  position: relative;
}
.point01_sl_03::after{
  content: '';
  width: 100%;
  height: 57px;
  background: url(https://www.aminoflight.com/images2019/bg06.png)repeat-x center;
  position: absolute;
  bottom: -57px;
  left: 0;
}
.point01_sl_04{
  padding: 5em 0 12em;
  background: #fff8e7;
}
.point01_sl_box{
  border: 1px solid #000;
  padding: 2em;
  background: #fff;
}
.point01_sl_box_txt{
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
.point01_sl_box_ttl{
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin: 0.5em 0 0;
}
.point01_sl_02 .point01_img01 img,
.point01_sl_04 .point01_img01 img{
  max-width: 700px;
}
p.point01_ttl {
    margin: 0 auto 0.5em !important;
}
.point02_sl .point_ttl{
  margin: 0 auto 4em;
}
.point02_sl_img01{
  max-width: 800px;
  margin: 0 auto 7em;
}
.point02_sl_box{
  max-width: 800px;
  padding: 2em;
  margin: 0 auto 3em;
  border: 2px solid #f5c800;
}
.point02_sl_box p {
  font-size: 1.5em;
  font-weight: 700;
}
.point02_sl_img02{
  text-align: center;
}

.point03_sl{
  background: url(https://www.aminoflight.com/images2019/bg07.png)repeat-x top/auto 100%;
}
.point03_sl_ttl01{
  text-align: center;
  margin: 0 0 4em;
}
.point03_sl_ttl02{
  text-align: center;
  margin: 0 0 5em;
}
.point03_sl_img{
  text-align: center;
  margin: 0 0 5em;
}
.point03_sl_ttl03{
  max-width: 800px;
  margin: 0 auto 1em;
}
.point03_sl_txt{
  max-width: 800px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 auto;
}
.point03_sl_txt span{
  display: block;
  margin: 0.5em 0 0;
  font-size: 0.87em;
}
.point04_sl .point_ttl{
  margin: 0 0 3.5em;
}
.point04_sl_txt01{
  max-width: 800px;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 auto 1em;
}
.point04_sl_txt02{
  max-width: 800px;
  color: #ee0000;
  font-size: 1.8em;
  font-weight: 700;
  margin: 0 auto 2em;
}
.point04_sl_img{
  max-width: 800px;
  margin: 0 auto 2em;
}
.point04_sl .note{
  display: flex;
  justify-content: flex-end;
  max-width: 800px;
  margin: 0 auto;
}
.point04_sl .note span{
  text-indent: -1em;
  padding: 0 0 0 1em;
  display: inline-block;
}
.point05_sl{
  background: url(https://www.aminoflight.com/images2019/bg03.png)repeat-x top/auto 100%;
}
.point06_sl{
  padding: 9em 0 0;
}
.list_point06{
  margin: 5em 0 0;
}
.list_point06 li{
  margin: 0 0 5em;
}
.list_point06 li:last-child{
  margin: 0;
}
.list_point06 .ttl{
  margin: 0 0 2em;
}
.list_point06 .txt{
  font-size: 1.5em;
  font-weight: 700;
}
.sec11{
  padding: 8em 0 5em;
}
.sec11 .amazon_box{
  margin: 0;
}

/*
//ボタン系
------------------------------------------------------------
*/
#topcontrol {
    background: url(https://www.aminoflight.com/images2019/pageTop.png) no-repeat center;
    width: 53px!important;
    height: 53px!important;
    bottom: 15px!important;
    right: 15px!important;
}
a.button{
  color: #fff;
  font-weight: 700;
  display: block;
  max-width: 350px;
  padding: 0.8em 0.5em;
  position: relative;
  background: #000;
  margin: 0 auto;
}
a.button:hover{
  background: #666;
}
a.button::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
a.button_top{
  margin: 0 auto 15px;
}
.more{
  text-align: center;
  margin-bottom: 2em;
}
.more a{
  display: inline-block;
  color: #fff;
  font-size: 1.37em;
  font-weight: 700;
  padding: 0 50px 0 10px;
  background: url(https://www.aminoflight.com/images2019/arrow.png)no-repeat center right 10px/28px;
  border-bottom: 3px solid #fdcf3d;
}
.more a:hover{
  padding: 0 60px 0 20px;
}
a.button_b{
  color: #000;
  font-weight: 700;
  display: block;
  max-width: 200px;
  width: 50%;
  padding: 0.5em;
  position: relative;
  border: 2px solid #000;
  text-align: center;
  float: right;
  margin: 10px 0 0;
}
a.button_b:hover{
  color: #fff;
  background: #000;
}
a.button_b::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
a.button_b:hover::after{
  border-color: #fff;
}


/*
//マージン・パディング
------------------------------------------------------------
*/
.m0 {
  margin-bottom: 0;
}
.m05 {
  margin-bottom: 5px;
}
.m10 {
  margin-bottom: 10px;
}
.m12 {
  margin-bottom: 12px;
}
.m15 {
  margin-bottom: 15px;
}
.m20 {
  margin-bottom: 20px;
}
.m30 {
  margin-bottom: 30px;
}
.m40 {
  margin-bottom: 40px;
}
.m50 {
  margin-bottom: 50px;
}



/*
//ショップサーブ調整
------------------------------------------------------------
*/
#floating-menu {
  display:none;
}
.news h2 {
    display: none;
}
.news-contents {
    background: #8E0000;
    padding: 90px 1% 0 55%;
    width: 100%;
    margin: 0 30% 0 0;
}
.news-contents a {
    color: #FFF;
    text-decoration: underline;
}
/*dl.news-box {
    padding: 0 0 20px;
  letter-spacing: .01em;
  line-height: 1.5em;
}
*/
span.freeAreaTitle {
    display: none;
}
div#hNav {
    display: none;
}
section#itemDetail-wrap {
    width: 80%;
    margin: 100px auto;
}
.cart-section {
    width: 100%;
}
/*アンチドーピングページ*/
.Dinnner {
    width: 55%;
    margin: 0 auto;
    line-height: 2.7em;
}
.DopingTi,.Dsetsumei{
    margin-bottom: 50px;
}
.rightLogo {
    width: 70%;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 3%;
    line-height: 1.8em;
}
.rightLogo img {
    width: 200px;
    margin-bottom: 20px;
}
.rightLogo a {
    text-decoration: underline !important;
}
/*アイテム一覧ページ*/
section#aminoList,section#aminoList2 {
    width: 80%;
    max-width: 1100px;
    margin: 100px auto;
    text-align: center;
}
section#aminoList .souryou{
    color: #000;
}
section#aminoList .souryou span,section#aminoList2 .souryou span {
    font-weight: bold;
    font-size: 130%;
    margin-bottom: 320px;
}
p.souryou strong {
    font-weight: 700;
}
#aminoList ul.product7List li {
    width: 47% !important;
    margin: 0 1% 3%;
}
#aminoList ul.product7List li img{
  width:88%;
}
#aminoList ul.product4List li:last-child {
    width: 48%;
    display: inline-block;
    margin-left: 0;
}
#aminoList ul.product4List li .price span{
  color:#000 !important;
}
section#aminoList ul.product4List {
    margin-bottom: 100px;
}
#aminoList ul.product7List{
  margin:0 auto 50px;
}
/*ショッピングガイド*/
.Sinnner {
    width: 60%;
    margin: 0 auto;
    text-align: left;
}
.Sinnner h1.mainTi {
    display: block !important;
    background-image: none !important;
    background: #000 !important;
    width: 98% !important;
    padding: 1.5% 2% !important;
    margin: 0 0 5% 0 !important;
  font-size:1.0em !important;
}
h2.subTi {
    border-bottom: 1px solid #000;
    margin: 0 0 20px;
    padding: 0 0 10px 10px;
}
p.midashi {
    font-weight: bold;
  margin-bottom:10px;
}
p.midashi:before {
    content: '■';
}
.block {
    padding: 0 0 5% 2%;
    /*border-bottom: 0.5px dotted #666;*/
    margin: 0 0 5% 0;
}
p.block2 {
    margin-bottom: 3%;
}
p.b_naiyou {
    margin: 0 0 20px 20px;
}
/*正規代理店リスト*/
.kome {
    font-size: .86em;
    margin: 0 0 7%;
}
.shop {
    font-size: .9em;
    background: #F5F5F5;
    padding: 2.5%;
}
ul.onlineList {
    overflow: hidden;
}
ul.onlineList li {
    width: 48%;
    display: inline-block;
    text-align: center;
    margin-bottom: 2em;
    vertical-align: top;
}
ul.onlineList li div {
    background: #FFF;
    width: 200px;
    height: 120px;
    padding: 0 2em;
    display: table-cell;
    vertical-align: middle;
}
ul.onlineList li p {
    font-size: .85em;
    line-height: 1.5em;
    color: #666;
    margin-top: .5em;
}
table.basicTable td a {
    text-decoration: underline !important;
}
/*会社案内*/
.Cinner {
    width: 60%;
    margin: 0 auto;
    text-align: left;
}
.Cinner .block p {
    text-align: center;
    width: 90%;
    margin: 0 auto 5%;
    line-height: 2.5em;
}
.Cinner .block{
  border-bottom:none;
}
h2.subTi span {
    padding: 7px 10px;
    border: #CCC 1px solid;
    margin-right: 20px;
}
h3.title {
    font-weight: 600;
    margin-bottom: 1.5%;
}
h3.title {
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.2em;
    margin: 7% 0 5%;
}
h3.title span {
    font-weight: 100;
    font-size: .5em;
}
.mBlock {
    padding: 5%;
    background: #FFF;
    margin: 0 0 7%;
}
.attention {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10%;
}
.Cinner .block table td:first-child {
    width: 20%;
    text-align: center;
    background: #E3E3E3;
    border: 1px solid #F5F5F5;
}
.Cinner .block table td {
    padding: 1% 5%;
}
/*よくある質問*/
.qanda_box {
    margin-bottom: 5%;
}
.qanda_box.q {
    background: #F5F5F5;
    padding: 0 0 0.5em;
    margin-bottom: 1%;
}
.qanda_box .q span {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 2%;
}
.a_right span {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 2%;
    color: #A20000;
}
.q {
    background: #F5F5F5;
    padding: 0 0 1%;
    margin-bottom: 1%;
}
.qawrap h2.subTi {
    font-size: 1.2em;
    border: 1px solid #000;
    padding: 1% 3%;
}
.a_right strong {
    color: #A20000;
    text-decoration: underline;
}
.q strong strong {
    font-weight: bold;
    font-size: 1.1em;
    padding: 0 5px;
}
.qawrap {
    border-bottom: 1px solid #CCC;
    margin-bottom: 5%;
}
.contact_box {
    width: 60%;
    margin: 0 auto;
}
section#top1 h2 {
    overflow: hidden;
    letter-spacing: 0.1em;
}
section#top1 h2 span.topTi {
    font-size: 3.0em;
    font-weight: 600;
  line-height:1.5em;
}
#top1 h2 span.subTi {
    float: right;
    font-size: 2.5em;
    font-weight: bold;
}
h2.NewsTi {
    width: 950px;
    margin: 0 auto .3em;
    font-weight: bold;
    font-size: 1.5em;
}
h2.NewsTi:before {
    content: '-';
    padding: 0 .3em 0;
}
h2.NewsTi:after {
    padding: 0 0 0 .3em;
    content: '-';
}
section#aminoList li {
    background: #f3f1f1;
    padding: 5% 0;
    margin-bottom: 3%;
}
.amazonBnr {
    width: 80%;
    padding: 0 0 100px;
    margin: 0 auto 100px;
    border-bottom: 1px solid #FFF;
}
/*お問い合わせ*/
.contact_box2 {
    width: 80%;
    border: #F5F5F5 1px solid;
    padding: 3% 5%;
    margin: 0 auto 5%;
    text-align: center;
}
p.tel {
    font-size: 2.0em;
}
/*商品情報*/
#aminoList2 h2.topTi {
    margin: 0;
}
section#aminoList .souryou, section#aminoList2 .souryou {
    color: #666;
    margin: 0.1em 0 2em;
}
section#aminoList2{
  margin-bottom:10em;
}
#aminoList2 ul.product4List li {
    width: 20%;
    vertical-align: bottom;
}
#aminoList2 ul.product4List li img,#aminoList2 ul.product7List li {
    margin-bottom: 1em;
}
#aminoList2 ul.product4List li p.price span,#aminoList2 ul.product7List li span {
    color: #000;
}
.priceWrapL {
    line-height: 1.4em;
}
table.productTable {
    width: 80%;
    margin: 0 auto 8em;
  border: #E3E3E3 solid 1px;
  font-size: .85em;
}
table.productTable td {
    text-align: left;
    padding: 1em 2em 1em 2em;
    vertical-align: middle;
    border-bottom: #E3E3E3 solid 1px;
}
table.productTable th {
    width: 30%;
    vertical-align: middle;
    padding: 1em 0 1em 2em;
    background: #f4f4f4;
    border-bottom: #E3E3E3 solid 1px;
    border-right: #E3E3E3 solid 1px;
}
#aminoList2 ul.product7List li {
    width: 19.5%;
    margin: 0 auto;
}
#aminoList2 ul.product7List{
  margin-bottom:50px;
}
p.day {
  color: #FFF;
  font-weight: bold;
}

/*
///////////////////////////////////////////////////
レスポンシブ
///////////////////////////////////////////////////
*/
@media screen and (max-width: 800px){
  body {
    font-size: 14px;
    line-height: 1.8;
  }
  .pc{
    display: none;
  }
  .sp{
    display: inherit;
  }
  #container_wrap {
    min-width: inherit;
  }
  #container {
    padding-top: 60px;
    margin-bottom:0;
  }
  #Journal {
    position: relative;
  }
  /*--header--*/
  header {
    min-width: 0;
    padding: 10px 3%;
  }
  #header{
    width: 100%;
    background: #000;
    margin: 0 auto;
    overflow: hidden;
  }
  #headerLeft {
    width: 175px;
    margin: 0;
  }
  #headerRight {
    display: none;
  }
  img.logo {
    height: 40px;
    width: auto;
  }
  .menu-icon{
    position: fixed;
    top:18px !important;
    right: 3%;
    width:25px;
    height:25px !important;
    z-index:300;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in;
  }
  .menu-icon span{
    background: #FFF;
    display: block;
    width: 25px;
    height: 3px;
    margin-bottom: 5px;
    border-radius: 1px;
    transition: all 0.4s ease-out;
  }
  .menu-icon.active {
    position:fixed;
    transform: rotate(-45deg);
    z-index:300;
  }
  .menu-icon.active .bar1{
    transform: rotate(0deg) translateY(6px);
    background-color:#000;
    margin-bottom: 0px;
  }
  .menu-icon.active .bar2 {
    opacity: 0;
  }
  .menu-icon.active .bar3 {
    transform: rotate(-90deg) translateX(5px);
    background-color:#000;
  }
  #gnavi_sp {
    display: none;
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    text-align: left;
    width: 100%;
    height: 100%;
    padding: 0 3%;
    background: rgba(255,255,255,0.95);
    overflow-y: auto;
    z-index: 250;
  }
  #gnavi_sp ul {
    margin: 80px auto 0;
  }
  #gnavi_sp li {
    display: block;
    margin-left: 0;
    position: relative;
  }
  #gnavi_sp li a{
    display: block;
    padding: 15px;
    border-bottom: 2px dotted #231815;
  }
  /*--footer--*/
  footer{
    padding: 40px 0;
  }
  #footer {
    text-align: center;
    font-size: 82%;
    width: 94%;
    margin: 0 auto;
  }
  .footerLeft {
    float: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
  .footerLeft img {
    width: 30%;
  }
  .footerRight {
    display:none;
    float: inherit;
    width: 100%;
    margin-bottom: 30px;
  }
  ul.fList {
    width: 100%;
  }
  ul.fList li {
    float: left;
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  ul.fList li.long {
    width: 100%;
  }
  ul.fList li ul li a{
    display: block;
    padding: 5px;
  }
  /*--contents--*/
  a.button{
    font-size: 3.5vw;
    padding: 0.5em 15px 0.5em 0.5em;
  }
  a.button::after{
    right: 8px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
  }
  a.button_top{
    margin: 0 auto 10px;
  }
  a.button_b{
    margin: 5px 0 0;
    font-size: 3vw;
    padding: 0.4em;
  }
  a.button_b::after{
    right: 8px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
  }
  .sec01{
    padding: 1em 0 3em;
  }
  .flex01{
    flex-wrap: nowrap;
    margin: 0 0 2.5em;
  }
  .top_txt02{
    margin: 0 0 3.5em;
  }
  .top_ttl01{
    margin: 0 0 1.5em;
  }
  .list_product .ttl_img{
    margin: 0 0 15px;
  }
  .list_product .ttl{
    font-size: 3.7vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .list_product .ttl span{
    font-size: 0.9em;
  }
  .list_product .price{
    font-size: 2.5vw;
    line-height: 1.5;
  }
  .list_product .price_note{
    font-size: 2.5vw;
    line-height: 1.5;
    margin: 0 0 0.5em;
  }
  .made{
    margin: 1em 0 2em;
  }
  .made img{
    width: 50%;
  }
  .amazon_box{
    border-radius: 10px;
    padding: 10px;
    margin: 0 0 1.5em;
  }
  .amazon_txt01{
    font-size: 4vw;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  .amazon_txt02{
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-size: 3.5vw;
    line-height: 1.5;
    align-items: center;
  }
  .amazon_txt02 span{
    width: 80px;
    line-height: 1;
    margin: 0 3% 0 0;
  }
  .amazon_txt03{
    font-size: 3.15vw;
    text-align: left;
    line-height: 1.6;
  }
  .kyowa_box{
    border-radius: 10px;
    padding: 10px;
    margin: 0 0 0.5em;
  }
  .kyowa_box_left{
    width: 28%;
    margin: 0 2% 0 0;
  }
  .kyowa_box_right{
    width: 70%;
  }
  .kyowa_box_right p{
    font-size: 3.15vw;
    line-height: 1.5;
  }
 p.bio {
    margin-bottom: 3em;
    padding: 0 .5em;
    text-align: left;
    font-size: .85em;
    letter-spacing: 0;
 }
  .info_box{
    padding: 25px 10px 20px;
    margin: 0 0 5em;
  }
  .info_ttl{
    margin: 0 0 1em;
  }
  .info_ttl img{
    width: 60%;
  }
  .info_txt{
    font-size: 4vw;
    font-weight: 700;
    text-align: center;
    margin: 0 0 0.5em;
  }
  .sup{
    font-size: 0.7em;
    vertical-align: super;
  }
  .info_note{
    font-size: 3vw;
    margin: 0 0 1.5em;
  }
  .more a{
    font-size: 1em;
  }
  .otameshi_ttl{
    margin: 0 0 1.5em;
  }
  .otameshi_txt{
    margin: 0 0 2em;
  }
  .otameshi_txt img{
    width: 66%;
  }
  .box{
    border-radius: 10px;
    padding: 10px;
  }
  .box p{
    font-size: 3vw;
    line-height: 1.6;
  }
  .box_top{
    padding: 0 0 0.5em;
    margin: 0 0 0.5em;
  }
  .sec02{
    padding: 3em 0;
  }
  .product05_txt{
    padding: 0 0 3em;
    margin: 0 0 3em;
  }
  .top_ttl02{
    margin: 0 0 1em;
  }
  .cost{
    font-size: 4.2vw;
  }
  .table_price{
    margin: 0 0 0.3em;
  }
  .table_price th{
    font-size: 3vw;
    padding: 0.5em 0;
  }
  .table_price td{
    font-size: 3vw;
    padding: 0.5em 0;
  }
  .table_note{
    font-size: 3vw;
    margin: 0 0 1.5em;
  }
  .sec03{
    padding: 2em 0 3em;
  }
  .sec04{
    padding: 3em 0;
  }
  .sec04_ttl{
    margin: 0 0 7.2em;
  }
  .point{
    padding: 4em 0 4.5em;
  }
  .point_num{
    top: -40px;
  }
  .point_num.point01_num{
    top: -62px;
  }
  .point_num img{
    width: 142px;
  }
  .point_ttl{
    margin: 0 0 1em;
  }
  .point01_img01{
    margin: 0 0 1em;
  }
  .note_w{
    font-size: 2.7vw;
    line-height: 1.5;
    text-align: left;
  }
  .point01_top{
    padding: 0 0 2em;
    margin: 0 0 2.5em;
    border-bottom: 1px solid #fff;
  }
  .point01_img02{
    margin: 1.5em 0 2.5em;
  }
  .point01_box{
    font-size:3.4vw;
    line-height: 1.5;
  }
  .point01_box p:last-child {
    margin: 0;
  }
  .point02_ttl{
    margin: 0 0 1.2em;
  }
  .point02_left{
    width: 63%;
    margin: 0 4% 0 0;
  }
  .point02_right{
    width: 33%;
  }
  .point02_left_txt{
    font-size: 3vw;
    line-height: 1.8;
  }
  .point02_right_txt01{
    font-size: 3.3vw;
  }
  .point02_right img{
    margin: 0 0 3px;
  }
  .point02_right_txt02{
    font-size: 2.7vw;
  }
  .point02_right_txt02 span{
    font-size: 1.18em;
    letter-spacing: 0;
  }
  .point03_ttl{
    margin: 0 0 1.2em;
  }
  .point03_img{
    margin: 0 0 1.2em;
  }
  .point03_txt{
    font-size: 3.4vw;
  }
  .point04{
    padding: 4em 0 0;
  }
  .point04_ttl{
    margin: 0 0 2em;
  }
  .list_point04{
  }
  .list_point04 li{
    padding: 0 0 1.5em;
    margin: 0 0 1.5em;
  }
  .list_point04 li::after{
    width: 80%;
  }
  .point04_left{
    width: 20%;
    margin: 0 4% 0 0;
  }
  .point04_right{
    width: 76%;
  }
  .point04_right p{
    font-size: 3.6vw;
    line-height: 1.6;
    text-align: justify;
  }
  .point04_right p.txt_red{
    font-size: 3.4vw;
    margin: 0.5em 0 0;
  }
  .point04 .kyowa_box{
    margin: 0 0 0.5em;
  }
  .sec05{
    padding: 3em 0;
  }
  .sec06{
    padding: .55em 0;
  }
  .sec06 .inner{
    padding: 0 10px;
  }
  .sec06 h2{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec06 h2 img:first-child{
    width: 115px;
  }
  .sec06 h2 img:last-child{
    width: calc(97% - 140px);
  }
  .sec07{
    padding: 3.5em 0 2em;
  }
  .top_txt03{
    margin: 0 0 3em;
  }
	.top_txt04{
    margin: 0 0 4em;
  }
  .product15_price{
    margin: 0 0 1em;
  }
  .product15_txt{
    margin: 0 0 1.5em;
  }
  .list_button{
    margin: 0 auto 1.5em;
  }
  .sec08{
    padding: 3em 0;
    border-bottom: 4px solid #000;
  }
  .sec08 .list_product a.button{
    width: 48%;
  }
	.sec08 .list_product .img{
		width: 82%;
		margin: 0 auto;
	}
  .sec09{
    padding: 4em 0 3em;
  }
  .sec09 .list_product li:last-child{
    width: 56%;
  }
  .sec09 .list_product li:nth-child(3){
    width: 40%;
  }
  .sec10{
    padding: 3em 0;
    background: url(https://www.aminoflight.com/images2019/bg04.png)repeat-x top/10px;
  }
  .sec10_ttl{
    margin: 0 0 7.2em;
  }
  .point01_sl{
    padding: 4em 0 0;
  }
  .point01_sl .point_ttl{
    margin: 0 0 2em;
  }
  .point01_sl_02 .point_ttl{
    margin: 0 0 1em;
  }
  .point01_sl_img01{
    margin: 0 0 1em;
  }
  .point01_sl .note{
    font-size: 2.7vw;
    line-height: 1.5;
  }
  .point01_sl_01{
    padding: 0 0 2em;
    margin: 0 0 2em;
  }
  .point01_sl_02{
    margin: 2em 0 0;
    padding: 2em 0 1em;
  }
  .point01_sl_02::after{
    content: '';
    width: 100%;
    height: 57px;
    background: url(https://www.aminoflight.com/images2019/bg05_sp.png)repeat-x center/cover;
    position: absolute;
    bottom: -57px;
    left: 0;
  }
  .point01_sl_03{
    padding: 4em 0 1em;
  }
  .point01_sl_03::after{
    content: '';
    width: 100%;
    height: 57px;
    background: url(https://www.aminoflight.com/images2019/bg06_sp.png)repeat-x center/cover;
    position: absolute;
    bottom: -57px;
    left: 0;
  }
  .point01_sl_04{
    padding: 5em 0;
  }
  .point01_sl_box{
    padding: 10px;
    margin: 2em 0 0;
  }
  .point01_sl_box_txt{
    font-size: 3.33vw;
    line-height: 1.5;
    text-align: left;
  }
  .point01_sl_box_ttl{
    font-size: 4.5vw;
    line-height: 1.5;
  }
  .point02_sl{
    padding: 4em 0 5.5em;
  }
  .point02_sl .point_ttl{
    margin: 0 0 2em;
  }
  .point02_sl_img01{
    margin: 0 0 3.5em;
  }
  .point02_sl_box{
    padding: 10px;
    margin: 0 0 2em;
    border: 1px solid #f5c800;
  }
  .point02_sl_box p{
    font-size: 3.4vw;
    line-height: 1.6;
  }
  .point03_sl_ttl01{
    margin: 0 0 2em;
  }
  .point03_sl_ttl02{
    margin: 0 0 3em;
  }
  .point03_sl_img{
    margin: 0 0 2.5em;
  }
  .point03_sl_ttl03{
    margin: 0 0 0.5em;
  }
  .point03_sl_txt{
    font-size: 3.4vw;
  }
  .point04_sl .point_ttl{
    margin: 0 0 2em;
  }
  .point04_sl_txt01{
    font-size: 3.8vw;
    line-height: 1.6;
    margin: 0 0 0.5em;
  }
  .point04_sl_txt02{
    font-size: 4.4vw;
    line-height: 1.6;
    margin: 0 0 1.5em;
  }
  .point04_sl_img{
    margin: 0 0 1em;
  }
  .point04_sl .note{
    font-size: 2.7vw;
    line-height: 1.5;
  }
  .point.point04 p.bio {
      margin: 0;
  }
  .point06_sl{
    padding: 4em 0 0;
  }
  .list_point06{
    margin: 2em 0 0;
  }
  .list_point06 li{
    margin: 0 0 2em;
  }
  .list_point06 .ttl{
    margin: 0 0 0.5em;
  }
  .list_point06 .txt{
    font-size: 3.85vw;
    line-height: 1.7;
  }
  .sec11{
    padding: 3.5em 0 3em;
  }

 /*
accordion
-----------------------------------------------------------
*/
dl.sp-accordionlist {
    display: block;
    border-bottom: 2px dotted #231815;
}
dt.clearfix {
    padding: 15px;
}
#sp-accordion dt .title {
    float: left;
}
#sp-accordion dd{
	display: none;
	text-align: left;
	background: #CCC;
}
#sp-accordion dd a:first-child{
	 border-top: 2px dotted #231815;
}
#sp-accordion dd a:last-child{
	 border-bottom: none;
}
.sp-accordion_icon,
.sp-accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.sp-accordion_icon {
    position: relative;
    width: 15px;
    height: 15px;
    float: right;
}
.sp-accordion_icon span {
    position: absolute;
    left: 0;
    width: 12px;
    height: 1px;
    background-color: #000;
    right: 0;
    margin: auto;
}
.sp-accordion_icon span:nth-of-type(1) {
    top: 9px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.sp-accordion_icon span:nth-of-type(2) {
    top: 9px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.sp-accordion_icon.active span:nth-of-type(1) {
	display: none;
}
.sp-accordion_icon.active span:nth-of-type(2) {
	top: 9px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
}



/******* aminoflight *******/

#top .sec01,
#top .sec09 {
  border-bottom: none;
  position: relative;
}
#top .sec01 {
  background: #e8b900 url(https://www.aminoflight.com/images2019/aminoflight/sec01_bg.jpg) no-repeat 50% 50em;
  background-size: contain;
}
@media (min-width: 1251px){
  #top .sec01 {
    background-position: 50% 43em;
  }
}
#top .sec09 {
  background: #c30000 url(https://www.aminoflight.com/images2019/aminoflight/sec09_bg.jpg) no-repeat 50% 35em;
  background-size: contain;
}
@media (min-width: 1251px){
  #top .sec09 {
    background-position: 50% 22em;
  }
}
#top .sec01 .aminomain,
#top .sec09 .aminomain {
  max-width: 960px;
  width: 100%;
  margin: 2em auto;
}
#top #Journal .features-btm {
  text-align: right;
  color: #fff;
  padding: 0.5em 1em 1em 0;
}
#top #Journal .onlinestoreLink {
  text-align: center;
}
#top .amazon_box {
  background-color: #fff;
}
#top .sec01 p.bio,
#top .sec09 p.bio {
  color: #fff;
}
#top .sm {
  display: block;
}
#top .sec10 {
  background: none;
}
#top .sec02 .list_product.col3,
#top .sec10 .list_product.col3 {
  margin: 0 0 10%;
}
#top .sec02 .list_product.col3 li,
#top .sec10 .list_product.col3 li {
  width: 46%;
  margin: 0;
  max-width: 430px;
}
#top .sec03 {
  border-bottom: none;
}
#top .sec-features {
  background-repeat: repeat-x;
  background-position: 50% 0;
}
#top .sec04 {
  background-color: #b8972f;
  background-image: url(https://www.aminoflight.com/images2019/aminoflight/features-1_bg.jpg);
  border-bottom: none;
  color: #fff;
  padding: 5em 0;
}
#top .sec04 .product05_txt::after,
#top .sec12 .product05_txt::after {
  height: 2px;
  background-color: #fff;
}
#top .sec04 .in-inner,
#top .sec12 .in-inner {
  max-width: 800px;
  margin: 0 auto;
  font-weight: bold;
}
#top .sec04 .in-inner p,
#top .sec12 .in-inner p {
  padding: 0 0.5em 0.5em;
}
#top .sec04 ol li,
#top .sec12 ol li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.4em;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.4em;
}
#top .sec04 .product05_txt::after,
#top .sec12 .product05_txt::after {
  width: 100%;
}
#top .sec04 ol li span,
#top .sec12 ol li span {
  width: 92%;
}
#top .sec04 ol li::before,
#top .sec12 ol li::before {
  content: "1";
  display: block;
  width: 1em;
  font-size: 1.4em;
  padding-left: 0.5em;
  font-family: Arial, Helvetica, sans-serif;
}
#top .sec04 ol li:nth-child(2):before,
#top .sec12 ol li:nth-child(2):before {
  content: "2";
}
#top .sec04 ol li:nth-child(3):before,
#top .sec12 ol li:nth-child(3):before {
  content: "3";
}
#top .sec04 h2,
#top .sec12 h2 {
  margin-bottom: 1.4em;
}
#top .sec04 h2 img,
#top .sec12 h2 img {
  width: 100%;
  height: auto;
}
#top .sec04 ol li:last-child,
#top .sec12 ol li:last-child {
  border-bottom: none;
}
#top .sec04 .in-inner div h3,
#top .sec12 .in-inner div h3 {
  margin-bottom: 1.8em;
}
#top .sec04 .in-inner div p,
#top .sec12 .in-inner div p {
  padding: 0 0 0.5em;
  font-size: 1.4rem;
}
#top .sec04 .in-inner div h3.ajt,
#top .sec12 .in-inner div h3.ajt {
  padding-top: 1.5em;
}
#top .sec04 .in-inner div p:last-child,
#top .sec12 .in-inner div p:last-child {
  padding: 0 0 1.5em;
}
#top .sec12 {
}
#top .ptxt {
  font-weight: bold;
  padding: 0 0 1.5em;
  font-size: 1.4rem;
}
#top .sec05 dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top .sec05 dt {
  width: 40%;
}
#top .sec05 dd {
  width: 55%;
}
#top .highquality {
  padding: 5em 0;
  background-color: #f2f2f2;
}
#top .highquality .ptxt {
  text-align: center;
  padding-bottom: 3em;
}
#top .highquality .top_txt02 {
  margin: 0 0 4em;
}
#top .highquality .ptxt span {
  display: block;
}
#top .highquality ul {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 3em;
}
#top .highquality li {
  width: 30%;
}
#top .highquality li:first-child a {
  text-align: center;
  color: #000;
  border: 2px solid #000;
  background-color: transparent;
  margin-top: 1.0em;
}
#top .highquality li:first-child a.button::after {
  border-color: #000;
}
#top .highquality li span {
  display: block;
  text-align: center;
  padding: 0.5em 0.5em;
  font-weight: 700;
  margin-top: 1.0em;
}
#top .situation {
  border-bottom: 4px solid #000;
  padding-bottom: 0;
}
#top .situation dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#top .situation dt {
  width: 58.6%;
}
#top .situation dd {
  width: 41.4%;
  align-items: center;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  font-size: 1.4vw;
}
#top .situation dd span {
  display: block;
}
#top .situation .imgR {
  flex-direction: row-reverse;
}
#top .pro-btm {
  border-bottom: none;
}
#top .pro-btm .product11 {
  margin: 0 0 3em;
}
#top .pro-btm .ptxt {
  letter-spacing: 0.12em;
}
#top .pro-btm .howto {
  position: relative;
  font-size: 1.4rem;
  border: 2px solid #000;
}
#top .pro-btm .howtoinner {
  padding: 5%;
}
#top .pro-btm .howto h3 {
  background-color: white;
  position: absolute;
  display: inline-block;
  top: -0.5em;
  left: 25%;
  padding: 0 1.5em;
  transform: translate(50%, 0);
  line-height: 1;
  background: #fff;
  font-weight: bold;
}
#top .pro-btm .howto p:before {
  content: "■";
  display: inline-block;
  padding-right: 0.2em;
}
#top .sec10 li.btl .ttl span {
  display: block;
}
#top .sec10 li.btl .price {
  margin-bottom: 30px;
}
#top .sec10 .w25 {
  width: 25%;
}
#top .sec11 .product11 {
  margin-bottom: 3.5em;
}
#top .sec11 .ahout-inner {
  padding: 1em 2em;
}
#top .sec12 {
  background-color: #c30000;
  padding: 5em 0;
  background-image: url(https://www.aminoflight.com/images2019/aminoflight/features-2_bg.jpg);
  border-bottom: none;
  color: #fff;
}
#top .sec13 {
  padding: 9em 0 5em;
}
#top .sec15 .top_txt02 {
  margin-top: -3em;
}
#top .sec16 {
  padding: 9em 0 6em;
  border-bottom: 4px solid #000;
}
#top .sec17 .top_ttl02:first-child {
  margin-bottom: 3em;
}
#top .sec17 .card {
  margin: 0 0 3.5em;
}
#top .sec17 .subpro1 {
  position: relative;
  padding-bottom: 1.5em;
  margin-bottom: 3em;
}
#top .sec17 .subpro2 .box {
  position: relative;
}
#top .sec17 .subpro1::after{
  content: '';
  width: 80%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#top .sec17 .subpro2 .box p:first-child::after{
  content: '';
  width: 92.5%;
  height: 1px;
  background: #dbdbdb;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#top .sec17 .subpro2 .box p {
  padding: 0 0.5em;
}
#top .sec17 .subpro2 .box p:first-child {
  padding-bottom: 1em;
}
#top .sec17 .subpro2 .box p:last-child {
  padding-top: 1em;
}

#top .sec17 .subpro2 .table_note {
  margin-bottom: 5em;
}
#top .sec10 .w25 span {
  display: block;
}

@media (max-width: 767px){
  #top .sec01 {
    background: #e8b900 url(https://www.aminoflight.com/images2019/aminoflight/sec01_bg.jpg) no-repeat 50% 43em;
    background-size: contain;
  }
  #top .sec09 {
    background: #c30000 url(https://www.aminoflight.com/images2019/aminoflight/sec09_bg.jpg) no-repeat 50% 17em;
    background-size: contain;
  }
  #top #Journal .features-btm {
    font-size: 3.15vw;
  }
  #top #Journal .onlinestoreLink a {
    width: 50%;
  }
  #top .made {
    margin: 2em 0;
  }
  #top .card {
    margin: 0 0 1em;
  }
  #top .sec01 .top_txt02 {
    margin: 0 0 2em;
  }
  #top .sec02 .box p {
    margin: 0.5em;
    font-size: 3.35vw;
  }
  #top .table_price .sm {
    letter-spacing: -0.1em;
  }
  #top .sec02 .table_price th,
  #top .sec1o .table_price th {
    letter-spacing: -0.1em;
  }
  #top .sec02 .table_price tr.iri td,
  #top .sec10 .table_price tr.iri td {
    letter-spacing: -0.1em;
  }
  #top .sec02 .list_product.col3 li,
  #top .sec10 .list_product.col3 li {
    margin: 0 0 5%;
  }
  #top .sec03 {
    padding-top: 3.5em;
  }
  #top .sec03 .top_ttl01 {
    margin: 0 0 3.5em;
  }
  #top .sec04 {
    background-size: 33% 33%;
  }
  #top .sec04 .in-inner p,
  #top .sec04 ol li,
  #top .sec12 .in-inner p,
  #top .sec12 ol li {
    font-size: 3.6vw;
    letter-spacing: 0.05em;
  }
  #top .sec04 ol li::before,
  #top .sec12 ol li::before {
    padding-left: 0.3em;
    font-size: 1.5em;
  }
  #top .sec04 .in-inner div p,
  #top .sec12 .in-inner div p {
    font-size: 3.3vw;
  }
  #top .sec10 li.btl .price {
    margin-bottom: 0.8em;
  }
  #top .sec04,
  #top .sec12 {
    padding: 3em 0;
  }
  #top .situation {
    padding-bottom: 1px;
  }
  #top .sec08 {
    padding: 5em 0;
  }
  #top .sec09 {
    padding: 1em 0 0.1em;
  }
  #top .sec12 {
    background-size: 33% 33%;
  }
  #top .sec13 {
    padding: 3em 0;
  }
  #top .sec15 .top_txt02 {
      margin-top: -1.5em;
  }
  #top .ptxt {
    font-size: 3.6vw;
  }
  #top .sec11 .ahout-inner {
    padding: 1em 1em 0;
  }
  #top .highquality {
    padding: 3em 0 1em;
  }
  #top .highquality .top_txt02 {
    margin: 0 0 2em;
  }
  #top .highquality .ptxt {
    padding: 0 0 2.5em;
  }
  #top .highquality ul {
    margin-bottom: 2em;
  }
  #top .highquality li span {
    font-size: 3.5vw;
  }
  #top .situation dd {
    line-height: 1.2;
    font-size: 3.6vw;
  }
  #top .pro-btm .top_txt02 {
    margin: 0 0 1.5em;
  }
  #top .sec16 .product11 {
    margin: 0 0 1em;
  }
  #top .pro-btm .howto {
    font-size: 3.6vw;
    margin-top: 1em;
  }
  #top .pro-btm .howto h3 {
    left: 12.5%;
    padding: 0 1em;
  }
  #top .sec16 {
    padding: 4em 0 3.5em;
  }
  #top .sec17 .subpro2 .table_note {
    margin-bottom: 3.5em;
  }
  #top .sec-features .top_txt02 {
    margin: 0 0 3em;
  }
  #top .sec17 .subpro2 .box p:first-child::after {
    bottom: 45%;
  }
}

@media (max-width: 414px){
  #top .sec01 {
      background-position: 50% 24em;
  }
}
@media (max-width: 375px){
  #top .sec01 {
      background-position: 50% 21.8em;
  }
}
@media (max-width: 320px){
  #top .sec01 {
      background-position: 50% 19.5em;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  #top .sec01 {
      background-position: 50% 49em;
  }
}
/* your css rules for ipad portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  #top .sec01 {
      background-position: 50% 46em;
  }
}
/* your css rules for ipad landscape */


#bread-crumb {
  display: none;
}

div#main-column {
  margin-bottom: 0;
}

#Journal {
  padding: 82px 0 0;
}

#Journal article section ul {
  font-size: 16px;
  line-height: 1.6;
}

.made {
  font-size: 100%;
}

.list_product .price span {
  color: #000;
}

.box {
  background: none;
}

#top4 {
  padding: 9em 0 5em;
}

#top6 {
  margin-bottom: 0;
}

article #main-column h1 {
  font-size: 100%;
  font-weight: normal;
  vertical-align: middle;
  margin: 0 0 6em;
  padding: 0;
  color: #FFFFFF;
  width: auto;
  background: none;
  display: block;
}
article #main-column #Journal > h1:first-child {
  display: none;
}
#Journal .journal-cont ol {
  margin: 0;
}
#top .sec10.sec17.sec02 {
  border-bottom: none;
  padding: 8em 0 6em;
}

#top #top4 .amazon_box,
#top #top4 .kyowa_box {
  color: #000;
}

@media (max-width: 800px){
  #Journal {
    padding: 30px 0 0;
  }
  #top .sec10.sec17.sec02 {
    padding: 3em 0 1em;
  }
}