@charset "UTF-8";
/*==============================
-Import Files
===============================*/
/*==============================
-setting
===============================*/
@font-face {
  font-family: "Clother";
  src: url("../fonts/Clother-Regular.woff2") format("woff2"), url("../fonts/Clother-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "restra";
  src: url("../fonts/restra.woff2") format("woff2");
}
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.woff") format("woff2");
}
body#home, input, button, textarea, select {
  font-family: "a-otf-gothic-bbb-pr6n","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* =======  container grid設定 ======= */
/* =======  ドラッグした時のカラーを指定 ======= */
::selection {
  background: #353535;
  color: #F3EEE4;
}

/* for Firefox */
::-moz-selection {
  background: #353535;
  color: #F3EEE4;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

a {
  text-decoration: none !important;
}


ol, ul, li {
  list-style: none;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 0rem !important;
}

ol, ul {
  padding-left: 0rem !important;
}


blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

strong {
  font-weight: bold;
}

/*==============================
-Variable
===============================*/
/* ======= mixin breakpoint ======= */
/* ======= prefix ======= */
/* ======= positioncenter ======= */
/* ==============================
-Global
=============================== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  html {
    margin-top: 0 !important;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  font-feature-settings: "palt";
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a {
  display: inline-block;
  word-break: break-word;
}

a, a:hover {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  outline: none;
}

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

#wpadminbar {
  position: fixed !important;
}
@media only screen and (max-width: 767px) {
  #wpadminbar {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container {
    padding: 0 !important;
  }
}

/* ==============================
-Grid
=============================== */
.l-con {
  margin: 0 auto;
  max-width: calc( 1300px + 40px);
  padding: 0 calc( 40px / 2);
}
@media only screen and (max-width: 767px) {
  .l-con {
    max-width: 100%;
    padding: 0 15px;
  }
}
.l-con .l-con-right {
  margin-left: calc((100vw - 1300px + 40px) / 2);
  padding: 0 calc( 40px / 2);
}
.l-con .l-con-left {
  margin-right: calc((100vw - 1300px + 40px) / 2);
  padding: 0 calc( 40px / 2);
}
@media only screen and (max-width: 1350px) {
  .l-con .l-con-right,
  .l-con .l-con-left {
    margin: 0 auto;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .l-con .l-con-right,
  .l-con .l-con-left {
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-con .l-full {
    margin-left: calc( 40px / -4);
    margin-right: calc( 40px / -4);
  }
}

.l-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.l-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-left: calc( 40px / -2);
  margin-right: calc( 40px / -2);
}
@media only screen and (max-width: 767px) {
  .l-row {
    margin-left: calc( 40px / -4);
    margin-right: calc( 40px / -4);
  }
}

/* 新しい.l-rowコード */

.l-row-around {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}


.l-row-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.l-full {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

[class*="-col-"] {
  position: relative;
  font-size: 10px;
}

.l-col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 1)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 1)) - 40px);
}

.l-col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 2)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 2)) - 40px);
}

.l-col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 3)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 3)) - 40px);
}

.l-col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 4)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 4)) - 40px);
}

.l-col-450 {
  width: 450px;
  margin:0 20px;
}

.l-col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 5)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 5)) - 40px);
}

.l-col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 6)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 6)) - 40px);
}

.l-col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 7)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 7)) - 40px);
}

.l-col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 8)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 8)) - 40px);
}

.l-col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 9)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 9)) - 40px);
}

.l-col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 10)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 10)) - 40px);
}

.l-col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 11)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 11)) - 40px);
}

.l-col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 12)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 12)) - 40px);
}

.l-col-auto {
  flex: 1;
  margin: 0 calc( 40px / 2);
}

.l-tile-col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 1)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 1)));
}

.l-tile-col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 2)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 2)));
}

.l-tile-col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 3)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 3)));
}

.l-tile-col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 4)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 4)));
}

.l-tile-col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 5)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 5)));
}

.l-tile-col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 6)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 6)));
}

.l-tile-col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 7)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 7)));
}

.l-tile-col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 8)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 8)));
}

.l-tile-col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 9)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 9)));
}

.l-tile-col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 10)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 10)));
}

.l-tile-col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 11)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 11)));
}

.l-tile-col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 12)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 12)));
}

.l-tile-col-auto {
  flex: 1;
}

.l-offset-left-1 {
  margin-left: calc(( 100% / ( 12 / 1) + calc( 40px / 2)));
}

.l-offset-left-2 {
  margin-left: calc(( 100% / ( 12 / 2) + calc( 40px / 2)));
}

.l-offset-left-3 {
  margin-left: calc(( 100% / ( 12 / 3) + calc( 40px / 2)));
}

.l-offset-left-4 {
  margin-left: calc(( 100% / ( 12 / 4) + calc( 40px / 2)));
}

.l-offset-left-5 {
  margin-left: calc(( 100% / ( 12 / 5) + calc( 40px / 2)));
}

.l-offset-left-6 {
  margin-left: calc(( 100% / ( 12 / 6) + calc( 40px / 2)));
}

.l-offset-left-7 {
  margin-left: calc(( 100% / ( 12 / 7) + calc( 40px / 2)));
}

.l-offset-left-8 {
  margin-left: calc(( 100% / ( 12 / 8) + calc( 40px / 2)));
}

.l-offset-left-9 {
  margin-left: calc(( 100% / ( 12 / 9) + calc( 40px / 2)));
}

.l-offset-left-10 {
  margin-left: calc(( 100% / ( 12 / 10) + calc( 40px / 2)));
}

.l-offset-left-11 {
  margin-left: calc(( 100% / ( 12 / 11) + calc( 40px / 2)));
}

.l-offset-left-12 {
  margin-left: calc(( 100% / ( 12 / 12) + calc( 40px / 2)));
}

.l-offset-right-1 {
  margin-right: calc(( 100% / ( 12 / 1) + calc( 40px / 2)));
}

.l-offset-right-2 {
  margin-right: calc(( 100% / ( 12 / 2) + calc( 40px / 2)));
}

.l-offset-right-3 {
  margin-right: calc(( 100% / ( 12 / 3) + calc( 40px / 2)));
}

.l-offset-right-4 {
  margin-right: calc(( 100% / ( 12 / 4) + calc( 40px / 2)));
}

.l-offset-right-5 {
  margin-right: calc(( 100% / ( 12 / 5) + calc( 40px / 2)));
}

.l-offset-right-6 {
  margin-right: calc(( 100% / ( 12 / 6) + calc( 40px / 2)));
}

.l-offset-right-7 {
  margin-right: calc(( 100% / ( 12 / 7) + calc( 40px / 2)));
}

.l-offset-right-8 {
  margin-right: calc(( 100% / ( 12 / 8) + calc( 40px / 2)));
}

.l-offset-right-9 {
  margin-right: calc(( 100% / ( 12 / 9) + calc( 40px / 2)));
}

.l-offset-right-10 {
  margin-right: calc(( 100% / ( 12 / 10) + calc( 40px / 2)));
}

.l-offset-right-11 {
  margin-right: calc(( 100% / ( 12 / 11) + calc( 40px / 2)));
}

.l-offset-right-12 {
  margin-right: calc(( 100% / ( 12 / 12) + calc( 40px / 2)));
}

/* ======= margin defalut ======= */

.mrb-170{
  margin-bottom: 170px !important;
}


@media only screen and (max-width: 767px) {
  [class*="l-offset-left-"] {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-offset-right-"] {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-col-"] {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 40px / 2 - 0.1px);
    max-width: calc(100% - 40px / 2);
    margin-left: calc( 40px / 4);
    margin-right: calc( 40px / 4);
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-tile-col-"] {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* ===== @mixin ===== */
/* ======= templete component ======= */
.c-display-pc {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .c-display-pc {
    display: none !important;
  }
}

.c-display-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .c-display-sp {
    display: block !important;
  }
}

.c-display-sp-top-only {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .c-display-sp-top-only {
    display: flex !important;
  }
}

body {
  min-width: 1024px;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
body.active {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  input, button, textarea, select {
    font-size: 16px;
  }
}

/* ======================
フェードイン
========================= */
.a-fadein {
  -webkit-animation: a-fadein 0.8s both 0.4s ease;
  animation: a-fadein 0.8s both 0.4s ease;
  visibility: visible !important;
  backface-visibility: hidden;
  transform: perspective(0);
}

@-webkit-keyframes a-fadein {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0) perspective(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}
@keyframes a-fadein {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0) perspective(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}


.a-fade {
  width: 100%;
  height: 713px;
  display: flex;
  margin: 0 auto;
  /* background-color:#EAF3C6;
   -webkit-animation: a-fade 0.8s both 0.3s ease;
  animation: a-fade 0.8s both 0.3s ease;
  visibility: visible !important;
  backface-visibility: hidden; */
}

@-webkit-keyframes a-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.link{
  text-decoration: underline !important;
}

/* ======= site component ======= */
/*==============================
-c-header
===============================*/
.c-header::-webkit-scrollbar {
  display: none;
}

.c-header {
  position: relative;
  height: 70px;
  background-color: #F9F7F3;
  border-bottom: 2px solid #000;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  .c-header {
    height: 50px;
    border: none;
  }
}

.c-header-pc {
  width: 100%;
  height: 100%;
  padding-left: 30px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-header-pc {
    display: none;
  }
}

