@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
@mixin f_roboto($weight:400) {
	font-family: 'Roboto',"游ゴシック","游ゴシック体","Yu Gothic",YuGothic, sans-serif;
	font-weight:$weight;
}
Robotoフォント設定
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$weight:フォントの太さ

	@includef_shuei();
	@includef_shuei(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
@media screen and (max-width: 640px) {
  img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .introduce {
    margin-bottom: 1.05rem;
  }
}
@media print, screen and (min-width: 641px) {
  .introduce {
    margin: 0 auto 2.15rem;
    width: 11.56rem;
  }
}
.introduce .introduce_title {
  color: var(--color-red);
  display: -ms-grid;
  display: grid;
  letter-spacing: 0.17em;
  padding: 0.17em;
  place-content: center;
}
@media screen and (max-width: 640px) {
  .introduce .introduce_title {
    background: url("/img/product/pict-line01_sp.svg") no-repeat left top, url("/img/product/pict-line01_sp.svg") no-repeat right bottom;
    background-size: 100% auto, 100% auto;
    font-size: 0.2rem;
    height: 0.35rem;
    margin: 0.23rem auto 0.36rem;
    width: 3.35rem;
  }
}
@media print, screen and (min-width: 641px) {
  .introduce .introduce_title {
    background: url("/img/product/pict-line01.svg") no-repeat left top, url("/img/product/pict-line01.svg") no-repeat right bottom;
    background-size: 100% auto, 100% auto;
    font-size: 0.4rem;
    height: 0.78rem;
    margin: 0 auto 1rem;
    width: 6.8rem;
  }
}
.introduce .introduce_text {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .introduce .introduce_text {
    margin-bottom: 0.41rem;
  }
}
@media print, screen and (min-width: 641px) {
  .introduce .introduce_text {
    margin-bottom: 0.94rem;
  }
}
.introduce .introduce_text img {
  height: auto;
}
@media screen and (max-width: 640px) {
  .introduce .introduce_text img {
    width: 1.61rem;
  }
}
@media print, screen and (min-width: 641px) {
  .introduce .introduce_text img {
    width: 3.23rem;
  }
}
.introduce .introduce_link {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 640px) {
  .introduce .introduce_link {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 641px) {
  .introduce .introduce_link {
    gap: 1.16rem;
    margin: 0 auto;
    width: 9.83rem;
  }
}
.introduce .introduce_link:not(:last-child) {
  margin-bottom: 0.5rem;
}
.introduce .introduce_image img {
  height: auto;
}
@media screen and (max-width: 640px) {
  .introduce .introduce_image img {
    margin-bottom: 0.25rem;
    width: 2.04rem;
  }
}
@media print, screen and (min-width: 641px) {
  .introduce .introduce_image img {
    width: 4.85rem;
  }
}
.introduce .introduce_heading {
  color: var(--color-red);
  font-weight: 400;
  letter-spacing: 0.5em;
  line-height: 1;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .introduce .introduce_heading {
    font-size: 0.2rem;
    margin: 0 auto 0.2rem;
    padding-inline: calc(0.15rem + 0.5em) 0.15rem;
  }
}
@media print, screen and (min-width: 641px) {
  .introduce .introduce_heading {
    font-size: 0.4rem;
    margin: 0 auto 0.47rem;
    padding-inline: calc(0.3rem + 0.5em) 0.3rem;
  }
}
.introduce .introduce_heading::before, .introduce .introduce_heading::after {
  background: var(--color-red);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .introduce .introduce_heading::before, .introduce .introduce_heading::after {
    border-radius: 0.03rem;
    height: 0.06rem;
    width: 0.06rem;
  }
}
@media print, screen and (min-width: 641px) {
  .introduce .introduce_heading::before, .introduce .introduce_heading::after {
    border-radius: 0.05rem;
    height: 0.1rem;
    width: 0.1rem;
  }
}
.introduce .introduce_heading::before {
  left: 0;
}
.introduce .introduce_heading::after {
  right: 0;
}
@media screen and (max-width: 640px) {
  .introduce .introduce_button {
    width: 1.94rem;
  }
}
@media print, screen and (min-width: 641px) {
  .introduce .introduce_button {
    width: 3.3rem;
  }
}
.introduce .introduce_button .btn01 {
  width: 100%;
}

.product_title {
  background: url("/img/product/pict-line01.svg") no-repeat center 0.48rem/3.53rem 0.08rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
}
@media screen and (max-width: 640px) {
  .product_title {
    background-size: 1.93rem auto;
    background-position: center 0.3rem;
    margin-bottom: 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product_title {
    margin-bottom: 0.6rem;
  }
}
.product_title h2 {
  letter-spacing: 0.5em;
  line-height: 1;
  padding-left: 0.5em;
}
@media screen and (max-width: 640px) {
  .product_title h2 {
    font-size: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product_title h2 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .product_title p {
    margin-top: 0.19rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product_title p {
    margin-top: 0.37rem;
  }
}
@media screen and (max-width: 640px) {
  .product_title p img {
    height: 0.11rem;
    width: auto;
  }
}
@media print, screen and (min-width: 641px) {
  .product_title p img {
    height: 0.21rem;
    width: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .product01 {
    margin-bottom: 0.88rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 {
    margin: 0 auto 1.85rem;
    width: 11rem;
  }
}
@media screen and (max-width: 640px) {
  .product01 .product01_main {
    margin-bottom: 0.32rem;
    padding-inline: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main {
    display: -ms-grid;
    display: grid;
    gap: 0.5rem 0.34rem;
    -ms-grid-columns: 1fr 0.34rem 1fr 0.34rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0.68rem;
  }
}
.product01 .product01_main .product01_item {
  background: #fef5e3;
  border-radius: 0.2rem;
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_item {
    margin-top: 0.4rem;
    padding-bottom: 0.27rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_item {
    padding-bottom: 0.38rem;
  }
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_item:first-child .product01_image img {
    width: 1.25rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_item:first-child .product01_image img {
    width: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_item:nth-child(2) .product01_image img {
    width: 1.25rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_item:nth-child(2) .product01_image img {
    width: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_item:nth-child(3) .product01_image img {
    width: 0.9rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_item:nth-child(3) .product01_image img {
    width: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_item:nth-child(4) .product01_image img {
    width: 1.18rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_item:nth-child(4) .product01_image img {
    width: 1.64rem;
  }
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_item:nth-child(5) .product01_image img {
    width: 1.11rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_item:nth-child(5) .product01_image img {
    width: 1.64rem;
  }
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_item:nth-child(6) .product01_image img {
    width: 2.44rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_item:nth-child(6) .product01_image img {
    width: 2.96rem;
  }
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_item:nth-child(7) .product01_image img {
    width: 2.4rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_item:nth-child(7) .product01_image img {
    width: 2.86rem;
  }
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_item:nth-child(8) .product01_image img {
    width: 1.25rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_item:nth-child(8) .product01_image img {
    width: 1.71rem;
  }
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_item:nth-child(9) .product01_image img {
    width: 1.75rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_item:nth-child(9) .product01_image img {
    width: 2.42rem;
  }
}
.product01 .product01_main .product01_icon {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_icon {
    height: 0.48rem;
    padding-inline: 0.1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_icon {
    height: 0.54rem;
    padding-inline: 0.14rem;
  }
}
.product01 .product01_main .product01_icon li {
  background: var(--color-red);
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_icon li {
    border-radius: 0.36rem;
    font-size: 0.13rem;
    padding: 0.03rem 0.07rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_icon li {
    border-radius: 0.15rem;
    font-size: 0.15rem;
    padding: 0.03rem 0.09rem;
  }
}
.product01 .product01_main .product01_image {
  background: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_image {
    height: 2.72rem;
    margin-bottom: 0.22rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_image {
    height: 3.85rem;
    margin-bottom: 0.3rem;
  }
}
.product01 .product01_main .product01_detail {
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_detail {
    padding-inline: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_detail {
    padding-inline: 0.25rem;
  }
}
.product01 .product01_main .product01_name {
  color: var(--color-red);
  letter-spacing: -0.04em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_name {
    font-size: 0.18rem;
    margin-bottom: 0.15rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_name {
    font-size: 0.25rem;
    margin-bottom: 0.24rem;
  }
}
.product01 .product01_main .product01_text {
  letter-spacing: -0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_text {
    font-size: 0.13rem;
    margin-bottom: 0.12rem;
    min-height: 0.91rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_text {
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
    min-height: 1.12rem;
  }
}
.product01 .product01_main .product01_spec {
  display: flex;
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_spec {
    gap: 0.09rem;
    margin-bottom: 0.12rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_spec {
    gap: 0.12rem;
    margin-bottom: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_spec li img {
    width: 0.31rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_spec li img {
    width: 0.43rem;
  }
}
.product01 .product01_main .product01_link a {
  background: #fff;
  border: 2px solid var(--color-red);
  color: var(--color-red);
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  place-content: center;
  margin: 0 auto;
  transition: opacity 0.3s;
}
.no-touchevents .product01 .product01_main .product01_link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .product01 .product01_main .product01_link a {
    border-radius: 0.2rem;
    font-size: 0.14rem;
    height: 0.4rem;
    width: 2.15rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_main .product01_link a {
    border-radius: 1.38rem;
    font-size: 0.18rem;
    height: 0.45rem;
    width: 2.76rem;
  }
}
.product01 .product01_buy a {
  margin-inline: auto;
}
@media print, screen and (min-width: 641px) {
  .product01 .product01_buy a {
    height: 0.6rem;
    width: 3.3rem;
  }
}

@media screen and (max-width: 640px) {
  .product02 {
    margin-bottom: 1.9rem;
    padding-inline: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product02 {
    margin-bottom: 2.4rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product02 .product02_item {
    display: flex;
    gap: 0.7rem;
  }
}
@media screen and (max-width: 640px) {
  .product02 .product02_item:not(:first-child) {
    margin-top: 0.45rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product02 .product02_item:not(:first-child) {
    margin-top: 1.1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product02 .product02_item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.product02 .product02_image {
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .product02 .product02_image {
    margin-bottom: 0.18rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product02 .product02_image {
    width: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .product02 .product02_image img {
    width: 100%;
  }
}
@media print, screen and (min-width: 641px) {
  .product02 .product02_image img {
    width: 5rem;
  }
}
.product02 .product02_detail {
  width: 100%;
}
.product02 .product02_name_en {
  color: var(--color-red);
}
@media screen and (max-width: 640px) {
  .product02 .product02_name_en {
    font-size: 0.11rem;
    margin-bottom: 0.07rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 641px) {
  .product02 .product02_name_en {
    font-size: 0.15rem;
    margin-bottom: 0.1rem;
  }
}
.product02 .product02_name_ja {
  border-bottom: 1px solid var(--color-red);
  color: var(--color-red);
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .product02 .product02_name_ja {
    font-size: 0.18rem;
    margin-bottom: 0.23rem;
    padding-bottom: 0.05rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 641px) {
  .product02 .product02_name_ja {
    font-size: 0.25rem;
    margin-bottom: 0.3rem;
  }
}
.product02 .product02_text {
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .product02 .product02_text {
    font-size: 0.13rem;
    line-height: 1.8;
    margin-bottom: 0.25rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 641px) {
  .product02 .product02_text {
    font-size: 0.16rem;
    line-height: 2.25;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .product02 .product02_link {
    text-align: center;
  }
}
.product02 .product02_link a {
  background: url("/img/product/icon-arrow.svg") no-repeat right center/0.29rem 0.11rem;
  color: var(--color-red);
  display: inline-block;
  transition: opacity 0.3s;
}
.no-touchevents .product02 .product02_link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .product02 .product02_link a {
    background-size: 0.22rem 0.08rem;
    font-size: 0.11rem;
    padding-right: 0.33rem;
  }
}
@media print, screen and (min-width: 641px) {
  .product02 .product02_link a {
    font-size: 0.14rem;
    padding-right: 0.5rem;
  }
}

@media screen and (max-width: 640px) {
  .howto {
    margin-bottom: 1.23rem;
    padding-inline: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .howto {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .howto .howto_item:not(:last-child) {
    margin-bottom: 0.73rem;
  }
}
@media print, screen and (min-width: 641px) {
  .howto .howto_item:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.howto .howto_summary {
  background: #fef5e3;
}
@media screen and (max-width: 640px) {
  .howto .howto_summary {
    border-radius: 0.2rem 0.2rem 0 0;
    margin-bottom: 0.28rem;
    padding: 0.27rem 0.27rem 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .howto .howto_summary {
    border-radius: 0.3rem 0.3rem 0 0;
    margin-bottom: 0.46rem;
    padding: 0.4rem 0.34rem;
  }
}
.howto .howto_summary .howto_title {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 640px) {
  .howto .howto_summary .howto_title {
    gap: 0.2rem;
    margin-bottom: 0.17rem;
  }
}
@media print, screen and (min-width: 641px) {
  .howto .howto_summary .howto_title {
    gap: 0.56rem;
    margin-bottom: 0.24rem;
  }
}
.howto .howto_summary .howto_title_ja {
  color: var(--color-red);
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .howto .howto_summary .howto_title_ja {
    font-size: 0.18rem;
  }
}
@media print, screen and (min-width: 641px) {
  .howto .howto_summary .howto_title_ja {
    font-size: 0.25rem;
  }
}
.howto .howto_summary .howto_title_en {
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .howto .howto_summary .howto_title_en img {
    height: 0.09rem;
  }
}
@media print, screen and (min-width: 641px) {
  .howto .howto_summary .howto_title_en img {
    height: 0.13rem;
  }
}
.howto .howto_summary .howto_lead {
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .howto .howto_summary .howto_lead {
    font-size: 0.13rem;
  }
}
@media print, screen and (min-width: 641px) {
  .howto .howto_summary .howto_lead {
    font-size: 0.18rem;
    line-height: 2.11;
  }
}
@media screen and (max-width: 640px) {
  .howto .howto_body {
    margin-bottom: 0.27rem;
  }
}
@media print, screen and (min-width: 641px) {
  .howto .howto_body {
    display: flex;
    flex-direction: row-reverse;
    gap: 35px;
    margin-bottom: 0.58rem;
  }
}
.howto .howto_image {
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .howto .howto_image {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 641px) {
  .howto .howto_image {
    width: 5rem;
  }
}
.howto .howto_image img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .howto .howto_detail {
    padding-inline: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .howto .howto_detail {
    padding-left: 0.3rem;
  }
}
.howto .howto_detail h3 {
  border-bottom: 1px solid var(--color-red);
  color: var(--color-red);
}
@media screen and (max-width: 640px) {
  .howto .howto_detail h3 {
    font-size: 0.17rem;
    margin-bottom: 0.2rem;
    padding-bottom: 0.06rem;
  }
}
@media print, screen and (min-width: 641px) {
  .howto .howto_detail h3 {
    font-size: 0.25rem;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .howto .howto_detail dl:not(:last-child) {
    margin-bottom: 0.27rem;
  }
}
@media print, screen and (min-width: 641px) {
  .howto .howto_detail dl:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
.howto .howto_detail dt {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .howto .howto_detail dt {
    font-size: 0.14rem;
    margin-bottom: 0.03rem;
  }
}
@media print, screen and (min-width: 641px) {
  .howto .howto_detail dt {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .howto .howto_detail dd {
    font-size: 0.12rem;
    line-height: 1.82;
  }
}
@media print, screen and (min-width: 641px) {
  .howto .howto_detail dd {
    font-size: 0.16rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 640px) {
  .howto .howto_entry {
    padding-inline: 0.2rem;
  }
}
.howto .howto_entry h3 {
  background: var(--color-red);
  color: #fff;
  display: -ms-grid;
  display: grid;
  letter-spacing: 0.12em;
  padding-left: 0.12em;
  place-content: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .howto .howto_entry h3 {
    border-radius: 0.15rem;
    height: 0.3rem;
    font-size: 0.16rem;
    margin-bottom: 0.24rem;
  }
}
@media print, screen and (min-width: 641px) {
  .howto .howto_entry h3 {
    border-radius: 0.25rem;
    font-size: 0.22rem;
    height: 0.5rem;
    margin-bottom: 0.4rem;
  }
}
.howto .howto_entry h3::after {
  border-color: var(--color-red) transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
}
@media screen and (max-width: 640px) {
  .howto .howto_entry h3::after {
    border-width: 0.1rem 0.05rem 0 0.05rem;
    bottom: -0.1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .howto .howto_entry h3::after {
    border-width: 0.16rem 0.08rem 0 0.08rem;
    bottom: -0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .howto .howto_entry ul {
    padding-inline: 0.17rem;
  }
}
@media print, screen and (min-width: 641px) {
  .howto .howto_entry ul {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .howto .howto_entry li:not(:first-child) {
    margin-top: 0.17rem;
  }
}
.howto .howto_entry li a {
  transition: opacity 0.3s;
}
.no-touchevents .howto .howto_entry li a:hover {
  opacity: 0.7;
}
.howto .howto_entry li img {
  width: 100%;
}

@media print, screen and (min-width: 641px) {
  .safari .product01 .product01_main .product01_icon li {
    padding: 0.05rem 0.09rem 0.01rem;
  }
}

@media screen and (max-width: 640px) {
  .page_mv .mv_title_product {
    bottom: -0.2rem;
  }
}