@charset "UTF-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
||
||            CSS セット
||            2025_02/01 ver.
||
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*---------------------------------------
// Adobe font 表示CSS    ※ head内に<script>で表示しているタイプの呼び出しをしている時のみ
---------------------------------------*/
/*
html {
  visibility: hidden;
}
html.wf-active,
html.loading-delay {
  visibility: visible;
}
*/
/* 文字のベース */
p,a,span,h1,h2,h3,h4,h5,time,div,input,textarea,select,button {
  color: #000;
  overflow-wrap: break-word; /* 文字列が長すぎる場合に折り返し */
}
html {
  scroll-behavior: smooth;
}

/*----------------------------------------
font-family
----------------------------------------*/
html .f1 {
}

html .f2 {
}

html .f3 {
}

html .f4 {
}

html .f5 {
}

/*----------------------------------------
||
||  font-size
||
----------------------------------------*/
.f-10 { font-size: 10px; }
.f-11 { font-size: 11px; }
.f-12 { font-size: 12px; }
.f-13 { font-size: 13px; }
.f-14 { font-size: 14px; }
.f-15 { font-size: 15px; }
.f-16,.pagination .page-numbers { font-size: 16px; }
.f-17 { font-size: 17px; }
.f-18 { font-size: 18px; }
.f-19 { font-size: 19px; }
.f-20 { font-size: 20px; }
.f-21 { font-size: 21px; }
.f-22 { font-size: 22px; }
.f-23 { font-size: 23px; }
.f-24 { font-size: 24px; }
.f-25 { font-size: 25px; }
.f-26 { font-size: 26px; }
.f-27 { font-size: 27px; }
.f-28 { font-size: 28px; }
.f-29 { font-size: 29px; }
.f-30 { font-size: 30px; }
.f-31 { font-size: 31px; }
.f-32 { font-size: 32px; }
.f-33 { font-size: 33px; }
.f-34 { font-size: 34px; }
.f-35 { font-size: 35px; }
.f-36 { font-size: 36px; }
.f-37 { font-size: 37px; }
.f-38 { font-size: 38px; }
.f-39 { font-size: 39px; }
.f-40 { font-size: 40px; }
.f-41 { font-size: 41px; }
.f-42 { font-size: 42px; }
.f-43 { font-size: 43px; }
.f-44 { font-size: 44px; }
.f-45 { font-size: 45px; }
.f-46 { font-size: 46px; }
.f-47 { font-size: 47px; }
.f-48 { font-size: 48px; }
.f-49 { font-size: 49px; }
.f-50 { font-size: 50px; }
.f-51 { font-size: 51px; }
.f-52 { font-size: 52px; }
.f-53 { font-size: 53px; }
.f-54 { font-size: 54px; }
.f-55 { font-size: 55px; }
.f-56 { font-size: 56px; }
.f-57 { font-size: 57px; }
.f-58 { font-size: 58px; }
.f-59 { font-size: 59px; }
.f-60 { font-size: 60px; }
.f-61 { font-size: 61px; }
.f-62 { font-size: 62px; }
.f-63 { font-size: 63px; }
.f-64 { font-size: 64px; }
.f-65 { font-size: 65px; }
.f-66 { font-size: 66px; }
.f-67 { font-size: 67px; }
.f-68 { font-size: 68px; }
.f-69 { font-size: 69px; }
.f-70 { font-size: 70px; }
.f-71 { font-size: 71px; }
.f-72 { font-size: 72px; }
.f-73 { font-size: 73px; }
.f-74 { font-size: 74px; }
.f-75 { font-size: 75px; }
.f-76 { font-size: 76px; }
.f-77 { font-size: 77px; }
.f-78 { font-size: 78px; }
.f-79 { font-size: 79px; }
.f-80 { font-size: 80px; }

/*--------------------------------------------------
    1561px - 1920px  (1920px時点を目安)
--------------------------------------------------*/
@media screen and (max-width:1920px) {
.f-10 { font-size: 0.52vw; }
.f-11 { font-size: 0.57vw; }
.f-12 { font-size: 0.63vw; }
.f-13 { font-size: 0.68vw; }
.f-14 { font-size: 0.73vw; }
.f-15 { font-size: 0.78vw; }
.f-16,.pagination .page-numbers { font-size: 0.83vw; }
.f-17 { font-size: 0.89vw; }
.f-18 { font-size: 0.94vw; }
.f-19 { font-size: 0.99vw; }
.f-20 { font-size: 1.04vw; }
.f-21 { font-size: 1.09vw; }
.f-22 { font-size: 1.15vw; }
.f-23 { font-size: 1.20vw; }
.f-24 { font-size: 1.25vw; }
.f-25 { font-size: 1.30vw; }
.f-26 { font-size: 1.35vw; }
.f-27 { font-size: 1.41vw; }
.f-28 { font-size: 1.46vw; }
.f-29 { font-size: 1.51vw; }
.f-30 { font-size: 1.56vw; }
.f-31 { font-size: 1.61vw; }
.f-32 { font-size: 1.67vw; }
.f-33 { font-size: 1.72vw; }
.f-34 { font-size: 1.77vw; }
.f-35 { font-size: 1.82vw; }
.f-36 { font-size: 1.88vw; }
.f-37 { font-size: 1.93vw; }
.f-38 { font-size: 1.98vw; }
.f-39 { font-size: 2.03vw; }
.f-40 { font-size: 2.08vw; }
.f-41 { font-size: 2.14vw; }
.f-42 { font-size: 2.19vw; }
.f-43 { font-size: 2.24vw; }
.f-44 { font-size: 2.29vw; }
.f-45 { font-size: 2.34vw; }
.f-46 { font-size: 2.40vw; }
.f-47 { font-size: 2.45vw; }
.f-48 { font-size: 2.50vw; }
.f-49 { font-size: 2.55vw; }
.f-50 { font-size: 2.60vw; }
.f-51 { font-size: 2.66vw; }
.f-52 { font-size: 2.71vw; }
.f-53 { font-size: 2.76vw; }
.f-54 { font-size: 2.81vw; }
.f-55 { font-size: 2.86vw; }
.f-56 { font-size: 2.92vw; }
.f-57 { font-size: 2.97vw; }
.f-58 { font-size: 3.02vw; }
.f-59 { font-size: 3.07vw; }
.f-60 { font-size: 3.13vw; }
.f-61 { font-size: 3.18vw; }
.f-62 { font-size: 3.23vw; }
.f-63 { font-size: 3.28vw; }
.f-64 { font-size: 3.33vw; }
.f-65 { font-size: 3.39vw; }
.f-66 { font-size: 3.44vw; }
.f-67 { font-size: 3.49vw; }
.f-68 { font-size: 3.54vw; }
.f-69 { font-size: 3.59vw; }
.f-70 { font-size: 3.65vw; }
.f-71 { font-size: 3.70vw; }
.f-72 { font-size: 3.75vw; }
.f-73 { font-size: 3.80vw; }
.f-74 { font-size: 3.85vw; }
.f-75 { font-size: 3.91vw; }
.f-76 { font-size: 3.96vw; }
.f-77 { font-size: 4.01vw; }
.f-78 { font-size: 4.06vw; }
.f-79 { font-size: 4.11vw; }
.f-80 { font-size: 4.17vw; }
 /*  1920 px end  */
}

/*--------------------------------------------------
    1536px  (1440px時点を目安)
--------------------------------------------------*/
@media screen and (max-width:1536px) {
.f-10 { font-size: 0.694vw; }  /* 10px */
.f-11 { font-size: 0.764vw; }  /* 11px */
.f-12 { font-size: 0.833vw; }  /* 12px */
.f-13 { font-size: 0.903vw; }  /* 13px */
.f-14 { font-size: 0.972vw; }  /* 14px */
.f-15 { font-size: 1.05vw; }  /* 15px */
.f-16,.pagination .page-numbers { font-size: 1.05vw; }  /* 15px */
.f-17 { font-size: 1.111vw; }  /* 16px */
.f-18 { font-size: 1.111vw; }  /* 16px */
.f-19 { font-size: 1.181vw; }  /* 17px */
.f-20 { font-size: 1.250vw; }  /* 18px */
.f-21 { font-size: 1.250vw; }  /* 18px */
.f-22 { font-size: 1.319vw; }  /* 19px */
.f-23 { font-size: 1.389vw; }  /* 20px */
.f-24 { font-size: 1.389vw; }  /* 20px */
.f-25 { font-size: 1.389vw; }  /* 20px */
.f-26 { font-size: 1.597vw; }  /* 23px */
.f-27 { font-size: 1.597vw; }  /* 23px */
.f-28 { font-size: 1.667vw; }  /* 24px */
.f-29 { font-size: 1.806vw; }  /* 26px */
.f-30 { font-size: 1.806vw; }  /* 26px */
.f-31 { font-size: 1.944vw; }  /* 28px */
.f-32 { font-size: 1.944vw; }  /* 28px */
.f-33 { font-size: 2.083vw; }  /* 30px */
.f-34 { font-size: 2.083vw; }  /* 30px */
.f-35 { font-size: 2.222vw; }  /* 32px */
.f-36 { font-size: 2.222vw; }  /* 32px */
.f-37 { font-size: 2.222vw; }  /* 32px */
.f-38 { font-size: 2.361vw; }  /* 34px */
.f-39 { font-size: 2.361vw; }  /* 34px */
.f-40 { font-size: 2.361vw; }  /* 34px */
.f-41 { font-size: 2.361vw; }  /* 34px */
.f-42 { font-size: 2.500vw; }  /* 36px */
.f-43 { font-size: 2.500vw; }  /* 36px */
.f-44 { font-size: 2.500vw; }  /* 36px */
.f-45 { font-size: 2.639vw; }  /* 38px */
.f-46 { font-size: 2.639vw; }  /* 38px */
.f-47 { font-size: 2.778vw; }  /* 40px */
.f-48 { font-size: 2.778vw; }  /* 40px */
.f-49 { font-size: 2.917vw; }  /* 42px */
.f-50 { font-size: 2.917vw; }  /* 42px */
.f-51 { font-size: 2.917vw; }  /* 42px */
.f-52 { font-size: 2.917vw; }  /* 42px */
.f-53 { font-size: 3.056vw; }  /* 44px */
.f-54 { font-size: 3.056vw; }  /* 44px */
.f-55 { font-size: 3.333vw; }  /* 48px */
.f-56 { font-size: 3.333vw; }  /* 48px */
.f-57 { font-size: 3.333vw; }  /* 48px */
.f-58 { font-size: 3.333vw; }  /* 48px */
.f-59 { font-size: 3.472vw; }  /* 50px */
.f-60 { font-size: 3.472vw; }  /* 50px */
.f-61 { font-size: 3.472vw; }  /* 50px */
.f-62 { font-size: 3.611vw; }  /* 52px */
.f-63 { font-size: 3.611vw; }  /* 52px */
.f-64 { font-size: 3.750vw; }  /* 54px */
.f-65 { font-size: 3.750vw; }  /* 54px */
.f-66 { font-size: 3.750vw; }  /* 54px */
.f-67 { font-size: 3.750vw; }  /* 54px */
.f-68 { font-size: 4.028vw; }  /* 58px */
.f-69 { font-size: 4.028vw; }  /* 58px */
.f-70 { font-size: 4.167vw; }  /* 60px */
.f-71 { font-size: 4.167vw; }  /* 60px */
.f-72 { font-size: 4.167vw; }  /* 60px */
.f-73 { font-size: 4.167vw; }  /* 60px */
.f-74 { font-size: 4.306vw; }  /* 62px */
.f-75 { font-size: 4.306vw; }  /* 62px */
.f-76 { font-size: 4.306vw; }  /* 62px */
.f-77 { font-size: 4.306vw; }  /* 62px */
.f-78 { font-size: 4.444vw; }  /* 64px */
.f-79 { font-size: 4.444vw; }  /* 64px */
.f-80 { font-size: 4.444vw; }  /* 64px */
  /*  1536 px end  */
}

