@charset "UTF-8";

/*
========================================

	add.css
	class name >> .btoc_***
    
========================================
*/

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Osaka", "Meiryo", "MS PGothic", Sans-Serif;
  font-display: swap;
  color: #1c1917; /*stone-900*/
  animation: fadein 1s forwards;
}

.num {
  font-family: "Albert Sans", monospace, Sans-Serif;
  /*font-family: "Ropa Sans", monospace, Sans-Serif;*/
  font-display: swap;
  letter-spacing: 0.05rem;
}

@media (min-width: 1024px) {
  .num {
    letter-spacing: normal;
  }
}

/*smooth scroll------top.jsで設定済　併用不可

@media (prefers-reduced-motion: no-preference) {
	:root {
	  scroll-behavior: smooth;
	}
  }
*/

/*font-size*/

.btoc_display-1 {
  font-size: calc(1.725rem + 5.7vw);
}
.btoc_display-2 {
  font-size: calc(1.675rem + 5.1vw);
}
.btoc_display-3 {
  font-size: calc(1.575rem + 3.9vw);
}
.btoc_display-4 {
  font-size: calc(1.475rem + 2.7vw);
}

.btoc_display-5 {
  font-size: calc(1.375rem + 1.5vw);
}
.btoc_display-6 {
  font-size: calc(1.325rem + 1.1vw);
}
.btoc_display-7 {
  font-size: calc(1.325rem + 0.9vw);
}
.btoc_display-8 {
  font-size: calc(1.3rem + 0.6vw);
}
.btoc_display-9 {
  font-size: calc(1.275rem + 0.3vw);
}
.btoc_display-10 {
  font-size: calc(1.1rem + 0.25vw);
}

