/**
 * font
 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/**
 * html
 */
 * {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: #163469;
  font-family: "游ゴシック Medium", "メイリオ", "YuGothic", 'Noto Sans JP';
  font-size: 14px;
}

a {
  color: #163469;
  text-decoration: none;
}

img {
  border: none;
}

p {
  margin-top: 0;
}

ul {
  list-style-type: none;
}

/**
* class
*/
.after:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.section_box {
  max-width: 1366px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.section_body {
  width: 960px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.section_catch {
  display: table;
  width: 100%;
  margin-bottom: 18px;
}

.section_catch p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.txt_bg_pic {
  color: #fff;
}

.txt_catch_ll {
  font-size: 33px;
  font-weight: 500;
}

.txt_catch_l {
  font-size: 26px;
  font-weight: 500;
}

.txt_catch_m {
  font-size: 24px;
  font-weight: 400;
}

.txt_catch_s {
  font-size: 20px;
  font-weight: 400;
}

.txt_lh_ll {
  line-height: 2.5;
}

.txt_lh_l {
  line-height: 2;
}

.txt_lh_m {
  line-height: 1.8;
}

.txt_shadow {
  text-shadow: 1px 1px 1px #fff;
}

/**
* id
*/
#sec_logo_and_bottle_first {
  text-align: center;
}

#sec_logo_and_bottle_second {
  margin-top: -60px;
}

#sec_logo_and_bottle_second_left {
  float:left;
  width: 49%;
  vertical-align: middle;
}

#sec_logo_and_bottle_second_right {
  float: right;
  width: 49%;
  padding-top: 5%;
}

#sec_logo_and_bottle_second_right .txt_catch_l {
  margin-bottom: 9px;
}

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

#sec_hajimete .section_body {
  padding: 18px 12px;
  border-radius: 9px;
  background-color: #163469;
  color: #ffffff;
}

#sec_hajimete_first {
  text-align: center;
}

#sec_hajimete_first_hajimete {
  margin-bottom: 6px;
  font-size: 30px;
}

#sec_hajimete_first_otameshi a {
  display: block;
  width: 596px;
  margin: auto;
  padding: 6px 0;
  border-radius: 9px;
  background-color: #fff;
  color: #163469;
  font-size: 36px;
  font-weight: bold;
}

@media all and (-ms-high-contrast:none){
  #sec_hajimete_first_otameshi a {
    padding-top: 12px;
    padding-bottom: 0;
  }
}

#sec_hajimete_first_otameshi a img {
  width: 25px;
  margin-top: -7px;
  margin-right: 15px;
  vertical-align: middle;
}

#sec_hajimete_second {
  margin-top: -69px;
}

#sec_hajimete_second_left {
  float: left;
  width: 50%;
  text-align: right;
}

#sec_hajimete_second_right {
  float: right;
  width: 50%;
  padding-left: 12%;
}

#sec_hajimete_second_right_sekai {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.8;
}

#sec_hajimete_second_right_otameshi {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}

#sec_hajimete_second_right_price {
  margin-bottom: 12px;
  font-size: 48px;
}

#sec_hajimete_second_right_price span {
  margin-left: 6px;
  font-size: 27px;
}

#sec_hajimete_second_right_price span span {
  margin-left: -6px;
  font-size: 14px;
}

#sec_hajimete_second_right_zenkoku {
  width: 66%;
  padding: 6px 0;
  border-radius: 9px;
  background-color: #fff;
  color: #163469;
  font-size: 18px;
  text-align: center;
}
/* ------------------------------ */

#header {
  max-width: 1366px;
  margin: 0 auto;
  background-image: url('/_img/bg_header.jpg');
}

#header_top {
  width: 960px;
  height: 88px;
  margin: 0 auto;
  padding: 20px 0;
}

#header_top_left {
  float: left;
  width: 510px;
}

#header_tl_01 {
  margin: 0;
  color: #fff;
  font-size: 12px;
}

#header_tl_02 {
  margin: 0 0 0 15px;
}

#header_top_right {
  float: right;
}

#header_top_right ul {
  margin: 0;
  padding: 0;
}

#header_top_right li {
  display: table;
  float: left;
  width: auto;
  height: 30px;
  margin: 9px 30px 0 0;
}

#header_top_right a {
  display: table-cell;
  color: #fff;
  height: inherit;
  font-size: 14px;
  vertical-align: middle;
}

#header_top_right #header_shop {
  padding: 0 15px;
  border-radius: 6px;
  background-color: #fff;
  color: #19356f;
}

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

#nav_global {
  max-width: 1366px;
  margin: 0 auto;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#nav_global ul {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

#nav_global li {
  display: table;
  float: left;
  width: 160px;
  height: 90px;
  border-left: 1px solid #eee;
}

#nav_global li:last-child {
  border-right: 1px solid #eee;
}

#nav_global a  {
  display: table-cell;
  width: 100%;
  height: inherit;
  color: #19356f;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

#nav_global a:hover {
  background-image: url('/_img/bg_nav_global.png');
  color: #fff;
}

#nav_global .nav_global_current a {
  background-image: url('/_img/bg_nav_global.png');
  color: #fff;
}

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

#footer {
  width: 960px;
  margin: 45px auto;
}

#footer p {
  float: left;
  width: auto;
  height: 70px;
  line-height: 70px;
  margin-right: 24px;
}

#footer img {
  vertical-align: middle;
}

#footer a {
  color: #000;
  text-decoration: none;
}

#footer_left {
  float: left;
}

#footer_right {
  float: right;
  width: auto;
}