.c-header-pc-left ul {
  display: flex;
  justify-content: flex-start;
}


@media only screen and (max-width: 1024px) {
  .c-header-pc-left ul {
    width: 360px;
  }
}

.c-header-pc-left-anchor {
  color: #333;
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  font-size: 17px;
}

.c-header-pc-right {
  height: 100%;
  flex-flow: column;
  display: flex;
  justify-content: space-evenly;
}

.c-header-pc-right ul li:last-child {
  padding: 7px 27px;
  border-radius: 50px;
  border: 1px solid #000;
}

.c-header-pc-right-text {
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  font-size: 14px;
  text-align: right;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .c-header-pc-right-text {
    text-align: center;
  }
}
.c-header-pc-right-text a {
  margin-left: 5px;
}


/* ======================
-c-header-sp
========================= */
.c-header-sp-login{
  display: none;
}

.c-header-sp-right {
  height: 100%;
  flex-flow: column;
  font-family: "Clother";
  letter-spacing: initial;
  display: flex;
  padding: 16px 0px 11px 0px;
}

.c-header-sp-right ul {
  display: flex;
  justify-content: flex-end;

}

.c-header-sp-right ul li{
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  padding: 8px 12px;
  margin-right: 10px;
  border-radius: 50px;
  border: 1px solid #000;
}

.c-header-sp-right ul li a{
  color: #333;
}

@media only screen and (max-width: 767px) {
  .c-header-sp-login{
    display: block;
  }
}



.c-header-sp {
  display: none;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-header-sp {
    display: flex;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s cubic-bezier(0.1, 0, 0.07, 1);
    transform: translateX(-20%);
    padding: 30px 15px 120px;
  }
  .c-header-sp.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}

.c-header-sp-logo-box {
  max-width: 250px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .c-header-sp-logo-box {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-header-sp-logo-box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header-sp-logo-box {
    max-width: 140px;
    margin: 0 auto;
  }
}

.c-header-sp-anchor-area {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-header-sp-anchor-area {
    margin: 0 auto;
  }
}

.c-header-sp-anchor-box {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .c-header-sp-anchor-box + .c-header-sp-anchor-box .c-header-sp-anchor {
    margin-top: 3vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-header-sp-anchor-box {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header-sp-anchor-box {
    margin: 50px auto;
  }
}

.c-header-sp-anchor {
  display: inline-block;
  color: #000;
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  font-size: 18px;
  text-shadow: 0 0 0 #000;
}
.c-header-sp-anchor:hover {
  text-decoration: underline;
}

.c-header-language-wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-header-language-wrap {
    border-bottom: none;
  }
}

.c-header-language-btn {
  display: block;
  position: relative;
  z-index: 9999;
  text-align: right;
  padding: 0 15px 15px;
  width: 200px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .c-header-language-btn {
    padding: 0 15px;
  }
}

.c-header-language-btn-text {
  position: relative;
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  font-size: 14px;
  padding-right: 5px;
  cursor: pointer;
  background-color: #fff;
}
.c-header-language-btn-text::after {
  content: '\025bc';
  position: absolute;
  right: -15px;
  background-color: #fff;
}
.c-header-language-btn-text.active::after {
  content: '\025b2';
  position: absolute;
  right: -15px;
}
@media only screen and (max-width: 767px) {
  .c-header-language-btn-text::after {
    content: '\025b2';
    right: -15px;
  }
  .c-header-language-btn-text.active::after {
    content: '\025bc';
    right: -15px;
  }
}

.c-header-language-box {
  display: none;
  position: absolute;
  right: 0;
  z-index: 9;
  width: 40%;
  margin-top: 175px;
  padding: 15px 10px 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-header-language-box {
    width: 100%;
    padding: 15px 0 0;
    margin-top: -175px;
  }
}

.c-header-language-li {
  text-align: right;
  margin-bottom: 10px;
}

.c-header-language-anchor {
  color: #000;
  font-size: 16px;
}

.c-header-sp-about-wrap {
  width: 220px;
  margin: 20px auto;
}

.c-header-sp-sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
}

.c-header-sp-sns li {
  margin: 0 9px;
}

.c-header-sp-sns li a {
  display: block;
  color: #000;
}

.c-header-sp-sns:not(.share) li a:after {
  font-family: icon;
  font-size: 35px;
}

.c-header-sp-sns:not(.share) li.c-header-sp-sns-instagram a:after {
  content: "i";
}

.c-header-sp-sns:not(.share) li.c-header-sp-sns-twitter a:after {
  content: "t";
}

.c-header-sp-sns:not(.share) li.c-header-sp-sns-facebook a:after {
  content: "f";
}

/*==============================
_c-header-triger
===============================*/
.c-header-triger {
  display: none;
  position: fixed;
  top: 2px;
  left: 10px;
  width: 45px;
  height: 45px;
  z-index: 9999999;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .c-header-triger {
    display: block;
  }
}

.c-header-triger-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 28px;
  height: 3px;
  background: #000;
  display: block;
  z-index: 9999999;
  transition: all .4s;
}

.c-header-triger-bar:nth-of-type(1) {
  top: 11px;
}

.c-header-triger-bar:nth-of-type(2) {
  top: 21px;
  transition: all .4s ease;
}

.c-header-triger-bar:nth-of-type(3) {
  top: 31px;
}

.c-header-triger-bar.active:nth-of-type(1) {
  background: #000;
  transform: rotate(135deg);
  top: 22px;
}

.c-header-triger-bar.active:nth-of-type(2) {
  background: #000;
  transition: all .4s ease;
  opacity: 0;
  right: 40px;
  display: none;
}

.c-header-triger-bar.active:nth-of-type(3) {
  background: #000;
  transform: rotate(-135deg);
  top: 22px;
}

/*==============================
-c-footer
===============================*/

@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 30px 18px;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer-logo-box {
    order: 2;
    text-align: center;
  }
}

.c-footer-logo {
  width: 189px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .c-footer-logo {
    margin: 0 auto 30px;
  }
}

.c-footer-copyright {
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  color: #fff;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .c-footer-anchor-box {
    order: 1;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-anchor-box .l-col-6 {
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 6)) - 40px - 0.1px);
    margin: 0 calc( 40px / 2);
    max-width: calc(( 100% / ( 12 / 6)) - 40px);
  }
}

.c-footer-anchor {
  display: inline-block;
  color: #fff;
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  font-size: 14px;

}
.c-footer-anchor:hover {
  text-decoration: underline;
}

.c-footer-anchor span {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .c-footer-anchor span {
    display: none;
  }
}


/*==============================
-MAP
===============================*/

.producer-location{
  margin-top: 24px;
}

.map--gray iframe{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}



/*==============================
-P-404
===============================*/
.p-404-wrapper {
  display: block;
  position: relative;
  padding: 120px 0;
  text-align: center;
  margin: 0 auto;
  color: #444;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-404-wrapper {
    padding: 60px 0;
  }
}

