@charset "UTF-8";
/* common */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto+Condensed:ital,wght@0,700;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto+Condensed:ital,wght@0,700;1,700&display=swap");
.fixed {
  display: block !important;
  position: fixed;
  top: 0;
  z-index: 1100;
}

.fixed-mt {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .fixed-mt {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .fixed-mt-sp {
    margin-top: 70px;
  }
}

.fixed_pro {
  display: block !important;
  position: fixed;
  top: 0;
  z-index: 1100;
}

.link_hover:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/* en gnav */
.amino_gnav_pro {
  width: 100%;
  height: 103px;
  background-color: #1d2767;
  display: none;
}

.amino_gnav_pro .amino_gnav_box {
  margin: 0 auto;
  max-width: 960px;
}

.amino_gnav_pro .logo_01 {
  float: left;
  padding: 19px 31px 19px 0;
  width: 96px;
}

/* language_switcher
  -----------------------*/
.language_switcher {
  max-width: 960px;
  margin: 40px auto 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .language_switcher {
    padding: 0 15px;
  }
}

.language_switcher ul {
  float: right;
}

.language_switcher ul li {
  padding-right: 10px;
  border-right: 1px solid #aaa;
  display: inline-block;
}

.language_switcher ul li a {
  color: #0066cc;
}

.language_switcher ul li:last-child {
  padding-right: 0;
  border-right: none;
}

@media screen and (max-width: 767px) {
  #wrap_contents {
    width: 100%;
    margin: 0 auto;
  }
  #main_area {
    float: none;
    width: 100%;
    position: relative !important;
  }
  /* language_switcher
  -----------------------*/
  .language_switcher {
    width: 96%;
    margin-top: 15px;
  }
  .toggle_cover {
    display: none;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    z-index: 998;
    position: fixed;
    opacity: 0.7;
  }
  .toggle_cover_on {
    display: block !important;
  }
}

/* yellow-circle */
@media screen and (min-width: 768px) {
  .yellow-circle::before, .yellow-circle::after {
    top: 0;
    left: 0;
  }
  .yellow-circle::before {
    border: 4px solid transparent;
    border-radius: 100%;
  }
  .yellow-circle:hover::before {
    border-top-color: #f2d626;
    border-right-color: #f2d626;
    border-bottom-color: #f2d626;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
  }
  .yellow-circle::after {
    border: 0 solid transparent;
    border-radius: 100%;
  }
  .yellow-circle:hover::after {
    border-top: 4px solid #f2d626;
    border-left-width: 4px;
    border-right-width: 4px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  }
  .yellow-circle {
    background: none;
    border: 0;
    box-sizing: border-box;
    padding: 1em 2em;
    position: relative;
    vertical-align: middle;
  }
  .yellow-circle::before, .yellow-circle::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

#wrap_contents {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#main_area {
  width: 100%;
  float: left;
}

#side_area {
  width: 231px;
  float: right;
}

/*clearFix*/
#wrap_contents:before, #wrap_contents:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#wrap_contents:after {
  clear: both;
}

#wrap_contents {
  zoom: 1;
}

.ajinomoto_tpl_clearfix:before, .ajinomoto_tpl_clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.ajinomoto_tpl_clearfix:after {
  clear: both;
}

.ajinomoto_tpl_clearfix {
  zoom: 1;
}

#wrap_contents .sample {
  padding: 20px 0;
}

#wrap_contents .sample h2 {
  font-size: 120%;
  font-weight: bold;
}

/* h1.main_title
  -----------------------*/
#wrap_contents h1.main_title {
  display: block;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  border-top: none;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  background: url(/shared_file/images/bg_red_w2h9.gif) repeat-x left bottom;
}

#wrap_contents.two_column h1.main_title {
  margin: 0;
  background: none;
}

/* #left_menu
  -----------------------*/
#wrap_contents #left_menu li {
  border-bottom: 1px solid #B0B0B0;
}

#wrap_contents #left_menu li ul {
  overflow: hidden;
  /*hidden*/
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
}

#wrap_contents #left_menu li ul.active {
  /*visible*/
  position: static;
  width: auto;
  height: auto;
  margin: auto;
  border-top: 1px solid #B0B0B0;
}