/*--------------------------------------------------
    1200px  (1200px時点を目安)
--------------------------------------------------*/
@media screen and (max-width:1200px) {
.f-10 { font-size: 0.833vw; }  /* 10px */
.f-11 { font-size: 0.917vw; }  /* 11px */
.f-12 { font-size: 1vw; }  /* 12px */
.f-13 { font-size: 1.083vw; }  /* 13px */
.f-14 { font-size: 1.167vw; }  /* 14px */
.f-15 { font-size: 1.167vw; }  /* 14px */
.f-16,.pagination .page-numbers { font-size: 1.167vw; }  /* 14px */
.f-17 { font-size: 1.333vw; }  /* 16px */
.f-18 { font-size: 1.333vw; }  /* 16px */
.f-19 { font-size: 1.417vw; }  /* 17px */
.f-20 { font-size: 1.5vw; }  /* 18px */
.f-21 { font-size: 1.5vw; }  /* 18px */
.f-22 { font-size: 1.583vw; }  /* 19px */
.f-23 { font-size: 1.667vw; }  /* 20px */
.f-24 { font-size: 1.667vw; }  /* 20px */
.f-25 { font-size: 1.667vw; }  /* 20px */
.f-26 { font-size: 1.917vw; }  /* 23px */
.f-27 { font-size: 1.917vw; }  /* 23px */
.f-28 { font-size: 2vw; }  /* 24px */
.f-29 { font-size: 2.167vw; }  /* 26px */
.f-30 { font-size: 2.167vw; }  /* 26px */
.f-31 { font-size: 2.333vw; }  /* 28px */
.f-32 { font-size: 2.333vw; }  /* 28px */
.f-33 { font-size: 2.5vw; }  /* 30px */
.f-34 { font-size: 2.5vw; }  /* 30px */
.f-35 { font-size: 2.667vw; }  /* 32px */
.f-36 { font-size: 2.667vw; }  /* 32px */
.f-37 { font-size: 2.667vw; }  /* 32px */
.f-38 { font-size: 2.833vw; }  /* 34px */
.f-39 { font-size: 2.833vw; }  /* 34px */
.f-40 { font-size: 2.833vw; }  /* 34px */
.f-41 { font-size: 2.833vw; }  /* 34px */
.f-42 { font-size: 3vw; }  /* 36px */
.f-43 { font-size: 3vw; }  /* 36px */
.f-44 { font-size: 3vw; }  /* 36px */
.f-45 { font-size: 3.167vw; }  /* 38px */
.f-46 { font-size: 3.167vw; }  /* 38px */
.f-47 { font-size: 3.333vw; }  /* 40px */
.f-48 { font-size: 3.333vw; }  /* 40px */
.f-49 { font-size: 3.5vw; }  /* 42px */
.f-50 { font-size: 3.5vw; }  /* 42px */
.f-51 { font-size: 3.5vw; }  /* 42px */
.f-52 { font-size: 3.5vw; }  /* 42px */
.f-53 { font-size: 3.667vw; }  /* 44px */
.f-54 { font-size: 3.667vw; }  /* 44px */
.f-55 { font-size: 4vw; }  /* 48px */
.f-56 { font-size: 4vw; }  /* 48px */
.f-57 { font-size: 4vw; }  /* 48px */
.f-58 { font-size: 4vw; }  /* 48px */
.f-59 { font-size: 4.167vw; }  /* 50px */
.f-60 { font-size: 4.167vw; }  /* 50px */
.f-61 { font-size: 4.167vw; }  /* 50px */
.f-62 { font-size: 4.333vw; }  /* 52px */
.f-63 { font-size: 4.333vw; }  /* 52px */
.f-64 { font-size: 4.5vw; }  /* 54px */
.f-65 { font-size: 4.5vw; }  /* 54px */
.f-66 { font-size: 4.5vw; }  /* 54px */
.f-67 { font-size: 4.5vw; }  /* 54px */
.f-68 { font-size: 4.833vw; }  /* 58px */
.f-69 { font-size: 4.833vw; }  /* 58px */
.f-70 { font-size: 5vw; }  /* 60px */
.f-71 { font-size: 5vw; }  /* 60px */
.f-72 { font-size: 5vw; }  /* 60px */
.f-73 { font-size: 5vw; }  /* 60px */
.f-74 { font-size: 5.167vw; }  /* 62px */
.f-75 { font-size: 5.167vw; }  /* 62px */
.f-76 { font-size: 5.167vw; }  /* 62px */
.f-77 { font-size: 5.167vw; }  /* 62px */
.f-78 { font-size: 5.333vw; }  /* 64px */
.f-79 { font-size: 5.333vw; }  /* 64px */
.f-80 { font-size: 5.333vw; }  /* 64px */
  /*  1200 px end  */
}

/*--------------------------------------------------
    1024px  (960px時点を目安)
--------------------------------------------------*/
@media screen and (max-width:1024px) {
.f-10 { font-size: 1.042vw; }  /* 10px */
.f-11 { font-size: 1.146vw; }  /* 11px */
.f-12 { font-size: 1.25vw; }  /* 12px */
.f-13 { font-size: 1.354vw; }  /* 13px */
.f-14 { font-size: 1.458vw; }  /* 14px */
.f-15 { font-size: 1.562vw; }  /* 15px */
.f-16,.pagination .page-numbers { font-size: 1.562vw; }  /* 15px */
.f-17 { font-size: 1.667vw; }  /* 16px */
.f-18 { font-size: 1.771vw; }  /* 17px */
.f-19 { font-size: 1.771vw; }  /* 17px */
.f-20 { font-size: 1.875vw; }  /* 18px */
.f-21 { font-size: 1.875vw; }  /* 18px */
.f-22 { font-size: 1.875vw; }  /* 18px */
.f-23 { font-size: 1.875vw; }  /* 18px */
.f-24 { font-size: 2.083vw; }  /* 20px */
.f-25 { font-size: 2.083vw; }  /* 20px */
.f-26 { font-size: 2.083vw; }  /* 20px */
.f-27 { font-size: 2.5vw; }  /* 24px */
.f-28 { font-size: 2.5vw; }  /* 24px */
.f-29 { font-size: 2.5vw; }  /* 24px */
.f-30 { font-size: 2.5vw; }  /* 24px */
.f-31 { font-size: 2.708vw; }  /* 26px */
.f-32 { font-size: 2.708vw; }  /* 26px */
.f-33 { font-size: 2.917vw; }  /* 28px */
.f-34 { font-size: 2.917vw; }  /* 28px */
.f-35 { font-size: 2.917vw; }  /* 28px */
.f-36 { font-size: 3.125vw; }  /* 30px */
.f-37 { font-size: 3.125vw; }  /* 30px */
.f-38 { font-size: 3.333vw; }  /* 32px */
.f-39 { font-size: 3.333vw; }  /* 32px */
.f-40 { font-size: 3.333vw; }  /* 32px */
.f-41 { font-size: 3.333vw; }  /* 32px */
.f-42 { font-size: 3.542vw; }  /* 34px */
.f-43 { font-size: 3.542vw; }  /* 34px */
.f-44 { font-size: 3.542vw; }  /* 34px */
.f-45 { font-size: 3.75vw; }  /* 36px */
.f-46 { font-size: 3.75vw; }  /* 36px */
.f-47 { font-size: 3.958vw; }  /* 38px */
.f-48 { font-size: 3.958vw; }  /* 38px */
.f-49 { font-size: 4.167vw; }  /* 40px */
.f-50 { font-size: 4.167vw; }  /* 40px */
.f-51 { font-size: 4.167vw; }  /* 40px */
.f-52 { font-size: 4.167vw; }  /* 40px */
.f-53 { font-size: 4.375vw; }  /* 42px */
.f-54 { font-size: 4.375vw; }  /* 42px */
.f-55 { font-size: 4.583vw; }  /* 44px */
.f-56 { font-size: 4.583vw; }  /* 44px */
.f-57 { font-size: 4.583vw; }  /* 44px */
.f-58 { font-size: 4.583vw; }  /* 44px */
.f-59 { font-size: 4.792vw; }  /* 46px */
.f-60 { font-size: 4.792vw; }  /* 46px */
.f-61 { font-size: 4.792vw; }  /* 46px */
.f-62 { font-size: 5vw; }  /* 48px */
.f-63 { font-size: 5vw; }  /* 48px */
.f-64 { font-size: 5.208vw; }  /* 50px */
.f-65 { font-size: 5.208vw; }  /* 50px */
.f-66 { font-size: 5.208vw; }  /* 50px */
.f-67 { font-size: 5.208vw; }  /* 50px */
.f-68 { font-size: 5.625vw; }  /* 54px */
.f-69 { font-size: 5.625vw; }  /* 54px */
.f-70 { font-size: 5.625vw; }  /* 54px */
.f-71 { font-size: 5.625vw; }  /* 54px */
.f-72 { font-size: 5.625vw; }  /* 54px */
.f-73 { font-size: 5.625vw; }  /* 54px */
.f-74 { font-size: 5.833vw; }  /* 56px */
.f-75 { font-size: 5.833vw; }  /* 56px */
.f-76 { font-size: 6.042vw; }  /* 58px */
.f-77 { font-size: 6.042vw; }  /* 58px */
.f-78 { font-size: 6.042vw; }  /* 58px */
.f-79 { font-size: 6.25vw; }  /* 60px */
.f-80 { font-size: 6.25vw; }  /* 60px */
  /*  1024 px end  */
}

/*--------------------------------------------------
    768px  (768px時点を目安)
--------------------------------------------------*/
@media screen and (max-width:768px) {
.f-10 { font-size: 1.302vw; }  /* 10px */
.f-11 { font-size: 1.432vw; }  /* 11px */
.f-12 { font-size: 1.563vw; }  /* 12px */
.f-13 { font-size: 1.694vw; }  /* 13px */
.f-14 { font-size: 1.823vw; }  /* 14px */
.f-15 { font-size: 1.953vw; }  /* 15px */
.f-16,.pagination .page-numbers { font-size: 1.953vw; }  /* 15px */
.f-17 { font-size: 2.083vw; }  /* 16px */
.f-18 { font-size: 2.213vw; }  /* 17px */
.f-19 { font-size: 2.213vw; }  /* 17px */
.f-20 { font-size: 2.344vw; }  /* 18px */
.f-21 { font-size: 2.344vw; }  /* 18px */
.f-22 { font-size: 2.344vw; }  /* 18px */
.f-23 { font-size: 2.344vw; }  /* 18px */
.f-24 { font-size: 2.604vw; }  /* 20px */
.f-25 { font-size: 2.604vw; }  /* 20px */
.f-26 { font-size: 2.604vw; }  /* 20px */
.f-27 { font-size: 3.125vw; }  /* 24px */
.f-28 { font-size: 3.125vw; }  /* 24px */
.f-29 { font-size: 3.125vw; }  /* 24px */
.f-30 { font-size: 3.125vw; }  /* 24px */
.f-31 { font-size: 3.396vw; }  /* 26px */
.f-32 { font-size: 3.396vw; }  /* 26px */
.f-33 { font-size: 3.646vw; }  /* 28px */
.f-34 { font-size: 3.646vw; }  /* 28px */
.f-35 { font-size: 3.646vw; }  /* 28px */
.f-36 { font-size: 3.906vw; }  /* 30px */
.f-37 { font-size: 3.906vw; }  /* 30px */
.f-38 { font-size: 4.167vw; }  /* 32px */
.f-39 { font-size: 4.167vw; }  /* 32px */
.f-40 { font-size: 4.167vw; }  /* 32px */
.f-41 { font-size: 4.167vw; }  /* 32px */
.f-42 { font-size: 4.427vw; }  /* 34px */
.f-43 { font-size: 4.427vw; }  /* 34px */
.f-44 { font-size: 4.427vw; }  /* 34px */
.f-45 { font-size: 4.883vw; }  /* 35px */
.f-46 { font-size: 4.883vw; }  /* 35px */
.f-47 { font-size: 4.883vw; }  /* 35px */
.f-48 { font-size: 4.883vw; }  /* 35px */
.f-49 { font-size: 4.883vw; }  /* 35px */
.f-50 { font-size: 4.883vw; }  /* 35px */
.f-51 { font-size: 4.883vw; }  /* 35px */
.f-52 { font-size: 4.883vw; }  /* 35px */
.f-53 { font-size: 4.427vw; }  /* 35px */
.f-54 { font-size: 4.427vw; }  /* 35px */
.f-55 { font-size: 4.583vw; }  /* 35px */
.f-56 { font-size: 4.583vw; }  /* 35px */
.f-57 { font-size: 4.688vw; }  /* 36px */
.f-58 { font-size: 4.688vw; }  /* 36px */
.f-59 { font-size: 4.687vw; }  /* 36px */
.f-60 { font-size: 4.687vw; }  /* 36px */
.f-61 { font-size: 4.687vw; }  /* 36px */
.f-62 { font-size: 4.687vw; }  /* 36px */
.f-63 { font-size: 4.687vw; }  /* 36px */
.f-64 { font-size: 5.208vw; }  /* 40px */
.f-65 { font-size: 5.208vw; }  /* 40px */
.f-66 { font-size: 5.208vw; }  /* 40px */
.f-67 { font-size: 5.208vw; }  /* 40px */
.f-68 { font-size: 5.208vw; }  /* 40px */
.f-69 { font-size: 5.208vw; }  /* 40px */
.f-70 { font-size: 5.469vw; }  /* 42px */
.f-71 { font-size: 5.469vw; }  /* 42px */
.f-72 { font-size: 5.469vw; }  /* 42px */
.f-73 { font-size: 5.469vw; }  /* 42px */
.f-74 { font-size: 5.729vw; }  /* 44px */
.f-75 { font-size: 5.729vw; }  /* 44px */
.f-76 { font-size: 6.25vw; }  /* 48px */
.f-77 { font-size: 6.25vw; }  /* 48px */
.f-78 { font-size: 6.25vw; }  /* 48px */
.f-79 { font-size: 6.771vw; }  /* 52px */
.f-80 { font-size: 6.771vw; }  /* 52px */
  /*  768 px end  */
}

