@charset "utf-8";

/*--------------------------------------------
BASE
--------------------------------------------*/
body,
html,
input,
select,
textarea {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #333;
}

.Roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

body {
  min-width: 1240px;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  overflow: auto;
}

a {
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .over:hover {
    opacity: 0.6;
  }

  .ios .over:hover,
  .ios .over:active,
  .ios .over:link,
  .ios .over:visited,
  .ios .over:focus {
    opacity: 1;
  }
}

.cf:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

:root .cf::after {
  /* IE9 */
  content: "" \9;
  clear: both\9;
  display: block\9;
  height: 0\9;
}

table {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .for_sp {
    display: none !important;
  }
}

@media print, screen and (max-width: 767px) {
  #flipdesk_root {
    display: none !important;
  }
}

.ios input[type="submit"],
.ios input[type="button"],
.ios button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.ios input[type="submit"]::-webkit-search-decoration,
.ios input[type="button"]::-webkit-search-decoration,
.ios button::-webkit-search-decoration {
  display: none;
}

.ios input[type="submit"]:focus,
.ios input[type="button"]:focus,
.ios button:focus {
  outline-offset: -2px;
}

/*--------------------------------------------
GLOBAL CSS
--------------------------------------------*/
.ttl_01 {
  color: #e79d3a;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .ttl_01 {
    color: #ff6a00;
  }
}

.tt1_02 {
  color: #ff6a00;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  border-left: 5px solid #ff6a00;
  border-bottom: 1px solid #ff6a00;
  padding: 0 0 6px 15px;
  margin-bottom: 25px;
}

.ttl_03 {
  color: #773100;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.ttl_box_01 {
  text-align: center;
  margin-bottom: 40px;
}

.ttl_box_01 > p {
  padding: 0;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 400px) {
  .ttl_box_01 > p {
    font-size: 16px;
  }
}

.ttl_box_01 .ja {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 50px;
}

.movie-youtube {
  text-align: center;
}

.movie-youtube-title {
  padding: 10px 20px 8px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
}

#sec_04_h2 {
  margin-bottom: 10px;
  color: #534741;
}

#sec_02_h2 {
  margin-bottom: 5px;
  font-size: 30px;
}

#media {
  text-align: center;
}

.en-h3 {
  font-size: 45px;
  display: inline-block;
  padding: 20px 30px 15px 30px;
  border-radius: 100px;
  border: 2px solid #fff;
  line-height: 1;
}

.en-h3.pc {
  font-size: 45px;
  display: inline-block;
  padding: 20px 30px 15px 30px;
  border-radius: 100px;
  border: 2px solid #fff;
  line-height: 1;
}

.ttl_box_01 .ja > span {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
}

.ttl_box_01 .en {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.ttl_box_01 .text {
  margin-top: 15px;
}

.btn_01 {
  text-align: center;
}

.btn_01 a {
  display: inline-block;
  color: #fff;
  line-height: 1;
  background: #ff6a00;
  border: 1px solid #ff6a00;
  padding: 10px 0;
  transition: 0.4s;
  border-radius: 30px;
  position: relative;
}

.btn_01 a:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 15px;
  background: url(../img/common/arrow_white02.png) no-repeat;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 20px;
}

@media screen and (min-width: 768px) {
  .ttl_box_01 .ja > span {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .btn_01 a:hover {
    color: #ff6a00;
    background: #fff;
  }

  .btn_01 a:hover:after {
    background: url(../img/common/arrow_orange03.png) no-repeat;
  }
}

@media screen and (max-width: 768px) {
  #product .btn_01 a:after {
    background: unset;
  }
}

.ofi {
  object-fit: cover;
  object-position: 50% 50%;
}

blockquote {
  margin: 0;
}

blockquote p {
  padding: 15px;
  border-radius: 5px;
  background-color: #fefec1;
}

blockquote p::before {
  content: "\201C";
}

blockquote p::after {
  content: "\201D";
}

#layout {
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
}

/*--------------------------------------------
HEADER
--------------------------------------------*/

#header {
  min-width: 1240px;
  padding-bottom: 0;
  position: fixed;
  background: #fff;
  z-index: 9999;
  max-width: 100%;
  margin: auto;
  width: 100%;
}

#header .hdr_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  width: 1200px !important;
  margin: 0 auto;
  position: relative;
  padding: 15px 0;
}

#header .hdr_inner {
  width: calc(100% - 40px) !important;
}

#header .hdr_left {
  /* width: 320px; */
  padding-bottom: 0px;
  margin: 0;
}

#header .hdr_left .hdr_logo {
  width: 320px;
}

#header .hdr_left .hdr_logo a {
  padding-right: 60px;
  position: relative;
}

#header .hdr_left .hdr_logo a::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/common/header_mark.png) no-repeat center center /
    contain;
  position: absolute;
  top: -3px;
  right: 0;
}

#header .hdr_left .hdr_logo img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease;
}

#header .hdr_right {
  /* width: calc(100% - 320px); */
  padding: 0;
  margin-left: 10px;
}

#header .h1_text {
  width: 100%;
  padding: 5px 0;
  margin: 0 auto;
  background: #faf2ef;
  text-align: center;
}

#header .h1_text h1,
#header .h1_text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #header .h1_text h1,
  #header .h1_text {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
  }
}

#header .hdr_left .hdr_logo a {
  display: block;
}

@media screen and (max-width: 980px) {
  #header .hdr_right .hdr_top .info_box {
    position: absolute;
    top: 15px;
  }
	
	#header .hdr_inner{
		padding: 15px 0;
	}

	
	#header .hdr_right .hdr_bottom .gnavi{
		padding-top: 70px !important;
	}
}

@media screen and (max-width: 768px) {
  #header .hdr_inner {
	  padding: 0;
	}
	
		#header .hdr_right .hdr_bottom .gnavi{
			 padding: 0;
	}
	
	#header .hdr_left .hdr_logo {
  width: auto;
}
}

@media screen and (min-width: 768px) {
  #header .hdr_inner {
    padding: 20px 0;
  }

  /* #header .hdr_left {
    padding-bottom: 15px;
  } */

  #header .hdr_left .hdr_logo a:hover {
    opacity: 0.7;
  }

  /* #header .hdr_right {
    padding: 20px 0 0;
  } */
}

#header .hdr_right .hdr_top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*   margin-bottom: 20px; */
}

#header .hdr_right .external {
  display: flex;
  margin-right: auto;
}

#header .hdr_right .external li {
  border: 2px solid #ff6a00;
  border-top: none;
  border-radius: 0 0 5px 5px;
  margin-right: 0.5em;
}

#header .hdr_right .external li a {
  display: block;
  padding: 0.55em 0.8em;
  color: #ff6a00;
  font-weight: 600;
  transition-duration: 0.3s;
}

#header .hdr_right .external li a span {
  position: relative;
  padding-left: 1.6em;
}

#header .hdr_right .external li a span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0.3s;
}

#header .hdr_right .external li a span:before {
  background: url(../img/common/icon_exter01.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

#header .hdr_right .external li:nth-child(2) a span:before {
  background: url(../img/common/icon_exter02.png) no-repeat;
  background-size: contain;
}

#header .hdr_right .external li:nth-child(3) a span:before {
  background: url(../img/common/icon_exter03.png) no-repeat;
  background-size: contain;
}

#header .hdr_right .external li a:hover {
  background: #ff6a00;
  color: #fff;
}

