@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i&amp;display=swap");
/* base */
/* reset */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

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

label {
  cursor: pointer;
}

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

fieldset,
img {
  border: 0;
}

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

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:after,
q:before {
  content: "";
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: 400;
  background-size: 103.3%;
}

a {
  color: #383940;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

a:hover {
  opacity: 0.7;
  color: #383940;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

/* inner */
.scInr {
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}

.scInrS {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.scInrSS {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.scInrW {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
}

/* font selected  */
/* color*/
/* background */
/* background pattern */
/* -------title------- */
.titleBox h2.ttl {
  font-size: 42px;
  line-height: 42px;
  color: #f12837;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.titleBox p.txt {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}

.titleBox.main {
  background: url(../cmn_img/bg_milk02.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 90px 200px 90px 100px;
  display: flex;
}

.mv_title {
  line-height: 0;
  margin-top: -140px;
}

.sub_title h3 {
  font-size: 22px;
  line-height: 22px;
  color: #0a3066;
  font-weight: bold;
  text-align: left;
}

.sub_title h3::before {
  content: "";
  background: #0a3066;
  width: 5px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
}

@media screen and (max-width: 1000px) {
  /* all */
  .titleBox h2.ttl {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .titleBox p.txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .titleBox.main {
    width: 100% !important;
    padding: 50px 20px !important;
    flex-wrap: wrap !important;
  }
  .titleBox h2.ttl {
    font-size: 26px !important;
    line-height: 26px !important;
    margin-bottom: 30px !important;
  }
  .titleBox.main .wrapper .txt {
    width: 100% !important;
    font-size: 14px !important;
  }
  .mv.sub {
    padding-top: 260px !important;
  }
  .mv_title {
    line-height: 0 !important;
    margin-top: -90px !important;
  }
}
/* -------button------- */
.blobsbutton svg {
  height: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
  position: absolute;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.buttons {
  text-align: center;
}

.blob-btn {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.05em;
  z-index: 1;
  position: relative;
  padding: 16px 80px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 50px;
  overflow: hidden;
}

.blob-btn span.text {
  position: relative;
  z-index: 9;
}

.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50px;
}

.blob-btn:hover {
  color: #f12837;
}

.blob-btn:hover:after {
  /*  transition: all 0.3s;*/
  /*  left: 0;*/
  top: 50px;
}

.blob-btn__inner {
  /*z-index: -1;*/
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  -webkit-filter: url("#goo");
  filter: url("#goo");
}

.blob-btn__blob {
  position: absolute;
  top: 6px;
  width: 25%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: translate3d(0, 150%, 0) scale(1.7);
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: -webkit-transform 0.45s;
  transition: transform 0.45s;
  transition: transform 0.45s, -webkit-transform 0.45s;
}

@supports (-webkit-filter: url("#goo")) or (filter: url("#goo")) {
  .blob-btn__blob {
    -webkit-transform: translate3d(0, 150%, 0) scale(1.4);
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}

.blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}

.blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}

.blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}

.blob-btn:hover .blob-btn__blob {
  -webkit-transform: translate3d(0, -25%, 0) scale(1.7);
  transform: translate3d(0, -25%, 0) scale(1.7);
}

@supports (-webkit-filter: url("#goo")) or (filter: url("#goo")) {
  .blob-btn:hover .blob-btn__blob {
    -webkit-transform: translate3d(0, -25%, 0) scale(1.7);
    transform: translate3d(0, -25%, 0) scale(1.7);
  }
}
/* buttons color */
/* brown */
.btn2 .blob-btn {
  color: #b28856;
}

.btn2 .blob-btn:hover {
  color: #fff;
}

.btn2 .blob-btn:before {
  color: #b28856;
  border: 1px solid #b28856;
}

.btn2 .blob-btn__blob {
  background: #b28856;
}

/* background white */
.btn3 .blob-btn {
  color: #f12837;
  background-color: #fff;
}

.btn3 .blob-btn:hover {
  color: #fff;
}

.btn3 .blob-btn:before {
  color: #fff;
  border: 1px solid #fff;
}

.btn3 .blob-btn__blob {
  background: #f12837;
}

/* line red */
.btn4 .blob-btn {
  color: #f12837;
  background-color: transparent;
  border: 1px solid #f12837;
  padding: 12px 60px;
  font-size: 14px;
}

.btn4 .blob-btn:hover {
  color: #fff;
}

.btn4 .blob-btn:before {
  color: #fff;
  border: none;
}

.btn4 .blob-btn__blob {
  background: #f12837;
}

/* -------下三角矢印 ▼------- */
.arrow01 {
  position: relative;
  padding-left: 22px;
}

.arrow01::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -9px;
  margin-left: 10px;
}

.arrow01::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 6px;
  margin-top: -1.6px;
  margin-left: 10px;
}

/* slider */
.slick-prev:before,
.slick-next:before {
  font-family: none !important;
  font-size: none !important;
  line-height: 1 !important;
  opacity: 0.75 !important;
  color: none !important;
  -webkit-font-smoothing: none !important;
  -moz-osx-font-smoothing: none !important;
}

.slick-prev:before {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../cmn_js/slick/slick-prev.png) no-repeat;
  background-size: contain;
}

.slick-next:before {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../cmn_js/slick/slick-next.png) no-repeat;
  background-size: contain;
}

/* all */
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.justify_center {
  justify-content: center !important;
}

.justify_left {
  justify-content: left !important;
}

.justify_right {
  justify-content: right !important;
}

.mt15 {
  margin-top: 15px;
}

@media (max-width: 800px) {
  .pc-only {
    display: none;
  }
}

.mdSpan {
  position: relative;
}

.mdSpan i {
  text-indent: -9999px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0;
  margin-top: -126px;
  padding-top: 126px;
}

@media screen and (max-width: 800px) {
  .mdSpan i {
    margin-top: -52px;
    padding-top: 52px;
  }
}
/* -------pc_sp------- */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
}
/* animate */
.effect_bg,
.fade_in,
.fade_logo,
.fade_up {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-slow {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-block-one {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeLogo {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeLogo {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeLogo {
  -webkit-animation-name: fadeLogo;
  animation-name: fadeLogo;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  15% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  15% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fade01 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade01 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade01 {
  -webkit-animation-name: fade01;
  animation-name: fade01;
}

/* clearfix */
.clr:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clr {
  height: 1%;
}

.clr {
  display: block;
}

/* header */
/* PC */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  transition: 0.3s;
}

header.pc_only h1 {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  width: 9%;
  margin-right: 20px;
}

.hdLogo {
  transition: 0.3s;
  width: 480px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  /*margin: 30px 50px;*/
}

.hdInr {
  display: flex;
  justify-content: center;
  align-items: center;
}

nav#gNav {
  vertical-align: middle;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}

nav#gNav ul {
  display: flex;
  background: #fff;
  padding: 2px 20px !important;
  border-radius: 5px;
  margin-right: 30px;
}

nav#gNav ul:last-child {
  margin-right: 0;
}

nav#gNav ul.contact {
  background: #f12837;
}

#gNav ul.contact li a {
  color: #fff;
}