/*--------------------------------------------------
    560px  (560px時点を目安)
--------------------------------------------------*/
@media screen and (max-width:560px) {
.f-10 { font-size: 1.786vw; }  /* 10px */
.f-11 { font-size: 1.964vw; }  /* 11px */
.f-12 { font-size: 2.143vw; }  /* 12px */
.f-13 { font-size: 2.321vw; }  /* 13px */
.f-14 { font-size: 2.500vw; }  /* 14px */
.f-15 { font-size: 2.679vw; }  /* 15px */
.f-16,.pagination .page-numbers { font-size: 2.679vw; }  /* 15px */
.f-17 { font-size: 2.857vw; }  /* 16px */
.f-18 { font-size: 3.036vw; }  /* 17px */
.f-19 { font-size: 3.036vw; }  /* 17px */
.f-20 { font-size: 3.214vw; }  /* 18px */
.f-21 { font-size: 3.214vw; }  /* 18px */
.f-22 { font-size: 3.214vw; }  /* 18px */
.f-23 { font-size: 3.214vw; }  /* 18px */
.f-24 { font-size: 3.571vw; }  /* 20px */
.f-25 { font-size: 3.571vw; }  /* 20px */
.f-26 { font-size: 3.571vw; }  /* 20px */
.f-27 { font-size: 4.286vw; }  /* 24px */
.f-28 { font-size: 4.286vw; }  /* 24px */
.f-29 { font-size: 4.286vw; }  /* 24px */
.f-30 { font-size: 4.286vw; }  /* 24px */
.f-31 { font-size: 4.643vw; }  /* 26px */
.f-32 { font-size: 4.643vw; }  /* 26px */
.f-33 { font-size: 5.000vw; }  /* 28px */
.f-34 { font-size: 5.000vw; }  /* 28px */
.f-35 { font-size: 5.000vw; }  /* 28px */
.f-36 { font-size: 5.357vw; }  /* 30px */
.f-37 { font-size: 5.357vw; }  /* 30px */
.f-38 { font-size: 5.714vw; }  /* 32px */
.f-39 { font-size: 5.714vw; }  /* 32px */
.f-40 { font-size: 5.714vw; }  /* 32px */
.f-41 { font-size: 5.714vw; }  /* 32px */
.f-42 { font-size: 6.071vw; }  /* 34px */
.f-43 { font-size: 6.071vw; }  /* 34px */
.f-44 { font-size: 6.071vw; }  /* 34px */
.f-45 { font-size: 6.250vw; }  /* 35px */
.f-46 { font-size: 6.250vw; }  /* 35px */
.f-47 { font-size: 6.250vw; }  /* 35px */
.f-48 { font-size: 6.250vw; }  /* 35px */
.f-49 { font-size: 6.250vw; }  /* 35px */
.f-50 { font-size: 6.250vw; }  /* 35px */
.f-51 { font-size: 6.250vw; }  /* 35px */
.f-52 { font-size: 6.250vw; }  /* 35px */
.f-53 { font-size: 6.250vw; }  /* 35px */
.f-54 { font-size: 6.250vw; }  /* 35px */
.f-55 { font-size: 6.250vw; }  /* 35px */
.f-56 { font-size: 6.250vw; }  /* 35px */
.f-57 { font-size: 6.429vw; }  /* 36px */
.f-58 { font-size: 6.429vw; }  /* 36px */
.f-59 { font-size: 6.429vw; }  /* 36px */
.f-60 { font-size: 6.429vw; }  /* 36px */
.f-61 { font-size: 6.429vw; }  /* 36px */
.f-62 { font-size: 6.429vw; }  /* 36px */
.f-63 { font-size: 6.429vw; }  /* 36px */
.f-64 { font-size: 7.143vw; }  /* 40px */
.f-65 { font-size: 7.143vw; }  /* 40px */
.f-66 { font-size: 7.143vw; }  /* 40px */
.f-67 { font-size: 7.143vw; }  /* 40px */
.f-68 { font-size: 7.143vw; }  /* 40px */
.f-69 { font-size: 7.143vw; }  /* 40px */
.f-70 { font-size:7.500vw; }  /* 42px */
.f-71 { font-size:7.500vw; }  /* 42px */
.f-72 { font-size:7.500vw; }  /* 42px */
.f-73 { font-size:7.500vw; }  /* 42px */
.f-74 { font-size:7.857vw; }  /* 44px */
.f-75 { font-size:7.857vw; }  /* 44px */
.f-76 { font-size:7.500vw; }  /* 42px */
.f-77 { font-size:7.500vw; }  /* 42px */
.f-78 { font-size:7.500vw; }  /* 42px */
.f-79 { font-size:7.857vw; }  /* 44px */
.f-80 { font-size:7.857vw; }  /* 44px */
  /*  560 px end  */
}

/*--------------------------------------------------
    390px  (414px時点を目安)   ※ クラス名 SP用
--------------------------------------------------*/
@media screen and (max-width: 414px) {
.sp-f-10 { font-size: 2.5641vw !important; } /* 10 ÷ 3.9 */
.sp-f-11 { font-size: 2.8205vw !important; }
.sp-f-12 { font-size: 3.0769vw !important; }
.sp-f-13 { font-size: 3.3333vw !important; }
.sp-f-14,.pagination .page-numbers { font-size: 3.5897vw !important; }
.sp-f-15 { font-size: 3.8462vw !important; }
.sp-f-16 { font-size: 4.1026vw !important; }
.sp-f-17 { font-size: 4.3590vw !important; }
.sp-f-18 { font-size: 4.6154vw !important; }
.sp-f-19 { font-size: 4.8718vw !important; }
.sp-f-20 { font-size: 5.1282vw !important; }
.sp-f-21 { font-size: 5.3846vw !important; }
.sp-f-22 { font-size: 5.6410vw !important; }
.sp-f-23 { font-size: 5.8974vw !important; }
.sp-f-24 { font-size: 6.1538vw !important; }
.sp-f-25 { font-size: 6.4103vw !important; }
.sp-f-26 { font-size: 6.6667vw !important; }
.sp-f-27 { font-size: 6.9231vw !important; }
.sp-f-28 { font-size: 7.1795vw !important; }
.sp-f-29 { font-size: 7.4359vw !important; }
.sp-f-30 { font-size: 7.6923vw !important; }
.sp-f-31 { font-size: 7.9487vw !important; }
.sp-f-32 { font-size: 8.2051vw !important; }
.sp-f-33 { font-size: 8.4615vw !important; }
.sp-f-34 { font-size: 8.7179vw !important; }
.sp-f-35 { font-size: 8.9744vw !important; }
.sp-f-36 { font-size: 9.2308vw !important; }
.sp-f-37 { font-size: 9.4872vw !important; }
.sp-f-38 { font-size: 9.7436vw !important; }
.sp-f-39 { font-size: 10.0000vw !important; }
.sp-f-40 { font-size: 10.2564vw !important; }

  /*  414 px end  */
}

/*----------------------------------------
||
||  font-line
||
----------------------------------------*/
.f-line-20 { line-height: 20px; }
.f-line-21 { line-height: 21px; }
.f-line-22 { line-height: 22px; }
.f-line-23 { line-height: 23px; }
.f-line-24 { line-height: 24px; }
.f-line-25 { line-height: 25px; }
.f-line-26 { line-height: 26px; }
.f-line-27 { line-height: 27px; }
.f-line-28 { line-height: 28px; }
.f-line-29 { line-height: 29px; }
.f-line-30 { line-height: 30px; }
.f-line-31 { line-height: 31px; }
.f-line-32 { line-height: 32px; }
.f-line-33 { line-height: 33px; }
.f-line-34 { line-height: 34px; }
.f-line-35 { line-height: 35px; }
.f-line-36 { line-height: 36px; }
.f-line-37 { line-height: 37px; }
.f-line-38 { line-height: 38px; }
.f-line-39 { line-height: 39px; }
.f-line-40 { line-height: 40px; }
.f-line-41 { line-height: 41px; }
.f-line-42 { line-height: 42px; }
.f-line-43 { line-height: 43px; }
.f-line-44 { line-height: 44px; }
.f-line-45 { line-height: 45px; }
.f-line-46 { line-height: 46px; }
.f-line-47 { line-height: 47px; }
.f-line-48 { line-height: 48px; }
.f-line-49 { line-height: 49px; }
.f-line-50 { line-height: 50px; }
.f-line-51 { line-height: 51px; }
.f-line-52 { line-height: 52px; }
.f-line-53 { line-height: 53px; }
.f-line-54 { line-height: 54px; }
.f-line-55 { line-height: 55px; }
.f-line-56 { line-height: 56px; }
.f-line-57 { line-height: 57px; }
.f-line-58 { line-height: 58px; }
.f-line-59 { line-height: 59px; }
.f-line-60 { line-height: 60px; }
.f-line-61 { line-height: 61px; }
.f-line-62 { line-height: 62px; }
.f-line-63 { line-height: 63px; }
.f-line-64 { line-height: 64px; }
.f-line-65 { line-height: 65px; }
.f-line-66 { line-height: 66px; }
.f-line-67 { line-height: 67px; }
.f-line-68 { line-height: 68px; }
.f-line-69 { line-height: 69px; }
.f-line-70 { line-height: 70px; }
.f-line-71 { line-height: 71px; }
.f-line-72 { line-height: 72px; }
.f-line-73 { line-height: 73px; }
.f-line-74 { line-height: 74px; }
.f-line-75 { line-height: 75px; }
.f-line-76 { line-height: 76px; }
.f-line-77 { line-height: 77px; }
.f-line-78 { line-height: 78px; }
.f-line-79 { line-height: 79px; }
.f-line-80 { line-height: 80px; }
.f-line-81 { line-height: 81px; }
.f-line-82 { line-height: 82px; }
.f-line-83 { line-height: 83px; }
.f-line-84 { line-height: 84px; }
.f-line-85 { line-height: 85px; }
.f-line-86 { line-height: 86px; }
.f-line-87 { line-height: 87px; }
.f-line-88 { line-height: 88px; }
.f-line-89 { line-height: 89px; }
.f-line-90 { line-height: 90px; }
.f-line-91 { line-height: 91px; }
.f-line-92 { line-height: 92px; }
.f-line-93 { line-height: 93px; }
.f-line-94 { line-height: 94px; }
.f-line-95 { line-height: 95px; }
.f-line-96 { line-height: 96px; }
.f-line-97 { line-height: 97px; }
.f-line-98 { line-height: 98px; }
.f-line-99 { line-height: 99px; }
.f-line-100 { line-height: 100px; }