#header .hdr_right .external li a:hover span:before {
  background: url(../img/common/icon_exter01-wh.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

#header .hdr_right .external li:nth-child(2) a:hover span:before {
  background: url(../img/common/icon_exter02-wh.png) no-repeat;
  background-size: contain;
}

#header .hdr_right .external li:nth-child(3) a:hover span:before {
  background: url(../img/common/icon_exter03-wh.png) no-repeat;
  background-size: contain;
}

#header .hdr_right .hdr_top .navi_list {
  display: flex;
  justify-content: flex-start;
  margin-right: 20px;
}

#header .hdr_right .hdr_top .navi_list li {
  margin-right: 15px;
}

#header .hdr_right .hdr_top .navi_list li:last-child {
  margin-right: 0;
}

#header .hdr_right .hdr_top .navi_list li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding-left: 8px;
  position: relative;
}

#header .hdr_right .hdr_top .navi_list li a:before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 5px;
  background: url(../img/common/arrow_orange01.png) no-repeat;
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
}

#header .hdr_right .hdr_top .navi_list li a span {
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 768px) {
  #header .hdr_right .hdr_top .navi_list li a span:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 2px;
    background: #ff6a00;
    position: absolute;
    bottom: 2px;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    visibility: hidden;
  }

  #header .hdr_right .hdr_top .navi_list li a:hover span:after {
    bottom: -5px;
    opacity: 1;
    visibility: visible;
  }
}

#header .hdr_right .hdr_top .info_box {
  display: flex;
  justify-content: flex-start;
  margin-right: 1px;
}
#header .hdr_right .hdr_top .info_box .tell_box {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e79d3a;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  background: none;
  padding: 0 20px;
  margin-right: 1px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
}

#header .hdr_right .hdr_top .info_box .tell_box small {
  font-size: 14px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 5px;
  letter-spacing: 0px;
  text-align: center;
}

#header .hdr_right .hdr_top .info_box .tell_box .note {
  font-size: 10px;
  color: #333;
  margin-top: 5px;
}

#header .hdr_right .hdr_top .info_box .tell_box span {
  padding-left: 2px;
  position: relative;
  text-align: right;
}

#header .hdr_right .hdr_top .info_box .tell_box span:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background: url("https://www.ashifumi.jp/wp/wp-content/uploads/2022/06/icon_call.png")
    no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
}


#header .hdr_right .hdr_top .info_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  background: #e79d3a;
  border: 1px solid #e79d3a;
  padding: 10px 10px;
  margin-right: 1px;
  transition: 0.4s;
}

#header .hdr_right .hdr_top .info_box a:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  #header .hdr_right .hdr_top .info_box a:hover {
    opacity: 0.75;
  }
}

#header .hdr_right .hdr_top .info_box .login_box .login_box_inner,
#header .hdr_right .hdr_top .info_box .cart_box .cart_box_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

#header .hdr_right .hdr_top .info_box .login_box .img_box,
#header .hdr_right .hdr_top .info_box .cart_box .img_box {
  display: inline-flex;
  margin-bottom: 4px;
}

#header .hdr_right .hdr_top .info_box .login_box .img_box img,
#header .hdr_right .hdr_top .info_box .cart_box .img_box img {
  width: auto;
  height: 20px;
  padding: 0;
  margin: 0 auto;
}

#header .hdr_right .hdr_top .info_box .login_box .text,
#header .hdr_right .hdr_top .info_box .cart_box .text {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

#header .hdr_bottom .gnavi {
  display: flex;
  justify-content: flex-end;
}

#header .hdr_left .hdr_bottom .gnavi {
	padding-top: 25px;
}

#header .hdr_right .hdr_bottom .gnavi {
	padding-top: 5px;
}

#header .hdr_bottom .gnavi li {
  display: inline-flex;
  align-items: center;
  margin-right: 25px;
}

#header .hdr_bottom .gnavi li:last-child {
  margin-right: 0;
}

#header .hdr_bottom .gnavi li a {
  font-size: 14px;
  line-height: 1;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
}

#header .hdr_bottom .gnavi li a:hover {
  color: #e79d3a;
  transition: all 0.3s ease;
}

#header .hdr_bottom .gnavi li a span {
  display: inline-block;
  position: relative;
}

#header .hdr_bottom .gnavi li a span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 0;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}

#header .hdr_bottom .gnavi li a:hover span::before {
  background: #e79d3a;
  transition: all 0.3s ease;
}

#header .hdr_bottom .gnavi li.icon {
  padding: 0;
  margin: 0 20px 0 0;
}

#header .hdr_bottom .gnavi li.icon:last-child {
  margin-right: 0;
}

#header .hdr_bottom .gnavi li.icon a::before {
  display: none;
}

#header .hdr_bottom .gnavi li.icon img {
  width: auto;
  height: 20px;
}

/* @media screen and (max-width: 980px) {
 #header .hdr_left .hdr_bottom .gnavi {
		padding-top: 25px;
	}
} */

@media screen and (min-width: 768px) {
  #header .hdr_bottom .gnavi li a span:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 2px;
    background: #ff6a00;
    position: absolute;
    bottom: 2px;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    visibility: hidden;
  }

  #header .hdr_bottom .gnavi li a:hover span:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #header .hdr_bottom {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #wrapper {
    padding-top: 154px;
  }

  #usces-cart #wrapper {
    padding-top: 0;
  }
}

/*--------------------------------------------
MAINIMAGE
--------------------------------------------*/
#top #mainimage {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

#top #mainimage img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 7;
}

#top .gif{
    position: absolute !important;
    z-index: 3;
    left: -19%;
    top: 26%;
    /* bottom: -5%; */
    width: 45% !important;
}


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

#top .gif{
    position: absolute !important;
    z-index: 3;
	left: -25%;
    top: 27%;
    /* bottom: -5%; */
    width: 65% !important;
}
	
}



#item_list #mainimage,
#item_details #mainimage {
  width: 100%;
  height: 500px;
  background: #ff6a00;
  overflow: hidden;
}

#item_list #mainimage .mainimage_inner,
#item_details #mainimage .mainimage_inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

#item_list #mainimage .mainimage_inner:after,
#item_details #mainimage .mainimage_inner:after {
  display: inline-block;
  content: "";
  width: 1000px;
  height: 500px;
  background-image: url(../img/item/item_main.png);
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-color: #fff;
  background-size: 60%;
  position: absolute;
  top: 0;
  right: -400px;
}

#item_list #mainimage .text_area,
#item_details #mainimage .text_area {
  width: 460px;
  padding-top: 100px;
  margin: 0 auto 0 0;
}

#item_list #mainimage .text_area .main_ttl,
#item_details #mainimage .text_area .main_ttl {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

#item_list #mainimage .text_area .sub_ttl,
#item_details #mainimage .text_area .sub_ttl {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  margin-bottom: 30px;
}

#item_list #mainimage .text_area .text,
#item_details #mainimage .text_area .text {
  color: #fff;
}

.mainVisual {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #faf2ee;
  z-index: 0;
}

.mainVisual.move::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-image: url("https://www.ashifumi.jp/Image/top/move3-min.gif");
  background-position: right bottom -10px;
  background-repeat: no-repeat;
  background-size: auto 125%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.mainVisual.move.nogif::after {
  display: none;
}

#move3-sp {
  position: absolute;
  width: 40%;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.mainVisual > img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.mainVisual::before {
  content: "";
  display: none;
}

.mainVisual::after {
  content: "";
  display: none;
}