#wrap_contents #left_menu li li {
  background: url(/shared_file/images/leftmenu_border_child.gif) left bottom no-repeat;
  border-bottom: none;
  margin-bottom: -1px;
}

#wrap_contents #left_menu li li.last {
  border-bottom: none;
}

#wrap_contents #left_menu a {
  padding: 15px 0;
  display: block;
}

#wrap_contents #left_menu a.active {
  color: #DF0101;
  font-weight: bold;
}

#wrap_contents #left_menu a:hover {
  color: #DF0101;
}

#wrap_contents #left_menu li li a {
  background: url(/shared_file/images/leftmenu_icon_child.gif) 2px 21px no-repeat;
  padding: 15px 7px 15px 15px;
}

#wrap_contents #left_menu li li a.active {
  background: url(/shared_file/images/leftmenu_icon_child_o.gif) 2px 21px no-repeat;
  font-weight: normal;
}

/* banner_area
-----------------------*/
.banner_area ul {
  display: inline-block;
}

.banner_area ul li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .banner_area {
    padding: 9.375vw 3.125vw 2.34375vw;
    text-align: center;
  }
  .banner_area ul {
    width: 100%;
  }
  .banner_area ul li {
    margin-bottom: 4.6875vw;
  }
}

@media screen and (min-width: 768px) {
  .banner_area {
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 15px 0;
  }
  .banner_area ul {
    display: flex;
    flex-wrap: wrap;
  }
  .banner_area ul li {
    width: 31.25%;
    max-width: 300px;
    margin-right: 3.125%;
    margin-bottom: 30px;
  }
  .banner_area ul li:nth-child(3n) {
    margin-right: 0;
  }
  .banner_area ul li a:hover {
    opacity: 0.7;
  }
  .banner_area ul#bnr_running li,
  .banner_area ul#bnr_bicycle li,
  .banner_area ul#bnr_trekking li,
  .banner_area ul#bnr_baseball li {
    width: 48.4375%;
    max-width: none;
  }
  .banner_area ul#bnr_running li:nth-child(3n),
  .banner_area ul#bnr_bicycle li:nth-child(3n),
  .banner_area ul#bnr_trekking li:nth-child(3n),
  .banner_area ul#bnr_baseball li:nth-child(3n) {
    margin-right: 3.125%;
  }
  .banner_area ul#bnr_running li:nth-child(2n),
  .banner_area ul#bnr_bicycle li:nth-child(2n),
  .banner_area ul#bnr_trekking li:nth-child(2n),
  .banner_area ul#bnr_baseball li:nth-child(2n) {
    margin-right: 0;
  }
}

/*header-res*/
#ajinomoto_tpl_global_header .ajinomoto_tpl_wrap {
  max-width: 960px;
  width: 100%;
}

#header_main {
  max-width: 960px;
  width: 100%;
}

/*footer-res*/
#ajinomoto_tpl_footer_pagetop {
  max-width: 960px;
  width: 100%;
}

#ajinomoto_tpl_global_footer .ajinomoto_tpl_wrap {
  max-width: 930px;
  width: 100%;
}

#ajinomoto_tpl_global_footer .ajinomoto_tpl_bnrBox {
  max-width: 910px;
  width: 100%;
}

#ajinomoto_tpl_global_footer .ajinomoto_tpl_bottom {
  max-width: 910px;
  width: 100%;
}

/*
リニューアルで追加
*/
.page_title {
  width: 320px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .page_title {
    padding-top: 40px;
    width: 500px;
    height: 180px;
  }
}

.page_title:before {
  content: '';
  position: absolute;
  left: 50px;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d7bc74;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  width: 220px;
}

@media screen and (min-width: 768px) {
  .page_title:before {
    left: 70px;
    width: 340px;
  }
}

.page_title span {
  position: relative;
  display: block;
}

.page_title span:nth-child(1) {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: .06em;
  font-style: italic;
  color: #1d2767;
}

@media screen and (min-width: 768px) {
  .page_title span:nth-child(1) {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.page_title span:nth-child(2) {
  letter-spacing: .1em;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .page_title span:nth-child(2) {
    font-size: 26px;
  }
}