#gNav ul.contact li a:hover {
  color: #fbbec3;
}

#gNav ul.contact li a span.icon img {
  width: 100%;
}

#gNav ul.contact li a span.icon {
  width: 19px;
  line-height: 1;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

#gNav ul li a {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 18px;
  font-family: "Josefin Sans", sans-serif;
  color: #333333;
  display: block;
  padding: 0 15px 0 0;
  font-weight: 600;
}

#gNav ul li a:hover {
  color: #f12837;
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#gNav ul li:last-child a {
  padding: 0;
}

#gNav ul li a::after {
  content: "|";
  color: #ccc;
  padding-left: 15px;
}

#gNav ul.contact li a::after {
  color: #fff !important;
}

#gNav ul li:last-child a::after {
  content: "";
  padding-left: 0;
}

#gNav ul li p {
  color: #222222;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 3px;
  letter-spacing: 0.15em;
}

/* gnav after scroll  */
header.pc_only.is-animation nav#gNav {
  background-color: #fff;
}

header.pc_only.is-animation nav#gNav ul:first-child {
  box-shadow: 0 0 10px 0 #e7e7e7;
}

header.pc_only.is-animation nav#gNav ul li a {
  font-size: 16px;
}

/**/
@media screen and (max-width: 1300px) {
  #gNav ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  header.pc_only h1,
header.pc_only.is-animation h1 {
    width: 8%;
  }
  header.pc_only.is-animation nav#gNav {
    padding: 15px;
  }
  nav#gNav ul,