@media screen and (min-width: 768px) {
  .mainVisual {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #faf2ee;
    z-index: 0;
  }

  .mainVisual > img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }

  .mainVisual::before {
    content: "";
    display: block;
    width: 45%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-image: url("https://www.ashifumi.jp/wp/wp-content/uploads/2023/02/move3.gif");
    background-repeat: no-repeat;
    background-position: center bottom -20px;
    background-size: auto 130%;
    position: absolute;
    top: 0;
    right: -11%;
    z-index: -2;
  }

  .mainVisual.nogif::before {
    background: none;
  }

  #move3 {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    width: auto;
    height: 112%;
    outline: none;
    border: none;
  }

  .mainVisual::after {
    content: "";
    display: block;
    width: 34.7%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-image: linear-gradient(
      to right,
      rgba(250, 242, 238, 1) 0%,
      rgba(250, 242, 238, 0) 5%,
      rgba(250, 242, 238, 0) 100%
    );
    position: absolute;
    top: 0;
    right: calc(-8% + 1px);
    z-index: 6;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual.move::before {
    content: "";
    display: block;
    width: 34.7%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-image: linear-gradient(
      to right,
      rgba(250, 242, 238, 1) 0%,
      rgba(250, 242, 238, 0) 20%,
      rgba(250, 242, 238, 0) 100%
    );
    position: absolute;
    top: 0;
    right: 7.6vw;
    z-index: 4;
  }
}

/*--------------------------------------------
FOOTER
--------------------------------------------*/
#footer {
  width: 100%;
  background: url(../img/common/footer_bg.jpg) no-repeat;
  /* background: url(../img/common/footer_bg.png) no-repeat; */
  background-size: cover;
  padding: 70px 0;
  position: relative;
}

/* #footer:before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 5px;
  background: url(../img/common/border_bg01.png) repeat-x;
  position: absolute;
  top: -3px;
  left: 0;
} */

#top #footer:before,
#item_details.under #footer:before {
  background: url(../img/common/border_bg02.png) repeat-x;
}

#footer #page_top {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 43px;
  height: 59px;
}

#footer #page_top a {
  display: block;
}

#footer > span {
  display: block;
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: #c8c8c8;
}

#footer > span > a {
  color: #c8c8c8 !important;
}

@media screen and (min-width: 768px) {
  #footer #page_top a:hover {
    opacity: 0.75;
  }
}

#footer .ftr_inner {
  width: 1200px;
  margin: 0 auto;
}

#footer .img_box {
  text-align: center;
  margin-bottom: 10px;
}

#footer .img_box a {
  display: inline-block;
}

#footer .img_box a:hover {
  opacity: 0.75;
}

#footer .list_01 {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}

#footer .list_01 li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  background: #222;
  padding: 5px 15px;
  margin-right: 10px;
}

#footer .list_01 li:last-child {
  margin-right: 0;
}

#footer .text {
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}

#footer .navi_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 30px 140px;
  margin-bottom: 30px;
}

#footer .navi_box .list_02 {
  width: 730px;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}

#footer .navi_box .list_02 li {
  margin-right: 30px;
}

#footer .navi_box .list_02 li:nth-child(4),
#footer .navi_box .list_02 li:last-child {
  margin-right: 0;
}

#footer .navi_box .list_02 li:nth-child(n + 5) {
  margin-top: 15px;
}

#footer .navi_box .list_02 li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding-left: 8px;
  position: relative;
}

#footer .navi_box .list_02 li a:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 7px;
  background: url(../img/common/arrow_orange02.png) no-repeat;
  position: absolute;
  top: calc(50% - 3.5px);
  left: 0;
}

#footer .navi_box .list_02 li a span {
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 768px) {
  #footer .navi_box .list_02 li a span:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 2px;
    background: #ff6a00;
    position: absolute;
    bottom: 2px;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    visibility: hidden;
  }

  #footer .navi_box .list_02 li a:hover span:after {
    bottom: -5px;
    opacity: 1;
    visibility: visible;
  }
}

#footer .navi_box .contact_btn a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background: #ff6a00;
  border: 1px solid #ff6a00;
  padding: 8px 15px;
  border-radius: 4px;
}

#footer .navi_box .contact_btn a:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 7px;
  background: url(../img/common/arrow_white01.png) no-repeat;
  margin-right: 5px;
  vertical-align: 2px;
}

#footer .navi_box .contact_btn a:hover {
  opacity: 0.75;
}

#footer .copyright {
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

/*--------------------------------------------
BREADCRUMB
--------------------------------------------*/
#breadcrumb {
  background: #fff5e3;
  padding: 25px 0 0;
}

#breadcrumb .breadcrumb_inner {
  width: 1200px;
  margin: 0 auto;
}

#breadcrumb li {
  display: inline-block;
  color: #333;
  font-size: 14px;
  position: relative;
}

#breadcrumb li:last-child {
  padding-right: 0;
}

#breadcrumb li a {
  color: #333;
  text-decoration: underline;
}

#breadcrumb li a:hover {
  text-decoration: none;
}

#breadcrumb li:after {
  display: inline-block;
  content: "＞";
  color: #ff6a00;
  font-weight: bold;
  margin: 0 5px 0 15px;
}

#breadcrumb li:last-child:after {
  content: none;
}

/*--------------------------------------------
追加CSS
--------------------------------------------*/
.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.text_catch {
  text-align: center;
}

.fixedBtn {
  width: 80px;
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1000;
  transition: opacity 0.3s;
}

.fixedBtn:not(.appear) {
  opacity: 0;
  pointer-events: none;
}

.fixedBtn a {
  position: relative;
  display: block;
}

.fixedBtn img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.fixedBtnTop {
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1000;
}

body#news .fixedBtnTop {
  bottom: 50px !important;
}

body#news {
  padding-bottom: 0 !important;
}

.fixedBtnTop a {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  background: #e79d3a;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
}

.fixedBtnCart {
  display: none;
}