@media (min-width: 1024px) {
  .btoc_display-1 {
    font-size: calc(1.675rem + 5.1vw);
  }
  .btoc_display-2 {
    font-size: calc(1.575rem + 3.9vw);
  }
  .btoc_display-3 {
    font-size: calc(1.475rem + 2.7vw);
  }
  .btoc_display-4 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

.bg_grade01 {
  background: linear-gradient(135deg, #fed878 0%, #fa505e 100%);
  background: -webkit-linear-gradient(135deg, #fed878 0%, #fa505e 100%);
}
.bg_grade01_02 {
  background: linear-gradient(-135deg, #fed878 0%, #fa505e 100%);
  background: -webkit-linear-gradient(-135deg, #fed878 0%, #fa505e 100%);
}
.bg_grade02 {
  background: linear-gradient(135deg, #e01b53 0%, #ff604d 100%);
  background: -webkit-linear-gradient(135deg, #e01b53 0%, #ff604d 100%);
}
.bg_grade02_02 {
  background: linear-gradient(-45deg, #e01b53 0%, #ff604d 100%);
  background: -webkit-linear-gradient(-45deg, #e01b53 0%, #ff604d 100%);
}
.bg_grade03 {
  background: linear-gradient(135deg, #fed878 0%, #fff 100%);
  background: -webkit-linear-gradient(135deg, #fed878 0%, #fff 100%);
}

/*テキストグラデーション*/

.bg_text_grade01 {
  display: inline-block;
  background: linear-gradient(135deg, #fed878 0%, #fa505e 100%);
  background: -webkit-linear-gradient(135deg, #fed878 0%, #fa505e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg_text_grade02 {
  display: inline-block;
  background: linear-gradient(135deg, #e01b53 0%, #ff604d 100%);
  background: -webkit-linear-gradient(135deg, #e01b53 0%, #ff604d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg_text_grade03 {
  display: inline-block;
  background: linear-gradient(135deg, #fed878 0%, #fff 100%);
  background: -webkit-linear-gradient(135deg, #fed878 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*============
header
============*/

header {
  position: fixed;
  width: 100%;
  height: 56px;
  z-index: 999;
  background: #fff;
  /*border-bottom: 4px solid rgba(31,153,71,0.5);*/
}
header .btoc_logo {
  width: 45vw;
  max-width: 164px !important;
  margin-left: 16px;
  /*filter: brightness(0) invert(1); ロゴを白く*/
}
header .btoc_logo {
  width: 45vw;
  max-width: 164px !important;
  margin-left: 16px;
}
/*header .btoc_logo.logo_fill_color {
 filter: brightness(1) invert(0);　ロゴをカラーに戻す
}*/

/*
.logo_fill_white .a,
.logo_fill_white .b {
 	fill:#fff;
}

.logo_fill_color .a {fill:#002b72 !important; transition: ease .4s;}
.logo_fill_color .b {fill:#e50012 !important; transition: ease .4s;}
*/

.btoc_text_on {
  color: #1c1917; /*stone-900*/
}
.btoc_header_nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 56px; /*header height=h-14*/
  width: 100%;
  height: calc(100vh - 56px);
  transform: translateX(100%);
  background: linear-gradient(-222deg, #e3eeff 0%, #e3eeff 50%, #fbc2eb 100%);
  background-attachment: fixed;
  transition: ease 0.4s; /*-----リサイズ時のチラつき防止したい場合は、ここをコメントアウトしてactiveのみとする*/
  overflow: hidden;
}
.btoc_nav_items {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  width: 90%;
  max-width: 460px;
}
.btoc_nav_items li {
  height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #fff;
}
.btoc_nav_items_sub {
  position: absolute;
  top: 256px; /*.btoc_nav_items height*/
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  width: 90%;
  max-width: 460px;
}
.btoc_nav_items_sub li {
  height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #fff;
}

/*@media (min-width: 768px) and (min-height: 1024px) {
		.btoc_nav_items {
			position: absolute;
			top: 25%;
			left: 50%;
			transform: translate(-50%, -50%);
			padding: 0;
			width: 90%;
			max-width: 460px;
		}
	}*/

@media (min-width: 1024px) {
  header {
    height: 96px;
    background: transparent;
  }

  header .btoc_logo {
    width: 50vw;
    max-width: 210px !important;
  }
  .btoc_header_nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;

    display: flex;
    justify-content: flex-end;
    width: fit-content;
    background: transparent;
    flex-direction: column;
    flex-grow: 1;
  }
  .btoc_nav_items {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 0;
    max-width: none;
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: flex-end;
    order: 2;
  }
  .btoc_nav_items li {
    display: flex;
    align-items: center;
    height: 56px;
    border: none;
  }
  .btoc_nav_items_sub {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 0;
    max-width: none;
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: end;
    order: 1;
  }
  .btoc_nav_items_sub li {
    display: flex;
    align-items: center;
    height: 40px;
    border: none;
  }
}

@media (min-width: 1280px) {
  header .btoc_logo {
    max-width: 240px !important;
  }
}

@media (min-width: 1440px) {
  .btoc_header_nav {
    /*width: fit-content;*/
    max-width: calc(100vw - 280px);
  }
}

@media (min-width: 1920px) {
  header .btoc_logo {
    max-width: 320px !important;
    margin-left: 24px;
  }
}

/* ハンバーガーメニュー */

.btoc_ham_btn_box {
  width: 60px;
  height: 48px;
}
.btoc_ham_btn {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  padding: 0.5rem 1rem;
}

@media (min-width: 1024px) {
  .btoc_ham_btn {
    display: none;
  }
}

.btoc_ham_btn span {
  width: 100%;
  height: 1px;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
.btoc_ham_btn span:nth-child(1) {
  top: 0;
  background-color: #c2143b;
}
.btoc_ham_btn span:nth-child(2) {
  margin: 8px 0;
  background-color: #c2143b;
}
.btoc_ham_btn span:nth-child(3) {
  top: 0;
  background-color: #c2143b;
}

/* ハンバーガーメニュークリック後のスタイル */
.btoc_header_nav.active {
  transform: translateX(0);
  transition: ease 0.4s;
}
.btoc_ham_btn.active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}
.btoc_ham_btn.active span:nth-child(2) {
  opacity: 0;
}
.btoc_ham_btn.active span:nth-child(3) {
  top: -9px;
  transform: rotate(-45deg);
}

/*============
base layout
============*/

.container {
  margin: auto;
  padding: 16px;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Hero */

section#section00 {
  background: linear-gradient(-222deg, #e3eeff 0%, #e3eeff 50%, #fbc2eb 100%);
  transition: ease 0.4s; /*-----リサイズ時のチラつき防止したい場合は、ここをコメントアウトしてactiveのみとする*/
  overflow: auto;
  padding-top: 56px; /*header height=h-14*/
}
section#section00 .container {
  min-height: 50vh; /**/
  padding-bottom: 88px; /*btobへボタンがある場合*/
}

@media (min-width: 640px) {
  /*sm*/
  /*section#section00 {
    min-height: 50vh;
  }*/
}

@media (min-width: 1024px) {
  section#section00 {
    min-height: none;
    padding-top: 96px; /*header height=h-14*/
  }
  section#section00 .container {
    max-width: none;
    margin-top: 64px;
    margin-bottom: -64px;
    padding: 0 32px;
    min-height: 35vh;
  }
}

@media (min-width: 1920px) {
  section#section00 .container {
    max-width: 1920px;
    margin-top: 96px;
    margin-bottom: -96px;
    padding: 0 64px;
  }
}

h2.hero_title {
  font-weight: 900;
  font-size: clamp(2rem, 1.6rem + 2vw, 4rem); /*32px 64px*/
  line-height: 1.25;
}

h2.hero_title span.num {
  font-size: 110%;
}

h3.hero_lead {
  font-weight: 500;
  font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem); /*14px 24px*/
}

.hero-icon__btob {
  text-align: center;
  position: absolute;
  bottom: 24px;
  right: 32px;
}
@media screen and (min-width: 992px) {
  .hero-icon__btob {
    bottom: 16px;
    right: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-icon__btob {
    bottom: 32px;
    right: 120px;
  }
}
@media screen and (min-width: 2000px) {
  .hero-icon__btob {
    bottom: 32px;
    right: 240px;
  }
}
.hero-icon__btob img {
  width: 6.25rem;
  height: 6.25rem;
  margin-bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 1400px) {
  .hero-icon__btob img {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.hero-icon__btob a:hover img {
  transform: translateY(-0.75rem) scale(1.1);
  opacity: 0.8;
  transition: all 0.3s ease-in;
}

.hero-icon__btob p {
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem); /*16px 18px*/
  color: #232b48;
}

.hero-icon__btob a:hover p {
  opacity: 0.8;
  transition: all 0.3s ease-in;
}

.wrapper {
  background-image: url("/btoc/img/bg_body@2x.png"); /*fallback*/
  background-image: url("/btoc/img/bg_body.svg"); /*none;*/
  background-size: 300%;
  background-repeat: repeat-y;
  background-position: top center;
}
@media (min-width: 1024px) {
  .wrapper {
    background-image: url("/btoc/img/bg_body@2x.png"); /*fallback*/
    background-image: url("/btoc/img/bg_body.svg"); /*none;*/
    background-size: cover;
    background-repeat: repeat;
    background-position: top center;
  }
}
section#section01,
section#section02,
section#section03,
section#section04,
section#section05 {
  min-height: 50vh;
  padding-top: 48px;
  padding-bottom: 48px;
}

section#section01 {
  background: linear-gradient(180deg, transparent 0%, #fff 40%, #7f95b8 100%);
}

section#section02 {
  background: rgba(255, 250, 217, 0.5); /*#fffad9*/
}

section#section05 {
  background-color: #d7f7ff; /**/
  background-image: url("/btoc/img/bg_body02@2x.png"); /*fallback*/
  background-image: url("/btoc/img/bg_body02.svg"); /*none;*/
  background-size: 50%;
  background-repeat: repeat;
  background-position: center -100px;
}

div.information .icon {
  animation: 2s fadeinDown 1s 2;
}

@media (min-width: 640px) {
  /*sm*/
  div.information .icon {
    animation: 2s fadeinRight 1s 2;
  }
} /*@media end*/

section h2,
section h3,
section h4,
section .container {
  margin: 0; /*縦の中央寄せ*/
}

section#section02 h3.btoc_section_title {
  background-image: url("/btoc/img/icon_merit.png"); /*fallback*/
  background-image: url("/btoc/img/icon_merit.svg"); /*none;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

div.solution_base .solution_text h4 {
  background-image: url("/btoc/img/icon_merit.png"); /*fallback*/
  background-image: url("/btoc/img/icon_merit.svg"); /*none;*/
  background-size: 64px 64px;
  background-repeat: no-repeat;
  background-position: top left 32px;
}

div.solution_base .solution_text h4 span.num {
  height: 64px;
  margin-bottom: 0;
  line-height: 64px;
}

/*div.wrapper <---sticky container*/

ul#stickList {
  display: none;
}

@media (min-width: 1024px) {
  /*高さ800px以下*/
  div.information {
    padding-right: 134px !important;
    padding-left: 0;
    background-color: #002b72;
    background-image: url("/btoc/img/bg_body@2x.png"); /*fallback*/
    background-image: url("/btoc/img/bg_body.svg"); /*none;*/
    background-size: cover;
    background-position: center;
  }
  div.no_information {
    width: 100%;
    padding: 48px 0;
    background-color: #002b72;
    background-image: url("/btoc/img/bg_body@2x.png"); /*fallback*/
    background-image: url("/btoc/img/bg_body.svg"); /*none;*/
    background-size: cover;
    background-position: center;
  }
  section#section01,
  /*section#section02,*/
  section#section03,
  section#section04,
  section#section05,
  section#section06,
  section#section07,
  section#section08 {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-right: 134px !important;
    padding-left: 0;
  }
  ul#stickList {
    display: block;
    position: absolute; /*relative div.wrapper*/
    top: 96px;
    width: 134px;
    left: calc(100% - 134px);
    overflow: auto;
    opacity: 0;
    height: 420px; /*ul#stickList 70*6*/
    margin-top: -420px; /* 必ずheightと同じにする　*/
    z-index: 99;
    /*box-shadow: -12px 0 12px -12px rgba(255, 96, 77, 0.3); 左だけ*/
    border-left: 2px solid #fff;
  }
  ul#stickList.list_on {
    position: sticky;
    opacity: 1;
    animation: fadein 1s forwards;
  }
  ul#stickList.list_on li {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    /*padding-left: 8px;*/
  }
  ul#stickList.list_on li a {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 12px;
    /*background-color:rgba(255,255,255,0.9);
    background-color: #fff;*/
    background: linear-gradient(90deg, #e01b53, #ff604d);
    border-top: 4px solid rgba(255, 96, 77, 0.2); /*#ff604d*/
  }
  ul#stickList.list_on li:first-child a {
    border-top: 4px solid rgba(255, 96, 77, 0.2); /*#ff604d*/
    border-top-left-radius: 6px;
  }
  ul#stickList.list_on li:last-child a {
    border-bottom-left-radius: 6px;
    border-bottom: 4px solid rgba(255, 96, 77, 0.2); /*#ff604d*/
  }
  ul#stickList.list_on li a.active {
    background: #fff;
    font-weight: 700;
  }
  ul#stickList.list_on li a p {
    font-size: 0.875rem;
    letter-spacing: -0.05rem;
    line-height: normal;
    font-weight: 700;
    color: #fff;
  }
  ul#stickList.list_on a.active p {
    color: #ff604d;
  }
  ul#stickList.list_on a.active::before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    margin-left: -40px;
    width: 40px;
    height: 4px;
    background-color: #ff604d;
    animation: 0.2s fadeinDown;
  }
} /*@media end*/

