@charset "UTF-8";
/**************css追加*****************************/
html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
/************ PC、SP画像切り替え ****************/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/************ メイン画像 ****************/ /*残す*/
.fathersday_main img, .fathersday_main2 img {
  width: 100%;
}
.fathersday_main01 img {
  width: 80%;
  margin: 0 auto;
}
/************ 注釈 ****************/
.comments {
  font-size: 18px;
  color: #E50000;
  text-align: center;
  padding: 50px 0;
}
/************ タイトル ****************/
.fathersday_box {
  text-align: center;
}
.m_title {
  font-size: var(--fz37);
  color: #6399CF;
  text-align: center;
  padding: 30px 0 20px;
  line-height: 0;
}
.fathersday_box .m_title {
  padding: 70px 0 30px;
}
.m_title p {
  font-size: 3.5rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.m_text_2 {
  font-size: 16px;
  padding-bottom: 35px;
  text-align: center;
}
.m_text {
  font-size: var(--fz20);
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.02em;
}
.comments {
  font-size: var(--fz22);
  font-weight: bold;
  color: #E55F5F;
  text-align: center;
  border-top: dotted 2px #E55F5F;
  border-bottom: dotted 2px #E55F5F;
  padding: 15px 10px;
  margin: 30px 0 100px;
  display: inline-block;
}
/************ 父の日限定 3袋セット ****************/
.m_box_1 {
  background-color: #EBF1F2;
  padding: 0 6%;
  margin-bottom: 100px;
}
.m_title img {
  width: 80px;
}
.m_box_1 .m_title {
  padding: 70px 0 35px;
}
.item01_1 {
  padding-bottom: 70px;
}
.box02 {
  display: flex;
  gap: 50px;
  align-items: center;
}
.box02 img {
  width: 50%;
}
.box02_2 {
  display: flex;
  gap: 50px;
  align-items: center;
  flex-direction: row-reverse;
  padding-bottom: 80px;
}
.box02_2 img {
  width: 50%;
}
.box02.series-mini .btn {
  margin-top: 0 !important;
}
p.name1 {
  font-size: 25px;
  line-height: 3.5rem;
}
p.name2 {
  font-size: var(--fz18);
  line-height: 3rem;
  padding-top: 10px;
}
p.price {
  font-size: 26px;
  border-bottom: dotted 2px;
  padding-bottom: 5px;
}
p.price span {
  font-size: 16px;
}
p.txt1 {
  font-size: var(--fz16);
  padding-top: 10px;
  line-height: 1.8;
}
p.txt2 {
  font-size: var(--fz14);
  line-height: 2rem;
  padding-top: 15px;
}
.cardimg {
  margin: 0 auto;
  text-align: center;
}
.btn {
  background-color: #6EAEE4;
  border-radius: 100px;
  padding: 10px;
  width: 60%;
  margin: 0 auto;
  font-family: "Noto Sans JP";
  font-size: var(--fz14);
  text-align: center;
  margin-top: 30px;
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #fff !important;
}
.btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1200px) {
  .cardimg {
    width: 50%;
  }
}
/************ 3set ****************/
.item01_2 {
  background-color: #DEEBF0;
}
.item01_1 .m_title {
  padding: 100px 0 10px;
}
.item01_1.box_alacarte .m_title {
  padding: 70px 0 35px;
}
.set_box {
  display: flex;
  padding: 20px 60px 45px;
  gap: 50px;
}
p.item01_2_title {
  font-size: 22px;
  text-align: center;
  padding-top: 45px;
}
.set01 {
  width: 100%;
}
.set01 img {
  width: 100%;
}
p.set_title01sub {
  font-size: 15px;
  text-align: center;
  padding-bottom: 5px;
  color: #4F98BF;
}
p.set_title01 {
  font-size: 20px;
  letter-spacing: .3rem;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 10px;
  color: #4F98BF;
  line-height: 2.5rem;
}
p.set_title02 {
  font-size: 20px;
  letter-spacing: .3rem;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 10px;
  color: #3C8220;
  line-height: 2.5rem;
}
p.set_title03 {
  font-size: 20px;
  letter-spacing: .3rem;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 10px;
  color: #9C6CA7;
  line-height: 2.5rem;
}
/************ 単品 ****************/
.m_box_2, .m_box_3 {
  background-color: #FAECE4;
  padding: 20px 70px 60px;
  margin-bottom: 100px;
}
/************ 定番ギフト ****************/
.teiban_gift {
  display: flex;
  gap: 20px;
  text-align: center;
}
.t_gift img {
  width: 100%;
}
.t_gift {
  padding: 35px;
  margin-bottom: 40px;
  border-radius: 10px;
}
p.t_gift_name {
  font-size: 24px;
  padding: 25px 0 0;
  line-height: 3rem;
}
p.t_gift_price {
  font-size: 22px;
  letter-spacing: .1rem;
  line-height: 2rem;
  margin: 10px 0 20px;
}
p.t_gift_price span {
  font-size: 14px;
}
.btn_o {
  border-radius: 100px;
  padding: 12px 18px;
  width: 60%;
  margin: 0 auto;
  font-family: "Noto Sans JP";
  font-size: var(--fz14);
  text-align: center;
  margin-top: 20px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.btn_o:hover {
  opacity: 0.6;
}
.btn_o a {
  color: #fff !important;
}
.orange {
  background-color: #F8F2DF;
}
.orangebtn {
  background-color: #C28149;
  color: #fff;
}
.pink {
  background-color: #F7EBEA;
}
.pinkbtn {
  background-color: #CB5D6E;
  color: #fff;
}
.brown {
  background-color: #F4EEE7;
}
.brownbtn {
  background-color: #9F7343;
  color: #fff;
}
.green {
  background-color: #F0F4EB;
}
.greenbtn {
  background-color: #5F9971;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .btn_o {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .teiban_gift {
    gap: 20px;
  }
  .t_gift {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .t_gift {
    margin-bottom: 20px;
  }
  .teiban_gift {
    gap: 10px;
  }
  .t_gift {
    padding: 20px 15px;
  }
}
/************ のしマーク ****************/
.noshi_mark {
  width: 25%;
}
/************ 掛け紙 ****************/
.fathersday_main2 {
  width: 70%;
  margin: 0 auto;
  padding: 60px 0 20px;
}
/************ 商品追加 ****************/
.pic_box .p_title {
  font-size: 20px;
  text-align: left;
  padding: 10px 0;
  display: inline-block;
  line-height: 2.5rem;
}
.pic_box img {
  width: 90%;
}
.pic_box .p_text {
  font-size: 16px;
  text-align: left;
  line-height: 2.5rem;
  padding: 10px 0;
}
.pic_box a .b_btn {
  background-color: #6EAFE5;
  border-radius: 100px;
  padding: 10px;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP";
  font-size: var(--fz14);
}
.pic_box .b_price {
  font-size: 24px;
  font-family: "Noto Sans JP";
}
.pic_box .b_price span {
  font-size: 14px;
  padding-left: 10px;
}
/* 4カラム */
*, *:before, *:after {
  box-sizing: border-box;
}
.pic {
  width: 100%;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  padding: 20px 0 50px;
  gap: 15px;
  display: flex;
  justify-content: flex-start;
}
.pic > div {
  width: 32%;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1160px) {
  .pic > div {
    width: 47%;
  }
}
@media screen and (max-width: 750px) {
  .pic > div {
    width: 47%;
    padding: 10px;
    margin-bottom: 10px;
  }
  .pic_box .p_title {
    font-size: 16px;
  }
  .pic_box .p_text {
    font-size: 14px;
    line-height: 2rem;
  }
  .pic_box .b_price {
    font-size: 18px;
  }
  .pic_box .b_price span {
    padding-left: 5px;
  }
  .pic_box a .b_btn {
    width: 100%;
  }
}
/************ sp ****************/
@media only screen and (max-width: 1200px) {
  .box02 {
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .box02 img {
    width: 100%;
  }
  .box02_2 {
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .box02_2 img {
    width: 100%;
  }
  .mini-can_box .price {
    padding-top: 10px;
    line-height: 2.5rem;
  }
  .tag_img {
    margin: 0 auto;
  }
  .tag_img img {
    width: 80%;
  }
  .set01 {
    width: 45%;
  }
  .mini-can {
    flex-wrap: wrap;
    text-align: center;
    gap: 0;
  }
}
@media only screen and (max-width: 1055px) {
  .comments {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1020px) {
  .fathersday_main01 img {
    width: 100%;
  }
  .comments {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 800px) {
  .br-sp {
    display: none;
  }
  .m_text {
    text-align: left;
    line-height: 3.2rem;
  }
  .m_title p {
    font-size: 28px;
    line-height: 4rem;
  }
  .m_title {
    padding-bottom: 20px;
  }
  .fathersday_box .m_title {
    padding: 50px 0 30px;
  }
  .comments {
    margin-bottom: 70px;
	padding: 15px 0;
  }
  .m_box_1 {
    padding: 0 20px 50px;
    margin-bottom: 40px;
  }
  .m_box_2, .m_box_3 {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .item01_1.box_alacarte .m_title {
    padding: 50px 0 20px;
  }
  .box02 {
    gap: 20px;
  }
  .box02_2 {
    gap: 20px;
    padding-bottom: 50px;
  }
  .item01_2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .set_box {
    padding: 0 20px 40px;
    gap: 10px;
  }
  p.set_text {
    font-size: 16px;
  }
  .m_box_2 {
    padding-bottom: 50px;
  }
  .mini-can_btn {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .item01_1 {
    padding-bottom: 15px;
  }
  .item01_1 .m_title {
    padding: 70px 0 10px;
  }
  p.t_gift_name {
    font-size: 21px;
	padding: 10px 0 0;
  }
  .fathersday_main2 {
    padding: 20px 0 20px;
  }
  p.t_gift_price {
    font-size: 20px;
  }
  p.t_gift_price span {
    font-size: 12px;
  }
}
/**************3set_SP横スクロール*********************/
@media screen and (max-width: 1100px) {
  .set_box {
    display: flex;
    overflow-x: scroll;
  }
  .set01 {
    width: 90%;
    margin: 5px;
    flex-shrink: 0;
  }
}