@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 20px;
  }

  .text_catch {
    text-align: center;
    width: 90%;
    margin: 50px auto 0;
    font-size: 18px;
  }

  .fixedBtn {
    width: 80px;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 75px;
    right: 10px;
    z-index: 7;
  }

  .fixedBtn a {
    position: relative;
    display: block;
  }

  .fixedBtn img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }

  .fixedBtn.appear {
    bottom: 75px;
  }

  .fixedBtnTop {
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 996;
  }

  .fixedBtnTop a {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
    background: #e79d3a;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
  }

  .fixedBtnTop.appear {
    bottom: 90px;
  }

  .fixedBtnCart {
    display: block;
    opacity: 0;
    pointer-events: none;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 1000;
    transition: opacity 0.3s;
  }

  .fixedBtnCart form {
    display: contents;
    width: 100%;
    height: 100%;
  }

  .fixedBtnCart a {
    cursor: pointer;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 10px;
    line-height: 1.1em;
    text-align: center;
    background: #ff6a00;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
  }

  .fixedBtnCart.appear {
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (max-width: 468px) {
  .text_catch {
    font-size: 16px;
  }
}

/*--------------------------------------------
あしふみ健幸ライフの紹介動画
--------------------------------------------*/
.movieList01 {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto 50px;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  /*justify-content: space-between;*/
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
}

.movieList01 li {
  width: 60%;
  padding: 0;
  margin: 0 0 25px 0;
  position: relative;
  text-align: center;
}

.movieList01 li {
  font-size: 22px;
  font-weight: 700;
}

.movieList {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto 50px;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  /*justify-content: space-between;*/
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
}

.movieList > li {
  width: 48%;
  padding: 0;
  margin: 0 0 25px 0;
  position: relative;
  text-align: center;
}

.movieList > li.onecolumn {
  width: 65%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.movieList > li figure {
  width: 100%;
  padding: 0;
  margin: 0 auto 15px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.movieList > li figure::before {
  content: "";
  display: block;
  padding-top: 65%;
}

.movieList > li figure iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.movieList > li > h3 {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.movieList > li > h3.border {
  display: inline-block;
  padding: 10px 20px 8px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}

.movieList > li > a {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.movieList > li > a.border {
  display: inline-block;
  padding: 10px 20px 8px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  /*border: 1px solid #1e1e1e;*/
}

.movieList > li > .border {
  display: inline-block;
  padding: 10px 20px 8px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  /*border: 1px solid #1e1e1e;*/
}

.movieList > li iframe {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}

#movie_box {
  padding: 50px 0 0;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .movieList {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }

  .movieList > li {
    width: 100%;
    padding: 0;
    margin: 0 auto 40px;
    position: relative;
  }

  .movieList > li:last-child {
    margin: 0 auto 10px;
    padding: 0 20px;
  }

  .movieList > li.onecolumn {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    position: relative;
  }

  .movieList > li figure {
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
  }

  .movieList > li > h3 {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }

  #movie_box {
    width: 92%;
    padding: 40px 0 0;
    margin: 0 auto;
    position: relative;
  }
}

.movieList.foryou {
  max-width: 520px;
}

.movieList.foryou li {
  width: 100%;
}

/*雑誌*/
.catalogList {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.catalogList > li {
  width: auto;
  height: 300px;
  padding: 0;
  margin: 0 10px;
  position: relative;
}

#sec_voice .catalogList > li {
  width: auto;
  height: 310px;
  padding: 0;
  margin: 0 10px 20px;
  position: relative;
}

.catalogList > li img {
  width: auto;
  height: 100%;
  padding: 0;
  margin: 0;
}

.catalogList > li > span {
  display: inline-block;
  width: auto;
  padding: 10px 20px 8px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #1e1e1e;
  white-space: nowrap;
  color: #0971c6;
}

.catalogList > li > span::before {
  content: "";
  display: block;
  width: 25px;
  height: 10px;
  padding: 0;
  margin: 0;
  background: #e79d3a;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.catalogList > li > span::after {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  padding: 0;
  margin: 0;
  background: #e79d3a;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  /*雑誌*/
  .catalogList {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
  }

  .catalogList > li {
    width: auto;
    height: 160px;
    padding: 0;
    margin: 0;
    position: relative;
  }

  .catalogList > li img {
    width: auto;
    height: 100%;
    padding: 0;
    margin: 0;
  }

  /*雑誌*/
  #sec_voice .catalogList {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 10px auto 0;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }

  #sec_voice .catalogList > li {
    width: 23%;
    height: auto;
    padding: 0;
    margin: 0 0 10px;
    position: relative;
  }

  #sec_voice .catalogList > li img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }

  .catalogList > li > span {
    display: inline-block;
    width: auto;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #1e1e1e;
    white-space: nowrap;
    color: #0971c6;
  }

  .catalogList > li > span::before {
    content: "";
    display: block;
    width: 25px;
    height: 10px;
    padding: 0;
    margin: 0;
    background: #e79d3a;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }

  .catalogList > li > span::after {
    content: "";
    display: block;
    width: 15px;
    height: 10px;
    padding: 0;
    margin: 0;
    background: #e79d3a;
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}

/*--------------------------------------------
小国杉
--------------------------------------------*/
#ogunisugi {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

#ogunisugi > header {
  width: 100%;
  padding: 50px 0;
  margin: 0 auto 70px;
  position: relative;
  background-image: url("https://www.ashifumi.jp/wp/wp-content/uploads/2022/06/oguni_head_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

#ogunisugi > header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#ogunisugi > header > h2 {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto 20px;
  font-size: 25px;
  line-height: 1.4em;
  border: none;
  background: none;
  position: relative;
  color: #fff;
  text-align: left;
}

#ogunisugi > header > p {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #ogunisugi {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }

  #ogunisugi > header {
    width: 100%;
    padding: 40px 0;
    margin: 0 auto 20px;
    position: relative;
    background-image: url("https://www.ashifumi.jp/wp/wp-content/uploads/2022/10/oguni_head_bg_sp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
  }

  #ogunisugi > header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #ogunisugi > header > h2 {
    width: 92%;
    max-width: 92%;
    padding: 0;
    margin: 0 auto 10px;
    font-size: 18px;
    line-height: 1.4em;
    border: none;
    background: none;
    position: relative;
    color: #fff;
    text-align: left;
  }

  #ogunisugi > header > p {
    width: 92%;
    max-width: 92%;
    padding: 0;
    margin: 0 auto;
    color: #fff;
  }
}

/*杉の香り。手触り。品質は実証実験に裏付けされています。*/
.ogunisugi_info {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto 70px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ogunisugi_info_left {
  width: 35%;
  padding: 0;
  margin: 0;
}

.ogunisugi_info_right {
  width: calc(65% - 50px);
  padding: 0;
  margin: 0;
}

.ogunisugi_info_left > h2 {
  padding: 0;
  margin: 0 auto;
  font-size: 32px;
  line-height: 1.2;
  color: #ff6a00;
}

.ogunisugi_info_left > strong {
  display: block;
  padding: 10px 0 20px;
  margin: 0 auto 20px;
  font-size: 32px;
  line-height: 1.2em;
  color: #ff6a00;
  position: relative;
}

.ogunisugi_info_left > strong::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  padding: 0;
  margin: 0;
  background: #ff6a00;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .ogunisugi_info {
    width: 92%;
    max-width: 92%;
    padding: 0;
    margin: 0 auto 30px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .ogunisugi_info_left {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
  }

  .ogunisugi_info_right {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .ogunisugi_info_left > h2 {
    padding: 0;
    margin: 0 auto;
    font-size: 25px;
    line-height: 1;
    color: #ff6a00;
  }

  .ogunisugi_info_left > strong {
    display: block;
    padding: 5px 0 15px;
    margin: 0 auto 10px;
    font-size: 18px;
    line-height: 1.2em;
    color: #ff6a00;
    position: relative;
  }

  .ogunisugi_info_left > strong::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #ff6a00;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .ogunisugi_info_left > strong br {
    display: none;
  }
}

/*ギャラリー・動画*/
.ogunisugi_gallery {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.ogunisugi_gallery_left {
  width: 40%;
  padding: 0;
  margin: 0;
}

.ogunisugi_gallery_right {
  width: calc(60% - 50px);
  padding: 0;
  margin: 0;
}

.galleryList {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.galleryList > li {
  width: 48%;
  padding: 0;
  margin: 0 0 20px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.galleryList > li::before {
  content: "";
  display: block;
  padding: 50%;
}

.galleryList > li img {
  width: auto;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.ogunisugi_gallery_right > h2 {
  padding: 0;
  margin: 0 auto 20px;
  color: #ff6a00;
  font-size: 24px;
  font-weight: 700;
}

.ogunisugi_gallery_right > figure {
  width: 100%;
  padding: 0;
  margin: 0 auto 20px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.ogunisugi_gallery_right > figure::before {
  content: "";
  display: block;
  padding-top: 65%;
}

.ogunisugi_gallery_right > figure iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.ogunisugi_gallery_right > p {
  padding: 0;
  margin: 0 auto 10px;
}

@media screen and (max-width: 768px) {
  /*ギャラリー・動画*/
  .ogunisugi_gallery {
    width: 92%;
    max-width: 92%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }

  .ogunisugi_gallery_left {
    width: 100%;
    padding: 0;
    margin: 0;
    order: 1;
  }

  .ogunisugi_gallery_right {
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
  }

  .galleryList {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }

  .galleryList > li {
    width: 31%;
    padding: 0;
    margin: 0 0 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
  }

  .galleryList > li::before {
    content: "";
    display: block;
    padding: 50%;
  }

  .galleryList > li img {
    width: auto;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .ogunisugi_gallery_right > h2 {
    padding: 0;
    margin: 0 auto 15px;
    color: #ff6a00;
    font-size: 18px;
    font-weight: 700;
  }

  .ogunisugi_gallery_right > figure {
    width: 100%;
    padding: 0;
    margin: 0 auto 15px;
    overflow: hidden;
    text-align: center;
    position: relative;
  }

  .ogunisugi_gallery_right > figure::before {
    content: "";
    display: block;
    padding-top: 65%;
  }

  .ogunisugi_gallery_right > figure iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .ogunisugi_gallery_right > p {
    padding: 0;
    margin: 0 auto 10px;
  }
}

/*説明*/
.ogunisugi_txt {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto 70px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.ogunisugi_txt_left {
  width: 60%;
  padding: 0;
  margin: 0;
}

.ogunisugi_txt_right {
  width: calc(40% - 50px);
  padding: 0;
  margin: 0;
}

.ogunisugi_txt p {
  padding: 0;
  margin: 0 auto 10px;
}

.ogunisugi_txt_right > figure {
  padding: 0;
  margin: 0;
}

.ogunisugi_txt_right > figure img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.linkBtn {
  text-align: center;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
}

.linkBtn > a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 10px 30px 10px 20px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  color: #e79d3a;
  font-weight: 600;
  border: 1px solid #e79d3a;
  background: none;
  position: relative;
  transition: all 0.3s ease;
}

.linkBtn > a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  margin: 0;
  background: none;
  border-top: 1px solid #e79d3a;
  border-right: 1px solid #e79d3a;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transition: all 0.3s ease;
}

.linkBtn > a:hover {
  color: #fff;
  background: #e79d3a;
  transition: all 0.3s ease;
}

.linkBtn > a:hover::after {
  right: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  /*説明*/
  .ogunisugi_txt {
    width: 92%;
    max-width: 92%;
    padding: 0;
    margin: 0 auto 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }

  .ogunisugi_txt_left {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
  }

  .ogunisugi_txt_right {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .ogunisugi_txt p {
    padding: 0;
    margin: 0 auto 10px;
  }

  .ogunisugi_txt_right > figure {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
    position: relative;
  }

  .ogunisugi_txt_right > figure::before {
    content: "";
    display: block;
    padding-top: 65%;
  }

  .ogunisugi_txt_right > figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}

/*翻訳*/
.gtranslate {
  width: 183px;
  position: relative;
}

.footer-gt.gtranslate {
  width: 183px;
  padding: 0;
  margin: 0 auto 20px;
  position: relative;
}

.gtranslate::after {
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  padding: 0;
  margin: 0;
  background: #e79d3a;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.gtranslate > select {
  width: 100%;
  padding: 7px 30px 7px 10px;
  margin: 0;
  background: #fff;
  border: 2px solid #e79d3a;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 12px;
  line-height: 1;
  color: #111;
  font-weight: 500;
  outline: none;
  text-transform: uppercase;
}

/*IE用*/
.gtranslate > select::-ms-expand {
  display: block;
}

/*リンクテキスト*/
.linkArea {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px 0 0;
  border-radius: 5px;
  background: #fbe5d6;
}

a.link {
  display: inline-block;
  color: #0066cc;
  text-decoration: underline;
}

.info-message {
  text-align: center;
}

#AmazonPayButton {
  margin: 0 auto;
}

/*--------------------------------------------
AmazonPay　Confirm
--------------------------------------------*/
#welcart_cart_confirm.amazonpay_confirm .customer_form {
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
}

#welcart_cart_confirm.amazonpay_confirm .customer_form th {
  width: 33%;
  padding: 15px;
  border-top: 1px solid #ccc;
  background: #aaa;
}

#welcart_cart_confirm.amazonpay_confirm .customer_form td {
  background: #fff;
  padding: 15px;
  border-top: 1px solid #ccc;
  text-align: left;
}

#welcart_cart_confirm.amazonpay_confirm .customer_form td select {
  padding: 10px;
  margin: 0;
}

#welcart_cart_confirm.amazonpay_confirm .customer_form td label {
  display: inline-flex;
  display: -webkit-inline-flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0 15px 0 0;
}

#welcart_cart_confirm.amazonpay_confirm
  .customer_form
  td
  label
  input[type="radio"] {
  padding: 0;
  margin: 0;
  margin-right: 5px;
}

#welcart_cart_confirm.amazonpay_confirm .customer_form td textarea {
  padding: 15px;
  width: 100%;
  min-height: 200px;
}