@media (min-height: 800px) {
  /*高さ800px以上*/
  ul#stickList {
    top: calc(50vh - 300px);
  }
} /*@media end*/

@media (min-width: 1440px) and (min-height: 800px) {
  section#section01,
  /*section#section02,*/
  section#section03,
  section#section04,
  section#section05,
  section#section06,
  section#section07,
  section#section08 {
    padding-right: 166px !important;
    padding-left: 166px !important;
  }
  div.information {
    padding-right: 166px !important;
    padding-left: 166px !important;
  }
  ul#stickList {
    top: calc(50vh - 340px);
    width: 166px;
    left: calc(100% - 166px);
    height: 480px; /*ul#stickList 80*6*/
    margin-top: -480px; /* 必ずheightと同じにする　*/
  }
  ul#stickList.list_on li {
    height: 80px;
  }
  ul#stickList.list_on li a p {
    font-size: 0.9375rem;
    letter-spacing: normal;
  }
  ul#stickList.list_on a.active::before {
    margin-right: 12px;
  }
}

/*	balloon */

div.voice .balloon01::after,
div.voice .balloon02::after {
  display: none;
}

div.voice .balloon01,
div.voice .balloon02 {
  display: block;
  position: relative;
  /*margin: 0 0.5rem 0.5rem 0.5rem;*/
  padding: 1rem 1.5rem;
  background: #fff;
  border: 4px solid #aeadd6;
  border-radius: 9999px;
  font-size: 112.5% !important;
  font-weight: 700;
  color: #7c7abd;
}