header.pc_only.is-animation nav#gNav ul {
    padding: 0 20px !important;
    margin-right: 15px;
  }
  header.pc_only.is-animation nav#gNav ul:last-child {
    margin-right: 0;
  }
  #gNav ul li a,
header.pc_only.is-animation #gNav ul li a {
    font-size: 14px;
  }
  .hdLogo {
    width: 330px;
  }
}
@media screen and (max-width: 900px) {
  header.pc_only h1,
header.pc_only.is-animation h1 {
    width: 8%;
  }
  header.pc_only.is-animation nav#gNav {
    padding: 15px;
  }
  nav#gNav ul,
header.pc_only.is-animation nav#gNav ul {
    padding: 0 20px !important;
    margin-right: 14px;
  }
  header.pc_only.is-animation nav#gNav ul:last-child {
    margin-right: 0;
  }
  #gNav ul li a,
header.pc_only.is-animation #gNav ul li a {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 12px;
    padding: 0 15px 0 0;
  }
  #gNav ul li a::after {
    padding-left: 15px;
  }
  #gNav ul.contact li a span.icon {
    width: 13px;
  }
}
/*sp*/
@media screen and (max-width: 800px) {
  #maincontants {
    padding-top: 52px !important;
  }
  header.header {
    position: fixed;
    width: 100%;
    z-index: 104;
    font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    z-index: 9999999;
  }
  header.header .nav_btn {
    position: fixed;
    top: 0;
    right: 65px;
    background-color: #fffc61;
    z-index: 99;
    text-align: center;
    line-height: 0;
    z-index: 999999999999;
  }
  header.header a .nav_btn {
    line-height: 1;
    font-size: 24px;
    color: #051330;
    padding: 19px 40px 18px;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 0.15em;
  }
  .g_nav {
    height: 100%;
    position: relative;
    z-index: 999;
  }
  .g_nav > ul {
    text-align: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .g_nav > ul > li:nth-child(1) img {
    width: 55%;
    display: inline-block;
  }
  .g_nav > ul > li:nth-child(8) img {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
  }
  .g_nav > ul > li:nth-child(9) img {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
  }
  .g_nav > ul {
    padding: 70px 0;
  }
  .g_nav > ul {
    padding: 100px 0;
  }
  .g_nav > ul > li:nth-child(1) img {
    width: 70%;
    display: block;
  }
  .g_nav > ul > li.entry02 img {
    width: 70%;
    display: inline-block;
    margin-bottom: 10px;
  }
  .g_nav > ul > li.entry03 img {
    width: 70%;
    display: inline-block;
    margin-bottom: 10px;
  }
  .drawer-nav {
    margin-top: 0 !important;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 0 !important;
  }
  /* sp inner design */
  ul.linkBox {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  ul.linkBox li {
    width: 100%;
    align-items: center;
    background: #fff;
    padding: 15px 0;
    text-align: center;
  }
  ul.linkBox li a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
  }
  /*
    ul.linkBox li:first-child {
      background: #b28856;
    }
  */
  ul.linkBox li {
    background: #f12837;
  }
  ul.linkBox li span.icon {
    width: 17px;
    line-height: 17px;
    display: inline-block;
    margin-right: 10px;
  }
  ul.other {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  ul.other li {
    align-items: center;
    background: #fff;
    text-align: center;
    margin-top: 20px;
  }
  ul.other li:first-child {
    margin-right: 15px;
  }
  ul.other li a {
    font-size: 12px;
  }
  .g_nav > ul > li {
    width: 100%;
    font-size: 14px;
    margin: 0;
    letter-spacing: 0.1em;
    text-align: left;
    font-size: 14px;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
  }
  .g_nav > ul > li a {
    color: #333333;
  }
  .g_nav > ul > li a:hover {
    color: #f12837;
    opacity: 1;
  }
  .g_nav > ul > li.page {
    font-weight: bold;
    background: #fef4f5;
    color: #f12837;
    font-size: 16px;
  }
  .g_nav > ul > li.page a {
    color: #f12837;
  }
  /*
  .g_nav > ul > li:nth-child(odd) {
      border-right: none;
  }*/
  .g_nav > ul > li.entry02 {
    overflow: hidden;
    font-size: 18px;
    display: inline-block;
    width: 100%;
  }
  .g_nav > ul > li.entry03 {
    overflow: hidden;
    font-size: 18px;
    display: inline-block;
    width: 100%;
  }
  .drawer-hamburger {
    top: 0.5% !important;
  }
  g_nav > ul a {
    color: #1e2a53 !important;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .g_nav > ul a {
    line-height: 1.4;
  }
}
g_nav > ul a:hover {
  color: #a46d30 !important;
}

.g_nav > ul a span {
  opacity: 0.8;
  font-size: 0.8rem;
  display: inline;
}

@media screen and (max-width: 767px) {
  .g_nav > ul a span {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 500px) {
  .hdLogo {
    width: 250px !important;
    margin: 10px 0 0 15px;
  }
}
/*---------------------------------------------------
パンくず
---------------------------------------------------*/
.cp_breadcrumb *,
.cp_breadcrumb *:after,
.cp_breadcrumb *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_breadcrumb {
  padding: 1em 2em;
  background-color: #f5f5f5;
  color: #333333;
  font-weight: 600;
}

.cp_breadcrumb a {
  text-decoration: underline;
  color: #333333;
}

.cp_breadcrumb .breadcrumbs {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
}

.cp_breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: 24px;
  margin-right: 8px;
  color: #505050;
  font-size: 12px;
}

.cp_breadcrumb li::before {
  content: "›";
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cp_breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #505050;
}

.cp_breadcrumb li:last-child::before {
  content: normal;
}

@media screen and (max-width: 800px) {
  .cp_breadcrumb {
    padding: 0.8em 1em;
  }
  .cp_breadcrumb li {
    font-size: 10px;
  }
}
/* mainV */
/*topcontrol*/
#topcontrol {
  z-index: 900;
}

