@charset "UTF-8";
article {
  font-family: zen-maru-gothic, sans-serif;
  background-color: #fcfcf8;
  color: #000;
}
.spMode .pc_only, .isOtherDevice .sp_only {
  display: none;
}
.isOtherDevice #ohiromenaire .inner {
  padding: 0;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

#ohiromenaire section {
padding: 40px 0;
  position: relative;
}

#ohiromenaire section  section {
  padding: 20px 0;
}

.isOtherDevice #ohiromenaire section  {
padding: 80px 0;
}
.isOtherDevice #ohiromenaire section  section {
  padding: 40px 0;
}

#ohiromenaire .inner {
  padding: 0 20px 40px;
}
#ohiromenaire .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
}

#ohiromenaire .delay-time02{
animation-delay: 0.2s;
}

#ohiromenaire .delay-time04{
animation-delay: 0.4s;
}

#ohiromenaire .fadeUpTrigger{
    opacity: 0;
}


#ohiromenaire .fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/*--------------------- 

.flex

----------------------- */
#ohiromenaire .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
#ohiromenaire .flex.column_pc4_sp1 li {
  width: 100%;
}
#ohiromenaire .flex.column_pc4_sp2 li {
  width: 48%;
}
#ohiromenaire .flex.column_pc3_sp2 li {
  width: 48%;
}
#ohiromenaire .flex.column_pc3_sp1 li {
  width: 100%;
}
#ohiromenaire .flex.column_pc2_sp2 li {
  width: 48%;
}

#ohiromenaire .flex.column_pc2_sp1 li {
  width: 100%;
}

.isOtherDevice #ohiromenaire .flex {
  row-gap: 20px;
}
.isOtherDevice #ohiromenaire .flex.column_pc4_sp2 li, .isOtherDevice #ohiromenaire .flex.column_pc4_sp1 li {
  width: 23%;
}
.isOtherDevice #ohiromenaire .flex.column_pc3_sp2 li {
  width: 31%;
}
.isOtherDevice #ohiromenaire .flex.column_pc3_sp1 li {
  width: 32%;
}

.isOtherDevice #ohiromenaire .flex.column_pc2_sp1 li {
  width: 48%;
}
/*

/*--------------------- 

.button

----------------------- */
#ohiromenaire .button {
  width: 80%;
  max-width: 450px;
  font-weight: bold;
  text-align: center;
  margin: 40px auto;
}
.isOtherDevice #ohiromenaire .button {
  margin: 60px auto;
}
#ohiromenaire .button a {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease 0s;
  display: flex;
  flex-flow: column;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 10px;
  background-color: #333;
}
.isOtherDevice #ohiromenaire .button a {
  font-size: 1.8rem;
}
#ohiromenaire .btn-submit p {
  margin: auto;
  font-weight: bold;
}
#ohiromenaire .button a span {
  font-size: 60%;
}
#ohiromenaire .button a:hover {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}
#ohiromenaire h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  width: 90%;
  margin: auto;
}
#ohiromenaire h2 span {
  font-size: 1.6rem;
  display: block;
  font-weight: 500;
}

.isOtherDevice #ohiromenaire h2 {
width: 600px;
}

#ohiromenaire .lead {
margin: 0 auto 20px;
font-weight: 500;
line-height: 2;
}

.isOtherDevice #ohiromenaire .lead {
text-align: center;
}

/*--------------------- 

.h2 arrow

----------------------- */
#ohiromenaire h2.arrow_box {
  position: relative;
  height: 70px;
  background: #ec6d74;
  padding: 10px;
  border: 5px solid #EC6D74;
  border-radius: 40px;
    margin: -40px auto 40px;
}

@media screen and (max-width:375px) {
#ohiromenaire h2.arrow_box {
    font-size: 2rem;
  } }


#ohiromenaire h2.arrow_box:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 21px;
  border-bottom-width: 21px;
  border-left-width: 13px;
  border-right-width: 13px;
  margin-left: -13px;
  border-top-color: #EC6D74;
  top: 100%;
  left: 13%;
}
/*--------------------- 

.mainvisual_area

----------------------- */
#ohiromenaire .mainvisual_area  {
  padding: 0 0 40px;
}

.isOtherDevice #ohiromenaire .mainvisual_area  {
  padding: 0 0 80px;
}