.p-404-title {
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: 10px;
  text-indent: 10px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.p-404-text {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-indent: 3px;
  line-height: 1.4;
  margin-bottom: 80px;
}

.p-404-lead {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.p-404-leadlink {
  display: inline;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #f00;
  transition: .3s;
}
.p-404-leadlink:hover {
  text-decoration: underline;
  transition: .2s;
}

/*==============================
-Page
===============================*/
.p-privacy-wrapper {
  width: 100%;
  padding: 180px 0;
}
@media only screen and (max-width: 767px) {
  .p-privacy-wrapper {
    padding: 120px 0;
  }
}

.p-privacy-text {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  text-align: center;
  margin-bottom: 40px;
}

.p-privacy-lead {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 40px;
}

.p-privacy-descarea {
  display: block;
  width: 100%;
}

.p-privacy-title {
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.p-privacy-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  position: relative;
  display: inline-block;
  color: #000;
  margin: 0 auto 40px auto;
  z-index: 1;
}



/*==============================
-button-css
===============================*/

.white-black-line-button{
  width: 253px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  background: #fff;
  color: #000;
  border: 1px solid #000000;
  border-radius: 97px;
  padding: 12px 0;
}

.p-blue-green{
  width: 253px;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  padding: 11px 0;
  background: #20A353;
  border-radius: 97px;
}

.p-blue-button{
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  padding: 11px 98px;
  background: #000AFF;
  border-radius: 97px;
}

.p-clear-button{
  width: 170px;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #000;
  padding: 5px 0;
  border: 1px solid #000;
  border-radius: 97px;
}

.p-clear-button:hover{
    color: #0056b3 !important;
}

.p-gray-button{
  display: block;
  width: 253px;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #000;
  padding: 12px 0;
  background: #989898;
  border-radius: 97px;
}

.p-blue-line-button{
  width: 253px;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  padding: 12px 0;
  margin: 0 auto;
  border-radius: 97px;
  border: 1px solid #000AFF;
  background-color: #fff;
  transition: .2s ease;
  -webkit-transition: .2s ease;
}

@media only screen and (max-width: 767px) {
  .white-black-line-button{
    width: 217px;
    height: 53px;
  }

  .p-clear-button{
    width: 217px;
    padding: 11px 0;
    font-size: 13px;
    line-height: 26px;
  }

}



/*==============================
-P-top
===============================*/
.p-mv-wrap {
  position: relative;
  background-color: #EAF3C6;
}

.p-mv-logo {
  width: 196px;
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  .p-mv-logo {
    width: 138px;
    top: -40px;
  }
}

.p-mv-image {
  position: relative;
  width: calc(100% - 30px);
  margin: 0 auto 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 784px;
}
@media only screen and (max-width: 767px) {
  .p-mv-image {
    width: 100%;
    padding-top: 629px;
    margin: 0;
  }
}


.p-mv-text {
  display: block;
  padding-top: 159px;
  padding-left: 84px;
  width: 50%;
  z-index: 9;
  color: #000;
  font-size: 19px;
  letter-spacing: 1.5px;
  text-align: left;
  margin-right: auto;

}

.p-mv-text-top h2{
  font-family: "Clother";
  letter-spacing: initial;
  font-style: normal;
  font-weight: 700;
  font-size: 63px;
  line-height: 66px;
  margin-bottom:8px;
}

.p-mv-text-top p{
font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 30px;
}

.p-mv-text-bottom{
  padding-top: 97px;
}

.p-mv-text-bottom p{
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 26px;
padding-left: 20px;
padding-bottom: 12px;
}

.p-mv-text-bottom .white-black-line-button{
  line-height: 28px;
  letter-spacing: 1.6px;
}

.p-mv-image-container{
  width: 100%;
  background: url(/assets/images/main-top_pc.jpg);
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 767px) {
    .p-mv-image-container{
        background: url(/assets/images/main-top_sp.jpg);
        background-size: cover;
        background-position: bottom;
    }
}

@media only screen and (max-width: 767px) {
  .p-mv-text {
    text-align: center;
    line-height: 2;
    width: 90%;
  }
}

/*==============================
-p-video-wrap
===============================*/

.p-video-wrap{
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  background-size:cover;
  background-repeat: no-repeat;
  background-position:center;
  background-image: url(/assets/images/top_background_1.jpg);

}

.p-video-contents{
  position: absolute;
  text-align: center;
  z-index: 4;
}

.p-video{
  width: 100%;
  height: 644px;
}

@media only screen and (max-width: 767px) {

  .p-video{
    width: 100%;
    height: 100%;
  }

}

.p-video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}



.p-video::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.p-video-contents-text-area{
  max-width: 1042px;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.p-video-contents-text-area p{
font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 28px;
margin-bottom: 40px;
}

.p-video-contents-button{
  width: 253px;
  margin: 40px auto 0;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  padding: 11px 0;
  border: 1px solid #FFFFFF;
  border-radius: 97px;

}


@media only screen and (max-width: 767px) {
  .a-fade{
    display: block;
  }

  .p-mv-text {
    width: 100%;
    padding:44px 0;
    text-align: center;
    line-height: 2;
  }

  .p-mv-text-top h2{
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 14px;
  }

  .p-mv-text-bottom{
    padding-top: 56px;
  }

  .p-mv-text-bottom p{
    padding-left: 0px;
    padding-bottom: 13px;
  }
}

@media only screen and (max-width: 767px) {

  .p-video-wrap{
    height: 640px;
  }

  .p-video-contents-text-area{
    width: 100%;
    padding-top: 56px;
    text-align: left;
  }

  .p-video-contents-text-area p{
    width: 100%;
    padding: 0 5%;
    margin-bottom: 36px;
  }

  .p-video-contents-button{
    width: 217px;
    margin: 0 auto;
  }
}




/*==============================
-p-about-wrap
===============================*/

.p-about-wrap {
  padding: 72px 87px 30px;
  background-color: #FBE3E2;
}
@media only screen and (max-width: 767px) {

  .p-about-wrap {
    padding: 16px 0 68px;
  }

}

.p-about-wrap-title-container{
  text-align: center;
}

.p-about-contents-head {
  color: #000;
  font-family: 'Clother';
  letter-spacing: initial;
  font-style: normal;
  font-weight: 600;
  font-size: 63px;
  line-height: 73px;
  color: #000000;
  margin-top: 24px;
  margin-bottom: 25px;
}

.p-about-wrap-title-container .p-about-contents-head-top{
  font-family: 'Clother';
  letter-spacing: initial;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
text-align: center;
color: #000000;
margin-bottom: 38px;
}

.line-2-boerder{
  height: 4px;
  margin-top: 38px;
  margin-bottom: 42px;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
}


.p-about-contents-flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
  padding-right: 15px;
}



.p-about-contents-flex-container{
  display: block;
}

.p-about-contents-flex-in-left {
  width: 50%;
  display: flex;
}

.p-about-contents-flex-in-right {
  width: 50%;
  padding-left: 2%;
}


.p-about-contents-image-area{
  height: 100%;
}

.slick-slider{
  height: 100%;
}

.slick-track{
  height: 100%;
}

.slick-list {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .p-about-contents-flex-in {
    width: 100%;
  }

  .p-about-contents-image-area{
    height: 100%;
  }

  .slick-slider{
    height: 100%;
  }


  .slick-track{
    height: 100%;
  }

  .slick-list {
    height: 100%;
  }

}




@media only screen and (max-width: 767px) {
  .p-about-contents-text-area {
    padding: 0 15px;
  }
}


@media only screen and (max-width: 767px) {

  .p-about-contents-head {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .p-about-wrap-title-container .p-about-contents-head-top{
    font-size: 16px;
    line-height: 32px;
  }


}
.p-about-contents-text-area .p-about-contents-country {
  display: block;
  font-family: 'Clother';
  letter-spacing: initial;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-about-contents-head span {
    font-size: 13px;
  }
}

.p-about-contents-text-area .p-about-contents-coffee-of-name {
  font-family: 'Clother';
  letter-spacing: initial;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 44px;
color: #000000;
margin-bottom: 16px;
}

.p-about-contents-ingredients-container{
  display: flex;
  width: 100%;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 32px;
}

.p-about-contents-ingredients-left-container{
  display: inline-block;
  width: 100%;
}

.p-about-contents-ingredients-left-box{
  width: 100%;
  display: inline-flex;
  margin-bottom: 11px;
}

.p-about-contents-ingredients-left-box-left{
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.p-about-contents-ingredients-left-box-right{
  font-family: 'Clother';
  letter-spacing: initial;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}

.p-about-contents-ingredients-right-container{
  display: inline-block;
  width: 44%;
  padding-left: 1%;
}

.p-about-contents-ingredients-right-box{
  width: 100%;
  display: inline-flex;
  margin-bottom: 11px;
}

.p-about-contents-ingredients-right-box-left{
  width: 25%;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.p-about-contents-ingredients-right-box-right{
  width: 75%;
  font-family: 'Clother';
  letter-spacing: initial;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}

.p-about-contents-lead {
  color: #000;
  font-size: 13px;
  text-align: justify;
  letter-spacing: 2.4px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-about-contents-lead {
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 50px;
  }
}

.p-about-bottom-of-section{
  display: flex;
  width: 100%;
  height: auto;
  /* max-height: 520px; */
  margin: 78px auto;
  background-color: #F3EEE4;
  border: 1px solid #000;
  border-radius: 10px;

}




/* .p-about-bottom-of-section */

.p-about-bottom-of-section{
  position: relative;
}

.p-about-bottom-of-section-left{
  width: 45%;
}

.p-about-bottom-of-section-left-tag{
  display: flex;
  width: 400px;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  align-items: center;
  margin-top: 20px;
  padding: 5px 25px;
  background-color: #F45625;
  color: #fff;
}


.p-about-bottom-of-section-left-tag h4{
  font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 28px;
}

.p-about-bottom-of-section-left-tag a{
  font-size: 12px;
  line-height: 24px;
  padding-left: 24px;
  color: #fff;
  text-decoration: underline;
}

.about-tip{
  font-size: 12px;
  line-height: 24px;
  padding-left: 24px;
  color: #fff;
  text-decoration: underline;
}

.about-tip:hover{
    color: #0056b3 !important;
}

.tip-white-box{
  display: inline-block;
  position: absolute;
  width: 349px;
  top: -175px;
  left: 274px;
  padding: 14px 36px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
.tip-white-box{
    top: -150px;
  }
}

.tip-white-box:before{
  display: inline-block;
  content: "";
  width: 1rem ;
  height: 1rem ;
  position: absolute;
  transform: rotate(45deg) ;
  border:1px solid #000;
  border-left: transparent;
  border-top: transparent;
  background-color: #fff;
  z-index: -4;
  left: 50px;
  bottom: -6px;
}

.tip-white-box-header{
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.tip-white-box-header-left{
  width: 50%;
}

.tip-white-box-header-right{
  width: 50%;
  position: relative;
  display: flex;
  justify-content: right;
}

.tip-white-box-header-right .btn-close{
  position: absolute;
  top: -3px;
  right: -24px;
  width: 8px !important;
  height: 8px !important;
}



.tip-white-box p {
  font-size: 11px;
  text-align: justify;
  line-height: 23px;
  letter-spacing: 1.6px;
  color: #000;
}

@media only screen and (max-width: 767px) {

  .p-about-bottom-of-section-left-tag h4{
    font-size: 12px;
    letter-spacing: 0.3px;
  }

  .tip-white-box {
    width: 95%;
    max-width: 350px;
    left: unset;
    margin: 0 2.5%;
  }

  .tip-white-box:before{
    left: unset;
    right: 24%;
  }

}

.p-about-bottom-of-section-left-contents{
  margin-top: 54px;
  margin-left: 25px;
  padding-bottom: 20px;
}

.p-about-bottom-of-section-left-contents h5{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;

}

.p-about-bottom-of-section-left-contents p{
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 60px;
}


.p-about-bottom-of-section-right{
  width: 50%;
  padding: 13px 12px 13px 0;
  margin-left: 5%;
}

.p-about-bottom-of-section-right img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}


.p-about-button-wrap a{
  display: block;
  margin: 0 auto;
}

.p-about-button-wrap .link{
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  text-decoration: underline;
  margin-top: 14px;
  color: #000;
  display: inline-block;
}

.p-about-button-wrap .link:hover{
    color: #0056b3 !important;
}

.p-about-contents-note {
  color: #DBCB57;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 30px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .p-about-wrap{
    width: 100%;
    padding: 16px 2.5% 68px;
  }

  .p-about-contents-note {
    font-size: 13px;
    text-align: center;
  }
}

.p-about-contents-anchor {
  display: block;
  color: #333;
  font-size: 13px;
  text-align: center;
  width: 250px;
  padding: 15px 0;
  border-radius: 30px;
  background-color: #BFD6F9;
  border: 1px solid #F45625;
  transition: .2s ease;
  -webkit-transition: .2s ease;
}
@media only screen and (max-width: 767px) {
  .p-about-contents-anchor {
    width: 217px;
    margin: 0 auto 30px;
  }
}
.p-about-contents-anchor:hover {
  color: #fff;
  background-color: #F45625;
}

.p-about-contents-video-area {
  position: relative;
  width: 100%;
  padding: 0 42px;
}
@media only screen and (max-width: 767px) {
  .p-about-contents-video-area {
    width: 90%;
    margin: 0 auto;
    padding: 0 10px;
  }
}
.p-about-contents-video-area .slick-prev, .p-about-contents-video-area .slick-next {
  top: 46%;
}
@media only screen and (max-width: 767px) {
  .p-about-contents-video-area .slick-prev, .p-about-contents-video-area .slick-next {
    top: 36%;
  }
}
.p-about-contents-video-area .slider .slick-prev {
  left: -30px !important;
}
@media only screen and (max-width: 767px) {
  .p-about-contents-video-area .slider .slick-prev {
    left: -25px !important;
  }
}
.p-about-contents-video-area .slider .slick-next {
  right: -30px !important;
}
@media only screen and (max-width: 767px) {
  .p-about-contents-video-area .slider .slick-next {
    right: -25px !important;
  }
}
.p-about-contents-video-area .slider .slick-prev:before {
  background-image: url(../images/coffee_arrow_prev_w.png);
}
@media only screen and (max-width: 767px) {
  .p-about-contents-video-area .slider .slick-prev:before {
    width: 10px;
    margin: 0 auto;
  }
}
.p-about-contents-video-area .slider .slick-next:before {
  background-image: url(../images/coffee_arrow_next_w.png);
}
@media only screen and (max-width: 767px) {
  .p-about-contents-video-area .slider .slick-next:before {
    width: 10px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {

  /* p-about-contents-flex-SmartPhone-responsive-section */

  .p-about-contents-flex {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    padding-right: 0px;
  }

  .p-about-contents-flex-in-left{
    width: 100%;
  }

  .p-about-contents-flex-in-right{
    width: 100%;
    padding-left: 0%;
    margin-bottom: 52px;
  }

  .p-about-contents-text-area .p-about-contents-coffee-of-name {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .p-about-bottom-of-section{
    display: block;
    height: auto;
    margin: 42px 0 48px;
  }

  .p-about-bottom-of-section-left{
    width: 100%;
    text-align: center;
  }

  .p-about-bottom-of-section-left-tag{
    width: 100%;
    padding: 5px 12px;
    align-items: center;
  }

  .p-about-bottom-of-section-left-tag a{
    padding-left: 2px;
    padding-bottom: 4px;
  }

  .p-about-bottom-of-section-left-contents{
    justify-content: center;
    margin: 32px 4% 0;
  }

  .p-about-bottom-of-section-left-contents h5{
    text-align: left;
    margin-bottom: 14px;
  }

  .p-about-bottom-of-section-left-contents p{
    text-align: justify;
    margin-bottom: 40px;
  }

  .p-about-bottom-of-section-right{
    width: 100%;
    padding: 10px;
    margin-top: 40px;
    margin-left: 0%;
  }

  .p-about-bottom-of-section-right img{
    height: 350px;
  }

}

.p-about-slider-text {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .p-about-slider-text {
    font-size: 13px;
  }
  .p-about-slider-text br {
    display: none;
  }
}

.p-about-slider-dots {
  display: flex !important;
  justify-content: right;
  position: absolute;
  bottom: -16px;
  right: 0px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-about-slider-dots {
    justify-content: center;
    bottom: -6%;
  }
}

.p-about-slider-dots li {
  margin: 0 5px;
}

.p-about-slider-dots li button {
  width: 8px;
  height: 8px;
  color: #fff;
  background-color: #fff;
  border-radius: 100px;
  border: 0;
  font-size: 0pt;
}

@media only screen and (max-width: 767px) {
  .p-about-slider-dots li button {
    width: 12px;
    height: 12px;
  }
}
.p-about-slider-dots li.slick-active button {
  background-color: #000;
}

.p-coffee-wrap {
  position: relative;
  text-align: center;
}

.slider-container {
  padding: 70px 0;
  background: #ccc;
  transition: all 1s;
  -webkit-transition: all 1s;
}
@media only screen and (max-width: 767px) {
  .slider-container {
    padding: 40px 0 75px 0;
  }
}

.p-coffee-section-title {
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  letter-spacing: initial;
  font-size: 25px;
  font-weight: 400;
  padding-bottom: 30px;
  letter-spacing: -0.5px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-coffee-section-title {
    font-size: 18px;
  }
}

.p-coffee-products-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding-top: 89%;
  opacity: .7;
}
@media only screen and (max-width: 767px) {
  .p-coffee-products-img {
    padding-top: 91%;
    opacity: 1;
  }
}
@media only screen and (max-width: 500px) {
  .p-coffee-products-img {
    padding-top: 104%;
  }
}
@media only screen and (max-width: 450px) {
  .p-coffee-products-img {
    padding-top: 117%;
  }
}
.p-coffee-products-img.active {
  opacity: 1;
}

.p-coffee-slide-text-box {
  text-align: left;
  max-width: 1084px;
  margin: -80px auto 0 auto;
}
@media only screen and (max-width: 1920px) {
  .p-coffee-slide-text-box {
    width: 80vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-coffee-slide-text-box {
    width: 100%;
    padding: 0 15px;
  }
}

.p-coffee-desc-area {
  position: relative;
  padding-top: 110px;
}
@media only screen and (max-width: 767px) {
  .p-coffee-desc-area {
    padding-top: 100px;
  }
}

.p-coffee-desc-box {
  padding: 60px 20px 19px 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-coffee-desc-box {
    padding: 60px 15px 23px 15px;
  }
}

.p-coffee-desc-img {
  width: 129px;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}
@media only screen and (max-width: 1450px) {
  .p-coffee-desc-img {
    width: 120px;
    top: 10%;
  }
}
@media only screen and (max-width: 1250px) {
  .p-coffee-desc-img {
    width: 105px;
    top: 13%;
  }
}
@media only screen and (max-width: 1150px) {
  .p-coffee-desc-img {
    width: 105px;
    top: 14%;
  }
}
@media only screen and (max-width: 767px) {
  .p-coffee-desc-img {
    width: 105px;
    top: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .p-coffee-desc-img {
    width: 100px;
    top: 50px;
  }
}
@media only screen and (max-width: 450px) {
  .p-coffee-desc-img {
    width: 88px;
    top: 60px;
  }
}
@media only screen and (max-width: 400px) {
  .p-coffee-desc-img {
    width: 80px;
    top: 65px;
  }
}
@media only screen and (max-width: 340px) {
  .p-coffee-desc-img {
    width: 70px;
    top: 65px;
  }
}

.p-coffee-desc-name {
  letter-spacing: .1px;
  padding-bottom: 15px;
  width: 100%;
  margin: 0 auto;
}

.p-coffee-desc-name-title{
  text-decoration: underline;
}


@media only screen and (max-width: 767px) {
  .p-coffee-desc-name {
    width: 75%;
  }
}
.p-coffee-desc-name span:nth-of-type(1) {
  font-family: restra, "Times New Roman", Times, Georgia, Roboto, "Droid Sans", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  vertical-align: middle;
  padding-right: 10px;
  margin-bottom: 10px;
  display: block;
}
.p-coffee-desc-name span:nth-of-type(2) {
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 12px;
  vertical-align: middle;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-coffee-desc-name {
    padding-bottom: 0;
  }
  .p-coffee-desc-name span:nth-of-type(1) {
    line-height: 1;
    display: block;
    padding-right: 0;
    margin-bottom: 8px;
  }
  .p-coffee-desc-name span:nth-of-type(2) {
    padding-top: 8px;
  }
}
@media only screen and (max-width: 370px) {
  .p-coffee-desc-name span:nth-of-type(1) {
    font-size: 20px;
  }
}
@media only screen and (max-width: 340px) {
  .p-coffee-desc-name span:nth-of-type(1) {
    font-size: 18px;
  }
}

.p-coffee-desc-split-flex {
  display: flex;
  max-width: 641px;
  margin: 10px auto 0;
}
@media only screen and (max-width: 767px) {
  .p-coffee-desc-split-flex {
    flex-wrap: wrap;
  }
}

.p-coffee-desc-split-item {
  width: 50%;
}
.p-coffee-desc-split-item:nth-of-type(1) {
  border-right: 1px solid #909090;
  padding-right: 4%;
}
.p-coffee-desc-split-item:nth-of-type(2) {
  padding-left: 4%;
}
@media only screen and (max-width: 767px) {
  .p-coffee-desc-split-item {
    width: 100%;
  }
  .p-coffee-desc-split-item:nth-of-type(1) {
    border-right: none;
    padding: 25px 0 0 0;
  }
  .p-coffee-desc-split-item:nth-of-type(2) {
    padding: 15px 0 0 0;
  }
}

.p-coffee-desc-split-in-split-flex {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-coffee-desc-split-in-split-flex {
    flex-wrap: wrap;
  }
}
.p-coffee-desc-split-in-split-flex li:nth-of-type(1) {
  margin-right: 10%;
}
@media only screen and (max-width: 1080px) {
  .p-coffee-desc-split-in-split-flex li:nth-of-type(1) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-coffee-desc-split-in-split-flex li {
    width: 100%;
  }
}

.p-coffee-desc-text {
  font-size: 13px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .p-coffee-desc-text {
    line-height: 2;
    text-align: left;
  }
}

.p-coffee-desc-anchorBtn {
  display: block;
  text-align: center;
  font-size: 13px;
  padding: 14px 5px;
  background-color: #fff;
  border: 1px solid #555555;
  border-radius: 25px;
  margin: 30px auto 0 auto;
  width: 206px;
  color: #000;
  transition: .2s ease;
  -webkit-transition: .2s ease;
}
@media only screen and (max-width: 767px) {
  .p-coffee-desc-anchorBtn {
    padding: 18px 5px;
  }
}
.p-coffee-desc-anchorBtn:hover {
  opacity: .8;
}

.p-coffee-note {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 11px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .p-coffee-note {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
  }
}

/* Slick Style */
.slider {
  max-width: 100%;
  margin: 0 auto;
}

.slider .slide {
  margin: 0 45px;
  text-align: center;
  line-height: 200px;
  font-size: 56px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .slider .slide {
    margin: 0 15px;
  }
}

.slider .slick-prev {
  left: 25.3%;
  z-index: 9;
  visibility:hidden ;
}
@media only screen and (max-width: 1350px) {
  .slider .slick-prev {
    left: 24%;
  }
}
@media only screen and (max-width: 1250px) {
  .slider .slick-prev {
    left: 21%;
  }
}
@media only screen and (max-width: 1150px) {
  .slider .slick-prev {
    left: 18%;
  }
}
@media only screen and (max-width: 1080px) {
  .slider .slick-prev {
    left: 16%;
  }
}
@media only screen and (max-width: 767px) {
  .slider .slick-prev {
    left: 28px;
  }
}

.slider .slick-prev:before {
  content: "";
  display: block;
  background-image: url("../images/coffee_arrow_prev.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 18px;
  height: 26px;
  transition: .2s;
  opacity: 1;
  visibility: ;
}
@media only screen and (max-width: 767px) {
  .slider .slick-prev:before {
    width: 14px;
    height: 22px;
  }
}

.slider .slick-next {
  right: 25.3%;
  z-index: 9;
  visibility: hidden;
}
@media only screen and (max-width: 1350px) {
  .slider .slick-next {
    right: 24%;
  }
}
@media only screen and (max-width: 1250px) {
  .slider .slick-next {
    right: 21%;
  }
}
@media only screen and (max-width: 1150px) {
  .slider .slick-next {
    right: 18%;
  }
}
@media only screen and (max-width: 1080px) {
  .slider .slick-next {
    right: 16%;
  }
}
@media only screen and (max-width: 767px) {
  .slider .slick-next {
    right: 28px;
  }
}

.slider .slick-next:before {
  content: "";
  display: block;
  background-image: url("../images/coffee_arrow_next.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 18px;
  height: 26px;
  transition: .2s;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .slider .slick-next:before {
    width: 14px;
    height: 22px;
  }
  .slick-slider {
    height: 350px;
    width: 350px;
  }
}

/* Slider */
.slick-slider {
  height: 658px;
  width: 658px;
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1151px) and (max-width: 1400px) {
  .slick-slider {
    height: 450px;
    width: 450px;
  }
}

@media (min-width: 767px) and (max-width: 1150px) {
  .slick-slider {
    height: 380px;
    width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-slider {
    height: 360px;
    width: 360px;
  }
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    top: 55%;
  }

  .slick-slide img {
    display: block;
    width: 360px;
    height: 360px;
    object-fit: cover;
  }

}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.p-works-wrap {
  padding-top: 90px;
  padding-bottom: 96px;
  background-color: #F4EFE1;
  border-bottom: 1px solid #252525;

}


.p-works-head-wrap {
  text-align: center;
  margin-bottom: 100px;
}

.p-works-head-image-container{
  display: flex;
}

.p-works-title {
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  letter-spacing: initial;
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .p-works-title {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.p-works-head {
  font-family: "Clother";
  letter-spacing: initial;
  font-style: normal;
font-weight: 600;
font-size: 50px;
line-height: 31px;
text-align: center;
color: #000000;
  margin-bottom: 53px;
}

.p-works-head br{
  display: none;
}

@media only screen and (max-width: 767px) {
  .p-works-head {
    font-weight: 700;
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 40px;
  }

  .p-works-head br{
    display: block;
  }

  .p-works-contents-head{
    font-size: 26px;
    line-height: 31px;
  }

  .p-works-contents {
    margin-bottom: 50px !important;
  }


}

.p-works-text {
  max-width: 1060px;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 2;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-works-text {
    font-size: 13px;
    text-align: left;
  }
}

.p-works-contents {
  text-align: center;
  margin-bottom: 108px;
}

.p-works-contents-head {
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  letter-spacing: initial;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
}


.p-works-contents-images {
  width: 268px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .p-works-contents-images {
    width: 55%;
  }
}

.p-works-contents-lead {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 1.7;
}

.p-works-roasters-wrap {
  position: relative;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .p-works-roasters-wrap {
    padding: 0 15px;
  }
}

.p-works-roasters-inner {
  padding: 50px;
  background-color: #f0eade;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .p-works-roasters-inner {
    padding: 35px 15px 70px;
    border-radius: 20px;
  }
}

.p-works-roasters-flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
}

.p-works-roasters-flex-left {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .p-works-roasters-flex-left {
    width: 100%;
  }
}

.p-works-roasters-flex-right {
  width: 70%;
  padding: 0 0 0 7vw;
}
@media only screen and (max-width: 767px) {
  .p-works-roasters-flex-right {
    width: 100%;
    padding: 0;
  }
}

.p-works-roasters-head {
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  letter-spacing: initial;
  font-size: 30px;
  letter-spacing: 1.5px;
  text-shadow: 0 0 0 #000;
  margin-bottom: 30px;
}

.p-works-roasters-lead {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-works-roasters-lead {
    margin-bottom: 40px;
    line-height: 1.8;
  }
}

.p-works-roasters-logo-list {
  display: flex;
  flex-wrap: wrap;
}

.p-works-roasters-logo-list-in {
  width: 20%;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-works-roasters-logo-list-in {
    width: 25%;
    padding: 0;
  }
}
.p-works-roasters-logo-list-in img {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .p-works-roasters-logo-list-in img {
    width: 90%;
  }
}

.p-works-roasters-logo-anchor {
  transition: .2s ease;
  -webkit-transition: .2s ease;
}
.p-works-roasters-logo-anchor:hover {
  opacity: 0.7;
}

.p-works-note {
  position: absolute;
  bottom: 20px;
  right: 40px;
  font-size: 11px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .p-works-note {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 80%;
    line-height: 1.2;
    text-align: left;
  }
}


/*==============================
-p-plan-wrap-CSS
===============================*/


.p-plan-wrap {
  /* width: 100%;
  max-width: 1042px; */
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
  background-color: #efefef;
}

.p-plan-head-wrap {
  text-align: center;
  margin-bottom: 60px;
}

#p-partner-wrap-container{
  display: block;

  align-items: center;
  padding: 25px;
  background-color: #000;
}

.hands-background{
  display: flex;
  position: relative;
  justify-content: space-between;

}

.hands-background img{
  width: 175px;

}

.hands-background-left{
  position: absolute;
  margin: 0 auto 0 0;
  left: 0;
}

.hands-background-right{
  position: absolute;
  margin: 0 0 0 auto;
  right: 0;
}

.p-partner-wrap{
  display: block;
  background-color: #EDE5D1;
  padding-top: 58px;
  border-radius: 16px;
}

.p-partner-wrap-contents-head h3{
  font-family: 'Clother';
  letter-spacing: initial;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  color: #000000;
  margin-bottom: 14px;
}

.p-partner-wrap-contents-head p{
  text-align: center;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 70px;

}

.p-partner-wrap-contents-head-top-of-text{
  padding-bottom: 70px;
}

.p-partner-wrap-contents-head-bottom-of-text{
  text-align: center;
  padding-bottom:28px ;
}

.p-partner-wrap-image-container{
  display: block;
}




/* grid CSS check! */
/* .p-partner-wrap-image-box-container{
  width: 100%;
  max-width: 1472px;
  display: grid;
  grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  margin: 0 auto;
} */

.p-partner-wrap-image-box-container{
  display: flex;
  width: 100%;
  max-width: 1346px;
  height: 200px;
  margin: 0 auto;
}

.p-partner-wrap-image-box{
  display: block;
  width: 11.11%;
  height: auto;
}

.p-partner-wrap-image-box-top-image{
  width: 75px;
  margin: 0 auto;
}

.p-partner-wrap-image-box-top-image img.image_profile{
    width: 100%;
    margin: 0 auto;
    border-radius: 50%;
}

.p-partner-wrap-image-box-top-image img.image_logo{
    width: 100%;
    margin: 12px auto;
}

@media only screen and (max-width: 767px) {
  #p-partner-wrap-container{
    padding:10px
  }


}


@media only screen and (max-width: 767px) {

  .p-works-wrap {
    padding: 50px 0 30px;
    border-bottom: none;
  }

  .p-works-head-wrap {
    margin-bottom: 50px;
  }

  .p-partner-wrap-contents-head p{
    width: 80%;
    margin: 0 auto 30px;
  }

  .p-partner-wrap-image-box-container{
    width: 80%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(23%, 3fr));
    gap: 40px;
    height: 100%;
    margin-bottom: 8%;
  }


  .hands-background img{
    width: 147px;

  }

  .hands-background-left {
    left: 0;
    bottom: -130px;
  }

  .hands-background-right{
    right: 0;
    bottom: -130px;
  }

  .p-partner-wrap-contents-head-bottom-of-text{
    width: 80%;
    text-align: center;
    padding-bottom:140px ;
    margin: 0 auto;
  }

  .p-partner-wrap-image-box{
    width:100% ;
  }

  .p-partner-wrap-image-box-top-image img{
    border: none;
  }

}


.p-plan-contents-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.p-plan-head {
  color: #F45625;
  font-family: 'Clother';
  letter-spacing: initial;
  font-weight: bold;
  font-size: 47px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .p-plan-head {
    font-size: 38px;
    line-height: 40px;
  }
}

.p-plan-title {
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .p-plan-title {
    font-size: 16px;
    line-height: 32px;
  }
}

.p-plan-text {
  font-size: 14px;
  letter-spacing: 1.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}

.p-plan-text-sub-text{
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
}

@media only screen and (max-width: 767px) {
  .p-plan-text {
    font-size: 13px;
    padding: 0 20px;
  }
}

.p-plan-contents-images {
  margin-bottom: 20px;
}

.p-plan-contents-text-box{
  padding-left: 12px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .p-plan-contents-text-box {
    padding: 0 20px;
  }
}

.p-plan-contents-head {
  font-size: 20px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}


@media only screen and (max-width: 767px) {
  .p-plan-contents-head {
    margin-bottom: 15px;
  }
}

.p-plan-contents-text{
  height: 110px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}

.p-plan-contents-type-flex {
  display: flex;
  justify-content: left;
}

.p-plan-contents-type-flex-in {
  width: 40%;
}

.p-plan-contents-type-flex-in:first-child{
  margin-right: 73px;
}

.p-plan-contents-type {
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1.5px;
  line-height: 2;
  margin-bottom: 0;
  /* line-height: 25px; */
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .p-plan-contents-type {
    margin-bottom: 15px;
  }
}

.p-plan-contents-note {
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-plan-contents-note {
    margin-bottom: 15px;
  }
}

.p-plan-contents-anchor {
  display: block;
  color: #fff;
  font-size: 13px;
  text-align: center;
  width: 240px;
  padding: 15px 0;
  margin: 0 auto 30px;
  border-radius: 30px;
  border: 1px solid #E73420;
  background-color: #20A353;
  transition: .2s ease;
  -webkit-transition: .2s ease;
}
@media only screen and (max-width: 767px) {
  .p-plan-contents-anchor {
    width: 217px;
  }
}
.p-plan-contents-anchor:hover {
  color: #fff;
  background-color: #E73420;
}

.p-plan-contents-deadline-box {
  width: 100%;
  max-width: 1040px;
  text-align: center;
  padding: 50px 12% 84px;
  margin: 0 auto;
  background-color: #E4E888;
}


.p-plan-contents-deadline-head {
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 46px;
  text-align: center;
  color: #000000;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-plan-contents-deadline-head {
    font-size: 16px;
  }
}

.p-plan-contents-deadline-lead {
  font-size: 13px;
  letter-spacing: 0.8px;
  line-height: 26px;
  text-align: center;
  line-height: 2;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .p-plan-contents-deadline-lead {
    text-align: left;
  }
  .p-plan-contents-deadline-lead br {
    display: none;
  }
}


.p-plan-contents-deadline-button-container{
  display: flex;
  max-width: 610px;
  margin: 68px auto 0;
}

.p-plan-contents-deadline-button-left{
  width: 50%;
  text-align: center;

}

.p-plan-contents-deadline-button-left .white-black-line-button{
  width: 253px;
}

.p-plan-contents-deadline-button-right{
  width: 50%;
  text-align: center;
}

.p-plan-contents-deadline-button-title{
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 8px;
}

.p-plan-contents-deadline-button-text{
  font-size: 11px;
  line-height: 20px;
  margin-top: 12px;
}



.p-plan-note {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 11px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .p-plan-note {
    position: unset;
    text-align: center;
  }
}

.p-purchase-plan{
  display: block;
  margin: 0 auto;
  padding: 33px 0;
  background-color: #9DC0F4;
}

.p-purchase-plan-container{
  width: 100%;
  max-width: 1400px;
  padding: 20px;
  margin: 0 auto;
}

.p-purchase-plan-box-head-tag{
  width: 150px;
  height: 88px;
  font-family: 'Clother';
  letter-spacing: initial;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  text-align: center;
  padding-top: 15px;
  background: #FF4F4F;
  border-radius: 100px;
  transform: rotate(-25.15deg);
  clip-path: ellipse(50% 46% at 50% 50%);
}

.p-purchase-plan-box-head{
  text-align: left;
  padding-left: 63px;
}

.p-purchase-plan-box-head-box-container{
  display: flex;
  height: 38px;
  align-items: center;
}

.p-purchase-plan-box-head-box{
  width: 165px;
  height: 38px;
  background-color: #E4E888;
  color: #000;
  font-family: 'Clother';
  letter-spacing: initial;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  padding: 4px 0;
  margin-top: 28px;
}

.p-purchase-plan-box-head-box-container p{
  font-style: normal;
  font-weight: 400;
  font-size: 13px !important;
  line-height: 26px;
  padding-left: 15px;
  padding-top: 34px !important;
  margin-top: 0 !important;
}



.p-purchase-plan-box-head h2{
  font-family: "Clother";
  letter-spacing: initial;
  font-style: normal;
  font-weight: 600;
  font-size: 47px;
  line-height: 31px;
  color: #000000;
  margin-top: 44px;
}

.p-purchase-plan-box-head h3{
  font-family: 'Clother';
  letter-spacing: initial;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  margin-top: 28px;

}

.p-purchase-plan-box-head p{
  font-family: 'Clother';
  letter-spacing: initial;
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
  margin-top: 34px;
}

.p-purchase-plan-box-head-text-container{
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  align-items: flex-start;
}

.p-purchase-plan-box-head-text{
  font-size: 19px!important;
  line-height: 25px!important;
  margin-top: 40px !important;
  margin-bottom: 10px;
}

.p-purchase-plan-box-head-text-container .p-purchase-plan-box-head-sub-text{
  margin-top: 76px;
}


.p-purchase-plan-box-head-sub-text{
  font-family: 'Clother';
  letter-spacing: initial;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}

.p-purchase-plan-box-head .white-black-line-button{
  margin-top: 23px;
}

.p-purchase-plan-image-box{
  display: flex;
  flex-direction: row-reverse;
}


.p-purchase-plan-image-box img{
  width: 100%;
  max-width: 520px;
  height: 520px;
  border: 3px solid #E4E888;
  border-radius: 50%;
  margin: 0 0 0 auto;

}

@media only screen and (max-width: 767px) {

  /* ================
  -p-p-purchase-plan-css-section
  =================== */

  .p-plan-note {
    position: unset;
    text-align: center;
  }

  .p-purchase-plan-container{
    padding: 0;
  }

  .p-purchase-plan{
    padding: 33px 0 42px;
  }

  .p-purchase-plan-box{

  }

  .p-purchase-plan-box-head{
    text-align: center;
    padding-left: 0px;
  }

  .p-purchase-plan-box-head-box-container{
    display: block;
  }

  .p-purchase-plan-box-head-box{
    margin: 28px auto 0px;
  }

  .p-purchase-plan-box-head-box-container p{
    margin-top: 10px !important;
    padding-top: 0 !important;
  }

  .p-purchase-plan-box-head h2{
    font-weight: 700;
    font-size: 34px;
    line-height: 38px;
    margin-top: 56px;
  }

  .p-purchase-plan-box-head p{
    width: 100%;
    padding: 0 10%;
  }

  .p-purchase-plan-image-box{
    margin-top: 50px;
  }

  .p-purchase-plan-image-box img{
    width: 100%;
    max-width: 520px;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;


  }

}

@media only screen and (max-width: 767px) {
  /* ================
  -p-plan-wrap-css-section
  =================== */

  .p-plan-wrap {
    padding: 50px 0 20px;
  }

  .p-plan-contents-deadline-box {
    width: 100%;
    padding: 50px 5% 74px;
    margin: 30px auto 20px;
  }

  .p-plan-contents-deadline-button-container{
    display: block;
  }

  .p-plan-contents-deadline-button-left{
    width: 100%;
  }

  .p-plan-contents-deadline-button-right{
    width: 100%;
  }

  .p-plan-contents-deadline-button-left{
    margin-bottom: 50px;
  }
}

/*==============================
-p-faq-wrap
===============================*/


.p-faq-wrap {
  display: flex;
  height: auto;
  padding: 64px 84px 184px;
  background-color: #F4EFE1;
}

.p-faq-head-container{
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
}

.p-faq-head-illust-container{
  display: flex;
  position: relative;
  justify-content: flex-start;
}

.p-faq-head-illust{
  position: absolute;
  margin: 0 auto 0 0;
  left: -97px;
  top: 250px;
}


.p-faq-head {
  font-family: "Clother";
  letter-spacing: initial;
  font-size: 40px;
  line-height: 56px;
  font-weight: bold;
  margin-bottom: 32px;
}

.p-faq-head-text{
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 8px;
}

.p-faq-head-container a{
  font-family: "Clother";
  letter-spacing: initial;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  text-decoration: underline;
}

.p-faq-head-container a:hover{
    color: #0056b3 !important;
}

.p-faq-contents-wrap {
  max-width: 600px;
  margin: 0 auto;
}

.p-faq-list-in {
  font-size: 13px;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  background-color: #fff;
}

.p-faq-title {
  position: relative;
  font-size: 13px;
  line-height: 26px;
  padding: 15px 0 15px 18px;
  cursor: pointer;
}
.p-faq-title::after {
  position: absolute;
  right: 15px;
  content: url(../images/plus.png);
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;

}
.p-faq-title.active::after {
  content: url(../images/minus.png);
}

.p-faq-desc {
  font-size: 13px;
  letter-spacing: 1.5px;
  line-height: 1.8;
  padding: 15px;
  display: none;
  background-color: #F8F8F8;
}
.p-faq-desc a {
  color: #000;
}

/*==============================
-P-form
===============================*/
.p-form-wrap {
  background-color: #F3EEE4;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .p-form-wrap {
    padding: 0 15px 60px;
  }
}

.p-form-head-wrap {
  position: relative;
  text-align: center;
  padding: 150px 0 0;
}
.p-form-head-wrap .p-plan-contents-deadline-box {
  margin: 0 auto 50px;
}

.p-form-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 40px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-form-area {
    padding: 20px 20px;
  }
}

.p-form-head {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-form-head {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.p-form-lead {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-form-lead {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
  }
}
.p-form-lead a {
  color: #000;
}

.p-form-area table {
  width: 100%;
}

.p-form-area th {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .p-form-area .p-form-index-table th, .p-form-area .p-form-index-table td {
    display: block;
    width: 100%;
  }
}

.p-form-area td {
  width: 70%;
}

.p-form-select-td {
  position: relative;
  cursor: pointer;
}

.p-form-select {
  color: #434343;
  font-size: 14px;
  width: 50%;
  padding: 5px;
  margin-bottom: 50px;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 767px) {
  .p-form-select {
    width: 100%;
  }
}

.p-form-select-td span {
  position: absolute;
  top: 10px;
  right: 50%;
}
@media only screen and (max-width: 767px) {
  .p-form-select-td span {
    right: 10px;
  }
}

.p-form-index {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.75;
  margin-bottom: 10px;
  text-align: left;
}

::placeholder {
  color: #ADADAD;
  font-size: 14px;
}

.p-form-input {
  color: #434343;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #F0F0F0;
}
@media only screen and (max-width: 767px) {
  .p-form-input {
    padding: 6px;
    margin-bottom: 10px;
  }
}

.p-form-box input[type=radio] {
  display: none;
}

@media only screen and (max-width: 767px) {
  .p-form-index, .p-form-input, .p-form-index-formarea {
    font-size: 15px;
  }
}

.p-form-button {
  position: relative;
  width: 300px;
  margin: 0 auto;
}

.p-form-contents-anchor {
  display: block;
  color: #333;
  font-size: 13px;
  text-align: center;
  width: 250px;
  padding: 15px 0;
  border-radius: 30px;
  background-color: #F2E8D4;
  transition: .2s ease;
  -webkit-transition: .2s ease;
}
@media only screen and (max-width: 767px) {
  .p-form-contents-anchor {
    width: 217px;
    margin: 0 auto 30px;
  }
}
.p-form-contents-anchor:hover {
  color: #fff;
  background-color: #857b69;
}

.formTable-wrap {
  max-width: 800px;
  margin: 0 auto;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
@media only screen and (max-width: 767px) {
  table.formTable {
    border-bottom: 1px solid #2d2d2d;
  }
}
table.formTable th {
  color: #000;
  font-weight: 400;
  text-align: left;
  width: 30%;
  font-size: 15px;
  border: 1px solid #2d2d2d;
  font-size: 15px;
  padding: 15px;
  color: #000;
  background-color: #d7cec1;
}
@media only screen and (max-width: 767px) {
  table.formTable th {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: none;
  }
}
table.formTable td {
  border: 1px solid #2d2d2d;
  font-size: 15px;
  padding: 15px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  table.formTable td {
    display: block;
    width: 100%;
    padding: 15px 10px;
    border-bottom: none;
  }
}

.confirm-submit-flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  justify-content: space-between;
}

.confirm-submit-btn {
  width: 48%;
}

.confirm-submit-btn button[type="submit"] {
  text-indent: 0.01px;
  background: #2d2d2d;
  vertical-align: middle;
  font-size: 15px;
  color: inherit;
  padding: 12px;
  border: 2px solid #2d2d2d;
  color: #fff;
  width: 100%;
  border-radius: 3px;
  margin-top: 50px;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .confirm-submit-btn button[type="submit"] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.confirm-submit-btn button[type="submit"]:hover {
  cursor: pointer;
  background: none;
  color: #2d2d2d;
}

.confirm-submit-btn button[type="button"] {
  text-indent: 0.01px;
  background: #2d2d2d;
  vertical-align: middle;
  font-size: 15px;
  color: inherit;
  padding: 12px;
  border: 2px solid #2d2d2d;
  color: #fff;
  width: 100%;
  border-radius: 3px;
  margin-top: 50px;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .confirm-submit-btn button[type="button"] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.confirm-submit-btn button[type="button"]:hover {
  cursor: pointer;
  background: none;
  color: #2d2d2d;
}

@media only screen and (max-width: 767px) {

  .center{
    margin: 0 auto;
  }
  .p-faq-wrap{
    display: block;
    height: auto;
    text-align: center;
    padding: 50px 2.5% 113px;
  }

  .p-faq-head-container{
    text-align: center;
    margin-bottom: 56px;
  }

  .p-faq-head{
    font-size: 30px;
    line-height: 42px;
  }

  .p-faq-head-text{
    width: 80%;
    font-size: 13px;
    line-height: 24px;
    margin: 0 auto;
  }

  .p-faq-head-container a{
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto;
  }


  /* button-area */

  .p-product-support-project-button-container{
    display: flex;
    justify-content: center;
    margin: 376px auto 0;
  }

  .p-product-support-project-button-container .black-sqaure-button{
    margin-right: 6px;
  }

  .p-product-support-project-button-container .black-sqaure-button .black-sqaure-twitter-text{
    line-height: 18px;
    padding-left: 25px;
    position: relative;
  }

  .p-product-support-project-button-container .black-sqaure-button .black-sqaure-facebook-text{
    line-height: 18px;
    padding-left: 20px;
    position: relative;
  }



  .p-product-support-project-button-container .black-sqaure-button .fa-twitter {
    position: absolute;
    font-size: 21px;
  }

  .p-product-support-project-button-container .black-sqaure-button .fa-facebook-f {
    position: absolute;
    font-size: 21px;
  }

  .black-sqaure-button{
    width: 100%;
    max-width: 162px;
    height: 36px;
    text-align: center;
    font-family: 'Clother';
    letter-spacing: initial;
    font-size: 11px;
    line-height: 12px;
    padding: 9px 0;
    background: #000000;
    border-radius: 5px;
    color: #fff;
  }

  .p-faq-head-illust{
    left: -22px;
    top: 1100px;
  }

  .p-faq-head-illust img{
    width: 264px;
  }
}


/*==============================
-Slider-CSS
===============================*/

.swiper {
  width: 100%;
  position: relative;
  margin-top: 20px;
}

swiper-wrapper{
  overflow: visible;
}

.swiper-slide {
  width: auto !important;
  margin-right: 0px !important;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-box-align: left;
  -ms-flex-align: left;
  -webkit-align-items: left;
  align-items: left;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  content: url("../images/index_slider_arrow_left.svg");
  width: 40px;
  height: 40px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  content: url("../images/index_slider_arrow_right.svg");
  width: 40px;
  height: 40px;
}


input[type="radio"]{
	accent-color: #000;
}
@media only screen and (max-width: 767px) {
  .c-main2 {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 1000;
  }
}


/*==============================
-Modal CSS
===============================*/

.modal{
  top: 5% !important;
}

.modal-header{
  position: relative;
  justify-content: center;
}

.modal-header-title-box{
  text-align: center;
  padding: 20px 0 30px;
}

.modal-header-title-box .modal-header-title{
  font-family: 'Clother';
  letter-spacing: initial;
  font-weight: 800;
  font-size: 40px;
  line-height: 66px;
  margin-bottom: 8px;
}

.modal-header-title-box .modal-header-subtitle{
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0px;
}


.modal-header .btn-close{
  position: absolute;
  right: 28px;
  font-size: 15px;
  font-size: bold;
  padding: 48px 40px 0px 0px !important;
}

.btn-close{
  background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/16px auto no-repeat;
  width: 28px !important;
  height: 28px !important;
  opacity:1 !important;
  color: #000;
  opacity: 1 !important;
}
.modal.show .modal-dialog{
  background: #D9D9D9;
  margin-bottom: 120px;
}



@media (min-width: 576px){
  .modal-dialog {
      /* scssのコードを確認 */
      max-width: 1100px !important;
      width: 100%;
      margin: 1.75rem auto;
  }
  }

  .modal.show .modal-dialog{
    background: #F4EFE1 !important;
    border-radius: 10px !important;
    margin-bottom: 70px;
  }

  .modal-content{
    height: auto !important;
    border: none;
    border-radius: 10px !important;
    /* scssのコードを確認 */
    background: #F4EFE1 !important;
  }

  .modal-header{
    /* scssのコードを確認 */
    border-bottom: transparent !important;
  }



.modal-body{
  text-align: center;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.modal-body .modal-title{
  font-size: 28px;
  line-height: 56px;
  margin-bottom: 13px;
}

.modal-body .sub-title{
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 58px;
}

.modal-body p{
  font-size: 16px;
line-height: 30px;
}

.modal-footer{
  display: none;
}

.tip-modal-box{
  display: block;
  width: 100%;
  height: 87px;
  max-width: 939px;
  font-style: normal;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  align-content: center;
  margin: 0 auto 6px !important;
}

.tip-modal-box-support-box{
  display: block;
}

.tip-modal-box2{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto !important;
  max-width: 939px;
  font-style: normal;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  align-items: center !important;
  margin: 0 auto 62px !important;
}


.tip-modal-box3{
  display: flex;
  position: relative;
  width: 100%;
  height: 60px;
  max-width: 939px;
  font-style: normal;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  align-items: center !important;
  margin: 0 auto 34px;
}

.tip-modal-box3 .tip-modal-box-label{
  width: 10.8% !important;
  letter-spacing: 0.6px;
}

.tip-modal-box-label-subtext-box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.tip-modal-box-label-subtext-space{
  flex: 0 0 10.8%;
}

.tip-modal-box-label-subtext{
  flex: 0 0 63%;
  text-align: left;
  font-size: 11px !important;
  line-height: 30px !important;
}


.tip-modal-number-sub{
  width: 5%;
  margin-top: 10px;
}

.tip-modal-box3 #tip-input{
  width: 89.2% !important;
  height: 87px;
  padding: 10px;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 30px;
  text-align: center;
  border-radius: 90px !important;
  border: 1px solid #000000;
  background-color: #fff;

}

.tip-modal-box3 #tip-input::placeholder{
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 30px;
  text-align: center;
  margin-left: 0px !important;
  border-radius: 15px;
}

.tip-modal-box3 p {
  position: absolute;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 30px !important;
  right: 5% !important;
  top: 21% !important;
}

.tip-modal-box4{
  display: flex;
  width: 100%;
  height: 60px;
  max-width: 939px;
  font-style: normal;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  align-content: flex-start;
  margin: 0 auto 34px;
}

.tip-modal-box4 p {
  display: block;
  padding-left: 2%;
  width: 87%;
  height: 87px;
  max-width: 939px;
  text-align: left !important;
  font-size: 12px;
  line-height: 24px;
  font-style: normal;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  align-content: center;
  margin: 0 auto 34px;
}

.tips-modal-button-container{
  display: block;
  padding: 0px 0px 25px;
}

/* .modal-body p{
  display: block;
  width: 100%;
  max-width: 939px;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  font-style: normal;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  align-content: center;
  margin: 0 auto;
} */

select::before{
  width: 20px;
}

.tip-modal-box-label{
  text-align: left;
  font-size: 14px !important;
  line-height: 30px;
}



@media only screen and (max-width: 767px) {
  .modal-backdrop{
    background-color: unset;
  }

  .modal-dialog{
    margin: 0;
  }

  .modal{
    top: 70px !important;
  }
  .modal-content{
    height: auto !important;
    border-radius: 0px !important;
  }

  .modal-header .btn-close{
    right: 4px;
    top: 3px;
  }

  .modal-header-title-box{
    padding: 20px 0 32px;
  }

  .modal-header-title-box .modal-header-title{
    font-size: 34px;
    line-height: 48px;
  }

  .modal-header-title-box .modal-header-subtitle{
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 2.4px;

  }

  .modal-body{
    padding: 0px 8%;
  }

  #tip-select-box{
    width: 100% !important;
    /* height: 57px !important; */
  }


  .tip-modal-box2{
    display:block !important;
    margin: 0 auto 40px;
  }

  .tip-modal-box2 .tip-modal-box-label{
    width: 100% !important;
  }

  #text-message-area{
    width: 100% !important;
    height: 238px;
    font-size: 15px;
    line-height: 30px;
    padding: 16px;
    background: #fff;
    border: 1px solid #000000;

  }
  .tip-modal-box3{
    display: block !important;
  }

  .tip-modal-box3 .tip-modal-box-label{
    width: 100% !important;
  }

  .tip-modal-box3 #tip-input{
    width: 100% !important;
    height: 64px !important;
    padding: 0 !important;
   padding-bottom: 10px !important;
  }

  .tip-modal-box3 #tip-input::placeholder{
   font-size: 35px !important;
   margin: 0 !important;
  }

  .tip-modal-box3 p{
    top: 77% !important;
  }


  .tip-modal-box4{
    display: block !important;
    height: auto !important;
  }

  .tip-modal-box4 p{
    width: 100% !important;
    height: auto !important;
    line-height: 23px !important;
  }





  .tip-modal-box{

    height: auto;
  }

  .tip-modal-box-label{
    width: 100%;
    text-align: left;
  }

  #tip-select-box{
    width: 100% !important;
    height: 57px !important;
    padding: 0px 48px 0px 5px  !important;
  }

  select {
    background-position: right 14px center !important;
    background-size: 15px 15px !important;
  }


  .p-product-support-project-explain-box:nth-child(2){
    margin-bottom: 0px;
  }

  .p-product-support-project-button-container{
    margin: 378px auto 0;
  }
  }

.en-input{
  position: absolute;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
  border-radius: 0;
  height: 37px;
  padding-left: 10px;
  width: 100px;
}

select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}