#topcontrol a {
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  /* IE8 */
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  /* IE7 */
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  /* IE6 */
  display: block;
  height: 60px;
  width: 60px;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#topcontrol a:hover {
  filter: alpha(opacity=10) !important;
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* mov */
.mov {
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  -o-transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1), opacity 1.5s;
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1), opacity 1.5s;
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1), opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
}

.mov.is-v {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
}

.mov.is-v .mov_inr {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

.mov .mov_inr {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  -o-transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1), -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  width: 100%;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.mov_bg {
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.mov_bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background-color: #00428e;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.mov_bg.white:after {
  background-color: #fff !important;
}

.mov_bg.red:after {
  background-color: #f12837 !important;
}

.mov_bg.is-v:after {
  -webkit-transition: left 0.6s ease 1.3s, opacity 0s ease 1.9s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s;
  transition: left 0.6s ease 1.3s, opacity 0s ease 1.9s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s;
  -o-transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s, left 0.6s ease 1.3s, opacity 0s ease 1.9s;
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s, left 0.6s ease 1.3s, opacity 0s ease 1.9s;
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s, left 0.6s ease 1.3s, opacity 0s ease 1.9s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 100%;
  opacity: 0;
}

.mov_bg.is-v .mov_inr {
  opacity: 1;
  -webkit-transition: opacity 0s ease 1.3s;
  -o-transition: opacity 0s ease 1.3s;
  transition: opacity 0s ease 1.3s;
}

.mov_bg .mov_inr {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

/* pager */
.pager {
  padding-top: 20px;
  text-align: center;
}

.pager a {
  color: #505050;
  display: inline-block;
  line-height: 1;
  margin: 0 2px;
  padding: 10px 12px;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}

.pager a:hover,
.pager a.current {
  background-color: #3ac5ce;
  border: 1px solid #3ac5ce;
  color: #FFF;
}

.pager a::after {
  content: attr(data-text);
}

.pager a:last-child::after {
  display: none;
}

.pager a:first-child::after {
  content: attr(data-text);
  color: #6f6f6f;
  border: 1px solid #6f6f6f;
  padding: 10px 12px;
}

.pager a:last-child::before {
  content: attr(data-text);
  color: #6f6f6f;
  border: 1px solid #6f6f6f;
  padding: 10px 12px;
}

/* inner page footer include */
.ft_contents .wrapper {
  display: flex;
  width: 100%;
}

.ft_contents .wrapper a {
  width: 50%;
  padding: 10% 0;
  display: flex;
  justify-content: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 30px;
  color: #fff;
  font-weight: 800;
}

.ft_contents .wrapper a:nth-child(1) {
  background: url(../../products/images/ft_contents01.jpg) no-repeat center center;
  background-size: cover;
}

.ft_contents .wrapper a:nth-child(2) {
  background: url(../../products/images/ft_contents02.jpg) no-repeat center center;
  background-size: cover;
}

.sns-container {
  display: block;
  margin-top: 24px;
  text-align: right;
}

.sns-icon {
  max-width: 26px;
}

.sns-container .sns-icon {
  margin-right: 10px;
}

.other-sns {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 28px;
}

.other-sns .sns-icon {
  margin: 0 14px;
  filter: invert(28%) sepia(74%) saturate(7476%) hue-rotate(354deg) brightness(90%) contrast(127%);
}

@media screen and (max-width: 800px) {
  .ft_contents .wrapper {
    flex-wrap: wrap !important;
  }
  .ft_contents .wrapper a {
    width: 100% !important;
    padding: 20% 0 !important;
  }
  .sns-container {
    text-align: center;
  }
  .sns-container .sns-icon {
    margin-left: 8px;
    margin-right: 8px;
  }
}
/* footer */
.footerInr {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
}

.footer {
  text-align: center;
  background-color: #f12837;
  padding: 80px 0;
}

.footer .btnBox {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto 50px;
}

.footer .btnBox ul {
  display: flex;
  justify-content: center;
}

.footer .btnBox a {
  width: 49%;
  margin-right: 20px;
  background: #f4535f;
  padding: 50px 0;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.footer .btnBox a li {
  width: 100%;
}

.footer .btnBox a:hover {
  background: #f12837;
  opacity: 1;
  border: 2px solid #fff;
}

.footer .btnBox a:last-child {
  margin-right: 0;
}

/*
.footer .btnBox ul li a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
*/
.footer .btnBox ul a li span {
  width: 18px;
  line-height: 18px;
  display: inline-block;
  margin-right: 10px;
}

.footer .ftInr {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.footer .ftInr .logo {
  width: 36%;
}

.footer .ftInr .logo h2 img {
  width: 100%;
}

.footer .ftInr .listBox {
  display: flex;
  justify-content: space-between;
  width: 64%;
}

.footer .ftInr .listBox ul {
  margin-right: 11%;
}

.footer .ftInr .listBox ul li {
  text-align: left;
  width: 100%;
}

.footer .ftInr .listBox ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 36px;
}

.footer .ftInr .listBox ul li.page {
  font-weight: bold;
}

.copyright {
  font-family: Verdana, “Droid Sans”;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #f4535f;
  padding: 15px 0;
}

@media screen and (max-width: 1000px) {
  .footerInr {
    max-width: 900px;
    padding: 0;
  }
  .footer {
    padding: 40px 0;
  }
  .footer .btnBox a {
    padding: 40px 0;
  }
  .footer .ftInr .listBox ul {
    margin-right: 6%;
  }
  .footer .ftInr .listBox ul li a {
    font-size: 14px;
  }
  .copyright {
    padding: 10px 20px 10px;
  }
}
@media screen and (max-width: 800px) {
  .footer {
    padding: 40px 20px 20px 20px;
  }
  .footer .btnBox {
    margin: 0 auto 20px;
  }
  .footer .ft_list ul li a,
.footer .ft_list ul li.list a {
    font-size: 12px;
  }
  .footer .btnBox ul {
    flex-wrap: wrap;
  }
  .footer .btnBox a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer .btnBox a:last-child {
    margin-bottom: 0;
  }
  .footer .ftInr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer .ftInr .listBox {
    flex-wrap: wrap;
    width: 100%;
  }
  .footer .ftInr .logo {
    width: 75%;
    margin: 30px auto;
  }
}
.mr-15 {
  margin-right: 15px;
}

nav#gNav ul.lang-globe {
  padding: 0 !important;
  cursor: default;
}
@media (max-width: 800px) {
  nav#gNav ul.lang-globe {
    display: block;
    width: 100%;
  }
}

header.pc_only.is-animation nav#gNav ul.lang-globe {
  padding: 0 !important;
}