#ohiromenaire .mainvisual_area .mainvisual {
  position: relative;
}
#ohiromenaire .mainvisual_area h1 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
margin: 0 auto 20px
}

.isOtherDevice #ohiromenaire .mainvisual_area h1 {
font-size:6rem;
line-height: 1.2;
margin: 0 auto 60px
}


#ohiromenaire .mainvisual_area .lead {
  border: 3px solid #ec6d74;
  border-radius: 15px;
  padding: 10px;
  text-align: center;
  position: relative;
  width: 90%;
  margin: 0 auto 20px;
  font-weight: 700;
  color: #ec6d74;
}
#ohiromenaire .mainvisual_area .lead span {
  width: 100px;
  position: absolute;
  top: -1.5vh;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}


.isOtherDevice #ohiromenaire .mainvisual_area .lead {
font-size: 2rem;
	 padding: 20px;
	width: 600px;
}

.isOtherDevice #ohiromenaire .mainvisual_area .lead span {
    width: 200px;
    top: -4vh;
}



#ohiromenaire .mainvisual_area ul li {
  text-align: center;
  background-color: #ec6d74;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  border-radius: 10px;
}

#ohiromenaire .mainvisual_area .info_block {
margin: 0 auto 20px;
text-align: center;
}

#ohiromenaire .mainvisual_area .info_block .info {
font-weight: bold;
}

#ohiromenaire .mainvisual_area .info_block .small {
  font-size: 1.2rem;
}

.isOtherDevice #ohiromenaire .mainvisual_area .info_block {
margin: 0 auto 40px;
}

.isOtherDevice #ohiromenaire .mainvisual_area .info_block .info {
font-size: 2rem;

}

.isOtherDevice #ohiromenaire .mainvisual_area .info_block .small {
  font-size: 1.5rem;
}

/*--------------------- 

.sample_area

----------------------- */
#ohiromenaire .sample_area {
  background-color: #fdede9;
	position: relative;
}

#ohiromenaire .sample_area ul{
background-color: #fff;
    border-radius: 30%;
}


#ohiromenaire .sample_area ul li:nth-of-type(1){
  margin: 0 0 0 auto;
}


#ohiromenaire .sample_area ul .sample {
margin: -15% auto 0;;
}

.isOtherDevice #ohiromenaire .sample_area ul .sample {
margin: auto;
}

#ohiromenaire .sample_area ul .sample .item {
  width: 60%;
box-shadow: 0px 0px 8px -5px #777777;
}

.isOtherDevice #ohiromenaire .sample_area ul li .item {
  width: 100%;
}

#ohiromenaire .sample_area ul li:nth-of-type(1) .item {
   transform: rotate(5deg);
}

#ohiromenaire .sample_area ul li:nth-of-type(2) .item {
  margin: 0 0 0 auto;
   transform: rotate(-10deg);
}

.isOtherDevice #ohiromenaire .sample_area ul li:nth-of-type(2) .item  {
margin: auto;
}

#ohiromenaire .sample_area ul li:nth-of-type(3) .item {
   transform: rotate(15deg);
}

.isOtherDevice #ohiromenaire .sample_area ul li:nth-of-type(3) .item  {
   transform: rotate(5deg);
}


/*--------------------- 

.delivery_area

----------------------- */
#ohiromenaire .delivery_area {
  background-color: #fdede9;
  position: relative;
}

.isOtherDevice #ohiromenaire .delivery_area .pic {
width: 600px;
margin: auto;
}

#ohiromenaire .delivery_area .button {
margin: 40px auto 10px;
}

.isOtherDevice #ohiromenaire .delivery_area .button {
margin: 60px auto 10px;
}

#ohiromenaire .delivery_area .small {
text-align: center;
font-size: 1.2rem;
}

/*--------------------- 

.how_to_area

----------------------- */
#ohiromenaire .howto_area {
  background-color: #f7f7f7
}

.isOtherDevice #ohiromenaire .howto_area .inner{
width: 800px
}

#ohiromenaire .howto_area h2 {
  padding: 1rem;
  border: 10px double;
  border-radius: 3rem;
  background-color: #EE6D76;
}

.isOtherDevice #ohiromenaire .howto_area h2 {
  font-size: 4rem;
}


#ohiromenaire .howto_area h3 {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  color: #f39938;
  margin: 0 auto 20px;
}