select{
  background-image: url(/assets/images/mypage_arrow_btn.svg) !important;
  background-position: right 28px center !important;
  background-repeat: no-repeat !important;
  background-size: 15px 15px !important;

}

#tip-select-box{
  width: 89%;
  height: 87px;
  font-size: 15px;
  line-height: 30px;
  padding: 28px;
  background: #fff;
  border-radius: 0px !important;
  border: 1px solid #000 !important;
}

#text-message-area{
  width: 88.8%;
  height: 238px;
  font-size: 15px;
  line-height: 30px;
  padding: 16px;
  background: #fff;
  border: 1px solid #000000;
}



.tips-modal-button{
  display: block;
  width: 253px !important;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px !important;
  text-align: center;
  line-height: 28px;
  margin: 10px auto 20px;
  color: #000 !important;
  border: 1px solid #000000;
  border-radius: 97px;
  padding: 12px 0 !important;
  background-color: #fff !important;
}

input {
  /* scssのコードを確認 */
  border-color:transparent;
}

.error-alarm{
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #FF0000;
  margin-top: 20px;
}

.tip-white-box{
  display: none;
}

.about-tip,
.btn-close
{
  cursor: pointer;
}

/*==============================
-tablet responsive CSS
===============================*/

@media only screen and (min-width: 768px) and (max-width: 1320px){

  body{
    padding-right: 0 !important;
  }

  .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 760px;
    object-fit: cover;
  }

  .p-about-bottom-of-section-right img {
    max-height: 350px;
  }

  .p-purchase-plan-image-box{
    justify-content: flex-start;
    padding-right: 63px;
  }

  .p-purchase-plan-image-box img {
    max-width: 400px;
    max-height: 400px;
  }

  .p-faq-head-container{
    padding-right: 5%;
  }

  .modal{
    padding-right: 0 !important;
  }

  .modal-backdrop{
    width: 100%;
    height: 100%;
  }

}