@media (max-width: 800px) {
  .sp_only .lang-globe.sp {
    display: block;
    width: 100%;
  }
}

.lang-dropdown-container {
  position: relative;
  display: inline-block;
  padding: 15px 15px !important;
  box-shadow: 0 0 10px 0 #e7e7e7;
}
@media (max-width: 800px) {
  .lang-dropdown-container {
    box-shadow: 0 0px 10px 0 #c7c7c7, 0 0px 10px 0 #c7c7c7;
  }
}
@media (max-width: 800px) {
  .lang-dropdown-container {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
  }
}
.lang-dropdown-container .lang-dropdown-content {
  position: absolute;
  padding: 15px 22px !important;
  top: 50px;
  left: 0;
  background-color: white;
  box-shadow: 0 4px 10px 0 #e7e7e7;
  display: none !important;
}
@media (max-width: 800px) {
  .lang-dropdown-container .lang-dropdown-content {
    box-shadow: 0 0px 10px 0 #c7c7c7, 0 0px 10px 0 #c7c7c7;
    padding: 15px 25px !important;
  }
}
.lang-dropdown-container:hover .lang-dropdown-content {
  display: block !important;
}

.lang-list-sp {
  position: relative;
  display: inline-block;
  padding: 15px 0px !important;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
.lang-list-sp a {
  padding: 0 5px 4px;
}
.lang-list-sp.en a:nth-child(1) {
  border-bottom: solid 2px #00b8ff;
}
.lang-list-sp.vn a:nth-child(2) {
  border-bottom: solid 2px #00b8ff;
}

.nav-anchor {
  position: absolute;
  margin-top: -100px;
}
@media (max-width: 800px) {
  .nav-anchor {
    margin-top: -50px;
  }
}

.subnav {
  position: absolute;
  background-color: white;
  margin-left: -15px;
  margin-top: 12px;
  padding: 4px 10px;
  box-shadow: 0 0 10px 0 #e7e7e7;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
@media (max-width: 1300px) {
  .subnav {
    margin-left: -30px;
  }
}
.subnav a.drop {
  padding: 8px 2px !important;
}
.subnav a:after {
  display: none;
}

.hdInr li {
  padding: 15px 0;
}
.hdInr li:hover .subnav {
  opacity: 1;
  pointer-events: all;
}