.isOtherDevice #ohiromenaire .howto_area h3 {
  font-weight: 700;
  font-size: 3rem;
}

#ohiromenaire .howto_area h4 {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    margin: 20px auto;
}

#ohiromenaire .howto_area h4 span {
    display: block;
    background: linear-gradient(transparent 70%, #f39938 70%);
    width: 80px;
    margin: auto;
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 5px;
}

#ohiromenaire .howto_area h5 {
width: 50vw;
margin: -70px auto 20px;
}

.isOtherDevice #ohiromenaire .howto_area h5 {
width: 250px;
}

#ohiromenaire .howto_area .howto_content {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 40px auto;
}

.isOtherDevice #ohiromenaire .howto_area .howto_content .block {
display: flex;
justify-content: space-between;
align-items: center;
}

.isOtherDevice #ohiromenaire .howto_area .howto_content .pic {
width: 50%;
	}

.isOtherDevice #ohiromenaire .howto_area .howto_content .txt {
width: 40%;
padding: 20px;
	}


#ohiromenaire .howto_area .howto_content:nth-of-type(4){
margin: 40px auto 0;
}

#ohiromenaire .howto_area .block .pic {
margin: 20px auto; 
order: 1;
}

#ohiromenaire .howto_area .block  .txt {
margin:0 auto 20px;
order: 2;
}

#ohiromenaire .howto_area .howto_content .image_format {
border: 2px solid #333;
border-radius: 10px;
padding: 10px;
}

.isOtherDevice #ohiromenaire .howto_area .howto_content .image_format {
margin: 10px auto 0;
}

#ohiromenaire .howto_area .howto_content .image_format dt {
font-weight: bold;
}

#ohiromenaire .howto_area .pic {
  width: 80%;
  margin: 20px auto 0;
}
#ohiromenaire .howto_area .point {
  border: 3px solid #333;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
	margin: 80px auto 0;
}

#ohiromenaire .howto_area .point dl {
margin: 10px auto;
}

#ohiromenaire .howto_area .point dl:nth-of-type(3){
margin: 10px auto 0;
}

#ohiromenaire .howto_area .point dt {
font-weight: bold;
}

#ohiromenaire .howto_area.cart{
	padding: 0 0 40px;
}

#ohiromenaire .howto_area.cart .howto_content{
margin: 0 auto;
padding: 30px 20px;
}

#ohiromenaire .howto_area.cart .howto_content .outro{
margin-top: 10px;
}


/*--------------------- 

.notice_area

----------------------- */
#ohiromenaire .notice_area {
background-color: #FFF;
}

.isOtherDevice #ohiromenaire .notice_area .inner {
width: 600px;
}

#ohiromenaire .notice_area .notice_wrap{
font-family: "NotoSansJP", sans-serif;
padding: 0;
margin: 0 auto 10px;
}

#ohiromenaire .notice_area .notice_wrap .agree span{
font-size: 1.2rem;
}

#ohiromenaire .notice_area h2 {
    background-color: #999;
    width: 100%;
    font-size: 2rem;
    padding: 10px;
    font-weight: normal;
}

#ohiromenaire .notice_area .notice_inner {
    overflow: auto;
    overflow-x: hidden;
    height: 200px;
    padding: 10px;
    border: 1px solid #ccc;
}

#ohiromenaire .notice_area .notice_inner h3{
font-weight: bold;
margin: 0 auto 10px;
}

#ohiromenaire .notice_area .notice_inner h4{
font-weight: bold;
margin: 0 auto 5px;
}
/*--------------------- 

.group_area

----------------------- */
#ohiromenaire .group_area  h2{
color: #EE6D76;
margin: 0 auto 20px;
}

#ohiromenaire .group_area  ul li{
padding: 30px;
background-color: #fff;
text-align: center;
border-radius: 20px;
}

#ohiromenaire .group_area ul li h3{
    background-color: #505050;
    color: #fff;
	margin:0 auto 20px;
    font-weight: 700;
    padding: 5px 30px;
    border-radius: 20px;
}

#ohiromenaire .group_area ul li .pic{
    color: #fff;
	margin:0 auto 20px;
}

#ohiromenaire .group_area ul li .txt{
text-align: left;
}

#ohiromenaire .group_area ul li .txt a{
text-decoration:underline; 
}




