@media only screen and (min-width: 768px) {
  #tomato-reika {
    letter-spacing: 1px;
  }
  #tomato-reika .sp {
    display: none !important;
  }
  #tomato-reika h1 {
    border: 0;
    padding: 0;
    margin: 0 0 20px;
  }
  #tomato-reika h2 {
    padding: 0;
    margin: 0 0 40px;
    background-color: transparent;
  }
  #tomato-reika h3 {
    padding: 0;
    margin: 0;
  }
  #tomato-reika h3::after {
    content: none;
  }
  #tomato-reika .intro {
    margin: 0 0 50px;
  }
  #tomato-reika .intro p {
    text-align: justify;
    margin: 0 0 30px;
  }
  #tomato-reika .intro .anchor-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
  }
  #tomato-reika .intro .anchor-links .child {
    display: inline-block;
    width: 49%;
    line-height: 1.4;
    height: 64px;
    border: 2px solid #938675;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    padding: 20px 0;
    margin: 0 0 20px;
    background: url(../../common/img/ar_down.png) no-repeat 95%;
  }
  #tomato-reika .intro .anchor-links .child:nth-last-child(-n+2) {
    margin: 0;
  }
  #tomato-reika .intro .anchor-links .child.line {
    padding: 10px 0;
  }
  #tomato-reika .title {
    padding: 30px 0;
		background-image: url(../img/line_title_top.png), url(../img/line_title_bottom.png);
		background-repeat: repeat-x;
		background-position: center top, center bottom;
    position: relative;
  }
  #tomato-reika .title h2,
  #tomato-reika .title_line h2 {
    margin: 0;
  }
  #tomato-reika .title .sub {
    text-align: center;
    margin: 0 0 15px;
  }
  #tomato-reika .title_line .sub {
    text-align: center;
    margin: 0 0 25px;
  }
  #tomato-reika .title .mark {
    position: absolute;
    top: -10px;
    left: 30px;
  }
  #tomato-reika .title_line {
    padding-bottom: 30px;
    background: url(../img/line_title.png) no-repeat center bottom;
  }
  #tomato-reika h2.img_line,
  #reccomend-goods h2.img_line {
    color: #f03312;
    font-size: 34px;
    font-weight: bold;
    padding-top: 30px;
    background: url(../img/line_title.png) no-repeat center top;
  }
  #tomato-reika #about {
    background: url(../img/bg_sec01.jpg) no-repeat center top / cover;
    padding: 0 0 85px;
  }
  #tomato-reika #reccomend {
    background: url(../img/bg_sec02.jpg) no-repeat center top / cover;
    padding: 0 0 80px;
    margin: 50px 0 0;
  }
  #tomato-reika .box_tomato {
    margin: 40px 0 0;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #tomato-reika .box_tomato:nth-child(odd) .txt,
  #tomato-reika #reccomend .box_tomato .txt { order: 2; }
  #tomato-reika .box_tomato:nth-child(odd) .img,
  #tomato-reika #reccomend .box_tomato .img { order: 1; }
  #tomato-reika .box_tomato .txt h3 {
    color: #443829;
    font-size: 32px;
    line-height: 1.7;
  }
  #tomato-reika #reccomend .box_tomato .txt h3 {
    line-height: 1.9;
  }
  #tomato-reika #about .box_tomato .txt h3::first-letter {
    color: #f03312;
    font-size: 48px;
  }
  #tomato-reika .box_tomato .txt h3 span {
    display: block;
    position: relative;
  }
  #tomato-reika .box_tomato .txt h3 span::after {
    content: '';
    width: 150%;
    height: 100%;
    border-bottom: 2px dotted #b7b4ad;
    position: absolute;
    bottom: 5px;
    left: 0;
  }
  #tomato-reika #about .box_tomato .txt h3 span:first-child::after {
    bottom: 10px;
  }
  #tomato-reika .box_tomato:nth-child(odd) .txt h3 span::after,
  #tomato-reika #reccomend .box_tomato .txt h3 span::after {
    left: auto;
    right: 0;
  }
  #tomato-reika #reccomend .box_tomato .txt h3 span:first-child {
    color: #f03312;
    font-size: 24px;
  }
  #tomato-reika .box_tomato .txt p {
    width: 390px;
    margin: 15px 0 0;
    line-height: 1.8;
  }
  #tomato-reika #reccomend .box_tomato .txt p {
    width: 380px;
  }
  #tomato-reika .box_tomato .txt p span {
    background: linear-gradient(180deg, transparent 0%, transparent 60%, #ffdc01 60%, #ffdc01 100%);
  }
  #tomato-reika .box_tomato .img {
    position: relative;
    z-index: 1;
  }
  #tomato-reika #point {
    margin: 80px 0 0;
  }
  #tomato-reika #point .intro {
    margin: 40px 0 0;
    padding: 0 0 50px;
    position: relative;
  }
  #tomato-reika #point .intro .comment {
    width: 530px;
    height: 363px;
    background: url(../img/bg_sec03.png) no-repeat center top / cover;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #tomato-reika #point .intro .comment .comment_inner {
    width: 100%;
    height: 100%;
    padding: 70px 70px 0;
    position: relative;
  }
  #tomato-reika #point .intro .comment h3 {
    font-size: 28px;
  }
  #tomato-reika #point .intro .comment h3 span {
    font-size: 20px;
  }
  #tomato-reika #point .intro .comment p {
    margin: 50px 0 0;
    position: relative;
  }
  #tomato-reika #point .intro .comment p::before {
    content: '';
    width: 87px;
    height: 39px;
    background: url(../img/text_profile.png) no-repeat center;
    position: absolute;
    top: -45px;
    left: -22px;
  }
  #tomato-reika #point .intro .comment ul {
    display: flex;
    position: absolute;
    top: -35px;
    right: 0;
  }
  #tomato-reika #point .intro .comment li {
    margin: 0 0 0 10px;
  }
  #tomato-reika #point .intro .comment li:nth-child(2) { margin-top: 10px; }
  #tomato-reika #point .intro .comment li:nth-child(3) { margin-top: 5px; }
  #tomato-reika #point .point_area {
    background: url(../img/bg_sec03_2.png) repeat-y center;
    margin: 60px 0 0;
    padding: 100px 30px 50px;
    position: relative;
  }
  #tomato-reika #point .point_area::before,
  #tomato-reika #point .point_area::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
  }
  #tomato-reika #point .point_area::before {
    height: 70px;
    background: url(../img/bg_sec03_2_top.png) no-repeat center;
    top: -40px;
  }
  #tomato-reika #point .point_area::after {
    height: 20px;
    background: url(../img/bg_sec03_2_bottom.png) no-repeat center;
    bottom: 0;
  }
  #tomato-reika #point .point_area .txt h3 {
    font-size: 34px;
  }
  #tomato-reika #point .point_area .txt h3 span {
    font-size: 24px;
  }
  #tomato-reika #point .point_area .txt h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: #f03312;
    margin: 5px 0 0;
  }
  #tomato-reika #point .point_area .txt p {
    line-height: 1.8;
    margin: 20px 0 0;
  }
  #tomato-reika #point .point_area .txt p.att {
    font-size: 14px;
  }
  #tomato-reika #point .point_area .txt p span {
    background: linear-gradient(180deg, transparent 0%, transparent 60%, #ffdc01 60%, #ffdc01 100%);
  }
  #tomato-reika #point .point_area .point02 { margin: 25px 0 0; }
  #tomato-reika #point .point_area .point03 { margin: 45px 0 0; }
  #tomato-reika #point .point_area .point04 { margin: 25px 0 0; }
  #tomato-reika #point .point_area .point01 .txt {
    width: 400px;
    height: 525px;
    background: url(../img/bg_point_01.png) no-repeat center;
    padding: 100px 50px 0;
  }
  #tomato-reika #point .point_area .point02 .txt {
    width: 801px;
    height: 507px;
    background: url(../img/bg_point_02.png) no-repeat center;
    padding: 60px 120px 0;
  }
  #tomato-reika #point .point_area .point03 .txt {
    width: 833px;
    height: 536px;
    background: url(../img/bg_point_03.png) no-repeat center;
    padding: 70px 60px 0;
  }
  #tomato-reika #point .point_area .point04 .txt {
    width: 648px;
    height: 319px;
    background: url(../img/bg_point_04.png) no-repeat center;
    padding: 70px 120px 0;
  }
  #tomato-reika #point .point_area .box_point .txt {
    position: relative;
  }
  #tomato-reika #point .point_area .box_point .txt .label {
    position: absolute;
    top: 0;
  }
  #tomato-reika #point .point_area .point01 .txt .label {
    top: -50px;
    left: -50px;
  }
  #tomato-reika #point .point_area .point02 .txt .label {
    right: 0;
  }
  #tomato-reika #point .point_area .point03 .txt .label {
    left: -20px;
  }
  #tomato-reika #point .point_area .point04 .txt .label {
    top: 0;
    right: 0;
  }
  #tomato-reika #point .point_area .point01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #tomato-reika #point .point_area .point01 .img {
    position: relative;
  }
  #tomato-reika #point .point_area .point01 .img::after {
    content: '';
    width: 77px;
    height: 66px;
    background: url(../img/icon_arrow_01.png) no-repeat center;
    position: absolute;
    top: 110px;
    right: 30px;
  }
  #tomato-reika #point .point_area .point02 .txt::after {
    content: '';
    width: 27px;
    height: 80px;
    background: url(../img/icon_arrow_02.png) no-repeat center;
    position: absolute;
    top: -40px;
    right: 350px;
  }
  #tomato-reika #point .point_area .point03 .txt h3,
  #tomato-reika #point .point_area .point03 .txt h4 {
    margin-left: 90px;
  }
  #tomato-reika #point .point_area .point03 .box_txt {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
  }
  #tomato-reika #point .point_area .point03 .box_txt div {
    width: 220px;
    padding: 10px 0 0;
  }
  #tomato-reika #point .point_area .point03 .box_txt h5 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    padding: 15px 0 10px;
    background-color: #443829;
    border-radius: 10px;
    position: relative;
  }
  #tomato-reika #point .point_area .point03 .box_txt h5::after {
    content: '';
    width: 85px;
    height: 34px;
    position: absolute;
    top: -20px;
    left: calc(50% - 42.5px);
  }
  #tomato-reika #point .point_area .point03 .box_txt div:nth-child(1) h5::after {
    background: url(../img/icon_down.png) no-repeat center;
  }
  #tomato-reika #point .point_area .point03 .box_txt div:nth-child(2) h5::after {
    background: url(../img/icon_up.png) no-repeat center;
  }
  #tomato-reika #point .point_area .point03 .box_txt p {
    margin: 10px 0 0;
  }
  #tomato-reika #point .point_area .point04 {
    position: relative;
  }
  #tomato-reika #point .point_area .point04 .img {
    position: absolute;
    top: 30px;
    left: 50px;
    z-index: 5;
  }
  #tomato-reika #point .point_area .point04 .txt {
    margin: 0 40px 0 auto;
  }
  #tomato-reika #point .point_area .point04 .txt::after {
    content: '';
    width: 84px;
    height: 94px;
    background: url(../img/icon_arrow_03.png) no-repeat center;
    position: absolute;
    top: -50px;
    right: 180px;
  }

  #tomato-reika #lineup {
    margin: 70px 0 0;
  }
  #tomato-reika #lineup h2 {
    margin: 0;
  }
  
  .event-bottom-banners ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .event-bottom-banners ul li {
    width: 49%;
    margin: 0 0 20px;
  }
  .point-link--wrap { 
    margin-top: 40px;
    text-align: center;
  }
  .point-link { 
    text-align: center;
    border: 2px solid #443829;
    border-radius: 35px;
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    position: relative;
    width: 100%;
    max-width: 621px;
    font-size: 20px;
    font-weight: bold;
  }
  .point-link::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.5em;   /* arrow size */
    height: 0.5em;  /* arrow size */
    border-top: 2px solid #443829;  /* thickness, color */
    border-right: 2px solid #443829;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .special-anchor-links .child.r_arw {
    background-image: url(../img/ar_r.png);
  }
}