#welcart_cart_confirm.amazonpay_confirm
  .customer_form
  td
  #gift_checkbox
  + label {
  display: block;
  padding: 0 0 0 25px;
}

#welcart_cart_confirm.amazonpay_confirm #sec_01 #confirm_table .ttl h3 {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

#welcart_cart_confirm.amazonpay_confirm #sec_01 #confirm_table th {
  width: 30% !important;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  background: none;
  border: none;
  padding: 15px 40px;
}

#welcart_cart_confirm.amazonpay_confirm #sec_01 #confirm_table td {
  width: 70% !important;
  font-size: 16px;
  border: none;
  padding: 15px 40px;
}

/*スマホ表示*/
@media screen and (max-width: 767px) {
  #welcart_cart_confirm.amazonpay_confirm #sec_01 #cart #cart_table tbody td {
    padding: 14px !important;
  }

  #welcart_cart_confirm.amazonpay_confirm #sec_01 #cart #cart_table tfoot tr {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }

  #welcart_cart_confirm.amazonpay_confirm #sec_01 #cart #cart_table tfoot th,
  #welcart_cart_confirm.amazonpay_confirm #sec_01 #cart #cart_table tfoot td {
    width: 50%;
  }

  #welcart_cart_confirm.amazonpay_confirm #sec_01 #cart #cart_table tfoot td {
    padding: 14px !important;
  }

  #welcart_cart_confirm.amazonpay_confirm
    #sec_01
    #cart
    #cart_table
    tfoot
    th.num,
  #welcart_cart_confirm.amazonpay_confirm
    #sec_01
    #cart
    #cart_table
    tfoot
    th.thumbnail,
  #welcart_cart_confirm.amazonpay_confirm
    #sec_01
    #cart
    #cart_table
    tfoot
    td.num,
  #welcart_cart_confirm.amazonpay_confirm
    #sec_01
    #cart
    #cart_table
    tfoot
    td.thumbnail {
    display: none !important;
  }

  #welcart_cart_confirm.amazonpay_confirm #sec_01 #confirm_table tr {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }

  #welcart_cart_confirm.amazonpay_confirm #sec_01 #confirm_table th,
  #welcart_cart_confirm.amazonpay_confirm #sec_01 #confirm_table td {
    width: 50%;
    font-size: 12px;
  }

  #welcart_cart_confirm.amazonpay_confirm #sec_01 #confirm_table th {
    width: 25% !important;
    padding: 15px 0;
    margin: 0;
    font-size: 12px;
    white-space: nowrap;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }

  #welcart_cart_confirm.amazonpay_confirm #sec_01 #confirm_table td {
    width: 75% !important;
    padding: 15px 0;
  }
}

