@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* コーナータイトル非表示 */
#cookie_agree{width:100%;}
#corner_name .title,
#corner_main_text .title {
    display: none;
}

#corner_contents {
    width: 100%;
    background: url("../images/all_bg.png"), #fdc7d9;
    background: url("../images/all_bg.png"), linear-gradient(160deg, #fff0f0, #fdc7d9);
    background-attachment: fixed;
}
.contents_wrap {
    position: relative;
    width: 100%;
}

/**------------------------------------------- 商品 --*/
.item_list { margin-top: 20px; }
.item_list ul {
    margin: 0 0 30px;
    padding-top: 0px;
    /*background: rgba(255, 255, 255, 0.5);*/
}
.item_list ul li {
    margin: 0;
    padding: 15px;
}
.item_list ul li a {
    color: #666;
}
.item_list ul li .item_list_thumb {
    background: #fff;
}
.item_list ul li p.price {
    /*color: #999900;*/
}

/**-------------------------------------------- nav --*/
#corner_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#corner_nav ul li {
  width: 96px;
  height: 96px;
  margin: 10px;
}
#corner_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  
  color: #fff;
  border-radius: 50%;
  background: #e94628;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.2rem;
  font-weight: 500;
}

/**----------------------------------------- 見出し --*/
h2 {
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  font-family: 'Shippori Mincho', serif;
  background: transparent;
}
h2::after {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 335px;
  height: 35px;
  margin: auto;
  content: "";
  background: url("../images/h2_bg.png") no-repeat;
  background-size: contain;
}

h3.corner_h3 {
  display: block;
  width: auto;
  margin: 0 0 15px;
  padding: 10px 0 0;
  text-align: center;
  font-size: 1.1rem;
  color: #e94628;
  border-bottom: 3px double #e94628;
  font-family: 'Shippori Mincho', serif;
}

/**------------------------------------- 情報エリア --*/ 
div.text a {
    border-bottom: none;
    text-decoration: underline;
}
.info_wrap {
	  width: 100%;
}
.info_box {
    margin: 30px 0 0;
    padding: 20px 10px;
    background: #ECE4D2;
    /*border: 1px solid #ccc;*/
}
.info_box:last-child { margin-bottom: 30px; }
.info_box dl {
    margin-bottom: 20px;
    padding: 5px;
}
.info_box dt {
    text-align: center;
    font-weight: normal;
    color: #fff;
    background: #e94628;
}
.info_box dd {
    margin: 0 4px;
    padding-bottom: 4px;
}
.info_tit {
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
}
.info_tit::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 25px;
  content: "";
  background: url("../images/icon.png");
  background-size: contain;
}

.info_img {
    position: relative;
    max-height: 250px;
    max-width: 250px;
    margin: 20px auto 5px;
    text-align: center;
}
.info_img img {
    max-height: 250px;
}

.info_txt li { margin-bottom: 2px; }
.target_item { margin-bottom: 20px; }
p + .target_item { margin: -10px 5px 20px 10px; }
.target_item li a {
    text-decoration: none;
    border-bottom: 1px solid #000;
}
.target_item li a:before {
    padding-right: 3px;
    padding-left: 3px;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    color: #000;
    font-weight: bold;
}
.attention_list li,
.attention_txt {
    display: block;
    margin-top: 3px;
    font-size: 0.7rem;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5em;
}
.attention_list li a,
.attention_txt a { color: #000; text-decoration: underline; }

/**-------------------------------------- copyright --*/
.copyright {
    margin: 0;
    padding: 30px 0 20px;
}
.copyright a {
    border-bottom: none;
    text-decoration: underline;
}
.copyright .attention {
    margin: 20px;
    font-size: 0.7rem;
    line-height: 1.5em;
    text-align: left;
}

/**--------------------------------------  --*/
#corner_contents {
}

/**-------------------------------------------------- PC -*/
@media screen and (min-width: 711px) {
    body { box-sizing: border-box; }
    #corner_contents .main_contents {
        width: 100%;
    }
    /* #corner_main_text, /* 1080px */
    .corner_products,
    section div.text {
        width: 1080px;
        margin: 0 auto;
    }
    /* clearfix */
    section div.text::after,
    dl::after,
    .info_box::after,
    .info_box dd::after {
        display: block;
        clear: both;
        content: "";
    }
    
    /**------------------------------------------- 商品 --*/
    .item_list ul {
        background: transparent;
    }
    .item_list ul li {
        margin: 0 15px 40px;
        padding: 10px 0 0;
    }
    .item_list ul li a {
        background: #fff;
        border: none;
        box-shadow: 0 0 4px 2px rgba(236,228,210,1);
    }

    /**--------------------------------------- ヘッダー --*/
    #corner_main_text {
      position: relative;
      width: 1080px;
      height: 612px;
      margin: 0 auto;
    }
    
    #corner_main_banner .pc img {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 0;
    }
    
    #corner_header {
      position: absolute;
      top: 80px;
      right: 0;
      width: 480px;
      z-index: 1;
    }
    .logo {
      
    }
    
    /**-------------------------------------------- nav --*/
    #corner_nav {
    
    }
    #corner_nav ul {
        justify-content: center;
        width: 450px;
        margin: 0 auto;
    }
    #corner_nav ul li {
      width: 128px;
      height: 128px;
    }
    #corner_nav ul li a {
      border: 4px solid #e94628;
      transition: .3s;
    }
    #corner_nav ul li a:hover {
      opacity: 1;
      color: #e94628;
      font-weight: 700;
      text-decoration: none;
      background: #fff;
    }

    /**----------------------------------------- 見出し --*/
    h2 {
      margin-top: 90px;
      margin-bottom: 80px;
      padding: 10px;
      font-size: 3rem;
    }
    h2::after {
      bottom: -40px;
      left: 0;
      right: 0;
      width: 670px;
      height: 35px;
    }
    #corner_1 h2 { margin-top: 0; }
    h3.corner_h3 {
      padding: 4px;
      font-size: 1.4rem;
    }
    
    /**------------------------------------- 情報エリア --*/
    .info_wrap {
        width: 1080px;
        margin: 0 auto;
    }
    .info_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .info_box dl {
        display: flex;
        flex-wrap: wrap;
        border: none;
    }
    .info_box dt {
        width: 25%;
        margin: 3px 0;
    }
    .info_box dd {
        margin: 3px 4px;
        padding-bottom: 0;
        width: calc(75% - 8px);
    }
    .info_tit {
        order: 1;
        width: 100%;
        /*padding-left: 8px;*/
    }
    .info_img {
        order: 3;
        margin: 0 1em 10px;
    }
    .info_img + .info_txt {
        width: calc(100% - 350px);
    }
    .info_txt {
        order: 2;
        margin-right: 1em;
        margin-left: 1em;
    }
    .target_item li a:hover {
        border-bottom: 1px solid transparent;
    }
    
    /**-------------------------------------- copyright --*/
    .copyright a:hover {
        text-decoration: none;
    }
    .copyright .attention { text-align: center; }
}