div.voice .balloon01::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 45%;
  width: 0;
  height: 0;
  border-top: 20px solid #aeadd6;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform-origin: left top;
  transform: skewX(40deg);
}

div.voice .balloon02::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 52%;
  width: 0;
  height: 0;
  border-top: 20px solid #aeadd6;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform-origin: left top;
  transform: skewX(-40deg);
}

@media (min-width: 562px) {
  div.voice .balloon01::after,
  div.voice .balloon02::after {
    display: block;
  }
}

/* splide.css */
/* Add numbers to pagination buttons by CSS */

.slider1 .splide__arrow {
  /*splide_min.css*/
  background: transparent !important;
}
.slider1 .splide__arrow svg {
  fill: #fff !important;
}
.slider2 .splide__arrow {
  /*splide_min.css*/
  background: #7c7abd !important;
}
.slider2 .splide__arrow svg {
  fill: #fff !important;
}

/*news*/
.btn-box {
  display: flex;
}
.btn-box button {
  width: 120px;
  height: 40px;
  color: #fff;
  background: linear-gradient(135deg, #e01b53, #ff604d);
  border: none;
  border-radius: 24px;
  user-select: none;
  cursor: pointer;
  /*margin-right: 0;
	margin-left: auto;*/
  margin-right: auto;
  margin-left: auto;
  margin-top: 8px;
}

.btn-box button:hover {
  opacity: 0.6;
}
.btoc_news {
  animation: 0.6s fadeinDown;
}
.hiddenitem {
  display: none !important;
}

/*contact*/
.btoc_contact_btn {
  background: linear-gradient(135deg, #e01b53, #ff604d, #e01b53);
  background-size: 200% 100%;
  /*border: none;*/
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  max-width: 460px;
  /*border-radius: 4px;*/ /*個別に設定*/
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.btoc_contact_btn.bg02 {
  background: linear-gradient(135deg, #cc1534, #e01b53, #ff604d, #fed878);
  background-size: 200% 100%;
}
.btoc_contact_btn.bg03 {
  /*background: linear-gradient(135deg, #121110, #342f2f, #494443,#53524e);*/
  background: linear-gradient(135deg, #081f49 0%, #081f49 60%, #050a1f 94%, #fdfdfd 94%, #fdfdfd 100%);
  background-size: 200% 100%;
}

.btoc_contact_btn:hover {
  background-position: 100% 0;
  color: #fff;
  /*border: none;
	border-radius: 9999px;*/
}
.btoc_contact_btn::before,
.btoc_contact_btn::after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  /*border: 3px solid transparent;
	border-radius: 9999px;*/
  opacity: 0;
}
.btoc_contact_btn::before {
  top: 0px;
  left: 0px;
}
.btoc_contact_btn::after {
  bottom: 0px;
  right: 0px;
}
.btoc_contact_btn:hover::before,
.btoc_contact_btn:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
/*.btoc_contact_btn:hover::before {
	border-bottom-color: #fff;
	border-left-color: #fff;
	transition: height .1s, width .1s .1s, opacity .2s .2s;
}*/
/*.btoc_contact_btn:hover::after {
	border-top-color: #fff;
	border-right-color: #fff;
	transition: height .1s, width .1s .1s, opacity .2s .2s;
}*/

/*pagetop*/
#btoc_page_top {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #e01b53, #ff604d);
  border-radius: 999px;
  padding-top: 4px;
  opacity: 0;
  z-index: 99;
  cursor: pointer;
}

/*footer*/

footer {
  background-color: #fff;
}
.btoc_footer_contact {
  /*background-color:#c2143b;*/
  /*background-image: url("/btoc/img/bg_footer@2x.png"); fallback*/
  /*background-image: url("/btoc/img/bg_footer.svg");none
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-blend-mode: overlay;*/
  background: linear-gradient(135deg, #e01b53, #ff604d);
}
.btoc_footer_product {
  background: #1c1917;
}
.btoc_footer_policy {
  background: #1c1917; /*stone900*/
}

/*animation*/

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinDown {
  0% {
    opacity: 0;
    transform: translateY(-24px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinUp {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinRight {
  0% {
    opacity: 0;
    transform: translateX(-24px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/*手書き風枠*/

.btoc_rounded01 {
  border-radius: 50% 60% 70% 60% / 60% 70% 70% 70% !important;
}
.btoc_rounded02 {
  border-radius: 40% 60% 40% 50% / 60% 60% 50% 60% !important;
}
.btoc_rounded03 {
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50% !important;
}
.btoc_rounded04 {
  border-radius: 70% 60% 50% 50% / 50% 60% 70% 80% !important;
}
.btoc_rounded05 {
  border-radius: 80% 30% 50% 50%/50% !important;
}

@media (min-width: 1024px) {
  .btoc_rounded01_lg {
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60% !important;
  }
  .btoc_rounded02_lg {
    border-radius: 80% 30% 50% 50%/50% !important;
  }
  .btoc_rounded03_lg {
    border-radius: 40% 40% 50% 40%/30% 50% 50% 50% !important;
  }
}

@media (min-width: 1280px) {
  .btoc_rounded01_xl {
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60% !important;
  }
  .btoc_rounded02_xl {
    border-radius: 80% 30% 50% 50%/50% !important;
  }
  .btoc_rounded03_xl {
    border-radius: 40% 40% 50% 40%/30% 50% 50% 50% !important;
  }
}
/*breadcrumb
.btoc_breadcrumb {
	padding:0.5rem 1rem;
	font-size: 75%;
}
.btoc_breadcrumb .btoc_breadcrumb_group {
	display: block;
}
.btoc_breadcrumb .btoc_breadcrumb_group li{
	display: inline;
	color: #fff;
}
.btoc_breadcrumb .btoc_breadcrumb_group li a {
	display: inline-block;
}
.btoc_breadcrumb .btoc_breadcrumb_group li:last-child {
	color:#ccc;
}
.btoc_breadcrumb_itemlink[href]:hover {
	opacity: 0.5;
}
.btoc_breadcrumb_group > * + * {
	margin-left: 0.25em;
}
.btoc_breadcrumb_group > * + *::before {
	content: "/";
	margin-left: 0.5em;
	margin-right: 0.5em;
	opacity: 0.5;
	color: #fff;
}
  @media (min-width: 1024px) {
	.btoc_breadcrumb {
		padding: 0.5rem 2rem;
		font-size: 82.5%;
	  }
	  .btoc_breadcrumb .btoc_breadcrumb_group {
		display: flex;
	  }
	  .btoc_breadcrumb_group > * + * {
		margin-left: 0.5em;
	  }
	  .btoc_breadcrumb_group > * + *::before {
		content: "/";
		margin-left: 0.75em;
		margin-right: 0.75em;
	  }
  }*/

.br_onoff_pc,
.br_onoff_pc_l {
  display: none;
}

@media screen and (min-width: 1024px) {
  .br_onoff_pc,
  .br_onoff_pc_l {
    display: inline;
  }
}

@media screen and (min-width: 1920px) {
  .br_onoff_pc_l {
    display: none;
  }
}

.br_onoff_sp {
  display: inline;
}

@media screen and (min-width: 1024px) {
  .br_onoff_sp {
    display: none;
  }
}