/*--------------------------------------------------
    1561px - 1920px  (1920px時点を目安)
--------------------------------------------------*/
@media screen and (max-width:1920px) {
.f-line-20 { line-height: 1.04vw; }
.f-line-21 { line-height: 1.09vw; }
.f-line-22 { line-height: 1.15vw; }
.f-line-23 { line-height: 1.20vw; }
.f-line-24 { line-height: 1.25vw; }
.f-line-25 { line-height: 1.30vw; }
.f-line-26 { line-height: 1.35vw; }
.f-line-27 { line-height: 1.41vw; }
.f-line-28 { line-height: 1.46vw; }
.f-line-29 { line-height: 1.51vw; }
.f-line-30 { line-height: 1.56vw; }
.f-line-31 { line-height: 1.61vw; }
.f-line-32 { line-height: 1.67vw; }
.f-line-33 { line-height: 1.72vw; }
.f-line-34 { line-height: 1.77vw; }
.f-line-35 { line-height: 1.82vw; }
.f-line-36 { line-height: 1.88vw; }
.f-line-37 { line-height: 1.93vw; }
.f-line-38 { line-height: 1.98vw; }
.f-line-39 { line-height: 2.03vw; }
.f-line-40 { line-height: 2.08vw; }
.f-line-41 { line-height: 2.14vw; }
.f-line-42 { line-height: 2.19vw; }
.f-line-43 { line-height: 2.24vw; }
.f-line-44 { line-height: 2.29vw; }
.f-line-45 { line-height: 2.34vw; }
.f-line-46 { line-height: 2.40vw; }
.f-line-47 { line-height: 2.45vw; }
.f-line-48 { line-height: 2.50vw; }
.f-line-49 { line-height: 2.55vw; }
.f-line-50 { line-height: 2.60vw; }
.f-line-51 { line-height: 2.66vw; }
.f-line-52 { line-height: 2.71vw; }
.f-line-53 { line-height: 2.76vw; }
.f-line-54 { line-height: 2.81vw; }
.f-line-55 { line-height: 2.86vw; }
.f-line-56 { line-height: 2.92vw; }
.f-line-57 { line-height: 2.97vw; }
.f-line-58 { line-height: 3.02vw; }
.f-line-59 { line-height: 3.07vw; }
.f-line-60 { line-height: 3.13vw; }
.f-line-61 { line-height: 3.18vw; }
.f-line-62 { line-height: 3.23vw; }
.f-line-63 { line-height: 3.28vw; }
.f-line-64 { line-height: 3.33vw; }
.f-line-65 { line-height: 3.39vw; }
.f-line-66 { line-height: 3.44vw; }
.f-line-67 { line-height: 3.49vw; }
.f-line-68 { line-height: 3.54vw; }
.f-line-69 { line-height: 3.59vw; }
.f-line-70 { line-height: 3.65vw; }
.f-line-71 { line-height: 3.70vw; }
.f-line-72 { line-height: 3.75vw; }
.f-line-73 { line-height: 3.80vw; }
.f-line-74 { line-height: 3.85vw; }
.f-line-75 { line-height: 3.91vw; }
.f-line-76 { line-height: 3.96vw; }
.f-line-77 { line-height: 4.01vw; }
.f-line-78 { line-height: 4.06vw; }
.f-line-79 { line-height: 4.11vw; }
.f-line-80 { line-height: 4.17vw; }
.f-line-81 { line-height: 4.22vw; }
.f-line-82 { line-height: 4.27vw; }
.f-line-83 { line-height: 4.32vw; }
.f-line-84 { line-height: 4.38vw; }
.f-line-85 { line-height: 4.43vw; }
.f-line-86 { line-height: 4.48vw; }
.f-line-87 { line-height: 4.53vw; }
.f-line-88 { line-height: 4.58vw; }
.f-line-89 { line-height: 4.64vw; }
.f-line-90 { line-height: 4.69vw; }
.f-line-91 { line-height: 4.74vw; }
.f-line-92 { line-height: 4.79vw; }
.f-line-93 { line-height: 4.84vw; }
.f-line-94 { line-height: 4.90vw; }
.f-line-95 { line-height: 4.95vw; }
.f-line-96 { line-height: 5.00vw; }
.f-line-97 { line-height: 5.05vw; }
.f-line-98 { line-height: 5.10vw; }
.f-line-99 { line-height: 5.16vw; }
.f-line-100 { line-height: 5.21vw; }

}

/*--------------------------------------------------
    1536px  (1440px時点を目安)
--------------------------------------------------*/
@media screen and (max-width:1536px) {
.f-line-20 { line-height: 1.458vw; }  /* 21px */
.f-line-21 { line-height: 1.528vw; }  /* 22px */
.f-line-22 { line-height: 1.597vw; }  /* 23px */
.f-line-23 { line-height: 1.667vw; }  /* 24px */
.f-line-24 { line-height: 1.736vw; }  /* 25px */
.f-line-25 { line-height: 1.806vw; }  /* 26px */
.f-line-26 { line-height: 1.806vw; }  /* 26px */
.f-line-27 { line-height: 1.875vw; }  /* 27px */
.f-line-28 { line-height: 1.944vw; }  /* 28px */
.f-line-29 { line-height: 2.014vw; }  /* 29px */
.f-line-30 { line-height: 2.083vw; }  /* 30px */
.f-line-31 { line-height: 2.153vw; }  /* 31px */
.f-line-32 { line-height: 2.222vw; }  /* 32px */
.f-line-33 { line-height: 2.292vw; }  /* 33px */
.f-line-34 { line-height: 2.361vw; }  /* 34px */
.f-line-35 { line-height: 2.431vw; }  /* 35px */
.f-line-36 { line-height: 2.431vw; }  /* 35px */
.f-line-37 { line-height: 2.500vw; }  /* 36px */
.f-line-38 { line-height: 2.569vw; }  /* 37px */
.f-line-39 { line-height: 2.639vw; }  /* 38px */
.f-line-40 { line-height: 2.708vw; }  /* 39px */
.f-line-41 { line-height: 2.778vw; }  /* 40px */
.f-line-42 { line-height: 2.847vw; }  /* 41px */
.f-line-43 { line-height: 2.917vw; }  /* 42px */
.f-line-44 { line-height: 2.986vw; }  /* 43px */
.f-line-45 { line-height: 3.056vw; }  /* 44px */
.f-line-46 { line-height: 3.056vw; }  /* 44px */
.f-line-47 { line-height: 3.125vw; }  /* 45px */
.f-line-48 { line-height: 3.194vw; }  /* 46px */
.f-line-49 { line-height: 3.264vw; }  /* 47px */
.f-line-50 { line-height: 3.333vw; }  /* 48px */
.f-line-51 { line-height: 3.403vw; }  /* 49px */
.f-line-52 { line-height: 3.472vw; }  /* 50px */
.f-line-53 { line-height: 3.542vw; }  /* 51px */
.f-line-54 { line-height: 3.611vw; }  /* 52px */
.f-line-55 { line-height: 3.681vw; }  /* 53px */
.f-line-56 { line-height: 3.681vw; }  /* 53px */
.f-line-57 { line-height: 3.750vw; }  /* 54px */
.f-line-58 { line-height: 3.819vw; }  /* 55px */
.f-line-59 { line-height: 3.889vw; }  /* 56px */
.f-line-60 { line-height: 3.958vw; }  /* 57px */
.f-line-61 { line-height: 4.028vw; }  /* 58px */
.f-line-62 { line-height: 4.097vw; }  /* 59px */
.f-line-63 { line-height: 4.167vw; }  /* 60px */
.f-line-64 { line-height: 4.236vw; }  /* 61px */
.f-line-65 { line-height: 4.306vw; }  /* 62px */
.f-line-66 { line-height: 4.306vw; }  /* 62px */
.f-line-67 { line-height: 4.375vw; }  /* 63px */
.f-line-68 { line-height: 4.444vw; }  /* 64px */
.f-line-69 { line-height: 4.514vw; }  /* 65px */
.f-line-70 { line-height: 4.583vw; }  /* 66px */
.f-line-71 { line-height: 4.653vw; }  /* 67px */
.f-line-72 { line-height: 4.722vw; }  /* 68px */
.f-line-73 { line-height: 4.792vw; }  /* 69px */
.f-line-74 { line-height: 4.861vw; }  /* 70px */
.f-line-75 { line-height: 4.931vw; }  /* 71px */
.f-line-76 { line-height: 4.931vw; }  /* 71px */
.f-line-77 { line-height: 5.000vw; }  /* 72px */
.f-line-78 { line-height: 5.069vw; }  /* 73px */
.f-line-79 { line-height: 5.139vw; }  /* 74px */
.f-line-80 { line-height: 5.208vw; }  /* 75px */
.f-line-81 { line-height: 5.278vw; }  /* 76px */
.f-line-82 { line-height: 5.347vw; }  /* 77px */
.f-line-83 { line-height: 5.417vw; }  /* 78px */
.f-line-84 { line-height: 5.486vw; }  /* 79px */
.f-line-85 { line-height: 5.556vw; }  /* 80px */
.f-line-86 { line-height: 5.556vw; }  /* 80px */
.f-line-87 { line-height: 5.625vw; }  /* 81px */
.f-line-88 { line-height: 5.694vw; }  /* 82px */
.f-line-89 { line-height: 5.764vw; }  /* 83px */
.f-line-90 { line-height: 5.833vw; }  /* 84px */
.f-line-91 { line-height: 5.903vw; }  /* 85px */
.f-line-92 { line-height: 5.972vw; }  /* 86px */
.f-line-93 { line-height: 6.042vw; }  /* 87px */
.f-line-94 { line-height: 6.111vw; }  /* 88px */
.f-line-95 { line-height: 6.181vw; }  /* 89px */
.f-line-96 { line-height: 6.181vw; }  /* 89px */
.f-line-97 { line-height: 6.250vw; }  /* 90px */
.f-line-98 { line-height: 6.319vw; }  /* 91px */
.f-line-99 { line-height: 6.389vw; }  /* 92px */
.f-line-100 { line-height: 6.458vw; }  /* 93px */
}

/*--------------------------------------------------
    1200px  (1200px時点を目安)
--------------------------------------------------*/
@media screen and (max-width:1200px) {
.f-line-20 { line-height: 1.667vw; }  /* 20px */
.f-line-21 { line-height: 1.750vw; }  /* 21px */
.f-line-22 { line-height: 1.833vw; }  /* 22px */
.f-line-23 { line-height: 1.917vw; }  /* 23px */
.f-line-24 { line-height: 2.000vw; }  /* 24px */
.f-line-25 { line-height: 2.000vw; }  /* 24px */
.f-line-26 { line-height: 2.000vw; }  /* 24px */
.f-line-27 { line-height: 2.167vw; }  /* 26px */
.f-line-28 { line-height: 2.167vw; }  /* 26px */
.f-line-29 { line-height: 2.167vw; }  /* 26px */
.f-line-30 { line-height: 2.167vw; }  /* 26px */
.f-line-31 { line-height: 2.333vw; }  /* 28px */
.f-line-32 { line-height: 2.500vw; }  /* 30px */
.f-line-33 { line-height: 2.500vw; }  /* 30px */
.f-line-34 { line-height: 2.667vw; }  /* 32px */
.f-line-35 { line-height: 2.667vw; }  /* 32px */
.f-line-36 { line-height: 2.667vw; }  /* 32px */
.f-line-37 { line-height: 2.750vw; }  /* 33px */
.f-line-38 { line-height: 2.833vw; }  /* 34px */
.f-line-39 { line-height: 2.917vw; }  /* 35px */
.f-line-40 { line-height: 3.000vw; }  /* 36px */
.f-line-41 { line-height: 3.083vw; }  /* 37px */
.f-line-42 { line-height: 3.167vw; }  /* 38px */
.f-line-43 { line-height: 3.250vw; }  /* 39px */
.f-line-44 { line-height: 3.333vw; }  /* 40px */
.f-line-45 { line-height: 3.583vw; }  /* 43px */
.f-line-46 { line-height: 3.583vw; }  /* 43px */
.f-line-47 { line-height: 3.667vw; }  /* 44px */
.f-line-48 { line-height: 3.667vw; }  /* 44px */
.f-line-49 { line-height: 3.667vw; }  /* 44px */
.f-line-50 { line-height: 3.833vw; }  /* 46px */
.f-line-51 { line-height: 3.833vw; }  /* 46px */
.f-line-52 { line-height: 3.833vw; }  /* 46px */
.f-line-53 { line-height: 4.000vw; }  /* 48px */
.f-line-54 { line-height: 4.000vw; }  /* 48px */
.f-line-55 { line-height: 4.167vw; }  /* 50px */
.f-line-56 { line-height: 4.167vw; }  /* 50px */
.f-line-57 { line-height: 4.333vw; }  /* 52px */
.f-line-58 { line-height: 4.333vw; }  /* 52px */
.f-line-59 { line-height: 4.333vw; }  /* 52px */
.f-line-60 { line-height: 4.333vw; }  /* 52px */
.f-line-61 { line-height: 4.333vw; }  /* 52px */
.f-line-62 { line-height: 4.333vw; }  /* 52px */
.f-line-63 { line-height: 4.583vw; }  /* 55px */
.f-line-64 { line-height: 4.583vw; }  /* 55px */
.f-line-65 { line-height: 4.583vw; }  /* 55px */
.f-line-66 { line-height: 4.583vw; }  /* 55px */
.f-line-67 { line-height: 4.583vw; }  /* 55px */
.f-line-68 { line-height: 4.583vw; }  /* 55px */
.f-line-69 { line-height: 4.833vw; }  /* 58px */
.f-line-70 { line-height: 4.833vw; }  /* 58px */
.f-line-71 { line-height: 4.833vw; }  /* 58px */
.f-line-72 { line-height: 4.833vw; }  /* 58px */
.f-line-73 { line-height: 4.833vw; }  /* 58px */
.f-line-74 { line-height: 4.833vw; }  /* 58px */
.f-line-75 { line-height: 5.167vw; }  /* 62px */
.f-line-76 { line-height: 5.500vw; }  /* 66px */
.f-line-77 { line-height: 5.500vw; }  /* 66px */
.f-line-78 { line-height: 5.500vw; }  /* 66px */
.f-line-79 { line-height: 5.500vw; }  /* 66px */
.f-line-80 { line-height: 5.500vw; }  /* 66px */
.f-line-81 { line-height: 5.833vw; }  /* 70px */
.f-line-82 { line-height: 5.833vw; }  /* 70px */
.f-line-83 { line-height: 5.833vw; }  /* 70px */
.f-line-84 { line-height: 5.833vw; }  /* 70px */
.f-line-85 { line-height: 5.833vw; }  /* 70px */
.f-line-86 { line-height: 5.833vw; }  /* 70px */
.f-line-87 { line-height: 6.333vw; }  /* 76px */
.f-line-88 { line-height: 6.333vw; }  /* 76px */
.f-line-89 { line-height: 6.333vw; }  /* 76px */
.f-line-90 { line-height: 6.333vw; }  /* 76px */
.f-line-91 { line-height: 6.333vw; }  /* 76px */
.f-line-92 { line-height: 6.333vw; }  /* 76px */
.f-line-93 { line-height: 6.667vw; }  /* 80px */
.f-line-94 { line-height: 6.667vw; }  /* 80px */
.f-line-95 { line-height: 7.083vw; }  /* 85px */
.f-line-96 { line-height: 7.083vw; }  /* 85px */
.f-line-97 { line-height: 7.083vw; }  /* 85px */
.f-line-98 { line-height: 7.083vw; }  /* 85px */
.f-line-99 { line-height: 7.083vw; }  /* 85px */
.f-line-100 { line-height: 7.083vw; }  /* 85px */
}

