@media screen and (min-width: 768px) {
  #second #ttl h1 {
    /*margin: 0 auto;
    color: #fff;
    font-size: 28px;
    font-weight: normal;*/
    width: 200px;
    height: 31px;
    margin: 0 auto;
    background: url(../img/koe-01.png) no-repeat center;
    background-size: cover;
  }
/*  #second #ttl h1 span {
    display: block;
    color: #fff;
  }*/

  #information {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
  }
  #information .inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #information .review-context {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #information .link_btn {
    margin: 60px auto 0;
  }
  #information h2 {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto 60px;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
  }
  #information h2 span {
    display: none;
  }
  #information h3 {
    margin: 20px 0;
    font-size: 20px;
  }
  #information .tag {
    width: 96px;
    background-color: #ffa800;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
  }
  #information .tag.blog {
    background-color: #202339;
  }
  #information .tag.shop {
    background-color: #388e3c;
  }
  #information .tag.limited {
    background-color: #b81c22;
  }
  #information #information_panel {
    display: flex;
    justify-content: space-between;
    width: 96%;
    max-width: 1120px;
    margin: 0 auto 40px;
    padding: 0 0 40px;
    background: url(../img/bg_paperline_bk.png) no-repeat center bottom;
  }
  #information #information_panel .panel_unit {
    position: relative;
    width: 31%;
    max-width: 300px;
  }
  #information #information_panel .panel_unit .tag {
    position: absolute;
    top: 0;
    left: 16px;
  }
  #information #information_panel .panel_unit .img {
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 16px;
    font-size: 0;
  }
  #information #information_panel .panel_unit .img img {
    width: 100%;
  }
  #information #information_panel .panel_unit .description {
    padding: 0 16px;
  }
  #information #information_panel .panel_unit .description .ttl {
    position: relative;
    margin-bottom: 16px;
  }
  #information #information_panel .panel_unit .description .ttl .sub {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1;
  }
  #information #information_panel .panel_unit .description .ttl h3 {
    width: 200px;
    color: #222a46;
    font-size: 24px;
    line-height: 1.2;
  }
  #information #information_panel .panel_unit .description .ttl .price {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    color: #b81c22;
    font-size: 24px;
    line-height: 1.2;
  }
  #information #information_panel .panel_unit .description .ttl .price span {
    color: #b81c22;
    font-size: 15px;
  }
  #information #information_panel .panel_unit .description p {
    font-size: 15px;
  }
  #information #information_list {
    width: 96%;
    max-width: 1120px;
    margin: 0 auto 40px;
    padding: 0 0 40px;
  }
  #information #information_list dl {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    padding: 0 16px;
  }
  #information #information_list dl dt {
    margin-right: 32px;
    color: #222a46;
    font-weight: bold;
  }
  #information #information_list dl dt.tag {
    color: #fff;
    text-align: center;
  }
  #information #information_list dl dd {
    width: 75%;
    margin-left: 32px;
    font-size: 15px;
  }
  #information .aligncenter {
    text-align: center;
  }
  #information img {
    max-width: 96%;
  }
  #information .ac {
    margin: 0 auto;
  }
  #information .allergy_area {
    padding: 20px 20px 10px;
    background-color: #fff;
  }
  #information .allergy_area table {
    width: 98%;
    margin-bottom: 10px;
    border-spacing: 1px;
    border-collapse: separate;
  }
  #information .allergy_area table.three_column {
    width: 49%;
  }
  #information .allergy_area table th {
    box-sizing: border-box;
    width: 15%;
    max-width: 15%;
    padding: 8px 0;
    border-radius: 8px 8px 0 0;
    background-color: #EDE3CC;
    font-size: 13px;
  }
  #information .allergy_area table td {
    box-sizing: border-box;
    width: 15%;
    height: calc(1em + 16px);
    max-width: 16%;
    padding: 4px 0;
    border-left: 1px solid #EDE3CC;
    border-right: 1px solid #EDE3CC;
    border-bottom: 1px solid #EDE3CC;
    font-size: 18px;
    text-align: center;
  }
  #information .allergy_area .calory_ttl {
    width: 98%;
    margin-bottom: 30px;
  }
  #information .allergy_area .calory_ttl th {
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    padding: 8px 0;
    border-radius: 8px 0 0 8px;
    background-color: #EDE3CC;
    font-size: 13px;
  }
  #information .allergy_area .calory_ttl td {
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    height: calc(1em + 16px);
    padding: 4px 0;
    border-radius: 0 8px 8px 0;
    border-left: none;
    border-top: 1px solid #EDE3CC;
    border-right: 1px solid #EDE3CC;
    border-bottom: 1px solid #EDE3CC;
    font-size: 16px;
    text-align: center;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #second #ttl h1 {
    /*margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: normal;*/
    width: 100px;
    height: 15.5px;
    margin: 0 auto;
    background: url(../img/koe-01.png) no-repeat center;
    background-size: cover;
  }
  /*#second #ttl h1 span {
    display: block;
    color: #fff;
  }*/

  #information {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
  }
  #information .inner {
    width: 90%;
    max-width: 1000px;
    min-height: 40vh;
    margin: 0 auto;
  }
  #information .review-context{
    width: 90%;
    max-width: 1000px;
    min-height: auto;
    margin: 0 auto;
  }
  #information .link_btn {
    margin: 30px auto 0;
  }
  #information h2 {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
  }
  #information h2 span {
    display: none;
  }
  #information h3 {
    margin: 10px 0;
    font-size: 16px;
  }
  #information .tag {
    width: 96px;
    background-color: #ffa800;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
  }
  #information .tag.blog {
    background-color: #202339;
  }
  #information .tag.shop {
    background-color: #388e3c;
  }
  #information .tag.limited {
    background-color: #b81c22;
  }
  #information #information_panel {
    width: 96%;
    max-width: 1120px;
    margin: 0 auto 20px;
    padding: 0 0 20px;
    background: url(../img/bg_paperline_bk.png) no-repeat center bottom;
  }
  #information #information_panel .panel_unit {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 40px;
  }
  #information #information_panel .panel_unit .tag {
    position: absolute;
    top: 0;
    left: 16px;
  }
  #information #information_panel .panel_unit .img {
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 16px;
    font-size: 0;
  }
  #information #information_panel .panel_unit .img img {
    width: 100%;
  }
  #information #information_panel .panel_unit .description {
    padding: 0 16px;
  }
  #information #information_panel .panel_unit .description .ttl {
    position: relative;
    margin-bottom: 16px;
  }
  #information #information_panel .panel_unit .description .ttl .sub {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1;
  }
  #information #information_panel .panel_unit .description .ttl h3 {
    width: 200px;
    color: #222a46;
    font-size: 24px;
    line-height: 1.2;
  }
  #information #information_panel .panel_unit .description .ttl .price {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    color: #b81c22;
    font-size: 24px;
    line-height: 1.2;
  }
  #information #information_panel .panel_unit .description .ttl .price span {
    font-size: 15px;
  }
  #information #information_panel .panel_unit .description p {
    font-size: 15px;
  }
  #information #information_list {
    width: 96%;
    max-width: 1120px;
    margin: 0 auto 40px;
    padding: 0 0 40px;
  }
  #information #information_list dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
    padding: 0 16px;
  }
  #information #information_list dl dt {
    margin-right: 16px;
    margin-bottom: 10px;
    color: #222a46;
    font-weight: bold;
  }
  #information #information_list dl dt.tag {
    color: #fff;
    text-align: center;
  }
  #information #information_list dl dd {
    width: 100%;
    margin-left: 0;
    font-size: 15px;
  }
  #information .aligncenter {
    text-align: center;
  }
  #information img {
    max-width: 100%;
    height: 100%;
  }
  #information .ac {
    margin: 0 auto;
  }
  #information .allergy_area {
    padding: 10px 10px 5px;
    background-color: #fff;
  }
  #information .allergy_area table {
    width: 98%;
    margin-bottom: 5px;
    border-spacing: 1px;
    border-collapse: separate;
  }
  #information .allergy_area table.three_column {
    width: 49%;
  }
  #information .allergy_area table th {
    box-sizing: border-box;
    width: 15%;
    max-width: 15%;
    padding: 4px 0;
    border-radius: 4px 4px 0 0;
    background-color: #EDE3CC;
    font-size: 13px;
    line-height: 1.2;
  }
  #information .allergy_area table td {
    box-sizing: border-box;
    width: 15%;
    height: calc(1em + 8px);
    max-width: 16%;
    padding: 2px 0;
    border-left: 1px solid #EDE3CC;
    border-right: 1px solid #EDE3CC;
    border-bottom: 1px solid #EDE3CC;
    font-size: 18px;
    text-align: center;
  }
  #information .allergy_area .calory_ttl {
    width: 98%;
    margin-bottom: 30px;
  }
  #information .allergy_area .calory_ttl th {
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    padding: 4px 0;
    border-radius: 4px 0 0 4px;
    background-color: #EDE3CC;
    font-size: 13px;
    line-height: 1.2;
  }
  #information .allergy_area .calory_ttl td {
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    height: calc(1em + 8px);
    padding: 2px 0;
    border-radius: 0 4px 4px 0;
    border-left: none;
    border-top: 1px solid #EDE3CC;
    border-right: 1px solid #EDE3CC;
    border-bottom: 1px solid #EDE3CC;
    font-size: 16px;
    text-align: center;
  }
}

/*# sourceMappingURL=news.css.map */
