/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: "Sawarabi Mincho";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #FFF;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #FFF;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #F00;
  color: #FFF;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px;
}

body {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  body {
    min-width: 1150px;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
header {
  border-top: 5px solid #b2b2b2;
}

@media screen and (max-width: 767px) {
  header {
    border-top: 0;
  }
}

.c-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .c-head {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .c-head {
    padding: 0 7px;
  }
}

.c-head h1 {
  padding: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .c-head h1 {
    padding: 20px 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .c-head h1 {
    padding: 15px 0 5px;
  }
}

/* navigation Top page
------------------------------------------------------------*/
.c-gnavi {
  text-align: right;
  position: relative;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .c-gnavi {
    position: absolute;
    left: 100%;
    top: 10px;
    width: 100%;
    height: 65px;
    text-align: left;
    padding: 0 10px;
    background: #f52c77;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
}

.c-gnavi a, .c-gnavi .a-p {
  text-decoration: none;
  font-size: 1.4rem;
  color: #666;
  display: block;
  padding: 5px 13.5px;
}

@media screen and (max-width: 767px) {
  .c-gnavi a, .c-gnavi .a-p {
    font-size: 2rem;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  .c-gnavi a, .c-gnavi .a-p {
    font-size: 1.4rem;
    padding: 17px 10px 13px 25px;
  }
}

.c-gnavi .a-p {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-gnavi .a-p {
    display: block;
  }
}

.c-gnavi li {
  display: inline-block;
  z-index: 1;
  -webkit-transition: .1s all ease-out;
  transition: .1s all ease-out;
}

@media screen and (max-width: 767px) {
  .c-gnavi li {
    display: block;
    border-bottom: 1px solid #fff;
    margin: 0;
    width: 100%;
  }
}

.c-gnavi li:hover, .c-gnavi li.is-active {
  background-color: #f0f0f0;
}

.c-gnavi li:hover > a, .c-gnavi li.is-active > a {
  color: #ff0090;
}

@media screen and (max-width: 767px) {
  .c-gnavi li:hover, .c-gnavi li.is-active {
    background: #f52c77;
  }
  .c-gnavi li:hover > a, .c-gnavi li.is-active > a {
    color: #666;
  }
}

@media screen and (max-width: 767px) {
  .c-gnavi li img {
    width: 80px;
  }
}

.c-gnavi__dropdown {
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-gnavi__dropdown:after {
    position: absolute;
    top: 40%;
    right: 30px;
    content: "";
    width: 12px;
    height: 12px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-radius: 4px;
  }
}

.c-gnavi__dropdown:hover .c-gnavi__subnavi {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.c-gnavi__dropdown .dd-open {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.c-gnavi__subnavi {
  position: absolute;
  text-align: left;
  opacity: 0;
  left: 0;
  background-color: #f0f0f0;
  -webkit-transform: translate3d(0, -20%, 0);
          transform: translate3d(0, -20%, 0);
  -webkit-transition: 0.3s all cubic-bezier(0.01, 0.76, 0.58, 1);
  transition: 0.3s all cubic-bezier(0.01, 0.76, 0.58, 1);
}

@media screen and (max-width: 767px) {
  .c-gnavi__subnavi {
    padding-left: 20px;
    width: 100%;
    opacity: 0 !important;
    background: none;
    -webkit-transform: translate3d(100%, 0, 0) !important;
            transform: translate3d(100%, 0, 0) !important;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
}

.c-gnavi__subnavi li {
  margin-left: 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .c-gnavi__subnavi li {
    border-top: 1px solid #fff;
    border-bottom: 0;
    background: #f0f0f0;
  }
}

.c-gnavi__subnavi li:hover {
  background-color: #ddd;
}

@media screen and (max-width: 767px) {
  .c-gnavi__subnavi li:hover {
    background-color: #fff;
  }
}

.c-gnavi__subnavi a, .c-gnavi__subnavi .a-p {
  padding: 15px 13px;
  display: block;
  width: 130px;
  -webkit-transition: none;
  transition: none;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .c-gnavi__subnavi a, .c-gnavi__subnavi .a-p {
    width: auto;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-gnavi__subnavi img {
    width: auto !important;
  }
}

.c-gnavi__navi {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .c-gnavi__navi {
    width: 100%;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 10;
    background: #f52c77;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
}

.c-gnavi__bar {
  width: 43px;
  position: absolute;
  height: 45px;
  right: 20px;
  top: 0;
  background-color: #f0f0f0;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .c-gnavi__bar {
    right: 11px;
    top: 0;
  }
}

.c-gnavi__bar.android-menu span {
  top: 16px;
}

.c-gnavi__bar span {
  height: 3px;
  width: 33px;
  background-color: #333;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 40px;
  top: 13px;
}

.c-gnavi__bar span:after, .c-gnavi__bar span:before {
  left: 0;
  position: absolute;
  content: "";
  height: 3px;
  width: 33px;
  background-color: #333;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 40px;
}

.c-gnavi__bar span:before {
  top: -10px;
}

.c-gnavi__bar span:after {
  bottom: -10px;
}

.c-gnavi__sp-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 43px;
  z-index: 9999;
}

.c-gnavi__sp-btn .open {
  display: block;
}

.c-gnavi__sp-btn .close {
  display: none;
}

.c-gnavi__p {
  position: absolute;
  top: 20px;
  left: 10px;
  height: 20px;
}

.c-gnavi__p img {
  height: 100%;
}

.c-gnavi.is-open {
  left: 10px;
}

.c-gnavi--ft {
  position: relative;
  top: auto;
  left: 0;
  height: auto;
  text-align: center;
  padding: 62px 0 28px;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .c-gnavi--ft {
    padding: 35px 0;
  }
}

@media screen and (max-width: 480px) {
  .c-gnavi--ft {
    padding: 10px 0 0;
  }
}

.c-gnavi--ft .c-gnavi__navi {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .c-gnavi--ft .c-gnavi__navi {
    position: static;
    display: block;
    padding-bottom: 0;
  }
}

.c-gnavi--ft .c-gnavi__navi li {
  position: relative;
  border-bottom: 0;
  border-top: 0;
  z-index: 1;
  padding-left: 0;
}

.c-gnavi--ft .c-gnavi__navi li:hover {
  background-color: transparent;
}

.c-gnavi--ft .c-gnavi__navi li:hover > a {
  color: #666;
}

.c-gnavi--ft .c-gnavi__navi li img {
  width: auto;
}

.c-gnavi--ft .c-gnavi__navi li.is-active {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-gnavi--ft .c-gnavi__navi li:last-child a {
    padding-right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .c-gnavi--ft .c-gnavi__navi li:last-child a {
    padding-right: 10px;
  }
}

.c-gnavi--ft span {
  position: relative;
  display: inline-block;
}

.c-gnavi--ft span:after {
  display: none;
  position: absolute;
  content: "";
  width: 20px;
  height: 10px;
  background: url(../image/common/icon_arrow.png) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -45px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .c-gnavi--ft span:after {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .c-gnavi--ft span:after {
    width: 10px;
    height: 5px;
    right: -22px;
  }
}

@media screen and (max-width: 480px) {
  .c-gnavi--ft.c-gnavi a {
    padding: 5px;
  }
}

.c-gnavi--ft .ft-down {
  position: relative;
  z-index: 2 !important;
}

.c-gnavi--ft .down-list {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 20px;
  width: 100%;
  z-index: 2;
  display: none;
}

.c-gnavi--ft .down-list a {
  padding: 15px 10px;
  background: #f0f0f0;
}

.btn-close {
  width: 60px;
  padding-top: 20px;
}

.btn-close .open {
  display: none;
}

.btn-close .close {
  display: block;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  background-color: #f7f8f9;
  position: relative;
  min-width: 1100px;
}

@media screen and (max-width: 767px) {
  .c-footer {
    background-color: #fff;
    min-width: 0;
  }
}

.c-footer__logo {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #a2a1a1;
  padding: 17px 0;
}

@media screen and (max-width: 767px) {
  .c-footer__logo {
    position: absolute;
    border-bottom: 0;
    bottom: 30px;
    left: 0;
    display: inline-block;
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .c-footer__logo {
    width: 120px;
    bottom: 13px;
    padding: 0 10px;
  }
  .c-footer__logo img {
    width: 100%;
  }
}

.c-footer__copyright {
  background-color: #b2b2b2;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .c-footer__copyright {
    border-top: 1px solid #888;
    background-color: #fff;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 480px) {
  .c-footer__copyright {
    padding: 15px 10px;
  }
}

.c-footer__copyright small {
  text-align: right;
  color: #fff;
  width: 1100px;
  font-size: 1.2rem;
  letter-spacing: 1.1px;
  margin: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .c-footer__copyright small {
    color: #666;
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  .c-footer__copyright small {
    font-size: 0.8rem;
  }
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
.c-breadcrumb1 {
  background-color: #333;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb1 {
    display: none;
  }
}

.c-breadcrumb1 ul {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-breadcrumb1 li {
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
}

.c-breadcrumb1 a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  background-color: #9b9b9b;
  padding: 3px 18px 3px 10px;
  margin-right: 10px;
  position: relative;
}

.c-breadcrumb1 a:after {
  top: 0;
  right: 0;
  position: absolute;
  content: "";
  border-right: 0px solid #333;
  border-left: 7px solid #9b9b9b;
  border-top: 9px solid #333;
  border-bottom: 9px solid #333;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.l-container {
  width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    padding: 0;
  }
}

/*------------------------------------------------------------
image
------------------------------------------------------------*/
.c-imgtext1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-imgtext1 {
    display: block;
    text-align: center;
  }
}

.c-imgtext1__img {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.c-imgtext1__text {
  padding-left: 45px;
  padding-top: 5px;
  width: 421px;
}

@media screen and (max-width: 767px) {
  .c-imgtext1__text {
    width: auto;
    padding: 30px 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .c-imgtext1__text {
    padding: 15px 10px 0;
  }
}

.c-imgtext1__txt {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .c-imgtext1__txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}

@media screen and (max-width: 480px) {
  .c-imgtext1__txt {
    font-size: 1.2rem;
    padding: 10px 0 3px;
    line-height: 1.6;
  }
}

.c-imgtext1__title {
  color: #666;
  font-size: 1.8rem;
  font-weight: normal;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .c-imgtext1__title {
    font-size: 1.86rem;
    padding-top: 5px;
  }
}

@media screen and (max-width: 480px) {
  .c-imgtext1__title {
    font-size: 1.4rem;
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-imgtext1--imgtop .c-imgtext1__text {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-imgtext1--imgtop .c-imgtext1__title {
    background-color: #fff;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  .c-imgtext1--imgtop .c-imgtext1__title {
    padding-bottom: 5px;
  }
}

.c-imgtext1--imgleft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-imgtext1--imgleft .c-imgtext1__title {
  padding-bottom: 0px;
}

.c-imgtext1--imgleft .c-link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .c-imgtext1--imgleft .c-link {
    margin-top: 10px;
  }
}

.c-imgtext1--profile {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-imgtext1--profile .c-imgtext1__text {
  width: auto;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .c-imgtext1--profile .c-imgtext1__text {
    padding: 10px 20px 30px;
  }
}

@media screen and (max-width: 480px) {
  .c-imgtext1--profile .c-imgtext1__text {
    padding: 5px 15px 15px;
  }
}

.c-imgtext1--profile .c-imgtext1__title {
  font-size: 1.4rem;
  padding-bottom: 29px;
}

@media screen and (max-width: 767px) {
  .c-imgtext1--profile .c-imgtext1__title {
    display: block;
    font-size: 1.4rem;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .c-imgtext1--profile .c-imgtext1__title {
    font-size: 1rem;
    padding-bottom: 10px;
  }
}

.c-imgtext1--profile .c-imgtext1__title span {
  font-weight: bold;
  font-size: 1.8rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  .c-imgtext1--profile .c-imgtext1__title span {
    display: block;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .c-imgtext1--profile .c-imgtext1__title span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-imgtext1--profile .c-imgtext1__img img {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .c-imgtext1--profile .c-imgtext1__img img {
    width: 210px;
    height: auto;
    padding: 0;
  }
}

.c-imgtext1--profile .c-imgtext1__text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .c-imgtext1--profile .c-imgtext1__text__item {
    padding: 5px 0 0;
  }
}

.c-imgtext1--profile .c-imgtext1__text__item span {
  font-size: 1.4rem;
  display: inline-block;
  width: 75px;
  color: #666;
}

@media screen and (max-width: 767px) {
  .c-imgtext1--profile .c-imgtext1__text__item span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 480px) {
  .c-imgtext1--profile .c-imgtext1__text__item span {
    font-size: 1rem;
    width: 53px;
  }
}

.c-imgtext1--profile .c-imgtext1__txt {
  padding: 0;
  line-height: 1.7;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .c-imgtext1--profile .c-imgtext1__txt {
    font-size: 1.2rem;
    line-height: unset;
  }
}

@media screen and (max-width: 480px) {
  .c-imgtext1--profile .c-imgtext1__txt {
    font-size: 1rem;
    line-height: unset;
  }
}

/*------------------------------------------------------------
Other
------------------------------------------------------------*/
.c-link {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-link {
    margin-bottom: 30px;
    margin-top: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 480px) {
  .c-link {
    margin-bottom: 15px;
  }
}

.c-link a {
  margin-right: 3px;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 480px) {
  .c-link a {
    width: 100px;
    height: auto;
  }
}

/* Language page
------------------------------------------------------------*/
.c-language {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 7px 0;
}

@media screen and (max-width: 767px) {
  .c-language {
    display: none;
  }
}

.c-language li {
  margin-left: 9px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #666;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-language li {
    font-size: 1.6rem;
    margin: 0 10px;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .c-language li {
    font-size: 1.2rem;
    margin: 0 5px;
  }
}

.c-language a {
  font-size: 1rem;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-language a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .c-language a {
    font-size: 1rem;
  }
}

.c-language-item {
  background-color: #b2b2b2;
  padding: 0;
  border-radius: 10px;
}

.c-language-item a {
  padding: 0;
}

.c-language--ft {
  display: none;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-language--ft {
    margin: auto;
    display: block;
    border-bottom: 1px solid #888;
    padding: 50px 0;
  }
}

@media screen and (max-width: 480px) {
  .c-language--ft {
    padding: 17px 0 25px;
  }
}

.c-language--ft .c-language-item {
  width: 110px;
  margin: 0 auto;
  background-color: #aeaeae;
  padding: 3px 0;
  border-radius: 15px;
}

@media screen and (max-width: 480px) {
  .c-language--ft .c-language-item {
    width: 82px;
    padding: 0;
  }
}

.c-language--ft .c-language-item a {
  padding: 0 10px;
}

@media screen and (max-width: 480px) {
  .c-language--ft .c-language-item a {
    padding: 0 3px;
  }
}

.c-language--ft .c-language-item a:not(:last-child) {
  border-right: 1px dotted #fff;
  padding-right: 15px;
}

@media screen and (max-width: 480px) {
  .c-language--ft .c-language-item a:not(:last-child) {
    padding-right: 8px;
  }
}

@media screen and (max-width: 480px) {
  .c-language--ft.c-language-mt .c-language-item {
    margin-top: -2px;
  }
}

.c-language--ft1 {
  margin: 10px 0 6px -10px;
}

@media screen and (max-width: 767px) {
  .c-language--ft1 {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 40px;
    margin-top: 35px;
  }
}

@media screen and (max-width: 480px) {
  .c-language--ft1 {
    padding-bottom: 20px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .c-language--ft1 li {
    width: 28px;
  }
}

@media screen and (max-width: 767px) {
  .c-language--ft1 .c-language-item, .c-language--ft1 .c-name-item {
    display: none;
  }
}

/* Language page
------------------------------------------------------------*/
.back-top01 {
  position: absolute;
  bottom: 192px;
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .back-top01 {
    width: 100%;
    display: block;
    text-align: right;
    bottom: 686px;
  }
}

@media screen and (max-width: 480px) {
  .back-top01 {
    bottom: 410px;
  }
}

.back-top {
  background: url(../image/common/backtotop.png) center no-repeat;
  width: 45px;
  height: 45px;
  float: right;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #a2a1a1;
  z-index: 10000;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .back-top {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-left: 0;
    margin-right: 40px;
    bottom: 80px;
    width: 44px;
    height: 44px;
    float: none;
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .back-top {
    bottom: 43px;
    width: 27px;
    height: 27px;
    margin-right: 20px;
  }
}

/*------------------------------------------------------------
index
------------------------------------------------------------*/
.p-index {
  padding: 3px 0 243px;
}

@media screen and (max-width: 767px) {
  .p-index {
    padding: 0 0 185px;
    background-color: #fbfbfb;
  }
}

@media screen and (max-width: 480px) {
  .p-index {
    padding: 0 0 95px;
  }
}

.p-index-profile h2 {
  text-align: center;
  padding: 100px 0 66px;
}

@media screen and (max-width: 767px) {
  .p-index-profile h2 {
    padding: 40px 0;
  }
}

@media screen and (max-width: 480px) {
  .p-index-profile h2 {
    padding: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .p-index-profile h2 img {
    width: 50px;
    height: auto;
  }
}

.p-index .c-imgtext1--profile .c-imgtext1__text {
  padding: 0 15px 15px;
}

@media screen and (max-width: 767px) {
  .p-index .c-imgtext1--profile .c-imgtext1__title {
    margin-top: 5px;
  }
}

.p-index .c-imgtext1--profile .c-imgtext1__title span {
  margin-bottom: 3px;
}

.p-index .c-imgtext1--profile .c-imgtext1__txt {
  letter-spacing: 1px;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-collection {
    background: #f9f9f9;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 480px) {
  .p-collection {
    padding-bottom: 60px;
  }
}

/*----------------------------------------------------------*/
.c-collection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-collection__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
    padding: 0 70px;
  }
}

@media screen and (max-width: 480px) {
  .c-collection__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 48px;
    padding: 0 35px;
  }
}

.c-collection__text {
  margin-top: 5px;
}

.c-collection__imgtext {
  width: 500px;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .c-collection__imgtext {
    width: 100%;
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 480px) {
  .c-collection__imgtext {
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 767px) {
  .c-collection__image img {
    width: 100%;
  }
}

.c-collection__name {
  display: block;
  margin-top: 8px;
  margin-bottom: 6px;
  padding-left: 5px;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-collection__name {
    font-size: 2.4rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .c-collection__name {
    font-size: 1.2rem;
  }
}

.c-collection__mbt0 {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .c-collection__mbt0 {
    margin-bottom: 58px;
  }
}

@media screen and (max-width: 767px) {
  .c-collection__mbt0 {
    margin-bottom: 29px;
  }
}

.c-collection h1 {
  text-align: center;
  margin: 40px 0 90px;
}

@media screen and (max-width: 767px) {
  .c-collection h1 {
    margin: 0;
    padding: 40px 0;
  }
}

@media screen and (max-width: 480px) {
  .c-collection h1 {
    padding: 20px 0 14px;
  }
}

.c-collection h1 span {
  margin-left: 18px;
}

@media screen and (max-width: 480px) {
  .c-collection h1 span {
    margin-left: 9px;
  }
}

@media screen and (max-width: 480px) {
  .c-collection h1 img {
    width: 120px;
    height: auto;
  }
}

.c-collection p {
  font-size: 1.4rem;
  color: #666;
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .c-collection p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .c-collection p {
    font-size: 1.2rem;
  }
}

/*----------------------------------------------------------*/
.c-process {
  margin-bottom: 88px;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .c-process {
    margin: 0;
  }
}

.c-process__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  .c-process__item {
    width: 100%;
    padding: 0 136px;
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 480px) {
  .c-process__item {
    padding: 0 68px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 767px) {
  .c-process__image img {
    width: 100%;
  }
}

.c-process__text {
  font-size: 1.4rem;
  color: #333;
  padding-top: 15px;
  position: relative;
  z-index: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-process__text {
    font-size: 1.4rem;
    padding-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .c-process__text {
    font-size: 0.9rem;
    padding-top: 10px;
  }
}

.c-process__text:after {
  width: 70px;
  height: 70px;
  content: "";
  background: #f7f8f9;
  position: absolute;
  left: calc(50% - 35px);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -5px;
  z-index: -1;
  -webkit-box-shadow: 10px 10px 35px -10px rgba(0, 0, 0, 0.75);
          box-shadow: 10px 10px 35px -10px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 480px) {
  .c-process__text:after {
    width: 35px;
    height: 35px;
    left: calc(50% - 17px);
    top: -2px;
  }
}

.c-process__text p {
  z-index: 10;
  display: inline-block;
}

.c-process__intro {
  font-size: 1.4rem;
  color: #666;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-process__intro {
    font-size: 2.4rem;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .c-process__intro {
    font-size: 1.4rem;
    text-align: center;
  }
}

.c-process h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .c-process h2 {
    font-size: 2.4rem;
    padding: 0 20px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 480px) {
  .c-process h2 {
    font-size: 1.4rem;
    padding: 0 10px;
    margin-bottom: 8px;
  }
}

/*----------------------------------------------------------*/
.c-step__text {
  font-size: 1.4rem;
  color: #666;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-step__text {
    padding: 0 40px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .c-step__text {
    padding: 0 20px;
    font-size: 1.4rem;
  }
}

.c-step__inner {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .c-step__inner {
    margin-top: 20px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .c-step__inner {
    margin-top: 10px;
    padding: 0 10px;
  }
}

.c-step__box {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .c-step__box {
    margin: 0 10px 35px;
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 480px) {
  .c-step__box {
    margin: 0 5px 15px;
    width: calc(50% - 10px);
  }
}

.c-step__box p {
  margin-top: 12px;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-step__box p {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .c-step__box p {
    font-size: 1.1rem;
    margin-top: 5px;
  }
}

/*----------------------------------------------------------*/
.c-abouturu {
  margin-bottom: 80px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .c-abouturu {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .c-abouturu {
    margin-top: 20px;
  }
}

.c-abouturu h2 {
  font-size: 2rem;
  color: #000;
  text-align: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .c-abouturu h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .c-abouturu h2 {
    font-size: 1.4rem;
  }
}

.c-abouturu p {
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .c-abouturu p {
    font-size: 2.4rem;
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .c-abouturu p {
    font-size: 1.4rem;
    padding: 0 10px;
  }
}