/*あしふみ健幸ライフの魅力*/
#top #sec_03 .list_01 li .fatureImageList {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
}

#top #sec_03 .list_01 li .fatureImageList > li {
  width: auto;
  height: 250px;
  padding: 0;
  margin: 0 10px;
  border: none;
  background: none;
  position: relative;
  display: block;
}

#top #sec_03 .list_01 li .fatureImageList > li img {
  width: auto;
  height: 100%;
  padding: 0;
  margin: 0;
}

#top #sec_03 .list_01 li .fatureImageList > li iframe {
  width: 400px;
  height: 250px;
  padding: 0;
  margin: 0;
}

.movie_img {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.movieList > li figure.movie_img::before,
.movie_img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.movie_img a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.movie_img a::after {
  content: "";
  display: block;
  width: 100px;
  height: 70px;
  padding: 0;
  margin: 0;
  background-image: url("https://www.ashifumi.jp/wp/wp-content/uploads/2022/10/youtube-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
}

.movie_img img {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.movie_img > span.title {
  display: block;
  width: 100%;
  padding: 17px 20px 17px 50px;
  margin: 0;
  background-image: url("https://www.ashifumi.jp/wp/wp-content/uploads/2022/10/channels4_profile.png"),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-size: 30px, 100%;
  background-position: left 10px top 10px, left top;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.movie_img > span.text {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  text-align: left;
  color: #fff;
}

.movie_img > span.text {
}

@media screen and (max-width: 768px) {
  .movie_img > span.text {
    left: 10px;
    width: 22vw;
    font-size: 12px;
  }

  .movie_img > span.text > br {
    display: none;
  }

  /*あしふみ健幸ライフの魅力*/
  #top #sec_03 .list_01 li .fatureImageList {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  #top #sec_03 .list_01 li .fatureImageList > li {
    width: 48%;
    height: auto;
    padding: 0;
    margin: 0 1% 0.5rem 1%;
    border: none;
    background: none;
  }

  #top #sec_03 .list_01 li .fatureImageList > li:nth-child(3) {
    width: 70%;
  }

  #top #sec_03 .list_01 li.featureMovie .fatureImageList > li {
    width: 100% !important;
    height: auto;
    padding: 50px 0 0;
    margin: 0 auto;
    border: none;
    background: none;
  }

  #top #sec_03 .list_01 li .fatureImageList > li img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }

  #top #sec_03 .list_01 li .fatureImageList.one > li {
    width: 70%;
    padding: 0;
    margin: 0 auto;
  }

  #top #sec_03 .list_01 li .fatureImageList > li iframe {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }

  #top #sec_03 .list_01 li.featureMovie figure.movie {
    height: 250px;
  }

  #top #sec_03 .list_01 li .fatureImageList.movies {
    justify-content: space-between;
  }

  #top #sec_03 .list_01 li .fatureImageList.movies > li:nth-child(1),
  #top #sec_03 .list_01 li .fatureImageList.movies > li:nth-child(4) {
    width: 47% !important;
    padding: 0;
    margin: 0 0 40px;
  }

  #top #sec_03 .list_01 li .fatureImageList.movies .movie_item {
    order: 1;
    width: 100%;
  }

  /*あしふみ健幸ライフの魅力*/
  #top #sec_03 .list_01 li.waseda .fatureImageList {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  #top #sec_03 .list_01 li.waseda .fatureImageList > li {
    width: 100% !important;
    height: auto;
    padding: 0;
    margin: 0 auto 20px;
    border: none;
    background: none;
  }

  #top #sec_03 .list_01 li.waseda .fatureImageList > li img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }

  #top #sec_03 .list_01 li .fatureImageList figure.movie {
    height: 200px;
  }

  #top #sec_03 .list_01 li .fatureImageList figure.movie iframe {
    width: 100%;
    height: 100%;
  }

  #top #sec_03 .list_01 li.present {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }

  #top #sec_03 .list_01 li.present .img_area {
    margin: 0 auto !important;
  }

  #top #sec_03 .list_01 li.present .img_area:first-of-type {
    order: 1;
    margin-top: 20px !important;
  }
}

#wase {
  text-align: center;
  width: 600px;
  max-width: 95%;
  margin: 30px auto;
}

#wase-h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  background-color: #615953;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 10px;
}

#wase-h2 em {
  font-style: normal;
  font-weight: bold;
  /* color: #e10003; */
  font-size: 1.5em;
  display: block;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  #wase-h2 {
    background-color: unset;
    color: #333;
  }

  #wase-h2 em {
    color: #e10003;
  }
}

#wase .movie_img {
  margin-bottom: 1.5rem;
}

#kohyo-kyushu {
  font-size: 1.3rem;
}

#top #sec_03 .list_01 li:nth-child(2),
#top #sec_03 .list_01 li:nth-child(5),
#top #sec_03 .list_01 li:nth-child(7) {
  border: none;
}

.borderSpan {
  display: inline-block;
  width: auto;
  padding: 10px 20px 8px;
  margin: 20px auto;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #1e1e1e;
  white-space: nowrap;
}

.fatureImageList .borderSpan {
  margin: 0 auto;
  /* position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0); */
  /* -webkit-transform: translate(-50%, 0); */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5f5954;
  color: #fff;
  border-radius: 0px;
  border: none;
  margin-top: 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .fatureImageList .borderSpan.sp {
    display: none;
  }

  .fatureImageList .borderSpan {
    background-color: unset;
    display: inline-block;
    width: auto;
    padding: 10px 20px 8px;
    margin: 20px auto;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    border-radius: 20px;
    border: 1px solid #1e1e1e;
    white-space: nowrap;
    color: #333;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }

  #top
    #sec_03
    .list_01
    .text_area
    .text
    figure.cornerImage
    > div
    > span::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    background: #fff;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}

.fatureImageList .borderSpan.br2 {
  border-radius: 50px;
  margin: 0 auto;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  .borderSpan {
    display: inline-block;
    width: auto;
    padding: 10px 20px 8px;
    margin: 20px auto;
    text-align: center;
    line-height: 1;
    border-radius: 0;
    border: none;
    white-space: nowrap;
    color: #e79d3a;
    font-size: 22px;
    font-weight: bold;
  }

  .fatureImageList .borderSpan {
    border-radius: none;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    width: 100%;
    font-size: 22px;
    font-weight: bold;
  }

  .fatureImageList .borderSpan.br2 {
    border-radius: 50px;
    margin: 0 auto;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    line-height: 1.4em;
    font-size: 12px;
  }

  .summary_fk {
    font-size: 16px;
    text-align: center;
  }
}

/*--------------------------------------------
動画カテゴリーページ
--------------------------------------------*/
#category_contents {
  width: 100%;
  padding: 100px 0;
  margin: 0 auto;
  position: relative;
}

#category_contents > h2 {
  text-align: center;
  padding: 0;
  margin: 0 auto 50px;
  font-size: 30px;
  font-weight: bold;
  color: #ff6a00;
  line-height: 1;
}

