@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans+JP:wght@100..900&display=swap');
@charset "UTF-8";
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/newslist/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form
-------------------------------------------------------------------------------------*/
/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0;
  line-height: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
/* reset
-------------------*/
html {
  /*  scroll-behavior: smooth;*/
  background-color: #000;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.05rem;
  overflow-x: hidden;
  background-color: #fff;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}
@font-face {
  font-family: 'icomoon';
  src: url('./fonts/icomoon.eot?tallij');
  src: url('./fonts/icomoon.eot?tallij#iefix') format('embedded-opentype'), url('./fonts/icomoon.ttf?tallij') format('truetype'), url('./fonts/icomoon.woff?tallij') format('woff'), url('./fonts/icomoon.svg?tallij#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-left:before {
  content: "\e930";
}
.icon-arrow-right:before {
  content: "\e931";
}
img {
  width: 100%;
  height: auto;
}
/**/
.flex {
  display: flex;
  flex-wrap: wrap;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.en {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.grdtxt {
  background: linear-gradient(145deg, #DD662C 0%, #000000 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*-------------------*/
.wrap {
  overflow: hidden;
}
.item01 {
  order: 1;
}
.item02 {
  order: 2;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb50 {
  margin-bottom: 5rem;
}
.mgb60 {
  margin-bottom: 30px;
}
.mgb80 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .item01 {
    order: 2;
  }
  .item02 {
    order: 1;
  }
  .txt {
    font-size: 16px;
  }
  .mgb60 {
    margin-bottom: 60px;
  }
  .mgb80 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1360px) {
  .txt {
    font-size: 18px;
  }
}
/*header*/
.header_wrap {
  z-index: 1000;
  position: fixed;
}
.header_wrap, .header_wrap .logo {
  z-index: 1000;
}
.header_wrap .logo {
  position: fixed;
  left: 0;
  top: 0;
  line-height: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
  width: 15.5rem;
}
.header_wrap::after {
  position: fixed;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 5rem;
  left: 0;
  top: -20rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: -1;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.header_wrap.active::after {
  top: 0;
}
.header_wrap .gnav_list li a {
  font-size: 2rem;
  display: block;
  position: relative;
  color: #fff;
  line-height: 1.4;
  padding: 1.2rem 3rem;
  text-align: left;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .header_wrap::after {
    height: 8rem;
  }
  .header_wrap .logo {
    width: 20rem;
  }
  .header_wrap.active::after {
    height: 65px;
  }
  .header_wrap.active .gnav_list {
    top: 1.2rem;
  }
  .header_wrap .gnav_list {
    position: fixed;
    z-index: 100;
    display: flex;
    right: 2rem;
    top: 1.8rem;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .header_wrap .gnav_list li a {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
  .header_wrap.active .gnav_list li a {
    color: #000;
  }
  .header_wrap .gnav_list li a:hover {
    color: #ed6d2b;
  }
  .header_wrap .gnav_list li.contact a {
    color: #fff;
    background-color: #ed6d2b;
    width: 15rem;
    font-size: 1.5rem;
    text-align: center;
  }
  .header_wrap .gnav_list li.contact a:hover {
    background-color: #000;
    color: #fff
  }
}
@media only screen and (min-width: 1367px) {
  .header_wrap.active .logo {
    width: 20rem;
  }
  .header_wrap .logo {
    width: 30rem;
  }
  .header_wrap .gnav_list {
    right: 4rem;
  }
  .header_wrap .gnav_list li.contact a {
    width: 18rem;
  }
}
@media only screen and (max-width: 768px) {
  .header_wrap .sp_menu {
    cursor: pointer;
    display: block;
    position: fixed;
    padding: 20px;
    width: 5rem;
    height: 5rem;
    right: 0;
    top: 0;
    z-index: 10100;
    background-color: #ed6d2f;
  }
  .header_wrap .sp_menu span {
    background-color: #fff;
    height: 2px;
    width: 3rem;
    position: absolute;
    border-radius: 100vh;
    left: 1rem;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header_wrap .sp_menu span:nth-of-type(1) {
    top: 2rem;
  }
  .header_wrap .sp_menu span:nth-of-type(2) {
    top: 2.8rem;
    transform: translateX(0);
  }
  .header_wrap .sp_menu.active {
    background-color: #fff;
  }
  .header_wrap .sp_menu.active span {
    background-color: #ed6d2f;
  }
  .header_wrap .sp_menu.active span:nth-of-type(1) {
    -webkit-transform: translateX(0) translateY(5px) rotate(-45deg);
    transform: translateX(0) translateY(5px) rotate(-45deg);
    width: 3rem;
  }
  .header_wrap .sp_menu.active span:nth-of-type(2) {
    -webkit-transform: translateX(0) translateY(-4px) rotate(45deg);
    transform: translateX(0) translateY(-4px) rotate(45deg);
    width: 3rem;
  }
  .header_wrap #spNav {
    height: 100%;
    /*    display: flex;*/
    transition: all 550ms ease 0.25s;
    visibility: hidden;
    padding: 8rem 0 0;
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 990;
    background: #fff;
    overflow-y: scroll;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  .header_wrap #spNav a {
    color: #ed6d2f;
    padding: 3rem;
  }
  .header_wrap #spNav a .en {
    font-weight: 300;
    font-size: 1.2rem;
  }
  .header_wrap #spNav::after {
    height: 100%;
    z-index: -1;
  }
  .header_wrap #spNav.active {
    visibility: visible;
    right: 0;
  }
  .header_wrap #spNav .gnav_list {
    width: 100%;
  }
  .header_wrap #spNav .gnav_list li {
    border-bottom: 1px solid #ddd;
    color: #4e454a;
  }
  .header_wrap .gnav_list a::after {
    position: absolute;
    font-family: 'icomoon' !important;
    content: "\e931";
    right: 2rem;
    font-size: 1.8rem;
    font-weight: 400;
    top: 50%;
    transform: translateY(-50%);
    transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0.5rem;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    color: #fff;
    background-color: #ed6d2f;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .header_wrap #spNav .gnav_list li.contact a {
    display: flex;
  }
  .header_wrap #spNav .gnav_list li.contact a .sp {
    line-height: 1;
    margin-left: 1rem
  }
}
/*footer*/
footer {
  padding: 10rem 3rem 6rem;
  background: linear-gradient(60deg, #ee7232, #e8523d, #f49f54);
}
footer .right_cont {
  border-top: 1px solid rgba(255, 255, 255, .5);
  padding: 120px 0 0 0;
}
footer .img_txt .left_img {
  max-width: 400px;
}
footer .img_txt .right_cont {
  color: #fff;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 60px 0 0 0;
}
footer .img_txt .right_cont .contact_txt_l {
  line-height: 1;
}
footer .img_txt .right_cont .contact_txt_l small {
  font-size: 12px;
  display: block;
}
footer .img_txt .right_cont .contact_txt_l .en {
  font-size: 60px;
}
footer .img_txt .right_cont .tel {
  margin-top: 30px;
}
footer .img_txt .right_cont .tel .en {
  font-size: 20px;
}
footer .img_txt .right_cont .tel small {
  display: block;
  font-size: 10px;
}
footer .img_txt .right_cont .cvsbtn {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  display: block;
}
footer .img_txt .right_cont .cvsbtn a {
  padding: 10px 40px 10px 10px;
}
footer .img_txt .right_cont .cvsbtn a::before {
  width: 2rem;
  height: 2rem;
}
@media only screen and (min-width: 769px) {
  footer .img_txt {
    justify-content: space-between;
  }
  footer .img_txt .left_img {
    width: 30%;
  }
  footer .img_txt .right_cont {
    padding: 80px 0 0 0;
  }
  footer .img_txt .right_cont .contact_txt_l small {
    font-size: 16px;
  }
  footer .right_cont {
    width: 65%;
  }
  footer .img_txt .right_cont .contact_txt_l small {
    font-size: 12px;
  }
  footer .img_txt .right_cont .contact_txt_l .en {
    font-size: 60px;
  }
  footer .img_txt .right_cont .tel {
    margin-top: 80px;
  }
  /*
  footer .img_txt .right_cont .cvsbtn {
    margin: 5rem 0 0 auto;
  }
*/
  footer .img_txt .right_cont .cvsbtn a {
    font-size: 1.4rem;
  }
  footer .img_txt .right_cont .cvsbtn a::after {
    width: 25px;
    height: 25px;
  }
  footer .img_txt .right_cont .tel .en {
    font-size: 24px;
  }
  footer .img_txt .right_cont .tel small {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  footer .img_txt .left_img {
    width: 40%;
  }
  footer .right_cont {
    width: 55%;
    padding: 120px 0 0 0;
  }
  footer .img_txt .right_cont .contact_txt_l small {
    font-size: 16px;
  }
  footer .img_txt .right_cont .contact_txt_l .en {
    font-size: 90px;
  }
  footer .img_txt .right_cont .tel {
    margin-top: 120px;
  }
  footer .img_txt .right_cont .cvsbtn a {
    font-size: 1.6rem;
  }
  footer .img_txt .right_cont .cvsbtn a::after {
    width: 30px;
    height: 30px;
  }
  footer .img_txt .right_cont .tel .en {
    font-size: 30px;
  }
  footer .img_txt .right_cont .tel small {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  footer .img_txt .right_cont, footer .img_txt .right_cont .contact_txt, footer .img_txt .right_cont .cvsbtn {
    width: 100%;
  }
  footer .img_txt .right_cont .cvsbtn {
    margin-top: 40px;
  }
}
footer .footer_gnav {
  flex-wrap: wrap;
  padding-top: 100px;
}
footer .footer_gnav .logo {
  max-width: 300px;
}
footer .gnav_list li {
  margin-bottom: 2rem;
}
footer .gnav_list li:last-child {
  margin-bottom: 0;
}
footer .gnav_list a, footer .shop_list .txt, footer .shop_list .txt a {
  color: #fff;
}
footer .logo_wrap .logo {
  margin: -20px 0 3rem;
  max-width: 320px;
}
footer .shop_list {
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
}
footer .shop_list li {
  width: 50%;
  margin-top: 40px;
}
footer .shop_list li:nth-child(1), footer .shop_list li:nth-child(3) {
  padding-right: 20px;
}
footer .copyright {
  font-size: 1.3rem;
  color: #fff;
  margin-top: 80px;
}
footer .copyright a {
  margin: 0 20px;
  color: #fff;
}
footer .gnav_list li a {
  padding: 10px;
  display: block;
  line-height: 1;
}
footer .logo_wrap {
  width: 100%;
}
footer .gnav_list {
  width: 100%;
  justify-content: flex-end;
  flex-wrap: wrap;
}
footer .footer_gnav.item01 {
  order: 1;
}
footer .logo_wrap.item02 {
  order: 2;
}
@media only screen and (min-width: 769px) {
  footer {
    padding: 14rem 5rem 7rem;
  }
  footer .cont_inr {
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1360px;
  }
  footer .footer_gnav {
    justify-content: space-between;
    padding-top: 60px;
    /*    padding-top: 150px;*/
  }
  /*
  footer .gnav_list.item01 {
    order: 1;
  }
  footer .logo_wrap.item02 {
    order: 2;
  }
*/
  footer .gnav_list li a {
    padding: 10px 20px;
  }
  footer .right_cont {
    width: 50%;
  }
  footer .logo_wrap {
    width: 45%;
  }
  footer .logo_wrap .logo {
    margin: -20px 0 3rem;
    max-width: 320px;
  }
  /*
  footer .gnav_list {
    width: 50%;
  }
*/
}
@media only screen and (min-width: 1200px) {
  /*
  footer .footer_gnav.item01 {
    order: 2;
  }
  footer .logo_wrap.item02 {
    order: 1;
  }
*/
  footer {
    padding: 14rem 10rem 17rem;
  }
  footer .footer_gnav .logo {
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  footer .logo_wrap, footer .gnav_list {
    width: 100%;
    margin-bottom: 3rem;
  }
  footer .copyright {
    width: 100%;
    font-size: 1rem;
  }
  footer .gnav_list li a {
    font-size: 12px;
  }
  footer .shop_list .txt, footer .shop_list .txt a {
    font-size: 12px;
    line-height: 1.5;
  }
  footer .shop_list .txt a {
    display: block;
    margin-top: 10px;
  }
}
/**/
.contents {
  padding: 8rem 3rem;
}
.s_contents {
  padding: 0 3rem 12rem;
}
.s_contents-right {
  max-width: 90rem;
  width: 100%;
  margin-left: auto;
}
.cont_inr {
  max-width: 120rem;
  margin: auto;
  position: relative;
}
.s-contents .cont_inr {
  max-width: 100rem;
}
.mv_hide_txt {
  font-size: 15vw;
  color: rgba(180, 183, 187, 0.08);
  white-space: nowrap;
  transform: translate(0%, -40%);
  z-index: 0;
  font-weight: 900;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .contents {
    padding: 12rem 3rem 15rem;
  }
  /**/
  #cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background: linear-gradient(60deg, #ee7232, #e8523d, #f49f54);
    display: flex;
    pointer-events: none;
    border-radius: 50%;
    overflow: hidden;
    width: 1rem;
    height: 1rem;
    margin: -2.5rem 0px 0px -2.5rem;
    transition: transform 0.1s, top, 0.1s, left 0.1s, width .1s, height .1s, background-color .1s;
    transition-timing-function: ease-out;
  }
  .cursorinr {
    opacity: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    font-weight: 100;
  }
  #cursor.link_hover {
    width: 4rem;
    height: 4rem;
    background: linear-gradient(60deg, #ee7232, #e8523d, #f49f54);
  }
  #cursor.link_hover .cursorinr {
    opacity: 1;
  }
}
@media only screen and (min-width: 1367px) {
  .cont_inr {
    max-width: 136rem;
  }
}
@media only screen and (max-width: 768px) {
  #cursor {
    display: none;
  }
}
/*breadcrumbs_wrap*/
.breadcrumbs_wrap {
  text-align: left;
  margin-top: 4rem;
  color: #fff;
}
.breadcrumbs_wrap a {
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .breadcrumbs_wrap {
    margin-top: 8rem;
  }
}
.cl2, .cl3, .cl4 {
  display: flex;
  flex-wrap: wrap;
}
.cl2 li, .cl3 li, .cl4 li {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .cl2, .cl3, .cl4 {
    justify-content: space-between;
  }
  .cl2 li {
    width: calc(100% / 2 - 1rem);
  }
  .cl3 li {
    width: calc(100% / 3 - 4rem);
  }
  .cl4 li {
    width: calc(100% / 4 - 1rem);
  }
}
@media only screen and (min-width: 1367px) {
  .cl3 li {
    width: calc(100% / 3 - 4rem);
  }
}
/*nomalBtn*/
.indList li {
  padding-left: 2.5rem;
  text-indent: -1.5rem;
}
/**/
.page-numbers, .page-numbers.current {
  width: 5rem;
  height: 5rem;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  margin: 0 0.75rem;
  color: #000;
  background: #F5F5F5;
  border: 1px solid #D6D6D6;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.page-numbers, .page-numbers.current {
  border-radius: 5px;
}
.page-numbers.current {
  background-color: #FF6801;
  color: #fff;
}
.next.page-numbers, .prev.page-numbers {
  font-size: 2.4rem;
  color: #fff;
  border-radius: 100vh;
  background-color: #FF6801;
}
.nav-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .next.page-numbers:hover, .prev.page-numbers:hover, .page-numbers:hover {
    background-color: #000;
  }
  .page-numbers.current:hover {
    background-color: #000;
  }
}
/**/
.txt {
  font-size: 14px;
}
.cont_ttl {
  position: relative;
  margin-bottom: 3rem;
  line-height: 1;
}
.cont_ttl .en {
  font-size: 4.5rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
}
.common_mv {
  padding: 20rem 2rem 5rem;
  z-index: 10;
  position: relative;
}
.common_mv .mv_ttl {
  line-height: 1.2;
  /*  max-width: 128rem;*/
  margin: auto;
  color: #fff;
  font-size: 1.4rem;
}
.common_mv .mv_ttl .en {
  font-size: 4rem;
  font-weight: 700;
  display: block;
  letter-spacing: -0.1rem;
}
@media only screen and (min-width: 769px) {
  .common_mv {
    padding: 25rem 6rem 8rem;
  }
  .common_mv .mv_ttl {
    font-size: 1.6rem;
  }
  .common_mv .mv_ttl .en {
    font-size: 6rem;
  }
  .cont_ttl {
    margin-bottom: 5rem;
  }
  .cont_ttl .en {
    font-size: 5.5rem;
  }
}
@media only screen and (min-width: 1367px) {
  .common_mv {
    padding: 30rem 6rem 8rem;
  }
  .cont_ttl .en {
    font-size: 6.5rem;
  }
  .common_mv .mv_ttl {
    font-size: 2rem;
  }
  .common_mv .mv_ttl .en {
    font-size: 8rem;
  }
}
.sec_ttl {
  line-height: 1;
}
.sec_ttl .jp {
  padding-left: 40px;
  font-size: 16px;
  background: url("../images/common/logo-img.svg")no-repeat left center/contain;
  color: #ed6d2f;
}
.sec_ttl .en {
  font-size: 45px;
  display: block;
  color: #1b1818;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .sec_ttl .jp {
    padding-left: 50px;
    font-size: 20px;
  }
  .sec_ttl .en {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .sec_ttl .jp {
    padding-left: 65px;
    font-size: 28px;
  }
  .sec_ttl .en {
    font-size: 100px;
  }
}
/**/
.cvsbtn {
  max-width: 20rem;
}
.txtbtn a {
  color: #ed6d2b;
  font-size: 1.6rem;
  display: block;
  background: linear-gradient(to right, #ee7232, #e13152);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}
.bgbtn {
  max-width: 240px;
  margin: 40px auto 0;
}
.bgbtn a {
  color: #fff;
  text-align: left;
  display: block;
  border-radius: 3px;
  padding: 2rem 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  width: 100%;
  background: #E95B42;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.bgbtn a::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e931";
  right: 2rem;
  font-size: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.5rem;
  border-radius: 100%;
  background-color: #fff;
  color: #E95B42;
  width: 2rem;
  height: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cvsbtn a {
  text-align: left;
  display: block;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  width: 100%;
}
.cvsbtn a span {
  color: #ed6d2b;
  font-family: "Manrope", sans-serif;
  background: linear-gradient(to right, #ee7232, #e13152);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.cvsbtn a::after {
  font-family: 'icomoon' !important;
  content: "\e931";
  color: #fff;
  bottom: 8px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #FF6801;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 769px) {
  .cvsbtn a {
    font-size: 2rem;
  }
  .cvsbtn a::after {
    width: 35px;
    height: 35px;
  }
  .cvsbtn a:hover::after {
    right: 10px;
  }
  .cvsbtn a:hover {
    background-position: 0 0;
  }
  .cvsbtn a:hover::after, .brderbtn a:hover::after {
    right: 1rem;
  }
  .txtbtn a {
    font-size: 1.8rem;
  }
  .bgbtn a:hover {
    background-color: #FF6801;
  }
  .bgbtn a:hover::after {
    right: 1rem;
  }
}
.anc_link_top {
  margin-top: -120px;
  padding-top: 120px;
}
@media only screen and (min-width: 769px) {
  .anchor_link-wrap {
    margin-bottom: 12rem;
  }
  .anchor_link-wrap .anchor_link li a {
    padding: 2rem;
  }
  .anchor_link-wrap .anchor_link li a::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .anchor_link li {
    margin-bottom: 1.5rem;
  }
}
.works_archive .works_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -1rem;
}
.works_archive .works_list .works_list_inr {
  margin: 0 1rem 6rem;
}
.works_list {
  width: 100%;
}
.works_archive .works_list li {
  margin-bottom: 40px;
}
.works_list .thum {
  width: 100%;
  line-height: 1;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.works_list a .thum img {
  transition: all 1s;
  -webkit-transition: all 1s;
}
.cat {
  margin-top: 40px;
}
.cat > span {
  margin-right: 1rem;
  position: relative;
  padding: 5px 12px;
  border-radius: 30px;
  border: 1px dotted #BDBFC6;
  background-color: #F3F5F9;
  color: #333;
  font-size: 1.1rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.works_list .txtcont {
  margin-top: 40px;
}
.works_list .txtcont .en {
  font-weight: 300;
  font-size: 1.2rem;
}
.works_list .txtcont .ttl {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 769px) {
  .works_archive .works_list li {
    width: calc(100% / 2 - 2rem);
    margin-bottom: 80px;
  }
  .works_list li a .thum img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .works_list li a:hover .thum img {
    transform: scale(1.05);
  }
  .works_list a:hover .thum img {
    transform: scale(1.05);
  }
  .works_list a:hover .txtcont .ttl {
    color: #FF6801;
  }
}
@media only screen and (min-width: 900px) {
  .works_archive .works_list li {
    width: calc(100% / 3 - 2rem);
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}
.fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.fade.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.fadein {
  animation: fadein 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}