/*--------------------------------------------------
    1024px  (960px時点を目安)
--------------------------------------------------*/
@media screen and (max-width:1024px) {
.f-line-20 { line-height: 2.083vw; }  /* 20px */
.f-line-21 { line-height: 2.188vw; }  /* 21px */
.f-line-22 { line-height: 2.292vw; }  /* 22px */
.f-line-23 { line-height: 2.396vw; }  /* 23px */
.f-line-24 { line-height: 2.500vw; }  /* 24px */
.f-line-25 { line-height: 2.500vw; }  /* 24px */
.f-line-26 { line-height: 2.500vw; }  /* 24px */
.f-line-27 { line-height: 2.708vw; }  /* 26px */
.f-line-28 { line-height: 2.708vw; }  /* 26px */
.f-line-29 { line-height: 2.708vw; }  /* 26px */
.f-line-30 { line-height: 2.708vw; }  /* 26px */
.f-line-31 { line-height: 2.917vw; }  /* 28px */
.f-line-32 { line-height: 3.125vw; }  /* 30px */
.f-line-33 { line-height: 3.125vw; }  /* 30px */
.f-line-34 { line-height: 3.333vw; }  /* 32px */
.f-line-35 { line-height: 3.333vw; }  /* 32px */
.f-line-36 { line-height: 3.333vw; }  /* 32px */
.f-line-37 { line-height: 3.438vw; }  /* 33px */
.f-line-38 { line-height: 3.542vw; }  /* 34px */
.f-line-39 { line-height: 3.646vw; }  /* 35px */
.f-line-40 { line-height: 3.750vw; }  /* 36px */
.f-line-41 { line-height: 3.854vw; }  /* 37px */
.f-line-42 { line-height: 3.958vw; }  /* 38px */
.f-line-43 { line-height: 4.062vw; }  /* 39px */
.f-line-44 { line-height: 4.167vw; }  /* 40px */
.f-line-45 { line-height: 4.479vw; }  /* 43px */
.f-line-46 { line-height: 4.479vw; }  /* 43px */
.f-line-47 { line-height: 4.583vw; }  /* 44px */
.f-line-48 { line-height: 4.583vw; }  /* 44px */
.f-line-49 { line-height: 4.583vw; }  /* 44px */
.f-line-50 { line-height: 4.792vw; }  /* 46px */
.f-line-51 { line-height: 4.792vw; }  /* 46px */
.f-line-52 { line-height: 4.792vw; }  /* 46px */
.f-line-53 { line-height: 5.000vw; }  /* 48px */
.f-line-54 { line-height: 5.000vw; }  /* 48px */
.f-line-55 { line-height: 5.208vw; }  /* 50px */
.f-line-56 { line-height: 5.208vw; }  /* 50px */
.f-line-57 { line-height: 5.417vw; }  /* 52px */
.f-line-58 { line-height: 5.417vw; }  /* 52px */
.f-line-59 { line-height: 5.417vw; }  /* 52px */
.f-line-60 { line-height: 5.417vw; }  /* 52px */
.f-line-61 { line-height: 5.417vw; }  /* 52px */
.f-line-62 { line-height: 5.417vw; }  /* 52px */
.f-line-63 { line-height: 5.729vw; }  /* 55px */
.f-line-64 { line-height: 5.729vw; }  /* 55px */
.f-line-65 { line-height: 5.729vw; }  /* 55px */
.f-line-66 { line-height: 5.729vw; }  /* 55px */
.f-line-67 { line-height: 5.729vw; }  /* 55px */
.f-line-68 { line-height: 5.729vw; }  /* 55px */
.f-line-69 { line-height: 6.042vw; }  /* 58px */
.f-line-70 { line-height: 6.042vw; }  /* 58px */
.f-line-71 { line-height: 6.042vw; }  /* 58px */
.f-line-72 { line-height: 6.042vw; }  /* 58px */
.f-line-73 { line-height: 6.042vw; }  /* 58px */
.f-line-74 { line-height: 6.042vw; }  /* 58px */
.f-line-75 { line-height: 6.458vw; }  /* 62px */
.f-line-76 { line-height: 6.875vw; }  /* 66px */
.f-line-77 { line-height: 6.875vw; }  /* 66px */
.f-line-78 { line-height: 6.875vw; }  /* 66px */
.f-line-79 { line-height: 6.875vw; }  /* 66px */
.f-line-80 { line-height: 6.875vw; }  /* 66px */
.f-line-81 { line-height: 7.292vw; }  /* 70px */
.f-line-82 { line-height: 7.292vw; }  /* 70px */
.f-line-83 { line-height: 7.292vw; }  /* 70px */
.f-line-84 { line-height: 7.292vw; }  /* 70px */
.f-line-85 { line-height: 7.292vw; }  /* 70px */
.f-line-86 { line-height: 7.292vw; }  /* 70px */
.f-line-87 { line-height: 7.917vw; }  /* 76px */
.f-line-88 { line-height: 7.917vw; }  /* 76px */
.f-line-89 { line-height: 7.917vw; }  /* 76px */
.f-line-90 { line-height: 8.125vw; }  /* 78px */
.f-line-91 { line-height: 8.125vw; }  /* 78px */
.f-line-92 { line-height: 8.125vw; }  /* 78px */
.f-line-93 { line-height: 8.333vw; }  /* 78px */
.f-line-94 { line-height: 8.333vw; }  /* 78px */
.f-line-95 { line-height: 8.646vw; }  /* 80px */
.f-line-96 { line-height: 8.646vw; }  /* 80px */
.f-line-97 { line-height: 8.646vw; }  /* 80px */
.f-line-98 { line-height: 8.542vw; }  /* 82px */
.f-line-99 { line-height: 8.542vw; }  /* 82px */
.f-line-100 { line-height: 8.542vw; }  /* 82px */
}

/*--------------------------------------------------
    768px  (768px時点を目安)
--------------------------------------------------*/
@media screen and (max-width:768px) {
.f-line-20 { line-height: 2.344vw; }  /* 18px */
.f-line-21 { line-height: 2.473vw; }  /* 19px */
.f-line-22 { line-height: 2.604vw; }  /* 20px */
.f-line-23 { line-height: 2.865vw; }  /* 22px */
.f-line-24 { line-height: 2.865vw; }  /* 22px */
.f-line-25 { line-height: 2.990vw; }  /* 23px */
.f-line-26 { line-height: 3.125vw; }  /* 24px */
.f-line-27 { line-height: 3.255vw; }  /* 25px */
.f-line-28 { line-height: 3.255vw; }  /* 25px */
.f-line-29 { line-height: 3.385vw; }  /* 26px */
.f-line-30 { line-height: 3.385vw; }  /* 26px */
.f-line-31 { line-height: 3.385vw; }  /* 26px */
.f-line-32 { line-height: 3.906vw; }  /* 30px */
.f-line-33 { line-height: 3.906vw; }  /* 30px */
.f-line-34 { line-height: 3.906vw; }  /* 30px */
.f-line-35 { line-height: 3.906vw; }  /* 30px */
.f-line-36 { line-height: 3.906vw; }  /* 30px */
.f-line-37 { line-height: 4.167vw; }  /* 32px */
.f-line-38 { line-height: 4.167vw; }  /* 32px */
.f-line-39 { line-height: 4.167vw; }  /* 32px */
.f-line-40 { line-height: 4.427vw; }  /* 34px */
.f-line-41 { line-height: 4.427vw; }  /* 34px */
.f-line-42 { line-height: 4.427vw; }  /* 34px */
.f-line-43 { line-height: 4.687vw; }  /* 36px */
.f-line-44 { line-height: 4.687vw; }  /* 36px */
.f-line-45 { line-height: 4.636vw; }  /* 36px */
.f-line-46 { line-height: 5.208vw; }  /* 40px */
.f-line-47 { line-height: 5.208vw; }  /* 40px */
.f-line-48 { line-height: 5.208vw; }  /* 40px */
.f-line-49 { line-height: 5.208vw; }  /* 40px */
.f-line-50 { line-height: 5.208vw; }  /* 40px */
.f-line-51 { line-height: 5.469vw; }  /* 42px */
.f-line-52 { line-height: 5.469vw; }  /* 42px */
.f-line-53 { line-height: 5.469vw; }  /* 42px */
.f-line-54 { line-height: 5.469vw; }  /* 42px */
.f-line-55 { line-height: 5.469vw; }  /* 42px */
.f-line-56 { line-height: 5.469vw; }  /* 42px */
.f-line-57 { line-height: 5.990vw; }  /* 46px */
.f-line-58 { line-height: 5.990vw; }  /* 46px */
.f-line-59 { line-height: 5.990vw; }  /* 46px */
.f-line-60 { line-height: 6.250vw; }  /* 48px */
.f-line-61 { line-height: 6.250vw; }  /* 48px */
.f-line-62 { line-height: 6.250vw; }  /* 48px */
.f-line-63 { line-height: 6.250vw; }  /* 48px */
.f-line-64 { line-height: 6.250vw; }  /* 48px */
.f-line-65 { line-height: 6.510vw; }  /* 50px */
.f-line-66 { line-height: 6.510vw; }  /* 50px */
.f-line-67 { line-height: 6.510vw; }  /* 50px */
.f-line-68 { line-height: 6.510vw; }  /* 50px */
.f-line-69 { line-height: 6.510vw; }  /* 50px */
.f-line-70 { line-height: 7.031vw; }  /* 54px */
.f-line-71 { line-height: 7.031vw; }  /* 54px */
.f-line-72 { line-height: 7.031vw; }  /* 54px */
.f-line-73 { line-height: 7.031vw; }  /* 54px */
.f-line-74 { line-height: 7.031vw; }  /* 54px */
.f-line-75 { line-height: 7.552vw; }  /* 58px */
.f-line-76 { line-height: 7.552vw; }  /* 58px */
.f-line-77 { line-height: 7.552vw; }  /* 58px */
.f-line-78 { line-height: 7.552vw; }  /* 58px */
.f-line-79 { line-height: 7.552vw; }  /* 58px */
.f-line-80 { line-height: 7.552vw; }  /* 58px */
.f-line-81 { line-height: 7.813vw; }  /* 60px */
.f-line-82 { line-height: 7.813vw; }  /* 60px */
.f-line-83 { line-height: 7.813vw; }  /* 60px */
.f-line-84 { line-height: 7.813vw; }  /* 60px */
.f-line-85 { line-height: 8.052vw; }  /* 62px */
.f-line-86 { line-height: 8.052vw; }  /* 62px */
.f-line-87 { line-height: 8.177vw; }  /* 62px */
.f-line-88 { line-height: 8.333vw; }  /* 64px */
.f-line-89 { line-height: 8.333vw; }  /* 64px */
.f-line-90 { line-height: 8.473vw; }  /* 64px */
.f-line-91 { line-height: 8.854vw; }  /* 68px */
.f-line-92 { line-height: 8.854vw; }  /* 68px */
.f-line-93 { line-height: 8.993vw; }  /* 68px */
.f-line-94 { line-height: 9.114vw; }  /* 70px */
.f-line-95 { line-height: 9.114vw; }  /* 70px */
.f-line-96 { line-height: 9.114vw; }  /* 70px */
.f-line-97 { line-height: 9.114vw; }  /* 70px */
.f-line-98 { line-height: 9.635vw; }  /* 74px */
.f-line-99 { line-height: 9.635vw; }  /* 74px */
.f-line-100 { line-height: 9.635vw; }  /* 74px */
}