@media only screen and (max-width: 767px) {
  #tomato-reika {
    padding: 0;
    overflow: hidden;
  }
  #tomato-reika .pc {
    display: none !important;
  }
  #tomato-reika .special-intro {
    padding: 0 10px;
  }
  #tomato-reika h1 {
    border: 0;
    padding: 0;
    margin: 0 0 20px;
  }
  #tomato-reika h2 {
    padding: 0;
    margin: 0 0 30px;
    background-color: transparent;
  }
  #tomato-reika h3 {
    padding: 0;
    margin: 0;
  }
  #tomato-reika h3::after {
    content: none;
  }
  #tomato-reika .intro p {
    text-align: justify;
    margin: 0 0 20px;
  }
  #tomato-reika .intro .anchor-links .child {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    height: 55px;
    border: 2px solid #938675;
    border-radius: 50px;
    margin-top: 12px;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 2px 0 0;
    background: url(../../common/img/ar_down.png) no-repeat 95%;
  }
  #tomato-reika .title {
    padding: 10px 0 20px;
		background-image: url(../img/line_title_top.png), url(../img/line_title_bottom.png);
		background-repeat: repeat-x;
		background-position: center top, center bottom;
    background-size: 7px 4.5px, 40px 5.5px;
    position: relative;
  }
  #tomato-reika .title h2,
  #tomato-reika .title_line h2 {
    margin: 0 20px;
  }
  #tomato-reika #about .title h2 { margin: 0 50px; }
  #tomato-reika #reccomend .title h2 { margin: 0 70px; }
  #tomato-reika #point .title h2 { margin: 0 40px; }
  #tomato-reika .title .sub {
    text-align: center;
    margin: 0 20px 10px;
  }
  #tomato-reika #about .title .sub { margin: 0 80px 10px; }
  #tomato-reika .title_line .sub {
    text-align: center;
    margin: 0 0 15px;
  }
  #tomato-reika .title .mark {
    position: absolute;
    top: -20px;
    left: 10px;
    width: 60px;
    height: 60px;
  }
  #tomato-reika .title_line {
    padding-bottom: 20px;
    background: url(../img/line_title.png) no-repeat center bottom;
    background-size: 450px 3px;
  }
  #tomato-reika h2.img_line,
  #reccomend-goods h2.img_line {
    color: #f03312;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
    background: url(../img/line_title.png) no-repeat center top;
    background-size: 450px 3px;
  }
  #tomato-reika #about {
    background: url(../img/bg_sec01.jpg) no-repeat center top / cover;
    padding: 0 0 40px;
  }
  #tomato-reika #reccomend {
    background: url(../img/bg_sec02.jpg) no-repeat center top / cover;
    padding: 0 0 40px;
    margin: 40px 0 0;
  }
  #tomato-reika .box_tomato {
    margin: 20px 0 0;
    padding: 0 20px;
  }
  #tomato-reika .box_tomato .txt h3 {
    color: #443829;
    font-size: 24px;
    line-height: 1.6;
  }
  #tomato-reika #about .box_tomato .txt h3::first-letter {
    color: #f03312;
    font-size: 32px;
  }
  #tomato-reika .box_tomato .txt h3 span {
    display: block;
    position: relative;
  }
  #tomato-reika .box_tomato .txt h3 span::after {
    content: '';
    width: 100%;
    height: 100%;
    border-bottom: 2px dotted #b7b4ad;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #tomato-reika #reccomend .box_tomato .txt h3 span:first-child {
    color: #f03312;
    font-size: 20px;
  }
  #tomato-reika .box_tomato .txt p {
    margin: 20px 0 0;
    line-height: 1.8;
  }
  #tomato-reika .box_tomato .txt p span {
    background: linear-gradient(180deg, transparent 0%, transparent 60%, #ffdc01 60%, #ffdc01 100%);
  }
  #tomato-reika .box_tomato .img {
    position: relative;
    margin: 10px auto 0;
    width: 60%;
  }
  #tomato-reika .box_tomato:last-child .img {
    width: 80%;
  }
  #tomato-reika #point {
    margin: 40px 0 0;
  }
  #tomato-reika #point .intro {
    margin: 20px 0 0;
  }
  #tomato-reika #point .intro .comment {
    background: url(../img/bg_sec03.png) no-repeat center top / cover;
  }
  #tomato-reika #point .intro .comment .comment_inner {
    padding: 40px 20px;
    position: relative;
  }
  #tomato-reika #point .intro .comment h3 {
    font-size: 24px;
  }
  #tomato-reika #point .intro .comment h3 span {
    font-size: 18px;
  }
  #tomato-reika #point .intro .comment p {
    margin: 50px 0 0;
    position: relative;
  }
  #tomato-reika #point .intro .comment p::before {
    content: '';
    width: 87px;
    height: 39px;
    background: url(../img/text_profile.png) no-repeat center;
    position: absolute;
    top: -40px;
    left: -15px;
  }
  #tomato-reika #point .intro .comment ul {
    display: flex;
    position: absolute;
    top: -10px;
    right: 10px;
  }
  #tomato-reika #point .intro .comment li {
    margin: 0 0 0 5px;
  }
  #tomato-reika #point .intro .comment li img {
    width: 60px;
    height: auto;
  }
  #tomato-reika #point .intro .comment li:nth-child(2) { margin-top: 10px; }
  #tomato-reika #point .intro .comment li:nth-child(3) { margin-top: 5px; }
  #tomato-reika #point .point_area {
    background: url(../img/bg_sec03_2.png) repeat-y center;
    margin: 60px 0 0;
    padding: 20px 20px 40px;
    position: relative;
  }
  #tomato-reika #point .point_area::before,
  #tomato-reika #point .point_area::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
  }
  #tomato-reika #point .point_area::before {
    height: 70px;
    background: url(../img/bg_sec03_2_top.png) no-repeat center;
    top: -40px;
  }
  #tomato-reika #point .point_area::after {
    height: 20px;
    background: url(../img/bg_sec03_2_bottom.png) no-repeat center;
    bottom: 0;
  }
  #tomato-reika #point .point_area .txt h3 {
    font-size: 30px;
  }
  #tomato-reika #point .point_area .txt h3 span {
    font-size: 20px;
  }
  #tomato-reika #point .point_area .txt h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #f03312;
    margin: 5px 0 0;
  }
  #tomato-reika #point .point_area .txt p {
    line-height: 1.8;
    margin: 20px 0 0;
  }
  #tomato-reika #point .point_area .txt p.att {
    font-size: 12px;
  }
  #tomato-reika #point .point_area .txt p span {
    background: linear-gradient(180deg, transparent 0%, transparent 60%, #ffdc01 60%, #ffdc01 100%);
  }
  #tomato-reika #point .point_area .box_point {
    margin: 40px 0 0;
  }
  #tomato-reika #point .point_area .box_point .txt {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    position: relative;
  }
  #tomato-reika #point .point_area .box_point .txt .label {
    width: 75px;
    position: absolute;
    top: -10px;
    right: -10px;
  }
  #tomato-reika #point .point_area .point01 {
    display: flex;
    flex-direction: column;
  }
  #tomato-reika #point .point_area .point01 .img { order: 2; margin: 20px 0 0; }
  #tomato-reika #point .point_area .point01 .txt { order: 1; }
  #tomato-reika #point .point_area .point02 .txt::after {
    content: '';
    width: 13.5px;
    height: 40px;
    background: url(../img/icon_arrow_02.png) no-repeat center;
    background-size: 13.5px 40px;
    position: absolute;
    top: -30px;
    right: 30%;
  }
  #tomato-reika #point .point_area .point03 .box_txt div {
    margin: 30px 0 0;
  }
  #tomato-reika #point .point_area .point03 .box_txt h5 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    padding: 15px 0 10px;
    background-color: #443829;
    border-radius: 10px;
    position: relative;
  }
  #tomato-reika #point .point_area .point03 .box_txt h5::after {
    content: '';
    width: 85px;
    height: 34px;
    position: absolute;
    top: -20px;
    left: calc(50% - 42.5px);
  }
  #tomato-reika #point .point_area .point03 .box_txt div:nth-child(1) h5::after {
    background: url(../img/icon_down.png) no-repeat center;
  }
  #tomato-reika #point .point_area .point03 .box_txt div:nth-child(2) h5::after {
    background: url(../img/icon_up.png) no-repeat center;
  }
  #tomato-reika #point .point_area .point03 .box_txt p {
    margin: 10px 0 0;
  }
  #tomato-reika #point .point_area .point03 .box_txt .img {
    width: 60%;
    margin: 10px auto 0;
  }
  #tomato-reika #point .point_area .point04 {
    position: relative;
  }
  #tomato-reika #point .point_area .point04 .txt::after {
    content: '';
    width: 42px;
    height: 47px;
    background: url(../img/icon_arrow_03.png) no-repeat center;
    background-size: 42px 47px;
    position: absolute;
    top: -45px;
    right: 45%;
  }
  #tomato-reika #point .point_area .point04 .img {
    display: none;
  }

  #tomato-reika #lineup {
    margin: 70px 0 0;
  }
  #tomato-reika #lineup h2 {
    margin: 0;
  }
  
  .event-bottom-banners {
    margin: 4vw;
  }
  .event-bottom-banners ul li:not(:last-child) {
    margin: 0 0 10px;
  }
  .point-link--wrap { 
    margin-top: 40px;
    text-align: center;
    padding: 0 10px;
  }
  a.point-link { 
    text-align: center;
    border: 2px solid #443829;
    border-radius: 35px;
    display: inline-block;
    padding: 11px;
    text-decoration: none;
    position: relative;
    width: 100%;
    font-weight: bold;
  }
  .point-link::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.5em;   /* arrow size */
    height: 0.5em;  /* arrow size */
    border-top: 2px solid #443829;  /* thickness, color */
    border-right: 2px solid #443829;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .special-anchor-links .child.r_arw {
    background-image: url(../img/ar_r.png);
  }
}
