@charset "UTF-8";
/* CSS Document */
/* ==========================================================
 fonts
========================================================== */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section {
  display: block;
}

/* ==========================================================
 reseting
========================================================== */
body {
  line-height: 1.8;
  color: #111;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 2px;
  }
}

body, input, textarea, select, button {
  font-family: "Open Sans", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  /*font-family : YuGothic, 'Yu Gothic', sans-serif;*/
  /*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
  /* 明朝フォント
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;*/
}

@media all and (-ms-high-contrast: none) {
  body, input, textarea, select, button {
    font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  }
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

input, textarea, select {
  /*-webkit-appearance: none;*/
}

textarea {
  resize: none;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  height: auto;
  vertical-align: top;
}

address, caption, code, em, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

a, input {
  /* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/
}

sup, sub {
  font-size: 63%;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

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

/* ==========================================================
 base Link
========================================================== */
a {
  color: #111111;
  text-decoration: none;
}

a:hover {
  color: #e81d16;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

/* ==========================================================
 clearfix
========================================================== */
.clearfix:before, .clearfix:after,
.contents:before, .contents:after {
  content: "";
  display: table;
}

.clearfix:after,
.contents:after {
  clear: both;
}

.s-ov-h {
  overflow: hidden;
}

/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents {
  *zoom: 1;
}

/* ==========================================================
 layout
========================================================== */
html {
  overflow-y: scroll;
}

html.is-locked {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

.container {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ==========================================================
 wrapper
========================================================== */
.wrapper {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .wrapper {
    min-width: 1120px;
    overflow: hidden;
  }
}

/* ==========================================================
 header
========================================================== */
.header {
  position: relative;
  width: 100%;
}

.header-logo {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .header {
    border-bottom: 1px solid #bdbdbd;
  }
  .header .btn-open,
  .header .nav-social,
  .header .nav-company,
  .header .btn-close {
    display: none;
  }
  .header-in {
    position: relative;
    width: 1120px;
    height: 92px;
    margin: 0 auto;
    padding-top: 30px;
  }
  .header-logo {
    display: inline-block;
  }
  .header-logo a {
    display: block;
    width: 186px;
  }
  .header-logo a:hover {
    opacity: 0.7;
  }
  .header-logo img {
    width: 100%;
  }
  .header-links {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-links li {
    margin-left: 2px;
    line-height: 1;
  }
  .header-links li:nth-child(3) a {
    background-color: #929db3;
  }
  .header-links li:nth-child(4) a {
    background-color: #8f8f8f;
  }
  .header-links a {
    position: relative;
    display: inline-block;
    padding: 6px 15px;
    background-color: #e7e7e7;
    border-radius: 0 0 4px 4px;
    font-size: 12px;
    line-height: 1.1;
    color: #666666;
    text-align: center;
  }
  .header-links a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .header-links .blank {
    padding-right: 30px;
    color: #fff;
  }
  .header-links .blank:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 12px;
    height: 12px;
    margin-top: -2px;
    background: url(../img/link_blank_white.svg) 0 bottom no-repeat;
    background-size: auto 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-nav {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 1120px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .nav-global {
    position: relative;
  }
  .nav-global ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-global li {
    padding: 0 23px;
  }
  .nav-global li:nth-child(6) {
    padding-right: 0;
  }
  .nav-global li:nth-child(7), .nav-global li:nth-child(8) {
    display: none;
  }
  .nav-global a {
    display: inline-block;
    padding-bottom: 24px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #111;
  }
  .nav-global a.blank {
    padding-right: 20px;
  }
  .nav-global a.blank:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 12px;
    height: 12px;
    background: url(../img/link_blank.svg) 0 bottom no-repeat;
    background-size: auto 100%;
  }
  .nav-global a:hover {
    text-decoration: none;
    color: #e81d16;
  }
  #slide-line {
    position: absolute;
    bottom: 0;
    height: 3px;
    padding: 0 23px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  #slide-line span {
    display: block;
    height: 3px;
    background-color: #e81d16;
  }
}

/* end of min-width: 769px */
@media screen and (max-width: 768px) {
  .header .btn-open {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 105px;
    height: 49px;
    padding-left: 44px;
    background-color: #e81d16;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
  }
  .header .btn-open:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 16px;
    height: 14px;
    background-image: url(../img/icon_menu.svg);
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header .btn-open.is-open:before {
    background-image: url(../img/icon_menu_close.svg);
  }
  .header-in {
    position: relative;
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
  }
  .header-logo {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 132px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-logo a {
    display: block;
  }
  .header-logo a img {
    width: 132px;
  }
  .header-links {
    display: none;
  }
  .header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 97;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    overflow-y: auto;
  }
  .header-nav .inner {
    padding-bottom: 35px;
    background-color: #e81d16;
  }
  .header-nav .nav-global li {
    border-bottom: 1px solid #fff;
  }
  .header-nav .nav-global a {
    display: block;
    padding: 18px 15px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 1.1;
  }
  .header-nav .nav-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #fff;
  }
  .header-nav .nav-social a {
    display: block;
    width: 48px;
    height: 48px;
  }
  .header-nav .nav-social a:first-child {
    margin-right: 10px;
  }
  .header-nav .nav-social a img {
    width: 100%;
  }
  .header-nav .nav-company {
    padding-bottom: 40px;
  }
  .header-nav .nav-company .title {
    background-image: url(../img/bill_pink.svg);
    color: #fff;
  }
  .header-nav .nav-company a {
    font-weight: normal;
    color: #fff;
  }
  .header-nav .btn-close {
    position: relative;
    left: 50%;
    display: inline-block;
    width: 68px;
    padding-left: 22px;
    background: url(../img/icon_menu_close.svg) 0 center no-repeat;
    background-size: 14px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  #slide-line {
    display: none;
  }
}

/* end of max-width: 768px */
/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb {
  margin-bottom: 12px;
}

.nav-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -13px;
}

.nav-breadcrumb ul li {
  position: relative;
  margin-top: 13px;
  padding: 0 40px 0 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: rgba(17, 17, 17, 0.6);
}

.nav-breadcrumb ul li:before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-breadcrumb ul li:last-child:before {
  display: none;
}

.nav-breadcrumb ul li a {
  display: inline-block;
  font-size: 12px;
  line-height: 1.1;
  color: rgba(17, 17, 17, 0.6);
}

.nav-breadcrumb ul li a:hover {
  color: #e60012;
}

@media screen and (max-width: 768px) {
  .nav-breadcrumb {
    margin-bottom: 10px;
  }
  .nav-breadcrumb ul li {
    padding: 0 36px 0 0;
  }
  .nav-breadcrumb ul li:before {
    right: 16px;
  }
  .nav-breadcrumb ul li a {
    font-size: 12px;
  }
  .nav-breadcrumb ul li span {
    font-size: 11px;
  }
}

/* ==========================================================
 footer
========================================================== */
.footer {
  position: relative;
  /*margin-top: 56px;*//*←ここ、カット*/
  padding-top:30px;/*←ここ、追加*/
}

.footer-in:before {
  content: "";
  position: absolute;
  top: -56px;
  right: 0;

  width: 208px;
  height: 56px;
  background: url(../img/teacups.svg) 0 0 no-repeat;
}

/* footer-links-01
---------------------------------------------------------- */
.footer-links-01 {
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.footer-links-01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links-01 li:not(:last-child) {
  margin-right: 45px;
}

.footer-links-01 a:not(.btn-social) {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  background-image: url(../img/arrow_red.svg);
  background-position: right 1px;
  background-repeat: no-repeat;
  background-size: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  color: #111;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.footer-links-01 a:hover {
  color: #e81d16;
  text-decoration: none;
}

.footer-links-01 a.btn-social {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.footer-links-01 a.btn-social img {
  width: 100%;
}

.footer-links-01 a.btn-social:hover {
  opacity: 0.7;
}

.footer-links-01 .box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100px;
}

/* footer-links-02
---------------------------------------------------------- */
.footer-links-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}

.footer-links-02 .title {
  padding-left: 40px;
  background-image: url(../img/bill_gray.svg);
  background-size: 24px 28px;
  background-position: 0 center;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: bold;
  color: #888888;
  line-height: 28px;
}

.footer-links-02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links-02 li {
  margin-left: 60px;
  line-height: 1;
}

.footer-links-02 a {
  display: inline-block;
  font-size: 13px;
  color: #111;
  line-height: 1.1;
}

.footer-links-02 a:hover {
  color: #e81d16;
  text-decoration: none;
}

/* footer-links-03
---------------------------------------------------------- */
.footer-links-03 {
  margin-bottom: 40px;
}

.footer-links-03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-links-03 li {
  padding: 0 18px;
  border-left: 1px solid #a7a7a7;
  line-height: 1;
}

.footer-links-03 li:first-child {
  border-left: 0;
}

.footer-links-03 a {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #666666;
}

.footer-links-03 a:hover {
  color: #e81d16;
  text-decoration: none;
}

.footer-copyright {
  padding-bottom: 24px;
  font-size: 11px;
  color: #acacac;
  line-height: 1.1;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .footer {
    min-width: 1120px;
    background-color: #f6f6f6;
  }
  .btn-cmn-pagetop {
    display: none;
    position: fixed;
    right: 0;
    bottom: 56px;
    z-index: 99;
  }
  .btn-cmn-pagetop a {
    position: relative;
    display: block;
    width: 38px;
    height: 72px;
    padding-top: 40px;
    background-color: #e81d16;
    border-radius: 12px 0 0 12px;
    font-family: "Open Sans", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "游ゴシック体","Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN, Arial", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 8px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
  }
  .btn-cmn-pagetop a:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    width: 6px;
    height: 26px;
    background: url(../images/common/fork_up.svg) 0 0 no-repeat;
k_up.svg) 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .btn-cmn-pagetop a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .footer-in {
    position: relative;
    width: 1120px;
    margin: 0 auto;
  }
}

/* end of min-width: 769px */
@media screen and (max-width: 768px) {
  .footer {
    /*margin-top: 35px;*//*←ここ、カット*/
	padding-top:0px;/*←ここ、追加*/
	
    background-color: #fff;
  }
  .btn-cmn-pagetop a {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
    background-color: #e81d16;
    line-height: 1;
    color: #fff;
    text-align: center;
  }
  .btn-cmn-pagetop a span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
  }
  .btn-cmn-pagetop a span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 22px;
    background: url(../images/common/fork_up.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .footer-in {
    padding: 6px 10px 0;
  }
  .footer-in:before {
    top: -35px;
    right: 10px;
    width: 130px;
    height: 35px;
  }
  /* footer-links-01
---------------------------------------------------------- */
  .footer-links-01 {
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .footer-links-01 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .footer-links-01 li {
    width: 50%;
    padding: 0 5px;
  }
  .footer-links-01 li:not(:last-child) {
    margin-right: 0;
  }
  .footer-links-01 a:not(.btn-social) {
    display: block !important;
    padding: 20px 0;
    background-position: right center;
    border-bottom: 1px solid #dcdcdc;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    line-height: 1.1;
  }
  .footer-links-01 a.btn-social {
    width: 36px;
    height: 36px;
  }
  .footer-links-01 .box-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding: 9px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  /* footer-links-02
---------------------------------------------------------- */
  .footer-links-02.nav-company a {
    color: #111;
  }
  /* footer-links-03
---------------------------------------------------------- */
  .footer-links-03 {
    margin-bottom: 0;
  }
  .footer-links-03 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-links-03 li {
    width: 50%;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0 15px;
    border-left: 0;
    line-height: 1;
  }
  .footer-links-03 li:nth-child(odd) {
    border-right: 1px solid #dcdcdc;
    text-align: right;
  }
  .footer-links-03 a {
    display: inline-block;
    font-size: 11px;
    line-height: 1.2;
    color: #7a7a7a;
    letter-spacing: -0.03em;
  }
  .footer-copyright {
    padding-bottom: 18px;
    font-size: 9px;
    color: #7c7c7c;
    line-height: 1.5;
    text-align: center;
  }
}

/* end of max-width: 768px */
/* nav-company
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .nav-company {
    display: block;
    padding-bottom: 30px;
    text-align: center;
  }
  .nav-company .title {
    display: inline-block;
    padding-left: 32px;
    margin-bottom: 30px;
    background-image: url(../img/bill_gray.svg);
    background-position: 0 center;
    background-size: 20px auto;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
    color: #979797;
    line-height: 25px;
  }
  .nav-company ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 -24px -30px;
  }
  .nav-company li {
    margin: 0 0 24px 30px;
  }
  .nav-company a {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    color: #e60012;
  }
}

/* end of max-width: 768px */
/* ==========================================================
 heading
========================================================== */
/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ttl-cmn-01 .txt-title {
  padding-bottom: 5px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #e60012;
}

.ttl-cmn-01 .list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ttl-cmn-01 .list-btn li {
  margin-left: 10px;
}

.ttl-cmn-01 .list-btn a {
  display: inline-block;
  width: 220px;
  padding: 12px;
  background-color: rgba(155, 72, 72, 0.2);
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
}

.ttl-cmn-01 .list-btn .link-cmn-01 {
  font-weight: normal;
}

.ttl-cmn-01 .list-btn .link-cmn-01:after {
  background-image: url(../img/arrow_white.svg);
}

.ttl-cmn-01 .list-btn .link-cmn-01.blank:before {
  background-image: url(../img/link_blank_white.svg);
}

.ttl-cmn-01 .list-btn .link-cmn-01.print {
  padding-right: 28px;
}

.ttl-cmn-01 .list-btn .link-cmn-01.print:after {
  width: 20px;
  height: 20px;
  background-image: url(../img/ico_print.svg) !important;
}

/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
  margin-bottom: 34px;
}

.ttl-cmn-02 .txt-title {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.ttl-cmn-02 .txt-title:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #e81d16;
}

/* ttl-cmn-03
---------------------------------------------------------- */
.ttl-cmn-03 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 18px;
  border-bottom: 2px solid #e9e9e9;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.ttl-cmn-03:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 205px;
  height: 2px;
  background-color: #e60012;
}

@media screen and (min-width: 769px) {
  /* ttl-cmn-01
---------------------------------------------------------- */
  .ttl-cmn-01 a:hover {
    border-color: #e60012 !important;
    color: #e60012 !important;
  }
  .ttl-cmn-01 a:hover .link-cmn-01:after {
    background-image: url(../img/arrow_red.svg);
  }
  .ttl-cmn-01 a:hover .link-cmn-01.blank:before {
    background-image: url(../img/link_blank_red.svg);
  }
  .ttl-cmn-01 .list-btn {
    position: relative;
    top: -12px;
  }
}

/* end of min-width: 769px */
@media screen and (max-width: 768px) {
  /* ttl-cmn-01
---------------------------------------------------------- */
  .ttl-cmn-01 .txt-title {
    padding-bottom: 3px;
    font-size: 27px;
  }
  .ttl-cmn-01 .list-btn {
    display: block;
  }
  .ttl-cmn-01 .list-btn li {
    margin-left: 0;
  }
  .ttl-cmn-01 .list-btn a {
    display: inline-block;
    width: 180px;
    padding: 7px;
  }
  .ttl-cmn-01 .list-btn .link-cmn-01 {
    font-size: 13px;
  }
  /* ttl-cmn-02
---------------------------------------------------------- */
  .ttl-cmn-02 {
    margin-bottom: 40px;
  }
  .ttl-cmn-02 .txt-title {
    padding-left: 24px;
    line-height: 1.4;
  }
  .ttl-cmn-02 .txt-title:before {
    top: 4px;
    height: 100%;
  }
  /* ttl-cmn-03
---------------------------------------------------------- */
  .ttl-cmn-03 {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .ttl-cmn-03:before {
    width: 65px;
  }
}

/* end of max-width: 768px */
/* ==========================================================
 link
========================================================== */
/* link-cmn-01
---------------------------------------------------------- */
.link-cmn-01 {
  position: relative;
  padding-right: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
}

.link-cmn-01:hover {
  color: #e81d16;
  text-decoration: none;
}

.link-cmn-01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 12px;
  background-image: url(../img/arrow_red.svg);
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link-cmn-01.blank {
  padding-left: 20px;
}

.link-cmn-01.blank:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url(../img/link_blank.svg);
  background-size: auto 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link-cmn-01.anchor:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 768px) {
  /* link-cmn-01
---------------------------------------------------------- */
  .link-cmn-01 {
    padding-right: 16px;
  }
  .link-cmn-01:after {
    width: 8px;
    height: 12px;
  }
  .link-cmn-01.blank {
    padding-left: 16px;
  }
  .link-cmn-01.blank:before {
    width: 9px;
    height: 9px;
  }
}

/* end of max-width: 768px */
/* ==========================================================
 hero
========================================================== */
/* hero-cmn-01
---------------------------------------------------------- */
.hero-cmn-01 {
  position: relative;
  margin-bottom: 50px;
}

.hero-cmn-01 .bg-img {
  width: 100%;
  height: 140px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.hero-cmn-01 .bg-img figure {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: repeat;
}

.hero-cmn-01 .container {
  position: relative;
  height: 140px;
  z-index: 2;
}

.hero-cmn-01 .nav-breadcrumb {
  margin-top: 0;
  margin-bottom: 15px;
}

.hero-cmn-01 .ttl-cmn-01 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.hero-cmn-01 .box-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.hero-cmn-01.movie .bg-img {
  height: 212px;
  background-color: #eccd97;
}

.hero-cmn-01.movie .bg-img figure {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-cmn-01.movie .container {
  height: 212px;
}

.hero-cmn-01.movie .list-btn a {
  background-color: transparent;
  border-color: #111;
  color: #111;
}

.hero-cmn-01.movie .list-btn a:hover {
  border-color: #e60012 !important;
  color: #e60012 !important;
}

.hero-cmn-01.movie .list-btn a .link-cmn-01:after {
  background-image: url(../img/arrow_red.svg);
}

.hero-cmn-01.mailmagazine {
  margin-bottom: 40px;
}

.hero-cmn-01.news {
  margin-bottom: 60px;
}

.hero-cmn-01.news .bg-img {
  background-color: #fcf5f5;
}

.hero-cmn-01.recipe {
  margin-bottom: 40px;
}

.hero-cmn-01.recipe .list-btn a {
  background-color: transparent;
  border-color: #111;
  color: #111;
}

.hero-cmn-01.recipe .list-btn a .link-cmn-01:after {
  background-image: url(../img/arrow_red.svg);
}

@media screen and (max-width: 768px) {
  .hero-cmn-01 {
    margin-bottom: 45px;
  }
  .hero-cmn-01 .bg-img {
    height: 37.33333vw;
  }
  .hero-cmn-01 .container {
    height: 37.33333vw;
  }
  .hero-cmn-01 .box-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-cmn-01.movie .bg-img figure {
    background-size: cover;
  }
  .hero-cmn-01.news {
    margin-bottom: 35px;
  }
}

/* end of max-width: 768px */
/* ==========================================================
 common module
========================================================== */
/* sec-banner-bottom
---------------------------------------------------------- */
.sec-banner-bottom {
  padding: 40px 0 80px;
  border-top: 1px solid #e9e9e9;
}

.sec-banner-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-banner-bottom .bnr-item {
  margin-left: 42px;
}

.sec-banner-bottom .bnr-item:first-child {
  margin-left: 0;
}

.sec-banner-bottom .link-banner {
  display: block;
  width: 262px;
}

.sec-banner-bottom .link-banner:hover {
  opacity: 0.7;
}

.sec-banner-bottom .link-banner img {
  width: 100%;
}

/* box-approach-food
---------------------------------------------------------- */
.box-approach-food {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 815px;
  height: 90px;
  border: 1px solid #e9e9e9;
  border-radius: 15px;
}

.box-approach-food .title {
  width: 240px;
  border-right: 1px dotted #b7b7b7;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}

.box-approach-food .list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-approach-food .list-link li {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  /* sec-banner-bottom
---------------------------------------------------------- */
  .sec-banner-bottom {
    padding: 30px 0 60px;
    border-color: #ccc;
  }
  .sec-banner-bottom .container {
    display: block;
  }
  .sec-banner-bottom .bnr-item {
    margin-left: 0;
    margin-bottom: 25px;
  }
  .sec-banner-bottom .bnr-item:last-child {
    margin-bottom: 0;
  }
  .sec-banner-bottom .link-banner {
    width: 50%;
  }
  .sec-banner-bottom .link-banner.full-w {
    width: 100%;
  }
  /* box-approach-food
---------------------------------------------------------- */
  .box-approach-food {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    border-color: #ccc;
  }
  .box-approach-food .title {
    width: 100%;
    padding: 18px 0 15px;
    border-right: 0;
    border-bottom: 1px dotted #b7b7b7;
  }
  .box-approach-food .box-link {
    padding: 30px 18px 25px;
  }
  .box-approach-food .list-link {
    display: block;
  }
  .box-approach-food .list-link li {
    margin-left: 0;
  }
  .box-approach-food .list-link li:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* end of max-width: 768px */
/* ==========================================================
 list-cmn-news
========================================================== */
/* list-cmn-news
---------------------------------------------------------- */
.list-cmn-news {
  margin-bottom: 40px;
}

.list-cmn-news li {
  border-bottom: 1px dotted #b7b7b7;
}

.list-cmn-news li:first-child {
  border-top: 1px dotted #b7b7b7;
}

.list-cmn-news li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
}

.list-cmn-news li a:hover .heading {
  opacity: 0.7;
}

.list-cmn-news li .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-cmn-news li .heading .date {
  margin-right: 45px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  color: #666;
}

.list-cmn-news li .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-left: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  li .detail {
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .list-cmn-news {
    margin-bottom: 40px;
  }
  .list-cmn-news li a {
    display: block;
    padding-bottom: 20px;
  }
  .list-cmn-news li .heading {
    margin-bottom: 12px;
  }
  .list-cmn-news li .heading .date {
    margin-right: 15px;
  }
  .list-cmn-news li .detail {
    padding-left: 0;
    font-weight: bold;
  }
}

/* end of max-width: 768px */
/* ==========================================================
 tag-cmn-01
========================================================== */
/* tag-cmn-01
---------------------------------------------------------- */
.tag-cmn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 114px;
  height: 28px;
  border: 1px solid #aaaaaa;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  color: #666;
}

.tag-cmn-01.update {
  border-color: #f6f6f6;
  background-color: #f6f6f6;
}

.tag-cmn-01.new-item {
  border-color: #ec9191;
  color: #ec9191;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tag-cmn-01 {
    padding-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .tag-cmn-01 {
    width: 90px;
    height: 22px;
    font-size: 12px;
  }
}

/* end of max-width: 768px */
/* nav-pagination
---------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .nav-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
  }
  .nav-pagination .btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #acacac;
  }
  .nav-pagination .btn img {
    width: 8px;
    height: 12px;
  }
  .nav-pagination .btn.btn-prev {
    margin-right: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .nav-pagination .btn.btn-prev + a {
    margin-left: 0;
  }
  .nav-pagination .btn.btn-next {
    margin-left: 20px;
  }
  .nav-pagination a:not(.btn) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    border: 1px solid #111;
    font-size: 13px;
    line-height: 1.1;
  }
  .nav-pagination a:hover {
    color: #111;
    opacity: 0.7;
  }
  .nav-pagination .is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    border: 1px solid #ff0000;
    font-size: 13px;
    line-height: 1.1;
    color: #ff0000;
  }
  .nav-pagination .dot {
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
  }
  .nav-pagination .dot:before {
    content: "...";
    position: absolute;
    bottom: 8px;
    left: 50%;
    font-size: 13px;
    line-height: 1.1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .nav-pagination .dot {
    border: 0;
    color: #111;
  }
}

/* end of min-width: 769px */
@media screen and (max-width: 768px) {
  .nav-pagination {
    position: relative;
    margin: 0 -10px 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fcf5f5;
    text-align: center;
  }
  .nav-pagination .page {
    position: relative;
    height: 60px;
    top: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
  }
  .nav-pagination .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
  }
  .nav-pagination .btn img {
    width: 10px;
    height: 17px;
  }
  .nav-pagination .btn.btn-prev {
    left: 0;
    padding-left: 10px;
  }
  .nav-pagination .btn.btn-prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .nav-pagination .btn.btn-next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 0;
    padding-right: 10px;
  }
}

/* end of max-width: 768px */
/* campaigns
---------------------------------------------------------- */
.ttl-cmn-campaign {
  margin-bottom: 60px;
}

.list-cmn-campaigns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px 20px;
}