/*--------------------------------------------------
    560px  (560px時点を目安)
--------------------------------------------------*/
@media screen and (max-width:560px) {
.f-line-20 { line-height: 3.214vw; }  /* 18px */
.f-line-21 { line-height: 3.393vw; }  /* 19px */
.f-line-22 { line-height: 3.571vw; }  /* 20px */
.f-line-23 { line-height: 3.929vw; }  /* 22px */
.f-line-24 { line-height: 3.929vw; }  /* 22px */
.f-line-25 { line-height: 4.107vw; }  /* 23px */
.f-line-26 { line-height: 4.286vw; }  /* 24px */
.f-line-27 { line-height: 4.464vw; }  /* 25px */
.f-line-28 { line-height: 4.464vw; }  /* 25px */
.f-line-29 { line-height: 4.643vw; }  /* 26px */
.f-line-30 { line-height: 4.643vw; }  /* 26px */
.f-line-31 { line-height: 4.643vw; }  /* 26px */
.f-line-32 { line-height: 5.357vw; }  /* 30px */
.f-line-33 { line-height: 5.357vw; }  /* 30px */
.f-line-34 { line-height: 5.357vw; }  /* 30px */
.f-line-35 { line-height: 5.357vw; }  /* 30px */
.f-line-36 { line-height: 5.357vw; }  /* 30px */
.f-line-37 { line-height: 5.714vw; }  /* 32px */
.f-line-38 { line-height: 5.714vw; }  /* 32px */
.f-line-39 { line-height: 5.714vw; }  /* 32px */
.f-line-40 { line-height: 6.071vw; }  /* 34px */
.f-line-41 { line-height: 6.071vw; }  /* 34px */
.f-line-42 { line-height: 6.071vw; }  /* 34px */
.f-line-43 { line-height: 6.429vw; }  /* 36px */
.f-line-44 { line-height: 6.429vw; }  /* 36px */
.f-line-45 { line-height: 6.429vw; }  /* 36px */
.f-line-46 { line-height: 7.143vw; }  /* 40px */
.f-line-47 { line-height: 7.143vw; }  /* 40px */
.f-line-48 { line-height: 7.143vw; }  /* 40px */
.f-line-49 { line-height: 7.143vw; }  /* 40px */
.f-line-50 { line-height: 7.143vw; }  /* 40px */
.f-line-51 { line-height: 7.500vw; }  /* 42px */
.f-line-52 { line-height: 7.500vw; }  /* 42px */
.f-line-53 { line-height: 7.500vw; }  /* 42px */
.f-line-54 { line-height: 7.500vw; }  /* 42px */
.f-line-55 { line-height: 7.500vw; }  /* 42px */
.f-line-56 { line-height: 7.500vw; }  /* 42px */
.f-line-57 { line-height: 8.214vw; }  /* 46px */
.f-line-58 { line-height: 8.214vw; }  /* 46px */
.f-line-59 { line-height: 8.214vw; }  /* 46px */
.f-line-60 { line-height: 8.571vw; }  /* 48px */
.f-line-61 { line-height: 8.571vw; }  /* 48px */
.f-line-62 { line-height: 8.571vw; }  /* 48px */
.f-line-63 { line-height: 8.571vw; }  /* 48px */
.f-line-64 { line-height: 8.571vw; }  /* 48px */
.f-line-65 { line-height: 8.929vw; }  /* 50px */
.f-line-66 { line-height: 8.929vw; }  /* 50px */
.f-line-67 { line-height: 8.929vw; }  /* 50px */
.f-line-68 { line-height: 8.929vw; }  /* 50px */
.f-line-69 { line-height: 8.929vw; }  /* 50px */
.f-line-70 { line-height: 9.643vw; }  /* 54px */
.f-line-71 { line-height: 9.643vw; }  /* 54px */
.f-line-72 { line-height: 9.643vw; }  /* 54px */
.f-line-73 { line-height: 9.643vw; }  /* 54px */
.f-line-74 { line-height: 9.643vw; }  /* 54px */
.f-line-75 { line-height: 10.357vw; }  /* 58px */
.f-line-76 { line-height: 10.357vw; }  /* 58px */
.f-line-77 { line-height: 10.357vw; }  /* 58px */
.f-line-78 { line-height: 10.357vw; }  /* 58px */
.f-line-79 { line-height: 10.357vw; }  /* 58px */
.f-line-80 { line-height: 10.357vw; }  /* 58px */
.f-line-81 { line-height: 10.714vw; }  /* 60px */
.f-line-82 { line-height: 10.714vw; }  /* 60px */
.f-line-83 { line-height: 10.714vw; }  /* 60px */
.f-line-84 { line-height: 10.714vw; }  /* 60px */
.f-line-85 { line-height: 11.071vw; }  /* 62px */
.f-line-86 { line-height: 11.071vw; }  /* 62px */
.f-line-87 { line-height: 11.250vw; }  /* 62px */
.f-line-88 { line-height: 11.429vw; }  /* 64px */
.f-line-89 { line-height: 11.429vw; }  /* 64px */
.f-line-90 { line-height: 11.607vw; }  /* 64px */
.f-line-91 { line-height: 12.143vw; }  /* 68px */
.f-line-92 { line-height: 12.143vw; }  /* 68px */
.f-line-93 { line-height: 12.321vw; }  /* 68px */
.f-line-94 { line-height: 12.500vw; }  /* 70px */
.f-line-95 { line-height: 12.500vw; }  /* 70px */
.f-line-96 { line-height: 12.500vw; }  /* 70px */
.f-line-97 { line-height: 12.500vw; }  /* 70px */
.f-line-98 { line-height: 13.214vw; }  /* 74px */
.f-line-99 { line-height: 13.214vw; }  /* 74px */
.f-line-100 { line-height: 13.214vw; }  /* 74px */
}

@media screen and (max-width: 414px) {
  .sp-f-line-12 { line-height: 3.08vw !important; }
  .sp-f-line-13 { line-height: 3.33vw !important; }
  .sp-f-line-14 { line-height: 3.59vw !important; }
  .sp-f-line-15 { line-height: 3.85vw !important; }
  .sp-f-line-16 { line-height: 4.10vw !important; }
  .sp-f-line-17 { line-height: 4.36vw !important; }
  .sp-f-line-18 { line-height: 4.62vw !important; }
  .sp-f-line-19 { line-height: 4.87vw !important; }
  .sp-f-line-20 { line-height: 5.13vw !important; }
  .sp-f-line-21 { line-height: 5.38vw !important; }
  .sp-f-line-22 { line-height: 5.64vw !important; }
  .sp-f-line-23 { line-height: 5.90vw !important; }
  .sp-f-line-24 { line-height: 6.15vw !important; }
  .sp-f-line-25 { line-height: 6.41vw !important; }
  .sp-f-line-26 { line-height: 6.67vw !important; }
  .sp-f-line-27 { line-height: 6.92vw !important; }
  .sp-f-line-28 { line-height: 7.18vw !important; }
  .sp-f-line-29 { line-height: 7.44vw !important; }
  .sp-f-line-30 { line-height: 7.69vw !important; }
  .sp-f-line-31 { line-height: 7.95vw !important; }
  .sp-f-line-32 { line-height: 8.21vw !important; }
  .sp-f-line-33 { line-height: 8.46vw !important; }
  .sp-f-line-34 { line-height: 8.72vw !important; }
  .sp-f-line-35 { line-height: 8.97vw !important; }
  .sp-f-line-36 { line-height: 9.23vw !important; }
  .sp-f-line-37 { line-height: 9.49vw !important; }
  .sp-f-line-38 { line-height: 9.74vw !important; }
  .sp-f-line-39 { line-height: 10.00vw !important; }
  .sp-f-line-40 { line-height: 10.26vw !important; }
  .sp-f-line-41 { line-height: 10.51vw !important; }
  .sp-f-line-42 { line-height: 10.77vw !important; }
  .sp-f-line-43 { line-height: 11.03vw !important; }
  .sp-f-line-44 { line-height: 11.28vw !important; }
  .sp-f-line-45 { line-height: 11.54vw !important; }
  .sp-f-line-46 { line-height: 11.79vw !important; }
  .sp-f-line-47 { line-height: 12.05vw !important; }
  .sp-f-line-48 { line-height: 12.31vw !important; }
  .sp-f-line-49 { line-height: 12.56vw !important; }
  .sp-f-line-50 { line-height: 12.82vw !important; }
  .sp-f-line-51 { line-height: 13.08vw !important; }
  .sp-f-line-52 { line-height: 13.33vw !important; }
  .sp-f-line-53 { line-height: 13.59vw !important; }
  .sp-f-line-54 { line-height: 13.85vw !important; }
  .sp-f-line-55 { line-height: 14.10vw !important; }
  .sp-f-line-56 { line-height: 14.36vw !important; }
  .sp-f-line-57 { line-height: 14.62vw !important; }
  .sp-f-line-58 { line-height: 14.87vw !important; }
  .sp-f-line-59 { line-height: 15.13vw !important; }
  .sp-f-line-60 { line-height: 15.38vw !important; }
  .sp-f-line-61 { line-height: 15.64vw !important; }
  .sp-f-line-62 { line-height: 15.90vw !important; }
  .sp-f-line-63 { line-height: 16.15vw !important; }
  .sp-f-line-64 { line-height: 16.41vw !important; }
  .sp-f-line-65 { line-height: 16.67vw !important; }
  .sp-f-line-66 { line-height: 16.92vw !important; }
  .sp-f-line-67 { line-height: 17.18vw !important; }
  .sp-f-line-68 { line-height: 17.44vw !important; }
  .sp-f-line-69 { line-height: 17.69vw !important; }
  .sp-f-line-70 { line-height: 17.95vw !important; }
  .sp-f-line-71 { line-height: 18.21vw !important; }
  .sp-f-line-72 { line-height: 18.46vw !important; }
  .sp-f-line-73 { line-height: 18.72vw !important; }
  .sp-f-line-74 { line-height: 18.97vw !important; }
  .sp-f-line-75 { line-height: 19.23vw !important; }
  .sp-f-line-76 { line-height: 19.49vw !important; }
  .sp-f-line-77 { line-height: 19.74vw !important; }
  .sp-f-line-78 { line-height: 20.00vw !important; }
  .sp-f-line-79 { line-height: 20.26vw !important; }
  .sp-f-line-80 { line-height: 20.51vw !important; }
  .sp-f-line-81 { line-height: 20.77vw !important; }
  .sp-f-line-82 { line-height: 21.03vw !important; }
  .sp-f-line-83 { line-height: 21.28vw !important; }
  .sp-f-line-84 { line-height: 21.54vw !important; }
  .sp-f-line-85 { line-height: 21.79vw !important; }
  .sp-f-line-86 { line-height: 22.05vw !important; }
  .sp-f-line-87 { line-height: 22.31vw !important; }
  .sp-f-line-88 { line-height: 22.56vw !important; }
  .sp-f-line-89 { line-height: 22.82vw !important; }
  .sp-f-line-90 { line-height: 23.08vw !important; }
  .sp-f-line-91 { line-height: 23.33vw !important; }
  .sp-f-line-92 { line-height: 23.59vw !important; }
  .sp-f-line-93 { line-height: 23.85vw !important; }
  .sp-f-line-94 { line-height: 24.10vw !important; }
  .sp-f-line-95 { line-height: 24.36vw !important; }
  .sp-f-line-96 { line-height: 24.62vw !important; }
  .sp-f-line-97 { line-height: 24.87vw !important; }
  .sp-f-line-98 { line-height: 25.13vw !important; }
  .sp-f-line-99 { line-height: 25.38vw !important; }
  .sp-f-line-100 { line-height: 25.64vw !important; }
}

/*----------------------------------------
font-letter
----------------------------------------*/
.f-letter--50  { letter-spacing: -0.05em; }
.f-letter--40  { letter-spacing: -0.04em; }
.f-letter--30  { letter-spacing: -0.03em; }
.f-letter--20  { letter-spacing: -0.02em; }
.f-letter--10  { letter-spacing: -0.01em; }
.f-letter-10   { letter-spacing: 0.01em; }
.f-letter-20   { letter-spacing: 0.02em; }
.f-letter-30   { letter-spacing: 0.03em; }
.f-letter-40 { letter-spacing: 0.04em; }
.f-letter-50   { letter-spacing: 0.05em; }
.f-letter-60   { letter-spacing: 0.06em; }
.f-letter-70   { letter-spacing: 0.07em; }
.f-letter-80   { letter-spacing: 0.08em; }
.f-letter-90   { letter-spacing: 0.09em; }
.f-letter-100  { letter-spacing: 0.1em; }
.f-letter-110  { letter-spacing: 0.11em; }
.f-letter-120  { letter-spacing: 0.12em; }
.f-letter-130  { letter-spacing: 0.13em; }
.f-letter-140  { letter-spacing: 0.14em; }
.f-letter-150  { letter-spacing: 0.15em; }
.f-letter-160  { letter-spacing: 0.16em; }
.f-letter-170  { letter-spacing: 0.17em; }
.f-letter-180  { letter-spacing: 0.18em; }
.f-letter-190  { letter-spacing: 0.19em; }
.f-letter-200  { letter-spacing: 0.2em; }