.movieListCat {
  width: 100%;
  max-width: 800px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.movieListCat > li {
  width: 100%;
  padding: 0;
  margin: 0 auto 50px;
  margin: 0 auto 50px;
  position: relative;
}

.movieListCat > li > figure {
  width: 100%;
  padding: 0;
  margin: 0 auto 15px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.movieListCat > li > figure::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.movieListCat > li > figure > iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.movieListCat > li > h3 {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #category_contents {
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
  }

  #category_contents > h2 {
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
    font-size: 20px;
    font-weight: bold;
    color: #ff6a00;
    line-height: 1;
  }

  .movieListCat {
    width: calc(100% - 60px);
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .movieListCat::after {
    content: "";
    display: none;
  }

  .movieListCat > li {
    width: 100%;
    padding: 0;
    margin: 0 auto 30px;
    position: relative;
  }

  .movieListCat > li > figure {
    width: 100%;
    padding: 0;
    margin: 0 auto 15px;
    overflow: hidden;
    text-align: center;
    position: relative;
  }

  .movieListCat > li > figure::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }

  .movieListCat > li > figure > iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .movieListCat > li > h3 {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: bold;
  }
}

#top #sec_03 .list_01 .text_area .text figure.cornerImage {
  width: 100%;
  padding: 0;
  margin: 15px 0 0;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  #top #sec_03 .list_01 .text_area .text figure.cornerImage.sp {
    display: none;
  }

  #top #sec_03 .list_01 .text_area .text figure.cornerImage > img {
    width: 200px;
    height: auto;
    padding: 0;
    margin: 0;
    border-radius: 20px;
  }
}

@media screen and (max-width: 768px) {
  #top #sec_03 .list_01 .text_area .text figure.cornerImage > img {
    width: 40%;
    height: auto;
    padding: 0;
    margin: 0;
    border-radius: 20px;
  }
}

/* #top #sec_03 .list_01 .text_area .text figure.cornerImage > div {
  margin: 0 0 0px 20px;
  color: #615953;
  font-size: 18px;
  width: 55%;
} */

/* #top #sec_03 .list_01 .text_area .text figure.cornerImage > div span {
  line-height: 1.5em;
  font-weight: bold;
  display: block;
  padding: 20px 20px;
  border-radius: 20px;
  background: #fff;
  width: 100%;
  position: relative;
  text-align: left;
} */

@media screen and (min-width: 768px) {
  #top #sec_03 .list_01 .text_area .text figure.cornerImage > div span {
    line-height: 1.5em;
    font-weight: bold;
    display: block;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
    width: 100%;
    position: relative;
    text-align: left;
    margin: 0 0 10px 20px;
    border-radius: 5px;
  }
}

#top #sec_03 .list_01 .text_area .text figure.cornerImage .inner {
  width: 100%;
  line-height: 1.5;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.15))
    drop-shadow(2px 2px 3px rgba(231, 157, 58, 0.5));
}

/* 本体（吹き出し） */
/* #top #sec_03 .list_01 .text_area .text figure.cornerImage div > span {
  font-size: 17px;
  line-height: 1.5em;
  font-weight: bold;
  display: block;
  padding: 20px 20px;
  border-radius: 20px;
  background: #fff;
  width: 100%;
  position: relative;
  text-align: left;
}

#top
  #sec_03
  .list_01
  .text_area
  .text
  figure.cornerImage
  .inner
  > span::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0%;
  transform: translateX(-50%) rotate(30deg);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 24px solid #fff;
  border-radius: 0;
  z-index: 0; 
} */

#top #sec_03 .list_01 .text_area .text figure.cornerImage > div .color-orange {
  color: #e79d3a;
  font-weight: bold;
}

#top #sec_03 .list_01 .text_area .text figure.cornerImage > div > span.bigbold {
  font-weight: bold;
  font-size: 2em;
}

.bigbold em {
  color: #e40003;
  font-style: normal;
}

#top #sec_03 .list_01 .text_area .text figure.cornerImage > div p {
  text-align: center;
  font-size: 1.2em;
}

@media screen and (max-width: 768px) {
  #top #sec_03 .list_01 .text_area .text figure.cornerImage {
    width: 100%;
    padding: 0;
    margin: 15px auto 0;
  }

  #top #sec_03 .list_01 .text_area .text figure.cornerImage.pc {
    display: none;
  }

  #top #sec_03 .list_01 .text_area .text figure.cornerImage.sp {
    display: block;
  }

  #top #sec_03 .list_01 .text_area .text figure.cornerImage > img {
    margin: 0 auto;
    width: 100%;
  }

  #top #sec_03 .list_01 .text_area .text figure.cornerImage > div {
    width: 100%;
    margin: 20px 0 20px;
  }

  #top #sec_03 .list_01 .text_area .text figure.cornerImage .inner {
    width: 100%;
    line-height: 1.5;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.15))
      drop-shadow(2px 2px 3px rgba(231, 157, 58, 0.5));
  }

  /* 本体（吹き出し） */
  #top #sec_03 .list_01 .text_area .text figure.cornerImage div > span {
    font-size: 17px;
    line-height: 1.5em;
    font-weight: bold;
    display: block;
    padding: 20px 10px;
    border-radius: 20px;
    background: #fff;
    width: 100%;
    position: relative;
    text-align: center;
  }

  /* ▲ 上向きの尖り矢印（中央寄せにした例） */
  #top
    #sec_03
    .list_01
    .text_area
    .text
    figure.cornerImage
    .inner
    > span::before {
    content: "";
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%) rotate(14deg);
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 24px solid #fff;
    border-radius: 0;
    z-index: 0; /* -1 は外す（影との重なり防止） */
  }
}

#top #sec_05 .btn_01 a::after {
  /* 	right: 85px!important; */
}

#top section .cart_btn {
  font-weight: normal !important;
}

#top section .cart_btn:not(:last-child) {
  margin-bottom: 20px;
}

#top section .cart_btn::before {
  width: 17px !important;
  height: 18px !important;
  background: url(../img/common/cart_icon01.png) no-repeat !important;
  background-size: contain !important;
  position: absolute !important;
  top: calc(50% - 9px) !important;
  z-index: 2;
  right: 85px !important;
  left: auto !important;
}

#top section .cart_btn input[type="submit"] {
  width: 100% !important;
  height: 40px !important;
  padding: 12px !important;
  font-size: 16px !important;
  animation-name: none;
  border-radius: 20px !important;
  font-weight: normal !important;
  margin-top: 15px !important;
}

@media screen and (max-width: 768px) {
  #top section .cart_btn input[type="submit"] {
    margin: 10px auto !important;
  }
}

@media screen and (max-width: 768px) {
  #top section .cart_btn:not(:last-child) {
    margin-bottom: 15px;
  }

  #top section .cart_btn input[type="submit"] {
    font-size: 14px !important;
  }
}