.list-cmn-campaigns li {
  width: 25%;
  padding: 0 12px;
}

.list-cmn-campaigns a {
  display: block;
  padding-bottom: 60px;
  color: #111;
}

.list-cmn-campaigns .figure {
  margin-bottom: 15px;
}

.list-cmn-campaigns .figure img {
  width: 100%;
}

.list-cmn-campaigns .title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

.list-cmn-campaigns .text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.57;
}

.list-cmn-campaigns .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  color: #acacac;
}

.list-cmn-campaigns .date .cate {
  min-width: 90px;
  padding: 0 5px;
  background-color: #e81d16;
  border-radius: 3px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .list-cmn-campaigns li {
    border-bottom: 1px dotted #b7b7b7;
    margin-bottom: 60px;
  }
  .list-cmn-campaigns li:nth-child(4n):nth-last-child(-n+5) ~ li {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .list-cmn-campaigns a:hover {
    opacity: 0.7;
  }
}

/* end of min-width: 769px */
@media screen and (max-width: 768px) {
  .ttl-cmn-campaign {
    margin-bottom: 40px;
  }
  .list-cmn-campaigns {
    margin: 0 -5px 30px;
  }
  .list-cmn-campaigns li {
    width: 50%;
    padding: 0 5px;
  }
  .list-cmn-campaigns a {
    padding-bottom: 30px;
  }
  .list-cmn-campaigns .figure {
    margin-bottom: 12px;
  }
  .list-cmn-campaigns .title {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .list-cmn-campaigns .text {
    display: none;
  }
  .list-cmn-campaigns .date {
    font-size: 10px;
  }
  .list-cmn-campaigns .date .cate {
    min-width: 72px;
    font-size: 10px;
    font-weight: bold;
  }
}

/* end of max-width: 768px */
/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-sp,
.no-pc {
  display: none !important;
}

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .only-pc,
  .no-sp {
    display: none !important;
  }
  .only-sp,
  .no-pc {
    display: block !important;
  }
  img.only-sp,
  img.no-pc {
    display: inline-block !important;
  }
  table.only-sp,
  table.no-pc {
    display: table !important;
  }
}

/* end of max-width: 768px */

/* Localized */