@media screen and (max-width: 414px) {
.sp-f-letter--50  { letter-spacing: -0.1282vw; }  /* XD -50 = -0.5px */
.sp-f-letter--40  { letter-spacing: -0.1026vw; }  /* XD -40 = -0.4px */
.sp-f-letter--30  { letter-spacing: -0.0769vw; }  /* XD -30 = -0.3px */
.sp-f-letter--20  { letter-spacing: -0.0513vw; }  /* XD -20 = -0.2px */
.sp-f-letter--10  { letter-spacing: -0.0256vw; }  /* XD -10 = -0.1px */
.sp-f-letter-10   { letter-spacing: 0.0256vw; }   /* XD +10 = 0.1px */
.sp-f-letter-20   { letter-spacing: 0.0513vw; }   /* XD +20 = 0.2px */
.sp-f-letter-30   { letter-spacing: 0.0769vw; }   /* XD +30 = 0.3px */
.sp-f-letter-40   { letter-spacing: 0.1026vw; }   /* XD +40 = 0.4px */
.sp-f-letter-50   { letter-spacing: 0.1282vw; }   /* XD +50 = 0.5px */
.sp-f-letter-60   { letter-spacing: 0.1538vw; }   /* XD +60 = 0.6px */
.sp-f-letter-70   { letter-spacing: 0.1795vw; }   /* XD +70 = 0.7px */
.sp-f-letter-80   { letter-spacing: 0.2051vw; }   /* XD +80 = 0.8px */
.sp-f-letter-90   { letter-spacing: 0.2308vw; }   /* XD +90 = 0.9px */
.sp-f-letter-100  { letter-spacing: 0.2564vw; }   /* XD +100 = 1.0px */
.sp-f-letter-110  { letter-spacing: 0.2821vw; }   /* XD +110 = 1.1px */
.sp-f-letter-120  { letter-spacing: 0.3077vw; }   /* XD +120 = 1.2px */
.sp-f-letter-130  { letter-spacing: 0.3333vw; }   /* XD +130 = 1.3px */
.sp-f-letter-140  { letter-spacing: 0.3590vw; }   /* XD +140 = 1.4px */
.sp-f-letter-150  { letter-spacing: 0.3846vw; }   /* XD +150 = 1.5px */
.sp-f-letter-160  { letter-spacing: 0.4103vw; }   /* XD +160 = 1.6px */
.sp-f-letter-170  { letter-spacing: 0.4359vw; }   /* XD +170 = 1.7px */
.sp-f-letter-180  { letter-spacing: 0.4615vw; }   /* XD +180 = 1.8px */
.sp-f-letter-190  { letter-spacing: 0.4872vw; }   /* XD +190 = 1.9px */
.sp-f-letter-200  { letter-spacing: 0.5128vw; }   /* XD +200 = 2.0px */
}

/*----------------------------------------
font-weight
----------------------------------------*/
.f-w-light {
  font-weight:100;
}
.f-w-400 {
  font-weight: 400;
}
.f-w-500 {
  font-weight: 500;
}
.f-w-600 {
  font-weight: 600;
}
.f-w-bold {
  font-weight: bold;
}

/*-------------------------------------------------------------
レイアウト
-------------------------------------------------------------*/
html,body,header,main,footer,section,article,aside,nav,div,span,h1,h2,h3,h4,h5,h6,p,strong,em,small,br,hr,a,button,ul,ol,li,dl,dt,dd,img,picture,source,video,audio,iframe,svg,canvas,figure,figcaption,form,input,textarea,select,option,label,fieldset,legend,table,thead,tbody,tfoot,tr,th,td,caption,colgroup,col,time,address,cite,blockquote,details,summary,mark,title,meta,link,script,style {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
}
html p {
  margin-bottom: 0;
}
html ul {
  padding-left: 0;
}
html body .wrapper {
  width: 88vw;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
html body .wrapper-2 {
  width: 88vw;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
html body .wrapper-3 {
  width: 88vw;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.center {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.right {
  margin-left: auto;
  display: block;
}
.left {
  margin-right: auto;
  display: block;
}
.flex {
  display: flex;
  align-items: center;
}
/* 2グリット */
.flex-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.flex-box .block-left {
  width: 48%;
}
.flex-box .block-right {
  width: 48%;
}

/* 3グリット   ( ２種類あり ) */
ul.flex-box-2,  /*sp 1列*/
ul.flex-box-2-type2  /*sp ２列*/ {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
ul.flex-box-2 li,
ul.flex-box-2-type2 li {
  width: 31%;
  margin-bottom: 6%;
}
ul.flex-box-2 li:nth-of-type(2),
ul.flex-box-2 li:nth-of-type(5),
ul.flex-box-2 li:nth-of-type(8),
ul.flex-box-2 li:nth-of-type(11),
ul.flex-box-2-type2 li:nth-of-type(2),
ul.flex-box-2-type2 li:nth-of-type(5),
ul.flex-box-2-type2 li:nth-of-type(8),
ul.flex-box-2-type2 li:nth-of-type(11) {
  margin-right: 3.5%;
  margin-left: 3.5%;
}

.btn-type-1 {
  display: block;
  max-width: 320px;
  width: 100%;
  height: 68px;
  position: relative;
  background-color: #FFF3C7;
  border-radius: 999px;
  border: 2px solid #FFF3C7;
  transition: all 0.4s;
}
.btn-type-1 p {
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 18px;
  color: #000;
  transition: all 0.4s;
}
.img-mask {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.img-mask::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 66.8%; /*  3:2の比率  */
}
.img-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top:0;
  left: 0;
  object-position: center;
}

@media screen and (max-width: 1024px) {
  html body .wrapper,
  html body .wrapper-2,
  html body .wrapper-3 {
    max-width: 560px;
  }

  /* 2グリット */
  .flex-box {
    flex-direction: column;
    width: 100%;
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }
  .flex-box .block-left {
    width: 100% !important;
    margin-bottom: 6%;
  }
  .flex-box .block-right {
    width: 100% !important;
  }
  /* 3グリット */
  /* １列 */
  ul.flex-box-2 li {
    width: 100%;
    margin-bottom: 6%;
  }
  ul.flex-box-2 li:nth-of-type(2),
  ul.flex-box-2 li:nth-of-type(5),
  ul.flex-box-2 li:nth-of-type(8),
  ul.flex-box-2 li:nth-of-type(11),
  ul.flex-box-2-type2 li:nth-of-type(2),
  ul.flex-box-2-type2 li:nth-of-type(5),
  ul.flex-box-2-type2 li:nth-of-type(8),
  ul.flex-box-2-type2 li:nth-of-type(11) {
    margin-right: 0% !important;
    margin-left: 0% !important;
  }
  /* ２列 */
  ul.flex-box-2-type2 {
    justify-content: space-between;
  }
  ul.flex-box-2-type2 li {
    width: 48% !important;
  }
}
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/*------------------
  スペース表
------------------*/
.mt {
  margin-top: 7%;
}
.mb {
  margin-bottom: 7%;
}
.pt {
  padding-top: 7%;
}
.pb {
  padding-bottom: 7%;
}
@media screen and (max-width: 1024px) {
  .pt {
    padding-top: 10%;
  }
  .pb {
    padding-bottom: 10%;
  }
  .mt {
    margin-top: 10%;
  }
  .mb {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 560px) {
  .pt {
    padding-top: 12%;
  }
  .pb {
    padding-bottom: 12%;
  }
  .mt {
    margin-top: 12%;
  }
  .mb {
    margin-bottom: 12%;
  }
}

/*------------------------------------------------------------
お問い合わせ
------------------------------------------------------------*/
/* 入力 */
.com-block {
  margin-bottom: 8%;
}
.com-block-1 {
  display: block;
}
.com-block-2 {
  display: none;
}
body.confirm-active .com-block-1 {
  display: none;
}
body.confirm-active .com-block-2 {
  display: block;
}
.page-main-contact .text-1 {
  margin: 6% 0;
}
.wp_contact-area {
  width: 100%;
}
.wp_contact-area li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4%;
}
.wp_contact-area li:last-of-type {
  margin-bottom: 0;
}
.wp_contact-area li .contact-left-area {
  width: 30%;
}
.wp_contact-area li .contact-right-area {
  width: 65%;
}
.wp_contact-area li .button,
.wp_contact-area li input,
.wp_contact-area li optgroup,
.wp_contact-area li select,
.wp_contact-area li textarea {
  width: 100%;
  padding: 15px 16px;
  background-color: #e8e8e8;
}
.wp-con-btn-area {
  margin-top: 12%;
  margin-bottom: 8%;
}
.wp-con-btn-area input {
  margin-right: auto;
  margin-left: auto;
  display: block;
  background-color: #fff;
  padding: 4px 24px;
  transition: all 0.4s;
}
.wp_contact-area .radio-mode input {
  width: fit-content;
}
.wp_contact-area .radio-mode aside span {
  margin-right: 12px;
  margin-left: 0 !important;
}
.wp_contact-area .red {
  font-size: 12px;
  color: #e20e0e;
  padding-left: 12px;
}
.wp_contact-area li.name-mode input {
  max-width: 358px;
}
.wp_contact-area li.tell-mode input {
  max-width: 262px;
}
.wp_contact-area li.address-mode input {
  max-width: 500px;
}
.wp_contact-area li.img-mode aside {
  position: relative;
}
.wp_contact-area li.img-mode aside span {
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: translateY(-100%);
}
.contact-group-1 {
  margin-top: 8%;
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.contact-group-1 img {
  display: block;
  width: 100%;
}

/* 確認 */
.wp_contact-area-confirmation .wp-con-btn-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mw_wp_form.mw_wp_form_confirm span.red {
  display: none;
}

@media screen and (max-width: 768px) {
  .wp_contact-area li {
    flex-direction: column;
  }
  .wp_contact-area li article,
  .wp_contact-area li aside {
    width: 100%;
  }
  .wp_contact-area li article {
    margin-bottom: 1.2%;
  }
}
@media screen and (max-width: 414px) {
  .wp_contact-area li article  {
    font-size: 3.847vw;
    line-height: 7.2vw;
  }
  .wp_contact-area li aside {
    font-size: 3.847vw;
    line-height: 7.2vw;
  }
  .wp_contact-area li .button, .wp_contact-area li input, .wp_contact-area li optgroup, .wp_contact-area li select, .wp_contact-area li textarea {
    padding: 13.5px 16px;
  }
  .wp_contact-area li.name-item input {
    max-width: 270px;
  }
  .wp_contact-area li.tell-item input {
    max-width: 220px;
  }
}
.contact-send {
  width: 100vw;
  height: 100vw;
  max-width: 320px;
  max-height: 64px;
  border-radius: 999px;
  background-color: #004A86;
  position: relative;
  margin-top: 6%;
}
.contact-send input {
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.con-thanks-zone  .con-thanks-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
  position: relative;
  width: 23vw;
  height: 5.8vw;
  max-width: 360px;
  max-height: 96px;
}
.con-thanks-zone .con-thanks-btn p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
}
.con-thanks-zone p.thanks-text {
  margin-bottom: 12%;
}

/*---------------------------------------
header.php
---------------------------------------*/
header.pc-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vw;
  max-height: 72px;
}
header.pc-header nav {
  width: 100%;
  height: 100%;
  background-color: #000;
}
header.pc-header nav .set {
  width: 92%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.pc-header nav .set a.logo {
  width: 100%;
  max-width: 196px
}
header.pc-header nav .set ul {
  width: 75%;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.pc-header nav .set ul li a p {
  color: #fff;
}
.header-nav-menu ul ul.dropdown-menu{
	display: block;
}
.header-nav-menu ul li.has-child{
	position: relative;
  padding-right: 3%;
}
.header-nav-menu ul li.has-child:after {
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-85%) rotate(315deg);
}
.header-nav-menu ul li a{
	display: block;
	text-decoration: none;
}
.header-nav-menu li.has-child ul.dropdown-menu{
	position: absolute;
	left:0;
	bottom:0;
	transform: translateY(100%);
	z-index: 4;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
  width: 100vw;
  max-width: 400px;
}
.header-nav-menu li.has-child:hover > ul,
.header-nav-menu li.has-child ul li:hover > ul,
.header-nav-menu li.has-child:active > ul,
.header-nav-menu li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*---------------ハンバーガーメニュー------------*/
header.sp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 72px;
  z-index: 99999999999999999999999999;
  background-color: #000;
}
header.sp-header .set {
  width: 88%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}
header.sp-header .set a.logo {
  width: 100%;
  max-width: 144px;
}

/* --- ハンバーガーアイコン --- */
.hamburger {
  width: 10vw;
  height: 6vw;
  max-width: 44px;
  max-height: 26px;
  position: relative;
  cursor: pointer;
  z-index: 110;
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.4s;
  transform: translateY(-50%);
}
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 50%; }
.hamburger span:nth-child(3) { top: 100%; }
/* アクティブ時（×印に変形） */
  .sp-header.active .hamburger span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
  .sp-header.active .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  opacity: 0;
}
  .sp-header.active .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}