/*フッター固定お問い合わせ*/
@media screen and (min-width: 768px) {
  .fixedContact {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .fixedContact {
    opacity: 1 !important;
    pointer-events: auto !important;
    max-width: 320px;
    right: 0;
    display: block;
  }

  .fixedBtn {
    bottom: 80px;
    right: 15px;
  }
}

.fixedContact {
  opacity: 0;
  bottom: 0;
  display: flex;
  overflow: hidden;
  position: fixed;
  transition: opacity 0.5s;
  width: 100%;
  z-index: 999;
  pointer-events: none;
  align-items: stretch;
}

.fixedContact img {
  padding-right: 5px;
  max-width: 26px;
}
/* 
.fixedContact_tel,
.fixedContact_mail,
.fixedContact_line,
.fixedContact_cart {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  font-size: 15px;
  height: 65px;
  justify-content: center;
  line-height: 1.5;
  padding: 9px 0;
  position: relative;
  transition: background-color 0.5s;
  font-weight: 700;
}

.fixedContact_tel {
  padding: 10px 15px;
  height: auto;
  min-height: 90px;
}

.fixedContact_tel .fixedContact_tel_inner {
  display: flex;
  justify-content: center;
}

.fixedContact_tel .point_txt {
  text-align: center;
  font-size: 11px !important;
  color: #ff6a00;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 3px 0;
  width: 100%;
}

.fixedContact_tel .note {
  text-align: center;
  line-height: 1;
}

.fixedContact_tel .note small {
  color: #fff;
  font-size: 8px;
} */


.fixedContact_tel,
.fixedContact_mail,
.fixedContact_line,
.fixedContact_cart {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  font-size: 15px;
  height: 65px;
  justify-content: center;
  line-height: 1.5;
/*   padding: 9px 0; */
  position: relative;
  transition: background-color 0.5s;
  font-weight: 700;
}

.fixedContact_tel {
  height: auto;
}

.fixedContact_tel a{
	display: block;
	height: 100%;
	width: 100%;
	padding: 20px 5px;
/*     min-height: 95px; */
	color: #fff;
}

.fixedContact_tel a .xs{
	display: none;
}

.fixedContact_tel a span{
	flex-basis: auto !important;
}

@media screen and (max-width: 374px) {
	.fixedContact_tel a .xs{
		display: block;
	}
}

.fixedContact_tel .fixedContact_tel_inner {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  gap: 0.5rem;
}

.fixedContact_tel .point_txt {
  text-align: center;
  font-size: 11px !important;
  color: #ff6a00;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 3px 0;
  width: 100%;
}

.fixedContact_tel .note {
  text-align: center;
  line-height: 1;
}

.fixedContact_tel .note small {
  color: #fff;
  font-size: 8px;
}

.fixedContact:hover {
  background-color: #fff;
}

.fixedContact_tel {
  background-color: #ff6a00;
}


.fixedContact:hover {
  background-color: #fff;
}

.fixedContact_tel {
  background-color: #ff6a00;
}

.fixedContact_mail {
  background-color: #e79e3a;
}

.fixedContact_cart {
  background-color: #e79e3a;
  height: auto;
/*   min-height: 90px; */
  min-height: 80px;
  padding: 15px 0;
}

.fixedContact_line {
  background-color: #06c755;
}

.fixedContact.appear {
  opacity: 1;
  pointer-events: auto;
}

.fixedContact a span {
  display: block;
  font-size: 14px;
  text-align: center;
  flex-basis: 100%;
}

.fixedContact a font {
  padding-left: 2px;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
	.fixedContact_cart {
		background-color: #30B853;
	}
}

@media screen and (max-width: 413px) {
  .fixedContact img {
    max-width: 24px;
  }

  .fixedContact_tel {
    font-size: 13px;
  }

  .fixedContact_tel .point_txt {
    font-size: 10px !important;
  }
}

#calltap {
  position: fixed;
  width: 500px;
  max-width: 100%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  z-index: 997;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  bottom: -150px;
  transition: all 0.5s ease-out;
}

#calltap.on {
  bottom: 65px;
}

#calltap-call {
  background-color: #ff6a00;
  color: #fff;
  padding: 0.5rem;
  display: block;
  text-align: center;
  width: 45%;
  margin: 2.5%;
  font-weight: bold;
}

#calltap-can {
  background-color: #999;
  color: #fff;
  padding: 0.5rem;
  display: block;
  text-align: center;
  width: 45%;
  margin: 2.4%;
  font-weight: bold;
}

/*pc・sp出しわけ*/
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 575.98px) {
  img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
  }
}

/*2024.3.14作業　test3用*/
.point_txt {
  font-weight: bold;
  font-size: 100% !important;
  color: #000;
}

br.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  br.sp_only {
    display: block;
  }
}

.top_txt {
  padding: 20px;
  text-align: center;
  color: #534741;
  font-weight: normal;
  background: #f8edd9;
}

@media screen and (max-width: 767px) {
  .top_txt {
    padding: 10px;
    text-align: center;
    font-size: 13px;
  }
}

#hirogaru {
  padding: 100px 20px;
  text-align: center;
}

#hirogaru p {
  font-weight: 700;
  font-size: 24px;
  color: #ff6a00;
}

#hirogaru img {
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  #hirogaru {
    padding: 30px 20px 50px;
  }

  #hirogaru p.ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }

  #hirogaru p {
    font-size: 18px;
    margin-top: 10px;
    color: #e79d3a;
  }
}

#kodawari_wood {
  margin-top: 20px;
  padding: 100px 20px;
  background: #fff;
}

@media screen and (min-width: 767px) {
  #kodawari_wood {
    margin-top: 80px;
  }
}

#kodawari_wood h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #615953;
  padding-top: 50px;
  background: url(https://www.ashifumi.jp/Image/common/ashifumi_icon04.png)
    no-repeat center top;
}

@media screen and (max-width: 768px) {
	#kodawari_wood h2 {
		font-size: 25px;
	}
}


@media screen and (max-width: 400px) {
#kodawari_wood h2 .xs{
	display: none;
}
	
	#kodawari_wood h2{
		text-align: left;
	}
	
}

#kodawari_wood .flex {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  border-top: 5px dotted #ff6a00;
}

#kodawari_wood ul.flex {
  border-top: none;
  padding-bottom: 0;
}

#kodawari_wood .flex > * {
  flex: 0 1 47%;
}

#kodawari_wood img {
  width: 100%;
  max-width: 100%;
  display: block;
}

#kodawari_wood .flex .img {
  order: 2;
}

#kodawari_wood .flex .txt h3 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
  color: #ff6a00;
}

#kodawari_wood .flex .txt p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

#kodawari_wood .flex .txt p .point_txt {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #kodawari_wood .flex {
    display: block;
    padding: 25px 0 10px;
    border-top: 5px dotted #e79d3a;
  }

  #kodawari_wood {
    padding: 55px 15px 40px;
  }

  #kodawari_wood .flex .txt h3 {
    font-size: 20px;
    margin: 15px 0;
    color: #e79d3a;
  }

  #kodawari_wood .flex .txt p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.6;
  }

  #kodawari_wood .flex .txt p .point_txt {
    font-size: 18px;
  }

  #kodawari_wood ul.flex {
    padding-top: 0;
  }

  #kodawari_wood ul.flex li + li {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  #fixedContact.ss {
    max-width: 180px;
  }
}

#fixedContact.ss .fixedContact_line {
  display: none !important;
}

#autozip {
  display: none !important;
}

/*カード払い説明分　非表示*/
.card_pause {
  display: none;
}

/*現在カード決済を一時的に停止させていただいております*/
p.card_pause_txt {
  margin-bottom: 20px;
  display: none !important;
  color: red !important;
}

.col_red {
  color: red !important;
}

/**/
.note_font {
  font-size: 0.8rem;
}
/**/
.title_holder p {
  text-align: center;
  font-size: clamp(1.375rem, -0.632rem + 4.18vw, 2.5rem);
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 950px) {
  .title_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .title_holder img {
    width: 300px;
    height: auto;
    max-width: 300px;
  }

  .lookpc_none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .title_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .title_holder img {
    width: clamp(9.375rem, -1.776rem + 23.2vw, 15.625rem);
    height: auto;
    max-width: 440px;
  }

  .lookpc_none {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .movie-youtube {
    text-align: center;
    width: 90%;
    aspect-ratio: 16 / 9;
    margin: auto;
  }
  .movie-youtube iframe {
    width: 100%;
    height: 100%;
  }
  .sp_none {
    display: none !important;
  }
  .title_holder_sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .title_holder_sp img {
    width: 100%;
    height: auto;
    max-width: 100px;
  }
}