.globalMenuSp {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 72px;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #383838;
  z-index: 99;
  
  /* 初期状態は隠す */
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.globalMenuSp.active {
  opacity: 1;
  visibility: visible;
}
.globalMenuSp ul {
  list-style: none;
  text-align: center;
  padding: 12% 0;
}
.globalMenuSp ul li:first-of-type a p {
  padding-top: 0;
}
.globalMenuSp ul li:last-of-type a p {
  padding-bottom: 0;
}
.globalMenuSp ul li a p {
  color: #fff;
  text-decoration: none;
  padding: 4% 0;
}
.globalMenuSp .scroll-area {
  overflow-y: scroll;
  height: 100%;
}
.globalMenuSp .menu-anime {
  opacity: 0;
  transform: translateY(-12px);
  transition: all 0.3s;
}
.globalMenuSp.active .menu-anime {
  opacity: 1;
  transform: translateY(0px);
}
.globalMenuSp .menu-anime-0  { transition-delay: 0.2s; }
.globalMenuSp .menu-anime-1  { transition-delay: 0.3s; }
.globalMenuSp .menu-anime-2  { transition-delay: 0.4s; }
.globalMenuSp .menu-anime-3  { transition-delay: 0.5s; }
.globalMenuSp .menu-anime-4  { transition-delay: 0.6s; }
.globalMenuSp .menu-anime-5  { transition-delay: 0.7s; }
.globalMenuSp .menu-anime-6  { transition-delay: 0.8s; }
.globalMenuSp .menu-anime-7  { transition-delay: 0.9s; }
.globalMenuSp .menu-anime-8  { transition-delay: 1.0s; }
.globalMenuSp .menu-anime-9  { transition-delay: 1.1s; }
.globalMenuSp .menu-anime-10 { transition-delay: 1.2s; }
.globalMenuSp .menu-anime-11 { transition-delay: 1.3s; }
.globalMenuSp .menu-anime-12 { transition-delay: 1.4s; }
.globalMenuSp .menu-anime-13 { transition-delay: 1.5s; }
.globalMenuSp .menu-anime-14 { transition-delay: 1.6s; }
.globalMenuSp .menu-anime-15 { transition-delay: 1.7s; }
.globalMenuSp .menu-anime-16 { transition-delay: 1.8s; }
.globalMenuSp .menu-anime-17 { transition-delay: 1.9s; }
.globalMenuSp .menu-anime-18 { transition-delay: 2.0s; }
.globalMenuSp .menu-anime-19 { transition-delay: 2.1s; }
.globalMenuSp .menu-anime-20 { transition-delay: 2.2s; }

/*---------------------------------------
footer.php
---------------------------------------*/
footer {
  position: relative;
}
footer .last-text {
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
}

/*---------------------------------------
TOP
---------------------------------------*/
main {
  overflow: hidden;
}
/*スライドプラグイン関連*/
.first-area {
  width: 100vw;
  height: 100vh;
}
.first-area .splide,
.first-area .splide .splide__track,
.first-area .splide .splide__track ul,
.first-area .splide .splide__track ul li,
.first-area .splide .splide__track ul li a {
  width: 100%;
  height: 100%;
}
.first-area .splide .splide__track ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.first-area .splide .splide__track ul li a.no-link {
  pointer-events: none !important;
}
.first-area .first-group {
  position: fixed;
  top: 4%;
  left: 4%;
  z-index: 10;
}
.first-area .first-group h1 {
  width: 12vw;
  max-width: 256px;
}
.template-table {
  width: 100%;
  border-collapse: collapse; /* 隣り合う枠線を一本にする */
}
.template-table th,
.template-table td {
  border: 1px solid #333; /* 枠線の太さと色 */
  padding: 1.2% 1.6%;     /* セル内の余白（上下 左右） */
  text-align: left;       /* 文字を左寄せにする */
}
.template-table thead th {
  background-color: #f5f5f5;
  font-weight: bold;
}
.template-table thead,
.template-table thead tr,
.template-table tbody,
.template-table tbody tr {
  width: 100%;
}
.template-table thead tr th,
.template-table tbody tr td {
  width: 20%;
}
.template-table thead tr th:last-of-type,
.template-table tbody tr td:last-of-type {
  width: 60%;
}

/*---------------------------------------
私たちについて
---------------------------------------*/
.page-title {
  padding: 12% 0 8% 0;
  background-color: #dddddd;
  margin-bottom: 6%;
}

/*---------------------------------------
会社概要
---------------------------------------*/

/*---------------------------------------
お知らせ
---------------------------------------*/
article {
  width: 100%;
}
/* ページネーションCSS */
.pagination {
  width: fit-content;
  margin: 4% auto;
  display: none;
}
.pagination.active {
  display: flex;
}
.pagination .page-numbers {
  display: block;
  margin-right: 3rem;
  opacity: 0.4;
  transition: all 0.4s;
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination .page-numbers.current {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .pagination .page-numbers:hover {
    opacity: 0.7;
  }
  .wp_no-img:hover img {
    transform: translate(-50%,-50%) scale(1.04);
  }
}
.category-set {
  margin-bottom: 4%;
}
.category-set ul li {
  margin-right: 12px;
}
.archive-set {
  margin-bottom: 4%;
}
.archive-set ul li {
  margin-right: 12px;
}
.img-mask.wp_no-img {
  border: 1px solid #d7d7d7;
}
.img-mask.wp_no-img img {
  width: 30%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/*---------------------------------------
そのた
---------------------------------------*/

/*---------------------------------------
そのた
---------------------------------------*/

/*---------------------------------------
そのた
---------------------------------------*/

/*---------------------------------------
// 記事用 - CSS
---------------------------------------*/
html .wp-block-columns-is-layout-flex {
  justify-content: space-between;
}
html .wp-block-column-is-layout-flow {
  flex-basis: 28% !important;
}
html .gallery {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
html .gallery img {
  width: 100% !important;
  object-fit: cover;
  height: 20vw;
  max-height: 360px;
  border: 0 !important;
}
html .gallery .gallery-item {
  margin-top: 0 !important;
}
html .gallery-columns-3 .gallery-item {
  width: 30% !important;
}
html .gallery-columns-2 .gallery-item {
  width: 42% !important;
}
html .gallery br {
  display: none;
}
.wp_zoon {
  width: 100%;
}
.wp_zoon p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 3%;
}
.wp_zoon h2 {
  font-size: 28px;
  margin-bottom: 6%;
}
.wp_zoon h3 {
  font-size: 24px;
  margin-bottom: 0.8vw;
}
.wp_zoon h4 {
  font-size: 22px;
  margin-bottom: 1.6%;
}
.wp_zoon img {
  display: block;
  width: 100%;
  max-width: unset;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}
.wp_zoon iframe {
  width:100%;
  max-width: unset;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html .wp_zoon .gallery {
  width: 100%;
  flex-wrap: wrap;
}
html .wp_zoon .gallery.gallery-item {
  width: 48%;
}

@media screen and (max-width: 414px) {
  .wp_zoon p {
    font-size: 3.8462vw !important;
    line-height: 7.2vw;
  }
  .wp_zoon h2 {
    font-size: 6vw;
  }
  .wp_zoon h3 {
    font-size: 5vw;
  }
  .wp_zoon h4 {
    font-size: 4.8vw;
    border-bottom: 1px solid #004A86;
    padding-bottom: 2%;
    margin-bottom: 2%;
  }

  /*  414 px end  */
}

/*---------------------------------------
404.php
---------------------------------------*/
.error-area {
  height: 96vh;
  position: relative;
}
.error-area-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.nowrap {
  white-space: nowrap;
}
.error-area-2 h2 {
  margin-bottom: 40px;
  font-size: 32px !important;
}
.error-area-2 p {
  margin: 12px 0;
  font-size: 12px;
  letter-spacing: .05rem;
  line-height: 20px;
}
.error-area-2 a {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 8%;
}
.error-area-2 a p {
  background-color: #000;
  color: #fff;
  padding: 8px 24px;
  width: fit-content;
}
.error-area-2 a:hover {
  background-color: #ffffff;
  color:#9BB790;
  transition: all 0.4s;
}
.error-btn {
  margin-top:16% !important;
}

@media (min-width: 992px) {
  .sp-ver-1 {
    display:none;
  }
}
@media (max-width: 991px) {
  .sp-ver-1 {
    display:contents;
  }
  .pc-ver-1 {
    display:none;
  }
  .error-area-2 h2 {
    line-height:56px;
  }
}
@media (max-width: 768px) {
  .error-area-2 h2 {
    line-height: 40px;
    font-size: 24px !important;
  }
}
@media (max-width: 560px) {
  .error-area-2 h2 {
    line-height: 32px;
    font-size: 18px !important;
  }
  .error-area {
    height: 72vh;
  }
}
@media (max-width: 375px) {
  .error-area-2 h2 {
  line-height: 28px;
  font-size: 16px !important;
  letter-spacing: 0.05rem;
  }
  .error-area-2 h2 {
  font-size: 14px !important;
  }
}

/*---------------------------------------
//
//           レスポンシブ
//
---------------------------------------*/
@media screen and (min-width: 2560px) {
  /*  2560 px end  */
}
@media screen and (min-width: 2000px) {
  /*  2000 px end  */
}
@media screen and (max-width: 1536px) {
  /*  1536 px end  */
}
@media screen and (max-width: 1440px) {
  /*  1440 px end  */
}
@media screen and (max-width: 1366px) {
  /*  1366 px end  */
}
@media screen and (max-width: 1200px) {
  /*  1200 px end  */
}
@media screen and (max-width: 1024px) {
.first-area {
  height: calc(var(--vh, 1vh) * 100);
}

  /*  1024 px end  */
}
@media screen and (max-width: 991px) {
  /*  991 px end  */
}
@media screen and (max-width: 768px) {
  /*  768 px end  */
}
@media screen and (max-width: 560px) {
  /*  560 px end  */
}
@media screen and (max-width: 460px) {
  /*  460 px end  */
}
@media screen and (max-width: 414px) {
  /*  414 px end  */
}
@media screen and (max-width: 390px) {
  /*  390 px end  */
}
@media screen and (max-width: 375px) {
  /*  375 px end  */
}
@media screen and (max-width: 320px) {
  /*  320 px end  */
}

/*---------------------------------------
//
//           画像保存禁止
//
---------------------------------------*/
img {
	pointer-events: none;
	    /* SPの長押し禁止 */
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}
/*---------------------------------------
//
//           アニメーション
//
---------------------------------------*/
.globalMenuSp .open-anime {
  opacity: 0 !important;
  transform: translateX(18px) !important;
  transition: all 0.3s;
}
.globalMenuSp.active .open-anime {
  opacity: 1 !important;
  transform: translateX(0px) !important;
}
.open-anime-1 {
  transition-delay: 0.2s !important;
}
.open-anime-2 {
  transition-delay: 0.3s !important;
}
.open-anime-3 {
  transition-delay: 0.4s !important;
}
.open-anime-4 {
  transition-delay: 0.5s !important;
}
.open-anime-5 {
  transition-delay: 0.6s !important;
}
.open-anime-6 {
  transition-delay: 0.7s !important;
}
.open-anime-7 {
  transition-delay: 0.8s !important;
}
.open-anime-8 {
  transition-delay: 0.9s !important;
}

/*--- ふわっと ---*/
body {
  animation-name: fadeInAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*----------------------------------------
レスポンシブ　pc / sp
----------------------------------------*/
/*----------- 560 ------------*/
@media screen and (min-width: 561px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 560px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}

/*----------- 1024 ------------*/
@media screen and (min-width: 1025px) {
  .sp-2 {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc-2 {
    display: none !important;
  }
  .sp-2 {
    display: block;
  }
}

/*---------------------------------------
//
//           ホバー集
//
---------------------------------------*/
@media screen and (min-width: 1025px) {

  /*  1025 px end  */
}
